@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: #c2d4ff;
}
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: #c2d4ff;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #1c56ed 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: #1c56ed url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #1c56ed url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.7rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap3 {
  width: 7.2rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 5.66rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 10.33rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  width: 2.05rem;
  height: auto;
  display: block;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.4rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.2rem;
  width: 0.49rem;
  height: 0.58rem;
  -webkit-border-radius: 0 0 0.11rem 0.11rem;
  -moz-border-radius: 0 0 0.11rem 0.11rem;
  border-radius: 0 0 0.11rem 0.11rem;
  padding: 0.11rem 0.23rem;
  font-size: 0.24rem;
  line-height: 0.29rem;
  color: #2d4b9d;
  border: solid 0.01rem #fff;
  border-top: 0;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.53);
  box-shadow: 0 0.04rem 0.1rem rgba(19, 70, 215, 0.4);
}
.mainIndex {
  width: 100%;
  clear: both;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.index-btn {
  width: 6.66rem;
  height: auto;
  clear: both;
  margin: 5.87rem auto 0;
  position: relative;
}
.index-btn a {
  width: 100%;
  height: 1.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: url("../images/index-btn01.png") no-repeat center top / 100%;
  border-radius: 0.53rem;
  font-size: 0.34rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.index-btn a span {
  text-shadow: 0 0.03rem 0 rgba(216, 37, 13, 0.88);
  font-weight: 600;
}
.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.92rem;
  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: #7528e0;
}
.member {
  width: 100%;
  clear: both;
  margin-bottom: 0.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.member ul {
  width: 100%;
  clear: both;
  margin-bottom: 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.member ul li {
  width: 1.56rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: auto 0.24rem;
}
.member ul li img {
  width: 1.45rem;
  display: block;
  border-radius: 50%;
  box-shadow: 0.08rem 0.03rem 0.09rem rgba(28, 164, 251, 0.46);
}
.member ul li span {
  width: 100%;
  height: 0.5rem;
  display: block;
  border-radius: 0.5rem;
  background: #d3ddff;
  background: -webkit-linear-gradient(left, #dae3ff, #cbd7ff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #dae3ff, #cbd7ff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #dae3ff, #cbd7ff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #dae3ff, #cbd7ff);
  /* 标准的语法 */
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #2d4b9d;
  margin-top: -0.32rem;
}
.member ul li span.on {
  color: #fff;
  background: #1c7cf4;
  background: -webkit-linear-gradient(left, #1ca8fb, #1c50ec);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1ca8fb, #1c50ec);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1ca8fb, #1c50ec);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1ca8fb, #1c50ec);
  /* 标准的语法 */
}
.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.86rem;
  height: 1.06rem;
  display: block;
  margin: 0 auto;
  font-size: 0.34rem;
  line-height: 1.06rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  background: url("../images/btn02.png") no-repeat center / 100%;
  box-shadow: 0 0.26rem 0.29rem #bdc3ce;
}
.zd-btn a span {
  line-height: 1;
  color: #fff;
  text-shadow: 0 0.02rem 0 rgba(216, 37, 13, 0.88);
}
.zdPart {
  width: 100%;
  clear: both;
  margin-bottom: 0.49rem;
  background: #1c7cf4;
  background: -webkit-linear-gradient(#1c50ec, #1ca8fb);
  background: -moz-linear-gradient(#1c50ec, #1ca8fb);
  background: -o-linear-gradient(#1c50ec, #1ca8fb);
  background: linear-gradient(#1c50ec, #1ca8fb);
  border-radius: 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zdPart h3 {
  width: 100%;
  clear: both;
  margin: 0.31rem auto 0.25rem;
  font-size: 0.32rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zdPart h3::before,
.zdPart h3::after {
  content: '';
  width: 0.23rem;
  height: 0.01rem;
  display: block;
  background: #9ae4f8;
  margin: auto 0.17rem;
}
.zdPart .kuang {
  width: 6.33rem;
  height: 2.76rem;
  margin-bottom: 0.16rem;
  background: #fff;
  border-radius: 0.22rem;
  box-shadow: 0 0.16rem 0.32rem #bbf0ff inset, 0 0.12rem 0.38rem rgba(84, 154, 201, 0.46);
}
.zd-progress {
  clear: both;
}
.zd-progress ul {
  width: 100%;
  clear: both;
  margin-top: 0.47rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-progress ul li {
  width: 1.2rem;
  height: auto;
  margin: 0 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.zd-progress ul li img {
  width: 0.76rem;
  display: block;
  margin: 0 auto 0.25rem;
}
.zd-progress ul li p {
  font-size: 0.22rem;
  line-height: 0.27rem;
  color: #6978a8;
}
.zd-progress ul li p span {
  font-size: 0.24rem;
  line-height: 1;
  color: #ff3c21;
  font-weight: bold;
  padding-bottom: 0.1rem;
  display: block;
}
.zd-progress ul li::after {
  content: "";
  width: 0.35rem;
  height: 0.02rem;
  display: block;
  background: url("../images/zd-icon-arr01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.4rem;
  right: -0.45rem;
}
.zd-progress ul li:last-child::after {
  display: none;
}
.zd-joiner {
  clear: both;
}
.zd-joiner ul {
  width: 5.23rem;
  clear: both;
  margin: 0.44rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-joiner ul li {
  width: 100%;
  height: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #f7fdff;
  background: -webkit-linear-gradient(left, #effaff, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #effaff, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #effaff, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #effaff, #fff);
  /* 标准的语法 */
  border-radius: 0.1rem;
  font-size: 0.24rem;
  margin-bottom: 0.19rem;
}
.zd-joiner ul li i {
  width: 0.085rem;
  height: 0.085rem;
  display: block;
  border-radius: 50%;
  background: #ff7b15;
  margin-right: 0.1rem;
}
.zd-joiner ul li a {
  font-weight: bold;
  color: #3f65f2;
  margin-right: 0.15rem;
}
.zd-joiner ul li time {
  color: #666;
}
.zd-joiner ul li span {
  color: #3f64f2;
  margin-left: 0.15rem;
}
.share-btn {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin-bottom: 0.36rem;
}
.share-btn a {
  width: 4.86rem;
  height: 1.06rem;
  display: block;
  margin: 0 auto;
  font-size: 0.34rem;
  line-height: 1.06rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  background: url("../images/btn02.png") no-repeat center / 100%;
  box-shadow: 0 0.26rem 0.29rem #2a5ec5;
}
.share-btn a span {
  line-height: 1;
  color: #fff;
  text-shadow: 0 0.02rem 0 rgba(216, 37, 13, 0.88);
}
.sharePart {
  margin-bottom: 0.44rem;
  background: #1c7cf4;
  background: -webkit-linear-gradient(#1ca8fb, #1c50ec);
  background: -moz-linear-gradient(#1ca8fb, #1c50ec);
  background: -o-linear-gradient(#1ca8fb, #1c50ec);
  background: linear-gradient(#1ca8fb, #1c50ec);
}
.sharePart h3 {
  margin: 0.2rem auto 0.16rem;
}
.sharePart .zl-progress {
  height: 2.16rem;
}
.sharePart .zl-progress ul {
  width: 100%;
  clear: both;
  margin-top: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sharePart .zl-progress ul li {
  width: 2.55rem;
  height: 1.35rem;
  margin: 0 0.09rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #effbff;
  border-radius: 0.12rem;
}
.sharePart .zl-progress ul li img {
  width: 0.72rem;
  display: block;
  margin-right: 0.1rem;
}
.sharePart .zl-progress ul li span {
  text-align: left;
}
/*# sourceMappingURL=style.css.map */