.theTop{
	background:url(../img/wap_smallBanner04.png) no-repeat right center;
	background-size: cover; 
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	margin-bottom: 1rem;
}
.advantageList{
	padding-top: 0.4rem;
	padding-bottom: 0.25rem;
	display: flex;
	flex-direction: row;
}
.advantageListL{
	display: flex;
	align-items: center;
	padding-left:5%;
	padding-right: 3%;
}
.advantagePicBox{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: inherit;
	border: 1px solid rgba(255,255,255,.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantagePicBox img{
	width: 0.42rem;
	height: 0.42rem;
}
.advantageListR{
	width: 50%;
}
.advantageTitle{
	color: white;
	font-size: 0.36rem;
	letter-spacing: 2px;
	line-height: 1;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.advantageText{
	color: rgba(255,255,255,.6);
	font-size: 0.34rem;
	line-height: 1.4;
	letter-spacing: 1px;
}
.theMain{
	padding-bottom: 1rem;
	width: 94%;
	margin: 0 auto;
}
.theTitle{
	color: #333;
	font-size: 0.48rem;
	letter-spacing: 0.03rem;
	text-align: center;
	line-height: 1;
	padding-bottom: 0.32rem;
}
.theText{
	font-size: 0.38rem;
	color: #777;
	text-align: justify;
	line-height: 1.6;
}
.thePicBox{
	width: 80%;
	margin: 0 auto;
	margin-top: 0.05rem;
}
.thePic{
	width: 100%;
}