@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: #f7f0ff;
}
body,
button,
input,
select,
textarea {
  font-family: 'MiSans', 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: #680cbe;
  }
}
.page-index {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #680cbe url("../images/page-index.jpg") no-repeat center top / 7.5rem;
  padding-bottom: 0.72rem;
}
.page-list {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #680cbe url("../images/page-list.jpg") no-repeat center top / 7.5rem;
  padding-bottom: 0.42rem;
}
.page-zd {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #37016a url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
  padding-bottom: 0.43rem;
}
.page-share {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #680cbe url("../images/page-share.jpg") no-repeat center top / 7.5rem;
  padding-bottom: 3.83rem;
}
.wrap {
  width: 6.6rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.wrap1 {
  width: 6.9rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.banner-box {
  width: 100%;
  height: 12.26rem;
  display: block;
  position: relative;
}
.page-list .banner-box {
  height: 5.97rem;
}
.page-zd .banner-box {
  height: 4.04rem;
  padding-top: 2.04rem;
  box-sizing: border-box;
}
.banner-box .logo {
  width: 1.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0.24rem;
  left: 0.62rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.4rem;
  display: flex;
}
.banner-box .fixBtn a {
  width: 1.19rem;
  height: 0.92rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  display: block;
  -webkit-border-radius: 0 0 0.1rem 0.1rem;
  -moz-border-radius: 0 0 0.1rem 0.1rem;
  border-radius: 0 0 0.1rem 0.1rem;
  background: #ae5df4;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
}
.pubBtn {
  width: 6.32rem;
  height: 1.02rem;
  text-align: center;
  margin: 0 auto;
  background: url("../images/index_btn_bg.png") no-repeat center / 100%;
  animation: scale2 0.8s infinite alternate ease-in-out;
}
.pubBtn a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0.36rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: linear-gradient(to bottom, #fb550e, #cd2d01);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pubBtn agray {
  background-color: #ccc;
}
.list-main {
  text-align: center;
}
.list-main .kmList {
  margin-bottom: 0.32rem;
}
.list-main .kmList .kmListBg ul li {
  height: 1.54rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0.34rem;
  border-bottom: 0.01rem dashed #b3b3b3;
  padding: 0 0.1rem 0 0.16rem;
  box-sizing: border-box;
}
.list-main .kmList .kmListBg ul li p.title {
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 0.44rem;
  text-align: left;
}
.list-main .kmList .kmListBg ul li p.title span {
  color: #d90000;
  display: block;
}
.list-main .kmList .kmListBg ul li .listBtn a {
  width: 2.2rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background: #8c3ddf;
  background: -webkit-linear-gradient(#b266f4, #6614ca);
  background: -moz-linear-gradient(#b266f4, #6614ca);
  background: -o-linear-gradient(#b266f4, #6614ca);
  background: linear-gradient(#b266f4, #6614ca);
  font-size: 0.3rem;
  border-radius: 0.32rem;
  -webkit-box-shadow: 0 0.03rem 0.1rem #6513ca89;
  -moz-box-shadow: 0 0.03rem 0.1rem #6513ca89;
  box-shadow: 0 0.03rem 0.1rem #6513ca89;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.list-main .kmList .kmListBg ul li .listBtn .list-tips {
  font-size: 0.24rem;
  color: #999999;
  line-height: 1;
  margin-top: 0.15rem;
}
.list-main .kmList .kmListBg ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.bg1 {
  width: 6.89rem;
  margin: 0 auto;
  background: #8a38df;
  background: -webkit-linear-gradient(#6513ca, #ae5df4);
  background: -moz-linear-gradient(#6513ca, #ae5df4);
  background: -o-linear-gradient(#6513ca, #ae5df4);
  background: linear-gradient(#6513ca, #ae5df4);
  border-radius: 0.16rem;
  padding: 0.16rem;
  box-sizing: border-box;
  box-shadow: inset 0 0.1rem 0.1rem #9158d7;
}
.bg2 {
  background: #fff;
  border-radius: 0.16rem;
  border: 0.01rem solid #fff;
  box-shadow: inset 0 0.02rem 0.2rem #b846fa79;
}
#kmTxt {
  font-family: "YanShiChuangHeiFLY";
  font-size: 0.76rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  background: linear-gradient(120deg, #ffac13, #d51900);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0.06rem 0 #fff);
  line-height: 1;
}
.zd-main .bg1 {
  margin-bottom: 0.28rem;
}
.zd-main .member {
  position: relative;
}
.zd-main .member ul {
  padding-top: 0.36rem;
  width: 100%;
  margin-bottom: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-main .member ul li {
  width: 1.86rem;
  position: relative;
  text-align: center;
}
.zd-main .member ul li img {
  width: 1.32rem;
  display: block;
  margin: 0 auto;
}
.zd-main .member ul li span {
  width: 1.62rem;
  height: 0.38rem;
  border-radius: 0.18rem;
  font-size: 0.22rem;
  background: #a9a9a9;
  background: -webkit-linear-gradient(#e0e0e0, #717171);
  background: -moz-linear-gradient(#e0e0e0, #717171);
  background: -o-linear-gradient(#e0e0e0, #717171);
  background: linear-gradient(#e0e0e0, #717171);
  color: #ffffff;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -0.32rem auto 0;
}
.zd-main .member ul li.active span {
  background: #8a39e0;
  background: -webkit-linear-gradient(#ae5df4, #6614cb);
  background: -moz-linear-gradient(#ae5df4, #6614cb);
  background: -o-linear-gradient(#ae5df4, #6614cb);
  background: linear-gradient(#ae5df4, #6614cb);
  border: none;
  color: #fff;
}
.zd-main .member .zd-btn {
  width: 5.59rem;
  height: 0.9rem;
  background: url(../images/zd_btn_bg.png) no-repeat center / 100%;
  margin: 0 auto;
  animation: scale2 0.8s infinite alternate ease-in-out;
}
.zd-main .member .zd-btn a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0.36rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #fe580f, #cc2c00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zd-main .member .zd-tips {
  font-size: 0.24rem;
  color: #999999;
  text-align: center;
  margin-top: 0.2rem;
  line-height: 1;
  padding-bottom: 0.3rem;
}
.zd-main .member .zd-suc-img {
  width: 1.19rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.zd-main .zd-lc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.46rem 0 0.26rem;
}
.zd-main .zd-lc ul li {
  width: 1.7rem;
  text-align: center;
  margin: 0 0.21rem;
}
.zd-main .zd-lc ul li img {
  width: 0.88rem;
}
.zd-main .zd-lc ul li p {
  width: 100%;
  height: 1.29rem;
  border: 0.01rem solid #b16bff;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-top: -0.55rem;
  color: #000a33;
  padding-top: 0.5rem;
  box-sizing: border-box;
  border-radius: 0.12rem;
}
.zd-main .zd-joiner {
  margin-top: 0.28rem;
}
.zd-main .zd-joiner .bg2 {
  height: 2.27rem;
  box-sizing: border-box;
}
.zd-main .zd-joiner .noData {
  width: 100%;
  display: none;
  margin-top: -0.3rem;
}
.zd-main .zd-joiner .noData img {
  width: 4.51rem;
  display: block;
  margin: 0.65rem auto 0;
}
.zd-main .zd-joiner ul {
  width: 5.69rem;
  display: block;
  margin: 0.23rem auto 0.2rem;
  padding-top: 0.23rem;
}
.zd-main .zd-joiner ul li {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  color: #444444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 0.01rem dashed #c47fff;
}
.zd-main .zd-joiner ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.zd-main .zd-joiner ul li i {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: block;
  text-align: center;
  border-radius: 50px;
  background: #1078ed;
  background: #ac68f4;
  background: -webkit-linear-gradient(#8735ea, #d09afe);
  background: -moz-linear-gradient(#8735ea, #d09afe);
  background: -o-linear-gradient(#8735ea, #d09afe);
  background: linear-gradient(#8735ea, #d09afe);
  font-size: 0.24rem;
  color: #fff;
  font-style: italic;
  font-weight: 700;
}
.zd-main .zd-joiner ul li time {
  margin-right: 0.2rem;
}
.zd-main .zd-joiner ul li a {
  color: #8532ea;
  font-weight: 600;
  flex: 1;
  margin-left: 0.2rem;
}
.zd-main .zd-joiner ul li span {
  font-weight: 600;
}
.zd-main .bg1-2.bg1 {
  padding-top: 0;
}
.zd-main .bg1-2 .bg2 {
  border-radius: 0 0 0.16rem 0.16rem;
  margin-top: -0.34rem;
}
.zd-main .bg1-2 h3 {
  width: 2.96rem;
  height: 0.82rem;
  background: url(../images/zd_pub_bt_bg.png) no-repeat center / 100%;
  font-size: 0.36rem;
  color: #fff;
  margin: 0 auto;
  padding-top: 0.16rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
.capsule {
  width: 6.84rem;
  height: 1.41rem;
  margin: 0 auto;
  background: url("../images/capsule-img01.png") no-repeat center / 100%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.capsule a {
  width: 1.36rem;
  height: 1.37rem;
  display: block;
  margin-right: 0.04rem;
  margin-top: 0.07rem;
  animation: scale1 0.8s linear infinite alternate;
  -o-animation: scale1 0.8s linear infinite alternate;
  -moz-animation: scale1 0.8s linear infinite alternate;
  -webkit-animation: scale1 0.8s linear infinite alternate;
}
.capsule a img {
  width: 100%;
  display: block;
}
#appletJumpBtn img {
  width: 1.5rem;
}
/*# sourceMappingURL=./style.css.map */