@charset "utf-8";

.mask{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9; background: rgba(0,0,0,.75); display: none;}

/* 活动规则 */
/* #rulePage{display: block;} */
.rulebox{ width: 6rem; height: 9rem; display: block; background: #fff; border-radius: 8px; 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%);
}
.rulebox h3 {
    width: 100%;
    height: 2.3rem;
    display: block;
    background: url(../images/p1.png) no-repeat center top;
    background-size: 100%;
    float: left;
    margin-top: -.44rem;
    text-align: center;
    font: bold .5rem/1.7rem "microsoft yahei";
    color: #e23a06;
}
.tipbox h3 {
    width: 100%;
    height: 2.3rem;
    display: block;
    background: url(../images/p1.png) no-repeat center top;
    background-size: 100%;
    float: left;
    margin-top: -.44rem;
    text-align: center;
    font: bold .5rem/1.7rem "microsoft yahei";
    color: #e23a06;
}
.rulebox ul{width: 100%; clear: both; float: left; margin-top: .25rem;}
.rulebox ul li {
    width: 98%;
    clear: both;
    float: left;
    position: relative;
    margin-bottom: .1rem;
    margin-left: .15rem;
}
.rulebox ul li i {
    width: .37rem;
    height: .45rem;
    display: block;
    float: left;
    background: url(../images/tc-icon01.png) no-repeat bottom right;
    font: bold .2rem/.38rem "microsoft yahei";
    color: #fff;
    margin-top: .05rem;
    background-size: 100%;
    text-align: center;
}
.rulebox ul li p{font: .27rem/.52rem "microsoft yahei","arial, helvetica, sans-serif";color: #333; width: 5rem; float: left; margin-left: .13rem; }
.rulebox ul li p label{color: #f83636;}
.rulebox ul li p a{color: #ff0000;}
.rulebox ul li p span{color: #e65629;font-weight: bold;}
.rulebox ul li:last-child p {
    width: 2.9rem;
    letter-spacing: -0.02rem;
    float: right;
    margin-right: .3rem;
    margin-left: 0;
    margin-top: .1rem;
}
.rulebox ul li img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    top: 0;
    left: .8rem;
}
.rulebox .close{position: absolute; top: -1rem; right: 0; display: block; width: .49rem; height: .49rem;}
.close a{width: 100%; display: block;}
.close a img{width: 100%; display: block;}
.rulePage {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: .2rem;
}
.rulePage a{
	width: 4rem;
	height: .87rem;
	background: url(../images/qdBtn.png) no-repeat center top;
	background-size: 100%;
	font: .3rem/.77rem "microsoft yahei";
	color: #fff;
	text-align: center;
	display: inline-block;
}

/* 分享遮罩 */
/* #sharePage{display: block;} */
.share-box{width: 6.8rem;margin: .25rem auto;}
.share-box >img{width: 6rem; display: block; margin: auto;}
.share-box a{width: 3.02rem; display: block; clear: both; margin:.35rem auto;}
.share-box a img{width: 100%; display: block;}

/* 公众号弹窗 */
/* #notePage{display: block;} */
.notebox{ width: 5.55rem; height: 4.8rem; display: block; background: #fff; 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%);
	-webkit-border-radius: .15rem;
	-moz-border-radius: .15rem;
	border-radius: .15rem;
}
.notebox font{width: 100%;font: bold .4rem/.95rem "microsoft yahei";color: #fff; height: .95rem;float: left; letter-spacing: 0.05rem;
	background: #e93f42;
	background: -webkit-linear-gradient(left, #fd705e , #e83f42); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #fd705e, #e83f42); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #fd705e, #e83f42); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fd705e , #e83f42); /* 标准的语法 */
	-webkit-border-radius: .15rem .15rem 0 0;
	-moz-border-radius: .15rem .15rem 0 0;
	border-radius: .15rem .15rem 0 0;
}
.notebox .note-img{width: 100%; clear: both; float: left; margin-top: .42rem;}
.notebox .note-img img{width: 2.98rem; display: block; margin: auto;}
.notebox .close{position: absolute; top: -.62rem; right: 0; display: block; width: .49rem; height: .49rem;}

/* 登录弹窗 */
/* #loginbox{display: block;} */
.loginshow{ width: 6rem; height: 6rem; display: block; background: #fff; 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%);
	-webkit-border-radius: .15rem;
	-moz-border-radius: .15rem;
	border-radius: .15rem;
}
.login-title{width: 100%;height: 2.3rem;float: left; 
	background: #e93f42;
	background: url(../images/p1.png) no-repeat center top;
	background-size: 100%;
	-webkit-border-radius: .15rem .15rem 0 0;
	-moz-border-radius: .15rem .15rem 0 0;
	border-radius: .15rem .15rem 0 0;
}
.login-title font{font: bold .5rem/1.7rem "microsoft yahei";color: #e23a06; }
.loginshow form{width: 100%; clear: both; float: left; margin: .3rem auto;}
.loginshow form ul{width: 5rem; margin: auto; }
.loginshow form ul li{width: 100%; clear: both; float: left; margin-bottom: .25rem;}
.loginshow form ul li.short{margin-bottom: .45rem;}
.loginshow form ul li input{width: 100%; height: .75rem;display: block;float: left; font: .26rem/.75rem "arial, helvetica, sans-serif"; text-indent: .2rem; border: solid 1px #666;}
.loginshow form ul li input#YzNum{width: 3rem;}
.loginshow form ul li input#btnSendCode1 {
    color: #f42b24;
    width: auto;
    float: left;
    text-indent: 0;
    display: block;
    box-sizing: content-box;
    border: none;
    background: transparent;
    border-bottom: 1px solid #f42b24;
    height: .6rem;
    font: .3rem/.75rem "arial, helvetica, sans-serif";
    margin-left: .25rem;
}
.loginshow form a {
    clear: both;
    width: 4rem;
    height: .87rem;
    display: block;
    margin: auto;
    font: bold .32rem/.7rem "microsoft yahei";
    color: #fff;
    text-align: center;
    background: url(../images/qdBtn.png) no-repeat center top;
    -webkit-border-radius: .34rem;
    -moz-border-radius: .34rem;
    border-radius: .34rem;
    background-size: 100%;
}
.loginshow .close{position: absolute; top: -.62rem; right: 0; display: block; width: .49rem; height: .49rem;}

/* 重复提示 */
/* #tipPage{ display: block;} */
.tipbox{ width: 5.55rem; height: 4rem; display: block; background: #fff; 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%);
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
}
.tipbox font{width: 100%;font: bold .5rem/1.7rem "microsoft yahei";color: #e23a06; height: 2.3rem;float: left; letter-spacing: 0.05rem;
	background: url(../images/p1.png) no-repeat center top;
    background-size: 100%;
	-webkit-border-radius: .15rem .15rem 0 0;
	-moz-border-radius: .15rem .15rem 0 0;
	border-radius: .15rem .15rem 0 0;
}
.tipbox p{width: 100%; clear: both; float: left; font: 	.32rem/.45rem "microsoft yahei";color: #333;}
.tipbox a.myTeam{width: 3.45rem; height: .72rem; display: block;clear: both; margin: auto;font:.34rem/.72rem "microsoft yahei";color: #fff; text-align: center;
	background: #de392f;
	background: -webkit-linear-gradient(#fd705e , #e83f42); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient( #fd705e, #e83f42); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient( #fd705e, #e83f42); /* Firefox 3.6 - 15 */
	background: linear-gradient( #fd705e , #e83f42); /* 标准的语法 */
	-webkit-border-radius: .36rem;
	-moz-border-radius: .36rem;
	border-radius: .36rem;
}
.tipbox .close{position: absolute; top: -1rem; right: 0; display: block; width: .49rem; height: .49rem;}

/* 活动结束 */
#hdjs .tipbox{
	width: 6rem;
    height: 6.4rem;
}
.jsBtm {
    width: 84%;
    margin: 0 5%;
    background: #f4f4f4;
    display: inline-block;
    float: left;
    padding: 0 3%;
}
.jsBtm span{
	display: inline-block;
	width: 50%;
	float: left;
}
.jsBtm span img{width: 100%;}
.jswa{
	font: .32rem/.6rem "microsoft yahei";
	color: #333;
}
.hdewm{width: 100%; text-align: center;display: inline-block;}
.hdewm img{width: 50%;}
#hdjs .tipbox p.jsp1 {
    width: 100%;
    height: .65rem;
    font: .32rem/.5rem "microsoft yahei";
    color: #fff;
    background: url(../images/tit.png) no-repeat center top;
    background-size: auto 100%;
    margin: .6rem auto .2rem;
}
#hdjs span{
	font: .34rem/.45rem "microsoft yahei";
	color: #f05413;
	display: inline-block;
	margin: .2rem auto .3rem;
}

#tipPage .tipbox{height: 5rem;}
#tipPage .tipbox p {
    margin: .2rem auto .7rem;
    font: .36rem/.55rem "microsoft yahei";
    color: #666;
}
#tipPage  .rulePage{margin-top: 0;}

/* pc端弹窗 */
/* 弹窗 */
.PCTerminal{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	/* display: none; */
	z-index: 99;	
}
.PcPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.PcPop .pop {
    width: 5rem;
    height: auto;
    border-radius: 62px;
    background: #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    margin-left: 50%;
    top: 50%;
}
.PcPop .pop h3 {
    height: 1.2rem;
    font-size: .4rem;
    font-weight: bolder;
    line-height: 1.2rem;
    text-align: center;
    color: #fff;
    background: url(../images/p1.png) no-repeat center top;
    background-size: 101%;
}
.PcPop .pop>img{
	width: 40%;
	height: 50%;
	margin: .3rem auto;
	display: block;
}
.PcPop .pop>p{	
    display: block;
    width: 3.12rem;
    height: .43rem;
    font-size: 0.18rem;
    line-height: .43rem;
    text-align: center;
    color: #fff;
    margin: 0.1rem auto;
    cursor: pointer;
    background: url(../images/PCbtn.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: .3rem;
}
.PcPop .pop>span {
    display: block;
    width: 4rem;
    height: 0.7rem;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
    color: #fff;
    margin: 0.1rem auto;
    cursor: pointer;
    background: url(../images/PCbtn.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: .3rem;
}