.topBar {
  height: 1rem;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.topBar .icon {
  position: absolute;
  top: 0.05rem;
  left: 0.18rem;
  display: inline-block;
  width: 0.89rem;
  height: 0.89rem;
  background: url(https://dream.res.netease.com/m/zt/202103041047482/img/game-icon_77ca6858.png) no-repeat;
  background-size: 100% 100%;
}
.topBar .txt {
  position: absolute;
  top: 0.19rem;
  left: 1.29rem;
  color: #2f2f2f;
}
.topBar .txt .p1 {
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.3rem;
}
.topBar .txt .p2 {
  font-size: 0.22rem;
  line-height: 0.22rem;
  margin-top: 0.15rem;
}
.topBar .subscribe-btn {
  display: block;
  width: 2.37rem;
  height: 0.67rem;
  background: url(https://dream.res.netease.com/m/zt/202103041047482/img/subscribe-btn_31a66e1a.png) no-repeat;
  background-size: 100% 100%;
  right: .2rem;
  top: 0.12rem;
  top: 0.18rem;
  position: absolute;
}
.topBar .menu-btn {
  display: none;
  width: .89rem;
  height: 0.95rem;
  background: url(https://dream.res.netease.com/m/zt/202103041047482/img/menu-btn1_376ab50a.png) no-repeat;
  background-size: 100% 100%;
  right: .14rem;
  top: 0.12rem;
  position: absolute;
}
.j-officialWebsite .topBar .subscribe-btn {
  right: 1.1rem;
}
.j-officialWebsite .topBar .menu-btn {
  display: block;
}

/* reset.less */
/* CSS Document */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 312.5%;
}
ul,
li,
div,
p,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
input {
  -webkit-appearance: none;
  outline: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
* {
  outline: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.hide {
  display: none;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
  font-weight: normal;
  font-size: 0.26rem;
}
body {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
button {
  border: none;
  background: none;
  display: block;
  outline: none;
}
table {
  border-collapse: collapse;
}
@media screen and (min-width: 360px) and (max-width: 374px) and (orientation: portrait) {
  html {
    font-size: 351.5%;
  }
}
@media screen and (min-width: 384px) and (max-width: 399px) and (orientation: portrait) {
  html {
    font-size: 375%;
  }
}
@media screen and (min-width: 400px) and (max-width: 413px) and (orientation: portrait) {
  html {
    font-size: 390.625%;
  }
}
@media screen and (min-width: 414px) and (max-width: 431px) and (orientation: portrait) {
  html {
    font-size: 404.3%;
  }
}
@media screen and (min-width: 432px) and (max-width: 479px) and (orientation: portrait) {
  html {
    font-size: 421.875%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) and (orientation: portrait) {
  html {
    font-size: 468.75%;
  }
}
@media screen and (min-width: 640px) and (orientation: portrait) {
  html {
    font-size: 625%;
  }
}
.top-bar {
  height: 3.48rem;
  width: 100%;
  background: url(https://dream.res.netease.com/m/zt/202103041047482/img/top-bg_ff09e79f.jpg) no-repeat center top;
  background-size: 100% 100%;
  position: relative;
}
.top-bar .position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  height: 0.55rem;
  color: #ede1b2;
  background: rgba(0, 0, 0, 0.59);
  line-height: 0.55rem;
  padding-left: 0.3rem;
}
.top-bar .position a {
  color: #ede1b2;
}
body {
  background: #fffbef;
  font-size: 0.24rem;
}
#wrap {
  min-height: 100vh;
  position: relative;
  padding-bottom: 3rem;
}
#wrap .nav {
  height: 0.93rem;
  border-bottom: 1px solid #f3d7bf;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap .nav ul {
  width: 6.6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrap .nav ul li {
  height: 0.93rem;
  line-height: 0.93rem;
  width: 0.86rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap .nav ul li a {
  color: #bb833b;
}
#wrap .nav ul li.active {
  color: #db7740;
  border-bottom: 3px solid #db7740;
}
#wrap .nav ul li.active a {
  color: #cc4c0e;
}
#wrap .list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.2rem;
  width: 6.9rem;
  margin: 0 auto;
}
#wrap .list ul li {
  height: 1.98rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap .list ul li a {
  width: 6.6rem;
  height: 1.98rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border-bottom: 1px dashed #c2c3e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrap .list ul li a img {
  width: 2.16rem;
  height: 1.2rem;
  margin-right: 0.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrap .list ul li a .info {
  width: 4.2rem;
}
#wrap .list ul li a .info__title {
  color: #000000;
  margin-bottom: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#wrap .list ul li a .info__title .category {
  color: #c89b55;
  display: inline-block;
  padding-right: 0.13rem;
  margin-right: 0.13rem;
  border-right: 1px solid #c89b55;
}
#wrap .list ul li a .info__date {
  color: #757575;
  position: relative;
  margin-bottom: 0.16rem;
}
#wrap .list ul li a .info__date::after {
  display: block;
  content: '';
  width: 0.44rem;
  border-bottom: 1px solid #757575;
  position: absolute;
  bottom: -0.1rem;
}
#wrap .list ul li a .info__desc {
  font-size: 0.22rem;
  color: #757575;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
}
#wrap .getMore {
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  display: block;
  color: #a98c1e;
  margin: 0.6rem auto;
  border-top: 1px solid #a98c1e;
  border-bottom: 1px solid #a98c1e;
}
.top-btn {
  display: block;
  width: 0.78rem;
  height: 0.78rem;
  background: url(https://dream.res.netease.com/m/zt/202103041047482/img/top_39ce8efa.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: 0.2rem;
  bottom: 4rem;
}
.NIE-copyRight_m {
  text-align: center;
  padding: 0.5rem 0;
  color: #333;
}
.NIE-copyRight_m a {
  color: #333;
}

