@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: #fdefef;
}
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: #fdefef;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #fff 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: #ffe0e0 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #ffe0e0 url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.6rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap3 {
  width: 7.1rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 4.42rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 8.33rem;
}
.banner-box .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.7rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #c81e1e;
  background: -webkit-linear-gradient(left, #c21818, #cd2323);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #c21818, #cd2323);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #c21818, #cd2323);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #c21818, #cd2323);
  /* 标准的语法 */
  border-radius: 0 0 0.5rem 0;
}
.banner-box .logo.type2 {
  background: #ef4c4c;
  background: -webkit-linear-gradient(left, #ff6464, #de3434);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff6464, #de3434);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff6464, #de3434);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff6464, #de3434);
  /* 标准的语法 */
}
.banner-box .logo img {
  width: 1.72rem;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0.24rem;
  right: 0;
}
.banner-box .fixBtn a {
  float: left;
  margin-bottom: 0.2rem;
  width: 1.26rem;
  height: 0.4rem;
  -webkit-border-radius: 0.4rem 0 0 0.4rem;
  -moz-border-radius: 0.4rem 0 0 0.4rem;
  border-radius: 0.4rem 0 0 0.4rem;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #ff7575;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 0.65rem;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 7.08rem;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 4.82rem;
  height: 1.16rem;
  display: block;
  margin: 0 auto;
  font-size: 0.42rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/btn01.png") no-repeat center / 100%;
}
.mainIndex .indexBtn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #8b2315 0%, #3d160d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.mainIndex .indexBtn p {
  width: 100%;
  margin: auto;
  font-size: 0.24rem;
  line-height: 1;
  color: #333;
}
.actEnd {
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.actEnd img.ewm {
  width: 2.46rem;
  margin: 0.22rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
}
.actEnd p span {
  color: #ff2323;
}
.zdPart {
  width: 100%;
  clear: both;
  height: auto;
  background: #e74e4e;
  background: -webkit-linear-gradient(#ff7878, #ce2424);
  background: -moz-linear-gradient(#ff7878, #ce2424);
  background: -o-linear-gradient(#ff7878, #ce2424);
  background: linear-gradient(#ff7878, #ce2424);
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.zdPart .kuang {
  width: 5.8rem;
  height: auto;
  clear: both;
  background: #fff;
}
.member {
  height: 3.88rem;
}
.member.suc::after {
  content: '';
  width: 2.18rem;
  height: 1.48rem;
  background: url("../images/tag-suc.png") no-repeat center / 100%;
  position: absolute;
  top: -0.08rem;
  right: 0;
}
.member .kuang {
  margin-top: 0.34rem;
  height: 2.76rem;
  border-radius: 0.2rem;
  background: #fff7f2;
  background: -webkit-linear-gradient(#fff, #ffefe4);
  background: -moz-linear-gradient(#fff, #ffefe4);
  background: -o-linear-gradient(#fff, #ffefe4);
  background: linear-gradient(#fff, #ffefe4);
}
.member .kuang ul {
  width: 100%;
  clear: both;
  margin-top: 0.54rem;
  margin-bottom: 0.36rem;
  height: 1.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.member .kuang ul li {
  width: 1.1rem;
  margin: 0 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.member .kuang ul li img {
  width: 0.91rem;
  display: block;
}
.member .kuang ul li.null img {
  width: 0.93rem;
  margin-bottom: 0.2rem;
}
.member .kuang ul li span {
  font-size: 0.22rem;
  line-height: 0.26rem;
  color: #333;
  margin-top: 0.05rem;
}
.member .kuang ul li span.on {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.38rem;
  display: block;
  background: #ec4030;
  background: -webkit-linear-gradient(left, #f0573e, #e82822);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f0573e, #e82822);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f0573e, #e82822);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f0573e, #e82822);
  /* 标准的语法 */
  border-radius: 0.3rem;
  margin-top: -0.07rem;
  width: 0.85rem;
}
.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.18rem;
  height: 1rem;
  display: block;
  margin: 0 auto -0.38rem;
  font-size: 0.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.94rem;
  cursor: pointer;
  border-radius: 50px;
  background: url("../images/btn02.png") no-repeat center / 100%;
}
.zd-btn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #8b2315 0%, #3d160d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.zd-joiner {
  height: 4.07rem;
  margin: 0.31rem auto 0.66rem;
}
.zd-joiner h3 {
  width: 100%;
  height: 0.64rem;
  display: block;
  background: url("../images/zd-tit01.png") no-repeat center top / auto 1.12rem;
  font-size: 0.36rem;
  line-height: 0.64rem;
  color: #fff;
  margin-top: 0.26rem;
}
.zd-joiner .kuang {
  height: 2.84rem;
  width: 6.24rem;
  border-radius: 0.2rem;
}
.zd-joiner .kuang ul {
  width: 5.74rem;
  margin: 0.21rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-joiner .kuang ul li {
  width: 100%;
  clear: both;
  height: 0.72rem;
  border-bottom: dashed 0.02rem #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
  color: #222;
}
.zd-joiner .kuang ul li i {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  margin-left: 0.2rem;
  border-radius: 50px;
  background: #ed3738;
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-align: center;
  color: #fff;
}
.zd-joiner .kuang ul li a {
  width: 1.4rem;
  text-align: left;
  margin-left: 0.1rem;
}
.zd-joiner .kuang ul li span {
  margin-right: 0.42rem;
}
.share-btn {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin-bottom: 0.38rem;
}
.share-btn a {
  width: 4.82rem;
  height: 1.07rem;
  display: block;
  margin: auto;
  font-size: 0.42rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/btn03.png") no-repeat center / 100%;
}
.share-btn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #8b2315 0%, #3d160d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.zl-progress {
  margin-bottom: 0.83rem;
  width: 100%;
  clear: both;
  border-radius: 0.2rem;
  background: #ff6c5d;
}
.zl-progress h3 {
  width: 100%;
  clear: both;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.72rem;
}
.zl-progress .kuang {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0.2rem;
}
.zl-progress .kuang ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zl-progress .kuang ul li {
  width: 2.56rem;
  height: 1.43rem;
  background: #f8d6d2;
  border-radius: 0.1rem;
  margin: auto 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zl-progress .kuang ul li img {
  width: 0.74rem;
  display: block;
  margin-right: 0.1rem;
}
.zl-progress .kuang ul li span {
  width: 1.42rem;
  display: block;
  text-align: left;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #333;
}
/*# sourceMappingURL=style.css.map */