@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: #e6f1ff;
}
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: #001ba5;
  }
}
.page-index {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #001daa url("../images/page-index.jpg") no-repeat center top / 7.5rem;
}
.page-list {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #001ba5 url("../images/page-list.jpg") no-repeat center top / 7.5rem;
}
.page-zd {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #001ba5 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-zd .wrap1 {
  padding-bottom: 0.4rem;
}
.page-share {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #001ba5 url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.6rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.wrap1 {
  width: 6.9rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  width: 100%;
  height: 11.12rem;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-list .banner-box {
  height: 4.93rem;
}
.page-zd .banner-box {
  height: 4.83rem;
}
.page-share .banner-box {
  height: 11.36rem;
}
.banner-box .logo {
  width: 1.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0.64rem;
  left: 0.5rem;
}
.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.94rem;
  font-size: 0.24rem;
  line-height: 0.94rem;
  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: #00a6ff;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
}
.indexBtn {
  width: 5.19rem;
  height: 0.76rem;
  text-align: center;
  margin: 0 auto;
  background: #ff5712;
  background: -webkit-linear-gradient(#ff7020, #ff3d04);
  background: -moz-linear-gradient(#ff7020, #ff3d04);
  background: -o-linear-gradient(#ff7020, #ff3d04);
  background: linear-gradient(#ff7020, #ff3d04);
  border-radius: 0.38rem;
  box-shadow: inset 0 0.03rem 0.19rem #ffba00, 0 0.04rem 0 #fff;
}
.indexBtn 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;
}
.indexBtn agray {
  background-color: #ccc;
}
.list-main {
  text-align: center;
}
.list-main .kmList {
  margin-bottom: 0.5rem;
}
.list-main .kmList .kmListBg {
  padding-bottom: 0.58rem;
}
.list-main .kmList .kmListBg ul li {
  width: 5.77rem;
  height: 1.06rem;
  background: #daf2ff;
  border-radius: 0.1rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.list-main .kmList .kmListBg ul li h4 img {
  width: 0.82rem;
  margin-right: 0.2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.1rem 0.15rem #063ad574;
}
.list-main .kmList .kmListBg ul li span {
  font-size: 0.3rem;
  color: #1251e1;
  font-weight: 700;
}
.list-main .kmList .kmListBg ul li .listLine {
  width: 1.26rem;
  margin: 0 0.16rem;
}
.list-main .kmList .kmListBg ul li .listBtn {
  width: 1.47rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #ff5310;
  background: -webkit-linear-gradient(#ff3902, #ff6d1e);
  background: -moz-linear-gradient(#ff3902, #ff6d1e);
  background: -o-linear-gradient(#ff3902, #ff6d1e);
  background: linear-gradient(#ff3902, #ff6d1e);
  font-size: 0.28rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.04rem 0.08rem #3277e749;
  -moz-box-shadow: 0 0.04rem 0.08rem #3277e749;
  box-shadow: 0 0.04rem 0.08rem #3277e749;
  display: block;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
}
.list-main .kmList .kmListBg ul li:last-child {
  margin-bottom: 0;
}
.bg1 {
  width: 6.7rem;
  margin: 0 auto;
  background: #1c64e9;
  background: -webkit-linear-gradient(#0434d3, #3393ff);
  background: -moz-linear-gradient(#0434d3, #3393ff);
  background: -o-linear-gradient(#0434d3, #3393ff);
  background: linear-gradient(#0434d3, #3393ff);
  border-radius: 0.15rem;
  padding: 0.16rem;
  box-sizing: border-box;
}
.bg2 {
  background: #fff;
  border-radius: 0.15rem;
}
.bg2 h3 {
  width: 3.04rem;
  height: 0.73rem;
  line-height: 0.73rem;
  background: #1193f6;
  background: -webkit-linear-gradient(left, #1ebcfc, #0369ef);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, #1ebcfc, #0369ef);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, #1ebcfc, #0369ef);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1ebcfc, #0369ef);
  /* 标准的语法 */
  -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;
  font-size: 0.36rem;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 0.54rem;
}
.zd-main .bg1 {
  margin-bottom: 0.3rem;
}
.zd-main .bg1 h3 {
  width: 3.73rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
.zd-main .member ul {
  width: 100%;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-main .member ul li {
  width: 1.28rem;
  position: relative;
  text-align: center;
  margin: 0 0.12rem;
}
.zd-main .member ul li img {
  width: 0.92rem;
  display: block;
  margin: 0 auto;
}
.zd-main .member ul li span {
  width: 100%;
  height: 0.34rem;
  line-height: 0.36rem;
  border: 0.01rem solid #999999;
  background: #fff;
  border-radius: 0.18rem;
  font-size: 0.22rem;
  color: #999999;
  display: block;
  margin-top: -0.15rem;
  position: relative;
}
.zd-main .member ul li.active span {
  background: #1194f6;
  background: -webkit-linear-gradient(#1ebcfc, #036bef);
  background: -moz-linear-gradient(#1ebcfc, #036bef);
  background: -o-linear-gradient(#1ebcfc, #036bef);
  background: linear-gradient(#1ebcfc, #036bef);
  border: none;
  color: #fff;
}
.zd-main .member .zd-tips {
  font-size: 0.24rem;
  color: #888888;
  text-align: center;
  margin-top: 0.1rem;
  padding-bottom: 0.32rem;
}
.zd-main .zd-lc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.1rem 0 0.2rem;
}
.zd-main .zd-lc ul li {
  width: 2.1rem;
  text-align: center;
}
.zd-main .zd-lc ul li img {
  width: 1.17rem;
}
.zd-main .zd-lc ul li p {
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: -0.1rem;
  color: #333333;
  font-weight: 600;
}
.zd-main .zd-lc ul li p span {
  display: block;
  color: #ff5203;
}
.zd-main .zd-joiner {
  margin-top: 0.2rem;
}
.zd-main .zd-joiner .bg2 {
  height: 3.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;
}
.zd-main .zd-joiner ul li {
  width: 100%;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.24rem;
  color: #444444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #e7f1fd;
  border-radius: 0.08rem;
  margin-bottom: 0.15rem;
}
.zd-main .zd-joiner ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.zd-main .zd-joiner ul li i {
  width: 0.34rem;
  height: 0.34rem;
  line-height: 0.34rem;
  display: block;
  margin-left: 0.3rem;
  text-align: center;
  border-radius: 50px;
  background: #1078ed;
  font-size: 0.24rem;
  color: #fff;
}
.zd-main .zd-joiner ul li time {
  margin-right: 0.2rem;
}
.zd-main .zd-joiner ul li a {
  font-size: 0.24rem;
  color: #010101;
  width: 1.3rem;
  text-align: left;
  margin-left: 0.1rem;
  font-weight: 600;
}
.zd-main .zd-joiner ul li span {
  width: 1.24rem;
  line-height: 0.36rem;
  display: block;
  background: #1078ed;
  border-radius: 0.18rem;
  margin-right: 0.3rem;
  text-align: center;
  color: #fff;
}
.pubBtn {
  position: relative;
  margin-top: 0.2rem;
  width: 4.34rem;
  height: 0.76rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/zd_btn_bg.png) no-repeat center / 100%;
  margin: 0 auto;
}
.pubBtn a {
  width: 100%;
  height: 100%;
  line-height: 0.76rem;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 0.34rem;
  font-weight: 700;
  text-shadow: 0 0.02rem 0.01rem #dc251468;
}
.share-main {
  padding-bottom: 0.42rem;
}
.share-main .shareBtn {
  margin-bottom: 4rem;
}
.share-main .share-tips {
  font-size: 0.18rem;
  color: #ffffff;
  margin: 0.1rem 0.4rem 0;
}
.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.1rem;
  margin-top: 0.03rem;
  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 */