@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: #becdf6;
}
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: #becdf6;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #021a59 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: #021a59 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #021a59 url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.2rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap1 {
  width: 6.7rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 3.98rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 11.29rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.56rem;
  top: 0.57rem;
  width: 1.91rem;
  height: auto;
  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.47rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.27rem;
  width: 1.3rem;
  height: 0.67rem;
  display: block;
  -webkit-border-radius: 0 0 0.15rem 0.15rem;
  -moz-border-radius: 0 0 0.15rem 0.15rem;
  border-radius: 0 0 0.15rem 0.15rem;
  font-size: 0.24rem;
  line-height: 0.67rem;
  color: #4d6cbf;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #f1f7ff;
  border: solid 0.01rem #6289f4;
  border-top: 0;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mainIndex .indexBtn {
  margin-top: 7.11rem;
  width: 100%;
  height: 2.25rem;
  clear: both;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 5.87rem;
  height: 0.9rem;
  display: block;
  margin: 0.1rem auto 0;
  background: #ffe083;
  background: -webkit-linear-gradient(#fff 20%, #ffe083);
  background: -moz-linear-gradient(#fff 20%, #ffe083);
  background: -o-linear-gradient(#fff 20%, #ffe083);
  background: linear-gradient(#fff 20%, #ffe083);
  font-size: 0.4rem;
  line-height: 0.9rem;
  font-weight: bold;
  color: #bc1b21;
  border-radius: 0.5rem;
  cursor: pointer;
  text-shadow: 0 0.02rem 0.01rem #ffffff;
}
.mainIndex .indexBtn p {
  font-size: 0.24rem;
  line-height: 1.3;
  clear: both;
  color: #fff;
  width: 90%;
  margin: 0.23rem 5% 0;
}
.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.32rem;
  line-height: 1;
  color: #333;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.actEnd img.ewm {
  width: 2.43rem;
  margin: 0.35rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #333;
}
.actEnd p span {
  color: #fa1c1c;
}
.member {
  width: 100%;
  height: 2.8rem;
  margin-bottom: 0.87rem;
  position: relative;
  background: #fff;
  border: solid 0.01rem #cedee5;
  box-shadow: 0 0.06rem 0.07rem #102f7f;
  border-radius: 0.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.member.suc::after {
  content: '';
  width: 1.2rem;
  height: 0.95rem;
  display: block;
  background: url("../images/tag-suc.png") no-repeat center top / auto 100%;
  position: absolute;
  top: -0.42rem;
  right: -0.22rem;
}
.member ul {
  width: 100%;
  clear: both;
  height: 1.86rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
}
.member ul li {
  width: 1.5rem;
  height: 1.86rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.24rem;
}
.member ul li .pic {
  width: 100%;
  height: 1.65rem;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
.member ul li .pic img {
  width: 1.45rem;
  display: block;
}
.member ul li span {
  font-size: 0.22rem;
  line-height: 0.42rem;
  color: #a4afb3;
  width: 100%;
  height: 0.42rem;
  display: block;
  background: #fff;
  border-radius: 0.4rem;
  margin-top: -0.21rem;
  border: solid 0.01rem #cedee5;
}
.member ul li span.on {
  border: none;
  background: #3854a2;
  background: -webkit-linear-gradient(#4361b2, #2c4692);
  background: -moz-linear-gradient(#4361b2, #2c4692);
  background: -o-linear-gradient(#4361b2, #2c4692);
  background: linear-gradient(#4361b2, #2c4692);
  color: #fff;
  box-shadow: 0 0.06rem 0.02rem #ddecfd;
}
.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.6rem;
  height: 0.76rem;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.34rem;
  color: #bc1b21;
  line-height: 0.76rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  background: #fee5ab;
  background: -webkit-linear-gradient(#fff, #fccb56);
  background: -moz-linear-gradient(#fff, #fccb56);
  background: -o-linear-gradient(#fff, #fccb56);
  background: linear-gradient(#fff, #fccb56);
  box-shadow: 0 0.06rem 0.15rem rgba(255, 255, 255, 0.9) inset, 0 0.05rem 0.15rem rgba(202, 27, 27, 0.4), 0 0.15rem 0.15rem #122d72;
  text-shadow: 0 0.02rem 0.01rem #fff;
}
.zd-btn p {
  font-size: 0.22rem;
  line-height: 1;
  color: #888;
  width: 100%;
  clear: both;
  margin-bottom: 0.26rem;
}
.basebox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  border-radius: 0.2rem;
  border: solid 0.01rem #ffffff;
  background: #fff;
  background: -webkit-linear-gradient(#d5e1ff, #fff 25%);
  background: -moz-linear-gradient(#d5e1ff, #fff 25%);
  background: -o-linear-gradient(#d5e1ff, #fff 25%);
  background: linear-gradient(#d5e1ff, #fff 25%);
  box-shadow: 0 0.06rem 0.07rem rgba(0, 126, 249, 0.4), 0 0.04rem 0.05rem rgba(255, 255, 255, 0.6) inset, 0 0.03rem 0.1rem rgba(0, 124, 248, 0.3) inset;
}
.basebox .tit {
  height: 0.71rem;
  margin: -0.02rem auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.32rem;
  line-height: 0.64rem;
  color: #fff;
  font-weight: bold;
}
.zd-progress {
  margin-bottom: 0.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 3rem;
}
.zd-progress .tit {
  background: url("../images/zd-tit01.png") no-repeat center center / auto 100%;
}
.zd-progress ul {
  width: 100%;
  margin-top: 0.62rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zd-progress ul li {
  width: 1.6rem;
  height: 1.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #eef6fc;
  border-radius: 0.12rem;
  position: relative;
  margin: auto 0.15rem;
}
.zd-progress ul li img {
  width: 0.71rem;
  display: block;
  margin-top: -0.39rem;
}
.zd-progress ul li span {
  width: 100%;
  display: block;
  padding-top: 0.11rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #555555;
}
.zd-joiner {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 3.12rem;
}
.zd-joiner .tit {
  background: url("../images/zd-tit02.png") no-repeat center center / auto 100%;
}
.zd-joiner .noData {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.7rem;
  display: none;
}
.zd-joiner .noData img {
  width: 1.16rem;
  display: block;
}
.zd-joiner .noData p {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #999999;
  text-align: left;
  margin-left: 0.37rem;
}
.zd-joiner ul {
  width: 5.4rem;
  clear: both;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-joiner ul li {
  width: 100%;
  height: 0.85rem;
  margin: 0 auto;
  background: rgba(224, 233, 255, 0.5);
  background: -webkit-linear-gradient(left, #e0e9ff, rgba(255, 240, 240, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #e0e9ff, rgba(255, 240, 240, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #e0e9ff, rgba(255, 240, 240, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #e0e9ff, rgba(255, 240, 240, 0));
  /* 标准的语法 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.22rem;
  border-radius: 0.1rem;
}
.zd-joiner ul li i {
  width: 0.085rem;
  height: 0.085rem;
  display: block;
  background: #203b82;
  border-radius: 50px;
  margin-left: 0.24rem;
}
.zd-joiner ul li a {
  font-size: 0.26rem;
  color: #544c69;
  font-weight: bold;
  width: 1.6rem;
  text-align: left;
}
.zd-joiner ul li time {
  margin-right: 0.25rem;
}
.zd-joiner ul li span {
  display: block;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #254089;
  text-align: center;
  width: 1.53rem;
  height: 0.48rem;
  background: #dfe8ff;
  border-radius: 0.5rem;
  border: solid 0.01rem #3e5cab;
}
.zd-joiner ul li:nth-child(3) {
  border-bottom: 0;
}
.share-btn {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.share-btn a {
  width: 4.7rem;
  height: 0.9rem;
  display: block;
  margin: 0.4rem auto 0.3rem;
  font-size: 0.44rem;
  color: #bc1b21;
  line-height: 0.94rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  background: #fee5ab;
  background: -webkit-linear-gradient(#fff, #fccb56);
  background: -moz-linear-gradient(#fff, #fccb56);
  background: -o-linear-gradient(#fff, #fccb56);
  background: linear-gradient(#fff, #fccb56);
  text-shadow: 0 0.02rem 0 #fff;
}
.zl-progress {
  width: 100%;
  clear: both;
  margin-bottom: 0.3rem;
}
.zl-progress img {
  width: 6.22rem;
  display: block;
}
/*# sourceMappingURL=style.css.map */