@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: #c9cdff;
}
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: #c9cdff;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #0513ca 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: #001872 url("../images/page-base.jpg") no-repeat center top / 7.5rem;
  font-family: "MiSans", sans-serif;
}
.wrap {
  width: 7.1rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap3 {
  width: 7.2rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 4.44rem;
  width: 100%;
  float: left;
  position: relative;
}
.banner-box .logo {
  position: absolute;
  left: 0.44rem;
  top: 0.42rem;
  width: 1.91rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.3rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.2rem;
  width: 0.59rem;
  height: 0.72rem;
  -webkit-border-radius: 0 0 0.11rem 0.11rem;
  -moz-border-radius: 0 0 0.11rem 0.11rem;
  border-radius: 0 0 0.11rem 0.11rem;
  padding: 0.11rem 0.25rem 0.2rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: solid 0.01rem #11c4ff;
  border-top: 0;
  background: #0033d8;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 6.36rem;
  text-align: center;
  height: 2.54rem;
}
.mainIndex .indexBtn a {
  width: 5.34rem;
  height: 1.07rem;
  display: block;
  margin: 0.79rem auto 0;
  font-size: 0.4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/index-btn01.png") no-repeat center / 100%;
  box-shadow: 0 0.13rem 0.2rem rgba(1, 34, 160, 0.3);
}
.mainIndex .indexBtn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #fffaf0 0%, #fcffa1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.zdPart {
  width: 100%;
  clear: both;
  float: left;
  background: #1379e9;
  background: -webkit-linear-gradient(#23adff, #0345d3);
  background: -moz-linear-gradient(#23adff, #0345d3);
  background: -o-linear-gradient(#23adff, #0345d3);
  background: linear-gradient(#23adff, #0345d3);
  border-radius: 0.16rem;
  min-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zdPart .kuang {
  width: 6.8rem;
  display: block;
  background: #fff;
  border-radius: 0.16rem;
  min-height: 1rem;
  margin: 0.4rem 0.15rem 0.15rem;
  border: solid 0.01rem #fff;
  box-sizing: border-box;
  box-shadow: 0 0.02rem 0.2rem rgba(70, 194, 250, 0.42) inset;
}
.zdPart .kuang h3 {
  width: 100%;
  height: 0.82rem;
  display: block;
  background: url("../images/zd-tit01.png") no-repeat center top / auto 100%;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.7rem;
  margin-top: -0.4rem;
}
.member {
  margin-bottom: 0.22rem;
  position: relative;
}
.member .kuang {
  margin: 0.15rem;
}
.member.suc::after {
  content: '';
  width: 2.79rem;
  height: 0.93rem;
  display: block;
  background: url("../images/tag-suc.png") no-repeat center / 100%;
  position: absolute;
  top: -0.24rem;
  right: 0;
}
.member ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 0.38rem;
  margin-bottom: 0.35rem;
}
.member ul li {
  width: 1.47rem;
  margin: 0 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.member ul li img {
  width: 1.32rem;
  display: block;
}
.member ul li span {
  width: 1.46rem;
  height: 0.38rem;
  background: #a8a8a8;
  background: -webkit-linear-gradient(#d8d8d8, #787878);
  background: -moz-linear-gradient(#d8d8d8, #787878);
  background: -o-linear-gradient(#d8d8d8, #787878);
  background: linear-gradient(#d8d8d8, #787878);
  font-size: 0.23rem;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50px;
  margin-top: -0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.member ul li span.on {
  border: none;
  color: #fff;
  background: #094dcc;
  background: -webkit-linear-gradient(#1279f4, #0021a3);
  background: -moz-linear-gradient(#1279f4, #0021a3);
  background: -o-linear-gradient(#1279f4, #0021a3);
  background: linear-gradient(#1279f4, #0021a3);
  box-shadow: 0 0.03rem 0 rgba(0, 0, 0, 0.1);
}
.zd-btn {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 0.3rem;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-btn a {
  width: 5.1rem;
  height: 0.9rem;
  margin: auto;
  font-size: 0.38rem;
  line-height: 1;
  font-weight: 700;
  color: #002170;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: url("../images/btn01.png") no-repeat center / 100%;
  box-shadow: 0 0.05rem 0.1rem rgba(44, 241, 255, 0.3);
}
.zd-btn p {
  width: 100%;
  margin: auto;
  padding-top: 0.18rem;
  font-size: 0.24rem;
  line-height: 1;
  color: #999;
}
.zd-progress {
  margin-bottom: 0.13rem;
}
.zd-progress .kuang {
  border-radius: 0 0 0.16rem 0.16rem;
}
.zd-progress ul {
  width: 100%;
  padding-top: 0.54rem;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-progress ul li {
  width: 1.7rem;
  height: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  background: #fff;
  border: solid 0.01rem #22aafe;
  border-radius: 0.12rem;
}
.zd-progress ul li img {
  height: 0.86rem;
  display: block;
  margin-top: -0.42rem;
}
.zd-progress ul li span {
  width: 100%;
  display: block;
  margin-top: 0.08rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000a33;
}
.zd-progress ul li::after {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/zd-icon-arr.png") no-repeat center / 100%;
  position: absolute;
  top: 0.55rem;
  right: -0.4rem;
}
.zd-progress ul li:nth-child(2) {
  margin: 0 0.54rem;
}
.zd-progress ul li:last-child::after {
  display: none;
}
.zd-joiner {
  margin-bottom: 0.3rem;
}
.zd-joiner .kuang {
  border-radius: 0 0 0.16rem 0.16rem;
  min-height: 2.9rem;
}
.zd-joiner ul {
  width: 6rem;
  height: auto;
  margin: -0.05rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zd-joiner ul li {
  width: 100%;
  height: 0.84rem;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.26rem;
  border-bottom: dashed 0.01rem #cccccc;
}
.zd-joiner ul li:nth-child(3) {
  border-bottom: none;
}
.zd-joiner ul li i {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  border-radius: 50px;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
  background: #094dcc;
  background: -webkit-linear-gradient(#1279f4, #0021a3);
  background: -moz-linear-gradient(#1279f4, #0021a3);
  background: -o-linear-gradient(#1279f4, #0021a3);
  background: linear-gradient(#1279f4, #0021a3);
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.19);
  border: solid 0.01rem #ffffff;
}
.zd-joiner ul li a {
  color: #333;
  font-size: 0.26rem;
  line-height: 1;
  margin: 0 0.1rem;
  font-weight: 500;
  width: 1.5rem;
  text-align: left;
}
.zd-joiner ul li span {
  margin-left: 0.5rem;
  width: 1.46rem;
  height: 0.44rem;
  display: block;
  background: #094dcc;
  background: -webkit-linear-gradient(#1279f4, #0021a3);
  background: -moz-linear-gradient(#1279f4, #0021a3);
  background: -o-linear-gradient(#1279f4, #0021a3);
  background: linear-gradient(#1279f4, #0021a3);
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.19);
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #fff;
  border-radius: 0.1rem;
}
.capsule {
  width: 100%;
  height: 1.91rem;
  margin-bottom: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  background: url("../images/capsule01.png") no-repeat center / auto 100%;
}
.capsule a {
  width: 1.17rem;
  display: block;
  height: 1.21rem;
  border-radius: 50px;
  margin-right: 0.25rem;
  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;
}
.share-btn {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin-bottom: 0.95rem;
}
.share-btn a {
  width: 5.52rem;
  height: 0.99rem;
  display: block;
  margin: 0 auto;
  font-size: 0.36rem;
  line-height: 0.93rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/btn01.png") no-repeat center top / 100%;
  border: solid 0.03rem #fff;
  box-sizing: border-box;
  box-shadow: 0.05rem 0.09rem 0.2rem rgba(217, 139, 83, 0.46);
}
.share-btn a span {
  line-height: 1;
  text-shadow: 0 0.02rem 0.04rem #ff590f;
}
.zl-progress {
  margin: 0 auto 0.56rem;
}
.zl-progress .kuang {
  margin-bottom: 0.2rem;
}
.zl-progress ul {
  width: 100%;
  clear: both;
  padding: 0.09rem 0 0.27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zl-progress ul li {
  width: 2.55rem;
  height: 1.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff1e3;
  border-radius: 0.12rem;
  margin: 0 0.1rem;
}
.zl-progress ul li img {
  width: 0.71rem;
  display: block;
  margin-right: 0.15rem;
}
.zl-progress ul li span {
  font-size: 0.22rem;
  line-height: 0.28rem;
  text-align: left;
  color: #715242;
}
.subjectList {
  margin-bottom: 1.8rem;
}
.subjectList .kuang {
  margin-bottom: 0.2rem;
}
.subjectList ul {
  width: 5.23rem;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0.3rem auto 0.2rem;
}
.subjectList ul li {
  width: 100%;
  height: 1.25rem;
  margin-bottom: 0.19rem;
  background: #fff9f0;
  background: -webkit-linear-gradient(left, #fff3e1, #ffffff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff3e1, #ffffff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff3e1, #ffffff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff3e1, #ffffff);
  /* 标准的语法 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.11rem;
}
.subjectList ul li img {
  width: 0.8rem;
  display: block;
  margin-left: 0.27rem;
  margin-right: 0.21rem;
}
.subjectList ul li span {
  font-size: 0.32rem;
  line-height: 1;
  font-weight: bold;
  color: #715242;
  width: 2.15rem;
  text-align: left;
}
.subjectList ul li a {
  width: 1.5rem;
  height: 0.47rem;
  display: block;
  background: #ff981e;
  background: -webkit-linear-gradient(#ffdb33, #ff5409);
  background: -moz-linear-gradient(#ffdb33, #ff5409);
  background: -o-linear-gradient(#ffdb33, #ff5409);
  background: linear-gradient(#ffdb33, #ff5409);
  border: solid 0.01rem #fff;
  box-shadow: 0 0.05rem 0.1rem #ffd6b2;
  border-radius: 50px;
  font-size: 0.24rem;
  line-height: 0.47rem;
  font-weight: bold;
  color: #fff;
  margin-right: 0.2rem;
}
.subjectList ul li a span {
  background: linear-gradient(to right, #d24d16 0%, #a21906 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.artPage {
  width: 100%;
  clear: both;
  min-height: 3rem;
  background: #fff;
  border-radius: 0.2rem;
  float: left;
}
.artPage .pgKm {
  width: 3.82rem;
  height: 0.77rem;
  clear: both;
  margin: -0.42rem auto 0;
  position: relative;
  border-radius: 0.5rem;
  background: #ff921a;
  background: -webkit-linear-gradient(left, #ffbb24, #ff6910);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffbb24, #ff6910);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffbb24, #ff6910);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffbb24, #ff6910);
  /* 标准的语法 */
}
.artPage .pgKm span {
  width: 100%;
  height: 0.77rem;
  display: block;
  font-size: 0.32rem;
  line-height: 0.77rem;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.artPage .pgKm span em {
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  position: relative;
}
.artPage .pgKm span > i {
  width: 0.3rem;
  height: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
}
.artPage .pgKm span > i::after {
  content: '';
  display: inline-block;
  border-left: solid 0.22rem #fff;
  border-top: solid 0.15rem transparent;
  border-bottom: solid 0.15rem transparent;
  transition: all 0.3s;
}
.artPage .pgKm span.on i::after {
  transform: rotate(90deg);
}
.artPage .pgKm ul {
  width: 100%;
  clear: both;
  position: absolute;
  left: 0;
  top: 0.77rem;
  z-index: 3;
  background: #fff3db;
  background: -webkit-linear-gradient(135deg, #fefeff, #ffe8b6);
  background: -o-linear-gradient(135deg, #fefeff, #ffe8b6);
  background: -moz-linear-gradient(135deg, #fefeff, #ffe8b6);
  background: linear-gradient(135deg, #fefeff, #ffe8b6);
  border-radius: 0 0 0.15rem 0.15rem;
}
.artPage .pgKm ul.hide {
  display: none;
}
.artPage .pgKm ul li {
  width: 3.35rem;
  height: 0.77rem;
  display: block;
  margin: 0 auto;
  border-bottom: dashed 0.02rem #f38b36;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.77rem;
  color: #333;
  font-weight: bold;
}
.artPage .pgKm ul li i {
  font-size: 0.24rem;
}
.artPage .pgKm ul li.on {
  color: #ff0000;
}
.artPage .pgKm ul li:last-child {
  border: 0;
}
.artPage .artInfo {
  width: 100%;
  clear: both;
}
.artPage .artInfo .artPart {
  width: 100%;
  clear: both;
  float: left;
  overflow-y: scroll;
  padding: 0.1rem 0 0;
  margin-bottom: 0.2rem;
}
.artPage .artInfo .artPart img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
  /* margin-bottom: -.25rem; */
}
.artPage .artInfo .artPart img:last-child {
  margin-bottom: 1rem;
}
.artPage .artInfo .artPart img.load {
  width: 1.24rem;
  margin-top: 1rem;
}
.artPage .artInfo .artPart .null {
  width: 100%;
  margin-top: 1rem;
}
.artPage .artInfo .artPart .null img {
  width: 2.69rem;
  display: inline-block;
}
.artPage .artInfo .artPart .null p {
  font-size: 0.3rem;
  line-height: 1.5;
}
.artPage .artInfo .artBtn {
  position: fixed;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
}
.artPage .artInfo .artBtn a {
  width: 5.51rem;
  height: 0.97rem;
  display: block;
  margin: 0 auto 0.07rem;
  font-size: 0.36rem;
  line-height: 0.97rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: #ffe273;
  background: -webkit-linear-gradient(#ffefa4, #fed441);
  background: -moz-linear-gradient(#ffefa4, #fed441);
  background: -o-linear-gradient(#ffefa4, #fed441);
  background: linear-gradient(#ffefa4, #fed441);
  border: solid 0.03rem #fff;
  box-shadow: 0 0.09rem 0.1rem rgba(218, 143, 62, 0.58);
}
.artPage .artInfo .artBtn a span {
  line-height: 1;
  background: linear-gradient(to right, #d24d16 0%, #a21906 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.artNull {
  width: 100%;
  height: 0.6rem;
  display: block;
  clear: both;
}
.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 */