@charset "utf-8";
/* CSS Document */
body{padding:0; font-size:12px; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"微软雅黑"; background:#714ccd; overflow-x:hidden; max-width: 750px; margin: 0 auto !important;font-size:0;}
div,ul,li,p,form,h1,h2,h3,h4,h5,h6,dt,dd,dl{padding:0;margin:0;}
a{ text-decoration:none; color:#000;}
img{border:none; display: block; max-width: 100%; height: auto; margin: 0 auto;}
ul,li{list-style:none;}
*{padding:0;margin:0;}
table{border-collapse:collapse;}
.wrap{ width:90%; height:auto; margin: 0 auto; position: relative;}

input::-webkit-input-placeholder {color: #808080;}
input::-moz-placeholder {color: #808080;}
input:-moz-placeholder {color: #808080;}
input:-ms-input-placeholder {color: #808080;}

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;}

.left{float: left;}
.right{float: right;}

.clearfix:before,.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfix{zoom:1} 

/*banner*/
.banner{
	position: relative;
}
.banner .ban-logo{
	position: absolute; left: 0.45rem; top: 0.5rem; width: 26%;
}
.banner .ban-logo img{
	width: 100%;
}
.actRules{
	position: absolute; right: 0; top: .4rem; font-size: 0;
}
.actRules a{
	width: 1.26rem; height: .38rem; line-height: .38rem; background: #fff; border-radius: .18rem 0 0 .18rem; font-size: .24rem; color: #714ccd; text-align: center; margin-bottom: 0.1rem; box-sizing: border-box; display: block;
}

/* sec01 */
.index-main{
  position: relative;
}
.index-main img{
	width: 100%;
}
.index-main a.homeBtn{
	width: 4.6rem; height: 0.94rem; line-height: 0.94rem; background: #ff593f; background: linear-gradient(to bottom, #ff0f47 , #ffab96); border-radius: .48rem; font-size: .42rem; color: #fff; font-weight: bold; text-align: center; position: absolute; top: 2.64rem; left: 50%; transform: translateX(-50%); box-shadow: 0 .1rem .18rem #714ccd20; border: .04rem solid #fff; margin: 0 auto; display:none;
}
.index-main .tips{
  width: 100%; font-size: .24rem; color: #fff; position: absolute;
  top: 4.5rem; text-align: center;
}

/* 助力页面 */
.zudui-main{
	background: url(../images/zudui_mbg.jpg) no-repeat top center / 100% 100%; margin-bottom: 0.4rem;
}
.zudui-main .wrap{
	width: 94%;
}
.zudui-content-info{
  width: 5.88rem; height: 2.43rem; background: url(../images/zudui_main_info_bg.png) no-repeat top center / 100% 100%; box-shadow: 0 .04rem .14rem #ffab3c40; margin: 0 auto;
}
.zudui-content-info h3{
  width: 1.22rem; height: 2.42rem; background: url(../images/zudui_main_info_bt_bg.png) no-repeat top center / 100% 100%; font-size: .4rem; color: #fff; font-weight: bold; padding-left: 0.34rem; margin-right: 0.34rem; box-sizing: border-box; float: left; line-height: .45rem; padding-top: 0.3rem;
}
.zudui-content-info ul{
  float: left; 
}
.zudui-content-info ul li{
  width: 1.46rem; display: inline-block; margin: .3rem .23rem 0;
}
.zudui-content-info ul li img{
  width: 100%;
}
.zudui-content-info ul li span{
  font-size: .2rem; color: #945301; text-align: center; display: block; margin-top: 0.1rem;
}
.zudui-tips{
  font-size: .22rem; color: #2a2a2a; text-align: center; margin: 0.24rem 0;
}
.zudui-btn{
  margin-bottom: 0.6rem; height: .88rem;
}
.zudui-btn a.zdBtn{
	width: 5.04rem; height: 0.88rem; line-height: 0.8rem; font-weight: bold; background: #ff5a3f; background: url(../images/zudui_btn_bg.png) no-repeat center / 100% 100%; font-size: .36rem; color: #fff; text-align: center; margin: 0 auto; display: none;
}

/* 弹窗 */
.mask{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99; background: rgba(0,0,0,.8); display: none;}
.popup {width: 6rem; background: #fff; z-index: 9; border-radius: .3rem; 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%);}
.popup .close {display: block; width: .5rem; position: absolute; top: -.65rem; right: 0;}
.popup h3 {width: 100%; height: 1.4rem; line-height: 1.4rem; text-align: center; font-size: .48rem; color: #fff;font-weight: bold; 
  background: url(../images/tc_bt.png) no-repeat top center / 100% 100%;
}
.popup-m {width: 100%; margin: 0 auto; padding: .46rem .3rem; box-sizing: border-box; text-align: center;}
.popup-m h4 {width: 1.6rem; height: 0.4rem; line-height: .4rem; color: #fff; font-size: .24rem; margin-bottom: 0.1rem; text-align: center; box-sizing: border-box; display: block; border-radius: .2rem; background: #7651d1; background: linear-gradient(to right, #7651d1 , #9572ec);
}
.popup-list{ margin-bottom: 0.2rem; text-align: left;}
.popup-list p{font-size: .24rem; color: #333333; line-height: 0.34rem; padding-left: 0.2rem;}
.popup-list p span{color: #ff0000;}
.popup-p{text-align: center; line-height: 0.36rem; font-size: .24rem; color: #333; line-height: 0.36rem;}
.popup-p span{color: #ff0000; font-weight: bold;}
.popup-p3{padding: .5rem 0;}
.popup-img{width: 1.6rem; margin: .2rem auto;}
.popup-img2{width: 3.46rem; margin: .2rem auto;}
.grayBg h3{ background: url(../images/tc_bt_gray.png) no-repeat top center / 100% 100%;}
.newClub{width: 4rem; height: 0.78rem; line-height: 0.78rem; background: #ff9521; background: linear-gradient(to bottom, #ff9521 , #ff4d13); border-radius: .39rem; font-size: .32rem; font-weight: 600; display: inline-block; text-align: center; color: #fff; box-shadow: 0 .06rem .12rem #ff5d1635;}
.popup a.popBtn{width: 4rem; height: 0.78rem; line-height: 0.78rem; font-size: .32rem; color: #fff; font-weight: bold; text-align: center; letter-spacing: .02rem; display: inline-block; box-shadow: 0 .06rem .07rem #653cbe20; border-radius: .4rem; background: #9673ec; background: linear-gradient(to bottom, #9673ec, #734ecf);
}
.popup a.popBtn span{ font-weight: bold; background-image: -webkit-linear-gradient(top,#fff9f2,#fff9f2,#fef5c2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}

/* 分享 */
.share {width: 100%; max-width: 750px; position: fixed; left: 0; top: 6%; z-index: 9;}
.share .close {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10;}
.share .share_img {width: 65%; margin: 0 auto;}
.share .share_img img {width: 100%; height: auto;}


/* 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: 606px; 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: .35rem;
	-moz-border-radius: .35rem;
	border-radius: .35rem;
}
.pc-box font{font: bold .4rem/1.2rem "microsoft yahei"; color: #fff; width: 100%; clear: both; float: left; text-align: center; height: 1.2rem; position: relative;background: #5f3abb; border-radius: 0.35rem .35rem 0 0;}
.tcmain{clear: both; float: left; margin: .5rem auto 0;}
.pc-box .pic img{width: 2.4rem;display: inline-block; margin:60px auto auto;}
.pc-box p{width: 90%; font: 26px/48px "microsoft yahei";color: #333;float: left; margin: 17px 5% 0.6rem;}
.pc-box a{position: absolute; top: -.6rem; right: 0; display: block; width: .45rem; height: .45rem; cursor: pointer;}
.pc-box a img{width: 100%;}
.mask{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99; background: rgba(0,0,0,.8); display: none;}

@keyframes dx{
	0%{transform: scale(1.05);}
	100%{transform: scale(1);}
}
@keyframes click{
	0%{transform: scale(1.2);}
	100%{transform: scale(1);}
}
@media only screen and (min-width:990px) {
html {max-width: 750px;margin: 0 auto;}
body {font-size: 18px;}
.popup {width: 520px;}
.one_li2 {margin: 6% 1.5% 0;}
.ban_a3 {width: 26%;}
.three {max-width: 750px;left: 50%;margin-left: -375px;}
}