@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: #dcdfe2;
}
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;
}
.clearfix {
  width: 100%;
  clear: both;
  display: block;
}
.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: #dcdfe2;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #dcdfe2 url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #dcdfe2 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #dcdfe2 url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.6rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 5.24rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 7.8rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.4rem;
  top: 0.64rem;
  width: 1.96rem;
  height: auto;
  display: block;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .logo.type02 {
  width: 2.51rem;
  height: 0.78rem;
  background: #d9031d;
  border-radius: 0 0 0.4rem 0;
  border-top: 0;
  border-left: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-box .logo.type02 img {
  width: 1.64rem;
  display: block;
}
.banner-box .project {
  padding: 0 0.48rem;
  height: 0.8rem;
  width: auto;
  display: block;
  background: #ba0101;
  -webkit-border-radius: 0.35rem 0 0 0.35rem;
  -moz-border-radius: 0.35rem 0 0 0.35rem;
  border-radius: 1rem 0 0 1rem;
  font-size: 0.42rem;
  line-height: 0.8rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0.47rem;
}
.banner-box .project span {
  color: #fff;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.4rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.2rem;
  width: 0.52rem;
  height: 0.58rem;
  -webkit-border-radius: 0 0 0.15rem 0.15rem;
  -moz-border-radius: 0 0 0.15rem 0.15rem;
  border-radius: 0 0 0.15rem 0.15rem;
  padding: 0.16rem 0.23rem 0.2rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #333;
  border: solid 0.01rem #d2d2d2;
  border-top: 0;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
}
.mainIndex {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.index-btn {
  width: 100%;
  height: auto;
  clear: both;
  margin: 6.2rem auto 0.64rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.index-btn a {
  width: 4.5rem;
  height: 0.82rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #5220b6;
  background: -webkit-linear-gradient(#b794ff, #5220b6);
  background: -moz-linear-gradient(#b794ff, #5220b6);
  background: -o-linear-gradient(#b794ff, #5220b6);
  background: linear-gradient(#b794ff, #5220b6);
  border-radius: 0.5rem;
  font-size: 0.34rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: solid 0.01rem #fff;
  box-shadow: 0 0.1rem 0.2rem rgba(158,158,158,0.5);
}
.index-btn a::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  margin-left: 0.19rem;
  background: url(../images/Jt.png) no-repeat center / 100%;
}
.index-btn a span {
  font-weight: 600;
  height: .82rem;
  line-height: .8rem;
  display: block;
  color: #fff;
  text-shadow: 0 .02rem .05rem #492adf;
}
.index-btn p {
  font-size: 0.2rem;
  line-height: 1;
  color: #888;
  padding-top: 0.17rem;
}
.actEnd {
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.actEnd img {
  width: 2.43rem;
  margin: 0.22rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.32rem;
  color: #666666;
  font-weight: 600;
  line-height: 0.36rem;
}
.actEnd p b {
  font-weight: bold;
  color: #333;
}
.actEnd p span {
  font-size: 0.32rem;
  font-weight: bold;
  display: inline-block;
  color: #525bfe;
}
.member {
  width: 6.6rem;
  height: 2.82rem;
  margin-bottom: 1.25rem;
  background: #fff;
  border-radius: 0.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  position: relative;
}
.member .zdT{
  display: inline-block;
  width: 1.81rem;
  height: .68rem;
  line-height: .55rem;
  background: url("../images/zdT.png") no-repeat center top;
  background-size: 100%;
  position: absolute;
  left: -.01rem;
  top: -.2rem;
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
}
/*.member.suc::after {*/
/*  content: '';*/
/*  width: 1.3rem;*/
/*  height: 1.03rem;*/
/*  display: block;*/
/*  background: url("../images/tag-suc01.png") no-repeat center top / 100%;*/
/*  position: absolute;*/
/*  top: -0.48rem;*/
/*  right: -0.26rem;*/
/*}*/
.member ul {
  width: 88%;
  clear: both;
  margin-top: 0.48rem;
  display: inline-block;
}
.member ul li {
  width: 1.3rem;
  display: inline-block;
  float: left;
  margin-right: .2rem;
}
.member ul li:last-child{
  margin-right: 0;
}
.member ul li img {
  width: 100%;
  display: block;
  border-radius: 50px;
}
.member ul li span {
  width: 1.02rem;
  height: 0.37rem;
  display: block;
  border: solid 0.01rem #d5d5d5;
  border-radius: 0.5rem;
  line-height: 0.37rem;
  font-size: 0.22rem;
  color: #666;
  position: relative;
  margin: -.1rem auto 0;
  background: #fff;
}
.member ul li.on span{
  color: #fff;
  background: #6937cd;
  border: .01rem solid #6937cd;
}
.member ul li label{
  font-size: .22rem;
  color: #4f0909;
  display: inline-block;
  margin-top: .05rem;
}
.zd-btn {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: .3rem;
}
.zd-btn a {
  width: 4.5rem;
  height: 0.76rem;
  display: block;
  margin: 0 auto;
  font-size: 0.34rem;
  line-height: 0.76rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  background: #5220b6;
  background: -webkit-linear-gradient(#b794ff, #5220b6);
  background: -moz-linear-gradient(#b794ff, #5220b6);
  background: -o-linear-gradient(#b794ff, #5220b6);
  background: linear-gradient(#b794ff, #5220b6);
  border: solid 0.01rem #fff;
  box-shadow: 0 0.26rem 0.29rem #bdc3ce;
  box-shadow: 0 0.1rem 0.2rem rgba(158, 158, 158, 0.5);
}
.zd-btn a span {
  font-weight: 600;
  height: .76rem;
  line-height: .7rem;
  display: block;
  color: #fff;
  text-shadow: 0 .02rem .05rem #492adf;
}
.zd-joiner {
  clear: both;
  width: 6rem;
  height: 2.63rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #fff;
  border-radius: 0.2rem;
  margin: 0 auto .57rem;
}
.zd-joiner h3 {
  width: 100%;
  height: 0.99rem;
  clear: both;
  display: block;
  background: url("../images/zd-tit02.png") no-repeat center top / auto 100%;
  font-size: 0.34rem;
  line-height: 0.68rem;
  font-weight: 600;
  color: #5f2b04;
}
.zd-joiner .joinCont {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.zd-joiner .joinCont p {
  font-size: 0.24rem;
  line-height: 1;
  color: #666;
  padding-top: 0.45rem;
}
.zd-joiner .joinCont ul {
  width: 5.3rem;
  clear: both;
  margin: -0.07rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zd-joiner .joinCont ul li {
  width: 100%;
  height: auto;
  padding-bottom: 0.19rem;
  border-bottom: dashed 0.01rem #ebebeb;
  margin-bottom: 0.23rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.zd-joiner .joinCont ul li i {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  color: #fff;
  background: #ff3b2b;
  border-radius: 50px;
}
.zd-joiner .joinCont ul li a {
  display: block;
  text-align: left;
}
.zd-joiner .joinCont ul li span {
  margin-left: 0.15rem;
}
.zd-joiner .joinCont ul li:last-child {
  border: none;
}
.zd-joiner ul li {
  width: 5rem;
  height: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  margin-bottom: 0.25rem;
}
.zd-joiner ul li i {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  border-radius: 50%;
  background: #f6573a;
  line-height: 0.32rem;
  text-align: center;
  color: #fff;
}
.zd-joiner ul li a {
  width: 1.1rem;
  text-align: left;
  white-space: nowrap;
}
.zd-joiner ul li time {
  color: #000;
}
.zd-joiner ul li span {
  margin-left: 0.15rem;
}
.zdTs{
  font-size: .2rem;
  color: #666;
  display: inline-block;
  width: 100%;
  margin-top: .15rem;
}
.zdTs i{
  display: inline-block;
  width: .35rem;
  height: .35rem;
  line-height: .35rem;
  border-radius: 1rem;
  background: #9a37cd;
  font-size: .2rem;
  color: #fff;
  margin-right: .09rem;
}
.share-btn {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin-bottom: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.share-btn a {
  width: 4.5rem;
  height: 0.76rem;
  display: block;
  margin: 0 auto;
  font-size: 0.34rem;
  line-height: 0.76rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  background: #f8370b;
  background: -webkit-linear-gradient(#ff9d2a, #f8370b);
  background: -moz-linear-gradient(#ff9d2a, #f8370b);
  background: -o-linear-gradient(#ff9d2a, #f8370b);
  background: linear-gradient(#ff9d2a, #f8370b);
  border: solid 0.01rem #fff;
  box-shadow: 0 0.1rem 0.2rem rgba(158, 158, 158, 0.5);
}
.share-btn a span {
  font-weight: 600;
  height: .76rem;
  line-height: .7rem;
  display: block;
  color: #fff;
  text-shadow: 0 .02rem .05rem #492adf;
}
.sharePart {
  width: 6.7rem;
  height: 1.81rem;
  clear: both;
  margin-bottom: 0.38rem;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sharePart .kuang {
  width: 6.4rem;
  height: 1.51rem;
  background: #fff;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sharePart .kuang ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sharePart .kuang ul li {
  width: auto;
  height: 1.35rem;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sharePart .kuang ul li img {
  width: 0.8rem;
  display: block;
  margin-right: 0.1rem;
}
.sharePart .kuang ul li span {
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
/*# sourceMappingURL=style.css.map */
.zd-progress{
  width: 6.4rem; height: 3.1rem; margin-bottom: .3rem;
  background: #fff;
  align-content: flex-start;
  box-shadow: 0 .1rem .1rem rgba(0,0,0,.1);
}
.zd-progress h3{
  width: 100%; height: .73rem; display: block;
  background: url("../images/zd-tit01.png") no-repeat center / auto 100%;
  font-size: .32rem; line-height: .65rem; color: #fff;
  margin-bottom: .22rem;
}
.zd-progress ul{
  width: 100%; clear: both;
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
.zd-progress ul li{
  width: auto; margin: 0 .1rem;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  max-width: 2.5rem;
  flex-wrap: wrap;
  position: relative;
}
.zd-progress ul li img{
  width: 1.02rem; display: block; margin:0 .2rem .08rem;
}
.zd-progress ul li b{
  font-weight: bold;font-size: .32rem; line-height: 1; color: #333;
  width: 1.48rem; display: block;
  padding-bottom: .1rem;
  border-bottom: dashed .02rem #d3d3d3;
  margin-bottom: .1rem;
}
.zd-progress ul li b em{
  color: #6937cd;
}
.zd-progress ul li p{
  font-size: .22rem; line-height: 1; color: #666;
  white-space: nowrap;
  display: block;
}
.zd-progress ul li::after {
  content: '';
  width: 0.13rem;
  height: 0.16rem;
  display: block;
  background: url(../images/zd-icon-arr01.png) no-repeat center / 100%;
  position: absolute;
  top: 0.43rem;
  right: -0.24rem;
}
.zd-progress ul li:last-child::after {
  display: none;
}
.Gg{
  display: inline-block;
  width: 100%;
  height: 1.27rem;
  background: url("../images/Gg.png") no-repeat center top;
  background-size: 100%;
  margin-bottom: .4rem;
}
.Gg a{
  display: inline-block;
  width: 1.09rem;
  height: 1.11rem;
  background: url(../images/GgA.png) no-repeat center top;
  background-size: 100%;
  cursor: pointer;
  float: right;
  margin-top: .1rem;
  margin-right: .32rem;
}