@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: #f7f3f3;
}
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: #f7f3f3;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #ffeded 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: #ffc3c3 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #ffe4e4 url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.7rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 3.6rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 11.2rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.4rem;
  top: 0;
  width: 1.92rem;
  height: 0.9rem;
  background: url("../images/logo-bg.png") no-repeat center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-box .logo img {
  width: 1.51rem;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.47rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.27rem;
  width: 0.56rem;
  height: auto;
  padding: 0.18rem 0.15rem 0.2rem;
  -webkit-border-radius: 0 0 0.5rem 0.5rem;
  -moz-border-radius: 0 0 0.5rem 0.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  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: #ffb4b4;
  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: 7.93rem;
  width: 100%;
  height: 1.81rem;
  clear: both;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 6.7rem;
  height: 0.86rem;
  display: block;
  margin: 0 auto;
  background: url(../images/index-btn01.png) no-repeat center top / 100%;
  font-size: 0.36rem;
  line-height: 0.86rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 0.06rem 0.06rem rgba(255, 105, 54, 0.36);
  text-shadow: 0 0.02rem 0.01rem rgba(220, 35, 20, 0.42);
}
.mainIndex .indexBtn p {
  font-size: 0.24rem;
  line-height: 1;
  clear: both;
  color: #555555;
  width: 100%;
  margin-top: 0.21rem;
}
.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: #fa1c1c;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.actEnd img.ewm {
  width: 2.7rem;
  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;
}
.basebox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.25rem;
  background: url("../images/zd-img02.png") no-repeat center top / 100%;
}
.basebox .kuang {
  width: 6.44rem;
  height: auto;
  min-height: 1rem;
  background: #fff;
  border-radius: 0.25rem;
  border: solid 0.01rem #feb9b9;
  box-shadow: 0 0.01rem 0.35rem rgba(254, 185, 185, 0.76) inset;
}
.basebox .kuang .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.76rem auto 0;
}
.basebox .kuang .tit img {
  width: 3.32rem;
  display: block;
}
.member {
  height: auto;
  margin-bottom: 0.05rem;
  position: relative;
  background: url("../images/zd-img01.png") no-repeat center top / 100%;
}
.member .kuang {
  margin: 0.15rem auto 0.2rem;
}
.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.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.23rem;
  margin-bottom: 0.2rem;
}
.member ul li {
  width: 1.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.75rem;
}
.member ul li img {
  width: 1.03rem;
  display: block;
}
.member ul li span {
  font-size: 0.22rem;
  line-height: 0.38rem;
  color: #fff;
  width: 100%;
  height: 0.38rem;
  display: block;
  background: #ff8888;
  border-radius: 0.4rem;
  margin-top: -0.16rem;
}
.member ul li span.on {
  background: #fd5252;
  background: -webkit-linear-gradient(left, #fa1c1c, #ff8888);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fa1c1c, #ff8888);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fa1c1c, #ff8888);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fa1c1c, #ff8888);
  /* 标准的语法 */
  box-shadow: 0 0.03rem 0.07rem #ffd4d4 inset;
}
.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.4rem;
  height: 0.86rem;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.34rem;
  color: #fff;
  line-height: 0.86rem;
  cursor: pointer;
  border-radius: 50px;
  background: url("../images/btn01.png") no-repeat center / 100%;
  box-shadow: 0 0.06rem 0.06rem rgba(255, 105, 54, 0.36);
  text-shadow: 0 0.02rem 0.01rem rgba(220, 35, 20, 0.42);
}
.zd-btn p {
  font-size: 0.22rem;
  line-height: 1;
  color: #888;
  width: 100%;
  clear: both;
  margin-bottom: 0.26rem;
}
.zd-progress {
  margin-top: 0.37rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: url("../images/zd-img02.png") no-repeat center top / 100%;
}
.zd-progress .kuang {
  margin: 0.45rem auto 0.55rem;
  height: 2.26rem;
}
.zd-progress ul {
  width: 100%;
  margin-top: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-progress ul li {
  width: 1.4rem;
  height: 1.51rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  margin: auto 0.35rem;
}
.zd-progress ul li img {
  width: 1.07rem;
  display: block;
}
.zd-progress ul li span {
  width: 100%;
  display: block;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #333;
}
.zd-progress ul li::after {
  content: '';
  width: 0.72rem;
  height: 0.01rem;
  display: block;
  border-top: dashed 0.02rem #ff9f9f;
  position: absolute;
  top: 0.4rem;
  right: -0.7rem;
}
.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 {
  margin: 0.45rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zd-joiner .noData {
  width: 100%;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.zd-joiner .noData img {
  width: 1.92rem;
  display: block;
}
.zd-joiner .noData p {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #999999;
  text-align: left;
}
.zd-joiner ul {
  width: 5.9rem;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 1.5rem;
}
.zd-joiner ul li {
  width: 100%;
  height: 0.6rem;
  margin: 0 auto;
  background: rgba(255, 240, 240, 0.5);
  background: -webkit-linear-gradient(left, #fff0f0, rgba(255, 240, 240, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff0f0, rgba(255, 240, 240, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff0f0, rgba(255, 240, 240, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff0f0, 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.35rem;
  height: 0.35rem;
  display: block;
  background: #fa1c1c;
  border-radius: 50px;
  font-size: 0.24rem;
  line-height: 0.35rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  margin-left: 0.24rem;
}
.zd-joiner ul li a {
  font-size: 0.26rem;
  color: #333;
  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;
  width: 1.3rem;
  height: 0.4rem;
  background: #ff3d2b;
  border-radius: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
  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.7rem;
  height: 0.86rem;
  display: block;
  margin: 0 auto;
  background: url(../images/btn02.png) no-repeat center top / 100%;
  font-size: 0.34rem;
  line-height: 0.86rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 0.06rem 0.06rem rgba(255, 105, 54, 0.36);
  text-shadow: 0 0.02rem 0.01rem rgba(220, 35, 20, 0.42);
}
.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;
}
.zl-progress img {
  width: 100%;
  display: block;
}
/*# sourceMappingURL=style.css.map */