@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: #a4fdab;
}
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;
}
.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;
}
.gray2 {
  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: #53da5e;
  }
}
.page-index {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #53da5e url("../images/page-index.jpg") no-repeat center top / 7.5rem;
  font-family: "MiSans", sans-serif;
}
.page-zd {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #53da5e url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
  font-family: "MiSans", sans-serif;
}
.page-share {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #53da5e url("../images/page-share.jpg") no-repeat center top / 7.5rem;
  font-family: "MiSans", sans-serif;
}
.wrap {
  width: 6.7rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap1 {
  width: 7rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  width: 100%;
  clear: both;
  height: 3.7rem;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.banner-box .logo {
  width: 2.41rem;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
  position: absolute;
  top: 0;
  left: 0.45rem;
}
.banner-box .logo img {
  width: 1.93rem;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.banner-box .fixBtn a {
  width: 0.55rem;
  display: block;
  padding: 0.13rem 0.15rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0 0 0.16rem 0.16rem;
  -moz-border-radius: 0 0 0.16rem 0.16rem;
  border-radius: 0 0 0.16rem 0.16rem;
  float: left;
  margin-left: 0.18rem;
  background: #5ada52;
}
.mainIndex {
  width: 100%;
  clear: both;
  margin-top: 8.14rem;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  height: 2.16rem;
}
.mainIndex .indexBtn a {
  width: 5.06rem;
  height: 0.99rem;
  display: block;
  margin: auto;
  background: url("../images/btn-index01.png") no-repeat center / 100%;
  box-shadow: 0 0.04rem 0.12rem rgba(89, 238, 116, 0.5);
  border-radius: 0.5rem;
  font-size: 0.38rem;
  line-height: 0.99rem;
  color: #fff;
  font-weight: 700;
  /* 添加文字描边效果 */
  text-shadow: -0.02rem -0.02rem 0 #f6360d, 0.02rem -0.02rem 0 #f6360d, -0.02rem 0.02rem 0 #f6360d, 0.02rem 0.02rem 0 #f6360d;
}
.mainIndex .indexBtn a.curSuc {
  position: relative;
}
.mainIndex .indexBtn a.curSuc::after {
  content: '';
  width: 1rem;
  height: 0.95rem;
  display: block;
  background: url("../images/cursor.png") no-repeat center / 100%;
  position: absolute;
  top: 0.5rem;
  right: -0.2rem;
  animation: scale1 0.5s linear infinite alternate;
  -o-animation: scale1 0.5s linear infinite alternate;
  -moz-animation: scale1 0.5s linear infinite alternate;
  -webkit-animation: scale1 0.5s linear infinite alternate;
}
.mainIndex .indexBtn p {
  width: 100%;
  margin: 0.18rem auto 0;
  display: block;
  font-size: 0.26rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
}
.mainIndex .shareBtn {
  width: 100%;
  clear: both;
  height: 0.99rem;
  margin-bottom: 0.82rem;
}
.zdPart {
  width: 100%;
  clear: both;
  border-radius: 0.3rem;
  background: url("../images/zd-img01.png") no-repeat center top / 100%;
  border: solid 0.04rem #fff;
  box-shadow: 0 0 0.21rem #fff inset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.zdPart h3 {
  width: 100%;
  height: 0.87rem;
  display: block;
  background: url("../images/zd-tit01.png") no-repeat center top / auto 100%;
  margin-top: -0.37rem;
  font-size: 0.42rem;
  line-height: 0.87rem;
  color: #fff;
  font-family: "YanShiChuangHeiFLY", sans-serif;
  text-shadow: -0.03rem -0.03rem 0 #2aa305, 0.03rem -0.03rem 0 #2aa305, -0.03rem 0.03rem 0 #2aa305, 0.03rem 0.03rem 0 #2aa305;
  position: relative;
}
.zdPart h3::before {
  content: '';
  width: 0.5rem;
  height: 0.46rem;
  display: block;
  background: url("../images/zd-kou01.png") no-repeat center / 100%;
  position: absolute;
  top: -0.12rem;
  left: 1.75rem;
}
.member {
  clear: both;
  margin-bottom: 0.64rem;
}
.member.suc {
  position: relative;
}
.member.suc::after {
  content: '';
  width: 2.79rem;
  height: 0.93rem;
  display: block;
  background: url("../images/tag-suc01.png") no-repeat center top / 100%;
  position: absolute;
  top: -0.46rem;
  right: 0;
}
.member ul {
  margin-top: 0.4rem;
  min-height: 1.76rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.member ul li {
  width: 1.58rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.32rem 0.3rem;
}
.member ul li .pic {
  width: 100%;
  height: 1.76rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.member ul li .pic img {
  width: 100%;
  display: block;
}
.member ul li span {
  width: 1.48rem;
  height: 0.42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 50px;
  box-sizing: border-box;
  background: #a2f5af;
  background: -webkit-linear-gradient(left, #baf9b3, #8af1ab);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #baf9b3, #8af1ab);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #baf9b3, #8af1ab);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #baf9b3, #8af1ab);
  /* 标准的语法 */
  font-size: 0.24rem;
  line-height: 1;
  color: #06501b;
  border: solid 0.02rem #fff;
  margin-top: -0.47rem;
  position: relative;
}
.member ul li span.on {
  background: #4bc515;
  background: -webkit-linear-gradient(left, #61d11c, #34b90d);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #61d11c, #34b90d);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #61d11c, #34b90d);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #61d11c, #34b90d);
  /* 标准的语法 */
  color: #fff;
}
.zd-btn {
  width: 100%;
  clear: both;
  margin-bottom: 0.34rem;
}
.zd-btn a {
  width: 5.06rem;
  height: 0.99rem;
  display: block;
  margin: auto;
  background: url("../images/btn01.png") no-repeat center / 100%;
  border-radius: 50px;
  font-size: 0.38rem;
  line-height: 0.99rem;
  color: #fff;
  font-weight: bold;
  /* 添加文字描边效果 */
  text-shadow: -0.02rem -0.02rem 0 #f6360d, 0.02rem -0.02rem 0 #f6360d, -0.02rem 0.02rem 0 #f6360d, 0.02rem 0.02rem 0 #f6360d;
}
.zd-btn a.curSuc {
  position: relative;
}
.zd-btn a.curSuc::after {
  content: '';
  width: 1rem;
  height: 0.95rem;
  display: block;
  background: url("../images/cursor.png") no-repeat center / 100%;
  position: absolute;
  top: 0.5rem;
  right: -0.2rem;
  animation: scale1 0.5s linear infinite alternate;
  -o-animation: scale1 0.5s linear infinite alternate;
  -moz-animation: scale1 0.5s linear infinite alternate;
  -webkit-animation: scale1 0.5s linear infinite alternate;
}
.zd-flow {
  height: 3rem;
  clear: both;
  margin-bottom: 0.65rem;
}
.zd-flow .partData {
  width: 100%;
  clear: both;
  margin-top: 0.38rem;
  margin-bottom: 0.23rem;
}
.zd-flow ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-flow ul li {
  width: 1.4rem;
  height: 1.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.zd-flow ul li img {
  width: 0.85rem;
  display: block;
}
.zd-flow ul li span {
  width: 100%;
  clear: both;
  display: block;
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #333;
  padding-top: 0.18rem;
}
.zd-flow ul li span em {
  font-size: 0.18rem;
  display: block;
  margin-bottom: 0.08rem;
  color: #999;
}
.zd-flow ul li::after {
  content: '';
  width: 0.57rem;
  height: 0.17rem;
  display: block;
  background: url("../images/zd-icon-arr.png") no-repeat center / 100%;
  position: absolute;
  top: 0.35rem;
  right: -0.82rem;
}
.zd-flow ul li:nth-child(2) {
  margin: 0 1rem;
}
.zd-flow ul li:last-child::after {
  display: none;
}
.zd-joiner {
  clear: both;
  margin-bottom: 0.48rem;
  height: 2.6rem;
}
.zd-joiner .partData {
  width: 100%;
  clear: both;
  margin-top: 0.4rem;
}
.zd-joiner .partData p {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
  text-align: center;
  padding-top: 0.23rem;
  display: none;
}
.zd-joiner ul {
  width: 5.4rem;
  display: block;
  margin: auto;
}
.zd-joiner ul li {
  width: 100%;
  clear: both;
  height: 0.55rem;
  background: #fff;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 1;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.15rem;
}
.zd-joiner ul li i {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  border-radius: 50px;
  border: solid 0.01rem #333;
  font-size: 0.18rem;
  line-height: 0.24rem;
  margin-left: 0.31rem;
}
.zd-joiner ul li a {
  display: block;
  width: 1.4rem;
  text-align: left;
}
.zd-joiner ul li span {
  margin-left: 0.3rem;
  margin-right: 0.31rem;
}
.shareFlow {
  height: 1.9rem;
  margin-bottom: 0.41rem;
}
.shareFlow .partData {
  width: 100%;
  clear: both;
  margin-top: 0.38rem;
  margin-bottom: 0.23rem;
}
.shareFlow ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.shareFlow ul li {
  height: 0.73rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.shareFlow ul li img {
  width: 0.72rem;
  display: block;
}
.shareFlow ul li span {
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #333;
  display: block;
  text-align: left;
  margin-left: 0.15rem;
}
.shareFlow ul li::after {
  content: '';
  width: 0.48rem;
  height: 0.14rem;
  display: block;
  background: url("../images/zd-icon-arr.png") no-repeat center / 100%;
  position: absolute;
  top: 0.3rem;
  right: -0.75rem;
}
.shareFlow ul li:nth-child(2) {
  margin-left: 0.97rem;
}
.shareFlow ul li:nth-child(2)::after {
  display: none;
}
.capsule {
  width: 6.95rem;
  height: 1.47rem;
  margin: 0 auto 0.7rem;
  background: url("../images/capsule-img01.png") no-repeat center / auto 100%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: none;
}
.capsule a {
  width: 1.19rem;
  height: 1.19rem;
  display: block;
  margin-top: 0.1rem;
  margin-right: 0.18rem;
  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;
}
.capsule a img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.xf {
  width: 1.5rem;
}
.xf a {
  display: inline-block;
  width: 100%;
}
.xf a img {
  width: 100%;
}
.xf.left {
  left: 0;
  right: auto;
}
/*# sourceMappingURL=style.css.map */