@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;
  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: .5rem;
  position: absolute;
  top: -.65rem;
  right: 0;
}
.popup h3 {
  width: 100%;
  height: 1.05rem;
  line-height: 1.05rem;
  text-align: center;
  font-size: .4rem;
  color: #fff;
  font-weight: bold;
  background: url(../images/popup_tbg.png) no-repeat center / 100%;
}
.popup h3.bt2{
  width: 5.53rem; background: url(../images/popup_tbg2.png) no-repeat center / 100%;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem 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: #079e13; font-weight: bold;
} 
.popup-img {
  width: 2.59rem;
  margin-bottom: 0.25rem;
}
.popup-img2 {
  width: 2.8rem; margin: -.2rem auto .15rem;
}
.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: 3.38rem;
  height: .82rem;
  line-height: .82rem; 
  font-weight: bold;
  font-size: .36rem; color: #fff; text-shadow: 0 .02rem .05rem #ff7033;
  text-align: center;
  margin: .3rem auto 0;
  display: block;
  position: relative; z-index: 1; border-radius: .4rem;
  background: #ffcb2e;
  background: -webkit-linear-gradient(bottom, #ffcb2e, #ff650e);
  background: -o-linear-gradient(bottom, #ffcb2e, #ff650e);
  background: -moz-linear-gradient(bottom, #ffcb2e, #ff650e);
  background: linear-gradient(to bottom, #ffcb2e, #ff650e);
}

/* 活动规则 */
#actRules .popup-m{
  padding: .4rem;
}
#actRules .popup-m h4 {
  font-size: .28rem; color: #fff; font-weight: bold; margin-bottom: 0.15rem; display: flex; align-items: center; justify-content: flex-start;
}
#actRules .popup-m h4 span{
  width: 1.6rem; height: 0.56rem; line-height: 0.56rem; background: #079e13; border-radius: .28rem; display: block; margin-right: 0.14rem; display: block; text-align: center; margin-right: 0.12rem;
}
#actRules .popup-m h4 i{
  flex: 1; border-bottom: .01rem dashed #079e13; display: block;
}
.popup-list {
  text-align: left;
}
.popup-list01{
  margin-bottom:.2rem;
}
.popup-list p {
  width: 100%;
  margin: 0 auto;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
}
.popup-list p span {
  color: #003ccd;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 3.97rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .3rem; line-height: .4rem; color: #ffffff; font-weight: 600; margin: .5rem auto .66rem; line-height: 1;
}
.share p span{
  color: #fcedff; display: block; margin-top: 0.34rem; line-height: 0.4rem; font-weight: normal;
}
.share p span b{
  color: #fff25e; font-weight: bold;
}
.share .popBtn{
  width: 4.1rem; height: 0.98rem; line-height: 0.96rem; border: .01rem solid #ffca8c; border-radius: .48rem; font-size: .4rem; color: #fff; text-shadow: 0 .02rem .05rem #ff7033; background: none; font-weight: bold; margin-top: 0;
  background: #ffdb33;
  background: -webkit-linear-gradient(bottom, #ffdb33, #ff5409);
  background: -o-linear-gradient(bottom, #ffdb33, #ff5409);
  background: -moz-linear-gradient(bottom, #ffdb33, #ff5409);
  background: linear-gradient(to bottom, #ffdb33, #ff5409);
}

/* 确认学习方向 */
#kmBt{
  width: 2.56rem; height: 0.85rem; line-height: 0.85rem; border: .01rem solid #1a9a2e; border-radius: .1rem; font-size: .3rem; color: #333333; font-weight: 600; text-align: center; margin: .22rem auto 0;
}
#sureKm .btnBox{
  display: flex; justify-content: center; align-items: center; margin: .6rem 0 .3rem;
}
#sureKm .popBtn{
  width: 2.36rem; height: 0.76rem; line-height: 0.76rem; margin: 0 .23rem;
}
#sureKm .closeBtn{
  text-shadow: none;
  background: #b1b1b1;
  background: -webkit-linear-gradient(bottom, #b1b1b1, #969696);
  background: -o-linear-gradient(bottom, #b1b1b1, #969696);
  background: -moz-linear-gradient(bottom, #b1b1b1, #969696);
  background: linear-gradient(to bottom, #b1b1b1, #969696);
}
.sureTips{
  font-size: .24rem; color: #a8a8a8; line-height: 0.36rem;
}



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