@charset "utf-8";

.mask{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; 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: .16em;
	-moz-border-radius: .16rem;
	border-radius: .16rem;
}

.tcbox h3{font: bold .38rem/1.1rem "microsoft yahei"; color: #fff; width: 100%; clear: both; float: left; text-align: center; height: 1.1rem; position: relative;
	background: #fd7c2c;
	background: -webkit-linear-gradient(#ff5802, #fd9144); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ff5802, #fd9144); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#ff5802, #fd9144); /* Firefox 3.6 - 15 */
	background: linear-gradient(#ff5802, #fd9144); /* 标准的语法 */
	border-radius: .16rem .16rem 0 0;
}


.tipSure{width: 100%; clear: both; float: left; text-align: center; margin: 0 auto .5rem;}
.tipSure a{width: 3rem; height: .63rem; display: block; margin: auto; font: bold .26rem/.58rem "microsoft yahei"; color: #fff;
	background: #fd7c2c;
	background: -webkit-linear-gradient(#ff5802, #fd9144); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ff5802, #fd9144); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#ff5802, #fd9144); /* Firefox 3.6 - 15 */
	background: linear-gradient(#ff5802, #fd9144); /* 标准的语法 */
	border-radius: .45rem;
}



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


/* 分享遮罩 */
/* #sharePage{display: block;} */
.share-box{width: 6.46rem;margin: .25rem auto;}
.share-box >img{width: 100%; display: block; margin: auto; margin-left: 5%;}
.share-box a{width: 2.42rem; display: block; clear: both; float: right; margin-right: 1.4rem; margin-top: -.8rem; 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: .38rem auto; height: auto; background: #fff;  text-align: center;}
.noteTxt img{width: 2.35rem; display: block; margin: auto;}
.noteTxt p{font: .26rem/.41rem "microsoft yahei";color: #444;width: 86%; float: left; margin: .3rem 7% 0; text-align: center;}
.noteTxt p span{color: #ff5903;}

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




/* 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: .16em;
	-moz-border-radius: .16rem;
	border-radius: .16rem;
}
.pc-box font{font: bold .48rem/1.33rem "microsoft yahei"; color: #fff; width: 100%; clear: both; float: left; text-align: center; height: 1.33rem; position: relative;
	background: #fd7c2c;
	background: -webkit-linear-gradient(#ff5802, #fd9144); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ff5802, #fd9144); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#ff5802, #fd9144); /* Firefox 3.6 - 15 */
	background: linear-gradient(#ff5802, #fd9144); /* 标准的语法 */
	border-radius: .16rem .16rem 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%;}