@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: #f4edf2;
}
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: #f4edf2;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #c4c8fa 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: #c4c8fa url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #c4c8fa url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.page-list {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #c4c8fa url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-art {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #fff url("../images/page-art.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.22rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap3 {
  width: 6.8rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 3.51rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 10.14rem;
}
.page-art .banner-box {
  height: 1.84rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.51rem;
  top: 0.47rem;
  width: 1.95rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .banTheme {
  width: 100%;
  margin-top: 1.41rem;
}
.banner-box .banTheme img {
  width: 5.71rem;
  display: block;
  margin: auto;
}
.banner-box .banTheme.type2 {
  margin-top: 1.56rem;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.53rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.2rem;
  width: 1.2rem;
  height: 0.6rem;
  -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;
  font-size: 0.22rem;
  line-height: 0.6rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-box .fixBtn a.btn01 {
  background: #999bf4;
}
.banner-box .fixBtn a.btn02 {
  background: #3454ff;
}
.banner-box .fixReturn {
  position: absolute;
  left: 0;
  top: 0.3rem;
}
.banner-box .fixReturn a {
  width: 2.6rem;
  height: 0.8rem;
  background: #999bf4;
  -webkit-border-radius: 0 0.12rem 0.12rem 0;
  -moz-border-radius: 0 0.12rem 0.12rem 0;
  border-radius: 0 0.12rem 0.12rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.3rem;
  line-height: 1;
  color: #fff;
}
.banner-box .fixReturn a img {
  width: 0.31rem;
  display: block;
  margin-right: 0.2rem;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 0.71rem;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 7.54rem;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 5.84rem;
  height: 1.26rem;
  display: block;
  margin: 0 auto 0.07rem;
  font-size: 0.36rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/btn01.png") no-repeat center / 100%;
  text-shadow: 0.02rem 0.02rem 0.04rem #ff6420;
}
.mainIndex .indexBtn p {
  width: 100%;
  margin: auto;
  font-size: 0.22rem;
  line-height: 1;
  color: #736ba6;
}
.actEnd {
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.actEnd img {
  width: 2.56rem;
  margin: 0.22rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.32rem;
  color: #333333;
  font-weight: 600;
  line-height: 0.36rem;
}
.actEnd p span {
  font-size: 0.26rem;
  font-weight: 400;
  display: block;
}
.zdPart {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  background: #8c6ae5;
  background: -webkit-linear-gradient(120deg, #6B4ACEFF, #AD8AFBFF);
  background: -o-linear-gradient(120deg, #6B4ACEFF, #AD8AFBFF);
  background: -moz-linear-gradient(120deg, #6B4ACEFF, #AD8AFBFF);
  background: linear-gradient(120deg, #6B4ACEFF, #AD8AFBFF);
  border: solid 1px #B49BF1FF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-bottom: 0.2rem;
}
.zdPart .kuang {
  width: 5.8rem;
  min-height: 1rem;
  display: block;
  background: #fff;
  box-shadow: 0 0.05rem 0.05rem 0 rgba(127, 96, 210, 0.004), 0 0.1rem 0.25rem #decefb inset;
  border-radius: 0.12rem;
  margin-top: -0.5rem;
  position: relative;
}
.zdPart .kuang h3 {
  width: 100%;
  height: 0.8rem;
  display: block;
  background: url("../images/zd-img01.png") no-repeat center / auto 100%;
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.65rem;
  text-shadow: 0 0.02rem 0.04rem #ff550f;
}
.member {
  float: left;
  margin-top: 0.5rem;
  margin-bottom: 0.86rem;
}
.member .kuang {
  height: 2.45rem;
}
.member.suc .kuang::after {
  content: '';
  width: 1.1rem;
  height: 0.91rem;
  display: block;
  background: url("../images/tag-suc.png") no-repeat center / 100%;
  position: absolute;
  top: 0.11rem;
  right: 0.15rem;
}
.member ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.26rem;
}
.member ul li {
  width: 1.36rem;
  height: 1.49rem;
  margin: 0 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.member ul li img {
  width: 100%;
  display: block;
}
.member ul li span {
  width: 1.2rem;
  height: 0.34rem;
  display: block;
  background: #7250d2;
  border-radius: 50px;
  font-size: 0.22rem;
  line-height: 0.34rem;
  color: #fff;
  margin-top: -0.34rem;
}
.zd-btn {
  width: 100%;
  display: block;
  clear: both;
  margin-top: -0.6rem;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-btn a {
  width: 4.54rem;
  height: 1.08rem;
  display: block;
  margin: auto;
  font-size: 0.36rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.84rem;
  cursor: pointer;
  background: url("../images/btn02.png") no-repeat center / 100%;
  text-shadow: 0.02rem 0.02rem 0.04rem #ff6420;
}
.zd-btn p {
  width: 100%;
  margin: -0.1rem auto 0;
  font-size: 0.22rem;
  line-height: 1;
  color: #c8baf3;
}
.share-btn {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin-bottom: 0.7rem;
}
.share-btn a {
  width: 5.84rem;
  height: 1.26rem;
  display: block;
  margin: 0 auto 0.07rem;
  font-size: 0.36rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/btn01.png") no-repeat center / 100%;
  text-shadow: 0.02rem 0.02rem 0.04rem #ff6420;
}
.zd-progress {
  margin-bottom: 0.86rem;
}
.zd-progress ul {
  width: 100%;
  padding-top: 0.48rem;
  margin-bottom: 0.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-progress ul li {
  width: 1.6rem;
  height: 1.2rem;
  background: #f3efff;
  border-radius: 0.12rem;
  margin: 0 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zd-progress ul li img {
  width: 0.71rem;
  display: block;
  margin-top: -0.38rem;
}
.zd-progress ul li span {
  width: 100%;
  display: block;
  margin-top: 0.1rem;
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: #665299;
}
.zl-progress {
  margin-bottom: 0.6rem;
}
.zl-progress .kuang h3 {
  background: url("../images/zd-img02.png") no-repeat center / auto 100%;
  text-shadow: 0 0.02rem 0.04rem #553dd1;
}
.zl-progress ul {
  margin: 0.08rem auto 0.26rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zl-progress ul li {
  width: 2.55rem;
  height: 1.35rem;
  background: #f3efff;
  border-radius: 0.12rem;
  margin: 0 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zl-progress ul li img {
  width: 0.72rem;
  display: block;
}
.zl-progress ul li span {
  font-size: 0.22rem;
  line-height: 0.28rem;
  display: block;
  text-align: left;
  color: #665299;
  width: 1.4rem;
  margin-left: 0.1rem;
}
.zd-joiner {
  margin-top: 0.5rem;
}
.zd-joiner .kuang {
  height: 2.1rem;
}
.zd-joiner .dataNull {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.zd-joiner .dataNull img {
  width: 1.16rem;
  display: block;
  margin-right: 0.25rem;
}
.zd-joiner .dataNull span {
  text-align: left;
  display: block;
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: #999;
}
.zd-joiner ul {
  width: 5.23rem;
  display: none;
  margin: 0.15rem auto 0;
}
.zd-joiner ul li {
  width: 100%;
  height: 0.85rem;
  background: #f9f7ff;
  background: -webkit-linear-gradient(left, #f3efff, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f3efff, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f3efff, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f3efff, #fff);
  /* 标准的语法 */
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
}
.zd-joiner ul li i {
  width: 0.09rem;
  height: 0.09rem;
  display: block;
  border-radius: 50px;
  background: #ff7b15;
  margin-right: 0.15rem;
}
.zd-joiner ul li a {
  font-weight: bold;
  color: #7250d2;
  margin-right: 0.3rem;
}
.zd-joiner ul li span {
  color: #7250d2;
  margin-left: 0.3rem;
}
.subjectList {
  margin-top: 0.5rem;
  float: left;
}
.subjectList ul {
  width: 5.23rem;
  clear: both;
  margin: auto 0.28rem;
  padding: 0.25rem 0 0.1rem;
}
.subjectList ul li {
  width: 100%;
  height: 1.15rem;
  margin-bottom: 0.19rem;
  background: #f9f7ff;
  background: -webkit-linear-gradient(left, #f3efff, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f3efff, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f3efff, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f3efff, #fff);
  /* 标准的语法 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.1rem;
}
.subjectList ul li img {
  width: 0.8rem;
  display: block;
  margin-left: 0.3rem;
  border-radius: 50px;
  box-shadow: 0 0.08rem 0.04rem #ede8ff;
  margin-right: 0.15rem;
}
.subjectList ul li span {
  font-size: 0.3rem;
  line-height: 1;
  color: #7250d2;
  width: 2.2rem;
  text-align: left;
  font-weight: bold;
}
.subjectList ul li span i {
  font-size: 0.24rem;
  font-weight: 400;
}
.subjectList ul li a {
  width: 1.5rem;
  height: 0.45rem;
  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.45rem;
  font-weight: bold;
  color: #fff;
  margin-right: 0.2rem;
}
.artPage {
  width: 100%;
  clear: both;
  min-height: 3rem;
  background: #fff;
  border-radius: 0.2rem;
  float: left;
}
.artPage .pgKm {
  width: 4.7rem;
  height: 0.9rem;
  clear: both;
  margin: -0.34rem auto 0;
  position: relative;
  border-radius: 50px;
  background: #8d67ec;
  background: -webkit-linear-gradient(90deg, #b895ff 0, #6239d8 73%);
  background: -o-linear-gradient(90deg, #b895ff 0, #6239d8 73%);
  background: -moz-linear-gradient(90deg, #b895ff 0, #6239d8 73%);
  background: linear-gradient(90deg, #b895ff 0, #6239d8 73%);
  box-shadow: 0 0.04rem 0.1rem #6239d8 inset, 0 0.1rem 0.15rem #d8cff1;
}
.artPage .pgKm span {
  width: 100%;
  height: 0.9rem;
  display: block;
  font-size: 0.38rem;
  line-height: 0.9rem;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.artPage .pgKm span em {
  width: 3.24rem;
  text-align: center;
  font-weight: bold;
  display: block;
  position: relative;
}
.artPage .pgKm span em::after {
  content: '';
  width: 1px;
  height: 0.38rem;
  display: block;
  background: #9b54ff;
  float: right;
  margin-top: 0.26rem;
}
.artPage .pgKm span em i {
  font-size: 0.26rem;
}
.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.26rem;
  right: 0.8rem;
}
.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.95rem;
  z-index: 3;
  background: #e3f0ff;
  padding-bottom: 0.3rem;
}
.artPage .pgKm ul.hide {
  display: none;
}
.artPage .pgKm ul li {
  width: 3.55rem;
  height: 0.65rem;
  display: block;
  margin: 0 auto;
  border-bottom: dashed 0.02rem #80aaee;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.65rem;
  color: #333;
  font-weight: bold;
}
.artPage .pgKm ul li i {
  font-size: 0.24rem;
}
.artPage .pgKm ul li.on {
  color: #ff0000;
}
.artPage .artInfo {
  width: 100%;
  clear: both;
}
.artPage .artInfo .artPart {
  width: 100%;
  clear: both;
  float: left;
  overflow-y: scroll;
  padding: 0.2rem 0 0;
  margin-bottom: 0.3rem;
}
.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.84rem;
  height: 1.26rem;
  display: block;
  margin: 0 auto 0.07rem;
  font-size: 0.36rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/btn01.png") no-repeat center / 100%;
  text-shadow: 0.02rem 0.02rem 0.04rem #ff6420;
}
.artNull {
  width: 100%;
  height: 0.6rem;
  display: block;
  clear: both;
}
/*# sourceMappingURL=style.css.map */