@charset "utf-8";

/* 弹窗 */
.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;
  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;
  border-radius: .22rem;
}

.popup .close {
  display: block;
  width: .5rem;
  position: absolute;
  top: -.65rem;
  right: 0;
}
.popup h3 {
  width: 100%;
  height: 1.43rem;
  line-height: 1.43rem;
  text-align: center;
  background: url(../images/popup_tbg.png) no-repeat center / 100%;
  border-radius: .22rem .22rem 0 0;
}
.popup h3 span{
  font-size: .48rem;
  background: linear-gradient(to bottom, #fffce1, #fff262);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .35rem 0 .3rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .3rem .3rem;
  position: relative;
}
.popup-p {
  text-align: center;
  line-height: 0.36rem;
  font-size: .26rem;
  color: #444444;
  position: relative; z-index: 2;
  margin-bottom: 0.2rem;
}
.popup-p span {
  color: #ff2e27; font-weight: 600;
} 
.popup-img {
  width: 2.44rem;
  margin-bottom: 0.25rem;
  margin-top: 0.28rem;
}
.popup-img2 {
  width: 4.09rem; margin: -.4rem auto -.75rem;
}
.popup-img3 {
  width: 2.91rem; border: none; border-radius: 0; margin-top: -0.1rem;
}
.grayBg h3 {
  background: url(../images/popup_tbg_gray.png) no-repeat center / 100%;
}
.popBtn {
  width: 4.18rem;
  height: .97rem;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600;
  font-size: .42rem; color: #fff; text-shadow: 0 .02rem .05rem #ff7033;
  text-align: center;
  margin: .3rem auto 0;
  position: relative; z-index: 1;
  background: url(../images/popup_bg.png) no-repeat center / 100%;
}

/* 活动规则 */
#actRules .popup-list{
  margin-bottom: 0.3rem; text-align: left;
}
#actRules .popup-m{
  padding: .4rem;
}
#actRules .popup-m h4 {
  font-size: .28rem; color: #ff3c25; font-weight: 600; margin-bottom: 0.15rem; display: flex; justify-content: flex-start; align-items: center;
}
#actRules .popup-m h4 i{
  width: 0.28rem; height: 0.28rem; line-height: 0.28rem; background: #f55069; font-size: .24rem; color: #fff;  font-style: normal; border-radius: .28rem; text-align: center; font-weight: normal; margin-right: 0.05rem;
}
.popup-list p {
  width: 100%;
  margin: 0 auto;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
  padding-left: 0.38rem;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.89rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .24rem; line-height: .38rem; color: #ffffff; font-weight: 600; margin: 0 auto .26rem;
}
.share p span{
  color: #fff264;
}
.share p b{
  font-size: .36rem; font-weight: 600; display: block; margin-bottom: 0.26rem; margin-top: 0.58rem;
}
.share .popBtn{
  width: 4.22rem; height: 1.03rem; font-size: .42rem; color: #fff; font-weight: 600;
  background: url(../images/popup_share_btn_bg.png) no-repeat center / 100%;
}

/* 选择科目 */
#select .popup-m{
  padding: .4rem 0;
}
#select ul li{
  width: 4rem; height: 0.76rem; line-height: 0.76rem; font-size: .32rem; color: #ff3267; text-align: center; margin: 0 auto .18rem; border: .01rem solid #f894ae;
}
#select ul li.on{
  background: #f894ae; color: #fff;
}
#select .selectTips{
  margin-top: 0.2rem;
}

/* 确认选课 */
#sureSelect .popup-m{
  padding-top: 0.3rem;
}
#sureSelect .sure-tips{
  font-size: .28rem; color: #5b5b5b; line-height: 0.42rem;
}
#sureSelect .sureSelect{
  width: 2.56rem; height: 0.85rem; line-height: 0.85rem; border: .01rem solid #f45e85; border-radius: .1rem; font-size: .3rem; color: #333333; font-weight: 600; text-align: center; margin: 0 auto .4rem;
}
.popup-btn-box{
  display: flex; justify-content: center;
}
#sureSelect .popBtn {
  width: 2.37rem;
  height: .76rem;
  line-height: .76rem;
  text-align: center;
  display: block; margin: 0 .15rem .2rem; font-size: .32rem; color: #fff; border-radius: .5rem;
  background: #ffd7a4;
  background: -webkit-linear-gradient(bottom, #ffd7a4, #ff660e);
  background: -o-linear-gradient(bottom, #ffd7a4, #ff660e);
  background: -moz-linear-gradient(bottom, #ffd7a4, #ff660e);
  background: linear-gradient(to bottom, #ffd7a4, #ff660e);
}

/* 学习方式 */
.getSuc .popup-m{
  padding-top: 0.1rem;
}
.getSuc h4{
  font-size: .26rem; color: #333333; font-weight: bold; display: flex; align-items: center; justify-content: center; margin-bottom: 0; background: none; margin-bottom: 0.1rem;
}
.getSuc h5{
  height: .6rem; line-height: 1; font-size: .28rem; color: #fd4c89; font-weight: bold; display: flex; align-items: center; margin-bottom: 0.2rem; background: #ffe2ec;
}
.getSuc h5 i{
  width: 0.4rem; height: 0.4rem; font-size: .24rem; color: #fff; font-weight: bold; border-radius: .5rem; font-style: normal; margin-left: 0.25rem; margin-right: 0.15rem; display: flex; align-items: center; justify-content: center;
  background: #ffccde;
  background: linear-gradient(to bottom, #ffccde, #ff3d81);
}
.getSuc .popup-p{
  width: 86%; margin: 0 auto;
}
.getSuc .popup-p p{
  margin-bottom: 0.1rem; text-align: left; margin-left: 0.22rem;
}
.getSuc .popup-img2{
  width: 1.8rem; margin-bottom: 0.2rem; margin-top: 0.3rem;
}

#pcEwm{
  display: none;
}

/* 点击loading */
.loadingbox {
  width: 40%;
  height: 1.8rem;
  display: block;
  text-align: center;
  position: absolute;
  top: 46%;
  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%);
}

.loadingbox img {
  width: 100%;
  height: auto;
  display: block;
}

/* 悬浮按钮 */
#appletJumpBtn img{
  width: 1.5rem;
}

/* pc版打开遮罩 */
.fix-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
}
