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

.tcbox h3{font: bold .52rem/1.14rem "microsoft yahei"; color: #fff; width: 100%; clear: both; float: left; text-align: center; height: 1.14rem; position: relative;
	background: #8194ff;
	background: -webkit-linear-gradient(left, #58a2ff , #ab87ff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #58a2ff, #ab87ff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #58a2ff, #ab87ff); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #58a2ff , #ab87ff); /* 标准的语法 */
	border-radius: .2rem .2rem 0 0;
}


.tipSure{width: 100%; clear: both; float: left; text-align: center; margin: 0 auto .5rem;}
.tipSure a{width: auto; height: .76rem; display: inline-block; margin: auto .08rem; font-size: .32rem; line-height: .76rem; font-weight: bold; color: #fff; padding: 0 .7rem;}
.tipSure a.btn01{
	background: #f9362e;
	background: -webkit-linear-gradient(left, #e8a181 , #ff594e); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #e8a181, #ff594e); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #e8a181, #ff594e); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #e8a181 , #ff594e); /* 标准的语法 */
	border-radius: .36rem;
}



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







/* 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: 6rem; 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 .52rem/1.14rem "microsoft yahei"; color: #fff; width: 100%; clear: both; float: left; text-align: center; height: 1.14rem; position: relative;
	background: #8194ff;
	background: -webkit-linear-gradient(left, #58a2ff , #ab87ff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #58a2ff, #ab87ff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #58a2ff, #ab87ff); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #58a2ff , #ab87ff); /* 标准的语法 */
	border-radius: .2rem .2rem 0 0;
}



.tcmain{clear: both; float: left; margin: .5rem auto 0;}
.pc-box >img{width: 34%;display: block; margin:.5rem 33% auto;float: left;}
.pc-box p{width: 90%; font: .24rem/.48rem "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%;}