@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #76040421;
  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;
}

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

/*banner*/
.banner {
  height: 11.5rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 4.04rem;
}
.share-banner {
  height: 8.72rem;
}

.ban-logo {
  display: inline-block;
  width: 2.14rem;
  height: 0.78rem;
  margin-left: 0.42rem;
  border-radius: 0 0 .15rem .15rem;
  display: flex; justify-content: center; align-items: center;
  background: #db0702;
  background: -webkit-linear-gradient(147deg, #db0702, #590001);
  background: -o-linear-gradient(147deg, #db0702, #590001);
  background: -moz-linear-gradient(147deg, #db0702, #590001);
  background: linear-gradient(147deg, #db0702, #590001);
}

.ban-logo img {
  width: 1.68rem;
  display: block;
  margin: 0;
}

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

.banner-btn a {
  width: 1.42rem;
  height: 0.64rem;
  line-height: .64rem;
  color: #783903;
  font-weight: 600;
  display: inline-block;
  margin-left: .2rem;
  border-radius: 0 0 .14rem .14rem;
  font-size: .24rem;
  border-top: none;
  background: url(../images/ban_btn_bg.png) no-repeat center / 100%;
}

/* index-main */
.index-main {
  position: relative;
  width: 100%;
  text-align: center;
}
.pub-btn{
  width: 5.26rem;
  height: 1.12rem;
  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: 1rem; font-size: .4rem; color: #fff; font-weight: bold;
  background: linear-gradient(to bottom, #ffdbb8 30%, #fffcf2 51%, #ffdbb8 43%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 .04rem .05rem #570303); 
}
.index-main p{
  font-size: .24rem; color: #fff; text-align: center; margin-top: .1rem; font-weight: bold; text-shadow: 0 .02rem .02rem #8a00ff;
}

/* 活动结束 */
.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.63rem; margin: .22rem auto; display: block;
}
.actEnd-main p{
  width: 100%; font-size: .24rem; color: #333;
}
.actEnd-main span{
  width: 100%; font-size: .24rem; color: #666;
}

/* 助力页面 */
.zd-banner{
  position: relative;
}
.zudui-main{
  width: 7rem; padding-bottom: 0.8rem;
}
.lightAll{
  display: none;
  width: 1.19rem;
  position: absolute;
  right: -.2rem;
  top: -0.5rem;
}
.lightAll img{
  width: 100%;
}
.zd-pub{
  border-radius: .1rem; box-shadow: 0 .02rem .08rem #7b0a0ae0; margin-bottom: 0.28rem;
}
.zudui-join{
  width: 100%; height: 3.92rem; padding: .35rem 0 0; background: url(../images/zd_join_bg.png) no-repeat center / 100%; box-sizing: border-box; position: relative;
}
.zudui-join ul {
  margin-bottom: 0.26rem;
  box-sizing: border-box;
}
.zudui-join ul li {
  width: 1.6rem;
  display: inline-block;
}
.zudui-join ul li img {
  width: 1.21rem;
}
.zudui-join ul li span {
  font-size: .24rem;
  color: #b06363;
  font-weight: 600;
  display: block;
  position: relative;
  margin-top: -0.05rem;
}
.zudui-join p{
  font-size: .22rem; color: #b06363; margin-top: 0.2rem;
}
.zudui-btn{
  width: 4.7rem; height: 1.02rem; background: url(../images/zd_btn_bg.png) no-repeat center / 100%;
}
.zudui-btn a{
  font-size: .36rem; 
  background: linear-gradient(to bottom, #ffdbb8 31%, #fffcf2 54%, #ffdbb8 43%);
  -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 .04rem .05rem #570303);
}
.zd-pub2 h3{
 width: 4.02rem; height: 0.84rem; line-height: .78rem; font-size: .34rem; font-weight: bold; color: #fff; margin-bottom: 0.1rem; display: inline-block; background: url(../images/zd_pub_bt_bg.png) no-repeat center / 100%; position: relative; z-index: 99;
}
.zd-pub2 h3 span{
  background: linear-gradient(to bottom, #fffef9 40%, #ffefc0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zudui-lc{
  height: 3.11rem; padding-top: 0; background: url(../images/zd_lc_bg.png) no-repeat center / 100%;
}
.zudui-lc img{
  width: 4.81rem;
}
.zudui-lc ul, .zudui-userList .preList{
  position: relative; border-radius: 0 0 .16rem .16rem; display: flex; justify-content: center; padding-bottom: 0.26rem;
}
.zudui-lc ul::before{
  content: ''; width: 0.2rem; height: 0.76rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 2.32rem; top: .25rem;
}
.zudui-lc ul::after{
  content: ''; width: 0.2rem; height: 0.76rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 4.4rem; top: .25rem;
}
.zudui-lc ul li{
  width: 1.7rem; display: inline-block; margin: 0 .22rem;
} 
.zudui-lc ul li img{
  width: 1.25rem; margin-bottom: 0.05rem;
}
.zudui-lc ul li p{
  font-size: .24rem; color: #b06363; line-height: 0.3rem; margin-top: -0.1rem;
}
.noUser {
  font-size: .24rem; color: #b06363; line-height: 1.8rem;
}
.page-zd .list-qun{
  width: 100%; height: 2.02rem; background: url(../images/list_qun.png) no-repeat center / 100%; margin-bottom: 0.18rem; display: flex; justify-content: flex-end; align-items: center;
}
.page-zd .list-qun img{
  width: 1.54rem; display: block; margin: .25rem .24rem .18rem 0;
  animation: scale2 0.8s linear infinite alternate;
  -o-animation: scale2 0.8s linear infinite alternate;
  -moz-animation: scale2 0.8s linear infinite alternate;
  -webkit-animation: scale2 0.8s linear infinite alternate;
}
.zudui-userList{
  height: 3.43rem; padding-top: 0; background: url(../images/zd_userList_bg.png) no-repeat center / 100%; margin-bottom: 0;
}
.preList{
  min-height: 2.5rem; box-sizing: border-box;
}
.zudui-userList ul li {
  border-bottom: .01rem dashed #e8d9d9;
  line-height: 0.8rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b06363;
}

.zudui-userList ul li i {
  width: .38rem;
  height: .38rem;
  line-height: .38rem;
  font-style: normal;
  display: block;
  text-align: center;
  background: #d30702;
  background: linear-gradient(to right, #d30702, #840504);
  border-radius: 50%;
  font-size: .3rem;
  color: #fff;
}

.zudui-userList ul li span {
  width: 1.84rem;
  text-align: left;
  font-weight: 600;
  padding-left: .24rem;
}

.zudui-userList ul li p {
  flex: 1;
}

.zudui-userList ul li a {
  margin-left: 0.4rem;  color: #b06363;
}
.zudui-userList ul li:last-child{
  border-bottom: none;
}

/* 分享页 */
.share-main{
  height: 4.62rem;
}

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

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

/*放大缩小2*/
@keyframes scale2 {  from {    transform: scale(.95)  }  to {    transform: scale(1.05)  }}
@-o-keyframes scale2  {  from {    transform: scale(.95)  }  to {    transform: scale(1.05)  }}
@-moz-keyframes scale2  {  from {    transform: scale(.95)  }  to {    transform: scale(1.05)  }}
@-webkit-keyframes scale2  {  from {    transform: scale(.95)  }  to {    transform: scale(1.05)  }}
