
@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;
}
i,em{
	font-style: normal;
}

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: #e8311c;
	background-size: 100% auto;
}


/* 首页 */
.banner{
	height: auto;
	position: relative;
}
.banner>img{
	width: 100%;
}
.logo{
	width: 2.2rem;
	height: 0.6rem;
	padding-top: 0.15rem;
	background: url(../images/a2.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.logo img{
	height: 0.5rem;
	margin: 0 auto;
}
.rule{
	width: 1.2rem;
	position: absolute;
	right: 0;
	top: 0.2rem;
}
.rule li{
	height: 0.5rem;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.5rem;
	color: #b53f20;
	margin-bottom: 0.1rem;
	background: url(../images/a1.png) no-repeat center;
	background-size: 100% 100%;
}
.present{
	width: 7rem;
	height: 4.3rem;
	margin: 0 auto;
	position: relative;
}
.presentBt{
	width: 7rem;
	height: 4.3rem;
	padding-top: 0.3rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 0;
	top: -0.3rem;
}
.presentBt h3{
	height: 0.66rem;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.66rem;
	color: #ed442c;
	background: #fcdbd5;
}
.Ptest{
	height: 3rem;
	margin-top: 0.3rem;
}

.Ptest li{
	width: 33.333%;
	height: 3rem;
	float: left;
}
.Ptest li img{
	width: 100%;
	max-height: 3rem;
}
.IndexBtn{
	width: 6.5rem;
	height: 1.1rem;
	margin: 0.3rem auto 0;
}
.IBtn{
	width: 6.5rem;
	height: 1.1rem;
	font-size: 0.46rem;
	font-weight: bolder;
	text-align: center;
	line-height: 1rem;
	color: #ff2802;
	background: url(../images/a6.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.tips{
	height: auto;
	font-size: 0.22rem;
	text-align: center;
	color: #fff;
	margin-top: 0.15rem;
}
/* 活动页 */

.ActBtn{
	width: 6.5rem;
	height: 1.1rem;
	margin: 0.3rem auto 0;
}
.ABtn{
	width: 6.5rem;
	height: 1.1rem;
	font-size: 0.46rem;
	font-weight: bolder;
	text-align: center;
	line-height: 1rem;
	color: #ff2802;
	background: url(../images/a6.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.Apresent{
	height: 4.8rem;
}
.ApresentBt{
	height: 4.8rem;
}
.member{
	width: 6.5rem;
	height: 0.5rem;
	margin: 0 auto;
}
.member li{
	width: 1.8rem;
	height: 0.5rem;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.5rem;
	margin-right: 0.55rem;
	float: left;
	background: #dedede;
}
.member li:last-child{
	margin-right: 0;
}
.member li.active{
	background: none;
}


/* 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.9);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.PcPop .pop{
	width: 6rem;
	height: 5.2rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.6rem;
}
.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.1rem;
	top: -0.7rem;
}
.PcPop h3{
	height: 0.96rem;
	font-size: 0.36rem;
	font-weight: bolder;
	line-height: 0.96rem;
	text-align: center;
	color: #fff;
	background: url(../images/a10.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.9);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.RulePop .pop{
	width: 6rem;
	height: 5.4rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.7rem;
}
.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.1rem;
	top: -0.7rem;
}
.RulePop h3{
	height: 0.96rem;
	font-size: 0.36rem;
	font-weight: bolder;
	line-height: 0.96rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.3rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.RulePop p{
	height: auto;
	padding: 0 0.3rem;
	font-size: 0.24rem;
	line-height: 0.46rem;
}
.RulePop p i{
	color: #d93416;
}

/* 咨询——弹窗 */

.AdvicePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.AdvicePop .pop{
	width: 6rem;
	height: 5.8rem;
	border-radius: 0.2rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.AdvicePop .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.1rem;
	top: -0.7rem;
}
.AdvicePop h3{
	height: 0.96rem;
	font-size: 0.36rem;
	font-weight: bolder;
	line-height: 0.96rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.4rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.AdvicePop .pop>span{
	display: block;
	width: 2.7rem;
	height: 2.7rem;
	margin: 0.4rem auto;
	background: url(../images/a11.png) no-repeat center;
	background-size: 100% 100%;
}
.AdvicePop .pop>span img{
	height: 2.2rem;
	margin: 0.25rem;
	float: left;
}
.AdvicePop p{	
	font-size: 0.26rem;
	text-align: center;
}

/* 登录——弹窗 */

.LoginPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;	
}
.LoginPop .pop{
	width: 6rem;
	height: 5.2rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.6rem;
}
.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.1rem;
	top: -0.7rem;
}
.LoginPop h3{
	height: 0.96rem;
	font-size: 0.36rem;
	font-weight: bolder;
	line-height: 0.96rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.3rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.LoginPop label{
	display: block;
	width: 4.7rem;
	height: 1rem;
	margin: 0 auto;
}
.LoginPop input{
	display: block;
	width: 4.7rem;
	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.7rem;
	color: #fff;
	border: 0;
	text-indent: 0;
	background: url(../images/a13.png) no-repeat center;
	background-size: 100% 100%;
	float: right;
}
.LoginPop .loginBtn{
	width: 4.7rem;
	height: 0.9rem;
	margin: 0.3rem auto 0;
}
.LoginPop .loginBtn .btn{
	display: block;
	width: 4.5rem;
	height: 0.82rem;
	font-size: 0.32rem;
	font-weight: bolder;
	line-height: 0.7rem;
	text-align: center;
	color: #954600;
	margin: 0 auto;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
}
/* 成功助力——弹窗 */
.AssistPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.AssistPop .pop{
	width: 6rem;
	height: 6.8rem;
	border-radius: 0.2rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -3.4rem;
}
.AssistPop .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.1rem;
	top: -0.7rem;
}
.AssistPop h3{
	height: 0.96rem;
	font-size: 0.36rem;
	font-weight: bolder;
	line-height: 0.96rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.4rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.AssistPop h5{
	height: 0.4rem;
	font-size: 0.3rem;
	text-align: center;
	color: #d93416;
}
.AssistPop .pop>span{
	display: block;
	height: 3rem;
}
.AssistPop .pop>span.one{
	background: url(../images/a8.png) no-repeat center;
	background-size: auto 100%;
}
.AssistPop .pop>span.two{
	background: url(../images/a9.png) no-repeat center;
	background-size: auto 100%;
}
.AssistPop p{
	font-size: 0.26rem;
	line-height: 0.8rem;
	text-align: center;
}
.AssistPop .know{
	width: 4.5rem;
	height: 0.82rem;
	font-size: 0.32rem;
	font-weight: bolder;
	line-height: 0.7rem;
	text-align: center;
	color: #954600;
	margin: 0 auto;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
}
/* 重复助力——弹窗 */
.TipsPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.TipsPop .pop{
	width: 6rem;
	height: 4.6rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.3rem;
}
.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.1rem;
	top: -0.7rem;
}

.TipsPop h3{
	height: 0.96rem;
	font-size: 0.36rem;
	font-weight: bolder;
	line-height: 0.96rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.3rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.TipsPop p{
	font-size: 0.3rem;
	line-height: 0.46rem;
	text-align: center;
	margin: 0.5rem 0;
}
.TipsPop .know{
	width: 4.5rem;
	height: 0.82rem;
	font-size: 0.32rem;
	font-weight: bolder;
	line-height: 0.7rem;
	text-align: center;
	color: #954600;
	margin: 0 auto;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
}
/* 学习提醒——弹窗 */
.StudyPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.StudyPop .pop{
	width: 6rem;
	height: 4.6rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.3rem;
}
.StudyPop .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.1rem;
	top: -0.7rem;
}

.StudyPop h3{
	height: 0.96rem;
	font-size: 0.36rem;
	font-weight: bolder;
	line-height: 0.96rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.3rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.StudyPop p{
	font-size: 0.3rem;
	line-height: 0.46rem;
	text-align: center;
	margin: 0.4rem 0;
}
.StudyPop p i{
	color: #d93416;
}
.StudyPop .know{
	width: 4.5rem;
	height: 0.82rem;
	font-size: 0.32rem;
	font-weight: bolder;
	line-height: 0.7rem;
	text-align: center;
	color: #954600;
	margin: 0 auto;
	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.9);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.EndPop .pop{
	width: 6rem;
	height: 6.6rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -3.3rem;
}
.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.1rem;
	top: -0.7rem;
}

.EndPop h3{
	height: 0.96rem;
	font-size: 0.36rem;
	font-weight: bolder;
	line-height: 0.96rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.3rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.EndPop p{
	font-size: 0.26rem;
	text-align: center;
	line-height: 0.42rem;
}
.EndPop p i{
	color: #d93416;
}
.EndPop .pop>span{
	display: block;
	width: 2.7rem;
	height: 2.7rem;
	margin: 0.2rem auto 0.3rem;
	background: url(../images/a11.png) no-repeat center;
	background-size: 100% 100%;
}
.EndPop .pop>span img{
	height: 2.2rem;
	margin: 0.25rem;
	float: left;
}
.EndPop .know{
	width: 4.5rem;
	height: 0.82rem;
	font-size: 0.32rem;
	font-weight: bolder;
	line-height: 0.7rem;
	text-align: center;
	color: #954600;
	margin: 0 auto;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
}

/* 分享——弹窗 */
.SharePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	display: none;	
	z-index: 999;
}
.SharePop .pop{
	width: 7.5rem;
	height: 13.34rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.75rem;
	margin-top: -6.67rem;
}
.SharePop img{
	height: 4.3rem;
	margin: 0.3rem 1.1rem 0 0;
	float: right;
}
.SharePop p{
	height: 3rem;
	padding-top: 0.6rem;
	margin-top: 5.2rem;
	background: url(../images/a14.png) no-repeat center top;
	background-size: auto 2.56rem;
}
.SharePop p span{
	display: block;
	font-size: 0.28rem;
	line-height: 0.52rem;
	text-align: center;
	color: #fff;
}
.SharePop p span i{
	color: #e8a04b;
}
.SharePop p b{
	display: block;
	width: 2.1rem;
	height: 0.82rem;
	font-size: 0.3rem;
	font-weight: normal;
	line-height: 0.72rem;
	text-align: center;
	color: #fff;
	margin: 0.4rem auto 0;
	background: url(../images/a15.png) no-repeat center;
	background-size: 100% 100%;
}
