@charset "utf-8";

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

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

/* 首页 */
.page-index {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #ff6e19 url(../images/page-index.jpg) no-repeat center top;
  background-size: 7.5rem;
}

.page-list {
  width: 100%;
  height: 100%;
  background: #ff6e19 url(../images/page-list.jpg) no-repeat center top;
  background-size: 7.5rem;
}

.page-zd {
  width: 100%;
  height: 100%;
  background: #ff6e19 url(../images/page-zd.jpg) no-repeat center top;
  background-size: 7.5rem;
}

.page-share {
  width: 100%;
  height: 100%;
  background: #ff6e19 url(../images/page-share.jpg) no-repeat center top;
  background-size: 7.5rem;
}

/*banner*/
.banner {
  height: 11.73rem;
  width: 100%;
  position: relative;
}
.list-banner {
  height: 4.85rem;
}
.zd-banner {
  height: 4.85rem;
}
.share-banner {
  height: 11.79rem;
}
.ban-logo {
  display: inline-block;
  width: 2.15rem;
  margin-left: .34rem;
  margin-top: 1.15rem;
}
.ban-logo img {
  width: 100%;
  display: block;
  margin: 0;
}
.page-list .ban-logo {
  width: 2.02rem;
  margin-left: .28rem;
  margin-top: .26rem;
}
.page-zd .ban-logo {
  width: 2.02rem;
  margin-left: .28rem;
  margin-top: .25rem;
}
.banner-btn {
  position: absolute;
  right: .5rem;
  top: 0;
  z-index: 2;
  text-align: center;
}
.banner-btn a {
  width: 1.19rem;
  height: 0.92rem;
  line-height: .36rem;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-left: .2rem;
  border-radius: 0 0 .1rem .1rem;
  font-size: .26rem;
  border-top: none;
  padding-top: 0.1rem;
  box-sizing: border-box;
  background: #ff8137;
}

/* index-main */
.index-main {
  position: relative;
  width: 100%;
  text-align: center;
}
.pub-btn{
  width: 6.27rem;
  height: 1.03rem;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
  display: block; margin: 0 auto; position: relative; box-sizing: border-box;
}
.pub-btn a{
  display: block; line-height: 1rem; width: 100%; height: 100%; text-align: center;
  font-size: .4rem; color: #fff; font-weight: bold;
  background: linear-gradient(to bottom, #ffffff, #ffffff,#fff5ad, #fff5ad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 0 #b14a0071);
}
.pub-btn::after{
  content: ''; width: 1.42rem; height: 0.58rem; background: url(../images/index_btn_icon.png) no-repeat center / 100%; display: block; position: absolute; top: -.06rem; left: .4rem; 
}

/* 活动结束 */
.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: 3.23rem; margin: .22rem auto; display: block;
}
.actEnd-main p{
  width: 100%; font-size: .26rem; color: #333;
}
.actEnd-main span{
  width: 100%; font-size: .36rem; color: #666;
}

/* list页面 */
.list-main {
  display: inline-block;
}
.list-content{
  width: 6.9rem; height: 4.4rem; border-radius: .16rem; padding: .2rem; box-sizing: border-box; position: relative;
  background: url(../images/list_mbg.png) no-repeat center / 100%; margin: 0 auto;
}
.list-main ul{
  height: 100%;
  padding: 0 .4rem;
  background: #fff;
  background: linear-gradient(to bottom, #fff 40%, #fff4d6);
  border: .01rem solid #fff;
  box-shadow: inset 0 .02rem .2rem #f95c086e;
  border-radius: .16rem;
  position: relative;
}
.list-main ul li {
  width: 100%;
  height: 1.38rem;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: .01rem dashed #b3b3b3;
}
.list-main ul li:last-child{
  border-bottom: none;
}
.list-main ul li .list-icon{
  width: 0.82rem; margin-right: 0.14rem;
}
.list-main ul li .list-info{
  font-size: .32rem; color: #333333; font-weight: bold; text-align: left; flex: 1;
}
.list-main ul li .list-info span{
  color: #f90000;
}
.list-main ul li .list-btn a{
  width: 2.25rem; height: 0.66rem; line-height: 0.66rem; border-radius: .5rem; box-shadow: 0 .03rem .1rem #f45b0885; font-size: .3rem; color: #fff; margin-bottom: 0.12rem; display: block; font-weight: bold;
  background: url(../images/list_btn_bg.png) no-repeat center / 100%;
}
.list-main ul li .list-btn p{
  font-size: .24rem; color: #999999;
}
.list-main ul li .getBtn.btn02{
  background: #ff871c;
}
.list-main ul li .getBtn.btn03{
  background: #bdbdbd; box-shadow: none;
}
.list-pt{
  width: 100%; margin-top: -1.45rem; position: relative; z-index: 9;
}
.list-qun{
  width: 100%; height: 1.59rem; margin-top: -1.3rem; margin-bottom: 0.52rem; background: url(../images/list_qun.png) no-repeat center / 100%; display: flex; justify-content: flex-end; align-items: center; position: relative; z-index: 10;
}
.list-qun img{
  width: 1.03rem; display: block; margin: -.1rem .34rem 0 0; animation: scale 1.8s infinite;
}
@keyframes scale{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}

/* 助力页面 */
.zudui-main{
  padding-bottom: 0.4rem;
}
.zd-banner{
  position: relative;
}
.zd-km-name{
  font-size: .46rem; font-weight: bold; text-align: center; box-sizing: border-box;
  background: linear-gradient(to bottom, #fffffe, #fff5ac);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 0 #b14a007e); 
  display: flex; justify-content: center; align-items: center; margin-top: 1.05rem;
}
.zd-km-name i{
  width: 0.22rem; height: 0.25rem; background: url(../images/zd_yuan.png) no-repeat center / 100%; display: block; margin: .1rem .16rem 0;
}
.zudui-join{
  margin-bottom: 0.3rem !important; position: relative;
}
.zudui-main{
  width: 6.9rem;
}
.zd-pub{
  width: 100%; margin-bottom: 0.16rem; position: relative; border-radius: .16rem; padding: .16rem; box-sizing: border-box; position: relative; background: #ffb246;
  background: linear-gradient(to bottom, #ffb246, #ff3d1a);
}
.zd-join-main{
  height: 3.79rem; box-sizing: border-box;
  padding: .4rem .16rem 0;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 40%, #fff4d6);
  border: .01rem solid #fff;
  box-shadow: inset 0 .02rem .2rem #f95c0867;
  border-radius: .16rem;
}
.zd-success{
  display: none;
}
.suc{
  width: 1.54rem;
  height: 1.49rem;
  background: url(../images/zd_success.png) no-repeat center / 100%;
  display: block;
  position: absolute;
  left: -0.4rem;
  top: -.3rem;
  display: block;
}
.xue{
  width: 1.42rem; position: absolute; right: .1rem; top: -.08rem; z-index: 99;
}
.zudui-join ul {
  margin-bottom: 0.2rem;
  padding-top: 0.1rem;
  box-sizing: border-box;
}

.zudui-join ul li {
  width: 1.7rem;
  display: inline-block;
  margin: 0 .48rem;
}

.zudui-join ul li img {
  width: 1.62rem;
}

.zudui-join ul li span {
  width: 100%;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: .32rem;
  color: #fff;
  font-weight: 600;
  border-radius: .26rem;
  background: #ffbe7e;
  background: linear-gradient(to bottom, #ffbe7e, #ff802e);
  border: .02rem solid #fff;
  box-shadow: 0 .05rem .11rem #0000002c;
  margin-top: -0.32rem;
  display: inline-block;
}
.zudui-join p{
  font-size: .24rem; color: #999999; margin-top: 0.05rem; margin-bottom: 0.15rem;
}
.zudui-btn{
  width: 5.17rem; height: 0.92rem; background: url(../images/zd_btn_bg.png) no-repeat center / 100%; box-shadow: 0 .04rem .17rem #b14a005b; border-radius: 40px;
}
.zudui-btn a{
  line-height: 0.8rem;
}
.zudui-btn::after{
  display: none;
}
.zd-pub h3{
 width: 3.34rem; height: 0.82rem; line-height: .75rem; font-size: .36rem; font-weight: bold; color: #fff; margin-bottom: 0.1rem; display: inline-block; background: url(../images/zd_pub_bt_bg.png) no-repeat center / 100%; position: relative; z-index: 99;
}
.zd-pub h3 span{
  background: linear-gradient(to bottom, #ffffff, #fff7ae);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 .02rem 0 #da7212); 
}
.zd-pub .zd-pub-main{
  padding: .4rem .16rem .3rem;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 40%, #fff4d6);
  border: .01rem solid #fff;
  box-shadow: inset 0 .02rem .2rem #f95c0867;
  border-radius: 0 0 .16rem .16rem;
}
.zudui-lc{
  width: 100%; padding-top: 0;
}
.zudui-lc img{
  width: 4.81rem;
}
.zudui-lc ul, .zudui-userList .preList{
  position: relative; border-radius: 0 0 .16rem .16rem; display: flex; justify-content: center; margin-top: -.44rem; padding-bottom: 0.26rem;
}
.zudui-userList .preList{
  height: auto; min-height: auto;
}
.zudui-lc ul::before{
  content: ''; width: 0.23rem; height: 0.21rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 2.11rem; top: 1.45rem;
}
.zudui-lc ul::after{
  content: ''; width: 0.23rem; height: 0.21rem; background: url(../images/zd_lc_line.png) no-repeat center / 100%; display: block; position: absolute; left: 4.18rem; top: 1.55rem;
}
.zudui-lc ul li{
  width: 1.7rem; display: inline-block; margin: 0 .22rem;
} 
.zudui-lc ul li img{
  width: .9rem; margin-bottom: 0.05rem;
}
.zudui-lc ul li p{
  width: 100%; height: 1.18rem; font-size: .22rem; color: #666666; line-height: 0.34rem; border: .01rem solid #ffbe6d; border-radius: .12rem; margin-top: -0.4rem; padding-top: 0.28rem; box-sizing: border-box; background: #fff;
}
.zudui-lc ul li p span{
  font-size: .28rem; font-weight: bold; color: #395ce3; display: block;
}
.noUser {
  font-size: .24rem; color: #999999; text-align: center;
}
.page-zd .list-qun{
  margin-bottom: 0.2rem; margin-top: 0.3rem;
}
.zudui-userList{
  width: 100%; padding-top: 0;
}
.preList{
  min-height: 3rem; box-sizing: border-box;
}
.zudui-userList ul li {
  border-bottom: .01rem dashed #6cc7fe;
  border-radius: .1rem;
  padding: .12rem 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .zudui-userList ul li i {
  width: .38rem;
  height: .38rem;
  line-height: .38rem;
  font-style: normal;
  display: block;
  text-align: center;
  background: #0594ff;
  border-radius: 50%;
  font-size: .3rem;
  color: #feffe3;
  border: .01rem solid #fff;
} */

.zudui-userList ul li span {
  flex: 1;
  text-align: left;
  color: #fd6d19;
  font-size: .26rem;
  font-weight: 600;
  margin:0 0.26rem;
}

.zudui-userList ul li p {
  flex: 1;
  color: #333333;
  font-size: .24rem;
  text-align: center;
  white-space: nowrap;

}

.zudui-userList ul li a {
  width: 1.2rem; height: 0.36rem; line-height: 0.36rem; font-size: .24rem; color: #fff;
  border-radius: .18rem;
  background: #ff401b;
  background: linear-gradient(to bottom, #ff401b, #ff9b1c);
}

.zudui-userList ul li:last-child{
  border-bottom: none;
}

/* 分享页 */
.share-main{
  height: 4.89rem;
}

/* learnList */
.learnList-main ul li{
  width: 6.5rem; height: 1.18rem; background: url(../images/learnList_bg.png) no-repeat center / 100%; display: flex; align-items: center; justify-content: flex-start; border-radius: .15rem; box-shadow: 0 0 .07rem #e0f9ff; margin: 0 auto .24rem;
} 
.learnList-main ul li img{
  width: 0.55rem; margin: 0 .12rem 0 .18rem;
}
.learnList-main ul li span{
  font-size: .24rem; color: #333333; letter-spacing: -.01rem; flex: 1;
}
.learnList-main ul li a{
  width: 1.51rem; height: 0.49rem; line-height: 0.48rem; background: url(../images/learnList_btn_bg.png) no-repeat center / 100%; font-size: .26rem; color: #fff; font-weight: 600; border-radius: .24rem; box-shadow: 0 .03rem .04rem #eb2c0667; margin-right: 0.18rem;
}

/* learndetails */
.learndetails-main {
  width: 6.52rem;
  margin: 0 auto;
}

.learndetails-main .tit {
  width: 100%;
  height: .84rem;
  display: inline-block;
  position: relative;
  background: #ffbe03;
  background: linear-gradient(to right, #ffbe03, #f57356);
  border-radius: .25rem;
}

.learndetails-main .tit span {
  font-size: .28rem;
  line-height: .82rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.learndetails-main .tit span::after {
  content: '';
  width: .26rem;
  height: .26rem;
  background: url('../images/icon-arr01.png') no-repeat center / 100%;
  position: absolute;
  right: .7rem;
  top: 0.28rem;
}

.learndetails-main .tit span.on::after {
  transform: rotate(90deg);
}

.learndetails-main .tit ul {
  width: 6.52rem;
  background: #fffaef;
  border-radius: 0 0 .26rem .26rem;
  margin: auto;
  padding: 0 .18rem;
  position: absolute;
  top: .82rem;
  left: 0;
  box-sizing: border-box;
}

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

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

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

.learndetails-main .tit ul li.on {
  font-weight: bold;
  color: #fc551f;
}
.learndetails-main .tit i{
  font-style: normal;
}
.learnSpan{
  width: 1.3rem; font-style: normal;
}

.artPart {
  width: 6rem;
  /* height: 6.25rem; */
  display: inline-block;
  background: #fff;
  border-radius: .3rem;
  margin: auto;
  overflow-y: scroll;
  margin-bottom: .25rem;
}

.artPart img {
  width: 100%;
  display: inline-block;
}

.artPart img:last-child {
  margin-bottom: .8rem;
}

.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: 6.5rem; height: 0.8rem; line-height: 0.8rem; border-radius: .4rem; box-shadow: 0 .03rem .16rem #0087cf75; position: fixed; bottom: .56rem; left: 0.5rem; 
}
.learndetails-btn a{
  width: 100%; height: 100%; text-align: center; box-shadow: inset 0 .02rem 0 #00e7ce, 0 .01rem 0 #feffff;
  border-radius: .4rem; font-size: .36rem; color: #00127e; font-weight: 600; display: inline-block;
  background: #fff49c;
  background: linear-gradient(to right, #12effe, #fff49c);
}
.learnKmName{
  width: 1rem; display: inline-block;
}

@keyframes dx {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(.8);
  }
}

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

  body {
    font-size: 18px;
  }

  .popup {
    width: 520px;
  }
}
