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

.popup {
  width: 6.01rem;
  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: .75rem;
  position: absolute;
  top: -.95rem;
  right: 0;
}

.popup h3 {
  width: 100%;
  height: 1rem;
  line-height: .98rem;
  text-align: center;
  font-size: .48rem;
  letter-spacing: .01rem;
  border-radius: .25rem .25rem 0 0;
  color: #fff;
  font-weight: bold;
  background: url(../images/poput_tbg.png) no-repeat center / 100%;
  margin: 0 auto;
}
.popup h3 span{
  font-weight: 900; font-size: .42rem; padding: 0; display: block;
  background: linear-gradient(to bottom, #feffff 40%, #f7dbfb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grayBg h3{
  background: url(../images/popup_tbg_gray.png) no-repeat center / 100%;
}
.grayBg h3 span{
  background: #fff;
}

.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .2rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .22rem .22rem;
  border-top: none;
}
.popup-p {
  width: 100%;
  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: #ff3434;
  font-weight: 600;
}
.popup-p2 span{
  color: #8a3dd1;
}
.popup-img {
  width: 2.3rem;
  margin-bottom: 0.25rem;
}
.popup-img2 {
  width: 3rem;
  margin-bottom: 0.25rem;
}
.popBtn {
  width: 2.87rem; height: 0.71rem; line-height: 0.71rem; display: block;margin: 0 auto; border-radius: .5rem; text-align: center; box-shadow: 0 .04rem 0 #ff784765; position: relative;
  background: url(../images/popup_btn_bg.png) no-repeat center / 100%;
}
.popBtn span{
  font-size: .32rem; color: #fff; font-weight: 900; display: block;
  background: linear-gradient(to bottom, #fffaed 40%, #fcffa4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 活动规则 */
.popup-m h4 {
  width: 1.38rem; height: 0.44rem; line-height: 0.44rem; margin-bottom: 0.14rem; background: url(../images/actRules_bt_bg.png) no-repeat center / 100%; font-size: .26rem; color: #fff; font-weight: bold; padding-left: 0.12rem; box-sizing: border-box;
}
.popup-m h4 i{
  width: 0.4rem; height: 0.4rem; background: #a455ff; border-radius: .5rem; font-size: .24rem; color: #fff; font-weight: bold; display: block; text-align: center; font-style: normal; margin-left: 0.25rem; margin-right: 0.15rem;
}
.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.actRules-p01 span {
  color: #8921ff;
}
.popup-list p.actRules-p02 span{
  color: #ff3434;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.65rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .28rem; line-height: .48rem; color: #fff;
  margin: .5rem auto .5rem;
}
.share p span{ display: block; margin-top: 0.1rem;}
.share a{
  width: 2.87rem; height: .71rem; line-height: .71rem; display: block; border-radius: .44rem; margin: .3rem auto;
  font-size: .32rem; color: #fff; background: url(../images/sharePop_btn_bg.png) no-repeat center / 100%; border: 1px solid #fff;
}
.share a span{
  margin-top: 0; font-weight: 900;
  background: linear-gradient(to bottom, #fffaee 28%, #fcffa3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 成功弹窗 */
#sucPage .popup{
  background: none; text-align: center;
}
#sucPage h4{
  font-size: .48rem; font-weight: 600; color: #fff; margin-bottom: 0.1rem;
}
#sucPage p{
  font-size: .36rem; color: #fff;
}
#sucPage img{
  width: 6.99rem;
}
#sucPage .pub-btn{
  width: 4.82rem; line-height: 0.9rem; background: url(../images/zd_sucPop_btn_bg.png) no-repeat center / 100%; top: -.65rem;
}
#sucPage .pub-btn a{
  font-size: .4rem;
}

#pcEwm{
  display: none;
}


.fix-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
}