@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;}
.tcbox{ width: 6rem; height: auto; display: block;  position: absolute; background: #fff;
	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 h3{
	font-size: .48rem; line-height: 1.4rem; font-weight: bold;color: #fff; 
	width: 100%; clear: both; float: left; text-align: center; height: 1.4rem; position: relative;
	background: url('../images/tc-title01.png') no-repeat center top / 100%;
	border-radius: .22rem .22rem 0 0;
}
.tcbox.fail h3{
	background: url(../images/tc-title02.png) no-repeat center / 100%;
}


.tipSure{width: 100%; clear: both; float: left; text-align: center; margin: 0 auto .5rem;}
.tipSure a{
	width: 4rem; height: .78rem; display: inline-block; margin: auto .08rem; 
	font-size: .32rem; 
	line-height: .78rem; font-weight: bold;
	color: #fff; 
	border-radius: .4rem;
	background: #fe9513;
	background: -webkit-linear-gradient(#feb71e,#ff5b00);
	background: -moz-linear-gradient(#feb71e,#ff5b00);
	background: -o-linear-gradient(#feb71e,#ff5b00);
	background: linear-gradient(#feb71e,#ff5b00);
	-webkit-box-shadow: 0 .04rem 0 rgba(248,177,114,.4);
	box-shadow: 0 .04rem 0 rgba(248,177,114,.4);
}


.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;}



/* 活动规则 */
/* #rulePage{display: block;} */
.rulebox{ display: block; text-align: center;padding-bottom: .5rem;}
.rulebox ul{width: 5rem; clear: both; float: left; margin-top: .45rem; margin-left: .5rem;}
.rulebox ul li{
	width: 100%; clear: both; float: left; margin: 0 auto .2rem; 
	font-size: .26rem; line-height: .42rem; color: #444444; text-align: left; 
}
.rulebox ul li h4{
	width:100%; height: .6rem; clear: both; float: left;
	background: #eafcf2;
	font-size: .28rem; line-height: .6rem; color: #1a9d63; text-align: left; font-weight: bold;
	margin-bottom: .1rem;
}
.rulebox ul li h4 i{
	width: .4rem; height: .4rem; display: inline-block;
	border-radius: 50%;
	background: #40ad4d;
	background: -webkit-linear-gradient(#a9e441,#149652);
	background: -moz-linear-gradient(#a9e441,#149652);
	background: -o-linear-gradient(#a9e441,#149652);
	background: linear-gradient(#a9e441,#149652);
	font-size: .24rem; line-height: .4rem; color: #fff; text-align: center;
	float: left; margin-top: .1rem; margin-left: .2rem; margin-right: .15rem;
}

.rulebox ul li p{
	width:90%; float: left;  line-height: .37rem; color: #444444;
	font-size: .24rem;
	margin: 0 5%;
	
}
.rulebox ul li span{color: #f72624;}

/* 温馨提示弹窗  开课成功*/
/* #notePage{display: block;} */
.noteTxt{width: 5.2rem; clear: both; float: left; margin: .35rem .4rem .85rem; text-align: center;}
.noteTxt p{font-size: .24rem; line-height: .36rem; color: #666; text-align: center; padding-bottom: .32rem;}
.noteTxt p span{color: #ff2b2b; font-weight: bold;}
.noteTxt img{width: 2.55rem; display: inline-block; margin: auto;}
.noteTxt p.suc{text-align: left;}


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



/* 分享遮罩 */
/* #sharePage{display: block;} */
.share-box{width: 7.5rem;margin: .55rem auto;}
.share-box >img{width: 5.24rem; display: block; margin: auto; margin-right: .5rem;}
.share-box p{
    width: 100%; clear: both; float: left; margin-top:.3rem; margin-bottom: .55rem;
    font-size: .3rem; line-height: .52rem; color: #fff;
    text-align: center;
}
.share-box p span{color: #fdde69;}
.share-box a{
	width: 2.8rem; height: .88rem; display: block; 
	clear: both; margin: .35rem auto;
	border: solid .01rem #fff;
	border-radius: .8rem;
	font-size: .32rem; line-height: .88rem; color: #fff;
	text-align: center;
}





/* 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: .16rem;
	-moz-border-radius: .16rem;
	border-radius: .16rem;
}
.pc-box font{font: bold .46rem/1.11rem "microsoft yahei"; color: #fff; width: 100%; clear: both; float: left; text-align: center; height: 1.11rem; position: relative;
	background: url(../images/tc-title.png) no-repeat center top;
	background-size: 100%;
	border-radius: .2rem .2rem 0 0;
}


.tcmain{clear: both; float: left; margin: .5rem auto 0;}
.pc-box >img{width: 34%;display: block; margin:50px 33% auto;float: left;}
.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%;}