/* 弹窗 */
.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: .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: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: .42rem;
  letter-spacing: .01rem;
  border-radius: .3rem .3rem 0 0;
  color: #fff;
  font-weight: bold;
  background: #df5900;
  background: -webkit-linear-gradient(right, #df5900, #ff7133);
  background: -o-linear-gradient(right, #df5900, #ff7133);
  background: -moz-linear-gradient(right, #df5900, #ff7133);
  background: linear-gradient(to right, #df5900, #ff7133);
  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 .3rem .3rem;
  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.26rem;
  margin-bottom: 0.25rem;
  margin-top: -0.15rem;
}
.popup-img2 {
  width: 2.71rem;
  margin-bottom: -0.25rem;
  margin-top: -.25rem;
}
.popup-img3 {
  width: 2.66rem;
  margin: -0.6rem auto -.6rem;
}
.popup-img4 {
  width: 1.65rem;
  margin: 0.32rem auto .4rem;
}
.popBtn {
  width: 4rem; line-height: .8rem; display: block; border-radius: .44rem; margin: .3rem auto 0;
  font-size: .32rem; color: #fff; border: .01rem solid #fff; font-weight: 600; text-shadow: 0 .02rem .05rem #ff7033;
  background: #f43f14;
  background: -webkit-linear-gradient(bottom, #f43f14, #fdac48);
  background: -o-linear-gradient(bottom, #f43f14, #fdac48);
  background: -moz-linear-gradient(bottom, #f43f14, #fdac48);
  background: linear-gradient(to bottom, #f43f14, #fdac48);
}

/* 活动规则 */ 
#actRules .popup-m{
  padding-left: .39rem; padding-right: 0.55rem;
}
.popup-m h4 {
  font-size: .3rem; color: #e05a01; font-weight: 600; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 0.1rem;
}
.popup-m h4 i{
  width: 0.09rem; height: 0.09rem; border: .01rem solid #c0bdc2; border-radius: .1rem; display: block; margin-right: 0.16rem;
}
.popup-m h4 span{
  flex: 1; border-bottom: .01rem dashed #d0d0d0; margin-left: 0.18rem;
}
.popup-list {
  margin-bottom: 0.3rem;
  text-align: left;
}
.popup-list p {
  width: 100%;
  margin: 0 auto;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
  padding-left: 0.36rem;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.09rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .24rem; line-height: .4rem; color: #fff;
  margin: .2rem auto .5rem;
}
.share p b{
  display: block; font-size: .28rem; margin-bottom: 0.3rem; margin-top: -0.8rem;
}
.share p span{ color: #fff588; font-weight: 600;}
.share a{
  width: 3rem; line-height: .76rem; display: block; margin: .3rem auto;
}

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