@charset "utf-8";

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

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

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

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

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

.list-banner {
  height: 4.84rem;
}

.zd-banner {
  height: 5.82rem;
}

.share-banner {
  height: 10.58rem;
}

.ban-logo {
  width: 2.73rem;
  height: .88rem;
  margin: 0 auto;
  background: #ff6100;
  border-radius: 0 0 .2rem .2rem;
  text-align: center;
  display: flex; align-items: center; justify-content: center;
}
.ban-logo img {
  width: 1.74rem;
  display: inline-block;
}
.page-list .ban-logo,.page-zd .ban-logo{
  justify-content: flex-start; margin-left: 0.5rem;
}

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

.banner-btn a {
  width: 1.09rem;
  height: 1rem;
  line-height: .34rem;
  color: #fff;
  display: block;
  margin-left: .2rem;
  border-radius: 0 0 .15rem .15rem;
  font-size: .24rem;
  padding-top: .16rem;
  box-sizing: border-box;
  border: .01rem solid #fff;
  border-top: none;
  background: #ff2600;
  background: linear-gradient(to bottom, #ff2600 , #ff6503);
}

/* index-main */
.index-main {
  position: relative;
  width: 100%;
  height: 1.62rem;
  text-align: center;
}
.index-btn{
  width: 5.35rem;height: 0.99rem;line-height: .94rem; margin: 0 auto; background: url(../images/index_btn_bg.png) no-repeat center / 100%; box-shadow:0 .06rem .18rem #ff6804c5; border-radius: .46rem;
}

.index-btn a.indexBtn {
  font-size: .43rem;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: linear-gradient(to bottom, #fffde6 40%, #fff262);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 .04rem 0 #ff0d0080);
}
.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: 3.23rem; margin: .26rem auto .22rem; display: block;
}
.actEnd-main p{
  width: 100%; font-size: .3rem; color: #333333; font-weight: 600;
}
.actEnd-main span{
  width: 100%; font-size: .24rem; color: #666666;
}

/* list页面 */
.list-main {
  width: 6.5rem;
  height: 7.76rem;
  background: #fff;
  padding-top: 0.4rem;
  box-sizing: border-box;
  border-radius: .2rem;
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.74rem;
}
.list-main ul li{
  width: 6.11rem;
  height: 1.15rem;
  background: #ffede2;
  border-radius: .1rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.list-main ul li::before{
  content: '3人助力'; width: 1.33rem; height: .3rem; line-height: .3rem; background: #ff3b01; font-size: .18rem; color: #fff; display: block; position: absolute; left: -.34rem; top: .12rem; text-align: center;transform: rotate(323deg); letter-spacing: -.01rem;
}
.list-main ul li img.list-icon{
  width: 0.78rem; border-radius: .5rem; box-shadow: 0 .1rem .15rem #ff66066c; margin-right: 0.18rem; margin-left: 0.5rem;
}
.list-main ul li .list-info h3{
  font-size: .3rem; color: #ff6100; font-weight: bold;
}
.list-main ul li .list-info p{
  font-size: .24rem; color: #2a140a; font-weight: 600;
}
.list-main ul li .list-line{
  width: 1.44rem; margin: .44rem .1rem 0;
}
.list-main ul li .list-btn a.getBtn{
  width: 1.47rem; height: 0.5rem; line-height: 0.48rem; border-radius: .25rem; border: .02rem solid #fff; box-shadow: inset 0 .02rem .1rem #ff2800, 0 .07rem .12rem #ff64033f; margin-right: 0.26rem; text-align: center;
  background: #ff6003;
  background: linear-gradient(to right, #ff6003, #ff2c00); font-size: .24rem; color: #fff; font-weight: bold; display: none;
}
.list-main ul li .list-btn a.btn02{
  background: #ffd100; box-shadow: none;
}
.list-main ul li .list-btn a.btn02{
  color: #af4300;
}

.list-pd {
  width: 1.66rem;
  position: absolute;
  top: 0.1rem;
  right: -1.1rem;
}

/* 助力页面 */
.ban-bt{
  font-size: .42rem; color: #fff; font-weight: 600; margin-top: .56rem; text-align: center;
}
.zudui-main {
  width: 6.5rem;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0.4rem;
}
.zudui-join {
  width: 100%; background: #ffffff; border: .01rem solid #ff893e; border-radius: .2rem; padding-bottom: 0.4rem;
}
.zudui-join ul {
  width: 100%; padding-top: 0.36rem; text-align: center;
}

.zudui-join ul li {
  width: 1.61rem;
  height: 2.37rem;
  display: inline-block;
  margin: 0 -.07rem .1rem;
}

.zudui-join ul li img {
  width: 100%;
}

.zudui-btn{
  width: 5.35rem;height: 0.99rem;line-height: .94rem; margin: 0 auto; background: url(../images/index_btn_bg.png) no-repeat center / 100%; box-shadow:0 .06rem .18rem #ff6804c5; border-radius: .46rem;
}

.zudui-btn a.zdBtn {
  font-size: .43rem;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: linear-gradient(to bottom, #fffde6 40%, #fff262);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 .04rem 0 #ff0d0080);
}
.zudui-pub{
  width: 100%; background: #fff; border-radius: .15rem; margin-top: 0.38rem; padding-bottom: 0.34rem;
}
.zudui-pub h3 {
  width: 4.06rem;
  height: 0.9rem;
  line-height: .8rem;
  text-align: center;
  background: url(../images/zd_lc_bt_bg.png) no-repeat center / 100%;
  box-sizing: border-box;
  margin: 0 auto .1rem;
}
.zudui-pub h3 span{
  font-size: .36rem; font-weight: 900;
  background: linear-gradient(to bottom, #fffffb 30%, #fbc063);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zudui-lc ul{
  display: flex; justify-content: center;
}
.zudui-lc ul li{
  width: 1.6rem; text-align: center; margin: 0 .15rem; position: relative;
}
.zudui-lc ul li img{
  width: 1.25rem; border-radius: 1rem; box-shadow: 0 .07rem .12rem #ff760673; margin-bottom: 0.16rem;
}
.zudui-lc ul li p{
  font-size: .24rem; color: #333333; line-height: 0.32rem; 
}
.zudui-lc ul li::after{
  width: 0.2rem; height: 0.75rem; content: ''; display: block; background: url(../images/zd_jt.png) no-repeat center / 100%; display: block; position: absolute; left: 1.65rem; top: 0.25rem;
}
.zudui-lc ul li:last-child::after{
  display: none;
}
.noUser-img {
  width: 56%;
}
.zudui-userList ul li {
  width: 6.15rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #ffede2;
  margin: 0 auto .2rem;
  border-radius: .12rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.zudui-userList ul li i {
  width: .44rem;
  height: .44rem;
  line-height: .44rem;
  font-style: normal;
  display: block;
  text-align: center;
  background: #ff9c50;
  background: linear-gradient(to bottom, #ff9c50 , #ff7a1a);
  border-radius: 50%;
  font-size: .24rem;
  color: #feffe3;
  font-weight: 600;
  border: .01rem solid #fff;
  margin-left: 0.16rem;
}

.zudui-userList ul li span {
  flex: 1;
  color: #ff6100;
  font-size: .24rem;
  font-weight: bold;
  text-align: center;
}

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

.zudui-userList ul li a {
  width: 1.8rem;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: .24rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: .22rem;
  text-align: center;
  background: #ff9c50;
  background: linear-gradient(to right, #ff9c50 , #ff7a1a);
  border: .01rem solid #fff;
  box-shadow: 0 .07rem .12rem #ff640379;
  margin-right: 0.14rem;
  margin-left: 0.2rem;
}

.zudui-main .list-pd {
  top: -1.2rem;
  right: -1.3rem;
}

/* 分享页 */
.share-main{
  height: 4.54rem;
}
.share-btn{
  width: 5.35rem;height: 0.99rem;line-height: .94rem; margin: 0 auto; background: url(../images/index_btn_bg.png) no-repeat center / 100%; box-shadow:0 .06rem .18rem #ff6804c5; border-radius: .46rem;
}

.share-btn a.shareBtn {
  font-size: .43rem;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: linear-gradient(to bottom, #fffde6 40%, #fff262);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 .04rem 0 #ff0d0080);
}


/* 弹窗 */
.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.35rem;
  line-height: 1.35rem;
  text-align: center;
  font-size: .48rem;
  color: #fff;
  font-weight: 900;
  border-radius: 9px 9px 0 0;
  background: url(../images/popup_tbg.png) no-repeat top center / 100% 100%;
  margin: 0 auto;
}
.popup h3 span{
  background: linear-gradient(to bottom, #fffde6 40%, #fff262);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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: #ff6100;
  font-size: .24rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}

.popup-m h4 i {
  width: 0.24rem; height: 0.24rem; line-height: 0.24rem; background: #ff6100; font-size: .2rem; color: #fff; border-radius: .24rem; text-align: center; font-style: normal; text-decoration: none; margin-right: 0.05rem;
}

.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: #c74100;
}

.actRulesTis {
  color: #c74100;
  font-size: .22rem;
  text-align: left;
}

.popup-p {
  text-align: center;
  line-height: 0.36rem;
  margin-bottom: 0.35rem;
  font-size: .26rem;
  color: #444;
  line-height: 0.36rem;
}

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

.popup-img {
  width: 52%;
  margin-bottom: 0.3rem;
}

.popup-img2 {
  width: 2.78rem;
}

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

.grayBg .popup-m {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff, #e0e0e0);
}

.popBtn {
  width: 3.84rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #f57355;
  background: linear-gradient(to right, #ff6103, #ff3400);
  border-radius: .39rem;
  border: .01rem solid #fff;
  font-size: .36rem;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  color: #fff;
  box-shadow: inset 0 0 0.1rem #ff5502, 0 0.08rem 0.18rem #ffc099;
  margin-top: 0.28rem;
  position: relative;
}

/* 学习方式弹窗 */
#getSuc p{
  font-size: .24rem; line-height: 0.36rem; text-align: left;
}
#getSuc p span{
  color: #c74100;
}
#getSuc .popup-img{
  margin-top: 0.3rem;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.03rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .28rem; line-height: .52rem; color: #fff;
  margin: .3rem auto .5rem;
}
.share p span{color: #ffe84f}
.share a{
  width: 3rem; height: .7rem; display: inline-block;
  border-radius: .5rem;
  font-size: .28rem;line-height: .7rem; color: #fff;
  background: #ffa705;
  background: -webkit-linear-gradient(bottom, #ffa705, #ff6039);
  background: -o-linear-gradient(bottom, #ffa705, #ff6039);
  background: -moz-linear-gradient(bottom, #ffa705, #ff6039);
  background: linear-gradient(to bottom, #ffa705, #ff6039);
}

#repeat .popup-m{
  position: relative;
}
#repeat .popup-m::after{
  content: ''; width: 0.47rem; height: 0.3rem; background: url(../images/repeat_img02.png) no-repeat center / 100%; display: block; position: absolute; top: 3.74rem; left: 1.45rem;
}
#helped img{
  width: 3.21rem;
}

#sucPage img,#repeat img, #helped img{
  margin-bottom: 0;
}
#sucPage .popBtn,#repeat .popBtn, #helped .popBtn{
  margin-top: 0;
}

#repeat img{
  width: 3.11rem;
}


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


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

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

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