@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.45rem;
  line-height: 1.45rem;
  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: 600;
}
.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: 3.12rem; margin: -.6rem auto -.6rem;
}
.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.5rem; height: 1.3rem; line-height: 1; background: url(../images/popup_btn01.png) no-repeat center / 100%; font-size: .42rem; color: #fff; font-weight: 600; padding-top: 0.3rem; box-sizing: border-box; display: block; margin: 0 auto; position: relative; z-index: 1;
}

/* 活动规则 */
#actRules .popup-list{
  margin-bottom: 0.2rem; text-align: left;
}
#actRules .popup-m{
  padding: .3rem .24rem;
}
#actRules .popup-m h4 {
  font-size: .28rem; color: #d52414; font-weight: 600; margin-bottom: 0.1rem; 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: #d52414; 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;
  box-sizing: border-box;
}
.popup-list p span{
  color: #ff2e27; font-weight: 600;
}
.popup-list p span.actRules-txt2{
  font-weight: normal;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.64rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .36rem; line-height: .36rem; color: #ffffff; font-weight: 600; margin: .66rem auto .26rem;
}
.share p span{
  color: #fff264; font-size: .24rem; display: block; margin-top: 0.2rem;
}
.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 .3rem;
}
#select ul li{
  width: 3.6rem; height: 1rem; line-height: 1rem; font-size: .3rem; color: #333333; text-align: center; margin: 0 auto .18rem; border-radius: .1rem; border: .01rem solid #d62b1c; background: #fff4e7; font-weight: 600;
}
#select ul li.on{
  background: #d62b1c; color: #fff; border: .01rem solid #d62b1c;
}
#select .selectTips{
  margin-top: 0.2rem;
}
#select .popBtn{
  width: 4.5rem; height: 1.3rem; background: url(../images/popup_btn01.png) no-repeat center / 100%; font-size: .42rem; color: #fff; font-weight: 600; padding-top: 0.32rem; align-items: flex-start; box-sizing: border-box;
}

/* 确认选课 */
#sureSelect .popup-m{
  padding-top: 0.3rem; padding-bottom: 0.35rem;
}
#sureSelect .sure-tips{
  font-size: .24rem; color: #da1b0c;
}
#sureSelect .sureSelect{
  width: 3.6rem; height: 1rem; line-height: 1rem; font-size: .3rem; color: #333333; text-align: center; margin: 0 auto .3rem; border-radius: .1rem; background: #d62b1c; color: #fff; border: .01rem solid #d62b1c;
}
.popup-btn-box{
  display: flex; justify-content: center;
}
#sureSelect .popBtn {
  width: 2.65rem;
  height: 1.23rem;
  line-height: 1;
  text-align: center;
  display: block; margin: 0 -.05rem .1rem; font-size: .36rem; color: #fff; font-weight: 600; border-radius: .5rem;
  background: url(../images/popup_btn02.png) no-repeat center / 100%; padding-top: 0.32rem; box-sizing: border-box;
}
#sureSelect .backBtn {
  background: url(../images/popup_btn03.png) no-repeat center / 100%;
}

/* 学习方式 */
.getSuc .popup-m{
  padding-top: 0.26rem; padding-bottom: 0.1rem;
}
.getSuc h4{
  font-size: .36rem; color: #d62b1c; font-weight: 600; display: flex; align-items: center; justify-content: center; margin-bottom: 0; background: none; margin-bottom: 0.25rem;
}
.getSuc h4::before{
  content: ''; width: 1.06rem; height: 0.01rem; background: #ea958d; display: block; margin-right: 0.18rem;
}
.getSuc h4::after{
  content: ''; width: 1.06rem; height: 0.01rem; background: #ea958d; display: block; margin-left: 0.18rem;
}
.getSuc h5{
  line-height: 1; font-size: .28rem; color: #d62b1c; font-weight: 700; display: flex; align-items: center; margin-bottom: 0.1rem;
}
.getSuc h5 i{
  width: 0.28rem; height: 0.28rem; line-height: 0.28rem; font-size: .24rem; color: #fff; font-weight: normal; border-radius: .5rem; font-style: normal; margin-right: 0.06rem; display: flex; align-items: center; justify-content: center;
  background: #d62b1c;
}
.getSuc .popup-p{
  width: 86%; margin: 0 auto;
}
.getSuc .popup-p p{
  margin-bottom: 0.1rem; text-align: left; margin-left: 0.35rem;
}
.getSuc .popup-img2{
  width: 2.45rem; 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;
}
