@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #4b36ec;
  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 {
  width: 100%;
  height: 100%;
  background: #4b36ec url(../images/page-index.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  background: #4b36ec url(../images/page-zd.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-learnList {
  width: 100%;
  height: 100%;
  background: #4b36ec url(../images/page-learnList.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-learnDetails {
  width: 100%;
  height: 100%;
  background: #fff url(../images/page-learnDetails.jpg) no-repeat center top;
  background-size: 7.5rem;
}

/*banner*/
.banner {
  height: 11.24rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 4.87rem;
}
.learnList-banner {
  height: 4.87rem;
}
.learnDetails-banner {
  height: 5.22rem;
}
.ban-logo {
  position: absolute;
  width: 1.93rem;
  top: 0.68rem;
  left: .48rem;
}
.ban-logo img {
  width: 100%;
  display: block;
  margin: 0;
}
.banner-btn {
  position: absolute;
  right: .3rem;
  top: 0;
  z-index: 2;
  text-align: center;
}
.banner-btn a {
  width: .9rem;
  height: 1.14rem;
  line-height: .32rem;
  color: #666666;
  display: block;
  font-size: .24rem;
  text-align: center;
  margin-left: 0.18rem;
  display: inline-block;
  background: #fff;
  border: .01rem solid #fff;
  box-shadow: 0 .05rem .06rem #e1e1ed;
  padding-top: 0.2rem;
  box-sizing: border-box;
  border-radius:0 0 .45rem .45rem;
}
.goList{
  width: 1.84rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  background: #fa5901; border-radius: 0 .2rem .2rem 0; position: absolute; left: 0; top: 0.9rem;
}

/* index-main */
.index-main{
  height: 2.03rem;
}
.index-btn {
  width: 5.55rem;
  height: 1.44rem;
  text-align: center;
  margin: 0 auto;
  border-radius: .51rem;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
  position: relative;
  display: none;
}
.index-btn a {
  width: 100%;
  height: 100%;
  line-height: 1.56rem;
  font-size: .44rem;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(0 .04rem 0 #ff3108); 
  letter-spacing: .01rem;
  position: relative;
  display: block;
  box-sizing: border-box;
}
/* 活动结束 */
.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-img01{
  width: 2.21rem; margin-bottom: .36rem;
}
.actEnd-main p{
  width: 100%; font-size: .32rem; color: #333333; font-weight: 600; line-height: 0.4rem; margin-bottom: 0.3rem;
}
.actEnd-main span{
  font-size: .32rem; color: #333333; display: block;
}

/* 助力页面 */
.zudui-main{
  width: 6.5rem;
  height: 9.42rem;
  margin: 0 auto;
  position: relative;
}
.zd-pub-btn{
  padding: .12rem; border-radius: .21rem; 
  background: #684edd;
  background: linear-gradient(135deg, #684edd, #4b33e9);
}
.zd-pub-btn ul{
  width: 100%; height: 100%; border-radius: .21rem; padding-top: .14rem; box-sizing: border-box; display: flex; justify-content: center; position: relative;
  background: #fdfeff;
  background: linear-gradient(to bottom, #fdfeff, #f6ecfa);
}
.zudui-join{
  height: 2.65rem; box-sizing: border-box;
}
.zudui-join ul::after{
  content: ''; width: 0.16rem; height: 0.16rem; background: url(../images/zudui_add.png) no-repeat center / 100%; display: block; position: absolute; top: .9rem; left: 50%; transform: translateX(-50%);
}
.zudui-join ul li {
  width: 1.5rem;
  margin: 0 .54rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.zudui-join ul li img {
  width: 1.32rem; border-radius: 1rem; box-shadow: 0 .1rem .15rem #9489e467;
  display: inline-block;
}
.zudui-join ul li span{
  font-size: .24rem; color: #333333; font-weight: 600; padding-top: 0.15rem; display: block;
}
.zudui-btn {
  width: 4.43rem;
  height: 1.01rem;
  text-align: center;
  margin: 0 auto;
  border-radius: .51rem;
  background: url(../images/zd_btn_bg.png) no-repeat center / 100%;
  position: relative;
  margin-top: -.7rem;
  display: none;
}
.zudui-btn a {
  width: 100%;
  height: 100%;
  line-height: 1.16rem;
  font-size: .32rem;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(0 .04rem 0 #ff3108); 
  letter-spacing: .01rem;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.zudui-item{
  height: 2.65rem; margin-top: 0.4rem; position: relative; box-sizing: border-box;
}
.zudui-item h3{
  font-size: .32rem; color: #fff;  text-align: center; font-weight: bold; position: absolute; top: -.1rem; left: 50%; transform: translateX(-50%); z-index: 9;
}
.zudui-lc h3{
  width: 5.22rem; height: .98rem; line-height: .72rem; background: url(../images/zd_lc_btn_bg.png) no-repeat center / 100%;
}
.zudui-item ul{
  width: 100%; padding-top: .68rem;
}
.zudui-lc ul{
  display: flex; justify-content: center; padding-bottom: 0.22rem; padding-top: 0.6rem;
}
.zudui-lc ul li{
  width: 2.06rem; text-align: center; position: relative;
}
.zudui-lc ul li img{
  width: .84rem; margin-bottom: 0.1rem;
}
.zudui-lc ul li p{
  font-size: .24rem; color: #444444; line-height: 0.26rem;
}
.zudui-lc ul li p span{
  color: #684edd; filter: drop-shadow(0 .02rem .01rem #ffffff); display: block; margin-bottom: 0.05rem;
}
.zudui-lc ul li:nth-child(1)::after,.zudui-lc ul li:nth-child(2)::after{
  content: ''; width: 0.67rem; height: 0.15rem; background: url(../images/zd_jt.png) no-repeat center / 100%; display: block; position: absolute; right: -0.34rem; top: .34rem;
}
.zudui-userList{
  margin-top: 0.35rem;
}
.zudui-userList ul{
  padding-top: 0; align-items: flex-start;
}
.zudui-userList h3{
  width: 3.52rem; height: .98rem; line-height: .7rem; background: url(../images/zd_userList_btn_bg.png) no-repeat center / 100%;
}
.zudui-userList .preList{
  width: 100%; height: 100%; background: #fff; border-radius: .21rem; box-sizing: border-box; position: relative; padding-top: 0.8rem;
}
.zudui-userList ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .24rem;
  color: #999999;
}
.zudui-userList ul li i {
  width: .44rem;
  height: .44rem;
  line-height: .44rem;
  font-size: .24rem;
  color: #907cee;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-right: 0.16rem;
  border-radius: .44rem;
  background: #eddeff;
  display: block;
  margin-left: 0.5rem;
}
.zudui-userList ul li span {
  flex: 1; font-size: .24rem; color: #333333; font-weight: bold;
}
.zudui-userList ul li p {
  margin-right: 0.09rem;
}
.zudui-userList ul li a{
  font-size: .24rem; color: #907cee; margin-right: 0.5rem;
}
.suc::after {
  content: '';
  width: 1.3rem;
  height: 1.75rem;
  background: url(../images/zd_success.png) no-repeat center / 100%;
  display: block;
  position: absolute;
  right: -0.2rem;
  top: -.2rem;
}
.noUser{
  width: 2.08rem;
}

/* learnList */
.learnList-main{
  height: 8.47rem;
}
.learnList-box{
  width: 6.5rem; border-radius: .21rem; margin: 0 auto; padding: .12rem; box-sizing: border-box;
  background: #684edd;
}
.learnList-main ul{
  height: 100%; padding-bottom: 0.2rem; padding-top: 0.5rem;
  border-radius: .21rem;
  background: #fdfeff;
}
.learnList-main ul li {
  width: 5.32rem;
  height: 0.8rem;
  border-radius:.4rem;
  background: #704bb6;
  background: linear-gradient(to right, #704bb6, #b895f1);
  margin: 0 auto .18rem;
  text-align: center;
  box-sizing: border-box;
  padding-right: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.learnList-main ul li i {
  width: .96rem;
  height: .94rem;
  background: url(../images/learnList_pdf.png) no-repeat center / 100%;
  display: inline-block;
  margin-right: .32rem;
}
.learnList-main ul li h3 {
  width: 2.98rem;
  font-size: .32rem;
  color: #ffffff;
  font-weight: bold;
}
.learnList-main ul li a {
  width: 1.45rem;
  height: .44rem;
  line-height: .44rem;
  font-size: .24rem;
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: .25rem;
  background: #fd5b2e;
  background: linear-gradient(to bottom, #ffba1d, #fd5b2e);
  box-shadow: 0 2px 2px #ffd0a3;
}
.learnList-main ul li img{
  width: 1.26rem;
}
.learnList-main ul li:last-child{
  margin-bottom: .2rem;
}

/* learndetails */
.learndetails-main {
  width: 100%;
  padding-top: 0.3rem;
  box-sizing: border-box;
  position: relative;
}
.goBack{
  width: 2.8rem; height: 0.76rem; line-height: 0.76rem; text-align: center; border-radius: 0 .38rem .38rem 0; font-size: .26rem; color: #fff; display: block; position: relative; top: 0.5rem;
}
.learndetails-main .tit {
  width: 4.28rem; height: 0.82rem; line-height: 0.82rem; text-align: center; margin: 0 auto; border-radius:.2rem .2rem 0 0; border: .01rem solid #fff; z-index: 2; position: absolute; top: -.15rem; left: 50%; transform: translateX(-50%);
  background: #4931cc;
  background: linear-gradient(to bottom, #4931cc, #8165eb);
}
.learndetails-main .tit span {
  width: 100%;
  line-height: 0.82rem;
  display: flex; align-items: center; justify-content: flex-start;
}
.learndetails-main .tit span b{
  flex: 1; padding-left: 1rem; text-align: center;  display: block; height: 100%; font-size: .32rem; color: #fff; font-weight: bold;
}
.learndetails-main .tit span::after {
  content: ''; width: 0.26rem; height: 0.21rem; display: block; margin-left: 0.26rem; margin-right: 0.47rem;
  background:url('../images/icon-arr01.png') no-repeat center / .22rem;
}
.learndetails-main .tit span.on::after {
  transform: rotate(180deg);
}
.learndetails-main .tit ul {
  width: 4.28rem;
  background: #ffffff;
  border: .01rem solid #eddeff;
  border-radius: 0 0 .2rem .2rem;
  margin: auto;
  padding: 0 .6rem;
  position: absolute;
  top: .82rem;
  left: 0;
  box-sizing: border-box;
  box-shadow: .03rem .07rem .13rem #bcb9ffbb;
}

.learndetails-main .tit ul.hide {
  display: none;
}

.learndetails-main .tit ul li {
  width: 100%;
  border-bottom: dashed .02rem #e1a6f5;
  font-size: .32rem;
  line-height: .47rem;
  padding: .2rem 0;
  font-weight: 600;
  color: #333333;
}

.learndetails-main .tit ul li:last-child {
  border: none;
}

.learndetails-main .tit ul li.on {
  font-weight: bold;
  color: #664cdb;
}

.learndetails-main .tit i {
  font-style: normal;
}

.learnSpan {
  width: 1.3rem;
  font-style: normal;
}

.artPart {
  width: 7.17rem;
  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: 1.24rem;
  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: 4.93rem; height: 1.01rem; line-height: 1.16rem; text-align: center; display: block;position: fixed; bottom: .86rem; left: 50%; transform: translateX(-50%); background: url(../images/learnDetail_btn_bg.jpg) no-repeat center / 100%;
}
.learndetails-btn a{
  font-size: .32rem; color: #fff;
  font-weight: bold;
  filter: drop-shadow(0 .04rem 0 #ff3108); 
}

/* 弹窗 */
.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: .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.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: .48rem;
  letter-spacing: .01rem;
  color: #fff;
  font-weight: 900;
  margin: 0 auto;
  border-radius: .22rem .22rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8f77ea;
  background: linear-gradient(to bottom, #8f77ea, #4831cb);
}
.popup h3::before{
  content: ''; width: 0.09rem; height: 0.09rem; border: .01rem solid #fff; border-radius: .1rem; display: inline-block; margin-right: 0.25rem; margin-top: 0.1rem;
}
.popup h3::after{
  content: ''; width: 0.09rem; height: 0.09rem; border: .01rem solid #fff; border-radius: .1rem; display: inline-block; margin-left: 0.25rem; margin-top: 0.1rem;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .5rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .22rem .22rem;
}
.popup-m.addBg{
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 30%, #dcc5ff);
}
.popup-m.addBg2{
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 30%, #d1d1d1);
}
.popup-p {
  width: 88%;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  font-size: .26rem;
  color: #444444;
  padding: 0 .2rem .16rem;
  text-align: center;
}
.popup-p span {
  color: #543bd2;
  font-weight: bold;
}
.popup-p2{
  font-size: .24rem; color: #333333; line-height: 0.28rem;
}
.popup-img {
  width: 2.28rem;
  margin-bottom: 0.25rem; margin-top: 0.1rem;
}
.popup-img2 {
  width: 3.93rem; margin: -.1rem auto -.2rem;
}
.popup-img3 {
  width: 3.25rem;
  margin: .1rem auto 0;
}
.popup-img4 {
  width: 4.39rem;
  margin: .1rem auto -.4rem;
}
.popBtn {
  width: 3.36rem; height: .74rem; line-height: .74rem; display: block; margin: 0 auto;font-size: .32rem; color: #fff; font-weight: 600; position: relative; border: .01rem solid #fffacd; border-radius: .36rem;
  background: #ff392a;
  background: linear-gradient(to bottom, #ff392a, #ff6a37);
}
.grayBg .popup h3{
  background: url(../images/popup_tbg_gray.png) no-repeat top center / 100% 100%;
}

/* 活动规则 */
.popup-m h4 {
  font-size: .24rem; color: #907cee;
  margin-bottom: 0.14rem;
  text-align: center;
  display: flex; align-items: center;
}
.popup-m h4 b{
  height: 0.4rem; line-height: 0.4rem; background: #907cee; border-radius: .2rem; font-size: .24rem; color: #fff; padding: 0 .2rem;
}
.popup-m h4 i{
  flex: 1; border-bottom: .01rem dashed #907cee; display: block; margin: 0 .14rem;
}
.popup-m h4 span{
  font-size: .28rem; color: #907cee; font-weight: 600; margin-left: 0.1rem;
}
.popup-list {
  margin-bottom: 0.2rem;
  text-align: justify;
}
.popup-list p {
  width: 94%;
  font-size: .24rem;
  color: #444;
  line-height: 0.36rem;
}
.popup-list p span {
  color: #df3434;
  font-weight: bold;
}
.popup-list p span.tips2{
  color: #ee5555; font-weight: normal;
}

/* 选择科目 */
#select .popup-m{
  padding: .4rem 0 1.4rem; position: relative;
}
#select ul li{
  width: 2.3rem; height: 0.74rem; line-height: 0.74rem; background: #fff; border: .01rem solid #6f85ea; font-size: .3rem; font-weight: bold; color: #333333; text-align: center; margin: 0 auto .18rem; border-radius: .1rem; display: inline-block; margin: .15rem;
}
#select ul li.on{
  background: #4157d9 url(../images/popup_dh.png) no-repeat top right  / .43rem; color: #fff; border: .01rem solid #4157d9;
}
#select .jumpBtn{
  width: 100%; height: 1rem; line-height: 1rem; border-radius: 0 0 .22rem .22rem; font-size: .32rem; color: #fff; font-weight: bold; display: block; position: absolute; left: 0; right: 0; bottom: 0;
  background: #febe63;
  background: linear-gradient(to bottom, #febe63 , #f58029);
}

/* 确认选课 */
#sureSelect .popup-m{
  padding: .4rem 0;
}
.sureSelect{
  padding-top: 0.2rem;
}
#sureSelect .sureSelect{
   font-size: .5rem; color: #1850d6; font-weight: bold; margin-bottom: 0.5rem;
  }
#sureSelect .popBtn{
  width: 2.6rem; height: 0.7rem; line-height: 0.7rem; background: #e1ebff; border-radius: .35rem; font-size: .28rem;  color: #4e6bb2; text-align: center; margin: 0 .1rem .76rem; display: inline-block;
}
#sureSelect .sureBtn{
  color: #fff; font-weight: bold; box-shadow: 0 .05rem .05rem #ffc2ad;
  background: #ff6039;
  background: linear-gradient(to bottom, #ffa705 , #ff6039);
}
#sureSelect .sureSelect-tips{
  font-size: .22rem; color: #ee5555; width: 100%; border-top: .01rem dashed #c5dbeb; padding-top: 0.36rem; padding-bottom: 0.3rem;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 4.06rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .28rem; color: #fff; line-height: 0.52rem;
  margin: .2rem auto .36rem;
}
.share p span{
  color: #fff264; line-height: 0.37rem; font-weight: 600; margin-top: 0.2rem;
}
.share a{
  width: 3.36rem; height: .88rem; line-height: 0.88rem; border-radius: 1rem;
}
#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: 580px;
  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-size: 100% 100%;
  font-size: .42rem;
  color: #fff;
  height: 1.08rem;
  line-height: 1.08rem;
  font-weight: bold;
  border-radius: 9px 9px 0 0;
  display: inline-block;
  background: url(../images/popup_tbg.png) no-repeat center / 100% 100%;
}

.pc-box p {
  width: 90%;
  font: 24px/48px "microsoft yahei";
  color: #666;
  float: left;
  margin: 20px 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%;
}
.tcEwm{
  width: 43%; 
}