@charset "utf-8";

.mask{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99; background: rgba(0,0,0,.8); display: none;}
.fix-bg{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9; background: rgba(0,0,0,0); display: none;}
.tcbox{ width: 6rem; height: auto; display: block;  position: absolute; 
	background: #fff;
	background: -webkit-linear-gradient(#e0f6f2, #fff 20%);
	background: -moz-linear-gradient(#e0f6f2, #fff 20%);
	background: -o-linear-gradient(#e0f6f2, #fff 20%);
	background: linear-gradient(#e0f6f2, #fff 20%);
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-border-radius: .22em;
	-moz-border-radius: .22rem;
	border-radius: .22rem;
}


.tcbox h2{
	width: 100%; height: 1.4rem; display: inline-block;
	font-size: .48rem; line-height: 1.4rem; color: #fff; font-weight: bold;
	background: url('../images/tc-title01.png') no-repeat center / 100%;
	border-radius: .22rem .22rem 0 0; 
	text-align: center;
}
.tcbox h2 span{
	display: inline-block;
	background-image: linear-gradient(#fff, #f8ff89);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	/* color: #fff; */
}

.tcbox.end h2{
	color: #fff;
	background: url('../images/tc-title02.png') no-repeat center top / 100%;
}


.tipSure{width: 100%; clear: both; float: left; text-align: center; margin: 0 auto .48rem; display: flex;justify-content: center;}
.tipSure a{width: 4.22rem; height: 1.04rem; display: inline-block; margin:0 auto; 
	font-size: .42rem; line-height: .97rem; color: #fff; font-weight: bold;
	background: url('../images/tc-btn01.png') no-repeat center / 100%;
}


.tipSure a.btn05{
	background: #f9362e;
	background: -webkit-linear-gradient(left, #f72121 , #ff7352); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #f72121, #ff7352); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #f72121, #ff7352); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #f72121 , #ff7352); /* 标准的语法 */
	border-radius: .36rem;
}



.close{position: absolute; top: -.7rem; right:0; display: block; width: .5rem; height: .5rem;}
.close a{width: 100%; display: block;}
.close a img{width: 100%; display: block;}

/* 点击loading */
/* #loadPage{display: block;} */
.loadingbox{width: 20%; height: 1.8rem; display: block;  text-align: center; position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.loadingbox img{width: 100%; height: auto; display: block;}

/* 温馨提示弹窗  活动已结束  在线咨询  太贪心了 */
/* #notePage{display: block;} */
.noteTxt{width: 90%; clear: both; float: left; margin: .35rem 5% 0; text-align: center; padding-bottom: .25rem;}
.noteTxt p{font-size: .24rem; line-height: .36rem; color: #666; text-align: center; padding-bottom: .32rem;
	width: 76%;
	margin: .2rem 12% 0;
}
.noteTxt p span{color: #ea4929;}
.noteTxt img{
	width: 3.47rem; display: inline-block; margin: auto;
}
.noteTxt img.ewm{width: 2.61rem; display: inline-block; margin: auto;}



/* 活动规则 */
/* #rulePage{display: block;} */
.rulebox{ display: block; text-align: center;padding-bottom: .5rem;width: 6rem;}
.rulebox ul{width: 4.8rem; clear: both; float: left; margin-top: .4rem; margin-left: .7rem;}
.rulebox ul li{width: 100%; clear: both; float: left; margin: 0 auto .1rem;
	position: relative;
}

.rulebox ul li h4{
	width: auto; height: .43rem; float: left;
	font-size: .24rem; line-height: .4rem; color: #d90d00; font-weight: bold;
	text-align: left;
	position: relative;
}
.rulebox ul li h4 i{
	width: .24rem; height: .24rem; display: inline-block;
	color: #fff; line-height: 1; margin-top: .08rem; margin-left: -.3rem; margin-right: .05rem;
	text-align: center; font-weight: 400;
	background: #d90d00;
	border-radius: 50%;
}

.rulebox ul li p{width:100%; float: left;  line-height: .36rem; color: #444444;
	text-align: left; font-size: .24rem;
}
.rulebox ul li p span{color: #ff0000}


/* 分享遮罩 */
/* #sharePage{display: block;} */
.share-box{width: 7.5rem;margin: .55rem auto; text-align: center;}
.share-box >img{width: 3.98rem; display: block; margin: auto; margin-right: .5rem;}
.share-box p{
	width: 4.6rem; clear: both; float: left; margin: .4rem 1.45rem 1.2rem;
	font-size: .3rem; line-height: .4rem; color: #fff;
	text-align: center;
	border-radius: .6rem;
}
.share-box a{width: 4.22rem; height: 1.04rem; display: inline-block; clear: both;}
.share-box a img{width: 100%; display: inline-block;}

/* 提示弹窗 */
/* #tipPage{display: block;} */
.tipbox{
	width: 100%; display: block; clear: both; float: left; text-align: center; margin-top: -.13rem;
}
.tipbox img{
	width: 3.12rem; display: inline-block;
}
.tipbox p{
	width: 88%; float: left; clear: both; margin: -.3rem 6% .25rem;
	font-size: .3rem; line-height: .36rem; text-align: center; color: #333;
}

/* 选课弹窗 */
/* #chosePage{display: block;} */
.chosebox{
	width: 100%; clear: both; float: left; margin: .65rem auto .4rem;
}
.chosebox .btn{
	width: 100%; display: inline-block; clear: both; text-align: center;
}
.chosebox .btn button{
	width: 2.46rem; height: .7rem; display: inline-block; margin: 0 .15rem;
	border: none;
	background: #c3c3c3;
	border-radius: .7rem;
	font-size: .26rem; font-weight: bold; line-height: .7rem; color: #fff;
	box-shadow: 0 .08rem .06rem rgba(219,219,219,.35);
}
.chosebox .btn button.on{
	background: #3a993d;
	background: -webkit-linear-gradient(90deg,#3a993d,#207c2a);
	background: -moz-linear-gradient(90deg,#3a993d,#207c2a);
	background: -o-linear-gradient(90deg,#3a993d,#207c2a);
	background: linear-gradient(90deg,#3a993d,#207c2a);
	box-shadow: 0 .08rem .06rem rgba(77,228,85,.35);
}
.chosebox p{
	font-size: .24rem; line-height: .36rem; width: 100%; clear: both; float: left; text-align: center;
	margin-top: .6rem;
}
/* 确认弹窗 */
/* #surePage{display: block;} */
.surebox{
	width: 100%; clear: both; float: left; margin: .65rem auto .4rem;text-align: center;
}
.surebox span{
	width: 3.5rem; height: .8rem; display: inline-block; margin: 0 auto;
	background: #3a993d;
	background: -webkit-linear-gradient(90deg,#3a993d,#207c2a);
	background: -moz-linear-gradient(90deg,#3a993d,#207c2a);
	background: -o-linear-gradient(90deg,#3a993d,#207c2a);
	background: linear-gradient(90deg,#3a993d,#207c2a);
	box-shadow: 0 .08rem .06rem rgba(77,228,85,.35);
	border-radius: .7rem;
	font-size: .36rem; font-weight: bold; line-height: .8rem; color: #fff;
}
.surebox .btn{
	width: 100%; clear: both; float: left; margin: .6rem auto 0;
}
.surebox .btn a{
	width: 2.43rem; height: .76rem; display: inline-block; margin: 0 .17rem;
	font-size: .28rem; line-height: .71rem; font-weight: bold;
	border-radius: .3rem; color: #fff;
}
.surebox .btn a.btn01{
	background: url('../images/tc-btn02.png') no-repeat center / 100%;
}
.surebox .btn a.btn02{
	background: url('../images/tc-btn03.png') no-repeat center / 100%;
}
.surebox .btn p{
	width: 100%; clear: both; float: left; margin-top: .45rem;
}


/* 助力弹窗提示 */
/* #joinPage{display: block;} */
.joinTxt{width: 100%; clear: both; float: left; margin-top: .35rem; text-align: center;}
.joinTxt p{font-size: .26rem; line-height: .48rem; width: 100%; clear: both; float: left; margin-bottom: .42rem;}
.joinTxt img{width: 3.51rem; display: inline-block;}




/* pc版打开遮罩 */
.fix-bg{width:100%; height: 100%; background: rgba(0,0,0,0); position: fixed; top: 0; left: 0; display: none; z-index: 9; text-align: center;}
.pc-box{width: 600px; height: auto; text-align: center; background:#fff; position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-border-radius: .3rem;
	-moz-border-radius: .3rem;
	border-radius: .3rem;
}
.pc-box font{
	font-size: .34rem; line-height: .8rem; font-weight: bold;color: #fff;
	width: 100%; clear: both; float: left; text-align: center; height: .8rem; position: relative;
	background: url('../images/tc-title01.png') no-repeat center top;
	background-size: 100%;
	padding-top: .06rem;
	margin-top: -.06rem;
}


.tcmain{clear: both; float: left; margin: .5rem auto 0;}
.pc-box .pic>img{width: 1.92rem;display: inline-block; margin:50px auto auto;}
.pc-box p{width: 90%; font: 24px/48px "microsoft yahei";color: #666;float: left; margin: 20px 5% .35rem;}

.pc-box a{position: absolute; top: -.6rem; right: 0; display: block; width: .49rem; height: .49rem; cursor: pointer;}
.pc-box a img{width: 100%;}