/* 弹窗 */
.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: .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.42rem;
  line-height: 1.42rem;
  text-align: center;
  font-size: .48rem;
  letter-spacing: .01rem;
  color: #fff;
  font-weight: bold;
  background: url(../images/popup_bt_bg.png) no-repeat center / 100%;
  margin: 0 auto;
}
.popup h3 span{
  font-weight: 900;
  background: linear-gradient(to bottom, #f0f7db 38%, #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:0 0 .22rem .22rem;
  border-top: none;
}
.popup-p {
  width: 88%;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  margin-bottom: 0.25rem;
  font-size: .24rem;
  color: #333333;
  text-align: center;
}

.popup-p span {
  color: #46ab2c;
  font-weight: bold;
}
.popup-p2{
  width: 80%; font-size: .28rem; color: #333333; line-height: 0.4rem; font-weight: 600; text-align: left; margin: .2rem auto .3rem;
}
.popup-p2 span{
  font-size: .24rem; color: #666666; padding-top: 0.1rem; text-align: center; display: block; font-weight: normal;
}
.popup-img {
  width: 2.44rem;
  margin-bottom: 0.25rem;
}
.popup-img2 {
  width: 3.12rem;
  margin: -.8rem auto -.6rem;
}
.popup-img3 {
  width: 5.39rem;
  margin-bottom: -0.2rem;
}
.popup-img4{
  width: 2.22rem;
}
.popBtn {
  width: 4.5rem; height: 1.27rem; line-height: .96rem; font-size: .42rem; color: #fff; font-weight: bold; display: block;margin: 0 auto; border-radius: .34rem; text-align: center;
  background: url(../images/pop_btn_bg.png) no-repeat center / 100%;
}
.grayBg h3{
  background: url(../images/popup_bt_bg_gray.png) no-repeat center / 100%;
}

/* 活动规则 */
.popup-m h4 {
  font-size: .28rem; color: #45ab2c; font-weight: bold; display: flex; align-items: center; margin-bottom: 0.05rem;
}
.popup-m h4 i{
  width: 0.28rem; height: 0.28rem; background: #46ab2c; border-radius: .5rem; display: block; margin-right: 0.15rem; font-size: .2rem; color: #fff; text-align: center; font-style: normal; margin-right: 0.05rem;
}
.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: #2e8631;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.64rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .36rem; line-height: .48rem; color: #fff;
  margin: .8rem auto .5rem; font-weight: 600;
}
.share p span{color: #fdde69; display: block; font-size: .24rem; margin-top: 0.1rem; line-height: .38rem;}
.share-pop-btn{
  width: 4.18rem; margin: 0 auto;
}
.share-pop-btn a{
  width: 4.18rem; height: .96rem; line-height: .96rem; color: #fff;
}

.getSuc .popup-p{
  text-align: left;
}

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