
@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: url(../images/main.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

/* 首页 */
.banner{
	height: auto;
	padding-top: 0.7rem;
	position: relative;
}
.banner>img{
	max-width: 100%;
	height: 10.35rem;
	margin: 0 auto;
}
.logo{
	height: auto;
	position: absolute;
	left: 0.2rem;
	top: 0.2rem;
}
.logo img{
	height: 0.5rem;
}
.IBtn{
	width: 5.4rem;
	height: 0.76rem;
	font-size: 0.34rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.72rem;
	color: #fff;
	background: url(../images/btn.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 10rem;
	margin-left: -2.7rem;
}
.foot{
	width: 100%;
	height: 2.26rem;
	background: #fff;
}
.footBt{
	width: 7.5rem;
	height: 2.26rem;
	margin: 0 auto;
}
.footLt{
	width: 1.7rem;
	height: 1.7rem;
	background: #39b893;
	margin: 0.28rem 0.25rem 0 1.1rem;
	float: left;
}
.footLt img{
	display: block;
	height: 1.5rem;
	margin: 0.1rem;
	float: left;
}
.footRt{
	width: 4.2rem;
	height: 1.96rem;
	padding-top: 0.3rem;
	float: left;
}
.footRt h5{
	width: 3.12rem;
	height: 0.48rem;
	font-size: 0.28rem;
	font-weight: bolder;
	line-height: 0.48rem;
	text-indent: 1rem;
	color: #fff;
	background: url(../images/a3.png) no-repeat center;
	background-size: 100% 100%;
}
.footRt p{
	height: auto;
	font-size: 0.24rem;
	line-height: 0.42rem;
}
.footRt p b{
	color: #ff4031;
}
/* 详情页 */
.Acourse{
	background: #fff;
}
.Cbanner{
	height: auto;
	position: relative;
}
.Cbanner>img{
	width: 100%;
}
.EXmain{
	height: auto;
	margin-top: 0.2rem;
}
.EXmain p{
	height: auto;
	padding: 0 0.3rem;
	font-size: 0.26rem;
	line-height: 0.46rem;
	margin-bottom: 0.1rem;
}
.EXmain p span.title{
	display: block;
	height: 0.8rem;
	font-size: 0.32rem;
	font-weight: bolder;
	line-height: 0.8rem;
	text-align: center;
}

.EXmain p b{
	display: block;
	height: 0.6rem;
	font-size: 0.28rem;
	font-weight: bolder;
	line-height: 0.6rem;
}
.EXmain p img{
	display: block;
	width: 100%;
	margin: 0.2rem auto;
}
.ABtn{
	width: 4.85rem;
	height: 0.76rem;
	font-size: 0.34rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.72rem;
	color: #fff;
	margin: 0.3rem auto;
	background: url(../images/btn2.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.Concern{
	width: 7.5rem;
	height: 2.26rem;
	margin: 0 auto;
	background: url(../images/a6.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.ConcernTop{
	display: block;
	background: #39b893;
}
.ConcernLt{
	width: 1.7rem;
	height: 1.7rem;
	background: #63cba6;
	margin: 0.28rem 0.25rem 0 1.1rem;
	float: left;
}
.ConcernLt img{
	display: block;
	height: 1.5rem;
	margin: 0.1rem;
	float: left;
}
.ConcernRt{
	width: 3.8rem;
	height: 1.84rem;
	padding-top: 0.42rem;
	float: left;
}

.ConcernRt h5{
	width: 3.12rem;
	height: 0.48rem;
	font-size: 0.28rem;
	font-weight: bolder;
	line-height: 0.48rem;
	text-indent: 0.85rem;
	color: #3dba95;
	background: url(../images/a7.png) no-repeat center;
	background-size: 100% 100%;
}
.ConcernRt p{
	height: auto;
	padding-top: 0.1rem;
	font-size: 0.28rem;
	line-height: 0.46rem;
	color: #fff;
}
.ConcernRt p b{
	color: #ffeb52;
}




/* 弹窗公用 */
.PublicPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.PublicPop .pop{
	width: 6rem;
	border-radius: 0.2rem;
	background: #fff;
}
.PublicPop .close{
	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;
}
.PublicPop h3{
	height: 1.4rem;
	font-size: 0.46rem;
	font-weight: bolder;
	line-height: 1.4rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.3rem;
	background: url(../images/a4.png) no-repeat center;
	background-size: 100% 100%;
}

/* pc打开时--遮罩 */
.PCTerminal{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 99;	
}

/* pc打开时--弹窗 */
.PcPop .pop{
	height: 6.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -3.1rem;
}
.PcPop span{
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	border: 0.02rem solid #39b893;
	margin: 0 auto 0.3rem;
}
.PcPop span img{
	height: 2.4rem;
	margin: 0.2rem;
	float: left;
}
.PcPop p{	
	font-size: 0.26rem;
	text-align: center;
	line-height: 0.4rem;
	color: #777;
}

/* 登录——弹窗 */
.LoginPop .pop{
	height: 5.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.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.02rem solid #ccc;
}
.LoginPop #YzNum{
	width: 2.78rem;
	float: left;
}
.LoginPop #btnSendCode1{
	width: 1.7rem;
	color: #fff;
	border: 0;
	text-indent: 0;
	background: url(../images/a5.png) no-repeat center;
	background-size: 100% 100%;
	float: right;
}
.LoginPop .loginBtn{
	width: 3.8rem;
	height: 0.76rem;
	font-size: 0.3rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.7rem;
	color: #fff;
	margin: 0.3rem auto 0;
	background: url(../images/btn1.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: 5.1rem;
	margin: 0.4rem 0.7rem 0 0;
	float: right;
}
.SharePop p{
	height: auto;
	font-size: 0.26rem;
	text-align: center;
	line-height: 0.46rem;
	color: #fff;
	margin-top: 5.8rem;
}
.SharePop .know{
	width: 2.1rem;
	height: 0.82rem;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.7rem;
	color: #fff;
	margin: 0.4rem auto 0;
	background: url(../images/a1.png) no-repeat center;
	background-size: 100% 100%;
}
