@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #fdead2;
  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 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #e54b00 url(../images/page-index.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #d88446 url(../images/page-zd.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #e54b00 url(../images/page-share.jpg) no-repeat center top;
  background-size: 7.5rem;
}

/*banner*/
.banner {
  height: 11.43rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 5.11rem;
}
.share-banner {
  height: 11.43rem;
}
.ban-logo {
  display: inline-block;
  width: 2.01rem;
  margin-left: 0.38rem;
  margin-top: 0.15rem;
}
.ban-logo img {
  width: 100%;
  display: block;
  margin: 0;
}
.banner-btn {
  position: absolute;
  right: 0;
  top: .24rem;
  z-index: 2;
  text-align: center;
}
.banner-btn a {
  width: 1.32rem;
  height: 0.45rem;
  line-height: .45rem;
  font-weight: 600;
  display: block;
  margin-bottom: .12rem;
  font-size: .24rem;
  border-radius: .22rem 0 0 .22rem;
  box-sizing: border-box;
  background: #fdd985;
  background: -webkit-linear-gradient(right,#fdd985 -20%, #fff 49%, #fdd985 140%);
  background: -o-linear-gradient(right, #fdd985 -20%, #fff 49%, #fdd985 140%);
  background: -moz-linear-gradient(right,#fdd985 -20%, #fff 49%, #fdd985 140%);
  background: linear-gradient(to right, #fdd985 -20%, #fff 49%, #fdd985 140%);
  border: .01rem solid #fff;
  border-right: none;
}
.banner-btn a span{
  display: block;
  background: linear-gradient(to right, #ba2602, #581807);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* index-main */
.index-main {
  position: relative;
  width: 100%;
  text-align: center;
}
.index-tips{
  font-size: .24rem;
  color: #fff;
  margin-top: .32rem;
  padding: 0 .7rem;
  line-height: 1;
}
.pub-btn{
  width: 4.56rem;
  height: .8rem;
  background: #fdd985;
  background: -webkit-linear-gradient(right, #fdd985,#fff, #fdd985);
  background: -o-linear-gradient(right, #fdd985,#fff, #fdd985);
  background: -moz-linear-gradient(right, #fdd985,#fff, #fdd985);
  background: linear-gradient(to right, #fdd985,#fff, #fdd985);
  border-radius: .4rem;
  border: .01rem solid #fff;
  display: block;
  margin: 0 auto;
}
.pub-btn a{
  width: 100%; height: 100%; display: block; letter-spacing: .01rem; text-align: center; font-weight: 600; line-height: .8rem; font-size: .36rem; color: #fff; font-weight: bold;
  background: linear-gradient(to right, #7e3300 22%, #fd6400);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-btn.indexBtnEnd{
  background: #cccccc;
  background: -webkit-linear-gradient(right, #cccccc,#fff, #cccccc);
  background: -o-linear-gradient(right, #cccccc,#fff, #cccccc);
  background: -moz-linear-gradient(right, #cccccc,#fff, #cccccc);
  background: linear-gradient(to right, #cccccc,#fff, #cccccc);
}
.index-btn.indexBtnEnd a{
  background: linear-gradient(to right, #555555 22%, #010101);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 助力页面 */
.zudui-main{
  padding-bottom: 0.5rem;
}
.zudui-join{
  width: 6.7rem; height: 3.39rem; background: url(../images/zd_join_bg.png) no-repeat top center / 100%; position: relative; margin: 0 auto .22rem;
}
.zudui-join ul {
  display: flex; justify-content: center; padding-top: 0.36rem;
}
.zudui-join ul li {
  width: 1.54rem; text-align: center;
}
.zudui-join ul li img{
  width: 1.24rem;
}
.zudui-join ul li span{
  width: .84rem; height: 0.32rem; line-height: 0.32rem; border-radius: .18rem; text-align: center; position: relative;
  background: #ff9464; margin: 0 auto; margin-top: -.25rem; font-size: .24rem; color: #fff; display: block;
}
.zudui-join ul li span b{
  font-size: .24rem; color: #333333; font-weight: 600;
}
.zudui-join ul li.active span{
  background: #ff4200;
}
.zudui-btn{
  width: 5.5rem; height: 0.8rem; line-height: 0.8rem; margin: .2rem auto .05rem; text-align: center; border-radius: .4rem; border: .01rem solid #ffffff; box-shadow: inset 0 .02rem .03rem #ffb6b6;
  background: #fd9048;
  background: -webkit-linear-gradient(right, #fd9048, #e72600);
  background: -o-linear-gradient(right, #fd9048, #e72600);
  background: -moz-linear-gradient(right, #fd9048, #e72600);
  background: linear-gradient(to right, #fd9048, #e72600);
}
.zudui-btn a{
  display: block; width: 100%; height: 100%; font-size: .36rem; color: #fff; text-shadow: 0 .02rem .03rem #920000;
}
.zd-pub{
  width: 6.7rem; height: 2.8rem; background: url(../images/zd_pub_bg.png) no-repeat center / 100%; margin: 0 auto;
}
.zd-pub h3{
  width: 4.8rem; height: 0.67rem; line-height: 0.67rem; background: url(../images/zd_pub_bt_bg.png) no-repeat center / 100%; font-size: .32rem; color: #fff; font-weight: bold; margin: 0 auto; position: relative; top: -0.06rem; text-align: center;
}
.zudui-lc{
  display: none;
}
.zudui-lc ul{
  margin-top: 0.23rem; display: flex; justify-content: center; position: relative;
}
.zudui-lc ul li{
  width: 31%; text-align: center;
}
.zudui-lc ul li img{
  width: .81rem; margin: 0 auto;
}
.zudui-lc ul li p{
  font-size: .22rem; color: #701212;
}
.zudui-lc ul li span{
  display: block; font-size: .3rem; font-weight: 600;
  background: linear-gradient(to right, #7c3200, #fa6400);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zudui-lc ul::before{
  content: ''; width: 0.11rem; height: 0.17rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 2.26rem; top: .35rem;
}
.zudui-lc ul::after{
  content: ''; width: 0.11rem; height: 0.17rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 4.33rem;top: .35rem;
}
.zd-suc::after{
  content: ''; width: 1.24rem; height: 1.09rem; background: url(../images/zd_suc_img.png) no-repeat center / 100%; display: block; position: absolute; top: -.5rem; right: -.3rem;
}
.noUser {
  font-size: .26rem; color: #333333; line-height: 2.6rem; text-align: center;
}
.zudui-userList{
  display: none;
}
.zudui-userList ul{
padding: .08rem .55rem 0;
}
.zudui-userList ul li {
  width: 100%;
  line-height: 0.58rem;
  border-bottom: .01rem dashed #ffccce;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .26rem;
  color: #333333;
  padding: 0 .24rem;
  box-sizing: border-box;
}
.zudui-userList ul li i {
  width: 0.28rem; height: 0.28rem; line-height: 0.28rem; border-radius: .5rem; color: #fff; display: block; text-align: center; font-style: normal; margin-right: 0.12rem;
  background: #ee1f25;
  background: -webkit-linear-gradient(bottom, #ee1f25, #ff6501);
  background: -o-linear-gradient(bottom, #ee1f25, #ff6501);
  background: -moz-linear-gradient(bottom, #ee1f25, #ff6501);
  background: linear-gradient(to bottom, #ee1f25, #ff6501);
}
.zudui-userList ul li span {
  flex: 1; font-weight: 600;
}
.zudui-userList ul li p{
  width: 2.12rem;
}
.zudui-userList ul li a{
  font-size: .24rem; color: #ec1e24; font-weight: 600; text-align: center;
}
.zudui-userList ul li:last-child{
  border-bottom: none;
}
.zd-qun{
  width: 6.84rem; height: 1.93rem; display: flex; justify-content: flex-end; align-items: flex-start; margin-bottom: 0.42rem; margin: 0 auto .22rem; background: url(../images/zd_qun_bg.png) no-repeat center / 100%;
}
.zd-qun img{
  width: 1.39rem; display: block; margin: .24rem .32rem 0 0; animation: scale 1s infinite alternate ease-in-out;
}
@keyframes scale{
  0%{transform: scale(.9);}
  100%{transform: scale(1.05);}
}

/* 应邀页 */
.share-main{
  height: 3.77rem;
}