@charset "utf-8";

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

table {
  border-collapse: collapse;
}

.wrap {
  width: 7rem;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
}

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

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

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

/*banner*/
.banner {
  height: 11.65rem;
  width: 100%;
  position: relative;
}

.zd-banner {
  height: 4.82rem;
}

.share-banner {
  height: 8.62rem;
}

.ban-logo {
  position: absolute;
  width: 1.96rem;
  height: 1.4rem;
  top: 0.48rem;
  left: 0.5rem;
}

.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: 1.5rem;
  line-height: 0.6rem;
  color: #fff;
  display: block;
  margin-left: .2rem;
  border-radius: 0 0 .24rem .24rem;
  font-size: .26rem;
  display: inline-block;
  background: #c70601;
  background: linear-gradient(to bottom, #c70601, #fe2f00);
}

/* index-main */
.index-main {
  width: 5.98rem;
  height: .93rem;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.index-main a.indexBtn {
  width: 100%;
  height: 100%;
  line-height: .94rem;
  font-size: .36rem;
  color: #350f03;
  font-weight: bold;
  margin: 0 auto;
  display: block;
}

/* 助力页面 */
.zudui-main {
  width: 5.93rem;
  margin: 0 auto;
}

.zudui-join {
  width: 100%;
  height: 4.18rem;
  margin: 0 auto .7rem;
  background: url(../images/zudui_join_bg.png) no-repeat center / 100%;
  padding-top: .62rem;
  box-sizing: border-box;
  position: relative;
}

.suc::after {
  content: '';
  width: 5.53rem;
  height: 3.57rem;
  background: url(../images/zd_success.png) no-repeat center / 100%;
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 0.19rem;
}

.zudui-join ul {
  height: 3.2rem;
  margin-bottom: -.07rem;
  box-sizing: border-box;
  text-align: center;
}

.zudui-join ul li:nth-child(1) span{
  background: #fab23e;
  background: linear-gradient(to right, #fab23e, #f3441f);
  color: #fff;
}

.zudui-join ul li {
  width: 1.2rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 .18rem .3rem;
}

.zudui-join ul li img {
  width: 1.02rem;
}

.zudui-join ul li span {
  width: 100%;
  height: 0.36rem;
  line-height: 0.38rem;
  font-size: .24rem;
  letter-spacing: -.02rem;
  color: #d61e13;
  border-radius: .18rem;
  border: .01rem solid #fff;
  display: inline-block;
  background: #ffd8a5;
  font-weight: 600;
  background: linear-gradient(to right, #ffffff, #ffd8a5);
  margin-top: -0.18rem;
}

.zudui-btn {
  width: 5.01rem;
  height: .8rem;
  line-height: .86rem;
  font-size: .36rem;
  font-weight: bold;
  background: url(../images/zd_btn_bg.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 0 auto;
}

.zudui-btn a {
  width: 100%;
  height: 100%;
  color: #350f03;
  display: block;
  text-align: center;
}

.zudui-userList {
  width: 100%;
  height: 5.2rem;
  background: url(../images/zd_userlist_bg.png) no-repeat top center / 100%;
  margin: .2rem auto;
  box-sizing: border-box;
}

.zudui-userList h3{
  font-size: .36rem; color: #350f03; font-weight: bold; padding-top: 0.12rem; padding-bottom: 0.46rem; text-align: center;
}

.noUser-img {
  width: 3.82rem;
  margin-top: 0.2rem;
}

.zudui-userList ul li {
  width: 5.1rem;
  margin: 0 auto .18rem;
  padding-bottom: .18rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: .01rem dashed #f34321;
}

.zudui-userList ul li:last-child {
  border-bottom: none;
}

.zudui-userList ul li i {
  width: .44rem;
  height: .44rem;
  line-height: .44rem;
  font-style: normal;
  display: block;
  text-align: center;
  margin-right: 0.1rem;
  background: #fe2f00;
  background: linear-gradient(to bottom, #fe2f00 , #c30201);
  border-radius: 50%;
  font-size: .24rem;
  color: #feffe3;
}

.zudui-userList ul li span {
  color: #c50402;
  font-size: .26rem;
  font-weight: bold;
}

.zudui-userList ul li p {
  width: 1.88rem;
  color: #444444;
  font-size: .26rem;
  text-align: center;
}

.zudui-userList ul li a {
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.38rem;
  font-size: .24rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: .3rem;
  text-align: center;
  border: .01rem solid #fff;
  background: #fe2f00;
  background: linear-gradient(to bottom, #fe2f00 , #c30201);
  box-sizing: border-box;
}

/* 分享页 */
.share-btn-box{
  height: 4.73rem;
}
.share-btn {
  width: 5.38rem;
  height: .93rem;
  line-height: 1rem;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
  margin: 0 auto;
}

.shareBtn {
  font-size: .36rem;
  color: #350f03;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* 弹窗 */
.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;
  font-size: .48rem;
  color: #fff;
  font-weight: bold;
  border-radius: 9px 9px 0 0;
  background: url(../images/popup_tbg.png) no-repeat top center / 100% 100%;
  margin: 0 auto;
}

.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 {
  color: #ff0000;
  font-size: .28rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
  border-radius: .22rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.popup-m h4 i{
  width: 0.09rem; height: 0.09rem; background: #fff; border-radius: .5rem; border: .02rem solid #ff0000; display: block; margin-right: 0.15rem;
}
.popup-m h4 span{
  border-bottom: .01rem dashed #ffb2b2; flex: 1; margin-left: 0.19rem;
}

.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 {
  text-align: center;
  line-height: 0.36rem;
  margin-bottom: 0.25rem;
  font-size: .26rem;
  color: #444;
  line-height: 0.36rem;
}

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

.popup-img {
  width: 2.61rem;
  margin-bottom: 0.25rem;
}

.popup-img2 {
  width: 76%;
  margin-bottom: 0.2rem;
}

.popup-img3 {
  width: 2.6rem;
  margin-bottom: 0.2rem;
}

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

.typeBtn {
  width: 4rem;
  height: 0.78rem;
  line-height: 0.82rem;
  border-radius: .39rem;
  font-size: .32rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
}

/* 领取成功 */
#getSuc p {
  text-align: justify; padding: 0 .1rem;
}
#getSuc p span{
  font-size: .28rem; font-weight: bold; color: #ff0000; margin-bottom: 0.11rem; display: block;
}

/* 助力成功 */
.popup-btn{
  width: 3.92rem; height: 0.81rem; line-height: 0.92rem; background: url(../images/popup-btn03.png) no-repeat center / 100%; font-size: .36rem; font-weight: 900; color: #fff; margin: 0 auto; margin-top: 0.4rem;
}
.popup-btn a{
  width: 100%; height: 100%; display: block; color: #350f03;
}


/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}

.share .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.share .share_img {
  width: 100%;
  float: right;
}

.share .share_img img {
  width: 68%;
  height: auto;
  margin-left: 25%;
}

#empty .typeBtn,
#sucPage .typeBtn,
#rePeat .typeBtn,
#full .typeBtn {
  margin-top: 0;
}


/* 点击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;
}

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