@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: #eee2fe;
}
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: #fddbdb;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #8a8a8a 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: #b6b6b7 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #b6b6b7 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: 5.88rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 7.75rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.52rem;
  top: 0.68rem;
  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: .22rem;
  right: 0;
}
.banner-box .fixBtn a {
  display: block;
  margin-left: 0.2rem;
  margin-bottom: 0.11rem;
  width: .68rem;
  height: 0.66rem;
  -webkit-border-radius: 0.15rem 0 0 0.15rem;
  -moz-border-radius: 0.15rem 0 0 0.15rem;
  border-radius: 0.15rem 0 0 0.15rem;
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  background: #d9031d;
  padding-top: .08rem;
}
.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: 5.52rem 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.76rem;
  height: 1.52rem;
  display: inline-block;
  background: url("../images/index-btn01.png") no-repeat center top / 100%;
  border-radius: 0.53rem;
  font-size: 0.37rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.index-btn a span {
  font-weight: 600;
  height: 1.18rem;
  line-height: 1.18rem;
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #ffec80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.index-btn p {
  font-size: 0.22rem;
  line-height: 1;
  color: #fff;
  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.42rem;
  height: 3.04rem;
  clear: both;
  margin: 0 auto .65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: url("../images/zd-img01.png") no-repeat center top / 100%;
  border-radius: 0.2rem;
  position: relative;
}
.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: 100%;
  clear: both;
  margin-top: 0.41rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.member ul li {
  width: 1.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.25rem 0;
}
.member ul li img {
  width: 100%;
  display: block;
  border-radius: 50px;
}
.member ul li span {
  width: 0.85rem;
  height: 0.32rem;
  display: block;
  background: #ffab33;
  border: solid 0.03rem #fff;
  border-radius: 0.32rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #fff;
  margin-top: -0.27rem;
}
.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;
}
.zd-btn a {
  width: 4.66rem;
  height: 1.44rem;
  display: block;
  margin: 0 auto;
  font-size: 0.36rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  background: url("../images/btn01.png") no-repeat center / 100%;
}
.zd-btn a span {
  line-height: 1;
  color: #fff;
}
.zd-progress {
  width: 100%;
  clear: both;
  background: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0.3rem;
  padding-bottom: 0.36rem;
}
.zd-progress h3 {
  width: 100%;
  height: 1.04rem;
  clear: both;
  display: block;
  background: url("../images/zd-tit01.png") no-repeat center top / auto 100%;
  font-size: 0.34rem;
  line-height: 0.68rem;
  font-weight: 600;
  color: #fff;
}
.zd-progress ul {
  width: 100%;
  margin-top: -0.07rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.zd-progress ul li {
  width: 1.2rem;
  height: auto;
  margin: 0 0.41rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.zd-progress ul li img {
  width: 1.15rem;
  display: block;
  margin: 0 auto 0.2rem;
}
.zd-progress ul li span {
  font-size: 0.24rem;
  line-height: 0.31rem;
  color: #0857e8;
}
.zd-progress ul li::after {
  content: "";
  width: 0.24rem;
  height: 0.28rem;
  display: block;
  background: url("../images/zd-icon-arr01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.33rem;
  right: -0.53rem;
}
.zd-progress ul li:last-child::after {
  display: none;
}
.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;
}
.share-btn {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin-bottom: 0.27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.share-btn a {
  width: 4.9rem;
  height: 1.81rem;
  background: url("../images/shareBtn.png") no-repeat center top / 100%;
  font-size: 0.36rem;
  line-height: 1.3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.share-btn a span {
  font-weight: 600;
  line-height: 1;
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #f4ca78 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.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 */