@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: #ddd5d5 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: #ddd5d5 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #ddd5d5 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.81rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 10.21rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.4rem;
  top: 0.51rem;
  width: 1.92rem;
  height: auto;
}
.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.56rem;
  height: auto;
  padding: 0.18rem 0.24rem 0.2rem;
  -webkit-border-radius: 0 0 0.2rem 0.2rem;
  -moz-border-radius: 0 0 0.2rem 0.2rem;
  border-radius: 0 0 0.2rem 0.2rem;
  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: #f23c38;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mainIndex .indexBtn {
  margin-top: 7.62rem;
  width: 100%;
  height: 1.91rem;
  clear: both;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 4.52rem;
  height: 1.2rem;
  display: block;
  margin: 0 auto;
  background: url(../images/index-btn01.png) no-repeat center top / 100%;
  font-size: 0.34rem;
  line-height: 0.94rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.mainIndex .indexBtn a span {
  width: 100%;
  height: 0.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-shadow: 0 0.03rem 0.05rem #a80103;
  font-weight: bold;
}
.mainIndex .indexBtn a span::after {
  content: '';
  width: 0.09rem;
  height: 0.12rem;
  display: block;
  background: url("../images/icon01.png") no-repeat center top / 100%;
  margin-left: 0.18rem;
}
.mainIndex .indexBtn p {
  font-size: 0.22rem;
  line-height: 1;
  clear: both;
  color: #555555;
  width: 100%;
  margin-top: -0.05rem;
}
.mainIndex .indexBtn p b {
  color: #aa0310;
  font-weight: 600;
}
.mainIndex .indexBtn .zhu {
  font-size: 0.22rem;
  line-height: 1.5;
  color: #444;
}
.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.88rem;
}
.actEnd img.ewm {
  width: 2.98rem;
  margin: 0.35rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
}
.actEnd p span {
  color: #ff2323;
}
.basebox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.14rem;
  background: #fff;
  border: solid 0.01rem #e36464;
  box-sizing: border-box;
}
.basebox .left {
  width: 0.86rem;
  height: 2.09rem;
  background: url("../images/zd-tit01.png") no-repeat center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -0.05rem;
}
.basebox .left span {
  font-size: 0.32rem;
  line-height: 0.35rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0.03rem 0.05rem #a80103;
  width: 0.35rem;
  display: block;
  text-align: center;
  margin-left: -0.08rem;
}
.member {
  height: 2.9rem;
  margin-bottom: 0.96rem;
  position: relative;
}
.member.suc::after {
  content: '';
  width: 1.3rem;
  height: 1.03rem;
  display: block;
  background: url("../images/tag-suc.png") no-repeat center top / auto 100%;
  position: absolute;
  bottom: -0.26rem;
  right: -0.34rem;
}
.member ul {
  width: 100%;
  clear: both;
  height: 1.76rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.26rem;
  margin-bottom: 0.3rem;
}
.member ul li {
  width: 1.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.08rem;
}
.member ul li .pic {
  width: 100%;
  height: 1.43rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
.member ul li .pic img {
  width: 1.31rem;
  display: block;
}
.member ul li span {
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #999;
  width: 100%;
  height: 0.36rem;
  display: block;
  background: #fff;
  border: solid 0.01rem #dcdcdc;
  border-radius: 0.4rem;
  margin-top: -0.02rem;
}
.member ul li span.on {
  color: #fff;
  background: #e94a3f;
  background: -webkit-linear-gradient(#d82b16, #fa6868);
  background: -moz-linear-gradient(#d82b16, #fa6868);
  background: -o-linear-gradient(#d82b16, #fa6868);
  background: linear-gradient(#d82b16, #fa6868);
  border: solid 0.01rem #fa6868;
}
.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.23rem;
  height: 0.83rem;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.34rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.83rem;
  cursor: pointer;
  border-radius: 50px;
  background: url("../images/btn01.png") no-repeat center / 100%;
  box-shadow: 0 0.03rem 0.13rem #e14e4f;
}
.zd-btn a span {
  width: 100%;
  height: 0.83rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-shadow: 0 0.03rem 0.05rem #a80103;
  font-weight: bold;
}
.zd-btn a span::after {
  content: '';
  width: 0.09rem;
  height: 0.12rem;
  display: block;
  background: url("../images/icon01.png") no-repeat center top / 100%;
  margin-left: 0.18rem;
}
.zd-btn p {
  font-size: 0.22rem;
  line-height: 1;
  color: #555555;
  width: 100%;
  clear: both;
}
.zd-btn p b {
  color: #aa0310;
  font-weight: 600;
}
.zd-progress {
  margin-bottom: 0.27rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 2.2rem;
}
.zd-progress ul {
  width: 5rem;
  margin-right: 0.58rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zd-progress ul li {
  width: 1.3rem;
  height: 1.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.zd-progress ul li img {
  width: 0.81rem;
  display: block;
  border-radius: 50%;
}
.zd-progress ul li span {
  width: 100%;
  display: block;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #000a33;
}
.zd-progress ul li::after {
  content: '';
  width: 0.11rem;
  height: 0.17rem;
  display: block;
  background: url("../images/zd-icon-arr01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.55rem;
  right: -0.33rem;
}
.zd-progress ul li:last-child::after {
  display: none;
}
.listGroup {
  width: 7.03rem;
  height: 1.91rem;
  margin: 0 auto;
  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.17rem;
  height: 1.17rem;
  display: block;
  border-radius: 50%;
  margin-right: 0.2rem;
  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;
}
.listGroup a img {
  width: 100%;
  display: block;
}
.listGroup.type2 {
  margin: -0.05rem auto 0.41rem;
}
.zd-joiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 2.7rem;
  margin-bottom: 0.43rem;
}
.zd-joiner .noData {
  width: 5rem;
  margin-right: 0.58rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.zd-joiner .noData img {
  width: 1.76rem;
  display: block;
}
.zd-joiner .noData p {
  font-size: 0.24rem;
  line-height: 0.35rem;
  color: #999999;
  text-align: left;
}
.zd-joiner ul {
  width: 5.2rem;
  clear: both;
  margin-top: 0.14rem;
  margin-right: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 2.36rem;
}
.zd-joiner ul li {
  width: 100%;
  height: 0.78rem;
  margin: 0 auto;
  border-bottom: solid 0.01rem #f4cccb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
}
.zd-joiner ul li i {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  background: #f05f5e;
  background: -webkit-linear-gradient(#f99494, #e62a28);
  background: -moz-linear-gradient(#f99494, #e62a28);
  background: -o-linear-gradient(#f99494, #e62a28);
  background: linear-gradient(#f99494, #e62a28);
  border-radius: 50px;
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.zd-joiner ul li a {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  width: 1.8rem;
  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: 1;
  color: #d7292a;
  text-align: center;
}
.zd-joiner ul li:nth-child(3) {
  border-bottom: 0;
}
.share-btn {
  width: 100%;
  height: 1.91rem;
  clear: both;
  text-align: center;
}
.share-btn a {
  width: 4.52rem;
  height: 1.2rem;
  display: block;
  margin: 0 auto;
  background: url(../images/index-btn01.png) no-repeat center top / 100%;
  font-size: 0.34rem;
  line-height: 0.94rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.share-btn a span {
  width: 100%;
  height: 0.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-shadow: 0 0.03rem 0.05rem #a80103;
  font-weight: bold;
}
.share-btn a span::after {
  content: '';
  width: 0.09rem;
  height: 0.12rem;
  display: block;
  background: url("../images/icon01.png") no-repeat center top / 100%;
  margin-left: 0.18rem;
}
/*# sourceMappingURL=style.css.map */