@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #b8ecab;
  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;
  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: 7rem;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
}

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

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

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

/*banner*/
.banner {
  width: 100%;
  height: 11.78rem;
  position: relative;
}

.ban-logo {
  position: absolute;
  width: 2.06rem;
  top: 0.24rem;
  left: 0.86rem;
}
.ban-logo img {
  width: 100%;
  display: block;
  margin: 0;
}
.page-index .ban-logo{
  left: 50%; transform: translateX(-50%); top: 0.25rem;
}
.banner-btn {
  position: absolute;
  right: .5rem;
  top: 0;
  z-index: 2;
  text-align: center;
}
.banner-btn a {
  width: 1.09rem;
  height: 1rem;
  line-height: .3rem;
  color: #fff;
  font-size: .24rem;
  background: #ffa13b;
  background: linear-gradient(to bottom, #ffa13b, #ff6822);
  border: 1px solid #fff;
  border-top: none;
  border-radius: 0 0 .15rem .15rem;
  padding-top: 0.2rem;
  margin-left: 0.14rem;
  margin-bottom: 0.16rem;
  box-sizing: border-box;
  display: inline-block;
}

/* index-main */
.play-box{
  width: 6.78rem; height: 3.55rem; background: url(../images/pc.png) no-repeat center / 100%; margin: 0 auto; padding-top: 0.16rem; box-sizing: border-box; position: relative;
}
.play01{
  width: 4.96rem; height: 2.8rem; border: 1px solid #fff; background: #000; border-radius: .12rem; margin: 0 auto;
}
.play01.opp{
  width: 6.8rem; height: auto;
  position: relative; z-index: 3; top: -.25rem;
}
.play-box img{
  width: 6.93rem; position: absolute; top: -.3rem; left: 0; z-index: 2;
}
.index-btn{
  /* margin-top: 3.8rem !important; */
}
.pub-btn {
  width: 4.42rem;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 .1rem .18rem #449f36b0;
  border-radius: .5rem;
}
.pub-btn a {
  width: 4.42rem;
  height: .94rem;
  line-height: .94rem;
  font-size: .42rem;
  font-weight: 600;
  color: #fff9b1;
  border-radius: .5rem;
  letter-spacing: .01rem;
  box-shadow: inset 0 -5px .2rem #ffaf4e, 0 .05rem 0 #ff6e26;
  background: #ff6923;
  background: linear-gradient(to bottom, #ff6923, #ffb552 132%);
  border: .02rem solid #fdf1d3;
  display: block;
}
.pub-btn a span{
  font-size: .48rem; font-weight: bold; display: block;
  background: linear-gradient(to bottom, #fffde6, #fff264);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 0 #ff6727); 
}
.index-tips{
  font-size: .24rem; color: #59b24a; font-weight: 600; text-align: center; margin-top: 0.15rem; margin-bottom: 0.4rem;
}

.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: 2.52rem; 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-main {
  margin: 0 auto;
}
.zudui-join{
  width: 6.5rem; height: 3.67rem; margin: 0 auto; background: url(../images/zd_join_bg.png) no-repeat center / 100%; position: relative; padding-top: 0.4rem; box-sizing: border-box; border-radius: .2rem; box-shadow: 0 0.2rem .12rem #4da94136;
}
.suc::before {
  content: ''; width: 1.3rem; height: 1.75rem; background: url(../images/suc_img.png) no-repeat center / 100%; display: block; position: absolute; right: 0; top: -.2rem; z-index: 9;
}
.zudui-join ul{
  text-align: center; margin-bottom: 0.38rem;
}
.zudui-join ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .29rem;
}
.zudui-join ul li img {
  width: 1.36rem;
  display: block;
  margin: 0 auto;
}
.zudui-join ul li span{
  width: 1.16rem; height: 0.4rem; line-height: 0.4rem; font-size: .24rem; color: #fff; font-weight: 600; display: block; margin: 0 auto; margin-top: -0.26rem; position: relative; z-index: 8; border-radius: .2rem; box-shadow: 0 .03rem 0 #d9dada;
  background: #666667;
  background: linear-gradient(to right, #666667, #828383);
}
.zudui-join ul li span.cur{
  box-shadow: 0 .03rem 0 #ffe3d4;
  background: #ff8b39;
  background: linear-gradient(to bottom, #ff8b39, #ff6e26);
}
.zudui-btn{
  width: 5.38rem;
}
.zudui-btn a{
  width: 100%; height: 0.94rem; line-height: 0.94rem;
}
.zudui-pub{
  width: 6.5rem; min-height: 3.03rem; border-radius: .2rem; background: #fff; position: relative; margin: 0 auto; margin-top: 0.26rem;
}
.zudui-pub h3{
  width: 4.02rem; height: 0.9rem; line-height: 0.8rem; background: url(../images/zd_pub_bt_bg.png) no-repeat center / 100%; font-size: .3rem; color: #fff; font-weight: bold; text-align: center; margin: 0 auto; margin-top: -.02rem;
}
.zudui-pub h3 span{
  font-size: .36rem; font-weight: bold;
  background: linear-gradient(to bottom, #fffffd, #f8ff8d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zudui-pub .zudui-pub-m{
  background: #fff; border-radius: .2rem; text-align: center;
}
.zudui-lc ul{
  position: relative; display: flex; justify-content: center; 
}
.zudui-lc ul::before{
  content: ''; width: 0.2rem; height: 0.75rem; background: url(../images/zd_lc_bg.png) no-repeat center / 100%; display: block; position: absolute; left: 2.05rem;
  top: .35rem;
}
.zudui-lc ul::after{
  content: ''; width: 0.2rem; height: 0.75rem; background: url(../images/zd_lc_bg.png) no-repeat center / 100%; display: block; position: absolute;left: 4.2rem;
  top: .35rem;
}
.zudui-lc ul li{
  width: 2.5rem; display: inline-block;
} 
.zudui-lc ul li img{
  width: 1.44rem; margin-bottom: -0.05rem;
}
.zudui-lc ul li p{
  font-size: .28rem; color: #333333; line-height: 0.34rem;
}
.zudui-userList .preList ul{
  padding-top: 0.2rem; padding-bottom: 0.05rem; box-sizing: border-box; 
}
.zudui-userList .preList ul li {
  width: 6.12rem; height: 0.78rem; line-height: 0.78rem; background: #f7fff4; border: .01rem solid #8ad87c; border-radius: .1rem; margin: 0 auto; margin-bottom: 0.2rem;
  line-height: 0.76rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zudui-userList ul li i {
  width: .44rem;
  height: .44rem;
  line-height: .44rem;
  font-size: .24rem;
  color: #fff;
  font-style: normal;
  text-align: center;
  margin-left: 0.2rem;
  margin-right: 0.16rem;
  border-radius: .4rem;
  display: block;
  background: #69c05b;
}
.zudui-userList ul li span {
  color: #333333;
  font-size: .24rem;
  font-weight: bold;
  text-align: left;
  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.28rem; height: 0.46rem; line-height: 0.46rem; border-radius: .24rem; color: #fff; font-size: .24rem; margin-right: 0.3rem;
  background: #fd8e4d;
}
.zd-qun{
  width: 6.7rem; height: 1.5rem; margin: 0 auto; margin-top: 0.3rem; background: url(../images/zd_qun.png) no-repeat center / 100%; position: relative; 
}
.zd-qun{
  margin-bottom: 0.1rem;
}
.zd-qun img{
  width: 1.08rem; position: absolute; right: .24rem;
  top: .15rem;
}
.noUser{
  font-size: .26rem; color: #333; padding-top: 0.6rem;
}

/* 分享页 */
.share-btn{
  width: 4.42rem; margin-bottom: 2.52rem; margin-top: 0.4rem;
}
.share-btn a{
  width: 4.42rem; height: 0.94rem;
}

#pcEwm{
  display: none;
}

/* 点击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;
  }
}
