@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #f5cefb2d;
  overflow-x: hidden;
  margin: 0 auto !important;
  font-size: 12px;
  min-width: 7.5rem !important;
  width: 7.5rem;
  margin: 0 auto !important;
  overflow-x: hidden;
  overflow-y: auto;
}
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;
}
.wrap {
  width: 7rem;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
}

#appletJumpBtn img{
  width: 1.5rem;
}

/* 首页 */
.page-index {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #5e08b6 url(../images/page-index.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  background: #5e08b6 url(../images/page-zd.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  background: #5e08b6 url(../images/page-share.jpg) no-repeat center top;
  background-size: 7.5rem;
}

/*banner*/
.banner {
  height: 11.56rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 4.96rem;
}
.share-banner {
  height: 11.56rem;
}
.ban-logo {
  display: inline-block;
  width: 1.9rem;
  margin-left: 0.42rem;
  margin-top: 0.42rem;
}
.ban-logo img {
  width: 100%;
  display: block;
  margin: 0;
}
.banner-btn {
  position: absolute;
  right: .5rem;
  top: 0;
  z-index: 2;
  text-align: center;
}
.banner-btn a {
  width: .83rem;
  height: 0.9rem;
  line-height: .32rem;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-left: .2rem;
  border-radius: 0 0 .16rem .16rem;
  font-size: .26rem;
  border-top: none;
  padding-top: 0.13rem;
  box-sizing: border-box;
  background: #5c04be;
}

/* index-main */
.index-main {
  position: relative;
  width: 100%;
  text-align: center;
}
.pub-btn{
  width: 5.34rem;
  height: 1.07rem;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
  display: block;
  margin: 0 auto;
}
.pub-btn a{
  width: 100%; height: 100%; display: block; text-align: center; line-height: 1.07rem; font-size: .48rem; color: #fff; font-weight: bold;
  background: linear-gradient(to bottom, #fffaee 28%, #fcffa3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 活动结束 */
.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.2rem; margin: .4rem auto; display: block;
}
.actEnd-main p.p01{
  font-size: .42rem; color: #333333; font-weight: bold;
}
.actEnd-main p{
  width: 100%; font-size: .26rem; color: #333;
}
.actEnd-main span{
  width: 100%; font-size: .26rem; color: #a24bec; font-weight: 600;
}

/* 助力页面 */
.zudui-main{
  width: 6.74rem; margin: 0 auto; text-align: center; padding-bottom: 0.6rem;
}
.zd-pub{
  width: 100%; margin-bottom: 0.16rem; position: relative; border-radius: .34rem; box-sizing: border-box; box-shadow: inset 0 0 .4rem #ffffff62, 0 .07rem .1rem #b753e570;
  background: #f8f7fb;
  background: linear-gradient(to bottom, #f8f7fb 40%, #efdbfc);
}
.zd-lock{
  width: 1.08rem; position: absolute; top: 2.5rem; left: 50%; transform: translate(-50%); z-index: 9;
}
.zudui-join{
  height: 6.68rem; padding: .17rem .16rem; box-sizing: border-box; margin-bottom: .85rem; position: relative;
}
.zudui-join ul {
  height: 5.86rem; position: relative;
}
.zudui-join ul li {
  position: absolute;
}
.zudui-join ul li.join01{
  width: 4.18rem; left: 0; top: 0;
}
.zudui-join ul li.join02{
  width: 3.17rem; right: 0; top: 0;
}
.zudui-join ul li.join03{
  width: 3.17rem; left: 0; top: 1.9rem;
}
.zudui-join ul li.join04{
  width: 4.18rem; right: 0; top: 2.91rem;
}
.zudui-join ul li img{
  width: 100%;
}
.suc::after {
  content: '';
  width: 1.3rem;
  height: 1.75rem;
  background: url(../images/zd_success.png) no-repeat center / 100%;
  display: block;
  position: absolute;
  right: 0.6rem;
  top: 3rem;
}
.zd-pub h3{
 height: 0.85rem; line-height: .8rem; margin-bottom: 0.1rem; display: inline-block; position: relative; z-index: 99; margin-top: -0.08rem;
}
.zd-pub h3 span{
  font-size: .4rem; font-weight: 900;
  background: linear-gradient(to bottom, #fffaf0, #fcfeae);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zudui-lc{
  width: 100%; padding-top: 0; padding-bottom: 0.3rem; margin-bottom: 0.38rem;
}
.zudui-lc h3{
  width: 5.99rem; background: url(../images/zd_lc_bt_bg.png) no-repeat center / 100%; margin-bottom: 0.38rem;
}
.zudui-lc img{
  width: 4.81rem;
}
.zudui-lc ul::before{
  content: ''; width: 0.48rem; height: 0.14rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 2rem; top: 1.45rem;
}
.zudui-lc ul::after{
  content: ''; width: 0.48rem; height: 0.14rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 4.18rem; top: 1.45rem;
}
.zudui-lc ul li{
  width: 32%; display: inline-block; vertical-align: top;
} 
.zudui-lc ul li img{
  width: .72rem; margin-bottom: 0.05rem;
}
.zudui-lc ul li p{
  font-size: .24rem; color: #333333;
}
.zudui-lc ul li p span{
  font-size: .28rem; font-weight: bold; color: #395ce3; display: block;
}
.noUser {
  font-size: .26rem; color: #333333; line-height: 1.1rem;
}
.zudui-userList{
  width: 100%; height: 3.04rem;
}
.zudui-userList h3{
  width: 4.04rem; background: url(../images/zd_userList_bt_bg.png) no-repeat center / 100%; margin-bottom: 0.38rem;
}
.preList{
  box-sizing: border-box; 
}
.zudui-userList ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .26rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.zudui-userList ul li i {
  width: 0.26rem; height: 0.26rem; line-height: 0.24rem; border-radius: .5rem; border: 1px solid #000; display: block; text-align: center; font-style: normal; margin-right: 0.02rem;
}
.zudui-userList ul li p {
  margin: 0 .26rem;
}
.zd-qun{
  width: 100%; height: 1.64rem; background: url(../images/zd_qun_bg.png) no-repeat top center / 100%; display: flex; justify-content: flex-end; align-items: flex-end; margin-bottom: 0.42rem; box-shadow: inset 0 0 .4rem #ffffff62, 0 .07rem .1rem #b753e570; border-radius: .75rem;
}
.zd-qun img{
  width: 1.45rem; display: block; margin: 0; animation: scale 1s infinite alternate ease-in-out;
}
@keyframes scale{
  0%{transform: scale(.9);}
  100%{transform: scale(1.05);}
}

/* 分享页 */
.share-main{
  height: 4.89rem;
}
.shareBtn2{
  background: url(../images/share_btn_bg2.png) no-repeat center / 100%;
}
.shareBtn3{
  background: url(../images/share_btn_bg3.png) no-repeat center / 100%;
}
.shareBtn4{
  background: url(../images/share_btn_bg4.png) no-repeat center / 100%;
}
.shareBtn4 a{
  background: linear-gradient(to bottom, #fffaee 28%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


