@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: #e8d4fc;
}
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: #e8d4fc;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #340169 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: #340169 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #340169 url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 7.1rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 11.17rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-zd .banner-box {
  height: 3.88rem;
}
.page-share .banner-box {
  height: 10.84rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.44rem;
  top: 0.54rem;
  width: 1.92rem;
  height: auto;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.47rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.27rem;
  width: 0.56rem;
  height: auto;
  padding: 0.2rem 0.24rem 0.17rem;
  -webkit-border-radius: 0 0 0.2rem 0.2rem;
  -moz-border-radius: 0 0 0.2rem 0.2rem;
  border-radius: 0 0 0.2rem 0.2rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #6417b3;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mainIndex .indexBtn {
  width: 6.18rem;
  height: 1.89rem;
  clear: both;
  text-align: center;
  background: url(../images/index-btn01.png) no-repeat center top / 100%;
}
.mainIndex .indexBtn a {
  width: 5.94rem;
  height: 1.14rem;
  display: block;
  margin: 0 auto;
  font-size: 0.36rem;
  line-height: 1.14rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.actEnd {
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.actEnd h3 {
  font-size: 0.48rem;
  line-height: 1;
  color: #e92028;
  margin-bottom: 0.88rem;
}
.actEnd h4 {
  font-size: 0.3rem;
  line-height: 1;
  color: #333;
  margin-bottom: 0.88rem;
}
.actEnd img.ewm {
  width: 2.45rem;
  margin: 0.35rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
}
.actEnd p span {
  color: #ff2323;
}
.basebox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.16rem;
  background: #8056ea;
  background: -webkit-linear-gradient(#9b79f1, #6533e2);
  background: -moz-linear-gradient(#9b79f1, #6533e2);
  background: -o-linear-gradient(#9b79f1, #6533e2);
  background: linear-gradient(#9b79f1, #6533e2);
}
.basebox .kuang {
  width: 6.8rem;
  min-height: 2.54rem;
  background: #fff;
  border-radius: 0 0 0.16rem 0.16rem;
  box-shadow: 0 0.02rem 0.2rem rgba(153, 120, 255, 0.42) inset;
  margin: 0.4rem 0.15rem 0.14rem;
}
.basebox .kuang h3 {
  width: 100%;
  height: 0.88rem;
  clear: both;
  background: url("../images/zd-tit01.png") no-repeat center top / auto 100%;
  font-size: 0.36rem;
  line-height: 0.84rem;
  font-weight: 600;
  color: #fff;
  margin-top: -0.46rem;
}
.member {
  margin-bottom: 0.22rem;
  position: relative;
}
.member .kuang {
  border-radius: 0.16rem;
  margin: 0.16rem 0.15rem 0.15rem;
}
.member.suc::after {
  content: '';
  width: 2.79rem;
  height: 0.93rem;
  display: block;
  background: url("../images/tag-suc.png") no-repeat center top / auto 100%;
  position: absolute;
  top: -0.31rem;
  right: -0.14rem;
}
.member ul {
  width: 100%;
  clear: both;
  height: 1.37rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.38rem;
  margin-bottom: 0.36rem;
}
.member ul li {
  width: 1.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.08rem;
}
.member ul li img {
  width: 1.3rem;
  display: block;
}
.member ul li span {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #fff;
  width: 100%;
  height: 0.38rem;
  display: block;
  background: #a8a8a8;
  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: 0.4rem;
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.2);
  margin-top: -0.32rem;
}
.member ul li span.on {
  background: #7b32c6;
  background: -webkit-linear-gradient(#984ce5, #5e17a6);
  background: -moz-linear-gradient(#984ce5, #5e17a6);
  background: -o-linear-gradient(#984ce5, #5e17a6);
  background: linear-gradient(#984ce5, #5e17a6);
  box-shadow: 0 0.03rem 0.1rem rgba(60, 1, 121, 0.1);
}
.zd-btn {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-btn a {
  width: 4.98rem;
  height: 0.9rem;
  display: block;
  margin: 0 auto 0.19rem;
  font-size: 0.38rem;
  font-weight: 600;
  color: #a73b00;
  line-height: 0.9rem;
  cursor: pointer;
  border-radius: 50px;
  background: url("../images/btn01.png") no-repeat center / 100%;
  box-shadow: 0 0.05rem 0.1rem rgba(255, 190, 0, 0.3);
}
.zd-btn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #b0413a 0%, #6a0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.zd-btn p {
  font-size: 0.24rem;
  line-height: 1;
  color: #999;
  padding-bottom: 0.3rem;
  width: 100%;
  clear: both;
}
.zd-progress {
  margin-bottom: 0.13rem;
}
.zd-progress ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.54rem auto 0.25rem;
}
.zd-progress ul li {
  width: 1.7rem;
  height: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  border: solid 0.01rem #9978f1;
  border-radius: 0.12rem;
  position: relative;
}
.zd-progress ul li.step2 {
  margin: auto 0.44rem;
}
.zd-progress ul li img {
  width: 0.71rem;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0.03rem 0.1rem rgba(60, 1, 121, 0.1);
  margin-top: -0.38rem;
}
.zd-progress ul li span {
  width: 100%;
  display: block;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000a33;
}
.zd-progress ul li::after {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/zd-icon-arr01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.55rem;
  right: -0.33rem;
}
.zd-progress ul li:last-child::after {
  display: none;
}
.listGroup {
  width: 7.03rem;
  height: 1.91rem;
  margin: 0 auto;
  background: url("../images/group-img01.png") no-repeat center center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.listGroup a {
  width: 1.17rem;
  height: 1.17rem;
  display: block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-top: 0.35rem;
  animation: scale2 0.5s linear infinite alternate;
  -o-animation: scale2 0.5s linear infinite alternate;
  -moz-animation: scale2 0.5s linear infinite alternate;
  -webkit-animation: scale2 0.5s linear infinite alternate;
}
.listGroup a img {
  width: 100%;
  display: block;
}
.listGroup.type2 {
  margin: -0.05rem auto 0.41rem;
}
.zd-joiner {
  width: 100%;
  clear: both;
  margin: 0.21rem auto 0.25rem;
}
.zd-joiner .kuang {
  height: 3.77rem;
}
.zd-joiner ul {
  width: 100%;
  clear: both;
  margin-top: 0.14rem;
}
.zd-joiner ul li {
  width: 6rem;
  height: 0.44rem;
  margin: 0 auto 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: dashed 0.01rem #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
}
.zd-joiner ul li i {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background: #7b32c6;
  background: -webkit-linear-gradient(#984ce5, #5e17a6);
  background: -moz-linear-gradient(#984ce5, #5e17a6);
  background: -o-linear-gradient(#984ce5, #5e17a6);
  background: linear-gradient(#984ce5, #5e17a6);
  border-radius: 50px;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #fff;
  text-align: center;
  box-shadow: 0 0.03rem 0.1rem rgba(60, 1, 121, 0.1);
  border: solid 0.01rem #fff;
  box-sizing: border-box;
}
.zd-joiner ul li a {
  font-size: 0.26rem;
  color: #541799;
  font-weight: bold;
  width: 1.8rem;
  text-align: left;
}
.zd-joiner ul li time {
  margin-right: 0.35rem;
}
.zd-joiner ul li span {
  width: 1.46rem;
  height: 0.44rem;
  display: block;
  background: #7b32c6;
  background: -webkit-linear-gradient(#984ce5, #5e17a6);
  background: -moz-linear-gradient(#984ce5, #5e17a6);
  background: -o-linear-gradient(#984ce5, #5e17a6);
  background: linear-gradient(#984ce5, #5e17a6);
  border-radius: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #fff;
  text-align: center;
}
.zd-joiner ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.share-btn {
  width: 6.18rem;
  height: 1.89rem;
  clear: both;
  text-align: center;
  margin: auto;
  background: url(../images/index-btn01.png) no-repeat center top / 100%;
}
.share-btn a {
  width: 5.94rem;
  height: 1.14rem;
  display: block;
  margin: 0 auto;
  font-size: 0.36rem;
  line-height: 1.14rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.zd-process {
  margin-bottom: 1.37rem;
  width: 100%;
  clear: both;
  height: 4.2rem;
  border-radius: 0.2rem;
  background: #fff;
}
.zd-process h3 {
  width: 100%;
  height: 0.8rem;
  display: block;
  background: url("../images/zd-tit01.png") no-repeat center top / auto 100%;
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #fff;
  font-weight: bold;
}
.zd-process ul {
  width: 100%;
  clear: both;
  margin-top: 0.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-process ul li {
  width: 2.8rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #ffedd8;
  border-radius: 0.2rem;
  margin: 0 0.15rem;
}
.zd-process ul li img {
  width: 1.58rem;
  display: block;
  border-radius: 50px;
  margin-top: -0.63rem;
  margin-bottom: 0.18rem;
}
.zd-process ul li span {
  width: 100%;
  display: block;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #000;
}
/*# sourceMappingURL=style.css.map */