*{
	padding:0;
	margin:0;
	text-decoration:none;
	list-style: none;
}
/* 使用100vw 消除左右滚动条 */
html {
 overflow-y: scroll;
 
}

:root {
 overflow-y: auto;
 overflow-x: hidden;
}

:root body {
 position: absolute;
}

body {
 width: 100vw;
 overflow: hidden;
 background-color: #eeeeee;
 border-radius: 5px;
}

/* 使用100vw 消除左右滚动条结束 */
/* top隐士 */
.chongzhi{
	border-bottom: solid 2px #fff;
}
/* 身体 */
.shenti{
	width: 1010px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 22px;
	background-color: #fff;
	margin-top: 20px;
}
.s-top{
	width: 100%;
	border-bottom: dashed 1px #eeeeee;
	
}
.tou-X{
    width: 136px;
    height: 73px;
    display: flex;
    align-items: center;
margin-top: 10px;
}
.xtu{
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    width: 1000px;
    position: absolute;
	border-radius: 50px;
}
.xtu>img{
	width: 100%;
	height: 100%;
}
.X-name{
	font-size: 15px;
	color:#474747;
	margin-left: 80px;
}
.huo-B{
	width: 300px;
	height: 55px;
	display: flex;
	align-items: center;
}
.b-img{
	width: 30px;
	height: 30px;
}
.yuE{
	font-size: 18px;
	color: #02a015;
	margin-left: 5px;
}
.yuE>span{
	font-size: 14px;
	color: #676767;
}
/* s-xia */
.s-xia{
	width: 100%;
	/* overflow: hidden; */
	margin-top: 40px;
}
.M-ti{
	font-size: 24px;
}
.M-ul{
	width: 80%;
	height: 280px;
	margin-left: 100px;
	/* overflow: hidden; */
	margin-top: 20px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Mli{
	width: 170px;
	height: 170px;
	/* border: solid 1px #cecece; */
	border-radius: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	float: left;
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
	/* background-image: url('../img/1.png'); */
	/* background-size: 100% 100%; */
}
.mlia{
	background-color: rgba(255, 202, 175, 0.3);
	border: solid 1px #ff816e !important;
}
.youhui{
	width:227px;
	position: absolute;
	top: -82px;
	right: -35px;
}
.b-1{
	font-size: 20px;
	margin-top: 35px;
	color: rgb(247, 93, 50);
}
.b-2{
	width: 110px;
	line-height: 38px;
	text-align: center;
	font-size: 15px;
	background-color: rgb(247, 93, 50);
	border-radius: 50px;
	color: #fff;
}
.b-3{
	width: 100%;
	line-height: 30px;
	/* background-color:rgba(25, 119, 50, 0.8); */
	text-align: center;
	color: #fff;
	font-size: 13px;
}
/* 支付 */
.zhifu{
	width: 100%;
	overflow: hidden;
}
.er-weima{
	width: 181px;
	height: 181px;
}
.er-weima>img{
	width: 100%;
}
.zf-m{
    width: 200px;
    height: 181px;
    margin: 0 auto;
    text-align: center;
	
}
.zf-1{
	font-size: 25px;
	font-weight: bold;
	margin-top:50px;
}
.zf-2{
	margin-top: 10px;
	font-size: 13px;
	color: #676767;
}
.zf-3{
	margin-top: 10px;
	font-size: 30px;
	color: #ff0000;
}
.zf-3>span{
	font-size: 18px;
}
.zf-4{
	margin-top: 20px;
}
.zf-4>img{
	margin-right: 20px;
	cursor: pointer;
}