@charset "utf-8";

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

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

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

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

/*banner*/
.banner {
  height: 10.59rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 5.2rem;
}
.share-banner {
  height: 8.53rem;
}
.ban-logo {
  position: absolute;
  width: 2.16rem;
  left: .5rem;
  top: 1.02rem;
}
.ban-logo img {
  width: 100%;
  display: block;
  margin: 0;
}
.zd-banner .ban-logo,.share-banner .ban-logo{
  top: .84rem;
}

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

.banner-btn a {
  width: .84rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #78360a;
  display: block;
  border-radius: .2rem 0 0 .2rem;
  font-size: .24rem;
  background: #fff0a2;
  background: linear-gradient(to right, #fff0a2, #ffb86b);
  margin-bottom: 0.16rem;
}

/* index-main */
.index-main {
  height: 2.77rem;
}

.index-main a.indexBtn {
  width: 4.82rem;
  height: 1.16rem;
  line-height: 1.05rem;
  font-weight: bold;
  text-align: center;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
  display: block;
  margin: 0 auto .24rem;
}
.index-main a.indexBtn span{
  font-size: .38rem;
  color: #48150a;
  filter: drop-shadow(0 .02rem 0 #ffda87);
}
.index-tips{
  font-size: .24rem; line-height: 0.3rem; color: #fff; text-align: center;
}

/* 活动结束页面 */
.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-main {
  width: 6.6rem; 
  margin: 0 auto;
}

.zudui-join {
  width: 100%;
  height: 3.88rem;
  margin: 0 auto .3rem;
  background: url(../images/zd_join_bg.png) no-repeat center / 100%;
  padding: .35rem;
  box-sizing: border-box;
  position: relative;
}
.suc::after {
  content: '';
  width: 1.15rem;
  height: 1.16rem;
  background: url(../images/zd_success.png) no-repeat center / 100%;
  display: block;
  position: absolute;
  right: -0.2rem;
  top: -.2rem;
}

.zudui-join ul {
  height: 2.76rem;
  padding-top: 0.56rem;
  text-align: center;
  background: #fff;
  background: linear-gradient(to bottom, #ffffff, #ffe9e1);
  border-radius: .2rem;
  box-sizing: border-box;
}

.zudui-join ul li {
  width: 1.4rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.zudui-join ul li img {
  width: .91rem;
}
.zudui-join ul li span{
  width: 100%; font-size: .24rem; color: #e70f14; display: block; text-align: center;
}
.zudui-join ul li:nth-child(1) span {
  width: .84rem;
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: .24rem;
  color: #fff;
  display: inline-block;
  border-radius: .2rem;
  margin: -.1rem 0 0;
  background: #fd613f;
  background: -webkit-linear-gradient(right, #fd613f, #7246b3);
  background: -o-linear-gradient(right, #fd613f, #7246b3);
  background: -moz-linear-gradient(right, #fd613f, #7246b3);
  background: linear-gradient(to right, #fd613f, #7246b3);
}

.zudui-btn {
  width: 4.95rem;
  height: 1rem;
  line-height: .9rem;
  text-align: center;
  background: url(../images/zd_btn_bg.png) no-repeat center / 100%;
  margin: -.7rem auto 0;
}

.zudui-btn a {
  width: 100%;
  height: 100%;
  font-size: .4rem;
  font-weight: bold;
  color: #48150a;
  filter: drop-shadow(0 .02rem 0 #ffda87);
  display: block;
}
.zudui-userList {
  width: 100%;
  height: 4.07rem;
  background: url(../images/zd_userlist_bg.png) no-repeat center / 100%;
  box-sizing: border-box;
  margin-bottom: 0.65rem;
}
.zudui-userList h3{
  font-size: .36rem; color: #fff; font-weight: bold; text-align: center; margin: 0 auto; padding-top: 0.42rem;
}

.noUser-img {
  width: 50%;
  margin-top: 0.6rem;
}

.zudui-userList ul{
  margin-top: 0.3rem;
}
.zudui-userList ul li {
  height: 0.74rem;
  line-height: 0.74rem;
  margin: 0 .55rem;
  font-size: .24rem;
  color: #48150a;
  border-bottom: .01rem dashed #ededed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.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;
  margin-right: 0.16rem;
  border-radius: 50%;
  color: #fff;
  background: #ff532f;
  background: linear-gradient(to bottom, #ff532f, #ff3030);
}
.zudui-userList ul li span {
  flex: 1;
}
.zudui-userList ul li p {
  width: 2.12rem;
}
.zudui-userList ul li a {
  padding-right: 0.28rem;
}

/* 分享页 */
.share-btn {
  width: 4.95rem;
  height: 1rem;
  margin: 0 auto;
  text-align: center;
  background: url(../images/share_btn_bg.png) no-repeat center / 100%;
  box-shadow: 0 .12rem .14rem #87020256;
  border-radius: .8rem;
  margin-bottom: 4.59rem;
}

.share-btn a {
  width: 100%;
  height: 1rem;
  line-height: 0.9rem;
  font-size: .4rem;
  font-weight: 900;
  display: block;
  background: linear-gradient(to bottom, #fffffd 40%, #fff08e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 弹窗 */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.popup {
  width: 80%;
  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.4rem;
  line-height: 1.4rem;
  text-align: center;
  border-radius: 9px 9px 0 0;
  background: url(../images/popup_tbg.png) no-repeat top center / 100% 100%;
  margin: 0 auto;
}
.popup h3 span{
  font-size: .48rem;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(to bottom, #ffffff, #ffeb9a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .32rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius: .3rem;
}
.popup-m h4 {
  width: 1.4rem;
  line-height: 0.44rem;
  color: #ff4532;
  font-size: .24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.popup-m h4 i{
  width: 0.24rem; height: 0.24rem; line-height: 0.24rem; background: #ff4532; border-radius: .24rem; font-size: .2rem; color: #fff; font-style: normal; display: block; margin-right: 0.05rem;
}

.popup-list {
  margin-bottom: 0.2rem;
  text-align: left;
}

.popup-list p {
  width: 100%;
  margin: 0 auto;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
}

.popup-list p span {
  color: #fe4c23;
  font-weight: bold;
}

.popup-p {
  width: 90%;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  margin-bottom: 0.35rem;
  font-size: .26rem;
  color: #444;
  line-height: 0.36rem;
}

.popup-p span {
  color: #ff4d24;
  font-weight: bold;
}
.popup-p span.big {
  font-size: .27rem;
}
.popup-img {
  width: 45%;
  margin-bottom: 0.3rem;
}

.popup-img2 {
  width: 3.47rem;
  margin-bottom: 0.2rem;
}
.popup-img3 {
  width: 64%;
  margin-bottom: 0.2rem;
}

.grayBg h3 {
  background: url(../images/popup_tbg_gray.png) no-repeat top center / 100%;
}

.popBtn {
  width: 4.18rem;
  height: 1rem;
  line-height: 0.9rem;
  background: url(../images/popup_share_btn_bg.png) no-repeat center / 100%;
  font-size: .4rem;
  font-weight: bold;
  color: #48150a;
  filter: drop-shadow(0 .02rem 0 #fff); 
  display: inline-block;
  text-align: center;
  position: relative;
}

#sucPage .popup-p,#repeat .popup-p,#full .popup-p,#helped .popup-p{
  margin-top: -0.2rem; margin-bottom: 0.4rem;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.03rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .28rem; line-height: .52rem; color: #fff;
  margin: .3rem auto .5rem;
}
.share p span{color: #ffe84f}
.share a{
  width: 4.18rem; height: 1rem; line-height: 0.9rem; display: inline-block;
  border-radius: .5rem; font-weight: bold; filter: drop-shadow(0 .02rem 0 #fff); 
  font-size: .4rem; color: #48150a;
  background: url(../images/popup_share_btn_bg.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;
}


@keyframes dx {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(.8);
  }
}

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