/* 弹窗 */
.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.3rem;
  line-height: 1.3rem;
  text-align: center;
  font-size: .48rem;
  letter-spacing: .01rem;
  border-radius: .25rem .25rem 0 0;
  color: #fff;
  font-weight: bold;
  background: #db0702;
  background: linear-gradient(to right, #db0702, #5f0001);
  margin: 0 auto;
}
.popup h3 span{
  font-weight: bold;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .32rem .6rem .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.44rem;
  font-size: .24rem;
  color: #333333;
  text-align: center;
}
.popup-p span {
  color: #ff6a2d;
  font-weight: 600;
}
.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: 2.58rem; margin-top: -0.1rem; margin-bottom: 0.2rem;
}
.popup-img3 {
  width: 3rem;
  margin-bottom: 0.25rem;
}
.popup-img4 {
  width: 3.47rem; margin-bottom: -0.2rem;
}
.popBtn {
  width: 3.81rem; height: 0.72rem; line-height: 0.72rem; font-size: .3rem; color: #fff; font-weight: 600; display: block;margin: 0 auto; text-align: center; position: relative;
  background: url(../images/popup_btn_bg.png) no-repeat center / 100%;
}
.grayBg h3{
  display: flex; align-items: center; justify-content: center;
  background: #8d8d8d;
  background: linear-gradient(to right, #8d8d8d, #767676);
}

/* 活动规则 */
#actRules .popup-m{
  padding-left: 0; padding-right: 0.46rem;
}
.popup-m h4 {
  width: 1.82rem; height: 0.56rem; line-height: 0.56rem; background: url(../images/actRules_bt_bg.png) no-repeat center / 100%; margin-bottom: 0.14rem; font-size: .28rem; color: #fff; font-weight: bold; padding-left: 0.26rem; box-sizing: border-box;
}
.popup-list {
  margin-bottom: 0.2rem;
  text-align: justify;
}
.popup-list p {
  width: 100%;
  margin: 0 auto;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
  padding-left: 0.38rem;
  box-sizing: border-box;
}
.popup-list p.actRules-p01 span {
  color: #8921ff;
}
.popup-list p.actRules-p02 span{
  color: #ff6a2d; font-weight: bold;
}

/* 分享弹窗 */
.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: .32rem; line-height: .48rem; color: #fff;
  margin: .52rem auto .5rem;
}
.share p span{color: #ff7b78;}
.share a{
  width: 2.88rem; height: .78rem; line-height: .78rem; display: inline-block;
  border-radius: .4rem;
  font-size: .36rem; color: #fff; border: .02rem solid #fff;
}

/* 学习方式 */
.getSuc .popup-m{
  padding-top: 0.4rem;
}
.getSuc h5{
  font-size: .36rem; color: #d10602; font-weight: bold; margin-bottom: 0.3rem;
}
.getSuc span{
  width: 1.6rem; height: .56rem; line-height: 0.56rem; font-size: .28rem; color: #fff; font-weight: bold; display: flex; align-items: center; margin-bottom: 0.1rem; background: #d60702; border-radius: .26rem; text-align: center; display: block;
}
.getSuc .popup-p{
  width: 96%; margin-bottom: 0.3rem;
}
.getSuc .popup-p p{
  margin-bottom: 0.2rem; text-align: left; margin-left: 0.22rem;
}
.getSuc .popup-img2{
  width: 2.6rem;
}

#pcEwm{
  display: none;
}
#pcEwm .popup-p{
  margin-bottom: 0;
}

#appletJumpBtn{
  display: none;
}
#appletJumpBtn img{
  width: 1.5rem;
}

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