@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: .3em;
	-moz-border-radius: .3rem;
	border-radius: .3rem;
}

.tcbox h3{font: bold .48rem/1.33rem "microsoft yahei"; color: #fff; width: 100%; clear: both; float: left; text-align: center; height: 1.2rem; position: relative;
	background: url(../images/tc-img01.png) no-repeat center; background-size: 100%;
	border-radius: .3rem .3rem 0 0;
}

.tipSure{width: 100%; clear: both; float: left; text-align: center; margin: 0 auto .5rem;}
.tipSure a{width: 3.32rem; height: .72rem; display: block; margin: auto; font: .32rem/.72rem "microsoft yahei"; color: #fff;
	background: #ff794d;
	background: -webkit-linear-gradient(left, #ff6a40 , #ff895b); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #ff6a40, #ff895b); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #ff6a40, #ff895b); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #ff6a40 , #ff895b); /* 标准的语法 */
	border-radius: .36rem;
}



.close{position: absolute; top: -.7rem; right:0; display: block; width: .55rem; height: .55rem;}
.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;}



/* 活动规则 */
/* #instruPage{display: block;} */
.instrubox{ display: block; text-align: center;}
.instrubox ul{width: 5.1rem; clear: both; float: left; margin-top: .25rem; margin-left: .45rem; margin-bottom: .45rem;}
.instrubox ul li{width: 100%; clear: both; float: left; margin:0 auto .1rem; font-size: .24rem;color: #444444; text-align: left;}
.instrubox ul li i{width: .46rem; height: .46rem; line-height: .46rem; float: left;
	background: url(../images/icon01.png) no-repeat center; background-size: 100%;
	border-radius: 50%;  margin-top: -.06rem;
	color: #fff; text-align: center;
}
.instrubox ul li p{width:4.5rem; float: right;  line-height: .31rem; color: #444444;}
.instrubox img{width: 1.86rem; display: inline-block; margin: auto;}


/* 分享遮罩 */
/* #sharePage{display: block;} */
.share-box{width: 4.38rem;margin: .35rem auto;}
.share-box >img{width: 100%; display: block; margin: auto; margin-left: 15%;}
.share-box a{width: 2.07rem; display: block; clear: both; margin: -1.3rem auto 0; position: relative;}
.share-box a img{width: 100%; display: block;}


/* 温馨提示弹窗 */
/* #notePage{display: block;} */
.notebox{ display: block;text-align: center;}
.noteTxt{width: 100%;float: left; margin: .45rem auto; height: auto; background: #fff;  text-align: center;}
.noteTxt img{width: 2.61rem; display: block; margin: auto;}
.noteTxt p{font: .3rem/.51rem "microsoft yahei";color: #444;width: 86%; float: left; margin: .2rem 7% 0; text-align: center;}
.noteTxt p.tipTxt{font: .24rem/.42rem "microsoft yahei";}
.noteTxt p span{color: #1890ec;}

/* 学段选择 */
/* #chosePage{display: block;} */
.kmbox{width: 100%; clear: both; float: left; margin: .5rem auto .2rem; text-align: center;}
.kmbox ul{width: 100%; clear: both; float: left;}
.kmbox ul li{font-size: .3rem; line-height: .7rem; width: 5.18rem; display: inline-block; margin:0 auto .15rem;
	 border: solid 2px #0084ff; border-radius: .1rem; cursor: pointer; color: #333; box-sizing: border-box;
}
.kmbox ul li.cur{border-color: #80c8ff; color: #fff;
	background: #0084ff;
	background: -webkit-linear-gradient(#80c8ff , #1a7fff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#80c8ff , #1a7fff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#80c8ff , #1a7fff); /* Firefox 3.6 - 15 */
	background: linear-gradient(#80c8ff , #1a7fff); /* 标准的语法 */
}


/* 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: .38em;
	-moz-border-radius: .38rem;
	border-radius: .38rem;
}
.pc-box font{font: bold .48rem/1.2rem "microsoft yahei"; color: #fff; width: 100%; clear: both; float: left; text-align: center; height: 1.2rem; position: relative;
	background: #1990ec;
	background: -webkit-linear-gradient(#2190ec, #1984db); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#2190ec, #1984db); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#2190ec, #1984db); /* Firefox 3.6 - 15 */
	background: linear-gradient(#2190ec, #1984db); /* 标准的语法 */
	border-radius: .38rem .38rem 0 0;
}
.pc-box font::before{content: '';width: 1.91rem; height: 1.76rem; display: block; position: absolute; top: -.17rem; left: .24rem;
	background: url(../images/tc-img01.png) no-repeat center; background-size: 100%;
	display: none;
}


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