
@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;
}

/* 首页 */
.main{
	height: auto;
	padding-bottom: 0.3rem;
	background: url(../images/mian.png) no-repeat center top;
	background-size: 100% auto;
}
.banner{
	height: auto;
	padding-top: 0.95rem;
	position: relative;
}
.banner>img{
	max-width: 100%;
	height: 4.95rem;
	margin: 0 auto;
}
.logo{
	height: auto;
	position: absolute;
	left: 0.35rem;
	top: 0.35rem;
}
.logo img{
	height: 0.5rem;
}

.rule{
	width: 1.5rem;
	position: absolute;
	right: 0;
	top: 0.4rem;
}
.rule li{
	height: 0.5rem;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.5rem;
	color: #fff;
	border-top-left-radius: 0.26rem;
	border-bottom-left-radius: 0.26rem;
	background: rgba(0, 0, 0, 0.2);
}
.matter{
	width: 6.9rem;
	height: 3.85rem;
	padding-top: 0.35rem;
	margin: 0.1rem auto 0;
	background: url(../images/a2.png) no-repeat center;
	background-size: 100% 100%;
}
.matter h3{
	height: 0.7rem;
	font-size: 0.3rem;
	font-weight: bolder;
	text-indent: 0.2rem;
	line-height: 0.7rem;
	color: #fff;
}
.matter ul{
	width: 6.3rem;
	height: auto;
	margin: 0 auto;
}
.matter ul li{
	height: 0.7rem;
	border-bottom: 0.01rem solid #e7e7e7;
	position: relative;
}
.matter ul li:last-child{
	border-bottom: 0;
}
.matter ul li b{
	display: block;
	width: 0.5rem;
	height: 0.3rem;
	font-size: 0.22rem;
	font-weight: bolder;
	text-indent: 0.08rem;
	line-height: 0.3rem;
	color: #fff;
	background: url(../images/a1.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0.55rem;
	top: 0.2rem;
}
.matter ul li span{
	display: block;
	height: 0.7rem;
	font-size: 0.3rem;
	line-height: 0.7rem;
	text-indent: 1.2rem;
}
.course{
	width: 6.9rem;
	height: 4.2rem;
	margin: 0.25rem auto 0;
	background: url(../images/a4.png) no-repeat center;
	background-size: 100% 100%;
}
.course p{
	width: 1.36rem;
	height: 0.9rem;
	padding-top: 0.36rem;
	margin: 0.3rem 0.4rem 0 0;
	background: url(../images/a3.png) no-repeat center;
	background-size: auto 100%;
	float: right;
}
.course p b{
	display: block;
	height: 0.3rem;
	font-size: 0.26rem;
	font-weight: bold;
	text-align: center;
	line-height: 0.3rem;
	color: #fff;
	background: url(../images/a12.png) no-repeat center top;
	background-size: 90% auto;
}
.course p b i{
	font-size: 0.22rem;
	font-weight: normal;
}
.course p span{
	display: block;
	font-size: 0.36rem;
	font-weight: bolder;
	text-align: center;
	color: #fff;
}
.course p span i{
	font-size: 0.24rem;
}
.formula{
	width: 6.9rem;
	height: 0.7rem;
	margin: 0.3rem auto;
	background: url(../images/a6.png) no-repeat center;
	background-size: 100% 100%;
}
.formula>span{
	display: block;
	height: 0.7rem;
	font-size: 0.34rem;
	line-height: 0.7rem;
	margin-left: 1rem;
	color: #fff;
	float: left;
}
.formula>b{
	display: block;
	width: 1.52rem;
	height: 0.5rem;
	font-size: 0.26rem;
	text-align: center;
	line-height: 0.5rem;
	color: #fff;
	margin: 0.1rem 0.2rem;
	background: url(../images/a5.png) no-repeat center;
	background-size: 100% 100%;
	float: right;
}
/* PC打开时 */
.PCcode{
	width: 6.9rem;
	height: 3.45rem;
	margin: 0 auto;
	background: url(../images/a14.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.PCcodeLt{
	width: 3.2rem;
	height: 2.5rem;
	margin: 0.7rem 0 0 0.7rem;
	float: left;
}
.PCcodeLt h3{
	width: 2.95rem;
	height: 0.72rem;
	font-size: 0.32rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.72rem;
	color: #fff;
	margin-bottom: 0.3rem;
	background: url(../images/a13.png) no-repeat center;
	background-size: 100% 100%;
}
.PCcodeLt p{
	height: 0.4rem;
	font-size: 0.26rem;
}
.PCcodeRt{
	width: 2.75rem;
	height: 2.65rem;
	margin-top: 0.55rem;
	float: left;
}
.PCcodeRt img{
	display: block;
	width: 1.85rem;
	height: 1.85rem;
	margin: 0.25rem 0.4rem 0;
	float: left;
}
/* 移动端打开的时 */
.IMobile{
	width: 6.9rem;
	height: auto;
	margin: 0 auto;
	display: none;
}
.Mtitle{
	height: auto;
}
.Mtitle h3{
	height: 0.8rem;
	font-size: 0.36rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.78rem;
	color: #fff;
	background: url(../images/a7.png) no-repeat center;
	background-size: auto 100%;
}
.Mtitle p{
	height: 1rem;
	font-size: 0.32rem;
	text-align: center;
	line-height: 1rem;
	color: #fff;
	background: url(../images/a8.png) no-repeat center;
	background-size: auto 0.22rem;
}
.event{
	height: 1.5rem;
	margin-bottom: 0.15rem;
	background: url(../images/a11.png) no-repeat center;
	background-size: 100% 100%;
}
.eventLt{
	width: 4.1rem;
	height: 1.5rem;
	padding-left: 0.5rem;
	float: left;
}
.eventLt h3{
	height: 0.5rem;
	padding-top: 0.35rem;
	font-size: 0.3rem;
	font-weight: bolder;
	color: #3619ba;
}
.eventLt p{
	font-size: 0.24rem;
}
.eventRt{
	width: 2rem;
	height: 1.3rem;
	padding-top: 0.2rem;
	float: left;
}
.eventRt li{
	width: 1.8rem;
	height: 0.5rem;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.5rem;
	color: #fff;
	margin-bottom: 0.12rem;
	background: url(../images/a9.png) no-repeat center;
	background-size: 100% 100%;
}
.eventRt li:first-child{
	font-size: 0.24rem;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;	
}
.eventRt li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
/* 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: 4.8rem;
	background: url(../images/a16.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.4rem;
}
.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.8rem;
	z-index: 9;
}
.PcPop h3{
	width: 6rem;
	height: 0.9rem;
	padding-top: 0.15rem;
	font-size: 0.38rem;
	text-align: center;
	color: #fff;
	background: url(../images/a15.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: -0.6rem;
}
.PcPop img{
	height: 2.3rem;
	margin: 0.8rem auto 0.5rem;
}
.PcPop p{	
	font-size: 0.26rem;
	text-align: center;
}

/* 口诀简介——弹窗 */
.ProfilePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.ProfilePop .pop{
	width: 6rem;
	height: 8.6rem;
	background: url(../images/a16.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -4.3rem;
}
.ProfilePop .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.8rem;
	z-index: 9;
}
.ProfilePop h3{
	width: 6rem;
	height: 0.9rem;
	padding-top: 0.15rem;
	font-size: 0.38rem;
	text-align: center;
	color: #fff;
	background: url(../images/a15.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: -0.6rem;
}
.ProfilePop p{
	width: 4.9rem;
	height: auto;
	padding-top: 0.7rem;
	font-size: 0.26rem;
	line-height: 0.46rem;
	margin: 0 auto;
}
.ProfilePop p i{
	color: #dc0000;
}
.ProfilePop .tips{
	height: auto;
	padding-top: 0.2rem;
	font-size: 0.26rem;
	text-align: center;
}
.ProfilePop img{
	height: 2.6rem;
	margin: 0.2rem auto 0;
}

/* 活动规则——弹窗 */
.RulePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.RulePop .pop{
	width: 6rem;
	height: 7.2rem;
	background: url(../images/a16.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -3.6rem;
}
.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.8rem;
	z-index: 9;
}
.RulePop h3{
	width: 6rem;
	height: 0.9rem;
	padding-top: 0.15rem;
	font-size: 0.38rem;
	text-align: center;
	color: #fff;
	background: url(../images/a15.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: -0.6rem;
}
.RulePop ul{
	width: 4.9rem;
	height: auto;
	padding-top: 0.7rem;
	margin: 0 auto;
}
.RulePop ul li{
	height: auto;
	font-size: 0.24rem;
	line-height: 0.4rem;
}
.RulePop ul li b{
	font-weight: bolder;
	color: #5f49d9;
}
.RulePop ul li em{
	color: #dc0000;
}
.RulePop ul li img{
	display: block;
	height: 1.8rem;
	margin: 0 auto;
}
/* 咨询——弹窗 */
.AdvicePop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.AdvicePop .pop{
	width: 6rem;
	height: 5.2rem;
	background: url(../images/a16.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.6rem;
}
.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.8rem;
	z-index: 9;
}
.AdvicePop h3{
	width: 6rem;
	height: 0.9rem;
	padding-top: 0.15rem;
	font-size: 0.38rem;
	text-align: center;
	color: #fff;
	background: url(../images/a15.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: -0.6rem;
}
.AdvicePop img{
	height: 2.6rem;
	margin: 0.9rem auto 0;
}
.AdvicePop p{
	height: auto;
	font-size: 0.3rem;
	text-align: center;
	margin-top: 0.3rem;
}



