@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: #dff1fa;
}
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: #dff1fa;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #d0effe 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: #d0effe url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #d0effe url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.5rem;
  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: 4.14rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 10.3rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.5rem;
  top: 0.45rem;
  width: 2.05rem;
  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: 0.57rem;
  height: auto;
  padding: 0.19rem 0.25rem 0.19rem;
  -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.3rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #0070ff;
  background: -webkit-linear-gradient(#009cff, #0044ff);
  background: -moz-linear-gradient(#009cff, #0044ff);
  background: -o-linear-gradient(#009cff, #0044ff);
  background: linear-gradient(#009cff, #0044ff);
  border: solid 0.01rem #fff;
  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: 6.6rem;
  width: 100%;
  height: 2.6rem;
  clear: both;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 3.86rem;
  height: 1.1rem;
  display: block;
  margin: 0 auto;
  background: url(../images/index-btn01.png) no-repeat center top / 100%;
  font-size: 0.46rem;
  line-height: 1.04rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 0.06rem 0.18rem rgba(59, 177, 255, 0.8);
}
.mainIndex .indexBtn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #fff 0%, #fff046 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.mainIndex .indexBtn p {
  font-size: 0.24rem;
  line-height: 1;
  clear: both;
  color: #062c70;
  width: 100%;
  margin-top: 0.4rem;
}
.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.22rem;
  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: 3.65rem;
  margin-bottom: 0.31rem;
  position: relative;
  background: #ff5543;
  background: -webkit-linear-gradient(#ff7760, #ff3225);
  background: -moz-linear-gradient(#ff7760, #ff3225);
  background: -o-linear-gradient(#ff7760, #ff3225);
  background: linear-gradient(#ff7760, #ff3225);
  box-shadow: 0.05rem 0.06rem 0.07rem rgba(54, 173, 255, 0.6), 0 0.07rem 0.03rem rgba(255, 255, 255, 0.6) inset, 0.14rem 0 0.1rem rgba(253, 142, 55, 0.4) inset;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.member .kuang {
  width: 6.2rem;
  height: 2.5rem;
  display: block;
  background: #fff;
  box-shadow: 0 0.04rem 0.02rem rgba(253, 142, 55, 0.2) inset, 0 0.07rem 0.27rem rgba(255, 98, 1, 0.77);
  border-radius: 0.2rem;
  margin: 0.15rem auto 0;
}
.member.suc::after {
  content: '';
  width: 1.88rem;
  height: 1.27rem;
  display: block;
  background: url("../images/tag-suc.png") no-repeat center top / auto 100%;
  position: absolute;
  top: -0.12rem;
  right: -0.15rem;
}
.member ul {
  width: 100%;
  clear: both;
  height: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.member ul li {
  width: 1.52rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.44rem;
}
.member ul li img {
  width: 1.5rem;
  display: block;
}
.member ul li span {
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #fff;
  width: 100%;
  height: 0.4rem;
  display: block;
  background: #1f6be2;
  background: -webkit-linear-gradient(#3ca2fe, #0234c5);
  background: -moz-linear-gradient(#3ca2fe, #0234c5);
  background: -o-linear-gradient(#3ca2fe, #0234c5);
  background: linear-gradient(#3ca2fe, #0234c5);
  border-radius: 0.4rem;
  margin-top: -0.38rem;
  box-shadow: 0 0.03rem 0 rgba(52, 145, 250, 0.3);
}
.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: 5.2rem;
  height: 1rem;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.44rem;
  color: #813413;
  line-height: 0.94rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  background: url("../images/btn01.png") no-repeat center / 100%;
  box-shadow: 0 0.06rem 0.18rem rgba(255, 78, 2, 0.8);
  text-shadow: 0 0.02rem 0 #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;
  background: #0960e3;
  background: -webkit-linear-gradient(#1089ff, #0237c7);
  background: -moz-linear-gradient(#1089ff, #0237c7);
  background: -o-linear-gradient(#1089ff, #0237c7);
  background: linear-gradient(#1089ff, #0237c7);
  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 .kuang {
  width: 6.2rem;
  height: auto;
  min-height: 1.52rem;
  background: #fff;
  border-radius: 0.15rem;
  box-shadow: 0 0.07rem 0.27rem rgba(17, 135, 252, 0.77), 0 0.04rem 0 rgba(59, 160, 253, 0.33) inset;
  margin: 0 auto 0.27rem;
}
.basebox .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.25rem auto 0.2rem;
}
.basebox .tit img {
  height: 0.37rem;
  display: block;
}
.zd-progress {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zd-progress .kuang {
  height: 2.22rem;
}
.zd-progress ul {
  width: 100%;
  margin-top: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zd-progress ul li {
  width: 1.4rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  margin: auto 0.31rem;
}
.zd-progress ul li img {
  width: 1.15rem;
  display: block;
}
.zd-progress ul li span {
  width: 100%;
  display: block;
  font-size: 0.24rem;
  line-height: 0.31rem;
  color: #062c70;
}
.zd-progress ul li::after {
  content: '';
  width: 0.24rem;
  height: 0.28rem;
  display: block;
  background: url("../images/zd-icon-arr01.png") no-repeat center center / 100%;
  position: absolute;
  top: 0.33rem;
  right: -0.41rem;
}
.zd-progress ul li:last-child::after {
  display: none;
}
.listGroup {
  width: 100%;
  height: 1.81rem;
  margin: 0 auto 0.25rem;
  background: url("../images/group-img01.png") no-repeat center center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.listGroup a {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  border-radius: 0.35rem;
  margin-right: 0.63rem;
  margin-top: 0.35rem;
  animation: scale2 0.5s linear infinite alternate;
  -o-animation: scale2 0.5s linear infinite alternate;
  -moz-animation: scale2 0.5s linear infinite alternate;
  -webkit-animation: scale2 0.5s linear infinite alternate;
  box-shadow: 0.05rem 0.06rem 0.06rem rgba(255, 105, 54, 0.36);
}
.listGroup a img {
  width: 100%;
  display: block;
}
.listGroup.type2 {
  margin: -0.05rem auto 0.41rem;
}
.zd-joiner {
  margin-bottom: 0.43rem;
}
.zd-joiner .kuang {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.zd-joiner .noData {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  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;
}
.zd-joiner ul {
  width: 5.23rem;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-joiner ul li {
  width: 100%;
  height: 0.6rem;
  margin: 0 auto;
  background: rgba(239, 250, 255, 0.5);
  background: -webkit-linear-gradient(left, #effaff, rgba(255, 240, 240, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #effaff, rgba(255, 240, 240, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #effaff, rgba(255, 240, 240, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #effaff, rgba(255, 240, 240, 0));
  /* 标准的语法 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
}
.zd-joiner ul li i {
  width: 0.085rem;
  height: 0.085rem;
  display: block;
  background: #fa1c1c;
  border-radius: 50px;
  margin-left: 0.24rem;
}
.zd-joiner ul li a {
  font-size: 0.26rem;
  color: #3f65f2;
  font-weight: bold;
  width: 1.6rem;
  text-align: left;
}
.zd-joiner ul li time {
  margin-right: 0.35rem;
}
.zd-joiner ul li span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #3f65f2;
  text-align: center;
  margin-right: 0.15rem;
}
.zd-joiner ul li:nth-child(3) {
  border-bottom: 0;
}
.share-btn {
  width: 100%;
  height: 1.21rem;
  clear: both;
  text-align: center;
}
.share-btn a {
  width: 5.2rem;
  height: 1rem;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.44rem;
  color: #813413;
  line-height: 0.94rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  background: url("../images/btn01.png") no-repeat center / 100%;
  box-shadow: 0 0.06rem 0.18rem rgba(15, 133, 250, 0.5);
  text-shadow: 0 0.02rem 0 #fff;
}
.coupon {
  width: 100%;
  height: 2.64rem;
  display: block;
  background: url("../images/coupon-img01.png") no-repeat center top / 100%;
  margin: 0 auto 0.2rem;
}
.coupon .copBtn {
  width: 2.5rem;
  height: 2.64rem;
  float: right;
  margin-right: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.coupon .copBtn a {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  margin-top: 0.3rem;
  position: relative;
}
.coupon .copBtn a img {
  width: 100%;
  display: block;
}
.coupon .copBtn a::after {
  content: '';
  width: 1.26rem;
  height: 1.17rem;
  display: block;
  background: url("../images/zd-cursor01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.63rem;
  left: 1.2rem;
  animation: scale1 0.6s linear infinite alternate;
  -o-animation: scale1 0.6s linear infinite alternate;
  -moz-animation: scale1 0.6s linear infinite alternate;
  -webkit-animation: scale1 0.6s linear infinite alternate;
}
.coupon .copBtn span {
  font-size: 0.3rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0.03rem 0.04rem rgba(255, 152, 0, 0.68);
}
.zl-progress {
  width: 100%;
  clear: both;
  margin-bottom: 0.3rem;
}
.zl-progress img {
  width: 100%;
  display: block;
}
/*# sourceMappingURL=style.css.map */