@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #e00000;
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto !important;
}

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;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

ul,li {
  list-style: none;
}

* {
  padding: 0;
  margin: 0;
  /* -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;*/
}

table {
  border-collapse: collapse;
}

.wrap {
  width: 6.5rem;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
}

/* 首页 */
.page-index {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background: #e00000 url(../images/page-index.jpg) no-repeat center top;
    background-size: 7.5rem;
}

.page-zd {
  position: relative;
  width: 100%;
  height: 100%;
  background: #e00000 url(../images/page-zd.jpg) no-repeat center top;
  background-size: 7.5rem;
  float: left;
}

.page-share {
  position: relative;
  width: 100%;
  height: 100%;
  background: #e00000 url(../images/page-share.jpg) no-repeat center top;
  background-size: 7.5rem;
  float: left;
}

/*banner*/
.banner {
  height: 5.81rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 5.8rem;
}

.banner .wrap {
    text-align: center;
}
.page-index .banner .ban-logo{
	position: relative; display: inline-block;
}
.ban-logo {
    width: 2.73rem;
    height: .88rem;
    top: 0;
    position: absolute;
    left: 0;
    background: #f01c1d;
    border-radius: 0 0 .2rem .2rem;
	text-align: center;
}
.ban-logo img{
    width: 2.1rem;
    display: inline-block;
    margin-top: .2rem;
}

.banner-btn {
	position: absolute;
    right: .24rem;
    top: 0;
    z-index: 2;
    text-align: center;
}

.banner-btn a {
	color: #fff;
    display: block;
    float: left;
    margin-left: .15rem;
    border-radius: 0 0 .15rem .15rem;
    font-size: .24rem;
    line-height: .29rem;
    width: auto;
    padding: .19rem .25rem .2rem;
    max-width: .48rem;
    border: solid .01rem #fff;
    border-top: 0;
    background: #ff2200;
    background: -webkit-linear-gradient(#ff2200, #ff7a04);
    background: -moz-linear-gradient(#ff2200, #ff7a04);
    background: -o-linear-gradient(#ff2200, #ff7a04);
    background: linear-gradient(#ff2200, #ff7a04);
}

/* index-main */
.index-main{
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: .63rem;	
}
.index-btn {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 5.9rem;
    text-align: center;
}
.index-btn a.indexBtn {
    width: 5.35rem;
    height: .99rem;
    display: inline-block;
    margin: auto;
    font-size: .44rem;
    line-height: .94rem;
    font-weight: bold;
    background: url(../images/btn01.png) no-repeat center / 100%;
    border-radius: .5rem;
    box-shadow: 0 .06rem .18rem rgba(255, 104, 4, .8);
    /* text-shadow: 0 .02rem 0 #fffee9; */
    position: relative;
}
.index-btn a::before {
    content: attr(data-title);
    width: 100%;
    display: inline-block;
    position: absolute;
    top: .05rem;
    left: 0;
    font-size: .44rem;
    color: #ff6300;
}
.index-btn a span {
    font-weight: sans-serif;
    line-height: 1;
    display: inline-block;
    background: linear-gradient(to bottom, #fff, #fff046);
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
}
/* .index-btn a.indexBtn.notGroup{
  background: url(../images/index_btn01.png) no-repeat center / 100%;
}
.index-btn a.indexBtn.onGroup{
  background: url(../images/index_btn02.png) no-repeat center / 100%;
}
.index-btn a.indexBtn.sucGroup{
  background: url(../images/index_btn03.png) no-repeat center / 100%;
} */
.actEnd-main{
  width: 100%; height: 100vh; background: #fff; text-align: center; display: flex; align-content: center; flex-wrap: wrap; justify-content: center;
}
.actEnd-main img{
  width: 3.23rem; margin: .22rem auto; display: block;
}
.actEnd-main p{
  width: 100%; font-size: .36rem; color: #333333;
}
.actEnd-main span{
  width: 100%; font-size: .36rem; color: #787878;
}

/* 助力页面 */
.zudui-join {
    width: 100%;
    height: 4.15rem;
    display: inline-block;
    background: #fff;
    border: solid .01rem #f6443b;
    border-radius: .2rem;
    margin-bottom: .38rem;
}
.zudui-join ul{
  height: 2.45rem;
}
.zudui-join ul li {
  width: 1.44rem;
  height: 1.84rem;
  margin: 0 .24rem;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.zudui-join ul li img {
  width: 100%;
  display: inline-block;
}
.zudui-join ul li span{
  width: 1.25rem; height: 0.38rem; line-height: 0.38rem; background: #fb5000; border-radius: .2rem; border: .02rem solid #333333; font-size: .28rem; color: #fff; font-weight: 600; display: block; margin: 0 auto; text-align: center; box-shadow: 0 .03rem 0 #fedeca; margin-top: -0.35rem; position: relative; z-index: 1;
}
.zudui-join ul li span.add{
  background: #fd7500; box-shadow: 0 .03rem 0 #ffe9ca;
}
.zudui-btn a {
  width: 5.41rem;
  height: 1.17rem;
  background-size: 100% 100% !important;
  margin: 0 auto;
  position: relative;
  display: none;
}
.zudui-btn a.btn01{
  background: url(../images/zd_btn01.png) no-repeat center top;
}
.zudui-btn a.btn02{
  background: url(../images/zd_btn02.png) no-repeat center top;
}
.zudui-btn a.btn03{
  width: 3.95rem; height: 1.16rem;
  background: url(../images/zd_btn03.png) no-repeat center top;
}
.zudui-btn a.btn04{
  width: 3.95rem; height: 1.16rem;
  background: url(../images/zd_btn04.png) no-repeat center top;
}
.zudui-join p.tips{
  font-size: .2rem; color: #ff9696; margin-top: 0.1rem;
}
.pub-bg {
  width: 6.5rem;
  margin: 0 auto;
  background: #eb3434;
  border-radius: .24rem;
  padding: 0 .2rem .2rem;
  box-sizing: border-box;
}
.pub-bg h3{
  width: 3.34rem; height: 0.8rem; line-height: 0.8rem; background: url(../images/zd_bt_bg.png) no-repeat center / 100%; font-size: .36rem; color: #fff; font-weight: bold; text-shadow: 0 .02rem .02rem #ff6c2a; text-align: center; margin: 0 auto; position: relative;
  top: -.14rem;
}
.pub-bg ul{
  width: 100%; background: url(../images/zd_lc_mbg.png) no-repeat center / 100% 100%; margin-top: -0.14rem;
}
.zudui-lc{
  margin-top: 0.14rem;
}
.zudui-lc ul{
  width: 100%; height: 2.74rem; display: flex; justify-content: center; align-items: center; 
}
.zudui-lc ul li{
  width: 1.5rem; margin: 0 .2rem; text-align: center; position: relative;
}
.zudui-lc ul li:nth-child(1)::after,.zudui-lc ul li:nth-child(2)::after{
  content: ''; width: 0.41rem; height: 0.27rem; background: url(../images/zd_jt.png) no-repeat center / 100%; display: block; position: absolute;right: -0.4rem; top: .4rem;
}
.zudui-lc ul li img{
  width: 1.1rem;
}
.zudui-lc ul li p{
  font-size: .24rem; color: #444444; line-height: 0.3rem; margin-top: 0.2rem;
}
.zudui-userList {
  width: 6.89rem; height: 3.12rem; background: url(../images/zd_userList_bg.png) no-repeat center / 100%; margin: .9rem auto 1.05rem;
}
.zudui-userList h3{
  width: 3.72rem; margin: 0 auto .25rem;
}
.zudui-userList h3 img{
  width: 100%;
}
.zudui-userList .preList{
  width: 6.53rem; height: 2.5rem; background: #fff; border-radius: .2rem; border: .02rem solid #333333; margin: -.72rem 0.14rem 0;
}
.zudui-userList ul{
  padding-top: 0.66rem; display: flex; justify-content: center; flex-wrap: wrap;
}
.zudui-userList ul li {
  width: 5.43rem;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 .16rem;
  background: #ffe19e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.12rem;
}
.zudui-userList ul li:last-child {
  border-bottom: none;
}
.zudui-userList ul li i {
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  font-style: normal;
  display: block;
  text-align: center;
  background: #fb5000;
  border: .01rem solid #000000;
  border-radius: 50%;
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
}

.zudui-userList ul li span {
  color: #fc4949;
  font-size: .26rem;
  font-weight: bold;
  text-align: center;
  flex: 1;
}
.zudui-userList ul li p {
  width: 1.94rem;
  color: #333333;
  font-size: .24rem;
  text-align: center;
}
.zudui-userList ul li a {
  width: 1.2rem;
  height: 0.36rem;
  line-height: 0.34rem;
  font-size: .24rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #fb5000;
  border: .01rem solid #000000;
  border-radius: .18rem;
}
.zudui-userList p.noUser{
  color: #000000; font-size: 0.26rem; text-align: center; line-height: 2.5rem;
}

/* 分享页 */
/* 分享页 */
.shareBtn{width: 100%; clear: both; float: left; margin-top:4.77rem; text-align: center;margin-bottom: .4rem;}
.shareBtn a{
	width: 5.35rem; height: .99rem; display: inline-block; margin:auto;
	font-size: .44rem; line-height: .94rem; font-weight: bold;
	background: url('../images/btn01.png') no-repeat center / 100%;
	border-radius: .5rem;
	box-shadow: 0 .06rem .18rem rgba(255,157,0,.8);
	/* text-shadow: 0 .02rem 0 #fffee9; */
	position: relative;
}
.shareBtn a span{
	font-weight: sans-serif;
	line-height: 1; display: inline-block;
	background: linear-gradient(to bottom, #fff, #fff046);
	-webkit-background-clip: text;
	color: transparent;
	position: relative;
}
.shareBtn a::before{
	content: attr(data-title);
	width: 100%; display: inline-block;
	position: absolute;top: .05rem;left: 0;
	font-size: .44rem;color: #ff5f04;
}

.sharePro ul{
	width: 100%; clear: both; float: left; margin: .08rem auto 0;
}
.sharePro ul li{
	width: 2.9rem; height: 1.3rem; display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: .1rem;
	border: solid .01rem #fff;
	background: #fd574b;
	background: -webkit-linear-gradient(#fd574b,#f01e1b);
	background: -moz-linear-gradient(#fd574b,#f01e1b);
	background: -o-linear-gradient(#fd574b,#f01e1b);
	background: linear-gradient(#fd574b,#f01e1b);
	box-shadow: 0 .07rem .12rem rgba(253,94,81,.6);
}
.sharePro ul li img{width: .78rem; display: inline-block;margin: initial;}
.sharePro ul li span{
	color: #fff; text-align: left;
	margin-left: .1rem;
}


.lightFlow{
	margin: 0 auto .7rem;
}
.lightFlow ul{
	width: 100%; clear: both; padding: .24rem 0 .1rem;
}
.lightFlow ul li{
	width: 2.8rem; height: 1.5rem; display: inline-flex;
	background: #dac1ff;
	background: -webkit-linear-gradient(#d9c0ff ,#fff);
	background: -moz-linear-gradient(#d9c0ff,#fff);
	background: -o-linear-gradient(#d9c0ff,#fff);
	background: linear-gradient(#d9c0ff,#fff);
	border-radius: .15rem;
	justify-content: center;
	align-items: flex-start;
}
.lightFlow ul li img{
	width: .59rem; display: inline-block; margin-top: .36rem;
	margin-right: .15rem;
}
.lightFlow ul li span{
	width: 1.63rem; font-size: .24rem; line-height: .33rem; color: #541ccf;
	margin-top: .19rem;
}
/* 组队页 */
.cardPart{
	width: 100%; height: 4.15rem; display: inline-block;
	background: #fff;
	border: solid .01rem #f6443b;
	border-radius: .2rem;
	margin-bottom: .38rem;
}
.cardPart ul{
	width: 100%; clear: both; float: left; margin-top: .4rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.cardPart ul li{
	width: 1.3rem; height: auto;display: inline-block;
	border-radius: .05rem;
	margin: 0 .1rem .3rem;
	box-shadow: 0 .06rem .15rem rgba(145,145,145,.5);
	font-size: 0;
}
.cardPart ul li.on{
	box-shadow: 0 .06rem .15rem rgba(241,32,28,.5);
}
.cardPart ul li img{width: 100%; display: inline-block; margin: 0}
.zd-btn{
	width: 100%; clear: both;display: block; height: .99rem;
}
.zd-btn a{
	width: 5.35rem; height: .99rem; display: none; margin:auto;
	font-size: .44rem; line-height: .94rem; font-weight: bold;
	background: url('../images/btn01.png') no-repeat center / 100%;
	border-radius: .5rem;
	box-shadow: 0 .06rem .18rem rgba(255,51,1,.8);
	position: relative;
}
.zd-btn a.btn02{
	width: 4.01rem;
	background: url("../images/btn02.png") no-repeat center / 100%;
}
.zd-btn a span{
	font-weight: sans-serif;
	line-height: 1; display: inline-block;
	background: linear-gradient(to bottom, #fff, #fff046);
	-webkit-background-clip: text;
	color: transparent;
	position: relative;
}
.zd-btn a::before{
	content: attr(data-title);
	width: 100%; display: inline-block;
	position: absolute;top: .05rem;left: 0;
	font-size: .44rem;color: #ff6703;
}

.zdPart{
	width: 100%; height: 3.19rem; display: inline-block;
	background: #fff;
	border-radius: .15rem;
}
.zdPart h3{
	width: 100%; display: inline-block; height: .9rem;
	background: url("../images/zd-img01.png") no-repeat center / auto 100%;
	font-size: .36rem; font-weight: bold; color: #fff;
	line-height: .74rem;
}
.zdPart h3 span{
	line-height: 1;
	background: linear-gradient(to bottom, #fff, #fff046);
	-webkit-background-clip: text;
	color: transparent;
}
.zdProgress{margin-bottom: .4rem;}
.zdProgress ul{
	width: 100%; clear: both; float: left;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.zdProgress ul li{
	width: 1.6rem; display: inline-block;
	margin: 0 .2rem;
	position: relative;
}
.zdProgress ul li img{
	width: 1.25rem;
	border-radius: 50%;
	box-shadow: 0 .07rem .12rem rgba(253,94,81,.6);
}
.zdProgress ul li span{
	width: 100%; display: inline-block;
	clear: both;
	font-size: .24rem; line-height: .32rem; text-align: center;
	padding-top: .1rem;
}
.zdProgress ul li::after{
	content: ''; width: .19rem; height: .71rem; display: inline-block;
	background: url("../images/zd-icon01.png") no-repeat center / 100%;
	position: absolute; top: .26rem; right: -.3rem;
}
.zdProgress ul li:last-child::after{display: none;}

.joinerList{margin-bottom: .5rem; height: 3.84rem;}
.joinerList.autoHei{height: auto;}
.joinerList ul{
	float: left; margin: .15rem .18rem .11rem;
	width: 6.15rem;
}
.joinerList ul li{
	width: 100%; height: .7rem; clear: both; float: left; margin-bottom: .2rem;
	background: #ffeaeb;
	border-radius: .12rem;
	display: inline-flex;
	align-items: center;
	font-size: .24rem;
}
.joinerList ul li i{
	width: .44rem; height: .44rem; display: inline-block;
	line-height: .44rem; color: #fff;
	border-radius: 50%;
	background: #ef1d1a;
	background: -webkit-linear-gradient(#fd5d51,#ef1d1a);
	background: -moz-linear-gradient(#fd5d51,#ef1d1a);
	background: -o-linear-gradient(#fd5d51,#ef1d1a);
	background: linear-gradient(#fd5d51,#ef1d1a);
	box-shadow: 0 .04rem .12rem rgba(242,49,44,.5);
	border: solid .01rem #fff;
	margin-left: .17rem; margin-right: .2rem;
}
.joinerList ul li a{
	width: 1.4rem; text-align: left; color: #f12d28;
}
.joinerList ul li span{
	width: 1.84rem; height: .49rem; display: inline-block;
	background: url("../images/zd-img05.png") no-repeat center / 100%;
	font-size: .24rem; line-height: .49rem; color: #fff;
	border-radius: .5rem;
	box-shadow: 0 .07rem .12rem rgba(252,93,80,.6);
	margin: auto .15rem;
}
.joinerList ul img{
	width: 3.59rem; display: inline-block; padding-top: .2rem;
}
.sharePro{
	height: 2.66rem; margin-bottom: .49rem;
}
/* 弹窗 */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.popup {
  width: 6.01rem;
  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%);
  background: #fff;
}

.popup .close {
  display: block;
  width: .5rem;
  position: absolute;
  top: -.65rem;
  right: 0;
}

.popup h3 {
  width: 100%;
  height: 1.41rem;
  line-height: 1.41rem;
  text-align: center;
  font-size: .57rem;
  letter-spacing: .01rem;
  color: #fff;
  font-weight: bold;
  background: url(../images/popup_tbg.png) no-repeat top center / 100% 100%;
  margin: 0 auto;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .32rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .22rem .22rem;
  border: .02rem solid #000000;
  border-top: none;
}
.popup-p {
  width: 88%;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  margin-bottom: 0.25rem;
  font-size: .26rem;
  color: #444444;
  background: #fffbc2;
  border: .02rem solid #000000;
  padding: .16rem .2rem;
  text-align: center;
}

.popup-p span {
  color: #df3434;
  font-weight: bold;
}
.popup-p2{
  font-size: .24rem; color: #333333; line-height: 0.28rem;
}

.popup-img {
  width: 2.61rem;
  margin-bottom: 0.25rem;
}

.popup-img2 {
  width: 76%;
  margin-bottom: 0.2rem;
}

.popup-img3 {
  width: 2.6rem;
  margin-bottom: -0.2rem;
}

.popBtn {
  width: 2.83rem; height: 0.85rem;
  display: block;margin: 0 auto;background: url(../images/popup_btn.png) no-repeat center / 100%;
}




/* 点击loading */
.loadingbox {
  width: 40%;
  height: 1.8rem;
  display: block;
  text-align: center;
  position: absolute;
  top: 46%;
  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;
}

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


/* 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: 580px;
  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: 0.18rem;
  -moz-border-radius: .18rem;
  border-radius: 0.18rem;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.pc-box font {
  width: 100%;
  text-align: center;
  background: url(../images/popup_tbg.png) center no-repeat;
  background-size: 100% 100%;
  font-size: .42rem;
  color: #fff;
  height: 1.08rem;
  line-height: 1.08rem;
  font-weight: bold;
  border-radius: 9px 9px 0 0;
  display: inline-block;
}

.pc-box p {
  width: 90%;
  font: 24px/48px "microsoft yahei";
  color: #666;
  float: left;
  margin: 20px 5% .35rem;
}

.pc-box .pic {
  margin-top: .3rem;
}

.pc-box a {
  position: absolute;
  top: -.6rem;
  right: 0;
  display: block;
  width: .49rem;
  height: .49rem;
  cursor: pointer;
}

.pc-box a img {
  width: 100%;
}
.tcEwm{
  width: 43%;
}