@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: #dff2fb;
}
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: #ceeefe;
  }
}
.page-index {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #ceeefe url("../images/page-index.jpg") no-repeat center top / 7.5rem;
  font-family: "MiSans", sans-serif;
}
.page-list {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #ceeefe url("../images/page-zd.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: #ceeefe 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: #ceeefe 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: 6.5rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  width: 100%;
  clear: both;
  height: 4.39rem;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.banner-box .logo {
  width: 2.08rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0.62rem;
  left: 0.47rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.3rem;
}
.banner-box .fixBtn a {
  width: 0.59rem;
  display: block;
  padding: 0.19rem 0.25rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
  -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;
  float: left;
  margin-left: 0.18rem;
  background: #0070ff;
  background: -webkit-linear-gradient(#009cff, #0043ff);
  background: -moz-linear-gradient(#009cff, #0043ff);
  background: -o-linear-gradient(#009cff, #0043ff);
  background: linear-gradient(#009cff, #0043ff);
  border: solid 0.01rem #fff;
  border-top: none;
  box-shadow: 0 0.04rem 0.1rem rgba(0, 73, 255, 0.4);
}
.mainIndex {
  width: 100%;
  clear: both;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  margin-top: 6.35rem;
  height: 2.6rem;
}
.mainIndex .indexBtn a {
  width: 3.86rem;
  height: 1.1rem;
  display: block;
  margin: auto;
  background: url("../images/index_btn01.png") no-repeat center / 100%;
  border-radius: 0.6rem;
  box-shadow: 0 0.06rem 0.18rem rgba(59, 177, 255, 0.8);
  font-size: 0.48rem;
  font-weight: 700;
  color: #ff380b;
  line-height: 1.1rem;
}
.mainIndex .indexBtn a span {
  line-height: 1.2;
  position: relative;
}
.mainIndex .indexBtn a span::before,
.mainIndex .indexBtn a span::after {
  content: attr(data-text);
  color: #ff380b;
  position: absolute;
  top: 0;
  left: 0;
}
.mainIndex .indexBtn a span::before {
  color: #ff380b;
  top: 0.04rem;
}
.mainIndex .indexBtn a span::after {
  background: linear-gradient(to bottom, #fff 0%, #fff046 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.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.36rem auto 0;
  display: block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #062c70;
  text-align: center;
}
.shareBtn {
  width: 100%;
  clear: both;
  margin-top: 6.03rem;
  height: 1.24rem;
}
.shareBtn a {
  width: 5.2rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
  background: url("../images/btn01.png") no-repeat center / 100%;
  border-radius: 50px;
  font-size: 0.44rem;
  line-height: 0.95rem;
  color: #813413;
  font-weight: bold;
  text-shadow: 0 0.02rem 0 #fff;
  box-shadow: 0 0.06rem 0.18rem rgba(255, 78, 2, 0.8);
}
.shareBtn a.curSuc {
  position: relative;
}
.shareBtn 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;
}
.zdPart {
  width: 100%;
  clear: both;
  border-radius: 0.16rem;
  background: #1168ed;
  background: -webkit-linear-gradient(#1089ff, #1147da);
  background: -moz-linear-gradient(#1089ff, #1147da);
  background: -o-linear-gradient(#1089ff, #1147da);
  background: linear-gradient(#1089ff, #1147da);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  box-shadow: 0.02rem 0.06rem 0.07rem rgba(0, 126, 249, 0.4), 0.05rem 0.04rem 0.05rem rgba(255, 255, 255, 0.5) inset;
}
.zdPart h3 {
  width: 100%;
  height: 0.82rem;
  font-size: 0.36rem;
  line-height: 0.82rem;
  color: #fff;
  font-weight: 700;
  font-family: "AlimamaShuHeiTi", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zdPart h3::before,
.zdPart h3::after {
  content: '';
  width: 0.26rem;
  height: 0.29rem;
  display: block;
  margin: auto 0.3rem;
  background: url("../images/zd-tit-icon01.png") no-repeat center / 100%;
}
.zdPart h3::after {
  transform: rotate(180deg);
}
.zdPart h3 span {
  color: #fff;
  line-height: 1;
  position: relative;
}
.zdPart h3 span::before,
.zdPart h3 span::after {
  content: attr(data-text);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.zdPart h3 span::before {
  color: #0a69f6;
  top: 0.03rem;
}
.zdPart h3 span::after {
  background: linear-gradient(to bottom, #fff 0%, #fff046 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.zdPart .kuang {
  width: 6.2rem;
  min-height: 1.52rem;
  background: #fff;
  border-radius: 0.15rem;
  box-shadow: 0.02rem 0.07rem 0.27rem rgba(17, 135, 252, 0.77);
  margin: 0 0.15rem 0.17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.member {
  width: 100%;
  clear: both;
  margin-bottom: 0.31rem;
  height: auto;
  background: #ff6614;
  background: -webkit-linear-gradient(#ff741e, #ff5709);
  background: -moz-linear-gradient(#ff741e, #ff5709);
  background: -o-linear-gradient(#ff741e, #ff5709);
  background: linear-gradient(#ff741e, #ff5709);
  box-shadow: 0.02rem 0.06rem 0.07rem rgba(54, 173, 255, 0.7), 0.05rem 0.07rem 0.03rem rgba(255, 255, 255, 0.4) inset;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.member .kuang {
  margin: 0.15rem 0.15rem 1rem;
  background: #fff;
  width: 6.2rem;
  min-height: 2.6rem;
  border-radius: 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.member ul {
  margin-top: 0.3rem;
  min-height: 1.72rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  float: left;
}
.member ul li {
  width: 1.66rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.37rem 0.27rem;
}
.member ul li img {
  width: 1.5rem;
  display: block;
}
.member ul li span {
  width: 100%;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 50px;
  box-sizing: border-box;
  background: #2879f5;
  background: -webkit-linear-gradient(#3ca2fe, #1350ec);
  background: -moz-linear-gradient(#3ca2fe, #1350ec);
  background: -o-linear-gradient(#3ca2fe, #1350ec);
  background: linear-gradient(#3ca2fe, #1350ec);
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
  margin-top: -0.28rem;
  position: relative;
  box-shadow: 0 0.03rem 0 rgba(52, 145, 250, 0.3);
}
.zd-btn {
  width: 100%;
  clear: both;
  margin-bottom: -0.7rem;
  float: left;
}
.zd-btn a {
  width: 5.2rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
  background: url("../images/btn01.png") no-repeat center / 100%;
  border-radius: 50px;
  font-size: 0.44rem;
  line-height: 0.95rem;
  color: #813413;
  font-weight: bold;
  text-shadow: 0 0.02rem 0 #fff;
  box-shadow: 0 0.06rem 0.18rem rgba(255, 78, 2, 0.8);
}
.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 {
  clear: both;
  margin-bottom: 0.3rem;
}
.zd-flow ul {
  width: 100%;
  clear: both;
  margin-top: 0.29rem;
  margin-bottom: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-flow ul li {
  width: 1.4rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.zd-flow ul li img {
  height: 1.15rem;
  display: block;
}
.zd-flow ul li span {
  width: 100%;
  clear: both;
  display: block;
  font-size: 0.24rem;
  line-height: 0.31rem;
  color: #333;
  margin-top: -0.02rem;
}
.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.24rem;
  height: 0.28rem;
  display: block;
  background: url("../images/zd-icon-arr.png") no-repeat center / 100%;
  position: absolute;
  top: 0.34rem;
  right: -0.4rem;
}
.zd-flow ul li:nth-child(2) {
  margin: 0 0.63rem;
}
.zd-flow ul li:last-child::after {
  display: none;
}
.zd-joiner {
  clear: both;
  margin-bottom: 0.78rem;
}
.zd-joiner .kuang {
  height: 1.52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.zd-joiner .partData {
  width: 100%;
  clear: both;
  margin-top: 0.02rem;
  margin-bottom: 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.zd-joiner .partData img {
  width: 1.16rem;
  display: block;
  margin-right: 0.27rem;
}
.zd-joiner .partData p {
  font-size: 0.24rem;
  line-height: 0.33rem;
  color: #999;
  text-align: left;
}
.zd-joiner ul {
  width: 5.4rem;
  margin: auto;
  display: none;
}
.zd-joiner ul li {
  width: 100%;
  clear: both;
  height: 0.85rem;
  font-size: 0.24rem;
  color: #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #eff7ff;
  background: -webkit-linear-gradient(left, #dfefff, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #dfefff, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #dfefff, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #dfefff, #fff);
  /* 标准的语法 */
  border-radius: 0.1rem;
}
.zd-joiner ul li i {
  width: 0.085rem;
  height: 0.085rem;
  display: block;
  border-radius: 50px;
  background: #1186fb;
  margin-right: 0.1rem;
}
.zd-joiner ul li a {
  font-size: 0.24rem;
  font-weight: 700;
  color: #0f46dc;
  line-height: 1;
  display: block;
  width: 1.6rem;
  text-align: left;
}
.zd-joiner ul li span {
  color: #0e44db;
  margin-left: 0.4rem;
}
.zd-help {
  clear: both;
  margin-bottom: 0.4rem;
}
.zd-help .kuang {
  height: 1.77rem;
  align-content: center;
}
.zd-help ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-help ul li {
  width: 2.77rem;
  height: 1.24rem;
  margin: 0 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #eaf5ff;
  border-radius: 0.12rem;
}
.zd-help ul li img {
  width: 0.92rem;
  display: block;
}
.zd-help ul li span {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #526b99;
  text-align: left;
  margin-left: 0.1rem;
}
.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 */