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


.tcbox h3{
	font-size: .48rem; line-height: 1.35rem; font-weight: bold;color: #fff;
	width: 100%; clear: both; float: left; text-align: center; height: 1.31rem; position: relative;
	background: url('../images/tc-title01.png') no-repeat center top;
	background-size: 100%;
	border-radius: .25rem .25rem 0 0;
}
.tcbox h3 span{
	background: linear-gradient(to bottom, #fff, #fff046);
	-webkit-background-clip: text;
	color: transparent;
}
.tcbox h3.end{
	background: url('../images/tc-title02.png') no-repeat center top;
}


#tipSbtn{width: 100%; clear: both; float: left; text-align: center; margin: 0 auto .2rem;}
#tipSbtn.btn01{margin-top: -.37rem;}
/*#tipSbtn.btn03{margin-top: -.37rem;}*/
#tipSbtn a{
	width: 3.86rem; height: .74rem; display: inline-block; margin:0 auto; font-size: .36rem; line-height: .74rem; color: #fff;
	background: url("../images/tc-btn01.png") no-repeat center / 100%;
	box-shadow: 0 .07rem .12rem rgba(255,89,2,.6);
	border-radius: .5rem;
	position: relative;
}
#tipSbtn.btn02 a::before{
	content: '';width: .46rem; height: .3rem; display: inline-block;
	background: url("../images/tc-img02-icon.png") no-repeat center / 100%;
	position: absolute; top: 0; left: .38rem;
}


.tipSure a.btn03{
	width: 3.8rem;
	background: #ff7b47;
	background: -webkit-linear-gradient(90deg, #ff7b47 , #f85e3a); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #ff7b47 , #f85e3a); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #ff7b47 , #f85e3a); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #ff7b47 , #f85e3a); /* 标准的语法 */
	border-radius: .36rem;
	box-shadow: 0 .1rem .1rem rgba(248,94,58,.35);
}
.tipSure a.btn04{
	width: 2.3rem; margin: 0 .15rem;
	background: #3283f9;
	background: -webkit-linear-gradient( #2fb3ff , #1c62f4); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient( #2fb3ff , #1c62f4); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient( #2fb3ff , #1c62f4); /* Firefox 3.6 - 15 */
	background: linear-gradient( #2fb3ff , #1c62f4); /* 标准的语法 */
	border-radius: .36rem;
}
.tipSure a.btn05{
	background: #f9362e;
	background: -webkit-linear-gradient(left, #f72121 , #ff7352); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #f72121, #ff7352); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #f72121, #ff7352); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #f72121 , #ff7352); /* 标准的语法 */
	border-radius: .36rem;
}

.tipSure p{
	font-size:.24rem; line-height: .36rem;
	width: 76%; margin: .15rem 12% 0;
	text-align: left;
}



.close{position: absolute; bottom: -.7rem; left:50%; margin-left: -.25rem; display: block; width: .5rem; height: .5rem;}
.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;}

/* 温馨提示弹窗  活动已结束  在线咨询  太贪心了 */
/* #notePage{display: block;}*/
.noteTxt{width: 4.9rem; clear: both; float: left; margin: .5rem .55rem 0; text-align: center;}
.noteTxt p{font-size: .26rem; line-height: .46rem; color: #666; text-align: center; padding-top: .32rem;}
.noteTxt p span{color: #f01c1d; font-weight: bold;}
.noteTxt img{
	width: 3.47rem; display: inline-block; margin: auto;
}
.noteTxt img.ewm{width: 2.45rem; display: inline-block; margin: auto;}
.noteTxt p.suc{text-align: left;}


/* 活动规则 */
/* #rulePage{display: block;}*/
.rulebox{ display: block; text-align: center;padding-bottom: .5rem;width: 6.6rem;}
.rulebox ul{width: 5.4rem; clear: both; float: left; margin-top: .35rem; margin-left: .3rem;}
.rulebox ul li{width: 100%; clear: both; float: left; margin: 0 auto .2rem; position: relative;}

.rulebox ul li h4{
	float: left; margin-bottom: .05rem;
	clear: both;
	font-size: .28rem; line-height: .36rem;font-weight: bold; color: #f01c1d;
}
.rulebox ul li h4 i{
	width: .3rem; height: .3rem; display: inline-block;
	border-radius: 50%;
	background: #f01c1d; color: #f01c1d; line-height: .3rem; color: #fff; font-weight: 400;
	float: left;margin-top: .03rem;
	margin-right: .05rem;
	font-style: initial;
}
.rulebox ul li .txt{
	width: 5.45rem; margin-left: .25rem; clear: both; float: left;
}
.rulebox ul li p{width:100%; float: left; color: #444444;
	text-align: left; font-size: .24rem;line-height: 1.5;
}
.rulebox ul li span{color: #c74100;}
.rulebox .ruleTip{
	width: 5.4rem; clear: both; float: left;margin-left: .3rem; color: #c74100;
	text-align: left;
}
.rulebox .ruleTip p{font-size: .22rem; line-height: 1.5}

/* 助力弹窗提示 */
/* #joinPage{display: block;}*/
.joinTxt{width: 100%; clear: both; float: left; margin-top: .5rem; text-align: center;}
.joinTxt p{font-size: .24rem; line-height: .37rem; width: 100%; clear: both; float: left; margin-bottom: .2rem;}
.joinTxt p span{color: #f01c1d;}
.joinTxt img{width: 3.21rem; display:block; margin: auto}
.joinTxt img.late{width: 3.87rem;}

/*成功开启*/
/*#openPage{display: block;}*/
.wayTxt{
	width: 5.14rem; margin: .3rem .43rem 0; float: left; clear: both;
	font-size: .24rem; line-height: 1.5; text-align: center;
}
.wayTxt p{text-align: left;}
.wayTxt b{font-weight: 600; color: #f01c1d;}
.wayTxt p span{color: #c74100;}
.wayTxt img{width: 2.45rem; display: inline-block; margin: auto;
	padding-top: .25rem;
}

	/* 分享遮罩 */
/* #sharePage{display: block;}*/
.share-box{width: 7.5rem;margin: .55rem auto;}
.share-box >img{width: 3.64rem; display: block; margin: auto; margin-right: 1.5rem;}
.share-box p{
	width: 5.5rem; clear: both; float: left; margin: .7rem 1rem auto;
	font-size: .3rem; line-height: .45rem; color: #fff;
	text-align: center;
}
.share-box p b{padding-bottom: .35rem;font-weight: bold;font-size: .36rem; display: inline-block}
.share-box p span{color: #fdde69;}
.share-box a{width: 4.22rem; display: block; clear: both; padding:.55rem 0; margin: auto;}
.share-box a img{width: 100%; display: block;}




/* pc版打开遮罩 */
.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: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
}
.pc-box font{
	font-size: .34rem; line-height: .8rem; font-weight: bold;color: #fff;
	width: 100%; clear: both; float: left; text-align: center; height: .8rem; position: relative;
	background: url('../images/tc-title01.png') no-repeat center top;
	background-size: 100%;
	border-radius: .25rem .25rem 0 0;
}


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