@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "MiSans";
  background: #fdedeb;
  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;
  /* -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 {
  width: 100%;
  height: 100%;
  background: #ca231d url(../images/page-index.jpg) no-repeat center top;
  background-size: 7.5rem;
  min-height: 100vh;
}
.page-zd {
  width: 100%;
  height: 100%;
  background: #eb3b2b url(../images/page-zd.jpg) no-repeat center top;
  background-size: 7.5rem;
  min-height: 100vh;
}
.page-share {
  width: 100%;
  height: 100%;
  background: #eb3b2b url(../images/page-share.jpg) no-repeat center top;
  background-size: 7.5rem;
  min-height: 100vh;
}

/*banner*/
.banner {
  height: 6.39rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 5.19rem;
}
.share-banner {
  height: 11.03rem;
}
.ban-logo {
  width: 2.08rem;
  position: absolute;
  top: .9rem;
  left: .38rem;
}
.ban-logo img {
  width: 100%;
  display: block;
  margin: 0;
}
.page-zd .ban-logo,.page-share .ban-logo{
  top: 0.57rem; left: 0.4rem;
}
.banner-btn {
  position: absolute;
  right: .4rem;
  top: 0;
  z-index: 2;
  text-align: center;
}
.banner-btn a {
  width: 1.09rem;
  height: 1rem;
  line-height: .32rem;
  color: #fff;
  display: inline-block;
  margin-left: .18rem;
  box-sizing: border-box;
  border-radius: 0  0 .15rem .15rem;
  padding-top: 0.18rem;
  font-size: .24rem;
  border: .01rem solid #fff;
  border-top: none;
  background: #eb3b2b;
  background: -webkit-linear-gradient(bottom, #eb3b2b, #d92818);
  background: -o-linear-gradient(bottom, #eb3b2b, #d92818);
  background: -moz-linear-gradient(bottom, #eb3b2b, #d92818);
  background: linear-gradient(to bottom, #eb3b2b, #d92818);
  box-shadow: 0 .04rem .1rem rgb(202, 33, 17, .3);
}

/* index-main */
.index-video{
  height: 6.56rem;
}
.index-video .hd ul{
  display: flex; justify-content: center;
}
.index-video .hd ul li{
  width: 2.79rem; height: 0.69rem; line-height: .69rem; background: #ffe5e2; border-radius: .15rem .15rem 0 0; text-align: center; font-size: .36rem; color: #ff312b; font-weight: 700; border: .01rem solid #df3222; margin: 0 .1rem;
}
.index-video .hd ul li:nth-child(2){
  width: 2.69rem;
}
.index-video .hd ul li.on{
  border: .01rem solid #ff7058; box-shadow: 0 .04rem 0 rgba(220, 44, 41, 0.15); color: #fff;
  background: #ff5824;
  background: -webkit-linear-gradient(bottom, #ff5824, #ff2424);
  background: -o-linear-gradient(bottom, #ff5824, #ff2424);
  background: -moz-linear-gradient(bottom, #ff5824, #ff2424);
  background: linear-gradient(to bottom, #ff5824, #ff2424);
}
.index-video .play-box{
  width: 6.76rem; margin: 0 auto;
}
.index-btn{
  position: relative; width: 7.11rem; margin: 0 auto;
}
.index-btn .index-btn-tips{
  width: 2.16rem; height: 0.76rem; position: absolute; top: -.12rem; left: .3rem; animation: move .8s infinite alternate ease-in-out;
}
.index-btn a{
  width: 100%;  height: 1.64rem; background: url(../images/index_btn.png) no-repeat center / 100%; display: flex; justify-content: flex-end;
}
.index-btn a span{
  width: 1.2rem; height: 1.2rem; background: url(../images/index_btn_bg.png) no-repeat center / 100%; font-size: .28rem; color: #fff; font-weight: 600; margin: .18rem .7rem 0 0; text-align: center; line-height: 0.3rem; display: flex; justify-content: center; align-items: center; text-shadow: 0 .06rem .01rem #c8070085;
}
@keyframes move{
  0%{
    transform: translateY(-5px);
  }
  100%{
    transform: translateY(0);
  }
}

/* 助力页面 */
.zudui-main{
  padding-bottom: 0.5rem;
}
.zudui-pub{
  width: 6.89rem; height: 4.41rem; margin: 0 auto .2rem; background: url(../images/zd_pub_bg1.png) no-repeat center / 100%; border-radius: .2rem; box-shadow: 0 .08rem .2rem #ef3118;
}
.zudui-join ul{
  height: 2.7rem; padding-top: 0.36rem; box-sizing: border-box; text-align: center;
}
.zudui-join ul li {
  width: 2rem;
  display: inline-block;
  vertical-align: top;
}
.zudui-join ul li img {
  width: 1.49rem;
}
.zudui-join ul li span{
  width: 1.34rem; height: 0.46rem; line-height: 0.44rem; font-size: .24rem; color: #b4b5b5; border-radius: .4rem; display: block; margin: 0 auto; margin-top: .05rem; position: relative; z-index: 1; background: #fff; border: .01rem solid #b4b5b5; text-align: center; box-sizing: border-box;
}
.zudui-join ul li span.userNum{
  width: 1.47rem; height: 0.59rem; line-height: 0.5rem;
  color: #872c00; border: none;
  background: url(../images/zd_join_span_bg.png) no-repeat center / 100%;
}
.pub-btn{
  width: 4.5rem; height: 1.11rem; background: url(../images/zd_btn_bg.png) no-repeat center / 100%; margin: 0 auto .1rem; text-align: center;
}
.pub-btn a{
  width: 100%; height: 100%; display: block; font-size: .48rem; font-weight: 700; display: flex; justify-content: center; padding-top: 0.18rem; box-sizing: border-box;
  background: linear-gradient(to bottom, #fffffd 40%, #fff779);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 0 #ff2014); 
}
.zd-join-tips{
  font-size: .24rem; color: #999999; text-align: center; line-height: 1;
}
.zudui-pub2{
  width: 6.92rem; height: 3.09rem; background: url(../images/zd_pub_bg2.png) no-repeat center / 100%;
}
.zudui-pub2 h3{
  width: 3.77rem; height: 0.98rem; line-height: 0.8rem; background: url(../images/zd_pub_bt_bg.png) no-repeat center / 100%; font-size: .36rem; color: #ffffff; font-weight: 700; text-align: center; margin: 0 auto; text-shadow: 0 .03rem 0 #e2450c75;
}
.zudui-lc ul{
  display: flex; justify-content: center; margin-top: 0.05rem;
}
.zudui-lc ul li{
  width: 2.15rem; text-align: center; position: relative;
}
.zudui-lc ul li img{
  width: 1.24rem; margin-bottom: 0.1rem;
}
.zudui-lc ul li p{
  font-size: .24rem; color: #333333; font-weight: 600; margin-top: -0.1rem;
}
.zudui-lc ul li:nth-child(1)::after,.zudui-lc ul li:nth-child(2)::after{
  content: ''; width: 0.25rem; height: 0.29rem; background: url(../images/zd_lc_jt.png) no-repeat center / 100%; display: block; position: absolute; right: -0.14rem;
  top: .41rem;
}
.zudui-quan{
  width: 6.91rem; height: 4.78rem; background: url(../images/zd_pub_bg3.png) no-repeat center / 100%; margin-bottom: 0.6rem;
}
.zudui-quan h3{
  width: 5.14rem; height: 0.84rem; line-height: 0.7rem; background: url(../images/zd_quan_bt_bg.png) no-repeat center / 100%; margin: 0 auto; font-size: .37rem; color: #fff; font-weight: 700; text-align: center;
}
.zudui-quan .zudui-quan-main{
  display: flex; justify-content: center; margin-top: 0.1rem;
}
.zudui-quan .zudui-quan-main a{
  width: 2.9rem; margin: 0 .1rem;
}
.zudui-quan .zudui-quan-main a img{
  width: 100%;
}
.noUser{
  width: 5.27rem; margin-top: -0.35rem;
}
.zudui-userList{
  margin-top: 0.3rem;
}
.zudui-userList .preList{
  padding-top: 0.15rem; box-sizing: border-box;
}
.zudui-userList ul li {
  width: 5.85rem;
  height: 0.77rem;
  line-height: 0.75rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: .1rem;
  box-sizing: border-box;
  margin: 0 auto .14rem;
  padding-left: 0.5rem;
  background: #fff4e7;
  border: .01rem solid #ff2b16;
}
.zudui-userList ul li i {
  width: .44rem;
  height: .44rem;
  line-height: 0.44rem;
  text-align: center;
  font-style: normal;
  display: block;
  margin-right: 0.14rem;
  background: #ffd3c6;
  border-radius: .4rem;
  font-size: .24rem;
  color: #c70000;
  font-weight: 600;
}
.zudui-userList ul li span {
  color: #333333;
  font-size: .24rem;
  font-weight: 700;
  width: 1.26rem;
}
.zudui-userList ul li p {
  width: 1.8rem;
  color: #444444;
  font-size: .22rem;
  text-align: left;
}
.zudui-userList ul li a {
  width: 1.48rem; height: 0.46rem; line-height: 0.46rem; border-radius: .24rem; box-shadow: 0 .04rem .06rem #ff3f2a44;
  font-size: .24rem; text-align: center; font-weight: 600; margin-right: 0.3rem;
  color: #fff;
  background: url(../images/zd_userList_btn_bg.png) no-repeat center / 100%;
}
.joinGroup{
  width: 7rem; height: 1.78rem; background: url(../images/joinGroup_bg.png) no-repeat top center / 100%; display: flex; justify-content: flex-end; align-items: center; margin: 0 auto;
}
.joinGroup img{
  width: 1.43rem;
  margin-right: 0.27rem;
  margin-top: 0.1rem;
  animation: shan .8s infinite alternate ease-in-out;
}
@keyframes shan{
  0%{transform: scale(.95);}
  100%{transform: scale(1.1);}
}

/* 分享页 */
.share-main{
  padding-bottom: 0.4rem;
}
.share-btn{
  margin-bottom: 3.5rem;
}