/* 弹窗 */
.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: .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: .75rem;
  position: absolute;
  bottom: -1.05rem;
  left: 50%;
  transform: translateX(-50%);
}

.popup h3 {
  width: 100%;
  height: 1.36rem;
  line-height: 1.36rem;
  text-align: center;
  font-size: .5rem;
  letter-spacing: .01rem;
  border-radius: .5rem .5rem 0 0;
  color: #fff;
  font-weight: bold;
  background: #af81f5;
  background: -webkit-linear-gradient(bottom, #af81f5, #4a2581);
  background: -o-linear-gradient(bottom, #af81f5, #4a2581);
  background: -moz-linear-gradient(bottom, #af81f5, #4a2581);
  background: linear-gradient(to bottom, #af81f5, #4a2581);
  margin: 0 auto;
}
.grayBg h3{
  background: #8d8d8d;
  background: -webkit-linear-gradient(right, #8d8d8d, #767676);
  background: -o-linear-gradient(right, #8d8d8d, #767676);
  background: -moz-linear-gradient(right, #8d8d8d, #767676);
  background: linear-gradient(to right, #8d8d8d, #767676);
}


.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .2rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .5rem .5rem;
  border-top: none;
}
.popup-p {
  width: 100%;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  margin-bottom: 0.38rem;
  font-size: .24rem;
  color: #333333;
  text-align: center;
}
.popup-p span {
  color: #4e00ff;
  font-weight: 600;
}
.popup-p span.color2{
  color: #ff6a2d;
}
.popup-p2 span{
  color: #8a3dd1;
}
.popup-img {
  width: 2.6rem;
  margin-bottom: 0.25rem;
  margin-top: -0.15rem;
}
.popup-img2 {
  width: 2.58rem;
  margin-bottom: 0.2rem;
}
.popup-img3 {
  width: 2.91rem;
  margin-bottom: 0.2rem;
}
.popBtn {
  width: 3.8rem; height: 0.68rem; line-height: 0.68rem; display: block; margin: 0 auto; border-radius: .5rem; text-align: center; box-shadow: 0 .04rem 0 #fed5c7; position: relative; font-size: .3rem; color: #fff; font-weight: 600;
  background: #fdcc23;
  background: -webkit-linear-gradient(right, #fdcc23, #ff7800);
  background: -o-linear-gradient(right, #fdcc23, #ff7800);
  background: -moz-linear-gradient(right, #fdcc23, #ff7800);
  background: linear-gradient(to right, #fdcc23, #ff7800);
}

/* 活动规则 */ 
#actRules .popup-m{
  padding-left: 0; padding-right: 0.55rem;
}
.popup-m h4 {
  width: 1.9rem; height: 0.57rem; line-height: 0.57rem; 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.3rem; 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;
  padding-left: 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: 4.29rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .3rem; line-height: .48rem; color: #fff;
  margin: .2rem auto .5rem;
}
.share p span{ color: #a97bee;}
.share a{
  width: 2.88rem; line-height: .78rem; display: block; border-radius: .44rem; margin: .3rem auto;
  font-size: .32rem; color: #fff; border: 1px solid #fff;
}

/* 成功弹窗 */
#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;
}
#pcEwm .popup-p{
  margin-bottom: 0;
}

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