@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;
	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;
	padding-bottom: .4rem;
}

.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-img01.png') no-repeat center top;
	background-size: 100%;
	border-radius: .22rem .22rem 0 0;
}



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



/* 温馨提示弹窗 */
/* #notePage{display: block;} */
.noteTxt{width: 4.9rem; clear: both; float: left; margin: .65rem .55rem 0; text-align: center;}
.noteTxt img{
	width: 2.55rem; display: inline-block; margin: auto;
}
.noteTxt p{font-size: .28rem; line-height: .42rem; color: #666; text-align: center; padding: .25rem 0 .35rem;}




/* 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%;}