/*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: button;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
input {
  -webkit-appearance: none;
  outline: none;
}
* {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hide {
  display: none;
}
body,
html {
  width: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
  font-weight: normal;
  font-size: 0.26rem;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
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;
}
button {
  border: none;
  background: none;
  display: block;
  outline: none;
}
table {
  border-collapse: collapse;
}
/* mobile media-query */
html {
  font-size: 312.5%;
}
@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%;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
.noSize {
  font-size: 0;
  text-indent: -9999em;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    z-index: 8;
  }
  100% {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    z-index: 8;
  }
  100% {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes contentfade {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes contentfade {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
#forhorview {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0.3rem;
  background: #000;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 100;
}
#forhorview p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.wrap {
  position: relative;
}
.stage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.index {
  position: relative;
  width: 100%;
  height: 16.24rem;
  padding-top: 0.26rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/bg_02de4c23.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@-webkit-keyframes bgSprite {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -22500px;
  }
}
@keyframes bgSprite {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -22500px;
  }
}
.wrap {
  width: 100%;
  height: 100%;
}
.top-group {
  position: relative;
}
.top-group #logo {
  width: 1.93rem;
  height: 0.55rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/logo_db0629c1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin: 0 auto;
  font-size: 0;
}
.top-group #leihuo_top_content {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 1.66rem;
}
.top-group #leihuo_top_content a {
  font-size: 0.24rem;
  margin: 0 0.09rem !important;
}
.top-group #leihuo_top_content .wrap_share {
  display: none;
}
.top-group .slogan {
  width: 7.4rem;
  height: 3.38rem;
  margin: 0 auto;
}
.sprite-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 16.24rem;
  overflow: hidden;
}
.sprite-wrap #sprite,
.sprite-wrap #sprite1 {
  width: 100%;
  height: 100%;
}
.btn-check {
  position: absolute;
  width: 3.24rem;
  height: 0.58rem;
  left: 50%;
  top: 3.78rem;
  margin-left: -1.62rem;
}
.btn-check.active1 {
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/btn1_94e1afd1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.btn-check.active2 {
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/btn2_09861e50.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.btn-check .btn {
  display: inline-block;
  width: 50%;
  height: 100%;
}
.med-autumn,
.national {
  position: relative;
  width: 7.5rem;
  margin: -1.67rem auto 0 auto;
}
.med-autumn .butterfly1,
.national .butterfly1 {
  position: absolute;
  left: 0.73rem;
  top: 2.6rem;
  width: 0.47rem;
  height: 0.55rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/butterfly1_904b0aa0.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.med-autumn .butterfly2,
.national .butterfly2 {
  position: absolute;
  right: 0.7rem;
  top: 2.05rem;
  width: 0.15rem;
  height: 0.35rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/butterfly2_f629361b.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.med-autumn .flower,
.national .flower {
  position: absolute;
  right: 1.1rem;
  top: 2.84rem;
  width: 0.25rem;
  height: 0.23rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/flower_6351521c.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.list-wrap .list {
  position: absolute;
}
.list-wrap .list:nth-child(1) .huan {
  width: 1.55rem;
  height: 1.56rem;
}
.list-wrap .list:nth-child(2) {
  width: 1.46rem;
}
.list-wrap .list:nth-child(2) .huan {
  width: 1.46rem;
  height: 1.46rem;
}
.list-wrap .list:nth-child(3) .huan {
  width: 1.61rem;
  height: 1.61rem;
}
.list-wrap .list:nth-child(4) .huan {
  width: 1.77rem;
  height: 1.73rem;
}
.list-wrap .list:nth-child(5) .huan {
  width: 1.44rem;
  height: 1.44rem;
}
.list-wrap .list .pic {
  width: 100%;
  height: 100%;
}
.list-wrap .list .desc {
  font-size: 0;
}
.med-autumn .jiuzhou {
  top: 5.16rem;
}
.med-autumn .jiuzhou .huan {
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/jiuzhou-yuan_fc836285.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.med-autumn .yutu {
  width: 1.46rem;
  top: 0.28rem;
  left: 0.2rem;
}
.med-autumn .yutu .xian {
  width: 1.46rem;
  height: 3.23rem;
  background: url(https://qn.res.netease.com/pc/zt/20190906144131/img/yutu-xian_f7e51f15.png) no-repeat center top;
  background-size: 0.03rem 3.23rem;
}
.med-autumn .yutu .huan {
  width: 1.46rem;
  height: 1.46rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/yutu-yuan_51e9065d.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.med-autumn .xieshi {
  top: -0.2rem;
  left: 0.6rem;
}
.med-autumn .xieshi .xian {
  width: 1.46rem;
  height: 3.23rem;
  background: url(https://qn.res.netease.com/pc/zt/20190906144131/img/yutu-xian_f7e51f15.png) no-repeat center top;
  background-size: 0.03rem 3.23rem;
}
.med-autumn .xieshi .huan {
  width: 1.61rem;
  height: 1.61rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/xieshi-yuan_dac2b0d8.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.med-autumn .yuebing {
  top: 2.2rem;
  left: 3.02rem;
}
.med-autumn .yuebing .huan {
  width: 1.59rem !important;
  height: 1.59rem !important;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/yuebing-yuan_b577d83d.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.med-autumn .yingque {
  top: 1.5rem;
  left: 5.19rem;
}
.med-autumn .yingque .xian {
  width: 1.46rem;
  height: 1.72rem;
  background: url(https://qn.res.netease.com/pc/zt/20190906144131/img/yingque-xian_69bab772.png) no-repeat center top;
  background-size: 0.03rem 1.72rem;
}
.med-autumn .yingque .huan {
  width: 1.55rem;
  height: 1.55rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/yingque-yuan_7136d40b.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.med-autumn .suiying {
  right: 0;
  top: 5.16rem;
}
.med-autumn .suiying .huan {
  width: 1.77rem;
  height: 1.73rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/suiying-yuan_1ebaa6b1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.national {
  font-size: 0;
  margin: -1.9rem auto 0 auto;
}
.national .flower {
  position: absolute;
  right: 1.38rem;
  top: 2.44rem;
}
.national .butterfly1 {
  position: absolute;
  left: 1.65rem;
  top: 2.6rem;
  width: 0.13rem;
  height: 0.16rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/butterfly4_8401daf2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.national .butterfly2 {
  display: none;
  position: absolute;
  left: 3.06rem;
  top: 5.8rem;
  width: 0.27rem;
  height: 0.59rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/butterfly3_51c23ad3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.national .yangzhu {
  left: 0.38rem;
  top: 0.64rem;
}
.national .yangzhu .xian {
  width: 1.46rem;
  height: 3rem;
  background: url(https://qn.res.netease.com/pc/zt/20190906144131/img/yangzhu-xian_44431833.png) no-repeat center -0.22rem;
  background-size: 0.03rem 3.22rem;
}
.national .yangzhu .huan {
  width: 1.46rem;
  height: 1.46rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/yangzhu-pic_a279f3bd.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.national .yanhuo {
  top: 5.54rem;
  left: 0.18rem;
}
.national .yanhuo .huan {
  width: 1.65rem;
  height: 1.65rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/yanhuo-pic_445146db.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.national .fengnian {
  left: 1.82rem;
  top: 2.4rem;
}
.national .fengnian .huan {
  width: 1.61rem;
  height: 1.61rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/fengnian-pic_9246a2ff.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.national .meishi {
  top: 5.4rem;
  right: 0.2rem;
}
.national .meishi .huan {
  width: 1.54rem;
  height: 1.5rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/meishi-pic_fb38d0cd.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.national .budai {
  top: 1.8rem;
  right: 0.5rem;
}
.national .budai .xian {
  width: 1.39rem;
  height: 1.71rem;
  background: url(https://qn.res.netease.com/pc/zt/20190906144131/img/budai-xian_ac88ff82.png) no-repeat center top;
  background-size: 0.03rem 1.71rem;
}
.national .budai .huan {
  width: 1.39rem;
  height: 1.39rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/xuantian-pic_a823debd.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.national .budai.disabled .huan {
  height: 1.66rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/xuantian-dis_4e901bab.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.national .budai.disabled .huan .pic {
  display: none;
}
.national .zijin {
  left: 3.91rem;
  top: 2.5rem;
}
.national .zijin .huan {
  width: 1.44rem;
  height: 1.44rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/zijin-pic_3c166159.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.mask-before {
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  left: 0;
  top: 20%;
  border-radius: 50%;
  background: #000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: scaleOut 0.8s;
  animation: scaleOut 0.8s;
}
.pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-animation: contentfade 0.8s;
  animation: contentfade 0.8s;
}
.pop-wrap .mask {
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-opacity: 0.92;
  -moz-opacity: 0.92;
  opacity: 0.92;
}
.pop-wrap .pop-content-wrap {
  position: absolute;
  width: 7.02rem;
  height: 11rem;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .pop-wrap .pop-content-wrap {
    height: 8rem;
  }
}
@media screen and (max-height: 667px) {
  .pop-wrap .pop-content-wrap {
    height: 8rem;
  }
}
.pop-wrap .close-wrap {
  width: 1.04rem;
  height: 0.95rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/close_a7cee2e3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin: 0 auto 0.35rem auto;
}
.pop-wrap .close-wrap .cycle {
  width: 100%;
  height: 100%;
}
.pop-wrap .pop-content {
  width: 7.02rem;
  height: 10rem;
  overflow-y: scroll;
  color: #ffdfac;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .pop-wrap .pop-content {
    height: 7rem;
  }
}
@media screen and (max-height: 667px) {
  .pop-wrap .pop-content {
    height: 7rem;
  }
}
.pop-wrap .pop-content .content {
  font-size: 0.28rem;
  line-height: 0.52rem;
}
.pop-wrap .pop-content .content .part:first-child {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.76rem;
}
.pop-wrap .pop-content .content p {
  display: block;
  padding: 0 0.32rem;
}
.pop-wrap .pop-content .content img {
  display: block;
  margin: 0.3rem 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  border: 1px solid #d6ab73;
}
.pop-wrap .pop-content .content .img-box {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.3rem 0;
  border: 1px solid #d6ab73;
  overflow: hidden;
}
.pop-wrap .pop-content .content .img-box img {
  margin: 0;
  border: none;
  height: 3.44rem;
}
.pop-wrap .pop-content .content .img-box .img1 {
  width: 3.95rem;
}
.pop-wrap .pop-content .content .img-box .img2 {
  width: 3.05rem;
}
.pop-wrap .pop-content .small-title {
  font-family: 'fzltzchk';
  color: #FF7B65;
  font-weight: bold;
}
.pop-wrap .pop-content .color {
  color: #FF7B65;
}
.pop-wrap .pop-content .font {
  font-family: 'fzltzchk';
  font-weight: bold;
}
.footer-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  z-index: 80;
}
.footer-wrap .pop--footer-wrap {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  background: url(https://qn.res.netease.com/pc/zt/20190906144131/img/line-close_04bf9307.png) no-repeat top center;
  background-size: 100%;
  padding-top: 1.5rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.footer-wrap .close {
  position: absolute;
  width: 1.04rem;
  height: 0.95rem;
  top: -0.46rem;
  right: 1.49rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/close_a7cee2e3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  z-index: 81;
}
.copyright {
  position: absolute;
  width: 0.93rem;
  height: 1.93rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/copyright_552452c0.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  bottom: 0.59rem;
  right: 0.4rem;
}
.nie-footer {
  display: block;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  padding: 0.2rem 0 0.3rem;
  background-color: transparent;
  color: #fff;
  text-align: center;
}
.nie-footer.inner0 {
  background-color: #0d2467;
}
.nie-footer.inner1 {
  background-color: #cfac66;
}
.nie-footer.inner2 {
  background-color: #1b5a27;
}
.nie-footer .NIE-copyRight_m p {
  text-align: center;
  font: 400 0.24rem/1.65 'Microsoft YaHei';
}
.nie-footer .NIE-copyRight_m a {
  color: #ffdfac;
}
.dispop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dispop .mask {
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-opacity: 0.92;
  -moz-opacity: 0.92;
  opacity: 0.92;
}
.dispop .content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5.19rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 0.2rem;
  text-align: center;
}
.dispop .content-wrap .close-wrap {
  width: 1.04rem;
  height: 0.95rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/close_a7cee2e3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin: 0 auto 0.54rem auto;
}
.dispop .content-wrap .close-wrap .close {
  width: 100%;
  height: 100%;
}
.dispop .content-wrap .content {
  width: 5.19rem;
  height: 1.96rem;
  background-image: url(https://qn.res.netease.com/pc/zt/20190906144131/img/dis-bg_7835d27a.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  font-size: 0.26rem;
  color: #20050d;
  padding-top: 0.85rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

