@charset "utf-8";

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

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

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

/*banner*/
.banner {
  height: 11.47rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 4.3rem;
}
.share-banner {
  height: 9.51rem;
}
.ban-logo {
  position: absolute;
  width: 2.76rem;
  height: 1.4rem;
  top: 0.63rem;
  left: 0.48rem;
}

.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.6rem;
  height: 1rem;
  line-height: 1.05rem;
  color: #fff;
  display: block;
  margin-left: .2rem;
  border-radius: 0 0 .24rem .24rem;
  font-size: .26rem;
  display: inline-block;
  background: #298540;
}

/* index-main */
.index-btn {
  width: 5.48rem;
  height: 1.18rem;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.index-btn a.indexBtn {
  width: 100%;
  height: 100%;
  line-height: .99rem;
  font-size: .36rem;
  color: #fff;
  font-weight: 600;
  display: block;
  letter-spacing: .01rem;
  position: relative;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
}
.index-btn a.addAfter::after{
  content: ''; width: 0.4rem; height: 0.41rem; background: url(../images/btn_jt.png) no-repeat center / 100%; display: inline-block; vertical-align: middle; margin-left: 0.2rem; position: relative; top: -0.02rem;
}
.index-btn a.actEndBtn{
  background: url(../images/index_btn_bg_end.png) no-repeat center / 100%;
}

/* 助力页面 */
.zudui-join {
  height: 8.7rem;
  background: url(../images/zudui_join_bg.png) no-repeat center / 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.zudui-join::before{
  content: ''; width: 5.68rem; height: 4.34rem; background: url(../images/zd_box_unlock.png) no-repeat center / 100%; display: block; margin-left: 1rem; margin-top: -0.2rem;
}
.suc::before {
  content: '';  background: url(../images/zd_box_lock.png) no-repeat center / 100%; display: block;
}
.zudui-join ul{
  height: 2.3rem;
}
.zudui-join ul li {
  width: 1.99rem;
  height: 1.84rem;
  margin: 0 .09rem 0;
  background: url(../images/zd_user_bg.png) no-repeat bottom center / 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.zudui-join ul li:nth-child(2){
  margin-top: .74rem;
}
.zudui-join ul li img {
  width: 1.11rem;
  display: inline-block;
  margin-left: .4rem;
  margin-top: .37rem;
}
.zudui-join ul li.light img{
  animation: move .8s infinite alternate ease-in-out;
}
@keyframes move{
  0%{transform:translateY(0) scale(1.1);}
  100%{transform:translateY(-5px) scale(1.1);}
}
.zudui-btn {
  width: 5.49rem;
  height: 1.2rem;
  line-height: 1rem;
  font-size: .36rem;
  font-weight: 600;
  background: url(../images/index_btn_bg.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}
.zudui-btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  text-align: center;
}
.zudui-join p.tips{
  font-size: .2rem; color: #61cf7c; margin-top: 0.1rem;
}
.pub-bg {
  width: 6.5rem;
  margin: 0 auto;
  background: #3aa353;
  border-radius: .24rem;
  padding: 0 .2rem .2rem;
  box-sizing: border-box;
}
.pub-bg h3{
  width: 3.34rem; height: 0.8rem; line-height: 0.8rem; background: url(../images/zd_bt_bg.png) no-repeat center / 100%; font-size: .36rem; color: #fff; font-weight: bold; text-shadow: 0 .02rem .02rem #ff6c2a; text-align: center; margin: 0 auto; position: relative;
  top: -.14rem;
}
.pub-bg ul{
  width: 100%; background: url(../images/zd_lc_mbg.png) no-repeat center / 100% 100%; margin-top: -0.14rem;
}
.zudui-lc{
  margin-top: 0.14rem;
}
.zudui-lc ul{
  width: 100%; height: 2.74rem; display: flex; justify-content: center; align-items: center; 
}
.zudui-lc ul li{
  width: 1.5rem; margin: 0 .2rem; text-align: center; position: relative;
}
.zudui-lc ul li:nth-child(1)::after,.zudui-lc ul li:nth-child(2)::after{
  content: ''; width: 0.41rem; height: 0.27rem; background: url(../images/zd_jt.png) no-repeat center / 100%; display: block; position: absolute;right: -0.4rem; top: .4rem;
}
.zudui-lc ul li img{
  width: 1.1rem;
}
.zudui-lc ul li p{
  font-size: .24rem; color: #444444; line-height: 0.3rem; margin-top: 0.2rem;
}
.zudui-userList {
  margin: .63rem auto;
}
.noUser-img {
  width: 3.59rem;
  padding-bottom: 0.2rem;
}
.zudui-userList ul{
  width: 100%; align-items: flex-start; padding-top: 0.46rem;
}
.zudui-userList ul li {
  margin-left: 0.45rem;
  padding-bottom: .3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.zudui-userList ul li:last-child {
  border-bottom: none;
}
.zudui-userList ul li i {
  width: .36rem;
  height: .36rem;
  line-height: .36rem;
  font-style: normal;
  display: block;
  text-align: center;
  margin-right: 0.2rem;
  background: #3aa353;
  border-radius: 50%;
  font-size: .24rem;
  color: #fff;
  box-shadow: -.04rem 0 0 #9ae0aa;
}

.zudui-userList ul li span {
  color: #15742c;
  font-size: .24rem;
  font-weight: bold;
  margin-right: 0.3rem;
}
.zudui-userList ul li p {
  color: #333333;
  font-size: .24rem;
  text-align: center;
  margin-right: 0.1rem;
}
.zudui-userList ul li a {
  font-size: .24rem;
  font-weight: bold;
  color: #15742c;
  text-align: center;
}

/* 分享页 */
.share-main{
  height: 4.79rem;
}
.share-btn {
  width: 5.48rem;
  height: 1.18rem;
  line-height: .92rem;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
  margin: 0 auto;
  text-align: center;
}

.share-btn a.shareBtn {
  width: 100%;
  height: 100%;
  line-height: 1rem;
  font-size: .36rem;
  color: #fff;
  font-weight: 600;
  display: block;
  letter-spacing: .01rem;
  position: relative;
}
.share-btn a.addAfter::after{
  content: ''; width: 0.4rem; height: 0.41rem; background: url(../images/btn_jt.png) no-repeat center / 100%; display: inline-block; vertical-align: middle; margin-left: 0.2rem; position: relative; top: -0.02rem;
}

/* 弹窗 */
.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: .84rem;
  line-height: .84rem;
  text-align: center;
  font-size: .34rem;
  color: #fff;
  font-weight: bold;
  background: url(../images/popup_tbg.png) no-repeat top center / 100% 100%;
  margin: 0 auto;
}
.popup h3::before{
  content: ''; width: 0.32rem; height: 0.01rem; background: #d0ddff; display: inline-block; vertical-align: .1rem; margin-right: 0.22rem;
}
.popup h3::after{
  content: ''; width: 0.32rem; height: 0.01rem; background: #d0ddff; display: inline-block; vertical-align: .1rem; margin-left: 0.22rem;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .32rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .3rem .3rem;
  box-shadow: inset 0 0 .45rem #d6eedc;
}
.popup-p {
  text-align: center;
  line-height: 0.36rem;
  margin-bottom: 0.25rem;
  font-size: .26rem;
  color: #444444;
}

.popup-p span {
  color: #15742c;
  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%;
}
.grayBg h3::before{
  background: #b4b4b4;
}
.grayBg h3::after{
  background: #b4b4b4;
}
.popBtn {
  width: 4rem;
  height: .74rem;
  line-height: .74rem;
  font-size: .32rem;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  border-radius: .37rem;
  margin: 0 auto;
  background: #ffa705;
  background: -webkit-linear-gradient(right, #ffa705, #ff6039);
  background: -o-linear-gradient(right, #ffa705, #ff6039);
  background: -moz-linear-gradient(right, #ffa705, #ff6039);
  background: linear-gradient(to right, #ffa705, #ff6039);
}

/* 活动规则 */
#actRules .popup-m{
  height: 5.9rem; overflow-y: scroll;
}
.popup-m h4 {
  color: #15742c;
  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 #15742c; display: block; margin-right: 0.15rem;
}
.popup-m h4 span{
  border-bottom: .01rem dashed #b9c7ff; 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: #15742c;
  font-weight: bold;
}
.popup-list p span.tips2{
  color: #ee5555; font-weight: normal;
}

/* 领取成功 */
#getSuc .popup-p {
  text-align: left; padding: 0 .2rem;
}
#getSuc .popup-p b{
  color: #15742c; margin-top: 0.15rem; display: block; margin-bottom: 0.02rem;
}
#getSuc p span{
  font-size: .24rem; font-weight: bold; color: #444444; line-height: 0.36rem; font-weight: normal; margin-bottom: 0.11rem; display: block;
}

/* 选择科目 */
#select .popup-m{
  padding: .4rem 0 0;
}
#select ul{
  margin-bottom: 0.8rem;
}
#select ul li{
  width: 3.2rem; height: 0.7rem; line-height: 0.7rem; border-radius: .1rem; font-size: .28rem; color: #333333; font-weight: 600; border: .01rem solid #69cd81; display: block;  margin: 0 auto .2rem; text-align: center; overflow: hidden;
}
#select ul li.on{
  background: #1f8638 url(../images/popup_select_bg.png) no-repeat right -.02rem top -.03rem / .44rem .43rem; color: #fff;  border: .01rem solid #bdd0ff00;
}
#select .jumpBtn {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0 0 .3rem .3rem;
  font-size: .32rem;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 0.2rem;
  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);
}

/* 确认选课 */
.sureSelect{
  padding-top: 0.2rem;
}
#sureSelect .sureSelect{
   font-size: .4rem; color: #15742c; font-weight: bold; margin-bottom: 0.5rem;
  }
#sureSelect .popBtn{
  width: 2.1rem; height: 0.7rem; line-height: 0.7rem; color: #5b9068; font-size: .28rem; margin: 0 auto; background: #dcf1e1; border-radius: .35rem; display: inline-block; margin: 0 .1rem .6rem;
}
#sureSelect .sureBtn{
  color: #fff; box-shadow: 0 .05rem .05rem #ffc2ad;
  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);
}
#sureSelect .popup-tips{
  width: 100%; font-size: .24rem; color: #ee5555; border-top: .01rem dashed #c5dbeb; padding-top: 0.38rem;
}

/* 分享弹窗 */
.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: .24rem; line-height: .4rem; color: #fff;
  margin: .3rem auto .5rem;
}
.share p em{
  font-style: normal; font-size: .32rem;
}
.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);
}

#empty .popBtn,
#sucPage .popBtn,
#rePeat .popBtn,
#full .popBtn {
  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: 580px;
  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%;
}
.tcEwm{
  width: 43%;
}