@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: 4.2rem; height: auto; display: block;  position: absolute; 
	background: #fff;
	background: -webkit-linear-gradient(#e0f6f2, #fff 20%);
	background: -moz-linear-gradient(#e0f6f2, #fff 20%);
	background: -o-linear-gradient(#e0f6f2, #fff 20%);
	background: linear-gradient(#e0f6f2, #fff 20%);
	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: .3em;
	-moz-border-radius: .3rem;
	border-radius: .3rem;
}


.tcbox h2{
	width: 2.8rem; height: .76rem; display: inline-block;
	font-size: .34rem; line-height: .76rem; color: #fff; font-weight: bold;
	background: #43bf7b;
	background: -webkit-linear-gradient(#43bf7b, #128b59);
	background: -moz-linear-gradient(#43bf7b, #128b59);
	background: -o-linear-gradient(#43bf7b, #128b59);
	background: linear-gradient(#43bf7b, #128b59);
	border-radius: .76rem;
	float: left; margin: -.4rem 1.6rem 0;
}
.tcbox h3{
	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%;
	padding-top: .06rem;
	margin-top: -.06rem;
}
.tcbox.end h3{
	color: #fff;
	background: url('../images/tc-title02.png') no-repeat center top / 100%;
}


.tipSure{width: 100%; clear: both; float: left; text-align: center; margin: 0 auto .2rem; display: flex;justify-content: center;}
.tipSure a{width: auto; height: .74rem; display: inline-block; margin:0 auto; 
	font-size: .32rem; line-height: .74rem; color: #fff; font-weight: bold;
}
.tipSure a.btn01{
	width: 3.04rem;
	background: url('../images/tc-btn01.png') no-repeat center / 100%;
}
.tipSure a.btn02{
	width: 2.65rem; margin: 0 .1rem;
	background: url('../images/tc-btn02.png') no-repeat center / 100%;
}
.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;
}



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

/* 点击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: 90%; clear: both; float: left; margin: .35rem 5% 0; text-align: center; padding-bottom: .45rem;}
.noteTxt p{font-size: .24rem; line-height: .36rem; color: #666; text-align: center; padding-bottom: .32rem;}
.noteTxt p span{color: #ea4929;}
.noteTxt img{
	width: 3.47rem; display: inline-block; margin: auto;
}
.noteTxt img.ewm{width: 1.4rem; display: inline-block; margin: auto;}



/* 活动规则 */
/* #rulePage{display: block;} */
.rulebox{ display: block; text-align: center;padding-bottom: .5rem;width: 6rem;}
.rulebox ul{width: 4.8rem; clear: both; float: left; margin-top: .4rem; margin-left: .7rem;}
.rulebox ul li{width: 100%; clear: both; float: left; margin: 0 auto .2rem;
	position: relative;
}
.rulebox ul li::before{
	content: ''; width: .09rem; height: .09rem; display: inline-block;
	border-radius: 50%;
	border: solid .02rem #8de0b2;
	position: absolute; left: -.25rem; top: .15rem;
}
.rulebox ul li h4{
	width: auto; height: .43rem; float: left; margin-bottom: .1rem;
	font-size: .28rem; line-height: .43rem; color: #138c5a; font-weight: bold;
	border-radius: .4rem;
	background: #fff;
	text-align: left;
	position: relative;
}
.rulebox ul li h4::after{
	content: ''; width: 4.8rem; height: .01rem; border-top: dashed .02rem #138c5a; display: inline-block;
	position: absolute; left: 0; top: .21rem;
}
.rulebox ul li h4 span{
	padding-right: .2rem; background: #fff; display: inline-block; position: relative; z-index: 3;
}

.rulebox ul li p{width:100%; float: left;  line-height: .37rem; color: #444444;
	text-align: left; font-size: .24rem;
}
.rulebox ul li p span{color: #138c5a}



/* 助力弹窗提示 */
/* #joinPage{display: block;} */
.joinTxt{width: 100%; clear: both; float: left; margin-top: .35rem; text-align: center;}
.joinTxt p{font-size: .26rem; line-height: .48rem; width: 100%; clear: both; float: left; margin-bottom: .42rem;}
.joinTxt img{width: 3.51rem; display: inline-block;}



/* 分享遮罩 */
/* #sharePage{display: block;} */
.share-box{width: 7.5rem;margin: .55rem auto; text-align: center;}
.share-box >img{width: 4.55rem; display: block; margin: auto; margin-right: .5rem;}
.share-box p{
	width: 4.6rem; clear: both; float: left; margin: .4rem 1.45rem 2rem;
	font-size: .24rem; line-height: .6rem; color: #fff;
	text-align: center;
	border: solid 1px #3ab675;
	border-radius: .6rem;
}
.share-box a{width: 3.042rem; height: .74rem; display: inline-block; clear: both;
	background: url('../images/tc-btn01.png') no-repeat center / 100%;
	font-size: .28rem; line-height: .74rem; color: #fff; text-align: center;
}


/* 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: .3rem;
	-moz-border-radius: .3rem;
	border-radius: .3rem;
}
.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%;
	padding-top: .06rem;
	margin-top: -.06rem;
}


.tcmain{clear: both; float: left; margin: .5rem auto 0;}
.pc-box .pic>img{width: 1.92rem;display: inline-block; margin:50px auto auto;}
.pc-box p{width: 90%; font-size: .24rem; line-height: 1.8;;color: #666;float: left; margin: .2rem 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%;}