.m-banner{
	height: 3.2rem;
	background: url(https://cdn.chiefgr.com/wap/sy04/banner@2x.png)no-repeat;
	background-size: 100%;
	margin-top: 1rem;
	padding-left: 0.3rem;
}

.m-banner h1{
	padding-top: 0.8rem;
	font-size: 0.6rem;
	color: #FFFFFF;
	line-height: 40px;
}
.m-banner p{
	font-size: 12px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
}
.m-banner .btn{
	margin-top: 0.2rem;
	display: flex;align-items: center;justify-content: center;
	width: 1.6rem;
	height: 0.6rem;
	background: #2871FF;
	border-radius: 50px 50px 50px 50px;
	font-size: 12px;
	color: #FFFFFF;
}

.m-public{
	padding: 0.4rem 0 0.6rem;
	display: flex;align-items: center;
}
.m-public i{
	display: block;
	width: 5px;
	height: 20px;
	background: #2871FF;
	border-radius: 5px 5px 5px 5px;
	
}

.m-public h2{
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.6rem;
	margin-left: 5px;
}

.m-con1{
	
	margin-top: 5px;
}
.m-con1 .m-con1-box{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.05);
	padding: 0.4rem 0.3rem;
}
.m-con1 .top{
	display: flex;align-items: center;justify-content: space-between;
	padding-bottom: 0.4rem;
	border-bottom:1px solid #eeeeee;
}
.m-con1 .top h4{
	font-size: 0.4rem;
	color: #000000;
	line-height: 0.4rem;
}
.m-con1 .top p{
	font-size: 10px;
	color: #666666;
}
.m-con1 .swiper-container{
	display: flex;align-items: center;justify-content: space-between;
	height: 20px;
	margin-top: 0.2rem;
}
.m-con1 .swiper-container .btn{
	width: 1rem;
	height: 0.4rem;
	background: rgba(255,41,41,0.05);
	border-radius: 20px 20px 20px 20px;
	display: flex;align-items: center;justify-content: center;
	font-size: 10px;
	color: #FF2929;
}
.m-con1 .swiper-container p{
	height: 20px;
	font-size: 10px;
	color: #666666;
	line-height: 20px;
	margin-left: 0.2rem;
}
.m-con1 .swiper-container p span{
	font-size: 10px;
	color: #FF2929;
	margin-left: 0.8rem;
}
.m-con1 .butt{
	display: flex;align-items: center;justify-content: space-between;
	margin-top: 5px;
}
.m-con1 .butt .item{
	background:url('https://cdn.chiefgr.com/wap/sy04/con1-1@2x.png')no-repeat;
	width: 49%;
	height: 1.6rem;
	background-size: 100% 100%;
	padding: 0.4rem 0.3rem;
}
.m-con1 .butt .item h4{
	font-size: 0.28rem;
	color: #FFFFFF;
}
.m-con1 .butt .item p{
	font-size:0.24rem;
	font-weight: 300;
	color: #FFFFFF;
}
.m-con1 .butt .item:nth-child(2){
	background:url('https://cdn.chiefgr.com/wap/sy04/con1-2@2x.png')no-repeat;
	background-size: 100% 100%;
}
.zhanghao{
	margin-top: 5px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.05);
}
.zhanghao ul{
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
}
.zhanghao ul li{
	width: 25%;
	text-align: center;
	margin-bottom: 0.2rem;
}
.zhanghao ul li img{
	width: 1rem;
	height: 1rem;
}
.zhanghao ul li p{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

.m-con2{
	margin-top: 0.4rem;
}

.m-title{
	display: flex;align-items: center;justify-content: space-between;
	margin-bottom: 0.3rem;
	
}
.m-title p{
	width: 1.6rem;
	height: 0.6rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 30px 30px 30px 30px;
	font-size: 0.24rem;
	color: #333333;
	display: flex;align-items: center;justify-content: center;
	
}
.m-title .active{
	background: #2871FF ;
	color: #FFFFFF;
}
.m-con2 ul{
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 5px 5px;
}

.m-con2 ul li{
	width: 100%;
	padding: 0.4rem 0.3rem;
	box-sizing: border-box;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
}
.m-con2 ul li .title{
	display: flex;align-items: center;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #EEEEEE;
}
.m-con2 ul li .title img{
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.2rem;
}
.m-con2 ul li h4{
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.6rem;
}
.m-con2 ul li .title p{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}
.m-con2 ul li .boot{
	margin-top: 0.2rem;
	display: flex;align-items: center;justify-content: space-between;
}
.m-con2 ul li .boot .left p{
	font-size: 12px;
	color: #333333;
}
.m-con2 ul li .boot .left span{
	display: block;
	font-size: 16px;
	color: #FF2929;
	line-height: 20px;
	margin-top: 10px;
}
.m-con2 ul li .boot  .btn{
	width: 1.6rem;
	height: 0.6rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #2871FF;
	display: flex;align-items: center;justify-content: center;
	font-size: 12px;
	color: #2871FF;
}
.m-con2 .btns{
	margin: 0.4rem auto 0;
	width: 3rem;
	height: 0.8rem;
	background: #2871FF;
	border-radius: 50px 50px 50px 50px;
	display: flex;align-items: center;justify-content: center;
	font-size: 12px;
	color: #FFFFFF;
}
.m-con2 .btns img{
	width: 0.34rem;
	height: 0.2rem;
	margin-left: 0.2rem;
}



.goods-cen{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.goods-cen h5{
	height: 14px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.goods-cen h5 img{
	width: 14px;
	height: 14px;
}
.goods-cen p{
	  height: 12px;
    font-size: 12px;
    color: #999;
    padding-top: 7px;
}
.m-con3{
	margin-top: 0.1rem;
	position: relative;
}
.m-con3 img{
	width: 100%;
}
.m-con3 .small{
	position: absolute;
	top:0.4rem;
	left: 0.3rem;
}
.m-con3 .small h4{
	font-size: 0.32rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	letter-spacing: 1px;
}
.m-con3 .small p{
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.4rem;
}

.m-con4{
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.05);
	border-radius: 5px 5px 5px 5px;
	margin-top: 0.6rem;
	padding-bottom: 0.4rem;
}
.m-con4 ul{
	padding: 0 0.3rem;
}

.m-con4 ul li{
	margin-bottom: 0.4rem;
	display: flex;align-items: center;
}
.m-con4 ul li span{
	width: 0.6rem;
	height: 0.6rem;
	background: #2871FF;
	border-radius: 5px 5px 5px 5px;
	font-size: 0.28rem;
	color: #FFFFFF;
	display: flex;align-items: center;justify-content: center;
	margin-right: 0.2rem;
}
.m-con4 ul li h4{
	font-size: 0.28rem;
	color: #000000;
	line-height: 0.4rem;
}
.m-con4 ul li p{
	font-size: 0.24rem;
	font-weight: 300;
	color: #000000;
	line-height: 0.4rem;
}
.m-con4 .btn{
	margin: 0 0.3rem;
	height: 0.88rem;
	background: linear-gradient(90deg, #00DFC1 0%, #00C8AD 100%);
	border-radius: 5px 5px 5px 5px;
	font-size: 14px;
	color: #FFFFFF;
	display: flex;align-items: center;justify-content: center;
}
.m-con4 .btn img{
	width:0.34rem;
	height: 0.24rem;
	margin-left: 0.2rem;
}

.m-con5{
	margin-top: 0.3rem;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.05);
	border-radius: 5px 5px 5px 5px;
	padding-bottom: 0.4rem;
}
.m-con5 .small{
	padding: 0 0.3rem;
}
.m-con5 img{
	object-fit: contain; 
	width: 100%;
	margin-bottom: 0.4rem;
}
.m-con5 p{
	font-size: 13px;
	color: #666666;
	line-height: 25px;
}