html, body, header, footer, section {
  background: #61ad49;
  max-width: 750px;
  margin: 0 auto !important;
  overflow-x: hidden !important;
  font-size: 0;
}

.pcTips {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

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

.mask .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 5rem;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
}

.mask .closePop {
  display: block;
  position: absolute;
  bottom: -.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  cursor: pointer;
  transition: all .3s;
}

.mask .popTitle {
  width: 100%;
  line-height: 1rem;
  font-size: 0.4rem;
  font-weight: bolder;
  color: #ffffff;
  letter-spacing: 0.03rem;
  background: url("../images/poptitle1.png") center center no-repeat;
  background-size: 100% 100%;
  text-align: center;

}


.mask .popBtm {
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0.4rem 0;
  background: #ffffff;
  width: 100%;
}

.mask .popTips {
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #333333;
}

.mask .popTips b {
  color: #3f7e07;
}

.mask .popTips small {
  font-size: .34rem;
}

.mask .popEwm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.62rem;
  height: 2.66rem;
  margin: 0.3rem auto 0.2rem;
  /*background: url("../images/popEwmbg.png") center center no-repeat;*/
  background-size: 100% 100%;
}

.mask .popEwm img {
  width: 99%;
  box-sizing: border-box;
  border: 0.08rem solid #e6f7db;
}

.mask .popbtn {
  line-height: .78rem;
  color: #ffffff;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 0.03rem;
  margin: 0 auto;
  font-size: 0.32rem;
  border-radius: .5rem;
  width: 4rem;
  box-shadow: 0 .05rem .15rem .02rem #ffcfba;
  background: linear-gradient(to bottom, #ff9621 0%, #ff4a13 100%);
}

.mask .popimg {
  display: block;
  width: 45%;
  margin: 0.2rem auto;
}


.mask .popbtn:active {
  opacity: .85;
}

.mask .rules {
  box-sizing: border-box;
  padding: 0 .5rem;
  font-size: 0.2rem;
  color: #333333;
}

.mask .rules h4 {
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  height: 0.6rem;
  color: #4a9537;
  background: #e6f7db;
}

.mask .rules h4 i {
  width: 0.26rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  background: #4a9537;
  font-size: 0.24rem;
  color: #ffffff;
  margin: 0 .14rem 0 .24rem;
  border-radius: 0.5rem;
}

.mask .rules p {
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin: .15rem 0 .3rem;

}

.mask .rules p span {
  color: #813de2;
}

.maskgray .popTitle {
  background-image: url(../images/poptitle0.png);
}

.maskgray .popBtm {
  background: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
}

.maskgray .popEwm img {
  border-color: #7a7a7a;
}

#sharePage .share {
  width: 100%;
  max-width: 7.5rem;
  position: fixed;
  left: 0;
  top: 0.6rem;
  z-index: 9;
}

#sharePage .share_img {
  display: block;
  width: 78%;
  margin: 0 auto;
}

.banner {
  position: relative;
}

.banimg {
  display: block;
  width: 100%;
}

.banner .logo {
  position: absolute;
  top: 0;
  left: 0.5rem;
  display: block;
  height: 1.04rem;
  width: 2.6rem;
  background: url("../images/logo.png") center center no-repeat;
  background-size: 100% 100%;
}


.banner .ban_btns span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: .46rem;
  background: #5eab34;
  border-radius: .5rem 0 0 0.5rem;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  margin-bottom: .24rem;
  box-sizing: border-box;
}

.banner .ban_btns span.ban-a3 {
  padding: 0;
}


.btnshare {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 6.67rem;
  padding-top: 4.7rem;
  background: url("../images/share2.jpg") center center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.btnshare img {
  width: 1.46rem;
  margin-right: 0.25rem;
}
.btnshare p{
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
}
.btnshare p span{
  display: block;
  width: 3.6rem;
  line-height:0.66rem ;
  border-radius: .5rem;
  background: #398424;
  font-weight: bold;
  margin-top: .2rem;
}