@import "base.css";
@import "style-tc.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  min-width: 7.5rem !important;
  width: 7.5rem;
  margin: 0 auto!important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #d9cbfd;
}
body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
@media screen and (max-width: 800px) {
  body {
    background: #d9cbfd;
  }
}
.page-index {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #5822e0 url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.page-base {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #5822e0 url('../images/page-base.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.page-share{
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #5822e0 url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.page-art {
  background: #fff url("../images/page-art.jpg") no-repeat center top;
  background-size: 7.5rem;
}
.wrap {
  width: 7.1rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap1 {
  width: 7.1rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 5.96rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-list .banner-box {
  height: 5.84rem;
}
.page-art .banner-box {
  height: 2.87rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.47rem;
  top: 0.6rem;
  width: 1.92rem;
  height: auto;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: .34rem;
  z-index: 3;
}
.banner-box .fixBtn a {
  display: inline-block;
  float: left;
  background: #6327f9;
  /* 标准的语法 */
  width: 1.09rem;
  height: .92rem;
  font-size: 0.26rem;
  line-height: 0.32rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius:0 0  0.15rem 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  visibility: hidden;
  margin-left: .15rem;
}
.banner-box .fixBtn a.btn01 {
  animation: showR 0.3s linear 1ms forwards;
  -o-animation: showR 0.3s linear 1ms forwards;
  -moz-animation: showR 0.3s linear 1ms forwards;
  -webkit-animation: showR 0.3s linear 1ms forwards;
}
.banner-box .fixBtn a.btn02 {
  animation: showR 0.3s linear 1000ms forwards;
  -o-animation: showR 0.3s linear 1000ms forwards;
  -moz-animation: showR 0.3s linear 1000ms forwards;
  -webkit-animation: showR 0.3s linear 1000ms forwards;
  background: #7f4dff;
}
.banner-box .fixBtn a.btn03 {
  animation: showR 0.3s linear 1500ms forwards;
  -o-animation: showR 0.3s linear 1500ms forwards;
  -moz-animation: showR 0.3s linear 1500ms forwards;
  -webkit-animation: showR 0.3s linear 1500ms forwards;
}
.banner-box .pgKm {
  width: 5.43rem;
  height: 0.79rem;
  display: block;
  margin: 1.62rem auto 0;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  background: #6327f9;
  background: -webkit-linear-gradient(#a583ff, #6327f9);
  background: -moz-linear-gradient(#a583ff, #6327f9);
  background: -o-linear-gradient(#a583ff, #6327f9);
  background: linear-gradient(#a583ff, #6327f9);
  border: .01rem solid #5116e8;
}
.banner-box .pgKm span {
  width: 86%;
  height: 0.76rem;
  display: block;
  font-size: 0.38rem;
  line-height: 0.76rem;
  color: #6327f9;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #f7f4ff;
}
.banner-box .pgKm span i {
  width: 0.7rem;
  height: 0.78rem;
  display: inline-flex;
  position: absolute;
  top: -0.02rem;
  right: -0.7rem;
  justify-content: center;
  align-items: center;
}
.banner-box .pgKm span i::after {
  content: '';
  display: inline-block;
  border-left: solid 0.2rem #fff;
  border-top: solid 0.12rem transparent;
  border-bottom: solid 0.12rem transparent;
  transition: all 0.3s;
  margin-left: 0.05rem;
}
.banner-box .pgKm span.on i::after {
  transform: rotate(90deg);
  margin-left: 0;
  margin-top: 0.05rem;
}
.banner-box .pgKm ul {
  width: 99%;
  clear: both;
  float: right;
  text-align: center;
  border: solid 0.01rem #5116e8;
  background: #fff;
  display: block;
  position: relative;
  z-index: 3;
}
.banner-box .pgKm ul.hide {
  display: none;
}
.banner-box .pgKm ul li {
  font-size: 0.26rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
  display: inline-block;
  width: 4.82rem;
  padding: 0.3rem 0;
  border-bottom: dashed 0.01rem #9da8a1;
}
.banner-box .pgKm ul li.on {
  color: #6327f9;
  font-weight: bold;
}
.banner-box .pgKm ul li:last-child {
  border-bottom: none;
  margin-bottom: 0.08rem;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 5.36rem;
  text-align: center;
  margin-bottom: 0;
}
.mainIndex .indexBtn a {
  width: 6.2rem;
  height: 1rem;
  display: inline-block;
  margin: auto;
  font-size: 0.36rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 .02rem .01rem rgba(142,24,24,0.38);
  background: url("../images/btn01.png") no-repeat center / 100%;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 0.1rem .15rem rgba(255,0,0,0.4);
}
.idTs{
  display: inline-block;
  width: 100%;
  font-size: .26rem;
  color: #fff;
  text-align: center;
  margin-top: .15rem;
  margin-bottom: 0.48rem;
}
.actEnd {
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.actEnd img {
  width: 3.13rem;
  margin: 0.22rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
}
.actEnd span {
  width: 100%;
  font-size: 0.28rem;
  color: #787878;
}
.zdPart {
  width: 100%;
  clear: both;
  margin-bottom: 0.27rem;
  background: #6327f9;
  background: -webkit-linear-gradient( #a583ff, #6327f9);
  background: -moz-linear-gradient( #a583ff, #6327f9);
  background: -o-linear-gradient( #a583ff, #6327f9);
  background: linear-gradient( #a583ff, #6327f9);
  padding: 2.5% 0 2%;
  border-radius: .12rem;
}
.zdPart .kuang {
  width: 95%;
  margin: 0 2.5%;
  min-height: 2.6rem;
  background: #fff;
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  box-shadow: 0 .02rem .2rem rgba(127, 77, 255, 0.42) inset;
  position: relative;
}
.zdPart .suc::before{
  display: inline-block;
  content: '';
  width: 2.79rem;
  height: .93rem;
  background: url("../images/suc.png") no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -.58rem;
  right: -.2rem;
}
.zdPart .kuang h3 {
  width: 3.6rem;
  height: 0.7rem;
  display: block;
  background: url("../images/zd-tit01.png") no-repeat center / 100%;
  font-size: 0.34rem;
  line-height: 0.7rem;
  color: #fff;
  margin-top: -.18rem;
}
.zdProgress .kuang h3 {
  width: 5.6rem;
  background: url("../images/zd-tit02.png") no-repeat center / 100%;
}
.member {
  width: 100%;
  clear: both;
  margin-bottom: 0.27rem;
  background: #6327f9;
  background: -webkit-linear-gradient(#a583ff, #6327f9);
  background: -moz-linear-gradient( #a583ff, #6327f9);
  background: -o-linear-gradient( #a583ff, #6327f9);
  background: linear-gradient(#a583ff, #6327f9);
  padding: 2.5% 0;
  border-radius: .12rem;
}
.member ul {
  width: 100%;
  display: inline-block;
  margin-top: .3rem;
}
.member ul li {
  width: 1.48rem;
  display: inline-block;
  margin-right: .68rem;
}
.member ul li:last-child{
  margin-right: 0;
}
.member ul li img {
  width: 1.3rem;
  display: block;
  margin: 0 auto;
}
.member ul li span {
  display: block;
  width: 100%;
  height: .39rem;
  line-height: .35rem;
  font-size: 0.24rem;
  color: #fff;
  margin-top: -.3rem;
  background: #787878;
  background: -webkit-linear-gradient(#d8d8d8, #787878);
  background: -moz-linear-gradient(#d8d8d8, #787878);
  background: -o-linear-gradient(#d8d8d8, #787878);
  background: linear-gradient(#d8d8d8, #787878);
  border-radius: 1rem;
  box-shadow: 0 .03rem .1rem rgba(0,0,0,0.09);
  position: relative;
  z-index: 11;
}
.member ul li.cur span{
  background: #5116e8;
  background: -webkit-linear-gradient(#9972ff, #5116e8);
  background: -moz-linear-gradient(#9972ff, #5116e8);
  background: -o-linear-gradient(#9972ff, #5116e8);
  background: linear-gradient(#9972ff, #5116e8);
}
.member ul li.leader::after {
  display: none;
}
.zd-btn {
  width: 100%;
  clear: both;
  margin-top: .33rem;
  margin-bottom: 0.3rem;
}
.zd-btn a {
  width: 4.68rem;
  height: 0.88rem;
  display: block;
  margin: auto;
  background: url("../images/btn03.png") no-repeat center / 100%;
  border-radius: 1rem;
  font-size: 0.29rem;
  line-height: 0.85rem;
  font-weight: bold;
  text-shadow: 0 .02rem .01rem rgba(142, 24, 24, 0.38);
  color: #fff;
  box-shadow: 0 0.05rem .1rem rgba(0,0,0,0.1);
}
.zdProgress ul {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 0.57rem;
  margin-bottom: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.zdProgress ul li {
  display: inline-block;
  width: 1.71rem;
  height: 1.31rem;
  border: .01rem solid #d74949;
  visibility: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  border-radius: .12rem;
  margin: 0 .26rem;
}
.zdProgress ul li img {
  width: 0.71rem;
  height: .71rem;
  display: block;
  margin-top: -.42rem;
}
.zdProgress ul li.step1 {
  animation: showL 0.5s linear 1ms forwards;
  -o-animation: showL 0.5s linear 1ms forwards;
  -moz-animation: showL 0.5s linear 1ms forwards;
  -webkit-animation: showL 0.5s linear 1ms forwards;
}
.zdProgress ul li.step2 {
  animation: showL 0.5s linear 300ms forwards;
  -o-animation: showL 0.5s linear 300ms forwards;
  -moz-animation: showL 0.5s linear 300ms forwards;
  -webkit-animation: showL 0.5s linear 300ms forwards;
}
.zdProgress ul li.step3 {
  animation: showL 0.5s linear 600ms forwards;
  -o-animation: showL 0.5s linear 600ms forwards;
  -moz-animation: showL 0.5s linear 600ms forwards;
  -webkit-animation: showL 0.5s linear 600ms forwards;
}
.zdProgress ul li p {
  width: 100%;
  clear: both;
  font-size: 0.18rem;
  color: #999;
  line-height: .2rem;
  white-space: nowrap;
  padding-top: 0.2rem;
}
.zdProgress ul li p span {
  padding-bottom: 0.08rem;
  display: block;
  font-size: .24rem;
  color: #333;
}
.zdProgress ul li::after {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: inline-block;
  background: url("../images/zd-arr02.png") no-repeat center / 100%;
  position: absolute;
  top: 0.5rem;
  right: -0.4rem;
  visibility: hidden;
  animation: showL 0.3s linear 1.2s forwards;
  -o-animation: showL 0.3s linear 1.2s forwards;
  -moz-animation: showL 0.3s linear 1.2s forwards;
  -webkit-animation: showL 0.3s linear 1.2s forwards;
}
.zdProgress ul li:last-child::after {
  display: none;
}
.joinerList ul {
  float: left;
  width: 100%;
}
.joinerList ul li {
  width: 88%;
  margin: 0 6%;
  display: inline-block;
  font-size: 0.26rem;
  line-height: 1.04rem;
  border-bottom: dashed 0.01rem #ccc;
  color: #444;
  float: left;
}
.joinerList ul li:last-child{
  border-bottom: inherit;
}
.joinerList ul li i {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  border: .02rem solid #fff;
  font-size: .22rem;
  background: #6327f9;
  background: -webkit-linear-gradient(#a583ff, #6327f9);
  background: -moz-linear-gradient(#a583ff, #6327f9);
  background: -o-linear-gradient(#a583ff, #6327f9);
  background: linear-gradient(#a583ff, #6327f9);
  float: left;
  margin-top: .29rem;
  margin-left: .02rem;
  margin-right: 0.12rem;
}
.joinerList ul li a {
  width: 1.5rem;
  text-align: left;
  margin-right: 0.4rem;
  float: left;
  color: #6d3ffb;
  font-weight: bold;
}
.joinerList ul li span {
  display: inline-block;
  width: 1.46rem;
  height: .44rem;
  line-height: .42rem;
  margin-left: 0.5rem;
  float: left;
  font-weight: bold;
  color: #fff;
  background: #6327f9;
  background: -webkit-linear-gradient(#a583ff, #6327f9);
  background: -moz-linear-gradient(#a583ff, #6327f9);
  background: -o-linear-gradient(#a583ff, #6327f9);
  background: linear-gradient(#a583ff, #6327f9);
  border-radius: .08rem;
  box-shadow: 0 .03rem .1rem rgba(0,0,0,0.09);
  margin-top: .29rem;
}
.joinerList ul li time {
  float: left;
}
.Gg{
  display: inline-block;
  width: 6.95rem;
  height: 1.49rem;
  background: url("../images/GgBg.png") no-repeat center top;
  background-size: 100%;
  margin-bottom: .25rem;
}
.Gg img{
  width: 1.19rem;
  float: right;
  margin-top: .16rem;
  margin-right: .15rem;
}
.kmList {
  clear: both;
  margin: 0 0 .35rem;
}
.kmList ul {
  clear: both;
  width: 6rem;
  margin: 0.1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.kmList ul li {
  width: 100%;
  clear: both;
  height:1.1rem;
  line-height: 1.05rem;
  display: inline-block;
  border-bottom: .01rem dashed #aa95f7;
}
.kmList ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.kmList ul li img {
  width: 0.93rem;
  display: block;
  margin-right: 0.15rem;
  float: left;
  margin-top: .2rem;
}
.kmList ul li>span {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.1rem;
  display: block;
  color: #5116e8;
  text-align: left;
  float: left;
  background: transparent;
}
.kmList ul li a {
  width: 1.53rem;
  height: 0.62rem;
  display: block;
  font-size: 0.26rem;
  line-height: 0.52rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url("../images/listBtn.png") no-repeat center top;
  background-size: 100%;
  border-radius: 1rem;
  box-shadow: 0 0.05rem 0.1rem #f0dbd8;
  float: right;
  margin-top: .22rem;
}
.artbox {
  width: 100%;
  clear: both;
  float: left;
}
.artbox .artInfo {
  width: 100%;
  clear: both;
}
.artbox .artPart {
  width: 100%;
  clear: both;
  overflow-y: scroll;
  margin: auto 0;
}
.artbox .artPart img {
  width: 100%;
  display: inline-block;
}
.artbox .artPart img.load {
  width: 1.28rem;
  margin-top: 1rem;
}
.artbox .artPart img:last-child {
  margin-bottom: 0.2rem;
}
.artbox .artPart .null {
  width: 100%;
  margin-top: 3.8rem;
}
.artbox .artPart .null img {
  width: 3.47rem;
  display: inline-block;
  margin-bottom: 0.35rem;
}
.artbox .artPart .null p {
  font-size: 0.3rem;
  line-height: 1.5;
}
.artbox .artBtn {
  position: fixed;
  left: 0;
  bottom: 0.8rem;
  width: 100%;
}
.artbox .artBtn a {
  width: 4.68rem;
  height: 0.88rem;
  display: inline-block;
  margin: auto;
  font-size: 0.34rem;
  line-height: 0.8rem;
  color: #fff;
  font-weight: bold;
  background: url("../images/btn02.png") no-repeat center / 100%;
  box-shadow: 0 0.05rem .1rem rgba(0,0,0,0.2);
  border-radius: 50px;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
.shareBtn{
  width: 100%;
  clear: both;
  float: left;
  margin-top: 5.36rem;
  text-align: center;
  margin-bottom: 0;
}
.shareBtn a{
  width: 6.2rem;
  height: 1rem;
  display: inline-block;
  margin: auto;
  font-size: 0.36rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  background: url(../images/btn01.png) no-repeat center / 100%;
  border-radius: 50px;
  cursor: pointer;
  text-shadow: 0 .02rem .01rem rgba(142, 24, 24, 0.38);
  box-shadow: 0 0.1rem .15rem rgba(255, 0, 0, 0.4);
}