@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: #d5cdfb;
}
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: #d5cdfb;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #7c65de 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: #7c65de url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #7c65de url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.5rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap3 {
  width: 7.1rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 5.8rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 11.08rem;
}
.banner-box .logo {
  position: absolute;
  left: .5rem;
  top: .5rem;
  width: 1.98rem;
  height: 0.41rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.32rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.1rem;
  width: 0.48rem;
  height: auto;
  padding: 0.15rem 0.22rem 0.2rem;
  -webkit-border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  border-radius: 0 0 1rem 1rem;
  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: #b299f1;
  border: .01rem solid #fff;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 1rem;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 5.5rem;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 5.04rem;
  height: 0.96rem;
  display: block;
  margin: 0 auto;
  font-size: 0.38rem;
  line-height: 0.96rem;
  font-weight: bold;
  color: #271d43;
  background: url("../images/index-btn01.png") no-repeat center top;
  background-size: 100%;
}
.mainIndex .indexBtn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #8b2315 0%, #3d160d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.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 img.ewm {
  width: 2.55rem;
  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;
}
.member {
  width: 100%;
  display: block;
  position: relative;
}
.member.suc::after {
  content: '';
  width: 1.15rem;
  height: 1.16rem;
  display: block;
  background: url(../images/tag-suc.png) no-repeat center top / auto 100%;
  position: absolute;
  top: -0.8rem;
  right: -.3rem;
}
.member ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.36rem;
  margin-bottom: 0.58rem;
}
.member ul li {
  width: 1.22rem;
  height: 1.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.25rem;
  position: relative;
}
.member ul li img {
  width: 100%;
  display: block;
}
.member ul li span {
  font-size: 0.2rem;
  line-height: 1;
  color: #4f0909;
  display: block;
  padding-top: 0.14rem;
}
.member ul li.on label{
  display: inline-block;
  width: .85rem;
  height: .32rem;
  line-height: .3rem;
  background: #ffab33;
  border: .01rem solid #fff;
  border-radius: 1rem;
  font-size: .2rem;
  color: #fff;
  position: absolute;
  bottom: -.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;
}
.zd-btn a {
  width: 4.72rem;
  height: .96rem;
  display: block;
  font-size: 0.36rem;
  font-weight: 600;
  color: #271d43;
  line-height: 0.96rem;
  cursor: pointer;
  background: url("../images/zdBtn.png") no-repeat center top;
  background-size: 100%;
  border-radius: 1rem;
  box-shadow: 0 .1rem .1rem rgba(170,163,196,0.2);
}
.zd-btn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #8b2315 0%, #3d160d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.zd-joiner {
  width: 5.82rem;
  height: 2.82rem;
  clear: both;
  border: .01rem solid #d3b1ff;
  background: #d7bcfd;
  background: linear-gradient(to right, #f0e5ff, #d7bcfd);
  border-radius: .18rem;
  margin: .65rem auto 0;
}
.zd-joiner h3 {
  width: 100%;
  height: 0.6rem;
  display: block;
  background: url("../images/zd-tit01.png") no-repeat center top / auto 100%;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: bold;
  margin-top: -.27rem;
}
.zd-joiner ul {
  width: 100%;
  clear: both;
  margin-top: 0.34rem;
}
.zd-joiner ul li {
  width: 5.42rem;
  height: 0.65rem;
  line-height: .65rem;
  display: inline-block;
  font-size: 0.24rem;
  color: #010101;
  background: url("../images/zdLBg.png") no-repeat center top;
  background-size: 100%;
  margin-bottom: .15rem;
}
.zd-joiner ul li i {
  width: 0.27rem;
  height: 0.27rem;
  background: #8c69db;
  border-radius: 50px;
  font-size: 0.2rem;
  line-height: 0.27rem;
  color: #fff;
  text-align: center;
  margin-top: .18rem;
  margin-left: .24rem;
  margin-right: 0.1rem;
  display: inline-block;
  float: left;
}
.zd-joiner ul li a {
  display: inline-block;
  width: 1.3rem;
  text-align: left;
  float: left;
}
.zd-joiner ul li time {
  display: inline-block;
  float: left;
  margin-right: 0.15rem;
}
.zd-joiner ul li span{
  color: #ff451e;
}
.share-btn {
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 3rem;
}
.share-btn a {
  width: 4.4rem;
  height: 0.96rem;
  display: block;
  font-size: 0.36rem;
  font-weight: 600;
  color: #271d43;
  line-height: 0.96rem;
  cursor: pointer;
  background: url("../images/shareBtn.png") no-repeat center top;
  background-size: 100%;
  margin: 0 auto;
}
.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 */