
@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{
	margin: 0; 
	padding: 0;
}
html,body{
	width:100%;
	height:100%;
	min-width: 320px;
	max-width: 768px;
	margin: 0 auto;
	zoom: 1!important;
}

th,strong,var,em,address, caption, cite, code, dfn{
	font-weight: normal; 
	font-style: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

ul,ol{
	list-style: none;
}

fieldset,img{
	border: 0;
}

img{
	display: block;
} 
input {
    outline: none;
	border-radius: 0;
	border: 0;
    -webkit-appearance: none; 
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,select,textarea{
	outline:0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
button{
	outline: none;
	border: 0;
}
textarea{
	resize:none;
}

a{
	text-decoration: none;
	color: #333;
}
::-webkit-scrollbar{
	display: none;
}

/*==========================Reset_End===========================*/
body{	
	display: flex;
	display: -webkit-flex;
	flex-direction: column;

	font-size: 0.24rem;
	font-family: -apple-system,Helvetica,sans-serif;
	color:#333; 
	position: relative;
}
/*section*/
section{
	flex:1;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	background: #028f7a;
	background-size: 100% auto;
}

/* 首页 */
.banner{
	height: 6.65rem;
	position: relative;
}
.banner>img{
	width: 100%;
	height: 6.65rem;
}
.logo{
	height: auto;
}
.logo img{
	height: 0.4rem;
	position: absolute;
	left: 0.35rem;
	top: 0.35rem;
}
/* 登录 */
.Login{
	width: 0.9rem;
	height: 0.46rem;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.46rem;
	color: #1f8aec;
	border-radius: 0.1rem;
	background: #fff;	
	position: absolute;
	right: 0.4rem;
	top: 0.28rem;
	display: none;
}
/* 退出 */
.quit{
	width: auto;
	min-width: 1rem;
	height: 0.46rem;
	line-height: 0.46rem;
	position: absolute;
	right: 0.4rem;
	top: 0.28rem;
	display: none;
}
.quit span{
	display: inline-block;
	font-size: 0.26rem;
	color: #fff;
	margin-right: 0.1rem;
}
.quit>a{
	display: inline-block;
	width: 0.9rem;
	height: 0.46rem;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.46rem;
	color: #1f8aec;
	border-radius: 0.1rem;
	background: #fff;
}
.rule{
	width: 1.56rem;
	padding: 0.1rem 0;
	font-size: 0.22rem;
	text-indent: 0.4rem;
	color: #fff;
	border-top-left-radius: 0.26rem;
	border-bottom-left-radius: 0.26rem;
	background: url(../images/a1.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 1rem;
}
.main{
	width: 100%;
	height: auto;
	background: url(../images/s1.png) no-repeat center;
	background-size: 100% 100%;
}
.btn1{
	width: 6rem;
	height: 0.88rem;
	font-size: 0.36rem;
	font-weight: bolder;
	line-height: 0.88rem;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	background: url(../images/a2.png) no-repeat center;
	background-size: 100% 100%;
}
.explain{
	width: 6.8rem;
	height: 4.3rem;
	padding: 0 0.15rem;
	margin: 0.25rem auto;
	background: url(../images/a3.png) no-repeat center;
	background-size: 100% 100%;
}
.explain li{
	width: 2rem;
	height: 3.4rem;
	margin-top: 0.45rem;
	margin-left: 0.2rem;
	float: left;
}
.explain li h3{
	width: 1.6rem;
	height: 0.8rem;
	font-size: 0.26rem;
	font-weight: normal;
	text-align: center;
	line-height: 0.56rem;
	color: #089a7f;
	margin: 0 auto;
	background: url(../images/a4.png) no-repeat center top;
	background-size: 100% auto;
}
.explain li span{
	display: block;
	width: 2rem;
	height: 2.6rem;
	background: url(../images/a5.png) no-repeat center top;
	background-size: 100% auto;
}
.foot{
	width: 7.1rem;
	height: 2.5rem;
	margin: 0 auto;
	background: url(../images/a6.png) no-repeat center top;
	background-size: 100% auto;
}
.footLt{
	width: 4.55rem;
	height: 2rem;
	margin: 0.1rem 0.15rem;
	float: left;
}
.footLt h3{
	height: 1.04rem;
	font-size: 0.5rem;
	line-height: 1.04rem;
	text-align: center;
	color: #f76215;
}
.footLt h3 span{
	font-size: 0.32rem;
}
.footLt p{
	padding: 0.1rem 0.2rem;
	font-size: 0.26rem;
	color: #f76215;
	border-radius: 0.26rem;
	border: 0.01rem solid #f76215;
	margin-right: 0.35rem;
	float: right;
}
.footRt{
	width: 1.95rem;
	height: 2rem;
	margin: 0.1rem 0;
	float: right;
}
.footRt span{
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.1rem;
	background: url(../images/a7.png) no-repeat center;
	background-size: 100% 100%;
	float: left;
}
.footRt span img{
	width: 1.38rem;
	margin: 0.06rem auto;
}
.footRt p{
	width: 1.5rem;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.4rem;
	float: left;
}

/* 活动页 */
.step{
	width: 7.1rem;
	height: 3.4rem;
	margin: 0 auto;
	border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem;
	background: #008976;
}
.step h3{
	height: 1rem;
	font-size: 0.32rem;
	font-weight: normal;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	background: url(../images/a15.png) no-repeat center;
	background-size: 4.3rem auto;
}
.stepBt{
	width: 6.3rem;
	height: 1.2rem;
	margin: 0 auto;
}
.stepBt span{
	display: block;
	width: 1.76rem;
	height: 0.7rem;
	padding-top: 0.1rem;
	font-size: 0.24rem;
	line-height: 0.32rem;
	text-align: center;
	color: #f7e64f;
	border-radius: 0.1rem;
	border: 0.01rem solid #f7e64f;
	float: left;
}
.stepBt b{
	display: block;
	width: 0.45rem;
	height: 0.8rem;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.8rem;
	color: #f7e64f;
	float: left;
}
.step .Btn{
	display: block;
	width: 6.2rem;
	height: 0.9rem;
	font-size: 0.38rem;
	font-weight: bolder;
	line-height: 0.9rem;
	text-align: center;
	color: #fff;
	outline: none;
	border: 0;
	margin: 0 auto;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}








.evolve{
	width: 7.1rem;
	height: 4.8rem;
	margin: 0 auto 0.2rem;
	background: #008976 url(../images/a18.png) no-repeat center;
	background-size: 100% 100%;
}
.evolveBt{
	width: 6.8rem;
	height: 3.55rem;
	padding-top: 0.95rem;
	margin: 0.15rem;
	border-radius: 0.1rem;
	background: #fcf6e8;
	float: left;
	position: relative;
}
.evolveBt h3{
	width: 3.25rem;
	height: 0.42rem;
	font-size: 0.22rem;
	font-weight: normal;
	line-height: 0.42rem;
	text-indent: 0.5rem;
	color: #fff;
	background: url(../images/a19.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0.2rem;
	display: none;
}
#member{
	width: 3.25rem;
	height: 0.42rem;
	overflow: hidden;
	background: url(../images/a19.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0.2rem;
	display: none;
}
#member1 li,#member2 li{
	width: 2.75rem;
	height: 0.42rem;
	padding-left: 0.5rem;
	font-size: 0.22rem;
	line-height: 0.42rem;
	color: #fff;	
}

.Enumber{
	width: 6.8rem;
	height: 3.4rem;
}
.Enumber li{
	width: 2rem;
	height: 3.4rem;
	margin-left: 0.2rem;
	float: left;
}
.Enumber li h5{
	width: 1.6rem;
	height: 0.8rem;
	font-size: 0.26rem;
	font-weight: normal;
	text-align: center;
	line-height: 0.56rem;
	color: #089a7f;
	margin: 0 auto;
	background: url(../images/a4.png) no-repeat center top;
	background-size: 98% auto;
}
.Enumber li span{
	display: block;
	width: 2rem;
	height: 2.6rem;
	background: url(../images/a5.png) no-repeat center top;
	background-size: auto 2.5rem;
}
.Enumber li.active:first-child span{
	background: url(../images/a20.png) no-repeat center top;
	background-size: auto 2.5rem;
}
.Enumber li.active:nth-child(2) span{
	background: url(../images/a21.png) no-repeat center top;
	background-size: auto 2.5rem;
}
.Enumber li.active:last-child span{
	background: url(../images/a22.png) no-repeat center top;
	background-size: auto 2.5rem;
}

/* pc浏览器打开时--弹窗 */
.PCTerminal{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 99;	
}
.PcPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.PcPop .pop{
	width: 6rem;
	height: 5.8rem;
	border-radius: 0.1rem;
	background: #fff url(../images/a13.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.PcPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.25rem;
	top: -0.25rem;
}
.PcPop h3{
	height: 1.62rem;
	font-size: 0.46rem;
	font-weight: bolder;
	line-height: 1.62rem;
	text-align: center;
	color: #fff;
	background: url(../images/a9.png) no-repeat center;
	background-size: 100% 100%;
}
.PcPop img{
	height: 2.3rem;
	margin: 0.45rem auto;
}
.PcPop p{	
	font-size: 0.26rem;
	text-align: center;
}

/* 活动规则——弹窗 */
.RulePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.RulePop .pop{
	width: 6rem;
	height: 8rem;
	border-radius: 0.1rem;
	background: #fff url(../images/a13.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -4rem;
}
.RulePop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.25rem;
	top: -0.25rem;
}
.RulePop h3{
	height: 1.62rem;
	font-size: 0.46rem;
	font-weight: bolder;
	line-height: 1.62rem;
	text-align: center;
	color: #fff;
	background: url(../images/a9.png) no-repeat center;
	background-size: 100% 100%;
}
.RulePop ul{
	width: 5.1rem;
	height: auto;
	padding-top: 0.5rem;
	margin: 0 auto;
}
.RulePop ul li{
	height: auto;
	margin-bottom: 0.1rem;
}
.RulePop ul li p{
	font-size: 0.26rem;
	line-height: 0.42rem;
}
.RulePop ul li p b{
	font-weight: bolder;
	color: #188d71;
}
.RulePop ul li:last-child{
	height: 1.6rem;
	position: relative;
}
.RulePop ul li:last-child p{
	width: 3.2rem;
}
.RulePop ul li:last-child img{
	display: block;
	width: 1.9rem;
	position: absolute;
	right: 0;
	top: -0.4rem;
}
.RulePop .know{
	width: 4.5rem;
	height: 0.7rem;
	font-size: 0.32rem;
	line-height: 0.7rem;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
}

/* 登录——弹窗 */

.LoginPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.LoginPop .pop{
	width: 6rem;
	height: 5.8rem;
	border-radius: 0.1rem;
	background: #fff url(../images/a13.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.LoginPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.25rem;
	top: -0.25rem;
}
.LoginPop h3{
	height: 1.62rem;
	font-size: 0.46rem;
	font-weight: bolder;
	line-height: 1.62rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.6rem;
	background: url(../images/a9.png) no-repeat center;
	background-size: 100% 100%;
}
.LoginPop label{
	display: block;
	width: 4.5rem;
	height: 1rem;
	margin: 0 auto;
}
.LoginPop input{
	display: block;
	width: 4.5rem;
	height: 0.7rem;
	font-size: 0.28rem;
	text-indent: 0.2rem;
	outline: none;
	border-radius: 0.1rem;
	border: 0.01rem solid #ccc;
}
.LoginPop #YzNum{
	width: 2.78rem;
	float: left;
}
.LoginPop #btnSendCode1{
	width: 1.5rem;
	border: 0;
	text-indent: 0;
	background: #fff url(../images/a11.png) no-repeat center 0.6rem;
	background-size: 1.4rem auto;
	float: right;
}
.LoginPop .loginBtn{
	display: block;
	width: 4.5rem;
	height: 0.7rem;
	font-size: 0.32rem;
	line-height: 0.7rem;
	text-align: center;
	color: #fff;
	margin: 0.2rem auto 0;
	cursor: pointer;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
}
/* 活动结束后遮罩 */
.Mask{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 99;	
}
/* 活动结束——弹窗 */
.EndPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.EndPop .pop{
	width: 6rem;
	height: 5.8rem;
	border-radius: 0.1rem;
	background: #fff url(../images/a13.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.EndPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.25rem;
	top: -0.25rem;
}

.EndPop h3{
	height: 1.62rem;
	font-size: 0.46rem;
	font-weight: bolder;
	line-height: 1.62rem;
	text-align: center;
	color: #fff;
	background: url(../images/a9.png) no-repeat center;
	background-size: 100% 100%;
}
.EndPop .img{
	display: block;
	width: 2rem;
	height: 2rem;
	margin: 0.35rem auto 0.25rem;
	background: #ffe2e4;
}
.EndPop .img img{
	width: 1.76rem;
	height: 1.76rem;
	margin: 0.12rem;
	float: left;
}
.EndPop p{
	font-size: 0.28rem;
	line-height: 0.48rem;
	text-align: center;
}

/* 重复助力——弹窗 */
.TipsPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.TipsPop .pop{
	width: 6rem;
	height: 5.8rem;
	border-radius: 0.1rem;
	background: #fff url(../images/a13.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.TipsPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.25rem;
	top: -0.25rem;
}

.TipsPop h3{
	height: 1.62rem;
	font-size: 0.46rem;
	font-weight: bolder;
	line-height: 1.62rem;
	text-align: center;
	color: #fff;
	background: url(../images/a9.png) no-repeat center;
	background-size: 100% 100%;
}
.TipsPop p{
	font-size: 0.3rem;
	line-height: 0.6rem;
	text-align: center;
	margin: 0.7rem 0;
}
.TipsPop .know{
	width: 4.5rem;
	height: 0.7rem;
	font-size: 0.32rem;
	line-height: 0.7rem;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
}

/* 分享——弹窗 */
.SharePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;	
}
.SharePop .pop{
	width: 7.5rem;
	height: 13.34rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.75rem;
	margin-top: -6.67rem;
}
.SharePop .pop img{
	height: 6.8rem;
	margin: 0.4rem 0.4rem 0 0;
	float: right;
}
.SharePop .know{
	width: 3rem;
	height: 0.9rem;
	margin: 8.5rem auto 0;
	background: url(../images/a14.png) no-repeat center;
	background-size: 100% 100%;
}

