@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #da4b00;
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto !important;
  font-size: 0;
}

div,ul,li,p,form,h1,h2,h3,h4,h5,h6,dt,dd,dl {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  border: none;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

ul,li {
  list-style: none;
}

* {
  padding: 0;
  margin: 0;
  /* -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;*/
}

.wrap {
  width: 7rem;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
}
.m-hide{
  display: none !important;
}

/* 首页 */
.page-index {
  position: relative;
  width: 100%;
  height: 13.34rem;
  background: #fff url(../images/page-index.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  background: #140e1d url(../images/page-zd.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  background: #140e1d url(../images/page-share.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-learnList {
  width: 100%;
  height: 100%;
  background: #140e1d url(../images/page-learnList.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-learnDetails{
  width: 100%;
  height: 100%;
  background: #140e1d url(../images/page-learnDetails.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-learnAll{
  width: 100%;
  height: 100%;
  background: #fff url(../images/page-learnAll.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-learnVideo{
  width: 100%;
  height: 100%;
  background: #fff url(../images/page-learnVideo.jpg) no-repeat center top;
  background-size: 7.5rem;
}

/*banner*/
.banner {
  height: 4.86rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 3.66rem;
}
.share-banner {
  height: 10.10rem;
}
.learnList-banner {
  height: 3.8rem;
}
.learnAll-banner{
  height: 1.34rem;
}
.learnVideo-banner{
  height: 1.34rem;
}
.ban-logo {
  position: absolute;
  top: 0.18rem;
  left: 0.36rem;
  display: flex;
  align-items: center;
}
.ban-logo img {
  width: 2.13rem;
  display: block;
  margin: 0;
}
.banner-btn {
  position: absolute;
  right: .37rem;
  top: 0;
  z-index: 2;
  text-align: center;
}
.banner-btn a {
  width: .84rem;
  height: .96rem;
  line-height: .26rem;
  padding-top: 0.17rem;
  font-weight: 600;
  color: #6c3a0e;
  border-radius: 0 0 .5rem .5rem;
  font-size: .24rem;
  background: #ffe898;
  background: linear-gradient(45deg, #ffe899, #ffffff, #ffe898);
  border-top: none;
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.banner-btn a.goIndex{
  width: 1.31rem; height: 0.95rem;
}
.goBackList{
  left: 0; right: auto; top: 0.3rem;
}
.goBackList a{
  width: 2.14rem; height: 0.55rem; line-height: 0.53rem; border-radius: 0 .27rem .27rem 0; padding-top: 0;
  background: #ffd6a2;
  background: linear-gradient(45deg, #ffffff, #eebb78);
  border: .01rem solid #fff;
}

/* index-main */
.index-main{
  height: 8.48rem;
}
.index-btn{
  width: 6.75rem; height: 1.18rem; margin: 0 auto; background: url(../images/index_btn_bg.png) no-repeat center / 100%; position: fixed; bottom: .7rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: flex-start; box-shadow: 0 .1rem .08rem #1f142d49; border-radius: .5rem;
}
.index-btn img{
  width: 4.72rem; margin-left: 0.48rem; margin-right: 0.2rem;
}
.index-main a.indexBtn{
  width: .98rem; height: 1.03rem; line-height: 0.3rem; font-size: .26rem; color: #dc1a08; font-weight: bold; text-shadow: 0 .02rem 0 #fff; text-align: center; background: url(../images/index_btn_bg02.png) no-repeat center / 100%; padding-top: 0.2rem; box-sizing: border-box; display: none; animation: hx .8s infinite alternate ease-in-out;
}
@keyframes hx{
  0%{transform: scale(.9);}
  100%{transform: scale(1.1);}
}
/* learndetails */
.learndetails-main {
  width: 6.74rem; margin: 0 auto; position: relative; margin-top: -0.4rem;
}
.learndetails-main .tit {
  width: 100%; height: 0.9rem; line-height: 0.9rem;text-align: center; margin: 0 auto; border-radius:.1rem; z-index: 2; border: .01rem solid #fff;
  background: #eebb78;
  background: linear-gradient(to right, #ffd6a2, #ffffff, #eebb78);
}
.learndetails-main .tit h3{
  width: 100%; display: flex; align-items: center; justify-content: center;
}
.learndetails-main .tit h3 span {
  flex: 1; font-size: .36rem; color: #d94700; font-weight: bold; padding-left: 0.9rem;
}
.learndetails-main .tit h3 b{
  width: 0.28rem; height: 0.17rem; display: block; margin-right: 0.6rem;
  background:url('../images/icon-arr01.png') no-repeat center / .22rem;
}
.learndetails-main .tit h3 b.on {
  transform: rotate(180deg);
}
.learndetails-main .tit ul {
  width: 100%;
  position: absolute;
  top: 1.02rem;
  left: 0;
  z-index: 5;
}
.learndetails-main .tit ul.hide {
  display: none;
}
.learndetails-main .tit ul li {
  width: 100%;
  border: .01rem solid #f5d99d;
  background: #fffcee;
  background: linear-gradient(to right, #fffcee, #ffffff, #fffcee);
  font-size: .36rem;
  line-height: .9rem;
  border-radius: .1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.learndetails-main .tit ul li:last-child {
  border: none;
}
.learndetails-main .tit ul li.on {
  font-weight: bold;
  color: #d94700;
}
.learndetails-main .tit i {
  font-style: normal;
}
.learnSpan {
  width: 1.3rem;
  font-style: normal;
}
.artPart {
  width: 100%;
  height: 7.9rem;
  display: block;
  margin: 0 auto;
  overflow-y: scroll;
  text-align: center;
  border-radius: .1rem .1rem 0 0;
}
.artPart img {
  width: 100%;
  display: inline-block;
}
.artPart img:last-child {
  margin-bottom: .4rem;
}
.artPart img.load {
  width: 2.5rem;
  margin-top: 1rem;
}
.artPart .null {
  width: 100%;
  margin-top: 1rem;
}
.artPart .null img {
  width: 2.69rem;
  display: inline-block;
}
.artPart .null p {
  font-size: .3rem;
  line-height: 1.5;
}
.learndetails-btn{
  width: 5.6rem; height: 0.94rem; line-height: 0.94rem; display: block;position: fixed; bottom: .86rem; left: 50%; transform: translateX(-50%); box-shadow: 0 .1rem .18rem #ff500bec;
}

.actEnd-main{
  width: 100%; height: 100vh; background: #fff; text-align: center; display: flex; align-content: center; flex-wrap: wrap; justify-content: center;flex-direction: column;
}
.actEnd-main h3{
  font-size: .48rem; color: #333333; font-weight: bold; margin-bottom: 0.45rem; text-align: center;
}
.actEnd-main img{
  width: 2.6rem; margin: 0 auto; margin-bottom: .34rem;
}
.actEnd-main span{
  width: 100%; font-size: .26rem; color: #333333; display: block;
}
#more{
  display: none;
}

/* 助力页面 */
.zudui-main{
  height: 9.69rem;
}
.zudui-join {
  width: 6.72rem;
  height: 1.72rem;
  margin: 0 auto .12rem;
  background: url(../images/zd_join_bg.png) no-repeat center / 100%;
  position: relative;
  box-shadow: 0 .15rem .18rem #cc3d0073;
  display: flex; justify-content: flex-start; align-items: center;
}
.zudui-join h3{
  font-size: .32rem; color: #d93300; font-weight: bold; line-height: 0.34rem; margin-left: 0.4rem; margin-right: 1.05rem;
}
.zudui-join ul{
  position: relative;
}
.zudui-join ul::after{
  content: ''; width: 0.69rem; height: 0.69rem; background: url(../images/zd_add_gray.png) no-repeat center / 100%; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.zudui-join ul.sucAdd::after{
  background: url(../images/zd_add.png) no-repeat center / 100%;
}
.zudui-join ul li {
  width: 2.1rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 .08rem;
}
.zudui-join ul li img {
  width: 100%;
}
.zd-tips{
  font-size: .24rem; color: #ffffff; font-weight: 600; text-align: center; margin: .18rem 0 .25rem;
}
.zudui-btn{
  width: 6rem;
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  margin: 0 auto;
  border-radius: .2rem;
  border: .01rem solid #ffffff;
  background: #f7ff9a;
  background: linear-gradient(to right, #f7ff9a, #ffffff, #f7ff9a);
  font-size: .46rem; font-weight: bold;
  display: block;
  margin-bottom: 0.52rem;
}
.zudui-btn a {
  width: 100%; height: 100%; color: #fff; display: block;
  background: linear-gradient(to bottom, #ff7400 30%, #ff1202);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zd-coupon{
  width: 6.85rem; margin: 0 auto; margin-bottom: 0.4rem; display: block;
}
.zd-coupon img{
  width: 100%;
}
.zudui-pub{
  width: 6.7rem; text-align: center; margin: 0 auto; border-radius: .2rem; position: relative;
  border: .01rem solid #ffffff; padding: .24rem; box-sizing: border-box;
  background: #ffe897;
  background: linear-gradient(to right, #ffe897, #ffffff, #ffe897);
}
.zudui-pub h3{
  width: 3.5rem; height: 0.83rem; line-height: 0.83rem; font-size: .36rem; color: #fff; font-weight: bold; text-align: center; margin-bottom: 0.28rem; background: url(../images/zd_userList_bt.png) no-repeat center / 100%; margin: 0 auto; position: absolute; top: -.04rem; left: 50%; transform: translateX(-50%); z-index: 1;
}
.zudui-pub h3 span{
  font-weight: 900;
  background: linear-gradient(to bottom, #fffffe, #fef5c1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zudui-pub ul{
  width: 100%; height: 2.8rem; background: #fff; border-radius: .2rem; padding-top: 0.76rem; box-sizing: border-box;
}
.zudui-lc ul{
  position: relative; display: flex; justify-content: center;
}
.zudui-lc ul::before{
  content: ''; width: 0.92rem; height: 0.2rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 1.6rem; top: 1.1rem;
}
.zudui-lc ul::after{
  content: ''; width: 0.92rem; height: 0.2rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 3.65rem; top: 1.1rem;
}
.zudui-lc ul li{
  width: 2.1rem; display: inline-block;
} 
.zudui-lc ul li img{
  width: 1.02rem; margin-bottom: 0.12rem;
}
.zudui-lc ul li p{
  font-size: .22rem; color: #666666; line-height: 0.34rem;
}
.zudui-lc ul li p span{
  font-size: .28rem; font-weight: bold; color: #395ce3; display: block;
}
.zudui-userList{
  display: none;
}
.zudui-userList ul li {
  width: 5.62rem;
  height: 0.7rem;
  line-height: 0.7rem;
  margin: 0 auto;
  margin-bottom: 0.22rem;
  box-sizing: border-box;
  color: #482900;
  font-size: .24rem;
  padding: 0 .2rem;
  border: .01rem solid #f5d99d;
  background: #fffcee;
  background: linear-gradient(to right, #fffcee, #ffffff, #fffcee);
  border-radius: .1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.zudui-userList ul li i {
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  font-style: normal;
  display: block;
  text-align: center;
  margin-right: 0.2rem;
  background: #ffa846;
  border-radius: .4rem;
  font-size: .24rem;
  color: #fff;
  margin-top: 0.02rem;
}
.zudui-userList ul li div{
  flex: 1; border-bottom: .01rem solid #d4e3ff; padding-bottom: 0.2rem; display: flex; align-items: center; justify-content: flex-start;
}
.zudui-userList ul li span {
  flex: 1;
  font-weight: 600;
  padding-right: 0.15rem;
  text-align: left;
}
.zudui-userList ul li p {
  text-align: center; padding-right: 0.15rem;
}
.zudui-userList ul li:last-child{
  margin-bottom: 0; 
}
.zudui-userList ul li:last-child div{
  border-bottom: none;
}

/* share */
.share-banner .ban-logo{
  width: 5.25rem; margin: 0 auto; display: block; position: relative; left: auto; top: auto; bottom: auto; padding-top: .15rem;
}
.share-banner .ban-logo img{
  width: 100%;
}
.share-main{
  height: 3.24rem;
}
.share-btn{
  width: 6rem;
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  margin: 0 auto;
  border-radius: .2rem;
  border: .01rem solid #ffffff;
  background: #fffd8f;
  background: linear-gradient(to right, #fffd8f, #ffffff, #fffd8f);
  margin-bottom: 0.34rem;
}
.share-btn a{
  width: 100%; height: 100%; line-height: .9rem; font-size: .46rem; color: #ff0000; font-weight: bold;
  background: linear-gradient(to bottom, #ff7400 30%, #ff1202);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* learnList-main */
.learnList-main{
  width: 6.55rem; margin: 0 auto; padding-bottom: 0.3rem;
}
.learnList-main ul li{
  width: 100%; height: 1.8rem; border-radius: .2rem; margin-bottom: 0.25rem; display: flex; 
  border: .01rem solid #afa2ff;
  background: #0b0710;
  background: linear-gradient(to right, #0b0710, #33214b, #060409);
}
.learnList-main ul li h3{
  width: 0.91rem; height: 1.74rem; line-height: 0.34rem; background: url(../images/learnList_bt_bg.png) no-repeat center / 100%; font-size: .32rem; color: #ff0000; font-weight: bold; padding: .13rem .3rem 0; box-sizing: border-box; margin-left: 0.4rem; margin-top: -0.1rem; margin-right: 0.3rem;
}
.learnList-main ul li a{
  width: 2.2rem; height: 1.3rem; margin-top: 0.23rem; text-align: center; font-size: .28rem; color: #333333; font-weight: bold; padding-top: 0.26rem; box-sizing: border-box;
}
.learnList-main ul li a h4{
  margin-bottom: 0.12rem;
}
.learnList-main ul li a span{
  width: 1.62rem; height: 0.35rem; border: .01rem solid #ffffff; border-radius: .35rem; display: block; font-size: .24rem; color: #ff0000; font-weight: bold; margin: 0 auto;
  background: #ffd6a2;
  background: linear-gradient(to right, #ffd6a2, #ffffff, #ffd6a2);
}
.Learn-btn01{
  background: url(../images/learnList_lbg01.png) no-repeat center / 100%; margin-right: 0.2rem;
}
.Learn-btn02{
  background: url(../images/learnList_lbg02.png) no-repeat center / 100%;
}
.learnList-main ul li:last-child a{
  width: 4.6rem; height: 1.35rem; background: url(../images/learnList_lbg03.png) no-repeat center / 100%; display: flex; flex-wrap: wrap; justify-content: center; text-align: center;align-content: center; padding-top: 0;
}
.learnList-main ul li:last-child a h4{
  margin-bottom: 0;
}
.learnList-main ul li:last-child a span{
  margin: 0; margin-left: 0.4rem;
}
.learnList-main ul li:last-child p.tips{
  font-size: .2rem; color: #ff0000; margin-top: 0.1rem;
}

/* learnAll */
.learnAll-main .learndetails-main{
  margin-top: -0.28rem;
}
.learnAll-main .learndetails-main .tit{
  border: .01rem solid #ffffff;
  background: #ffd6a2;
  background: linear-gradient(to right, #ffd6a2, #ffffff, #ffd6a2);
}
.learnAll-main .learndetails-main .tit h3 span{
  height: 100%; color: #ff0000; display: block;
}
.learnAll-main .learndetails-main .tit ul li.on{
  color: #ff0000;
}
.learnAll-main .artPart{
  height: 12rem;
}

/* learnVideo-main */
.learnVideo-main{
  height: 12rem;
}
.learnVideo-main .video-box{
  width: 6.72rem; height: 3.78rem; background: #fff; margin: 0 auto .42rem;
}
.learnVideo-main .video-list{
  width: 6.72rem; border-radius: .2rem; margin: 0 auto;
  border: .01rem solid #afa2ff;
  background: #0b0710;
  background: linear-gradient(to right, #0b0710, #33214b, #0b0710);
}
.learnVideo-main .video-list{
  padding: .32rem 0 .32rem; text-align: center;
}
.learnVideo-main .video-list ul li{
  display: none;
}
.learnVideo-main .video-list a{
  width: 1.73rem; height: 0.6rem; line-height: 0.6rem; border: .01rem solid #b793ff; background: #27193a; border-radius: .28rem; margin: .12rem .09rem; text-align: center; font-size: .25rem; color: #fff; display: inline-block;
}
.learnVideo-main .video-list a::after{
  content: ''; width: 0.22rem; height: 0.23rem; background: url(../images/learnVideo_jt.png) no-repeat center / 100%; display: inline-block; margin-left: 0.05rem;
}
.learnVideo-main .video-list a.on{
  border: .01rem solid #fff; color: #ff0000;
  background: #ffd6a2;
  background: linear-gradient(to right, #ffd6a2, #ffffff, #ffd6a2);
}
.learnVideo-main .video-list a.on::after{
  background: url(../images/learnVideo_jt2.png) no-repeat center / 100%;
}



/* 弹窗 */
.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: .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.46rem;
  line-height: 1.46rem;
  text-align: center;
  font-size: .48rem;
  letter-spacing: .01rem;
  color: #fff;
  font-weight: 900;
  background: #ff6f30;
  background: linear-gradient(to right, #d33e1c, #ff6f30, #d33e1c);
  border-radius: .22rem .22rem 0 0;
  margin: 0 auto;
}
.popup h3 span{
  background: linear-gradient(to bottom, #fffffe, #ffeda5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .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;
  font-size: .26rem;
  color: #333333;
  text-align: center;
}

.popup-p span {
  color: #ff1e00;
  font-weight: bold;
}
.popup-p2{
  font-size: .24rem; color: #333333; line-height: 0.28rem;
}
.popup-img {
  width: 2.6rem;
  margin-bottom: 0.25rem;
}
.popup-img2 {
  width: 2.69rem; margin-bottom: -0.4rem; margin-top: -0.4rem;
}
.popup-img3 {
  width: 2.91rem; margin-bottom: 0.3rem;
}
.popBtn {
  width: 5.3rem; height: .8rem; line-height: .8rem; font-size: .46rem; color: #fff; font-weight: bold; display: inline-block; border-radius: .1rem; margin-top: 0.3rem;
  border: .01rem solid #fff;
  background: #ffa040;
  background: linear-gradient(to right, #ffa040, #ff5900);
}
.grayBg h3{
  background: #989898;
  background: linear-gradient(to right, #989898, #757575);
}

/* 活动规则 */
.popup-m h4 {
  color: #ff5901;
  font-size: .24rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.14rem;
  box-sizing: border-box;
  display: flex; align-items: center;
}
.popup-m h4 i{
  width: 0.24rem; height: 0.24rem; line-height: 0.24rem; font-style: normal; margin-right: 0.05rem; border-radius: .5rem; font-size: .2rem; color: #fff; display: block;
  background: #ff5901;
}
.popup-list {
  margin-bottom: 0.2rem;
  text-align: left;
}

.popup-list p {
  width: 100%;
  margin: 0 auto;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
}
.popup-list p span {
  color: #ff1e00;
}

/* 分享弹窗 */
.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: .3rem; color: #fff; font-weight: 600;
  margin: .3rem auto .6rem;
}
.share p span{ font-size: .26rem; line-height: 0.4rem; display: block; margin-top: 0.76rem;}
.share p span b{
  color: #ff1e00;
}
.share a{
  width: 4.66rem; height: .8rem; line-height: .8rem; font-size: .46rem; color: #6c3a0e; font-weight: bold; display: inline-block; border-radius: .1rem;
  border: .01rem solid #fff;
  background: #ffe68d;
  background: linear-gradient(to right, #ffe68d, #ffffff, #ffe68d);
}

/* 选择科目 */
#select .popup-m{
  padding: .35rem 0 .5rem;
}
#select ul{
  display: flex; justify-content: center; flex-wrap: wrap;
}
#select ul li{
  width: 2.5rem; height: .8rem; line-height: .8rem; font-size: .28rem; color: #333333; text-align: center; margin: 0 .1rem .12rem; background: #efefef; border: .01rem solid #c7c7c7;
}
#select ul li.on{
  color: #fff; border: .01rem solid #ff9c27;
  background: #ff9c27;
}
.jumpBtn{
  width: 3.78rem; height: .8rem; line-height: .8rem; border-radius: .1rem; display: block; font-size: .42rem; color: #fff; font-weight: bold; margin: 0 auto; margin-top: 0.4rem;
  background: #ffa040;
  background: linear-gradient(to right,#ffa040, #ff5800);
}
.jumpBtn.gray{
  background: #d0d1d0; color: #666666; box-shadow: none;
}

/* 确认选课 */
#sureSelect .sureSelect{
  font-size: .54rem; color: #333333; font-weight: bold; margin-bottom: 0.4rem; margin-top: 0.4rem;
}
#sureSelect .popBtn{
  width: 2.46rem; height: 0.8rem; line-height: 0.8rem; font-size: .32rem; color: #fff; display: inline-block; background: #d2d2d2; color: #7e7d7d; box-shadow: none; border-radius: .1rem; font-weight: normal;
}
#sureSelect .sureBtn{
  color: #fff; margin-right: 0.2rem;
  background: #ffa040;
  background: linear-gradient(to right,#ffa040, #ff5800);
}
#sureSelect .tips{
  font-size: .28rem; color: #221815; margin-top: 0.3rem;
}

/* 学习方式 */
#getSuc .popup-m span{
  width: 1.88rem; height: 0.54rem; line-height: 0.54rem; text-align: center; background: #ff5901; border-radius: .28rem; font-size: .3rem; color: #fff; font-weight: 600; margin-bottom: 0.2rem; display: block; margin-top: -0.1rem; text-align: center;
}
#getSuc p{
  font-size: .26rem; color: #221815; line-height: 0.4rem; text-align: justify; margin-bottom: 0.2rem;
}
#getSuc p b{
  color: #ff5901; font-weight: bold; margin-top: 0.2rem; display: flex; align-items: center;
}
#getSuc p b i{
  width: 0.3rem; height: 0.3rem; line-height: 0.3rem; text-align: center; font-style: normal; background: #ff5901; border-radius: .3rem; font-size: .24rem; color: #fff; display: block; margin-right: 0.09rem;
}

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

@media only screen and (min-width:990px) {
  html {
    max-width: 750px;
    margin: 0 auto;
  }

  body {
    font-size: 18px;
  }

  .popup {
    width: 520px;
  }
}


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

.pc-box {
  width: 6.06rem;
  height: auto;
  text-align: center;
  background: #fff;
  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%);
  -webkit-border-radius: 0.18rem;
  -moz-border-radius: .18rem;
  border-radius: 0.18rem;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.pc-box font {
  width: 100%;
  text-align: center;
  background: url(../images/popup_tbg.png) center no-repeat;
  background-size: 100% 100%;
  font-size: .42rem;
  color: #fff;
  height: 1.08rem;
  line-height: 1.08rem;
  font-weight: bold;
  border-radius: .09rem .09rem 0 0;
  display: inline-block;
}

.pc-box p {
  width: 90%;
  font: .24rem/.48rem "microsoft yahei";
  color: #666;
  float: left;
  margin: .2rem 5% .35rem;
}

.pc-box .pic {
  margin-top: .3rem;
}

.pc-box a {
  position: absolute;
  top: -.6rem;
  right: 0;
  display: block;
  width: .49rem;
  height: .49rem;
  cursor: pointer;
}

.pc-box a img {
  width: 100%;
}