@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #ede4ff;
  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;*/
}

table {
  border-collapse: collapse;
}

.wrap {
  width: 7rem;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
}

/* 首页 */
.page-index {
  width: 100%;
  height: 100%;
  background: #ede4ff url(../images/page-index.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  background: #ede4ff url(../images/page-zd.jpg) no-repeat center top;
  background-size: 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  background: #ede4ff url(../images/page-share.jpg) no-repeat center top;
  background-size: 7.5rem;
}

/*banner*/
.banner {
  height: 11.53rem;
  width: 100%;
  position: relative;
}
.zd-banner {
  height: 3.6rem;
}
.share-banner {
  height: 11.21rem;
}
.ban-logo {
  width: 2.92rem;
  position: absolute;
  top: .3rem;
  left: .6rem;
}
.ban-logo img {
  width: 1.5rem;
  display: block;
  margin: 0;
}
.banner-btn {
  position: absolute;
  right: .4rem;
  top: 0;
  z-index: 2;
  text-align: center;
}
.banner-btn a {
  width: .84rem;
  height: 1rem;
  line-height: .3rem;
  color: #fff;
  display: inline-block;
  margin-left: .2rem;
  box-sizing: border-box;
  border-radius: 0  0 .42rem .42rem;
  font-size: .24rem;
  padding-top: 0.15rem;
  background: #d4bcff;
  border: .01rem solid #fff;
  border-top: none;
}

/* index-main */
.index-main{
  height: 1.82rem;
}
.pub-btn {
  width: 6.7rem;
  height: .86rem;
  line-height: .86rem;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
  border-radius: .5rem;
  box-shadow: 0 .06rem .06rem #ff683650;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.pub-btn a {
  width: 100%;
  height: 100%;
  font-size: .36rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 .02rem .04rem #dc2314;
  display: block;
  letter-spacing: .01rem;
  position: relative;
}
.index-tips{
  font-size: .24rem; color: #858585; text-align: center; margin-top: 0.15rem;
}

/* 活动结束 */
.actEnd-main{
  width: 100%; height: 100vh; background: #fff; text-align: center; display: flex; align-content: center; flex-wrap: wrap; justify-content: center;
}
.actEnd-main img{
  width: 2.73rem; margin: .5rem auto .45rem; display: block;
}
.actEnd-main p{
  width: 100%; font-size: .3rem; color: #722bf5; font-weight: bold;
}
.actEnd-main span{
  width: 100%; font-size: .3rem; color: #666666; display: block;
}
.actEnd-main span b{
  font-weight: normal; color: #722bf5;
}

/* 助力页面 */
.zudui-main{
  width: 6.7rem; height: 10.77rem; margin: 0 auto;
}
.zudui-join {
  width: 100%;
  height: 3.61rem;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  background: url(../images/zd_join_bg.png) no-repeat center / 100%;
}
.suc::after {
  content: '';
  width: 1.88rem;
  height: 1.27rem;
  background: url(../images/zd_success.png) no-repeat center / 100%;
  display: block;
  z-index: 5;
  position: absolute;
  right: -.1rem;
  top: -.2rem;
}
.zudui-join ul{
  width: 100%;
  height: 1.8rem;
  padding-top: 0.38rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.zudui-join ul li {
  width: 1.13rem;
  margin: 0 .3rem;
  display: inline-block;
  vertical-align: middle;
}
.zudui-join ul li img {
  width: 1.03rem;
}
.zudui-join ul li span{
  width: 1.13rem; height: 0.38rem; line-height: 0.38rem; font-size: .2rem; color: #fff; font-weight: 600; display: block; margin: 0 auto; margin-top: -0.18rem; position: relative; z-index: 1;
  border-radius: .2rem; box-shadow: inset 0 .03rem .07rem #f4d4ff;
  background: #8145e4;
  background: linear-gradient(to right, #8145e4, #bf9cfa);
}
.zudui-btn{
  width: 4.4rem; height: .86rem; line-height: .86rem; display: block; margin: 0 auto; background: url(../images/zd_btn_bg.png) no-repeat center / 100%; border: none;
}
.zd-join-tips{
  font-size: .24rem; color: #888888; margin-top: .2rem; text-align: center;
}
.zudui-pub{
  margin-top: 0.26rem; box-sizing: border-box; position: relative; background: url(../images/zd_pub_bg.png) no-repeat top .27rem center / 100% 3.61rem;
}
.zudui-pub h3{
  width: 3.3rem; margin: 0 auto;
}
.zudui-pub .zd-pub-m{
  width: 6.43rem; background: #fff; border-radius: .25rem; margin: 0 auto; box-shadow: inset 0 .01rem .35rem #d2b9fec9;
}
.zudui-lc{
  display: block;
}
.zudui-lc ul{
  height: 2.25rem; padding-top: 0.32rem; box-sizing: border-box; display: flex; justify-content: center;
}
.zudui-lc ul li{
  width: 2rem; height: 1.2rem; margin: 0 .09rem; text-align: center; position: relative;
}
.zudui-lc ul li img{
  width: .99rem; margin-bottom: 0.1rem;
}
.zudui-lc ul li:nth-child(3) img{
  width: 0.86rem;
}
.zudui-lc ul li p{
  font-size: .2rem; color: #526b99; line-height: 0.28rem;
}
.zudui-lc ul li p span{
  color: #fff368; display: block;
}
.zudui-lc ul li:nth-child(1)::after,.zudui-lc ul li:nth-child(2)::after{
  content: ''; width: 0.72rem; height: 0.2rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; right: -0.45rem;
  top: .31rem;
}
.zudui-userList .zd-pub-m{
  height: 2.59rem; padding-top: 0.6rem; box-sizing: border-box;
}
.zudui-userList ul li {
  width: 5.9rem;
  height: 0.6rem;
  line-height: 0.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #f6f0ff;
  background: linear-gradient(to right, #f6f0ff, #fff);
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 0.3rem;
  margin-bottom: 0.3rem;
}
.zudui-userList ul li:last-child{
  border-bottom: none;
}
.zudui-userList ul li i {
  width: .36rem;
  height: .36rem;
  line-height: 0.36rem;
  display: block;
  text-align: center;
  margin-right: 0.12rem;
  background: #9e65ff;
  border-radius: 50%;
  font-size: .24rem;
  color: #fff;
  font-style: normal;
}
.zudui-userList ul li span {
  color: #314781;
  font-size: .22rem;
  flex: 1;
}
.zudui-userList ul li p {
  color: #000000;
  font-size: .26rem;
  text-align: center;
  margin-right: 0.2rem;
}
.zudui-userList ul li a {
  height: 0.4rem; line-height: 0.4rem; background: #ff3d2b; font-size: .22rem; color: #fff; border-radius: .2rem; padding: 0 .2rem; margin-right: 0.2rem;
}
.noUser{
  width: 5.06rem;
}

/* 分享页 */
.share-main{
  height: 4.36rem;
}
.share-btn{
  width: 5.7rem; background: url(../images/share_btn_bg.png) no-repeat center / 100%;
}

/* learnList */
.learnList-main{
  height: 9.34rem; position: relative; overflow: hidden;
}
.learnList-box{
  width: 6.22rem; height: 8.72rem; margin: 0 auto; padding-top: .32rem; box-sizing: border-box;
  background: url(../images/learnList_mbg.png) no-repeat top center / 100%;
}
.learnList-main ul li {
  width: 5.23rem;
  height: 1.15rem;
  line-height: 1.15rem;
  margin: 0 auto;
  padding-left: 0.28rem;
  text-align: center;
  box-sizing: border-box;
  background: #effaff;
  background: linear-gradient(to right, #effaff, #fff);
  border-radius: .1rem;
  margin-bottom: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.learnList-main ul li h3 {
  font-size: .3rem;
  color: #2549eb;
  font-weight: bold;
  text-align: left;
  margin-right: 0.26rem;
  flex: 1;
}
.learnList-main ul li i{
  width: .8rem; height: 0.8rem; background: url(../images/learnList_pdf.png) no-repeat center / 100%; display: block; margin-right: 0.12rem; border-radius: .5rem; box-shadow: 0 .08rem .04rem #effaff;
}
.learnList-main ul li a {
  width: 1.5rem;
  height: .45rem;
  line-height: .45rem;
  font-size: .24rem;
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: .28rem;
  background: #ffdb33;
  background: linear-gradient(to bottom, #ffdb33, #ff5409);
  border: .01rem solid #fff;
  box-shadow: 0 .05rem .1rem #ffd6b2, inset 0 -.12rem .08rem #ff6411;
  margin-right: 0.18rem;
}
.learnList-main ul li img{
  width: 1.26rem;
}
.learnList-main ul li:last-child{
  margin-bottom: .2rem;
}

/* learndetails */
.learndetails-main {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.learnSpan {
  width: 1.3rem;
  font-style: normal;
}
.learndetails-main .tit {
  width: 4.7rem; height: 0.9rem; line-height: 0.9rem; text-align: center; margin: 0 auto; border-radius:.48rem; box-shadow: inset .04rem .04rem .1rem #4a77ff; z-index: 2; position: relative;
  background: #508aff;
  background: linear-gradient(to right, #508aff, #2549eb);
}
.learndetails-main .tit span {
  width: 100%;
  line-height: 0.9rem;
  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.05rem;
  background: #ffffff;
  border: .01rem solid #d6e4fd;
  border-radius: 0 0 .2rem .2rem;
  margin: auto;
  padding: 0 .6rem;
  position: absolute;
  top: .9rem;
  left: .3rem;
  box-sizing: border-box;
  box-shadow: .03rem .07rem .13rem #b5d5ff54;
}

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

.learndetails-main .tit ul li {
  width: 100%;
  border-bottom: dashed .02rem #1e56e8;
  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 {
  color: #1e56e8;
}

.learndetails-main .tit i {
  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: 5.2rem; height: 0.82rem; line-height: 0.82rem; border: .01rem solid #fff; box-shadow: 0 .05rem .1rem #ffd6b2, inset 0 -.12rem .08rem #ff7816; border-radius: .4rem;
  background: #ffdb33;
  background: linear-gradient(to bottom, #ffdb33, #ff5409);
  position: fixed; bottom: .86rem; left: 50%; transform: translateX(-50%);
}
#more{
  display: none;
}

/* 弹窗 */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
}
.popup {
  width: 6rem;
  height: 5.27rem;
  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: 4.74rem;
  height: 1.41rem;
  line-height: 1rem;
  text-align: center;
  font-size: .4rem;
  color: #fff;
  font-weight: bold;
  background: url(../images/popup_tbg.png) no-repeat top center / 100%;
  margin: -.18rem auto 0;
}
.popup h3.bt2{
  width: 6.07rem; height: 1.41rem; background: url(../images/popup_tbg2.png) no-repeat center / 100%;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 .4rem;
  box-sizing: border-box;
  text-align: center;
  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-top: 0.1rem;
}
.popup-p span {
  color: #ff3210;
}
.popup-img {
  width: 2.45rem;
  margin-bottom: 0.25rem; margin-top: 0.28rem;
}
.popup-img2 {
  width: 3.52rem; margin: -.25rem auto -.54rem;
}
.popup-img3 {
  width: 3.52rem; margin: -.25rem auto -.38rem;
}
.grayBg h3 {
  width: 5.53rem; height: 1.41rem;
  background: url(../images/popup_tbg_gray.png) no-repeat center / 100%;
}
.popBtn {
  width: 5.38rem;
  height: .97rem;
  line-height: .9rem;
  font-size: .36rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: url(../images/popup_bg.png) no-repeat center / 100%;
  position: relative; z-index: 1;
}

/* 活动规则 */
.popup-m h4 {
  font-size: .32rem; color: #9e65ff; font-weight: bold; margin-bottom: 0.15rem; display: flex; align-items: center; justify-content: flex-start;
}
.popup-m h4 i{
  width: .09rem; height: 0.09rem; border: .02rem solid #ae7fff; display: block; margin-right: 0.15rem; border-radius: .2rem;
}
.popup-list {
  margin: 0 .3rem .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: #ff3d1d;
}

/* 分享弹窗 */
.share {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 0;
  top: .6rem;
  z-index: 9;
  text-align: center;
}
.share img.share_img{
  width: 4.34rem; display: inline-block; margin: auto; margin-right: -.7rem;
}
.share p{
  font-size: .26rem; line-height: .4rem; color: #fff; font-weight: 600; margin: .8rem auto 1rem;
}
.share p span{font-size: .26rem; color: #fdde69; display: block; margin-top: 0.36rem;}
.share .popBtn{
  width: 2.88rem; height: 0.78rem; line-height: 0.78rem; border: .01rem solid #fff; border-radius: .4rem; font-size: .34rem; color: #fff; background: none; text-shadow: none; font-weight: normal;
}

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


/* 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: 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: 9px 9px 0 0;
  display: inline-block;
}

.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%;
}