.banner-wrap {
	height: 7rem;
	background: url('../images/about/about-bg.png') no-repeat center;
	background-size: cover;
}
.banner-title {
	position: absolute;
	top: 3rem;
	width: 100%;
	font-size: 0.44rem;
	font-family: Source Han Serif CN;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-align: left;
	margin-left: 0.8rem;
}
.about-wrap {
	background: rgba(255, 255, 255, 1);
}
.about-box {
	position: relative;
	margin: 0 auto;
	width: 6.7rem;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(230, 232, 245, 1);
	border-radius: 2px;
	opacity: 0.94;
	top: -1.8rem;
	margin-bottom: -1.8rem;
	padding-bottom: 0.6rem;
}
.about-title-box {
	padding-top: 0.6rem;
	height: 1.8rem;
}
.about-title {
	margin-bottom: 0.2rem;
	font-size: 0.32rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
	text-align: center;
}
.about-desc {
	margin-bottom: 0.8rem;
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(102,102,102,1);
	opacity: 0.8;
	text-align: center;
}
.about-img {
	margin-top: 1rem;
}