/* 弹窗 */
.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: .5rem;
  position: absolute;
  top: -.65rem;
  right: 0;
}

.popup h3 {
  width: 100%;
  height: 1.08rem;
  line-height: 1rem;
  text-align: center;
  font-size: .48rem;
  letter-spacing: .01rem;
  border-radius: .25rem .25rem 0 0;
  color: #fff;
  font-weight: bold;
  background: url(../images/popup_tbg.png) no-repeat center / 100%;
  margin: 0 auto;
}
.popup h3 span{
  font-weight: bold;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .35rem .4rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .22rem .22rem;
  border-top: none;
}
.popup-p {
  text-align: center;
  line-height: 0.4rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
  font-size: .26rem;
  color: #333333;
  text-align: center;
}
.popup-p span {
  color: #f55b00;
  font-weight: 600;
}
.popup-p b{
  font-weight: normal; color: #f00;
}
.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.63rem;
  margin-bottom: 0.25rem;
}
.popup-img2 {
  width: 3.47rem; margin-bottom: -0.2rem;
}
.popup-img3 {
  width: 3.47rem; margin-bottom: -0.1rem;
}
.popup-img4 {
  width: 3.47rem; margin-bottom: -0.2rem;
}
.popBtn {
  width: 4rem; height: 0.78rem; line-height: 0.78rem; font-size: .32rem; color: #fff; font-weight: bold; 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%; border-radius: .4rem; box-shadow: 0 .06rem .13rem #f8a2217a;
}
.grayBg h3{
  background: url(../images/popup_tbg_gray.png) no-repeat center / 100%;
}

/* 活动规则 */
.popup-m h4 {
  font-size: .26rem; color: #f55b00; display: flex; align-items: center;
}
.popup-m h4 i{
  flex: 1; height: 0.01rem; background: url(../images/popup_line.png) no-repeat center / 100%; display: block; margin-left: 0.24rem;
}
.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: #e60000;
}
.popup-list p.actRules-p02 span{
  color: #f55b00;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.82rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .3rem; line-height: .48rem; color: #fff;
  margin: .5rem auto 1rem;
}
.share p span{color: #fff264; font-size: .24rem; line-height: 0.37rem;}
.share a{
  width: 2.8rem; height: .8rem; line-height: .8rem; display: inline-block;
  border-radius: .44rem;
  font-size: .32rem; color: #fff; background: #ffffff28; border: 1px solid #fff;
}

/* 仅支持一个方向 */
#onlyOne .popup-p{
  font-size: .3rem; line-height: 0.4rem; margin-bottom: 0.54rem;
}
.pop-Btn {
  margin-top: 0.34rem;
}
.pop-Btn a{
  width: 2.8rem; height: 0.78rem; line-height: 0.78rem; font-size: .28rem; color: #fff; display: block; font-weight: bold; margin: 0 auto;
}
.pop-Btn .btn01{
  background: url(../images/btn01.png) no-repeat center / 100%; margin-bottom: 0.22rem;
}
.pop-Btn .btn02{
  background: url(../images/btn02.png) no-repeat center / 100%; margin-bottom: 0.4rem;
}

#pcEwm{
  display: none;
}


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