@charset "utf-8";

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

.wrap {
  width: 7rem;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
}
.m-hide{
  display: none !important;
}

/* 首页 */
.page-index {
  width: 100%;
  height: 100%;
  background: #2a6c0a url(../images/page-index.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  background: #2a6c0a url(../images/page-zd.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-learnList {
  width: 100%;
  height: 100%;
  background: #2a6c0a url(../images/page-learnList.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-learnDetails {
  width: 100%;
  height: 100%;
  background: #2a6c0a url(../images/page-learnDetails.jpg) no-repeat center top;
  background-size: 7.5rem;
}

/*banner*/
.banner {
  height: 11.21rem; position: relative;
}
.zd-banner {
  height: 4.93rem;
}
.learnList-banner {
  height: 4.73rem;
}
.learnDetails-banner {
  height: 2.52rem;
}
.ban-logo {
  position: absolute;
  width: 1.95rem;
  top: 0.66rem;
  left: .56rem;
}
.ban-logo img {
  width: 100%;
  display: block;
  margin: 0;
}
.page-index .ban-logo{
  width: 4.32rem;
  top: 0.72rem;
  left: .46rem;
}
.banner-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: center;
}
.banner-btn a {
  width: 1.3rem;
  height: 1.08rem;
  line-height: .3rem;
  color: #fff;
  font-size: .24rem;
  text-align: center;
  margin-left: 0.15rem;
  background: #58ad24;
  background: -webkit-linear-gradient(right, #58ad24, #58ad24);
  background: -o-linear-gradient(right, #58ad24, #58ad24);
  background: -moz-linear-gradient(right, #58ad24, #58ad24);
  background: linear-gradient(to right, #58ad24, #58ad24);
  padding-top: 0.2rem;
  box-sizing: border-box;
  border-radius:0 0 .2rem .2rem;
  display: inline-block;
}
.banner-btn a:nth-child(2){
  margin-right: 0.9rem;
}
.goList{
  width: 1.84rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  background: #fa5901; border-radius: 0 .2rem .2rem 0; position: absolute; left: 0; top: 0.9rem;
}

/* index-main */
.index-main{
  height: 2.09rem;
}
.index-btn {
  width: 5.28rem;
  height: 1.18rem;
  line-height: 1rem;
  text-align: center;
  margin: 0 auto;
  border-radius: .45rem;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
  position: relative;
  margin-bottom: 0.05rem;
  display: none;
}
.index-btn a {
  width: 100%;
  height: 100%;
  font-size: .36rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 .02rem .09rem #ff7033;
  letter-spacing: .01rem;
  display: block;
}
.indexTips{
  font-size: .22rem; color: #d3f9c0; text-align: center;
}
.actEnd-main{
  width: 100%; height: 100vh; background: #fff; text-align: center; display: flex; align-content: center; flex-wrap: wrap; justify-content: center; flex-direction: column;
}
.actEnd-img01{
  width: 2.21rem; margin-bottom: .36rem;
}
.actEnd-main p{
  width: 100%; font-size: .32rem; color: #333333; font-weight: 600; line-height: 0.4rem; margin-bottom: 0.3rem;
}
.actEnd-main span{
  font-size: .32rem; color: #333333; display: block;
}

/* 助力页面 */
.zudui-main{
  width: 6.7rem;
  height: 9.55rem;
  margin: 0 auto;
  position: relative;
}
.zudui-join{
  height: 2.81rem; background: #fff; border-radius: .15rem; box-shadow: inset 0 0 .6rem #d1f5bf, 0 .1rem .15rem #2c8405; padding-top: 0.4rem; box-sizing: border-box; border: .01rem solid #ffffff;
}
.zudui-join ul{
  height: 1.74rem; text-align: center; margin-bottom: 0.22rem;
}
.zudui-join ul li {
  width: 1.3rem;
  margin: 0 .47rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.zudui-join ul li img {
  width: 1.46rem;
}
.zudui-join ul li span{
  width: 1rem; height: 0.42rem; line-height: 0.42rem; font-size: .24rem; color: #fff; border-radius: .2rem; display: block; margin: -.2rem auto 0; box-shadow: 0 .04rem .02rem #dffcd2; position: relative; z-index: 1;
  background: #67b545;
  background: -webkit-linear-gradient(bottom, #67b545, #309205);
  background: -o-linear-gradient(bottom, #67b545, #309205);
  background: -moz-linear-gradient(bottom, #67b545, #309205);
  background: linear-gradient(to bottom, #67b545, #309205);
}
.zudui-btn {
  width: 5.29rem;
  height: 1.16rem;
  line-height: 1rem;
  text-align: center;
  border-radius: .42rem;
  background: url(../images/zd_btn_bg.png) no-repeat center / 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -.58rem;
  display: none;
}
.zudui-btn a {
  width: 100%;
  height: 100%;
  font-size: .36rem;
  color: #fff;
  text-shadow: 0 .02rem .09rem #ff7033;
  font-weight: bold;
  letter-spacing: .01rem;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.zudui-pub{
  margin-top: 0.24rem; position: relative; box-sizing: border-box;
}
.zudui-pub h3{
  width: 3.73rem; height: .76rem; line-height: .76rem; background: url(../images/zd_pub_bt_bg.png) no-repeat center / 100%; margin: 0 auto; font-size: .34rem; color: #fff; font-weight: bold; text-align: center;
}
.zudui-pub ul{
  width: 100%; background: #fff; border-radius: .15rem; box-sizing: border-box; box-shadow: inset 0 0 .6rem #d1f5bf, 0 .1rem .15rem #2c8405;
}
.zudui-lc ul{
  height: 2.9rem; padding-top: 0.38rem; box-sizing: border-box; display: flex; justify-content: center;
}
.zudui-lc ul li{
  width: 2.06rem; text-align: center; position: relative;
}
.zudui-lc ul li img{
  width: 1rem; margin-bottom: 0.15rem;
}
.zudui-lc ul li p{
  font-size: .2rem; color: #666666; line-height: 0.36rem;
}
.zudui-lc ul li p span{
  font-size: .28rem; color: #448e20; font-weight: bold; display: block;
}
.zudui-lc ul li:nth-child(1)::after,.zudui-lc ul li:nth-child(2)::after{
  content: ''; width: 0.25rem; height: .23rem; background: url(../images/zd_jt.png) no-repeat center / 100%; display: block; position: absolute; right: -0.14rem; top: .4rem;
}
.zudui-userList{
  display: none;
}
.zudui-userList ul{
  height: 1.47rem; padding-top: .55rem; box-sizing: border-box; align-items: flex-start;
}
.zudui-userList ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .24rem;
  color: #000000;
  margin-left: 0.64rem;
  margin-right: 0.64rem;
}
.zudui-userList ul li i {
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin-right: 0.16rem;
  border-radius: .44rem;
  background: #87c967;
  display: block;
}
.zudui-userList ul li span {
  flex: 1; font-size: .24rem; color: #3d7f1d; font-weight: bold;
}
.zudui-userList ul li p {
  margin-right: 0.09rem;
}
.suc::after {
  content: '';
  width: 1.15rem;
  height: 1rem;
  background: url(../images/zd_success.png) no-repeat center / 100%;
  display: block;
  position: absolute;
  right: .15rem;
  top: .2rem;
}
.qun{
  width: 6.49rem; margin-top: 0.18rem;
}

/* learnList */
.learnList-main{
  width: 6.7rem; height: 9.65rem; margin: 0 auto;
}
.learnList-box{
  width: 100%; height: 9.18rem; border-radius: .24rem; padding: 0.26rem; border: .01rem solid #8acc6a; box-sizing: border-box;
  background: #4e8f31;
  background: -webkit-linear-gradient(bottom, #4e8f31, #47862a);
  background: -o-linear-gradient(bottom, #4e8f31, #47862a);
  background: -moz-linear-gradient(bottom, #4e8f31, #47862a);
  background: linear-gradient(to bottom, #4e8f31, #47862a);
}
.learnList-main ul li {
  width: 100%;
  height: 1.1rem;
  background: #fff;
  border: .01rem solid #ffffff;
  border-radius: .18rem;
  margin-bottom: .15rem;
  box-shadow: inset 0 0 .6rem #d1f5bf, 0 .1rem .15rem #2c8405;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learnList-main ul li i {
  width: .9rem;
  height: .74rem;
  background: url(../images/learnList_pdf.png) no-repeat center / 100%;
  display: inline-block;
  margin-right: .1rem;
  margin-left: 0.22rem;
  margin-top: 0.15rem;
}
.learnList-main ul li h3 {
  flex: 1;
  font-size: .27rem;
  color: #000000;
  font-weight: normal;
  text-align: left;
}
.learnList-main ul li a {
  width: 1.68rem;
  height: .5rem;
  line-height: .5rem;
  font-size: .24rem;
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: .23rem;
  background: url(../images/learnList_btn_bg.png) no-repeat center / 100%;
  box-shadow: 0 .06rem .1rem #73b953;
  margin-right: 0.34rem;
}
.learnList-main ul li:last-child{
  margin-bottom: 0;
}

/* learndetails */
.learndetails-main {
  width: 100%;
  padding-top: 0.3rem;
  box-sizing: border-box;
  position: relative;
}
.learndetails-main .tit {
  width: 5.1rem; height: 0.66rem; line-height: 0.66rem; padding: .15rem 0; text-align: center; margin: 0 auto; border-radius:.09rem .09rem 0 0; z-index: 2; border: .01rem solid #93e172; position: absolute; top: -.15rem; left: 50%; transform: translateX(-50%); background: #4e9e24;
}
.learndetails-main .tit span {
  width: 100%; line-height: 0.66rem;
  display: flex; align-items: center; justify-content: flex-start;
}
.learndetails-main .tit span b{
  flex: 1; text-align: right; border-right: .01rem solid #819bff;  display: block; height: 100%; font-size: .32rem; color: #fff; font-weight: bold;
}
.learndetails-main .tit span::after {
  content: ''; width: 0.26rem; height: 0.21rem; display: block; margin-left: 0.45rem; margin-right: 0.47rem;
  background:url('../images/icon-arr01.png') no-repeat center / .22rem;
}
.learndetails-main .tit span.on::after {
  transform: rotate(180deg);
}
.learndetails-main .tit ul {
  width: 5.1rem;
  background: #ffffff;
  box-shadow: 0 .08rem .2rem #e6fadd;
  border-radius: 0 0 .1rem .1rem;
  margin: auto;
  padding: .1rem .6rem;
  position: absolute;
  top: .95rem;
  left: 0;
  box-sizing: border-box;
}

.learndetails-main .tit ul.hide {
  display: none;
}
.learndetails-main .tit ul li {
  width: 100%;
  border-bottom: solid .01rem #c8d2f8;
  font-size: .3rem;
  line-height: .88rem;
  color: #000000;
}

.learndetails-main .tit ul li:last-child {
  border: none;
}

.learndetails-main .tit ul li.on {
  font-weight: bold;
  color: #4e9e24;
}

.learndetails-main .tit i {
  font-style: normal;
}
.learnSpan {
  width: 1.3rem;
  font-style: normal;
}
.banner-btn a.goBack{
  width: 3.2rem; height: 0.76rem; line-height: 0.76rem; border-radius: .7rem 0 0 .7rem; padding-top: 0; margin-left: 0; font-size: .28rem; margin-top: 0.3rem; position: absolute; right: 0;
  background: #6ac135;
  background: -webkit-linear-gradient(bottom, #6ac135, #408d1b);
  background: -o-linear-gradient(bottom, #6ac135, #408d1b);
  background: -moz-linear-gradient(bottom, #6ac135, #408d1b);
  background: linear-gradient(to bottom, #6ac135, #408d1b);
  display: flex; align-items: center; justify-content: center;
}
.banner-btn a.goBack img{
  width: 0.33rem; margin: 0; margin-right: 0.2rem;
}

.artPart {
  width: 6.8rem;
  display: block;
  margin: 0 auto;
  overflow-y: scroll;
  text-align: center;
  border-radius: .1rem .1rem 0 0;
  box-shadow: inset 0 0 .6rem #d1f5bf, 0 .1rem .15rem #2b840585;
}

.artPart img {
  width: 100%;
  display: inline-block;
}

.artPart img:last-child {
  margin-bottom: .4rem;
}

.artPart img.load {
  width: 1.24rem;
  margin-top: 1rem;
}

.artPart .null {
  width: 100%;
  margin-top: 1rem;
}

.artPart .null img {
  width: 2.69rem;
  display: inline-block;
}

.artPart .null p {
  font-size: .3rem;
  line-height: 1.5;
}
.learndetails-btn{
  width: 5.29rem; height: 1.2rem; line-height: 1rem; text-align: center; display: block; position: fixed; bottom: .86rem; left: 50%; transform: translateX(-50%);
  background: url(../images/learnDetail_btn_bg.jpg) no-repeat center / 100%;
}
.learndetails-btn a{
  width: 100%; height: 100%; line-height: 1rem; font-size: .36rem; color: #FFF; text-shadow: 0 .02rem .05rem #ff7033; font-weight: bold; display: block;
}

/* 弹窗 */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
}

.popup {
  width: 6rem;
  z-index: 9;
  border-radius: .5rem;
  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.1rem;
  line-height: 1.1rem;
  text-align: center;
  font-size: .34rem;
  letter-spacing: .01rem;
  color: #fff;
  font-weight: bold;
  border-radius: .2rem .2rem 0 0;
  background: #70b050;
  background: -webkit-linear-gradient(bottom, #70b050, #337911);
  background: -o-linear-gradient(bottom, #70b050, #337911);
  background: -moz-linear-gradient(bottom, #70b050, #337911);
  background: linear-gradient(to bottom, #70b050, #337911);
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .36rem .4rem .36rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .22rem .22rem;
}
.popup-p {
  width: 88%;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  font-size: .26rem;
  color: #444444;
  padding: 0 .2rem .28rem;
  text-align: center;
}
.popup-p span {
  color: #62a443;
  font-weight: bold;
}
.popup-p2{
  font-size: .24rem; color: #333333; line-height: 0.28rem;
}
.popup-img {
  width: 2rem;
  margin-bottom: 0.25rem; margin-top: 0.1rem;
}
.popup-img2 {
  width: 3.51rem;
}
.popup-img3 {
  width: 2.62rem;
}
.popup-img4 {
  width: 2.38rem;
}
.popBtn {
  width: 3rem; height: .76rem; line-height: .7rem; background: url(../images/pop_btn_bg.png) no-repeat center / 100%;  border: none; font-size: .28rem; color: #fff; font-weight: 600; display: block; margin: 0 auto;
}
.grayBg .popup h3{
  background: #ababab;
  background: -webkit-linear-gradient(bottom, #ababab, #626262);
  background: -o-linear-gradient(bottom, #ababab, #626262);
  background: -moz-linear-gradient(bottom, #ababab, #626262);
  background: linear-gradient(to bottom, #ababab, #626262);
}

/* 活动规则 */
.popup-m h4 {
  font-size: .28rem; color: #367c14; font-weight: bold; margin-bottom: 0.16rem; display: flex; justify-content: flex-start; align-items: center;
}
.popup-m h4 i{
  width: 0.09rem; height: 0.09rem; background: #fff; border: .02rem solid #65a645; border-radius: .1rem; display: block; margin-right: 0.15rem;
}
.popup-m h4::after{
  content: ''; flex: 1; border-bottom: .01rem dashed #cbecbb; margin-left: 0.14rem;
}
.popup-list {
  margin-bottom: 0.2rem;
  text-align: justify;
}
.popup-list p {
  width: 94%;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
  padding-left: 0.28rem;
}
.popup-list p span {
  color: #df3434;
  font-weight: bold;
}
.popup-list p span.tips2{
  color: #ee5555; font-weight: normal;
}

/* 分享弹窗 */
.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; color: #fff; line-height: 0.52rem;
  margin: .25rem auto .5rem;
}
.share p span{
  color: #d0fad1;
}
#pcEwm{
  display: none;
}

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


/* 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-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;
  background: url(../images/popup_tbg.png) no-repeat center / 100% 100%;
}

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