.nav{
	margin-top: 1.3rem;
	padding: 0 0.3rem;
}
.linkurl{left: 0px !important;bottom: -50% !important;}
.nav  .m-title{
	display: flex;justify-content: space-between;
}
.nav  .m-title a{
	width:2.2rem;
	height: 0.6rem;
	background: linear-gradient( 270deg, #FDA801 0%, #FFE71E 100%);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 50px 50px 50px 50px;
	font-size: 0.24rem;
	color: #88650A;
	display: flex;justify-content: center;align-items: center;
}

.m-banner{
	width: 100%;
	padding: 0.3rem;
}

.m-banner img{
	width: 100%;
	
}

.m-banner h1{
	padding-top: 0.6rem;
	font-size: 0.6rem;
	color: #9129E6 ;
	line-height: 40px;
}
.m-banner p{
	font-size: 12px;
	font-weight: 300;
	color: #9129E6;
	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: #9129E6;
	border-radius: 50px 50px 50px 50px;
	font-size: 12px;
	color: #FFFFFF;
}

.m-public{
	margin: 0.6rem 0 0.3rem;
	text-align: center;
}


.m-public h2{
	font-size: 0.32rem;
	color: #000000;
}
h3{
	font-size: 0.25rem;
}
.m-public p{
	font-size: 0.24rem;
	font-weight: 300;
	color: #666666;
	line-height: 0.4rem;
	margin-left: 0.2rem;
}

.m-con1{
	height: 3.5rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
	padding: 0.4rem;
}
.m-con1{
	margin-top: 0.3rem;
}
.m-con1 ul{
	display: flex;align-items: center;justify-content: space-between;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.4rem;
}
.m-con1 ul li{
	text-align: center;
}
.m-con1 ul li img{
	width: 0.8rem;
	height: 0.8rem;
}
.m-con1 ul li p{
	font-weight: 400;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.6rem;
}

.m-con1 .bott{
	display: flex;align-items: center;
	margin-top: 0.2rem;
}

.m-con1 .bott img{
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.2rem;
	
}

.m-con1 .bott .swiper-container p{
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.4rem;
	height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m-con1 .bott .swiper-container{
	height: 40px;
}



.m-con2 .m-list-box ul li{
	width: 100%;
	margin-bottom: 0.1rem;
}
.m-con2 .m-list-box ul li a{
	display: block;
	padding: 0.3rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
}
.m-con2 .m-list-box ul li a .title{
	display: flex;align-items: center;
}
.m-con2 .m-list-box ul li a .title img{
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.2rem;
}
.m-con2 .m-list-box ul li a .title p{
	font-size: 0.24rem;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m-con2 .m-list-box ul li a .cen{
	padding-left: 1rem;
	display: flex;align-items: center;justify-content: space-between;
}
.m-con2 .m-list-box ul li a .cen span{
	font-size: 12px;
	color: #999999;
	line-height: 30px;
}
.m-con2 .m-list-box ul li a .cen p{
	width: 80px;
	height: 30px;
	color: #88650A;
	background: linear-gradient( 270deg, #FDA801 0%, #FFE71E 100%);
	
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 30px 30px 30px 30px;
	font-size: 12px;
	display: flex;align-items: center;justify-content: center;
	
}
.m-con2 .m-list-box ul li a .small{
	width: 100%;
	padding-top:15px ;
	border-top: 1px solid #DDDDDD;
	font-size: 12px;
	color: #333333;
	margin-top: 0.2rem;
}
.m-con2 .m-btn{
	width: 3.1rem;
	height: 0.8rem;
	color: #88650A;
	background: linear-gradient( 270deg, #FDA801 0%, #FFE71E 100%);
	border-radius: 30px 30px 30px 30px;
	display: flex;align-items: center;justify-content: center;
	font-size: 0.28rem;
	font-weight: bold;
	margin:0.3rem auto;
}


.m-con3 ul{
	display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
	height: 3.8rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
	padding: 0.4rem;
	
}
.m-con3 ul li{
	width: calc(100%/4);
	
	margin-bottom: 0.3rem;
	
}
.m-con3 ul li img{
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.1rem;
}
.m-con3 ul li p{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.6rem;
	
	
}

.m-con4 ul{
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
}

.m-con4 ul li{
	height: 2.8rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
	width: calc(100%/2.03);
	text-align: center;
	padding: 0.4rem 0.3rem;
	margin-bottom: 5px;
}

.m-con4 ul li img{
	width: 0.8rem;
	height: 0.8rem;
}

.m-con4 ul li h4{
	margin-top: 0.2rem;
	font-weight: 400;
	font-size: 0.28rem;
	color: #000000;
	line-height: 0.4rem;
}

.m-con4 ul li p{
	font-weight: 300;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.bg{
	margin-top: 5px;
}

.bg img{
	width: 100%;
}


.m-con6-box{
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
	padding: 0.3rem;
	
}

.m-con6-box .small{
	font-size: 13px;
	color: #666666;
	line-height: 25px;
}
.m-con6-box .boot{
	display: flex;align-items: center;justify-content: space-between;
	margin-top: 0.4rem;
}
.m-con6-box .boot h4{
	font-size: 0.32rem;
	color: #000000;
	line-height: 25px;
}
.m-con6-box .boot p{
	font-size: 10px;
	color: #666666;
	line-height: 25px;
}


.m-con7-box{
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
	padding: 0.4rem 0.3rem;
}
.m-con7-box li{
	padding-bottom: 0.3rem;
	border-bottom: 1px solid 	#EEEEEE;
	/*white-space: nowrap;overflow: hidden;text-overflow: ellipsis;;*/
	margin-bottom: 0.4rem;
}

.m-con7-box li:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	
}

.m-con7-box li h5{
	font-weight: 400;
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.4rem;
	width: 100%;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.m-con7-box li p{
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.4rem;
	margin-top: 0.2rem;
}

.m-con8 .m-con8-bott{
	margin: 0.4rem 0 0;
	background: url(https://cdn.10goo.com/wap-mb51/m-con1-18@2x.png)no-repeat;
	background-size: 100% 100%;
	height: 3rem;
	padding: 0.5rem 0.3rem;
}
.m-con8 .m-con8-bott h2{
	font-size: 0.32rem;
	color: #FFFFFF;
	line-height: 0.6rem;
}
.m-con8 .m-con8-bott p{
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	line-height: 20px;
}
.m-con8 .m-con8-bott .btn-box{
	display: flex;align-items: center;
	margin-top: 0.4rem;
}
.m-con8 .m-con8-bott .btn-box .btn{
	cursor: pointer;
	width: 1.6rem;
	height: 0.6rem;
	background: #FF6D00;;
	border-radius: 50px 50px 50px 50px;
	display: flex;align-items: center;justify-content:center;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.4rem;
}
.m-con8 .m-con8-bott .btn-box .btn:nth-child(2){
	background: #FFFFFF;
	color: #FE700B;;
	margin-left: 5px;
}
.m-con8 .m-con8-bott .btn img{
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.1rem;
}

