 /* b2c 主体部分 */
.pic1{
	width:100%;
	height: 232px;
	background: url(../../imgs/mobile/b2c_01.jpg) no-repeat;
	background-size:100% 100%;
	text-align: center;
	padding-top:285px;
	position: relative;
}
.pic2{
	width:100%;
	height: 447px;
	background: url(../../imgs/mobile/b2c_02.jpg) no-repeat;
	background-size:100% 100%;
	position: relative;
}
.pic2 button{
	position: absolute;
	top: 375px;
	left: 61.5%;
	width:130px;
	height:35px;
	border-radius:10px;
	background:red;
	color:#fff;
	/*line-height: 35px;*/
}