@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: #e0d2fb;
}
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: #e0d2fb;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #b691ff 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: #e2d3ff url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #dac8ff url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.8rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 3.65rem;
  width: 100%;
  float: left;
  position: relative;
}
.idbox{
  height: 3.9rem;
}
.page-share .banner-box {
  height: 10.07rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.4rem;
  top: 0;
  width: 2.6rem;
  height: .88rem;
  display: block;
  background: url("../images/logoBg.png") no-repeat center top;
  background-size: 100%;
}
.banner-box .logo img {
  width: 1.95rem;
  display: block;
  margin: .22rem auto 0;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: .44rem;
}
.banner-box .fixBtn a {
  display: inline-block;
  width: 1.4rem;
  height: 0.59rem;
  -webkit-border-radius: 0 0 .2rem .2rem;
  -moz-border-radius: 0 0 .2rem .2rem;
  border-radius: 0 0 .15rem .15rem;
  font-size: 0.24rem;
  line-height: 0.59rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  background: #3f0ac3;
}
.banner-box .fixBtn a.btn02{
  background: #9a66ff;
  margin-left: .15rem;
}
.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: 7.4rem auto 0.78rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.index-btn a {
  width: 5.6rem;
  height: .97rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: url("../images/index-btn01.png") no-repeat center top / 100%;
  font-size: 0.4rem;
  line-height: .87rem;
  color: #ff6600;
  text-align: center;
}
.index-btn a span {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #ff6600;
  height: .97rem;
  line-height: .84rem;
}
.index-btn a span::after{
  display: inline-block;
  content: '';
  width: .36rem;
  height: .36rem;
  background: url("../images/index-btn02.png") no-repeat center top;
  background-size: 100%;
  vertical-align: top;
  margin-top: .26rem;
  margin-left: .12rem;
}
.index-btn p {
  font-size: 0.22rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.18rem;
}
.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: bold;
  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: 100%;
  height: 3.23rem;
  clear: both;
  margin-bottom: .62rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #8f64e9;
  border-radius: 0.2rem;
  box-shadow: .03rem 0.1rem 0.13rem rgba(143, 100, 233, 0.35);
  position: relative;
}
.member::before{
  display: inline-block;
  content: '';
  width: 6.5rem;
  height: 2.97rem;
  background: #f8ddff;
  background: -webkit-linear-gradient(bottom,#fff, #f8ddff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom,#fff, #f8ddff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom,#fff, #f8ddff); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom,#fff, #f8ddff); /* 标准的语法 */
  position: absolute;
  border-radius: .12rem;
}
.member.suc::after {
  content: '';
  width: 1.19rem;
  height: 1.19rem;
  display: block;
  background: url("../images/tag-suc01.png") no-repeat center top / 100%;
  position: absolute;
  top: -0.08rem;
  left: -0.22rem;
}
.member ul {
  width: 100%;
  clear: both;
  margin-top: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.member ul li {
  display: inline-block;
  width: 1.4rem;
  margin-right: .42rem;
  position: relative;
}
.member ul li:last-child{
  margin-right: 0;
}
.member ul li:last-child::before{
  display: none;
}
.member ul li img {
  width: 1.26rem;
  display: block;
  border-radius: 1rem;
  margin: 0 auto;
}
.member ul li span {
  width: 100%;
  height: 0.48rem;
  line-height: .48rem;
  display: inline-block;
  font-size: 0.24rem;
  color: #3e3a39;
  box-shadow: 0 .03rem .07rem rgba(201,169,255,0.84) inset;
  border-radius: 1rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -.3rem;
}
.member ul li.on span {
  color: #fff;
  background: #ea7a02;
  background: -webkit-linear-gradient(bottom, #ffcc33, #ea7a02);
  background: linear-gradient(to bottom, #ffcc33, #ea7a02);
  box-shadow: 0 .03rem .07rem rgba(255,255,255,0.9) inset;
}
.zdTs{
  font-size: .2rem;
  color: #595757;
  position: relative;
  margin-top: 0.54rem;
  display: inline-block;
  width: 100%;
}
.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: .1rem;
}
.zd-btn a {
  width: 5.64rem;
  height: .98rem;
  display: block;
  margin: 0 auto;
  font-size: 0.4rem;
  line-height: .87rem;
  font-weight: bold;
  color: #ff6600;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  background: url("../images/btn01.png") no-repeat center / 100%;
}
.zd-btn a span {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #ff6600;
  height: .97rem;
  line-height: .84rem;
}
.zd-btn a span::after {
  display: inline-block;
  content: '';
  width: .36rem;
  height: .36rem;
  background: url(../images/index-btn02.png) no-repeat center top;
  background-size: 100%;
  vertical-align: top;
  margin-top: .26rem;
  margin-left: .12rem;
}
.zdP{
  display: inline-block;
  width: 100%;
  background: #8c52ff;
  border-radius: .2rem;
  box-shadow: .03rem .1rem .13rem rgba(143,100,233,0.35);
  position: relative;
}
.zdP::before{
  display: inline-block;
  content: '';
  width: 6.42rem;
  min-height: 2.38rem;
  background: #f8ddff;
  background: -webkit-linear-gradient(bottom, #fff, #f8ddff);
  background: -o-linear-gradient(bottom,#fff, #f8ddff);
  background: -moz-linear-gradient(bottom,#fff, #f8ddff);
  background: linear-gradient(to bottom, #fff, #f8ddff);
  position: absolute;
  left: .18rem;
  top: .46rem;
  border-radius: .12rem;
}
.zdP h3{
  position: relative;
  width: 100%;
  height: .91rem;
  clear: both;
  display: inline-block;
  background: url(../images/zd-tit01.png) no-repeat center top / auto 100%;
  font-size: 0.33rem;
  line-height: .64rem;
  font-weight: bold;
  margin-top: -.06rem;
}
.zdP h3 span{
  font-size: .33rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffffff 20%, #ffff6c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  height: .78rem;
  line-height: .8rem;
}
.zd-progress {
  margin-bottom: 0.3rem;
  padding-bottom: 0.48rem;
}
.zd-progress ul {
  width: 100%;
  margin-top: .42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.zd-progress ul li {
  width: 1.67rem;
  height: 1.28rem;
  border: .01rem solid #b16bff;
  background: #fff;
  border-radius: .12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  margin: 0 .21rem;
}
.zd-progress ul li img {
  width: .69rem;
  display: block;
  margin: 0 auto 0.12rem;
  box-shadow: 0 .03rem .1rem rgba(104, 22, 203, 0.2);
  border-radius: 1rem;
  margin-top: -.32rem;
}
.zd-progress ul li span {
  font-size: 0.23rem;
  line-height: 0.28rem;
  color: #595757;
  display: inline-block;
  width: 100%;
}
.zd-progress ul li::after {
  content: "";
  width: 0.22rem;
  height: 0.2rem;
  display: block;
  background: url(../images/zd-icon-arr01.png) no-repeat center / 100%;
  position: absolute;
  top: 0.5rem;
  right: -0.32rem;
}
.zd-progress ul li:last-child::after {
  display: none;
}
.zd-joiner {
  clear: both;
  margin-bottom: 0.57rem;
  height: 3.05rem;
}
.zd-joiner .joinCont {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: .15rem;
}
.zd-joiner .joinCont img{
  position: relative;
  width: 1.66rem;
  margin-top: .07rem;
}
.zd-joiner .joinCont p {
  font-size: 0.24rem;
  line-height: 1;
  color: #666;
  padding-top: 0.45rem;
}
.zd-joiner .joinCont ul {
  width: 5.68rem;
  clear: both;
  margin: -0.07rem auto;
  position: relative;
}
.zd-joiner .joinCont ul li {
  width: 100%;
  height: .68rem;
  border-bottom: dashed 0.02rem #ceb9f2;
  font-size: 0.24rem;
  line-height: 0.68rem;
  border-radius: initial;
  margin-bottom: 0;
  color: #3e3a39;
}
.zd-joiner .joinCont ul li i {
  width: 0.34rem;
  height: 0.34rem;
  line-height: .34rem;
  display: block;
  color: #8f64e9;
  background: #efddff;
  border-radius: 1rem;
  border: .01rem solid #dab0ff;
  font-size: .24rem;
  font-weight: bold;
  float: left;
  margin-top: .15rem;
}
.zd-joiner .joinCont ul li a {
  width: 1.2rem;
  display: block;
  text-align: left;
  margin-left: 0.1rem;
  float: left;
}
.zd-joiner .joinCont ul li span {
  width: 1.81rem;
  height: .47rem;
  line-height: .47rem;
  border-radius: 1rem;
  box-shadow: 0 .03rem .07rem rgba(201,169,255,0.84) inset;
  float: left;
  margin-top: .12rem;
  background: #fff;
}
.zd-joiner .joinCont ul li:last-child {
  border: none;
}
.zd-joiner ul li {
  width: 5rem;
  height: 0.32rem;
  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;
  margin-right: 0.1rem;
}
.zd-joiner ul li a {
  margin-right: 0.15rem;
  width: 1.1rem;
  text-align: left;
  white-space: nowrap;
}
.zd-joiner ul li time {
  float: left;
}
.zd-joiner ul li span {
  margin-left: 0.2rem;
}
.share-btn {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.share-btn a {
  width: 5.6rem;
  height: .97rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: url(../images/index-btn01.png) no-repeat center top / 100%;
  font-size: 0.4rem;
  line-height: .87rem;
  color: #ff6600;
  text-align: center;
}
.share-btn a span {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #ff6600;
  height: .97rem;
  line-height: .84rem;
}
.share-btn a span::after {
  display: inline-block;
  content: '';
  width: .36rem;
  height: .36rem;
  background: url(../images/index-btn02.png) no-repeat center top;
  background-size: 100%;
  vertical-align: top;
  margin-top: .26rem;
  margin-left: .12rem;
}
.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 */