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

.tcbox h3{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;
}




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


/* 分享遮罩 */
/* #sharePage{display: block;} */
.share-box{width: 7.4rem;margin: .25rem auto;}
.share-box >img{width: 100%; display: block; margin: auto; }
.share-box a{width: 2.08rem; display: block; clear: both; margin: -1.25rem auto 0; position: relative;}
.share-box a img{width: 100%; display: 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: .1em;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
}
.pc-box font{font: bold .56rem/1.33rem "microsoft yahei"; color: #fff; width: 100%; clear: both; float: left; text-align: center; height: 1.33rem; position: relative;
	background: url(../images/tc-img01.png) no-repeat center; background-size: 100%;
	border-radius: .1rem .1rem 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%;}