@charset "utf-8";
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
}
strong,
b {
  font-weight: bold;
  font-style: normal;
}
em,
i {
  font-weight: normal;
  font-style: italic;
}
button {
  border: none;
  outline: none;
}
a,
button {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
}
textarea,
input,
button,
a {
  font-size: inherit;
  color: inherit;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 999999s;
  -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}
#NIE-warning-dialog {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
.noSize {
  font-size: 0;
  text-indent: -9999em;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
@font-face {
  font-family: 'NotoSansSC';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-regular.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fzssksj_z';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_z.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_z.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzktft';
  src: url(https://h.res.netease.com/pc/zt/20230619195840/font/fzktft_c8eac661.woff) format('woff2'), url(https://h.res.netease.com/pc/zt/20230619195840/font/fzktft_c8eac661.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzqkbys';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzqkbys.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes down-anim {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -0.2rem);
    -moz-transform: translate(0, -0.2rem);
    -ms-transform: translate(0, -0.2rem);
    -o-transform: translate(0, -0.2rem);
    transform: translate(0, -0.2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes down-anim {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -0.2rem);
    -moz-transform: translate(0, -0.2rem);
    -ms-transform: translate(0, -0.2rem);
    -o-transform: translate(0, -0.2rem);
    transform: translate(0, -0.2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes down-anim {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -0.2rem);
    -moz-transform: translate(0, -0.2rem);
    -ms-transform: translate(0, -0.2rem);
    -o-transform: translate(0, -0.2rem);
    transform: translate(0, -0.2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes down-anim {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -0.2rem);
    -moz-transform: translate(0, -0.2rem);
    -ms-transform: translate(0, -0.2rem);
    -o-transform: translate(0, -0.2rem);
    transform: translate(0, -0.2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes down-anim {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -0.2rem);
    -moz-transform: translate(0, -0.2rem);
    -ms-transform: translate(0, -0.2rem);
    -o-transform: translate(0, -0.2rem);
    transform: translate(0, -0.2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes title-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes title-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes title-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes title-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html,
body {
  margin: 0 auto;
  width: 100%;
  min-width: 1400px;
  max-width: 2560px;
}
html {
  font-size: 100px;
}
body {
  position: relative;
  font-size: 16px;
  font-family: 'NotoSansSC', "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", STHeiTi, sans-serif;
}
.no-webp #wrap {background:transparent url(https://h.res.netease.com/pc/zt/20230619195840/img/bg_ddd51012.png) no-repeat center bottom;
  background-size: 2560px 7039px}
.webp #wrap {background:transparent url(https://h.res.netease.com/pc/zt/20230619195840/img/bg_ddd51012.webp) no-repeat center bottom;
  background-size: 2560px 7039px}
.no-webp #wrap {background-size:2560px 7039px}
.webp #wrap {background-size:2560px 7039px}
#wrap {
  position: relative;
  height: 7900px;
  overflow: hidden;
}
#app {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#app .customer {
  z-index: 102;
}
#app .top-download-wrap {
  top: 610px;
  margin-left: -15px;
  z-index: 4;
}
.no-webp #app .top-download-wrap .btn-libao {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-0px -0px}
.webp #app .top-download-wrap .btn-libao {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-0px -0px}
.no-webp #app .top-download-wrap .btn-libao {background-size:580px 362px}
.webp #app .top-download-wrap .btn-libao {background-size:580px 362px}
.no-webp #app .top-download-wrap .btn-libao {background-position:-0px -0px}
.webp #app .top-download-wrap .btn-libao {background-position:-0px -0px}
#app .top-download-wrap .btn-libao {
  z-index: 1;
width:224px;
height:203px;

}
.no-webp #app .top-download-wrap .btn-libao:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-226px -0px}
.webp #app .top-download-wrap .btn-libao:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-226px -0px}
.no-webp #app .top-download-wrap .btn-libao:hover {background-size:580px 362px}
.webp #app .top-download-wrap .btn-libao:hover {background-size:580px 362px}
.no-webp #app .top-download-wrap .btn-libao:hover {background-position:-226px -0px}
.webp #app .top-download-wrap .btn-libao:hover {background-position:-226px -0px}
#app .top-download-wrap .btn-libao:hover {
width:224px;
height:203px;

}
.no-webp #app .top-download-wrap .line {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/download-dec_11925008.png) center no-repeat;
  background-size: contain}
.webp #app .top-download-wrap .line {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/download-dec_11925008.webp) center no-repeat;
  background-size: contain}
.no-webp #app .top-download-wrap .line {background-size:contain}
.webp #app .top-download-wrap .line {background-size:contain}
#app .top-download-wrap .line {
  right: -43px;
  width: 7.93rem;
  height: 1.78rem;
}
.vue-page {
  position: fixed;
  right: .12rem;
  bottom: .58rem;
  z-index: 102;
}
.vue-page .kefu-icon {
  display: none;
}
.vue-page .kefu-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;
}
.vue-page .leihuo-feedback-icon {
  display: none;
}
.no-webp .vue-page .leihuo-feedback {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-452px -226px}
.webp .vue-page .leihuo-feedback {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-452px -226px}
.no-webp .vue-page .leihuo-feedback {background-size:580px 362px}
.webp .vue-page .leihuo-feedback {background-size:580px 362px}
.no-webp .vue-page .leihuo-feedback {background-position:-452px -226px}
.webp .vue-page .leihuo-feedback {background-position:-452px -226px}
.vue-page .leihuo-feedback {
  position: relative;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
width:80px;
height:30px;

}
.no-webp .vue-page .leihuo-feedback:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-452px -194px}
.webp .vue-page .leihuo-feedback:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-452px -194px}
.no-webp .vue-page .leihuo-feedback:hover {background-size:580px 362px}
.webp .vue-page .leihuo-feedback:hover {background-size:580px 362px}
.no-webp .vue-page .leihuo-feedback:hover {background-position:-452px -194px}
.webp .vue-page .leihuo-feedback:hover {background-position:-452px -194px}
.vue-page .leihuo-feedback:hover {
width:80px;
height:30px;

}
.no-webp .vue-page .kefu {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-452px -226px}
.webp .vue-page .kefu {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-452px -226px}
.no-webp .vue-page .kefu {background-size:580px 362px}
.webp .vue-page .kefu {background-size:580px 362px}
.no-webp .vue-page .kefu {background-position:-452px -226px}
.webp .vue-page .kefu {background-position:-452px -226px}
.vue-page .kefu {
  margin-right: 15px;
  font-size: 14px;
  color: #FDFDFD;
  text-align: center;
  line-height: 30px;
width:80px;

}
.no-webp .vue-page .kefu:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-452px -194px}
.webp .vue-page .kefu:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-452px -194px}
.no-webp .vue-page .kefu:hover {background-size:580px 362px}
.webp .vue-page .kefu:hover {background-size:580px 362px}
.no-webp .vue-page .kefu:hover {background-position:-452px -194px}
.webp .vue-page .kefu:hover {background-position:-452px -194px}
.vue-page .kefu:hover {
  opacity: 0.9;
width:80px;
height:30px;

}
#leihuo-age {
  position: absolute;
  top: 80px;
  left: 30px;
  width: .8rem;
  z-index: 10;
}
#leihuo-age .leihuo-age-rating {
  width: 100%;
}
#copyrightpc {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
}
#copyrightpc .btn-copyright {
  display: none;
}
.no-webp #copyrightpc .leihuo-copyright {background:rgba(0, 0, 0, 0.5) !important}
.webp #copyrightpc .leihuo-copyright {background:rgba(0, 0, 0, 0.5) !important}
#copyrightpc .leihuo-copyright {
}
.no-webp #copyrightpc .leihuo-copyright .footer {background:rgba(0, 0, 0, 0.5) !important}
.webp #copyrightpc .leihuo-copyright .footer {background:rgba(0, 0, 0, 0.5) !important}
#copyrightpc .leihuo-copyright .footer {
  display: block;
  position: absolute;
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
}
.main .page {
  position: relative;
  width: 100%;
}
.main .page-footer {
  height: auto !important;
}
.ani-element {
  width: 100%;
  height: 100%;
  display: none;
}
.ani-page {
  opacity: 0;
}
.ani-show.ani-page {
  opacity: 1;
}
.ani-show .ani-element {
  display: block;
}
.no-webp .pop, 
.no-webp .alert {background:rgba(0, 0, 0, 0.8)}
.webp .pop, 
.webp .alert {background:rgba(0, 0, 0, 0.8)}
.pop,
.alert {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pop.on,
.alert.on {
  z-index: 999;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pop .inner,
.alert .inner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.no-webp .pop .close, 
.no-webp .alert .close, 
.no-webp .pop .alert-close, 
.no-webp .alert .alert-close {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/close_a6019e88.png) center no-repeat;
  background-size: contain;
  background-size: 100% auto}
.webp .pop .close, 
.webp .alert .close, 
.webp .pop .alert-close, 
.webp .alert .alert-close {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/close_a6019e88.webp) center no-repeat;
  background-size: contain;
  background-size: 100% auto}
.no-webp .pop .close, 
.no-webp .alert .close, 
.no-webp .pop .alert-close, 
.no-webp .alert .alert-close {background-size:contain}
.webp .pop .close, 
.webp .alert .close, 
.webp .pop .alert-close, 
.webp .alert .alert-close {background-size:contain}
.no-webp .pop .close, 
.no-webp .alert .close, 
.no-webp .pop .alert-close, 
.no-webp .alert .alert-close {background-size:100% auto}
.webp .pop .close, 
.webp .alert .close, 
.webp .pop .alert-close, 
.webp .alert .alert-close {background-size:100% auto}
.pop .close,
.alert .close,
.pop .alert-close,
.alert .alert-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.31rem;
  height: 0.31rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}
.pop .close:hover,
.alert .close:hover,
.pop .alert-close:hover,
.alert .alert-close:hover {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.no-webp #pop-gchl .inner {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/pop-haoli_87948591.png) center no-repeat;
  background-size: contain}
.webp #pop-gchl .inner {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/pop-haoli_87948591.webp) center no-repeat;
  background-size: contain}
.no-webp #pop-gchl .inner {background-size:contain}
.webp #pop-gchl .inner {background-size:contain}
#pop-gchl .inner {
  margin-top: -4.19rem;
  margin-left: -4.87rem;
  width: 7.83rem;
  height: 8.38rem;
}
#pop-gchl .inner .close {
  top: .72rem;
  right: .56rem;
}
#pop-gchl .con {
  position: relative;
  width: 100%;
  height: 100%;
}
#pop-gchl .con .code {
  position: absolute;
  top: 1.4rem;
  left: .45rem;
  width: 1.36rem;
  height: 1.36rem;
}
#pop-gchl .con .code .img {
  width: 100%;
  height: 100%;
}
#pop-gchl .con .code .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-webp #pop-gchl .con .btn-query-fuli {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ckfl-txt_b749e9a9.png) center no-repeat;
  background-size: contain}
.webp #pop-gchl .con .btn-query-fuli {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ckfl-txt_b749e9a9.webp) center no-repeat;
  background-size: contain}
.no-webp #pop-gchl .con .btn-query-fuli {background-size:contain}
.webp #pop-gchl .con .btn-query-fuli {background-size:contain}
#pop-gchl .con .btn-query-fuli {
  position: absolute;
  left: 2.76rem;
  bottom: .96rem;
  width: 3.86rem;
  height: 0.3rem;
}
#pop-gchl .con .btn-query-fuli:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.no-webp #pop-jqqd .inner {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/pop-qidai_390e536d.png) center no-repeat;
  background-size: contain}
.webp #pop-jqqd .inner {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/pop-qidai_390e536d.webp) center no-repeat;
  background-size: contain}
.no-webp #pop-jqqd .inner {background-size:contain}
.webp #pop-jqqd .inner {background-size:contain}
#pop-jqqd .inner {
  margin-top: -1.635rem;
  margin-left: -3.055rem;
  width: 6.11rem;
  height: 3.27rem;
}
#pop-jqqd .inner .close {
  top: .26rem;
  right: .46rem;
}
#pop-jqqd .inner .con {
  padding-top: .56rem;
}
.no-webp #pop-jqqd .inner .con .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/qidai-tit_dd29c67e.png) center no-repeat;
  background-size: contain}
.webp #pop-jqqd .inner .con .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/qidai-tit_dd29c67e.webp) center no-repeat;
  background-size: contain}
.no-webp #pop-jqqd .inner .con .tit {background-size:contain}
.webp #pop-jqqd .inner .con .tit {background-size:contain}
#pop-jqqd .inner .con .tit {
  margin: 0 auto;
  width: 2.43rem;
  height: 1.23rem;
}
@media screen and (max-width: 1480px) {
  #leihuo_top_content {
    left: 1480px !important;
  }
}
.nav_box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  height: 68px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 217px;
}
.no-webp .nav_box::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/nav-bg_5a05a2eb.png)}
.webp .nav_box::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/nav-bg_5a05a2eb.webp)}
.nav_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2560px;
  height: 100%;
  z-index: -1;
}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-356px -205px}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-356px -205px}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio {background-size:580px 362px}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio {background-size:580px 362px}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio {background-position:-356px -205px}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio {background-position:-356px -205px}
.nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio {
  position: absolute;
  top: 65px;
  right: 0;
  margin-right: 0;
width:48px;
height:48px;

}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio.pause {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-356px -255px}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio.pause {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-356px -255px}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio.pause {background-size:580px 362px}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio.pause {background-size:580px 362px}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio.pause {background-position:-356px -255px}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio.pause {background-position:-356px -255px}
.nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio.pause {
width:48px;
height:48px;

}
.nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio .icon,
.nav_box #leihuo-top2 #leihuo-top-wrap #btn_audio .label {
  display: none;
}
.nav_box #leihuo-top2 #leihuo-top-wrap #logo {
  position: relative;
  margin-left: 23px;
  top: 6px;
  display: block;
  width: 163px;
  margin-right: 171px;
}
.nav_box #leihuo-top2 #leihuo-top-wrap #logo img {
  width: 100%;
}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #logo::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/logo_tip_1082d268.png) no-repeat;
  background-size: contain}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #logo::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/logo_tip_1082d268.webp) no-repeat;
  background-size: contain}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #logo::after {background-size:contain}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #logo::after {background-size:contain}
.nav_box #leihuo-top2 #leihuo-top-wrap #logo::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  margin-top: -1px;
  width: 156px;
  height: 25px;
}
.nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  margin-left: -30px;
  width: auto;
}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_gw {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/btn_gw_8fda4c71.png) center no-repeat;
  background-size: contain}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_gw {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/btn_gw_8fda4c71.webp) center no-repeat;
  background-size: contain}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_gw {background-size:contain}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_gw {background-size:contain}
.nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_gw {
  margin-right: 0;
  width: 1.68rem;
  height: 0.4rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.no-webp .nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_gw:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/btn_gw_h_c54473bb.png)}
.webp .nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_gw:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/btn_gw_h_c54473bb.webp)}
.nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_gw:hover {
}
.nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_gw > div {
  display: none;
}
.nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_download,
.nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content #btn_reg {
  display: none;
}
.nav_box #leihuo-top2 #leihuo-top-wrap #leihuo_top_content .wrap_share {
  display: none;
}
.nav_box .nav-list {
  width: 100%;
  height: 100%;
  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-right: 45px;
}
.nav_box .nav-list li {
  position: relative;
  pointer-events: auto;
  height: 100%;
  line-height: 68px;
  cursor: pointer;
}
.nav_box .nav-list li.on p {
  font-size: 25px;
}
.no-webp .nav_box .nav-list li.on::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/roll_8e29a1c7.png) center no-repeat;
  background-size: contain}
.webp .nav_box .nav-list li.on::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/roll_8e29a1c7.webp) center no-repeat;
  background-size: contain}
.no-webp .nav_box .nav-list li.on::after {background-size:contain}
.webp .nav_box .nav-list li.on::after {background-size:contain}
.nav_box .nav-list li.on::after {
  content: '';
  position: absolute;
  width: 2.79rem;
  height: 1.19rem;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav_box .nav-list li:hover p {
  font-size: 25px;
}
.nav_box .nav-list li a {
  position: relative;
  display: block;
  min-width: 132px;
  height: 100%;
  text-align: center;
  color: #feffff;
}
.nav_box .nav-list li a p {
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
  font-size: 19px;
  font-family: 'fzssksj_z';
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sidebar_box {
  position: fixed;
  top: 112px;
  left: 29px;
  min-width: 164px;
  min-height: 700px;
  border-left: 1px solid #ffffff;
  z-index: 9;
  opacity: 0;
}
.no-webp .sidebar_box::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg_1cf912e3.png) center no-repeat;
  background-size: contain}
.webp .sidebar_box::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg_1cf912e3.webp) center no-repeat;
  background-size: contain}
.no-webp .sidebar_box::before {background-size:contain}
.webp .sidebar_box::before {background-size:contain}
.sidebar_box::before {
  content: '';
  position: absolute;
  top: -240px;
  left: -31px;
  width: 4.88rem;
  height: 10.8rem;
  pointer-events: none;
}
.no-webp .sidebar_box .logo {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/logo_d0cd9c43.png) center no-repeat;
  background-size: contain}
.webp .sidebar_box .logo {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/logo_d0cd9c43.webp) center no-repeat;
  background-size: contain}
.no-webp .sidebar_box .logo {background-size:contain}
.webp .sidebar_box .logo {background-size:contain}
.sidebar_box .logo {
  position: absolute;
  top: -94px;
  left: -8px;
  width: 1.36rem;
  height: 0.45rem;
  width: 1.63rem;
  height: 0.57rem;
}
.no-webp .sidebar_box .roll {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/roll_1578d032.png) center no-repeat;
  background-size: contain}
.webp .sidebar_box .roll {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/roll_1578d032.webp) center no-repeat;
  background-size: contain}
.no-webp .sidebar_box .roll {background-size:contain}
.webp .sidebar_box .roll {background-size:contain}
.sidebar_box .roll {
  position: absolute;
  top: 0;
  left: -0.04rem;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  width: 0.13rem;
  height: 0.39rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar_box ul {
  margin-bottom: 6px;
  min-width: 1.36rem;
}
.sidebar_box ul li {
  position: relative;
  top: -6px;
  left: -10px;
  width: 100%;
  height: 46px;
}
.sidebar_box ul li.on a p,
.sidebar_box ul li:hover a p {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.sidebar_box ul li.on a img,
.sidebar_box ul li:hover a img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sidebar_box ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar_box ul li a p {
  margin-left: .2rem;
  height: 100%;
  line-height: 57px;
  font-size: .18rem;
  color: #ffffff;
  font-family: 'fzssksj_z';
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sidebar_box ul li a p,
.sidebar_box ul li a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar_box ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 57px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.no-webp .sidebar_box .g-side-download {background:none !important}
.webp .sidebar_box .g-side-download {background:none !important}
.sidebar_box .g-side-download {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  margin-left: .12rem;
  height: auto;
  z-index: auto;
  padding-top: 0;
}
.no-webp .sidebar_box .g-side-download .side-qr {background:none !important}
.webp .sidebar_box .g-side-download .side-qr {background:none !important}
.sidebar_box .g-side-download .side-qr {
  height: 135px;
  margin: 0 0 2px;
}
.sidebar_box .g-side-download a {
  margin: 2px 0;
}
.page-home {
  height: 861px;
}
.no-webp .page-home::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg-before_59dd91b7.png) center no-repeat;
  background-size: contain}
.webp .page-home::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg-before_59dd91b7.webp) center no-repeat;
  background-size: contain}
.no-webp .page-home::after {background-size:contain}
.webp .page-home::after {background-size:contain}
.page-home::after {
  content: "";
  position: absolute;
  bottom: 736px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 25.6rem;
  height: 29.15rem;
  pointer-events: none;
  z-index: 1;
}
.page-home #leihuo-top {
  display: none;
}
.page-home .kv {
  position: relative;
  z-index: -99;
  width: 100%;
  height: 1602px;
}
.no-webp .page-home .kv .bgvideo {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/kv_dc0e6b20.jpg) center no-repeat}
.webp .page-home .kv .bgvideo {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/kv_dc0e6b20.webp) center no-repeat}
.page-home .kv .bgvideo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  width: 2560px;
  height: 1268px;
}
.page-home .kv .bgvideo video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .slogan {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 600px;
  width: 320px;
}
.no-webp .page-home .slogan::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/wenzi_3_467fc1a9.png);
  background-size: 100% 100%}
.webp .page-home .slogan::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/wenzi_3_467fc1a9.webp);
  background-size: 100% 100%}
.no-webp .page-home .slogan::after {background-size:100% 100%}
.webp .page-home .slogan::after {background-size:100% 100%}
.page-home .slogan::after {
  content: '';
  position: absolute;
  left: 33px;
  top: 48px;
  height: 484px;
  width: 232px;
  mix-blend-mode: normal;
}
.no-webp .page-home .slogan::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/BG_4_8445b9b4.png);
  background-size: 100% 100%}
.webp .page-home .slogan::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/BG_4_8445b9b4.webp);
  background-size: 100% 100%}
.no-webp .page-home .slogan::before {background-size:100% 100%}
.webp .page-home .slogan::before {background-size:100% 100%}
.page-home .slogan::before {
  content: '';
  position: absolute;
  left: -44px;
  top: -6px;
  height: 664px;
  width: 522px;
  mix-blend-mode: normal;
  opacity: 0.54;
}
.no-webp .page-home .slogan .slogan-dec {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_yuhecheng_9_hecheng_1_2_fb585b59.png);
  background-size: 700% 700%}
.webp .page-home .slogan .slogan-dec {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_yuhecheng_9_hecheng_1_2_fb585b59.webp);
  background-size: 700% 700%}
.no-webp .page-home .slogan .slogan-dec {background-size:700% 700%}
.webp .page-home .slogan .slogan-dec {background-size:700% 700%}
.page-home .slogan .slogan-dec {
  position: relative;
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  -webkit-animation: sprite_yuhecheng_9_hecheng_1_2 2s 0s steps(1) infinite normal;
          animation: sprite_yuhecheng_9_hecheng_1_2 2s 0s steps(1) infinite normal;
}
.no-webp .page-home .btn-play {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png) center no-repeat;background-size:580px 362px;
background-position:-452px -0px}
.webp .page-home .btn-play {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp) center no-repeat;background-size:580px 362px;
background-position:-452px -0px}
.no-webp .page-home .btn-play {background-size:580px 362px}
.webp .page-home .btn-play {background-size:580px 362px}
.no-webp .page-home .btn-play {background-position:-452px -0px}
.webp .page-home .btn-play {background-position:-452px -0px}
.page-home .btn-play {
  position: absolute;
  top: 540px;
  left: 50%;
  margin-left: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
width:128px;
height:126px;

  display: none;
  z-index: 4;
}
.no-webp .page-home .btn-play:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-226px -205px}
.webp .page-home .btn-play:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-226px -205px}
.no-webp .page-home .btn-play:hover {background-size:580px 362px}
.webp .page-home .btn-play:hover {background-size:580px 362px}
.no-webp .page-home .btn-play:hover {background-position:-226px -205px}
.webp .page-home .btn-play:hover {background-position:-226px -205px}
.page-home .btn-play:hover {
width:128px;
height:126px;

}
.page-home .btn-activity {
  z-index: 10;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 0rem;
  cursor: pointer;
}
.page-home .btn-activity a {
  display: block;
}
.page-home .btn-activity a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.no-webp .page-home .btn-activity .activity-ip {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png) no-repeat;background-size:580px 362px;
background-position:-0px -205px}
.webp .page-home .btn-activity .activity-ip {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp) no-repeat;background-size:580px 362px;
background-position:-0px -205px}
.no-webp .page-home .btn-activity .activity-ip {background-size:580px 362px}
.webp .page-home .btn-activity .activity-ip {background-size:580px 362px}
.no-webp .page-home .btn-activity .activity-ip {background-position:-0px -205px}
.webp .page-home .btn-activity .activity-ip {background-position:-0px -205px}
.page-home .btn-activity .activity-ip {
  margin-top: 10px;
width:224px;
height:157px;

}
.no-webp .page-home .arrow-guide {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xh_e80a124a.png) center no-repeat;
  background-size: contain}
.webp .page-home .arrow-guide {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xh_e80a124a.webp) center no-repeat;
  background-size: contain}
.no-webp .page-home .arrow-guide {background-size:contain}
.webp .page-home .arrow-guide {background-size:contain}
.page-home .arrow-guide {
  position: absolute;
  top: 830px;
  left: 50%;
  margin-left: -33px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.65rem;
  height: 1.43rem;
  -webkit-animation: down-anim 2s linear infinite;
  -moz-animation: down-anim 2s linear infinite;
  -ms-animation: down-anim 2s linear infinite;
  animation: down-anim 2s linear infinite;
  z-index: 4;
}
@-webkit-keyframes sprite_yuhecheng_9_hecheng_1_2 {
  0% {
    background-position: 0px 0px;
  }
  2.1% {
    background-position: -320px 0px;
  }
  4.2% {
    background-position: -640px 0px;
  }
  6.3% {
    background-position: -960px 0px;
  }
  8.3% {
    background-position: -1280px 0px;
  }
  10.4% {
    background-position: -1600px 0px;
  }
  12.5% {
    background-position: -1920px 0px;
  }
  14.6% {
    background-position: 0px -600px;
  }
  16.7% {
    background-position: -320px -600px;
  }
  18.8% {
    background-position: -640px -600px;
  }
  20.8% {
    background-position: -960px -600px;
  }
  22.9% {
    background-position: -1280px -600px;
  }
  25% {
    background-position: -1600px -600px;
  }
  27.1% {
    background-position: -1920px -600px;
  }
  29.2% {
    background-position: 0px -1200px;
  }
  31.3% {
    background-position: -320px -1200px;
  }
  33.3% {
    background-position: -640px -1200px;
  }
  35.4% {
    background-position: -960px -1200px;
  }
  37.5% {
    background-position: -1280px -1200px;
  }
  39.6% {
    background-position: -1600px -1200px;
  }
  41.7% {
    background-position: -1920px -1200px;
  }
  43.8% {
    background-position: 0px -1800px;
  }
  45.8% {
    background-position: -320px -1800px;
  }
  47.9% {
    background-position: -640px -1800px;
  }
  50% {
    background-position: -960px -1800px;
  }
  52.1% {
    background-position: -1280px -1800px;
  }
  54.2% {
    background-position: -1600px -1800px;
  }
  56.3% {
    background-position: -1920px -1800px;
  }
  58.3% {
    background-position: 0px -2400px;
  }
  60.4% {
    background-position: -320px -2400px;
  }
  62.5% {
    background-position: -640px -2400px;
  }
  64.6% {
    background-position: -960px -2400px;
  }
  66.7% {
    background-position: -1280px -2400px;
  }
  68.8% {
    background-position: -1600px -2400px;
  }
  70.8% {
    background-position: -1920px -2400px;
  }
  72.9% {
    background-position: 0px -3000px;
  }
  75% {
    background-position: -320px -3000px;
  }
  77.1% {
    background-position: -640px -3000px;
  }
  79.2% {
    background-position: -960px -3000px;
  }
  81.3% {
    background-position: -1280px -3000px;
  }
  83.3% {
    background-position: -1600px -3000px;
  }
  85.4% {
    background-position: -1920px -3000px;
  }
  87.5% {
    background-position: 0px -3600px;
  }
  89.6% {
    background-position: -320px -3600px;
  }
  91.7% {
    background-position: -640px -3600px;
  }
  93.8% {
    background-position: -960px -3600px;
  }
  95.8% {
    background-position: -1280px -3600px;
  }
  97.9% {
    background-position: -1600px -3600px;
  }
  100% {
    background-position: -1600px -3600px;
  }
}
@keyframes sprite_yuhecheng_9_hecheng_1_2 {
  0% {
    background-position: 0px 0px;
  }
  2.1% {
    background-position: -320px 0px;
  }
  4.2% {
    background-position: -640px 0px;
  }
  6.3% {
    background-position: -960px 0px;
  }
  8.3% {
    background-position: -1280px 0px;
  }
  10.4% {
    background-position: -1600px 0px;
  }
  12.5% {
    background-position: -1920px 0px;
  }
  14.6% {
    background-position: 0px -600px;
  }
  16.7% {
    background-position: -320px -600px;
  }
  18.8% {
    background-position: -640px -600px;
  }
  20.8% {
    background-position: -960px -600px;
  }
  22.9% {
    background-position: -1280px -600px;
  }
  25% {
    background-position: -1600px -600px;
  }
  27.1% {
    background-position: -1920px -600px;
  }
  29.2% {
    background-position: 0px -1200px;
  }
  31.3% {
    background-position: -320px -1200px;
  }
  33.3% {
    background-position: -640px -1200px;
  }
  35.4% {
    background-position: -960px -1200px;
  }
  37.5% {
    background-position: -1280px -1200px;
  }
  39.6% {
    background-position: -1600px -1200px;
  }
  41.7% {
    background-position: -1920px -1200px;
  }
  43.8% {
    background-position: 0px -1800px;
  }
  45.8% {
    background-position: -320px -1800px;
  }
  47.9% {
    background-position: -640px -1800px;
  }
  50% {
    background-position: -960px -1800px;
  }
  52.1% {
    background-position: -1280px -1800px;
  }
  54.2% {
    background-position: -1600px -1800px;
  }
  56.3% {
    background-position: -1920px -1800px;
  }
  58.3% {
    background-position: 0px -2400px;
  }
  60.4% {
    background-position: -320px -2400px;
  }
  62.5% {
    background-position: -640px -2400px;
  }
  64.6% {
    background-position: -960px -2400px;
  }
  66.7% {
    background-position: -1280px -2400px;
  }
  68.8% {
    background-position: -1600px -2400px;
  }
  70.8% {
    background-position: -1920px -2400px;
  }
  72.9% {
    background-position: 0px -3000px;
  }
  75% {
    background-position: -320px -3000px;
  }
  77.1% {
    background-position: -640px -3000px;
  }
  79.2% {
    background-position: -960px -3000px;
  }
  81.3% {
    background-position: -1280px -3000px;
  }
  83.3% {
    background-position: -1600px -3000px;
  }
  85.4% {
    background-position: -1920px -3000px;
  }
  87.5% {
    background-position: 0px -3600px;
  }
  89.6% {
    background-position: -320px -3600px;
  }
  91.7% {
    background-position: -640px -3600px;
  }
  93.8% {
    background-position: -960px -3600px;
  }
  95.8% {
    background-position: -1280px -3600px;
  }
  97.9% {
    background-position: -1600px -3600px;
  }
  100% {
    background-position: -1600px -3600px;
  }
}
.page-ly {
  height: calc(1348px - 145px);
  margin-bottom: 145px;
}
.page-ly.ani-show .bg-dec {
  -webkit-animation: ztuoyuan26_anim 2s 0s linear both;
          animation: ztuoyuan26_anim 2s 0s linear both;
}
.page-ly.ani-show .role-title::after {
  -webkit-animation: title-ani 0.5s both;
          animation: title-ani 0.5s both;
}
.page-ly.ani-show .role-title .z01xinliupa1 {
  -webkit-animation: sprite_xinliupa_3 0.88s 0s steps(1) both;
          animation: sprite_xinliupa_3 0.88s 0s steps(1) both;
}
.page-ly.ani-show .role-name::before {
  -webkit-animation: zzhutizi_321_anim 2s 0s linear both,
          zzhutizi_321_transform_bezier_anim 2s 0s both;
          animation: zzhutizi_321_anim 2s 0s linear both,
          zzhutizi_321_transform_bezier_anim 2s 0s both;
}
.page-ly.ani-show .role-name::after {
  -webkit-animation: zfubiaoti22_anim 1.625s 0.375s linear both,
          zfubiaoti22_transform_bezier_anim 1.625s 0.375s both;
          animation: zfubiaoti22_anim 1.625s 0.375s linear both,
          zfubiaoti22_transform_bezier_anim 1.625s 0.375s both;
}
.page-ly.ani-show .role-cover {
  -webkit-animation: zi_longyindingbu_324_anim 2s 0s linear both,
        zi_longyindingbu_324_transform_bezier_anim 2s 0s both;
          animation: zi_longyindingbu_324_anim 2s 0s linear both,
        zi_longyindingbu_324_transform_bezier_anim 2s 0s both;
}
.page-ly.ani-show .role-cover::after {
  -webkit-animation: zbijiaoquanzhegeleidian001_1926x1082_mp4_hecheng_123_anim
          1.017s 0s linear both;
          animation: zbijiaoquanzhegeleidian001_1926x1082_mp4_hecheng_123_anim
          1.017s 0s linear both;
}
.page-ly.ani-show .role-dec {
  -webkit-animation: zbaise_fablongyinjieshao_bg_psb_hecheng_125_anim 1.875s 0.125s
          linear both,
        zbaise_fablongyinjieshao_bg_psb_hecheng_125_transform_bezier_anim 1.875s
          0.125s both;
          animation: zbaise_fablongyinjieshao_bg_psb_hecheng_125_anim 1.875s 0.125s
          linear both,
        zbaise_fablongyinjieshao_bg_psb_hecheng_125_transform_bezier_anim 1.875s
          0.125s both;
}
.page-ly.ani-show .role-btn {
  -webkit-animation: zqiehuan_kaobei20_anim 0.625s 1.375s linear both;
          animation: zqiehuan_kaobei20_anim 0.625s 1.375s linear both;
}
.page-ly.ani-show .role-btn .drag-container .drag-tips::after {
  -webkit-animation: zhuadongqiehuanzhexiandao_210_anim 1.833s 0s linear
                infinite,
              zhuadongqiehuanzhexiandao_210_transform_bezier_anim 1.833s 0s
                infinite;
          animation: zhuadongqiehuanzhexiandao_210_anim 1.833s 0s linear
                infinite,
              zhuadongqiehuanzhexiandao_210_transform_bezier_anim 1.833s 0s
                infinite;
}
.no-webp .page-ly::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg-after_bd17d825.png) center no-repeat;
  background-size: contain}
.webp .page-ly::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg-after_bd17d825.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly::after {background-size:contain}
.webp .page-ly::after {background-size:contain}
.page-ly::after {
  content: "";
  position: absolute;
  top: 835px;
  left: 50%;
  margin-left: -130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22.89rem;
  height: 31.7rem;
  z-index: 1;
  pointer-events: none;
}
.page-ly .ly-role {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.no-webp .page-ly .ly-role::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/cover-bg_48bc3ce5.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/cover-bg_48bc3ce5.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role::before {background-size:contain}
.webp .page-ly .ly-role::before {background-size:contain}
.page-ly .ly-role::before {
  content: "";
  position: absolute;
  top: -570px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25.6rem;
  height: 20.64rem;
  pointer-events: none;
}
.page-ly .ly-role.change::before {
  -webkit-animation: zfablongyinjieshao_bg19_anim 0.708s 0s linear both;
          animation: zfablongyinjieshao_bg19_anim 0.708s 0s linear both;
}
.page-ly .ly-role.change .role-title {
  -webkit-animation: zi_shandian_518_anim 0.292s 0s linear both;
          animation: zi_shandian_518_anim 0.292s 0s linear both;
}
.page-ly .ly-role.change .role-btn {
  -webkit-animation: zqiehuan_kaobei11_anim 0.375s 0s linear both;
          animation: zqiehuan_kaobei11_anim 0.375s 0s linear both;
}
.page-ly .ly-role.change .role-name::before {
  mix-blend-mode: normal;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-animation: zzhutizi_412_anim 0.375s 0s linear both;
          animation: zzhutizi_412_anim 0.375s 0s linear both;
}
.page-ly .ly-role.change .role-name::after {
  -webkit-animation: zfubiaoti13_anim 0.375s 0s linear both;
          animation: zfubiaoti13_anim 0.375s 0s linear both;
}
.page-ly .ly-role.change .role-cover {
  -webkit-animation: zi_longyindingbu_415_anim 0.375s 0s linear both,
          zi_longyindingbu_415_transform_bezier_anim 0.375s 0s both;
          animation: zi_longyindingbu_415_anim 0.375s 0s linear both,
          zi_longyindingbu_415_transform_bezier_anim 0.375s 0s both;
}
.page-ly .ly-role.change .role-dec {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-animation: zbaise_fablongyinjieshao_bg_psb_hecheng_116_anim 0.375s 0s
          linear both;
          animation: zbaise_fablongyinjieshao_bg_psb_hecheng_116_anim 0.375s 0s
          linear both;
}
.page-ly .ly-role.change .bg-dec {
  -webkit-animation: ztuoyuan17_anim 0.375s 0s linear both,
          ztuoyuan17_transform_bezier_anim 0.375s 0s both;
          animation: ztuoyuan17_anim 0.375s 0s linear both,
          ztuoyuan17_transform_bezier_anim 0.375s 0s both;
}
.no-webp .page-ly .ly-role .bg-dec {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/tuoyuan_26_197033f2.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role .bg-dec {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/tuoyuan_26_197033f2.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role .bg-dec {background-size:contain}
.webp .page-ly .ly-role .bg-dec {background-size:contain}
.page-ly .ly-role .bg-dec {
  position: absolute;
  top: 136px;
  left: 50%;
  margin-left: -959px;
  opacity: 0;
  width: 18.58rem;
  height: 13.24rem;
}
.no-webp .page-ly .ly-role .role-title {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role .role-title {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role .role-title {background-size:contain}
.webp .page-ly .ly-role .role-title {background-size:contain}
.no-webp .page-ly .ly-role .role-title {background:none}
.webp .page-ly .ly-role .role-title {background:none}
.page-ly .ly-role .role-title {
  position: absolute;
  top: 210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 590px;
  width: 2.26rem;
  height: 2.29rem;
}
.no-webp .page-ly .ly-role .role-title::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role .role-title::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role .role-title::after {background-size:contain}
.webp .page-ly .ly-role .role-title::after {background-size:contain}
.page-ly .ly-role .role-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.26rem;
  height: 2.29rem;
  opacity: 0;
}
.no-webp .page-ly .ly-role .role-title .z01xinliupa1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_xinliupa_3_8704c29f.png);
  background-size: 500% 500%}
.webp .page-ly .ly-role .role-title .z01xinliupa1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_xinliupa_3_8704c29f.webp);
  background-size: 500% 500%}
.no-webp .page-ly .ly-role .role-title .z01xinliupa1 {background-size:500% 500%}
.webp .page-ly .ly-role .role-title .z01xinliupa1 {background-size:500% 500%}
.page-ly .ly-role .role-title .z01xinliupa1 {
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 190px;
  width: 408px;
  -webkit-transform-origin: -70% 1496%;
          transform-origin: -70% 1496%;
}
.page-ly .ly-role .role-name {
  position: absolute;
  top: 428px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 520px;
  width: 286px;
  height: 450px;
  z-index: 1;
}
.no-webp .page-ly .ly-role .role-name::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name_392f66f9.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role .role-name::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name_392f66f9.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role .role-name::before {background-size:contain}
.webp .page-ly .ly-role .role-name::before {background-size:contain}
.page-ly .ly-role .role-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.86rem;
  height: 4.5rem;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.no-webp .page-ly .ly-role .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info_63eddc66.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info_63eddc66.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role .role-name::after {background-size:contain}
.webp .page-ly .ly-role .role-name::after {background-size:contain}
.page-ly .ly-role .role-name::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.86rem;
  height: 4.5rem;
  opacity: 0;
  -webkit-transform-origin: 49% 50%;
          transform-origin: 49% 50%;
}
.no-webp .page-ly .ly-role .role-cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/cover_53ade350.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role .role-cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/cover_53ade350.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role .role-cover {background-size:contain}
.webp .page-ly .ly-role .role-cover {background-size:contain}
.page-ly .ly-role .role-cover {
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -1280px;
  width: 25.6rem;
  height: 15.94rem;
  opacity: 0;
  -webkit-transform-origin: 52% 47%;
          transform-origin: 52% 47%;
  -webkit-transform: scale(1.11, 1.11);
          transform: scale(1.11, 1.11);
}
.no-webp .page-ly .ly-role .role-cover::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bijiaoquanzhegeleidian001_1926x1082_mp4_hecheng_1_23_9cff7ac8.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role .role-cover::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bijiaoquanzhegeleidian001_1926x1082_mp4_hecheng_1_23_9cff7ac8.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role .role-cover::after {background-size:contain}
.webp .page-ly .ly-role .role-cover::after {background-size:contain}
.page-ly .ly-role .role-cover::after {
  content: "";
  position: absolute;
  left: 225px;
  top: -120px;
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-transform-origin: 37% 40%;
          transform-origin: 37% 40%;
  -webkit-transform: scale(0.3441, 0.3441) rotate(31.67deg);
          transform: scale(0.3441, 0.3441) rotate(31.67deg);
  width: 19.26rem;
  height: 10.82rem;
}
.no-webp .page-ly .ly-role .role-dec {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/baise_fablongyinjieshao_bg_psb_hecheng_1_25_8bdb92b3.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role .role-dec {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/baise_fablongyinjieshao_bg_psb_hecheng_1_25_8bdb92b3.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role .role-dec {background-size:contain}
.webp .page-ly .ly-role .role-dec {background-size:contain}
.page-ly .ly-role .role-dec {
  position: absolute;
  left: 50%;
  margin-left: -748px;
  bottom: -145px;
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-transform-origin: 50% 38%;
          transform-origin: 50% 38%;
  -webkit-transform: scale(0.44, 0.44);
          transform: scale(0.44, 0.44);
  width: 12rem;
  height: 6.4rem;
}
.page-ly .ly-role .role-btn {
  position: absolute;
  top: 1095px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -5px;
  width: 291px;
  height: 83px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transform-origin: 57% 921%;
          transform-origin: 57% 921%;
}
.no-webp .page-ly .ly-role .role-btn::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_yuhecheng_2_13_abfc7c07.png);
  background-size: 500% 400%}
.webp .page-ly .ly-role .role-btn::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_yuhecheng_2_13_abfc7c07.webp);
  background-size: 500% 400%}
.no-webp .page-ly .ly-role .role-btn::before {background-size:500% 400%}
.webp .page-ly .ly-role .role-btn::before {background-size:500% 400%}
.page-ly .ly-role .role-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 80px;
  width: 80px;
  mix-blend-mode: normal;
  -webkit-animation: sprite_yuhecheng_2_13 1.42s 0s steps(1) infinite normal;
          animation: sprite_yuhecheng_2_13 1.42s 0s steps(1) infinite normal;
}
.page-ly .ly-role .role-btn .drag-container {
  position: absolute;
  top: 0;
  right: 40px;
  width: 100%;
  height: 100%;
}
.no-webp .page-ly .ly-role .role-btn .drag-container .drag-handle {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/role-btn_45302dd5.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-role .role-btn .drag-container .drag-handle {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/role-btn_45302dd5.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-role .role-btn .drag-container .drag-handle {background-size:contain}
.webp .page-ly .ly-role .role-btn .drag-container .drag-handle {background-size:contain}
.page-ly .ly-role .role-btn .drag-container .drag-handle {
  position: absolute;
  left: 40px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.83rem;
  height: 0.83rem;
  cursor: pointer;
}
.page-ly .ly-role .role-btn .drag-container::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  width: calc(100% - 40px);
  height: 0px;
  border: solid 1px #e9d79b;
  opacity: 0.5;
  pointer-events: none;
}
.page-ly .ly-role .role-btn .drag-container .drag-tips {
  position: absolute;
  top: 50%;
  right: 42px;
  margin-top: 7px;
  font-size: 16px;
  line-height: 16px;
  color: #fbedc1;
  font-weight: 300;
  white-space: nowrap;
}
.page-ly .ly-role .role-btn .drag-container .drag-tips::after {
  opacity: 0;
  content: "\6ED1\52A8\5207\6362\8C2A\4ED9\5C9B";
  display: block;
}
.page-ly .ly-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-ly .ly-map.load .map-title {
  display: block;
}
.page-ly .ly-map.load .ly-tab,
.page-ly .ly-map.load .map-btn {
  -webkit-animation: sprite_btn_show 0.5s 1s linear both;
          animation: sprite_btn_show 0.5s 1s linear both;
}
.page-ly .ly-map.load .swiper-slide::after {
  -webkit-animation: sprite_btn_show 0.5s 1s linear both;
          animation: sprite_btn_show 0.5s 1s linear both;
}
.no-webp .page-ly .ly-map .map-title {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .map-title {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .map-title {background-size:contain}
.webp .page-ly .ly-map .map-title {background-size:contain}
.no-webp .page-ly .ly-map .map-title {background:none}
.webp .page-ly .ly-map .map-title {background:none}
.page-ly .ly-map .map-title {
  display: none;
  position: absolute;
  top: 262px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 23px;
  width: 2.26rem;
  height: 2.29rem;
  z-index: 1;
}
.no-webp .page-ly .ly-map .map-title::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .map-title::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .map-title::after {background-size:contain}
.webp .page-ly .ly-map .map-title::after {background-size:contain}
.page-ly .ly-map .map-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.26rem;
  height: 2.29rem;
  opacity: 0;
  -webkit-animation: title-ani 0.5s both;
          animation: title-ani 0.5s both;
}
.no-webp .page-ly .ly-map .map-title .z02xinouyu1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_kaifangshijietansuo_4_c3506764.png);
  background-size: 500% 500%}
.webp .page-ly .ly-map .map-title .z02xinouyu1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_kaifangshijietansuo_4_c3506764.webp);
  background-size: 500% 500%}
.no-webp .page-ly .ly-map .map-title .z02xinouyu1 {background-size:500% 500%}
.webp .page-ly .ly-map .map-title .z02xinouyu1 {background-size:500% 500%}
.page-ly .ly-map .map-title .z02xinouyu1 {
  position: absolute;
  left: 50%;
  top: 24px;
  height: 190px;
  width: 1004px;
  margin-left: -497px;
  -webkit-transform-origin: 82% 1433%;
          transform-origin: 82% 1433%;
  -webkit-animation: sprite_kaifangshijietansuo_4 0.88s 0s steps(1) both;
          animation: sprite_kaifangshijietansuo_4 0.88s 0s steps(1) both;
}
.page-ly .ly-map .swiper-container-ly {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: unset;
}
.page-ly .ly-map .swiper-container-ly .swiper-slide {
  position: relative;
  top: 100px;
  width: 100%;
  height: 100%;
}
.page-ly .ly-map .swiper-container-ly .swiper-slide::after {
  content: "";
  position: absolute;
  top: 365px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.zx::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zx-title_d0aa333c.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.zx::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zx-title_d0aa333c.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.zx::after {background-size:contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.zx::after {background-size:contain}
.page-ly .ly-map .swiper-container-ly .swiper-slide.zx::after {
  width: 3.96rem;
  height: 0.8rem;
}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.zh::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zh-title_d565ad60.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.zh::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zh-title_d565ad60.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.zh::after {background-size:contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.zh::after {background-size:contain}
.page-ly .ly-map .swiper-container-ly .swiper-slide.zh::after {
  width: 3.16rem;
  height: 0.8rem;
}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.lx::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/lx-title_eabd4466.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.lx::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/lx-title_eabd4466.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.lx::after {background-size:contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.lx::after {background-size:contain}
.page-ly .ly-map .swiper-container-ly .swiper-slide.lx::after {
  width: 4.66rem;
  height: 0.8rem;
}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.ym::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ym-title_cf21dcc6.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.ym::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ym-title_cf21dcc6.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.ym::after {background-size:contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.ym::after {background-size:contain}
.page-ly .ly-map .swiper-container-ly .swiper-slide.ym::after {
  width: 4.64rem;
  height: 0.8rem;
}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.xy::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xy-title_62d729d0.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.xy::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xy-title_62d729d0.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .swiper-container-ly .swiper-slide.xy::after {background-size:contain}
.webp .page-ly .ly-map .swiper-container-ly .swiper-slide.xy::after {background-size:contain}
.page-ly .ly-map .swiper-container-ly .swiper-slide.xy::after {
  width: 4.96rem;
  height: 0.8rem;
}
.page-ly .ly-map .swiper-container-ly .parallax-box {
  position: absolute;
  top: 20px;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 2560px;
  height: 1440px;
  -webkit-mask: url(https://h.res.netease.com/pc/zt/20230619195840/img/mask_5c8a0cb6.png) top center;
          mask: url(https://h.res.netease.com/pc/zt/20230619195840/img/mask_5c8a0cb6.png) top center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.page-ly .ly-map .swiper-container-ly .parallax-box .video-bg {
  margin-left: -50px;
  margin-top: -100px;
  width: calc(100% + 100px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-ly .ly-map .ly-tab {
  position: absolute;
  top: 896px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 118px;
  opacity: 0;
}
.no-webp .page-ly .ly-map .ly-tab::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/line_68d66e04.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .ly-tab::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/line_68d66e04.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .ly-tab::before {background-size:contain}
.webp .page-ly .ly-map .ly-tab::before {background-size:contain}
.page-ly .ly-map .ly-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25.6rem;
  height: 1.18rem;
}
.page-ly .ly-map .ly-tab .list {
  width: 100%;
  height: 100%;
}
.page-ly .ly-map .ly-tab .list .item {
  position: absolute;
  top: 67px;
  left: 50%;
  margin-left: -650px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.page-ly .ly-map .ly-tab .list .item:nth-of-type(2) {
  top: 40px;
  margin-left: -345px;
}
.page-ly .ly-map .ly-tab .list .item:nth-of-type(3) {
  top: 25px;
  margin-left: 250px;
}
.page-ly .ly-map .ly-tab .list .item:nth-of-type(4) {
  top: 60px;
  margin-left: 557px;
}
.no-webp .page-ly .ly-map .ly-tab .list .item.zx {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-zx_7cc3e4a7.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .ly-tab .list .item.zx {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-zx_7cc3e4a7.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .ly-tab .list .item.zx {background-size:contain}
.webp .page-ly .ly-map .ly-tab .list .item.zx {background-size:contain}
.page-ly .ly-map .ly-tab .list .item.zx {
  width: 0.8rem;
  height: 1.2rem;
}
.no-webp .page-ly .ly-map .ly-tab .list .item.zh {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-zh_5a358fe8.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .ly-tab .list .item.zh {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-zh_5a358fe8.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .ly-tab .list .item.zh {background-size:contain}
.webp .page-ly .ly-map .ly-tab .list .item.zh {background-size:contain}
.page-ly .ly-map .ly-tab .list .item.zh {
  width: 0.8rem;
  height: 1.2rem;
}
.no-webp .page-ly .ly-map .ly-tab .list .item.ym {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-ym_3247b224.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .ly-tab .list .item.ym {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-ym_3247b224.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .ly-tab .list .item.ym {background-size:contain}
.webp .page-ly .ly-map .ly-tab .list .item.ym {background-size:contain}
.page-ly .ly-map .ly-tab .list .item.ym {
  width: 0.8rem;
  height: 1.2rem;
}
.no-webp .page-ly .ly-map .ly-tab .list .item.xy {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-xy_7d7eb32b.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .ly-tab .list .item.xy {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-xy_7d7eb32b.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .ly-tab .list .item.xy {background-size:contain}
.webp .page-ly .ly-map .ly-tab .list .item.xy {background-size:contain}
.page-ly .ly-map .ly-tab .list .item.xy {
  width: 0.8rem;
  height: 1.2rem;
}
.page-ly .ly-map .ly-tab .list .item.swiper-slide-active,
.page-ly .ly-map .ly-tab .list .item.on {
  pointer-events: inherit;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.no-webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zx, 
.no-webp .page-ly .ly-map .ly-tab .list .item.on.zx {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-h-zx_02764bb4.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zx, 
.webp .page-ly .ly-map .ly-tab .list .item.on.zx {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-h-zx_02764bb4.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zx, 
.no-webp .page-ly .ly-map .ly-tab .list .item.on.zx {background-size:contain}
.webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zx, 
.webp .page-ly .ly-map .ly-tab .list .item.on.zx {background-size:contain}
.page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zx,
.page-ly .ly-map .ly-tab .list .item.on.zx {
  width: 0.8rem;
  height: 1.2rem;
}
.no-webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zh, 
.no-webp .page-ly .ly-map .ly-tab .list .item.on.zh {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-h-zh_e371308d.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zh, 
.webp .page-ly .ly-map .ly-tab .list .item.on.zh {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-h-zh_e371308d.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zh, 
.no-webp .page-ly .ly-map .ly-tab .list .item.on.zh {background-size:contain}
.webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zh, 
.webp .page-ly .ly-map .ly-tab .list .item.on.zh {background-size:contain}
.page-ly .ly-map .ly-tab .list .item.swiper-slide-active.zh,
.page-ly .ly-map .ly-tab .list .item.on.zh {
  width: 0.8rem;
  height: 1.2rem;
}
.no-webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.ym, 
.no-webp .page-ly .ly-map .ly-tab .list .item.on.ym {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-h-ym_e1385407.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.ym, 
.webp .page-ly .ly-map .ly-tab .list .item.on.ym {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-h-ym_e1385407.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.ym, 
.no-webp .page-ly .ly-map .ly-tab .list .item.on.ym {background-size:contain}
.webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.ym, 
.webp .page-ly .ly-map .ly-tab .list .item.on.ym {background-size:contain}
.page-ly .ly-map .ly-tab .list .item.swiper-slide-active.ym,
.page-ly .ly-map .ly-tab .list .item.on.ym {
  width: 0.8rem;
  height: 1.2rem;
}
.no-webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.xy, 
.no-webp .page-ly .ly-map .ly-tab .list .item.on.xy {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-h-xy_d65d3e00.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.xy, 
.webp .page-ly .ly-map .ly-tab .list .item.on.xy {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-h-xy_d65d3e00.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.xy, 
.no-webp .page-ly .ly-map .ly-tab .list .item.on.xy {background-size:contain}
.webp .page-ly .ly-map .ly-tab .list .item.swiper-slide-active.xy, 
.webp .page-ly .ly-map .ly-tab .list .item.on.xy {background-size:contain}
.page-ly .ly-map .ly-tab .list .item.swiper-slide-active.xy,
.page-ly .ly-map .ly-tab .list .item.on.xy {
  width: 0.8rem;
  height: 1.2rem;
}
.page-ly .ly-map .map-btn {
  position: absolute;
  top: 1095px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -5px;
  width: 291px;
  height: 83px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transform-origin: 57% 921%;
          transform-origin: 57% 921%;
  z-index: 1;
}
.no-webp .page-ly .ly-map .map-btn::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_yuhecheng_2_13_abfc7c07.png);
  background-size: 500% 400%}
.webp .page-ly .ly-map .map-btn::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_yuhecheng_2_13_abfc7c07.webp);
  background-size: 500% 400%}
.no-webp .page-ly .ly-map .map-btn::before {background-size:500% 400%}
.webp .page-ly .ly-map .map-btn::before {background-size:500% 400%}
.page-ly .ly-map .map-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 80px;
  width: 80px;
  mix-blend-mode: normal;
  -webkit-animation: sprite_yuhecheng_2_13 1.42s 0s steps(1) infinite normal;
          animation: sprite_yuhecheng_2_13 1.42s 0s steps(1) infinite normal;
}
.page-ly .ly-map .map-btn .drag-container {
  position: absolute;
  top: 0;
  left: 40px;
  width: 100%;
  height: 100%;
}
.no-webp .page-ly .ly-map .map-btn .drag-container .drag-handle {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/map-btn_646226cd.png) center no-repeat;
  background-size: contain}
.webp .page-ly .ly-map .map-btn .drag-container .drag-handle {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/map-btn_646226cd.webp) center no-repeat;
  background-size: contain}
.no-webp .page-ly .ly-map .map-btn .drag-container .drag-handle {background-size:contain}
.webp .page-ly .ly-map .map-btn .drag-container .drag-handle {background-size:contain}
.page-ly .ly-map .map-btn .drag-container .drag-handle {
  position: absolute;
  right: -40px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.84rem;
  height: 0.84rem;
  cursor: pointer;
}
.page-ly .ly-map .map-btn .drag-container::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: calc(100% - 40px);
  height: 0px;
  border: solid 1px #e9d79b;
  opacity: 0.5;
  pointer-events: none;
}
.page-ly .ly-map .map-btn .drag-container .drag-tips {
  position: absolute;
  top: 50%;
  left: 42px;
  margin-top: 7px;
  font-size: 16px;
  line-height: 16px;
  color: #fbedc1;
  font-weight: 300;
}
.page-ly .ly-map .map-btn .drag-container .drag-tips::after {
  -webkit-animation: zhuadongqiehuanzhexiandao_210_anim 1.833s 0s linear
                infinite,
              zhuadongqiehuanzhexiandao_210_transform_bezier_anim2 1.833s 0s
                infinite;
          animation: zhuadongqiehuanzhexiandao_210_anim 1.833s 0s linear
                infinite,
              zhuadongqiehuanzhexiandao_210_transform_bezier_anim2 1.833s 0s
                infinite;
  white-space: nowrap;
  content: "\6ED1\52A8\5207\6362\81F3\9F99\541F";
  display: block;
}
@-webkit-keyframes sprite_xinliupa_3 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -408px 0px;
  }
  9.5% {
    background-position: -816px 0px;
  }
  14.3% {
    background-position: -1224px 0px;
  }
  19% {
    background-position: -1632px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -408px -190px;
  }
  33.3% {
    background-position: -816px -190px;
  }
  38.1% {
    background-position: -1224px -190px;
  }
  42.9% {
    background-position: -1632px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -408px -380px;
  }
  57.1% {
    background-position: -816px -380px;
  }
  61.9% {
    background-position: -1224px -380px;
  }
  66.7% {
    background-position: -1632px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -408px -570px;
  }
  81% {
    background-position: -816px -570px;
  }
  85.7% {
    background-position: -1224px -570px;
  }
  90.5% {
    background-position: -1632px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@keyframes sprite_xinliupa_3 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -408px 0px;
  }
  9.5% {
    background-position: -816px 0px;
  }
  14.3% {
    background-position: -1224px 0px;
  }
  19% {
    background-position: -1632px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -408px -190px;
  }
  33.3% {
    background-position: -816px -190px;
  }
  38.1% {
    background-position: -1224px -190px;
  }
  42.9% {
    background-position: -1632px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -408px -380px;
  }
  57.1% {
    background-position: -816px -380px;
  }
  61.9% {
    background-position: -1224px -380px;
  }
  66.7% {
    background-position: -1632px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -408px -570px;
  }
  81% {
    background-position: -816px -570px;
  }
  85.7% {
    background-position: -1224px -570px;
  }
  90.5% {
    background-position: -1632px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@-webkit-keyframes zzhutizi_321_anim {
  0% {
    opacity: 0;
  }
  8.33% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zzhutizi_321_anim {
  0% {
    opacity: 0;
  }
  8.33% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zzhutizi_321_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.41, 1);
            animation-timing-function: cubic-bezier(0.35, 0, 0.41, 1);
  }
  33.33% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zzhutizi_321_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.41, 1);
            animation-timing-function: cubic-bezier(0.35, 0, 0.41, 1);
  }
  33.33% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes zqiehuan_kaobei20_anim {
  0% {
    opacity: 0;
  }
  73.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zqiehuan_kaobei20_anim {
  0% {
    opacity: 0;
  }
  73.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zfubiaoti22_anim {
  0% {
    opacity: 0;
  }
  35.9% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zfubiaoti22_anim {
  0% {
    opacity: 0;
  }
  35.9% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zfubiaoti22_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0px, -16px);
            transform: translate(0px, -16px);
    -webkit-animation-timing-function: cubic-bezier(0.29, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.29, 0, 0.5, 1);
  }
  35.9% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes zfubiaoti22_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0px, -16px);
            transform: translate(0px, -16px);
    -webkit-animation-timing-function: cubic-bezier(0.29, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.29, 0, 0.5, 1);
  }
  35.9% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes zbijiaoquanzhegeleidian001_1926x1082_mp4_hecheng_123_anim {
  0% {
    -webkit-transform: translate(-220px, -196px) scale(0.3441, 0.3441) rotate(31.7deg);
            transform: translate(-220px, -196px) scale(0.3441, 0.3441) rotate(31.7deg);
    opacity: 0;
  }
  8.2% {
    -webkit-transform: translate(-73px, -65px) scale(0.7814, 0.7814) rotate(31.7deg);
            transform: translate(-73px, -65px) scale(0.7814, 0.7814) rotate(31.7deg);
    opacity: 1;
  }
  12.29% {
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(31.7deg);
    opacity: 1;
  }
  16.39% {
    -webkit-transform: translate(0px, 0px) scale(1.0005, 1.0005) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.0005, 1.0005) rotate(31.7deg);
    opacity: 0.85;
  }
  20.49% {
    -webkit-transform: translate(0px, 0px) scale(1.0011, 1.0011) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.0011, 1.0011) rotate(31.7deg);
    opacity: 0.5;
  }
  24.59% {
    -webkit-transform: translate(0px, 0px) scale(1.0016, 1.0016) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.0016, 1.0016) rotate(31.7deg);
    opacity: 1;
  }
  50.82% {
    -webkit-transform: translate(0px, 0px) scale(1.0049, 1.0049) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.0049, 1.0049) rotate(31.7deg);
    opacity: 1;
  }
  90.16% {
    -webkit-transform: translate(0px, 0px) scale(1.01, 1.01) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.01, 1.01) rotate(31.7deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1.01, 1.01) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.01, 1.01) rotate(31.7deg);
    opacity: 0;
  }
}
@keyframes zbijiaoquanzhegeleidian001_1926x1082_mp4_hecheng_123_anim {
  0% {
    -webkit-transform: translate(-220px, -196px) scale(0.3441, 0.3441) rotate(31.7deg);
            transform: translate(-220px, -196px) scale(0.3441, 0.3441) rotate(31.7deg);
    opacity: 0;
  }
  8.2% {
    -webkit-transform: translate(-73px, -65px) scale(0.7814, 0.7814) rotate(31.7deg);
            transform: translate(-73px, -65px) scale(0.7814, 0.7814) rotate(31.7deg);
    opacity: 1;
  }
  12.29% {
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(31.7deg);
    opacity: 1;
  }
  16.39% {
    -webkit-transform: translate(0px, 0px) scale(1.0005, 1.0005) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.0005, 1.0005) rotate(31.7deg);
    opacity: 0.85;
  }
  20.49% {
    -webkit-transform: translate(0px, 0px) scale(1.0011, 1.0011) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.0011, 1.0011) rotate(31.7deg);
    opacity: 0.5;
  }
  24.59% {
    -webkit-transform: translate(0px, 0px) scale(1.0016, 1.0016) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.0016, 1.0016) rotate(31.7deg);
    opacity: 1;
  }
  50.82% {
    -webkit-transform: translate(0px, 0px) scale(1.0049, 1.0049) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.0049, 1.0049) rotate(31.7deg);
    opacity: 1;
  }
  90.16% {
    -webkit-transform: translate(0px, 0px) scale(1.01, 1.01) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.01, 1.01) rotate(31.7deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1.01, 1.01) rotate(31.7deg);
            transform: translate(0px, 0px) scale(1.01, 1.01) rotate(31.7deg);
    opacity: 0;
  }
}
@-webkit-keyframes zi_longyindingbu_324_anim {
  0% {
    opacity: 0;
  }
  16.67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zi_longyindingbu_324_anim {
  0% {
    opacity: 0;
  }
  16.67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zi_longyindingbu_324_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1.11, 1.11);
            transform: scale(1.11, 1.11);
    -webkit-animation-timing-function: cubic-bezier(0.11, 0.3, 0.48, 1);
            animation-timing-function: cubic-bezier(0.11, 0.3, 0.48, 1);
  }
  29.17% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zi_longyindingbu_324_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1.11, 1.11);
            transform: scale(1.11, 1.11);
    -webkit-animation-timing-function: cubic-bezier(0.11, 0.3, 0.48, 1);
            animation-timing-function: cubic-bezier(0.11, 0.3, 0.48, 1);
  }
  29.17% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes zbaise_fablongyinjieshao_bg_psb_hecheng_125_anim {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zbaise_fablongyinjieshao_bg_psb_hecheng_125_anim {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zbaise_fablongyinjieshao_bg_psb_hecheng_125_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0.44, 0.44);
            transform: scale(0.44, 0.44);
    -webkit-animation-timing-function: cubic-bezier(0.38, 0, 0.41, 1);
            animation-timing-function: cubic-bezier(0.38, 0, 0.41, 1);
  }
  15.56% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zbaise_fablongyinjieshao_bg_psb_hecheng_125_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0.44, 0.44);
            transform: scale(0.44, 0.44);
    -webkit-animation-timing-function: cubic-bezier(0.38, 0, 0.41, 1);
            animation-timing-function: cubic-bezier(0.38, 0, 0.41, 1);
  }
  15.56% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes ztuoyuan26_anim {
  0% {
    opacity: 0;
  }
  43.75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ztuoyuan26_anim {
  0% {
    opacity: 0;
  }
  43.75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zi_shandian_427_anim {
  0% {
    opacity: 0;
  }
  47.83% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zi_shandian_427_anim {
  0% {
    opacity: 0;
  }
  47.83% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sprite_yuhecheng_2_13 {
  0% {
    background-position: 0px 0px;
  }
  5.9% {
    background-position: -80px 0px;
  }
  11.8% {
    background-position: -160px 0px;
  }
  17.6% {
    background-position: -240px 0px;
  }
  23.5% {
    background-position: -320px 0px;
  }
  29.4% {
    background-position: 0px -80px;
  }
  35.3% {
    background-position: -80px -80px;
  }
  41.2% {
    background-position: -160px -80px;
  }
  47.1% {
    background-position: -240px -80px;
  }
  52.9% {
    background-position: -320px -80px;
  }
  58.8% {
    background-position: 0px -160px;
  }
  64.7% {
    background-position: -80px -160px;
  }
  70.6% {
    background-position: -160px -160px;
  }
  76.5% {
    background-position: -240px -160px;
  }
  82.4% {
    background-position: -320px -160px;
  }
  88.2% {
    background-position: 0px -240px;
  }
  94.1% {
    background-position: -80px -240px;
  }
  100% {
    background-position: -80px -240px;
  }
}
@keyframes sprite_yuhecheng_2_13 {
  0% {
    background-position: 0px 0px;
  }
  5.9% {
    background-position: -80px 0px;
  }
  11.8% {
    background-position: -160px 0px;
  }
  17.6% {
    background-position: -240px 0px;
  }
  23.5% {
    background-position: -320px 0px;
  }
  29.4% {
    background-position: 0px -80px;
  }
  35.3% {
    background-position: -80px -80px;
  }
  41.2% {
    background-position: -160px -80px;
  }
  47.1% {
    background-position: -240px -80px;
  }
  52.9% {
    background-position: -320px -80px;
  }
  58.8% {
    background-position: 0px -160px;
  }
  64.7% {
    background-position: -80px -160px;
  }
  70.6% {
    background-position: -160px -160px;
  }
  76.5% {
    background-position: -240px -160px;
  }
  82.4% {
    background-position: -320px -160px;
  }
  88.2% {
    background-position: 0px -240px;
  }
  94.1% {
    background-position: -80px -240px;
  }
  100% {
    background-position: -80px -240px;
  }
}
@-webkit-keyframes zhuadongqiehuanzhexiandao_210_anim {
  0% {
    opacity: 0;
  }
  18.18% {
    opacity: 1;
  }
  72.73% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zhuadongqiehuanzhexiandao_210_anim {
  0% {
    opacity: 0;
  }
  18.18% {
    opacity: 1;
  }
  72.73% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zhuadongqiehuanzhexiandao_210_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.37, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.37, 1);
  }
  88.64% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes zhuadongqiehuanzhexiandao_210_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.37, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.37, 1);
  }
  88.64% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes zhuadongqiehuanzhexiandao_210_transform_bezier_anim2 {
  0% {
    -webkit-transform: translate(20px, 0px);
            transform: translate(20px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.37, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.37, 1);
  }
  88.64% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes zhuadongqiehuanzhexiandao_210_transform_bezier_anim2 {
  0% {
    -webkit-transform: translate(20px, 0px);
            transform: translate(20px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.37, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.37, 1);
  }
  88.64% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes sprite_kaifangshijietansuo_4 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -1004px 0px;
  }
  9.5% {
    background-position: -2008px 0px;
  }
  14.3% {
    background-position: -3012px 0px;
  }
  19% {
    background-position: -4016px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -1004px -190px;
  }
  33.3% {
    background-position: -2008px -190px;
  }
  38.1% {
    background-position: -3012px -190px;
  }
  42.9% {
    background-position: -4016px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -1004px -380px;
  }
  57.1% {
    background-position: -2008px -380px;
  }
  61.9% {
    background-position: -3012px -380px;
  }
  66.7% {
    background-position: -4016px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -1004px -570px;
  }
  81% {
    background-position: -2008px -570px;
  }
  85.7% {
    background-position: -3012px -570px;
  }
  90.5% {
    background-position: -4016px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@keyframes sprite_kaifangshijietansuo_4 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -1004px 0px;
  }
  9.5% {
    background-position: -2008px 0px;
  }
  14.3% {
    background-position: -3012px 0px;
  }
  19% {
    background-position: -4016px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -1004px -190px;
  }
  33.3% {
    background-position: -2008px -190px;
  }
  38.1% {
    background-position: -3012px -190px;
  }
  42.9% {
    background-position: -4016px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -1004px -380px;
  }
  57.1% {
    background-position: -2008px -380px;
  }
  61.9% {
    background-position: -3012px -380px;
  }
  66.7% {
    background-position: -4016px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -1004px -570px;
  }
  81% {
    background-position: -2008px -570px;
  }
  85.7% {
    background-position: -3012px -570px;
  }
  90.5% {
    background-position: -4016px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@-webkit-keyframes sprite_btn_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sprite_btn_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zqiehuan_kaobei11_anim {
  0% {
    opacity: 1;
  }
  22.22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zqiehuan_kaobei11_anim {
  0% {
    opacity: 1;
  }
  22.22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zzhutizi_412_anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zzhutizi_412_anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zfubiaoti13_anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zfubiaoti13_anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zi_longyindingbu_415_anim {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zi_longyindingbu_415_anim {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zi_longyindingbu_415_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  11.11% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.43, 0, 0.79, 1);
            animation-timing-function: cubic-bezier(0.43, 0, 0.79, 1);
  }
  100% {
    -webkit-transform: scale(1.44, 1.44);
            transform: scale(1.44, 1.44);
  }
}
@keyframes zi_longyindingbu_415_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  11.11% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.43, 0, 0.79, 1);
            animation-timing-function: cubic-bezier(0.43, 0, 0.79, 1);
  }
  100% {
    -webkit-transform: scale(1.44, 1.44);
            transform: scale(1.44, 1.44);
  }
}
@-webkit-keyframes zbaise_fablongyinjieshao_bg_psb_hecheng_116_anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zbaise_fablongyinjieshao_bg_psb_hecheng_116_anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ztuoyuan17_anim {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ztuoyuan17_anim {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ztuoyuan17_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  11.11% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.27, 0, 0.83, 0.85);
            animation-timing-function: cubic-bezier(0.27, 0, 0.83, 0.85);
  }
  100% {
    -webkit-transform: scale(1.27, 1.27);
            transform: scale(1.27, 1.27);
  }
}
@keyframes ztuoyuan17_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  11.11% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.27, 0, 0.83, 0.85);
            animation-timing-function: cubic-bezier(0.27, 0, 0.83, 0.85);
  }
  100% {
    -webkit-transform: scale(1.27, 1.27);
            transform: scale(1.27, 1.27);
  }
}
@-webkit-keyframes zfablongyinjieshao_bg19_anim {
  0% {
    opacity: 1;
  }
  41.18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zfablongyinjieshao_bg19_anim {
  0% {
    opacity: 1;
  }
  41.18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zi_shandian_518_anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zi_shandian_518_anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-xrqd {
  height: 1018px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-xrqd.ani-show .tit::after {
  -webkit-animation: title-ani 0.5s both;
          animation: title-ani 0.5s both;
}
.page-xrqd.ani-show .tit .z03banbenqianzhan1 {
  -webkit-animation: sprite_banbenqianzhan_5 0.88s 0s steps(1) both;
          animation: sprite_banbenqianzhan_5 0.88s 0s steps(1) both;
}
.page-xrqd.ani-show .xrqd-list-preview::before {
  -webkit-animation: zi_dian7_anim 0.958s 0.667s linear both;
          animation: zi_dian7_anim 0.958s 0.667s linear both;
}
.page-xrqd.ani-show .xrqd-list-preview::after {
  -webkit-animation: zi_jiasezhuangshi4_anim 1.625s 0s linear both,
          zi_jiasezhuangshi4_transform_bezier_anim 1.625s 0s both;
          animation: zi_jiasezhuangshi4_anim 1.625s 0s linear both,
          zi_jiasezhuangshi4_transform_bezier_anim 1.625s 0s both;
}
.page-xrqd.ani-show .xrqd-list-preview .cover-ani {
  -webkit-animation: ztupian6_anim 1.5s 0.125s linear both,
          ztupian6_transform_bezier_anim 1.5s 0.125s both;
          animation: ztupian6_anim 1.5s 0.125s linear both,
          ztupian6_transform_bezier_anim 1.5s 0.125s both;
}
.page-xrqd.ani-show .xrqd-list-preview .img-title {
  -webkit-animation: zi_tupianbiaoti_wenandaiding_3_anim 1.042s 0.2s linear both,
          zi_tupianbiaoti_wenandaiding_3_transform_bezier_anim 1.042s 0.2s
            both;
          animation: zi_tupianbiaoti_wenandaiding_3_anim 1.042s 0.2s linear both,
          zi_tupianbiaoti_wenandaiding_3_transform_bezier_anim 1.042s 0.2s
            both;
}
.page-xrqd.ani-show .swiper-slide-active {
  -webkit-animation: zzhongtu21_anim 0.792s 0.833s linear both;
          animation: zzhongtu21_anim 0.792s 0.833s linear both;
}
.page-xrqd.ani-show .swiper-slide-active::before {
  -webkit-animation: zshuzi9_anim 0.583s 0.5s linear both;
          animation: zshuzi9_anim 0.583s 0.5s linear both;
}
.page-xrqd.ani-show .swiper-slide-active::after {
  -webkit-animation: zshuzi9_anim 0.583s 0.5s linear both;
          animation: zshuzi9_anim 0.583s 0.5s linear both;
}
.page-xrqd.ani-show .swiper-slide-active .text {
  -webkit-animation: zshuzi9_anim 0.583s 0.5s linear both;
          animation: zshuzi9_anim 0.583s 0.5s linear both;
}
.page-xrqd.ani-show .swiper-slide-prev {
  -webkit-animation: zjuxing_521_kaobei_220_anim 1s 0.625s linear both;
          animation: zjuxing_521_kaobei_220_anim 1s 0.625s linear both;
}
.page-xrqd.ani-show .swiper-slide-next {
  -webkit-animation: zjingxiu_ok217_anim 0.667s 0.958s linear both;
          animation: zjingxiu_ok217_anim 0.667s 0.958s linear both;
}
.no-webp .page-xrqd .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .tit {background-size:contain}
.webp .page-xrqd .tit {background-size:contain}
.no-webp .page-xrqd .tit {background:none}
.webp .page-xrqd .tit {background:none}
.page-xrqd .tit {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -708px;
  width: 2.26rem;
  height: 2.29rem;
}
.no-webp .page-xrqd .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .tit::after {background-size:contain}
.webp .page-xrqd .tit::after {background-size:contain}
.page-xrqd .tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.26rem;
  height: 2.29rem;
  opacity: 0;
}
.no-webp .page-xrqd .tit .z03banbenqianzhan1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_banbenqianzhan_5_80e964fd.png);
  background-size: 500% 500%}
.webp .page-xrqd .tit .z03banbenqianzhan1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_banbenqianzhan_5_80e964fd.webp);
  background-size: 500% 500%}
.no-webp .page-xrqd .tit .z03banbenqianzhan1 {background-size:500% 500%}
.webp .page-xrqd .tit .z03banbenqianzhan1 {background-size:500% 500%}
.page-xrqd .tit .z03banbenqianzhan1 {
  position: absolute;
  left: 5px;
  bottom: 15px;
  height: 190px;
  width: 476px;
  mix-blend-mode: normal;
  -webkit-transform-origin: 148% 856%;
          transform-origin: 148% 856%;
}
.page-xrqd .xrqd-list-preview {
  position: absolute;
  top: 305px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -90px;
  width: 968px;
  height: 616px;
}
.no-webp .page-xrqd .xrqd-list-preview::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg-dec_4405cc77.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .xrqd-list-preview::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg-dec_4405cc77.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .xrqd-list-preview::before {background-size:contain}
.webp .page-xrqd .xrqd-list-preview::before {background-size:contain}
.page-xrqd .xrqd-list-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.68rem;
  height: 6.16rem;
  opacity: 0;
}
.no-webp .page-xrqd .xrqd-list-preview::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/preview-dec_24451345.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .xrqd-list-preview::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/preview-dec_24451345.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .xrqd-list-preview::after {background-size:contain}
.webp .page-xrqd .xrqd-list-preview::after {background-size:contain}
.page-xrqd .xrqd-list-preview::after {
  content: "";
  position: absolute;
  bottom: -88px;
  left: -389px;
  width: 6.66rem;
  height: 7.18rem;
  z-index: 1;
  opacity: 0;
}
.page-xrqd .xrqd-list-preview .xrqd-cover {
  position: absolute;
  bottom: 24px;
  right: 118px;
  width: 875px;
  height: 552px;
}
.page-xrqd .xrqd-list-preview .xrqd-cover.cover-ani {
  opacity: 0;
  -webkit-transform-origin: 68% 253%;
          transform-origin: 68% 253%;
}
.no-webp .page-xrqd .xrqd-list-preview .xrqd-cover::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg_5b2f1409.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .xrqd-list-preview .xrqd-cover::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg_5b2f1409.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .xrqd-list-preview .xrqd-cover::before {background-size:contain}
.webp .page-xrqd .xrqd-list-preview .xrqd-cover::before {background-size:contain}
.page-xrqd .xrqd-list-preview .xrqd-cover::before {
  content: "";
  position: absolute;
  top: -41px;
  left: 27px;
  width: 9.68rem;
  height: 6.16rem;
}
.page-xrqd .xrqd-list-preview .xrqd-cover .cover-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_yuhecheng_9_5_0b3c6a26.png);
          mask-image: url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_yuhecheng_9_5_0b3c6a26.png);
  -webkit-mask-size: 3504px 1656px;
          mask-size: 3504px 1656px;
  -webkit-mask-position: -1px 0px;
          mask-position: -1px 0px;
  -webkit-animation: zjingxiu_ok16_mask_anim 0.5s steps(1) forwards;
          animation: zjingxiu_ok16_mask_anim 0.5s steps(1) forwards;
}
.no-webp .page-xrqd .xrqd-list-preview .xrqd-cover .cover-mask::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/mask_62a669fa.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .xrqd-list-preview .xrqd-cover .cover-mask::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/mask_62a669fa.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .xrqd-list-preview .xrqd-cover .cover-mask::after {background-size:contain}
.webp .page-xrqd .xrqd-list-preview .xrqd-cover .cover-mask::after {background-size:contain}
.page-xrqd .xrqd-list-preview .xrqd-cover .cover-mask::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.75rem;
  height: 5.52rem;
}
.page-xrqd .xrqd-list-preview .xrqd-cover .img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-xrqd .xrqd-list-preview .xrqd-cover .img-title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 600px;
  height: 100%;
  opacity: 0;
}
.page-xrqd .xrqd-list-preview .xrqd-cover .img-title img {
  max-width: 100%;
  max-height: 126px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 56px;
  right: 47px;
}
.page-xrqd .swiper-container-xrqd {
  position: absolute;
  top: 335px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 550px;
  width: 350px;
  height: 552px;
  overflow: hidden;
}
.page-xrqd .swiper-container-xrqd.entry .swiper-slide-active,
.page-xrqd .swiper-container-xrqd.entry .swiper-slide-prev,
.page-xrqd .swiper-container-xrqd.entry .swiper-slide-next {
  -webkit-animation: none;
          animation: none;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide {
  width: 214px;
  height: 120px;
  margin: 38px 5px;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s, margin-left 0.3s;
  transition: opacity 0.3s, margin-left 0.3s;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide .text {
  display: none;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide::before,
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide::after {
  opacity: 0;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-prev,
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-next {
  cursor: pointer;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-prev:hover,
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-next:hover {
  opacity: 1 !important;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-left: 35px;
  opacity: 1;
}
.no-webp .page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/active-bg_691fbc34.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/active-bg_691fbc34.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::before {background-size:contain}
.webp .page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::before {background-size:contain}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -14px;
  width: 3.11rem;
  height: 2.11rem;
  z-index: -1;
  opacity: 0;
}
.no-webp .page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/active-bg-before_59f69fca.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/active-bg-before_59f69fca.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::after {background-size:contain}
.webp .page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::after {background-size:contain}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.11rem;
  height: 1.8rem;
  opacity: 0;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active .bg {
  width: 305px;
  height: 172px;
}
.page-xrqd .swiper-container-xrqd .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  display: block;
  position: absolute;
  left: 16px;
  top: -50px;
  font-size: 49px;
  color: #ffffff;
  font-family: "fzqkbys";
  text-shadow: 0 0 2px #e3ebf3, 0 0 5px #a3d3ee;
  z-index: 1;
  opacity: 0;
}
.page-xrqd .xrqd-opt {
  position: absolute;
  top: 912px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -175px;
  width: 100%;
  height: 25px;
  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;
}
.page-xrqd .xrqd-opt .xrqd-button-next,
.page-xrqd .xrqd-opt .xrqd-button-prev {
  display: none;
}
.page-xrqd .xrqd-opt .swiper-pagination {
  position: relative;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform-origin: 50% 52%;
          transform-origin: 50% 52%;
  -webkit-animation: zlunbo5_anim 1.125s 0.5s linear both;
          animation: zlunbo5_anim 1.125s 0.5s linear both;
}
.no-webp .page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-point_7fe03604.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-point_7fe03604.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet {background-size:contain}
.webp .page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet {background-size:contain}
.page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0.25rem;
  height: 0.25rem;
}
.no-webp .page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-point-on_97d1592b.png) center no-repeat;
  background-size: contain}
.webp .page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-point-on_97d1592b.webp) center no-repeat;
  background-size: contain}
.no-webp .page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-size:contain}
.webp .page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-size:contain}
.page-xrqd .xrqd-opt .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.25rem;
  height: 0.25rem;
}
@-webkit-keyframes sprite_banbenqianzhan_5 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -476px 0px;
  }
  9.5% {
    background-position: -952px 0px;
  }
  14.3% {
    background-position: -1428px 0px;
  }
  19% {
    background-position: -1904px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -476px -190px;
  }
  33.3% {
    background-position: -952px -190px;
  }
  38.1% {
    background-position: -1428px -190px;
  }
  42.9% {
    background-position: -1904px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -476px -380px;
  }
  57.1% {
    background-position: -952px -380px;
  }
  61.9% {
    background-position: -1428px -380px;
  }
  66.7% {
    background-position: -1904px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -476px -570px;
  }
  81% {
    background-position: -952px -570px;
  }
  85.7% {
    background-position: -1428px -570px;
  }
  90.5% {
    background-position: -1904px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@keyframes sprite_banbenqianzhan_5 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -476px 0px;
  }
  9.5% {
    background-position: -952px 0px;
  }
  14.3% {
    background-position: -1428px 0px;
  }
  19% {
    background-position: -1904px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -476px -190px;
  }
  33.3% {
    background-position: -952px -190px;
  }
  38.1% {
    background-position: -1428px -190px;
  }
  42.9% {
    background-position: -1904px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -476px -380px;
  }
  57.1% {
    background-position: -952px -380px;
  }
  61.9% {
    background-position: -1428px -380px;
  }
  66.7% {
    background-position: -1904px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -476px -570px;
  }
  81% {
    background-position: -952px -570px;
  }
  85.7% {
    background-position: -1428px -570px;
  }
  90.5% {
    background-position: -1904px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@-webkit-keyframes zjingxiu_ok16_mask_anim {
  0% {
    -webkit-mask-position: 0px 0px;
    mask-position: 0px 0px;
  }
  8.3% {
    -webkit-mask-position: -876px 0px;
    mask-position: -876px 0px;
  }
  16.7% {
    -webkit-mask-position: -1752px 0px;
    mask-position: -1752px 0px;
  }
  25% {
    -webkit-mask-position: -2628px 0px;
    mask-position: -2628px 0px;
  }
  33.3% {
    -webkit-mask-position: 0px -552px;
    mask-position: 0px -552px;
  }
  41.7% {
    -webkit-mask-position: -876px -552px;
    mask-position: -876px -552px;
  }
  50% {
    -webkit-mask-position: -1752px -552px;
    mask-position: -1752px -552px;
  }
  58.3% {
    -webkit-mask-position: -2628px -552px;
    mask-position: -2628px -552px;
  }
  66.7% {
    -webkit-mask-position: 0px -1104px;
    mask-position: 0px -1104px;
  }
  75% {
    -webkit-mask-position: -876px -1104px;
    mask-position: -876px -1104px;
  }
  83.3% {
    -webkit-mask-position: -1752px -1104px;
    mask-position: -1752px -1104px;
  }
  91.7% {
    -webkit-mask-position: -2628px -1104px;
    mask-position: -2628px -1104px;
  }
  100% {
    -webkit-mask-position: -2628px -1104px;
    mask-position: -2628px -1104px;
  }
}
@keyframes zjingxiu_ok16_mask_anim {
  0% {
    -webkit-mask-position: 0px 0px;
    mask-position: 0px 0px;
  }
  8.3% {
    -webkit-mask-position: -876px 0px;
    mask-position: -876px 0px;
  }
  16.7% {
    -webkit-mask-position: -1752px 0px;
    mask-position: -1752px 0px;
  }
  25% {
    -webkit-mask-position: -2628px 0px;
    mask-position: -2628px 0px;
  }
  33.3% {
    -webkit-mask-position: 0px -552px;
    mask-position: 0px -552px;
  }
  41.7% {
    -webkit-mask-position: -876px -552px;
    mask-position: -876px -552px;
  }
  50% {
    -webkit-mask-position: -1752px -552px;
    mask-position: -1752px -552px;
  }
  58.3% {
    -webkit-mask-position: -2628px -552px;
    mask-position: -2628px -552px;
  }
  66.7% {
    -webkit-mask-position: 0px -1104px;
    mask-position: 0px -1104px;
  }
  75% {
    -webkit-mask-position: -876px -1104px;
    mask-position: -876px -1104px;
  }
  83.3% {
    -webkit-mask-position: -1752px -1104px;
    mask-position: -1752px -1104px;
  }
  91.7% {
    -webkit-mask-position: -2628px -1104px;
    mask-position: -2628px -1104px;
  }
  100% {
    -webkit-mask-position: -2628px -1104px;
    mask-position: -2628px -1104px;
  }
}
@-webkit-keyframes zi_tupianbiaoti_wenandaiding_3_anim {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zi_tupianbiaoti_wenandaiding_3_anim {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zi_tupianbiaoti_wenandaiding_3_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-18px, 0px);
            transform: translate(-18px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
            animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
  }
  52% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes zi_tupianbiaoti_wenandaiding_3_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-18px, 0px);
            transform: translate(-18px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
            animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
  }
  52% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes zi_jiasezhuangshi4_anim {
  0% {
    opacity: 0;
  }
  25.64% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zi_jiasezhuangshi4_anim {
  0% {
    opacity: 0;
  }
  25.64% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zi_jiasezhuangshi4_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-93px, 0px);
            transform: translate(-93px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
            animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
  }
  33.33% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes zi_jiasezhuangshi4_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-93px, 0px);
            transform: translate(-93px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
            animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
  }
  33.33% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes zlunbo5_anim {
  0% {
    opacity: 0;
  }
  44.44% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zlunbo5_anim {
  0% {
    opacity: 0;
  }
  44.44% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ztupian6_anim {
  0% {
    opacity: 0;
  }
  8.33% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ztupian6_anim {
  0% {
    opacity: 0;
  }
  8.33% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ztupian6_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
            animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
  }
  33.33% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes ztupian6_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
            animation-timing-function: cubic-bezier(0.38, 0, 0.49, 1);
  }
  33.33% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes zi_dian7_anim {
  0% {
    opacity: 0;
  }
  39.13% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zi_dian7_anim {
  0% {
    opacity: 0;
  }
  39.13% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zshuzi9_anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zshuzi9_anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zjingxiu_ok217_anim {
  0% {
    opacity: 0;
  }
  56.25% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes zjingxiu_ok217_anim {
  0% {
    opacity: 0;
  }
  56.25% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes zjuxing_521_kaobei_220_anim {
  0% {
    opacity: 0;
  }
  37.5% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes zjuxing_521_kaobei_220_anim {
  0% {
    opacity: 0;
  }
  37.5% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes zzhongtu21_anim {
  0% {
    opacity: 0;
  }
  47.37% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zzhongtu21_anim {
  0% {
    opacity: 0;
  }
  47.37% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.page-yxts {
  height: 1055px;
  margin-top: -100px;
  font-family: "fzqkbys";
  color: #ffffff;
}
.page-yxts.ani-show .tit::after {
  -webkit-animation: title-ani 0.5s both;
          animation: title-ani 0.5s both;
}
.page-yxts.ani-show .tit .z06changjingtese1 {
  -webkit-animation: sprite_youhutese_8 0.88s 0s steps(1) both;
          animation: sprite_youhutese_8 0.88s 0s steps(1) both;
}
.page-yxts.ani-show .swpbox {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.no-webp .page-yxts::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg-dec_d32f8514.png) center no-repeat;
  background-size: contain}
.webp .page-yxts::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg-dec_d32f8514.webp) center no-repeat;
  background-size: contain}
.no-webp .page-yxts::before {background-size:contain}
.webp .page-yxts::before {background-size:contain}
.page-yxts::before {
  content: "";
  position: absolute;
  top: 380px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25.3rem;
  height: 0.92rem;
}
.no-webp .page-yxts .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-yxts .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-yxts .tit {background-size:contain}
.webp .page-yxts .tit {background-size:contain}
.no-webp .page-yxts .tit {background:none}
.webp .page-yxts .tit {background:none}
.page-yxts .tit {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 35px;
  margin-left: 595px;
  width: 2.26rem;
  height: 2.29rem;
}
.no-webp .page-yxts .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-yxts .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-yxts .tit::after {background-size:contain}
.webp .page-yxts .tit::after {background-size:contain}
.page-yxts .tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.26rem;
  height: 2.29rem;
  opacity: 0;
}
.no-webp .page-yxts .tit .z06changjingtese1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_youhutese_8_f09f88fd.png);
  background-size: 500% 500%}
.webp .page-yxts .tit .z06changjingtese1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_youhutese_8_f09f88fd.webp);
  background-size: 500% 500%}
.no-webp .page-yxts .tit .z06changjingtese1 {background-size:500% 500%}
.webp .page-yxts .tit .z06changjingtese1 {background-size:500% 500%}
.page-yxts .tit .z06changjingtese1 {
  position: absolute;
  right: 22px;
  bottom: -5px;
  height: 190px;
  width: 476px;
  mix-blend-mode: normal;
  -webkit-transform-origin: -44% -1014%;
          transform-origin: -44% -1014%;
}
.page-yxts .swpbox {
  position: absolute;
  top: 310px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 30px;
  width: 1285px;
  height: 469px;
  opacity: 0;
}
.page-yxts .swpbox .yxts-opt .yxts-button-next,
.page-yxts .swpbox .yxts-opt .yxts-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -10px;
}
.no-webp .page-yxts .swpbox .yxts-opt .yxts-button-next {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/r_304edce0.png) center no-repeat;
  background-size: contain}
.webp .page-yxts .swpbox .yxts-opt .yxts-button-next {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/r_304edce0.webp) center no-repeat;
  background-size: contain}
.no-webp .page-yxts .swpbox .yxts-opt .yxts-button-next {background-size:contain}
.webp .page-yxts .swpbox .yxts-opt .yxts-button-next {background-size:contain}
.page-yxts .swpbox .yxts-opt .yxts-button-next {
  right: 125px;
  width: 1.23rem;
  height: 1.31rem;
}
.page-yxts .swpbox .yxts-opt .yxts-button-next:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.no-webp .page-yxts .swpbox .yxts-opt .yxts-button-prev {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/l_95d6585f.png) center no-repeat;
  background-size: contain}
.webp .page-yxts .swpbox .yxts-opt .yxts-button-prev {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/l_95d6585f.webp) center no-repeat;
  background-size: contain}
.no-webp .page-yxts .swpbox .yxts-opt .yxts-button-prev {background-size:contain}
.webp .page-yxts .swpbox .yxts-opt .yxts-button-prev {background-size:contain}
.page-yxts .swpbox .yxts-opt .yxts-button-prev {
  left: 125px;
  width: 1.23rem;
  height: 1.31rem;
}
.page-yxts .swpbox .yxts-opt .yxts-button-prev:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.page-yxts .swpbox .swiper-pagination {
  display: none;
}
.page-yxts .swiper-container-yxts {
  width: 100%;
  height: 100%;
}
.page-yxts .swiper-container-yxts .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.no-webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide {background:#7f97ae}
.webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide {background:#7f97ae}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide {
  position: relative;
  top: 50%;
  margin-top: -234.5px;
  width: 760px;
  height: 469px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border: solid 1px #ffffff;
}
.no-webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/mask_9040ca7a.png)}
.webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/mask_9040ca7a.webp)}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide.swiper-slide-next .img-txt img,
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide.swiper-slide-prev .img-txt img,
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide.swiper-slide-active .img-txt img {
  opacity: 1;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide.swiper-slide-active .img-txt .img-dec,
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide.swiper-slide-active .img-txt .txt {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide.swiper-slide-active .img-txt .img-title,
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide.swiper-slide-active .img-txt .list-index {
  display: block;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .img-dec {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/text-bg_c7ffb2c0.png) center no-repeat;
  background-size: contain}
.webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .img-dec {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/text-bg_c7ffb2c0.webp) center no-repeat;
  background-size: contain}
.no-webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .img-dec {background-size:contain}
.webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .img-dec {background-size:contain}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .img-dec {
  position: absolute;
  bottom: -3px;
  left: -30px;
  width: 3.41rem;
  height: 0.96rem;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .img-dec,
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .txt {
  opacity: 0;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .img-title {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 29px;
  left: 0;
  padding-left: 8px;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .img-title .p1 {
  font-size: 26px;
  line-height: 40px;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .img-title .p2 {
  font-size: 22px;
}
.no-webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .list-index {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/index-bg_5ebc06e6.png) center no-repeat;
  background-size: contain}
.webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .list-index {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/index-bg_5ebc06e6.webp) center no-repeat;
  background-size: contain}
.no-webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .list-index {background-size:contain}
.webp .page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .list-index {background-size:contain}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .list-index {
  display: none;
  position: absolute;
  left: -18px;
  top: 11px;
  width: 1.57rem;
  height: 0.63rem;
  color: #ffffff;
  text-shadow: 0 0 20px #e3ebf3, 0 0 5px #a3d3ee;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .list-index .index {
  font-size: 73px;
  position: absolute;
  left: 40px;
  top: 10px;
}
.page-yxts .swiper-container-yxts .swiper-wrapper .swiper-slide .img-txt .list-index .tol {
  font-size: 34px;
  line-height: 24px;
  position: absolute;
  left: 113px;
  top: 25px;
}
@-webkit-keyframes sprite_youhutese_8 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -476px 0px;
  }
  9.5% {
    background-position: -952px 0px;
  }
  14.3% {
    background-position: -1428px 0px;
  }
  19% {
    background-position: -1904px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -476px -190px;
  }
  33.3% {
    background-position: -952px -190px;
  }
  38.1% {
    background-position: -1428px -190px;
  }
  42.9% {
    background-position: -1904px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -476px -380px;
  }
  57.1% {
    background-position: -952px -380px;
  }
  61.9% {
    background-position: -1428px -380px;
  }
  66.7% {
    background-position: -1904px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -476px -570px;
  }
  81% {
    background-position: -952px -570px;
  }
  85.7% {
    background-position: -1428px -570px;
  }
  90.5% {
    background-position: -1904px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@keyframes sprite_youhutese_8 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -476px 0px;
  }
  9.5% {
    background-position: -952px 0px;
  }
  14.3% {
    background-position: -1428px 0px;
  }
  19% {
    background-position: -1904px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -476px -190px;
  }
  33.3% {
    background-position: -952px -190px;
  }
  38.1% {
    background-position: -1428px -190px;
  }
  42.9% {
    background-position: -1904px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -476px -380px;
  }
  57.1% {
    background-position: -952px -380px;
  }
  61.9% {
    background-position: -1428px -380px;
  }
  66.7% {
    background-position: -1904px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -476px -570px;
  }
  81% {
    background-position: -952px -570px;
  }
  85.7% {
    background-position: -1428px -570px;
  }
  90.5% {
    background-position: -1904px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
.page-gftt {
  height: 1320px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.page-gftt.ani-show {
  opacity: 1;
}
.page-gftt.ani-show .tit::after {
  -webkit-animation: title-ani 0.5s both;
          animation: title-ani 0.5s both;
}
.page-gftt.ani-show .tit .z04guofengtiantuan1 {
  -webkit-animation: sprite_guofengtiantuan_6 0.88s 0s steps(1) both;
          animation: sprite_guofengtiantuan_6 0.88s 0s steps(1) both;
}
.page-gftt.ani-show .swiper-slide-active .name {
  -webkit-animation: zi_mingzi2_anim 0.633s 0s linear both;
          animation: zi_mingzi2_anim 0.633s 0s linear both;
}
.page-gftt.ani-show .swiper-slide-active .info {
  -webkit-animation: zi_erji_kaobei1_anim 0.467s 0.167s linear both;
          animation: zi_erji_kaobei1_anim 0.467s 0.167s linear both;
}
.no-webp .page-gftt::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg_4d9beb8a.png) center no-repeat;
  background-size: contain}
.webp .page-gftt::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bg_4d9beb8a.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt::before {background-size:contain}
.webp .page-gftt::before {background-size:contain}
.page-gftt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25.6rem;
  height: 13.2rem;
  pointer-events: none;
}
.no-webp .page-gftt .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .tit {background-size:contain}
.webp .page-gftt .tit {background-size:contain}
.no-webp .page-gftt .tit {background:none}
.webp .page-gftt .tit {background:none}
.page-gftt .tit {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: 590px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.26rem;
  height: 2.29rem;
}
.no-webp .page-gftt .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .tit::after {background-size:contain}
.webp .page-gftt .tit::after {background-size:contain}
.page-gftt .tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.26rem;
  height: 2.29rem;
  opacity: 0;
}
.no-webp .page-gftt .tit .z04guofengtiantuan1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_guofengtiantuan_6_aae962a6.png);
  background-size: 500% 500%}
.webp .page-gftt .tit .z04guofengtiantuan1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_guofengtiantuan_6_aae962a6.webp);
  background-size: 500% 500%}
.no-webp .page-gftt .tit .z04guofengtiantuan1 {background-size:500% 500%}
.webp .page-gftt .tit .z04guofengtiantuan1 {background-size:500% 500%}
.page-gftt .tit .z04guofengtiantuan1 {
  position: absolute;
  right: 18px;
  bottom: 6px;
  height: 190px;
  width: 476px;
  mix-blend-mode: normal;
  -webkit-transform-origin: -44% 348%;
          transform-origin: -44% 348%;
}
.page-gftt .swiper-container-gftt {
  width: 100%;
  height: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  overflow: unset;
}
.page-gftt .swiper-container-gftt .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide {
  text-align: center;
  overflow: unset;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide-active .name {
  opacity: 0;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide-active .info {
  opacity: 0;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .name {
  position: absolute;
  top: 330px;
  left: 50%;
  margin-left: -695px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .cover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .info {
  position: absolute;
  top: 345px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 230px;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/more_btn_c0532ccd.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/more_btn_c0532ccd.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link {
  position: absolute;
  left: 50%;
  top: 550px;
  margin-left: 240px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.41rem;
  height: 0.38rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/more_btn_h_b80d6c24.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/more_btn_h_b80d6c24.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link:hover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link:hover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-link:hover {
  width: 0.41rem;
  height: 0.38rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-play {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_2_5dca3d2e.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-play {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_2_5dca3d2e.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-play {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-play {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-play {
  position: absolute;
  top: 720px;
  margin-left: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.77rem;
  height: 0.79rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-play:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_h_2_c98eba7e.png)}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-play:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_h_2_c98eba7e.webp)}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide .btn-play:hover {
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/lyn_2189c505.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/lyn_2189c505.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-lyn_7bb60e7b.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-lyn_7bb60e7b.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-lyn_aa488415.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-lyn_aa488415.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/wra_f38501f5.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/wra_f38501f5.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-wra_fdfa1dc8.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-wra_fdfa1dc8.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-wra_6facae50.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-wra_6facae50.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/yyfs_453be406.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/yyfs_453be406.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-yyfs_b41e3fa5.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-yyfs_b41e3fa5.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-yyfs_db2d64d2.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-yyfs_db2d64d2.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zwz_5782dcb1.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zwz_5782dcb1.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-zwz_216d62ec.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-zwz_216d62ec.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-zwz_4f8baa35.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-zwz_4f8baa35.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/tsy_ca7902fc.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/tsy_ca7902fc.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-tsy_9f5c6e85.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-tsy_9f5c6e85.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-tsy_d7e73df7.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-tsy_d7e73df7.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sdd_7a2f9794.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sdd_7a2f9794.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-sdd_611ad66d.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-sdd_611ad66d.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-sdd_ef15b83b.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-sdd_ef15b83b.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/hyb_dd142e3a.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/hyb_dd142e3a.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-hyb_36ae4ae4.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-hyb_36ae4ae4.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-hyb_9e07a06f.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-hyb_9e07a06f.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/hxy_9f000c90.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/hxy_9f000c90.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-hxy_0b056982.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-hxy_0b056982.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-hxy_54aaab3e.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-hxy_54aaab3e.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/gdz_c853c115.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/gdz_c853c115.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-gdz_1d4a09af.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-gdz_1d4a09af.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-gdz_12bf0b46.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-gdz_12bf0b46.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/trr_c007e216.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/trr_c007e216.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-trr_a8be89cb.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-trr_a8be89cb.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-trr_06b89d0f.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-trr_06b89d0f.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/cqn_35387fab.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/cqn_35387fab.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-cqn_fc43e9d9.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-cqn_fc43e9d9.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-cqn_df332608.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-cqn_df332608.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zj_a672f0ba.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zj_a672f0ba.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-zj_15bba689.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-zj_15bba689.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-zj_ea4dca4c.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-zj_ea4dca4c.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bbhk_4f6a3d8c.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bbhk_4f6a3d8c.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-bbhk_527d4cdc.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-bbhk_527d4cdc.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-bbhk_85793529.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-bbhk_85793529.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/lyh_22e693ff.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/lyh_22e693ff.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-lyh_110ce53c.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-lyh_110ce53c.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-lyh_cf5e273a.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-lyh_cf5e273a.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zzf_09f958c6.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/zzf_09f958c6.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-zzf_0aaef349.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-zzf_0aaef349.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-zzf_d900d800.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-zzf_d900d800.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/hss_6301712d.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .cover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/hss_6301712d.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .cover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .cover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .cover {
  width: 25.6rem;
  height: 13.2rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-hss_5e09bfda.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-hss_5e09bfda.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .name {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .name {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .name {
  width: 4.2rem;
  height: 7.1rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-hss_75585d58.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .info {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/info-hss_75585d58.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .info {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .info {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .info {
  width: 2.88rem;
  height: 6.14rem;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link {
  top: 520px;
  margin-left: 290px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-play {
  top: 700px;
  margin-left: 210px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-link {
  top: 520px;
  margin-left: 290px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-play {
  top: 760px;
  margin-left: 212px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .btn-link {
  top: 520px;
  margin-left: 220px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="yyfs"] .btn-play {
  top: 660px;
  margin-left: 170px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link {
  top: 550px;
  margin-left: 290px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-play {
  top: 680px;
  margin-left: 225px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link {
  top: 550px;
  margin-left: 290px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-play {
  top: 680px;
  margin-left: 230px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link {
  top: 550px;
  margin-left: 295px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-play {
  top: 680px;
  margin-left: 240px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link {
  top: 510px;
  margin-left: 190px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-play {
  top: 640px;
  margin-left: 135px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link {
  top: 550px;
  margin-left: 170px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-play {
  top: 720px;
  margin-left: 112px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link {
  top: 550px;
  margin-left: 170px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-play {
  top: 670px;
  margin-left: 110px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-link {
  top: 520px;
  margin-left: 190px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-play {
  top: 710px;
  margin-left: 130px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .btn-link {
  top: 500px;
  margin-left: 190px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="trr"] .btn-play {
  top: 660px;
  margin-left: 125px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .btn-link {
  top: 530px;
  margin-left: 390px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="cqn"] .btn-play {
  top: 665px;
  margin-left: 335px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .btn-link {
  top: 530px;
  margin-left: 250px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zj"] .btn-play {
  top: 650px;
  margin-left: 193px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .btn-link {
  top: 530px;
  margin-left: 410px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="bbhk"] .btn-play {
  top: 760px;
  margin-left: 355px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .btn-link {
  top: 530px;
  margin-left: 350px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyh"] .btn-play {
  top: 660px;
  margin-left: 290px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .btn-link {
  top: 530px;
  margin-left: 350px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zzf"] .btn-play {
  top: 660px;
  margin-left: 295px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .btn-link {
  top: 520px;
  margin-left: 290px;
}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hss"] .btn-play {
  top: 630px;
  margin-left: 235px;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/more_btn2_39dfdaa3.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/more_btn2_39dfdaa3.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link {
  width: 0.41rem;
  height: 0.38rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/more_btn2_h_000f6ed9.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/more_btn2_h_000f6ed9.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link:hover {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link:hover {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-link:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-link:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-link:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-link:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-link:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-link:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-link:hover {
  width: 0.41rem;
  height: 0.38rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-play {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_1_7585cb78.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-play {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_1_7585cb78.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-play {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-play {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-play,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-play,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-play,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-play,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-play,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-play,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-play {
  width: 0.77rem;
  height: 0.79rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-play:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-play:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-play:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-play:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-play:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-play:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-play:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_h_1_43526df1.png)}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-play:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-play:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-play:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-play:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-play:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-play:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-play:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_h_1_43526df1.webp)}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hxy"] .btn-play:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="hyb"] .btn-play:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="sdd"] .btn-play:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="tsy"] .btn-play:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zhl"] .btn-play:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="zwz"] .btn-play:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="wra"] .btn-play:hover {
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-play {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_1_7585cb78.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-play {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_1_7585cb78.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-play, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-play {background-size:contain}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-play, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-play {background-size:contain}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-play,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-play {
  width: 0.77rem;
  height: 0.79rem;
}
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-play:hover, 
.no-webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-play:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_h_1_43526df1.png)}
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-play:hover, 
.webp .page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-play:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/play_h_1_43526df1.webp)}
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="gdz"] .btn-play:hover,
.page-gftt .swiper-container-gftt .swiper-wrapper .swiper-slide[data-type="lyn"] .btn-play:hover {
}
.no-webp .page-gftt .gftt-tab-box {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/line_aeec9d15.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .gftt-tab-box {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/line_aeec9d15.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .gftt-tab-box {background-size:contain}
.webp .page-gftt .gftt-tab-box {background-size:contain}
.page-gftt .gftt-tab-box {
  position: absolute;
  top: 139px;
  left: 50%;
  margin-left: 248px;
  width: 3.62rem;
  height: 9.62rem;
  z-index: 1;
  pointer-events: none;
}
.page-gftt .gftt-tab-box .gftt-tab {
  display: none;
}
.page-gftt .gftt-tab-box .gftt-nav {
  position: absolute;
  top: 344px;
  left: 206px;
  width: 3.13rem;
  height: 4.46rem;
  pointer-events: all;
  z-index: 3;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -1;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 3;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide {
  position: relative;
  width: 1.62rem;
  height: 0.53rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.no-webp .page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/pagi-litter_f5502502.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::before {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/pagi-litter_f5502502.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::before {background-size:contain}
.webp .page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::before {background-size:contain}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.18rem;
  margin-top: -0.04rem;
  width: 0.08rem;
  height: 0.08rem;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.no-webp .page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/pagi_cfb75390.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/pagi_cfb75390.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::after {background-size:contain}
.webp .page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::after {background-size:contain}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.12rem;
  width: 0.96rem;
  height: 0.53rem;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide:hover a,
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.nav-slide-active a {
  text-indent: 1.2em;
  font-size: 0.26rem;
  color: #000000;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide:hover::before,
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.nav-slide-active::before {
  opacity: 0;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide:hover::after,
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.nav-slide-active::after {
  opacity: 1;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide a {
  display: block;
  width: 100%;
  height: 0.53rem;
  text-indent: 2.2em;
  line-height: 53px;
  font-size: 0.18rem;
  font-family: "fzssksj_z";
  color: #25314d;
  z-index: 2;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.hxy a {
  font-family: "fzktft";
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.slide1 {
  margin-left: 128px;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.slide2 {
  margin-left: 122px;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.slide3 {
  margin-left: 110px;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.slide4 {
  margin-left: 94px;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.slide5 {
  margin-left: 72px;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.slide6 {
  margin-left: 50px;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.slide7 {
  margin-left: 22px;
}
.page-gftt .gftt-tab-box .gftt-nav .nav-list .nav-slide.slide8 {
  margin-left: -10px;
}
.page-gftt .gftt-tab-box .gftt-button-next,
.page-gftt .gftt-tab-box .gftt-button-prev {
  position: absolute;
  top: 50%;
  pointer-events: all;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 4;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page-gftt .gftt-tab-box .gftt-button-next.dis,
.page-gftt .gftt-tab-box .gftt-button-prev.dis {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.no-webp .page-gftt .gftt-tab-box .gftt-button-next {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/next_af05d66e.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .gftt-tab-box .gftt-button-next {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/next_af05d66e.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .gftt-tab-box .gftt-button-next {background-size:contain}
.webp .page-gftt .gftt-tab-box .gftt-button-next {background-size:contain}
.page-gftt .gftt-tab-box .gftt-button-next {
  margin-top: 280px;
  right: 155px;
  width: 0.21rem;
  height: 0.22rem;
  -webkit-animation: zjiantoushang17_anim 2s linear infinite;
  -moz-animation: zjiantoushang17_anim 2s linear infinite;
  -ms-animation: zjiantoushang17_anim 2s linear infinite;
  animation: zjiantoushang17_anim 2s linear infinite;
}
.no-webp .page-gftt .gftt-tab-box .gftt-button-next:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/next_h_a970023a.png)}
.webp .page-gftt .gftt-tab-box .gftt-button-next:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/next_h_a970023a.webp)}
.page-gftt .gftt-tab-box .gftt-button-next:hover {
}
.no-webp .page-gftt .gftt-tab-box .gftt-button-prev {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/prev_60ed3b96.png) center no-repeat;
  background-size: contain}
.webp .page-gftt .gftt-tab-box .gftt-button-prev {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/prev_60ed3b96.webp) center no-repeat;
  background-size: contain}
.no-webp .page-gftt .gftt-tab-box .gftt-button-prev {background-size:contain}
.webp .page-gftt .gftt-tab-box .gftt-button-prev {background-size:contain}
.page-gftt .gftt-tab-box .gftt-button-prev {
  margin-top: -175px;
  left: auto;
  right: -10px;
  width: 0.2rem;
  height: 0.22rem;
  -webkit-animation: zjiantouxia18_anim 2s linear infinite;
  -moz-animation: zjiantouxia18_anim 2s linear infinite;
  -ms-animation: zjiantouxia18_anim 2s linear infinite;
  animation: zjiantouxia18_anim 2s linear infinite;
}
.no-webp .page-gftt .gftt-tab-box .gftt-button-prev:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/prev_h_c9deb7ed.png)}
.webp .page-gftt .gftt-tab-box .gftt-button-prev:hover {background-image:url(https://h.res.netease.com/pc/zt/20230619195840/img/prev_h_c9deb7ed.webp)}
.page-gftt .gftt-tab-box .gftt-button-prev:hover {
}
@-webkit-keyframes zjiantoushang17_anim {
  0% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(0.06rem, -0.06rem) scale(1.2, 1.2);
            transform: translate(0.06rem, -0.06rem) scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes zjiantoushang17_anim {
  0% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(0.06rem, -0.06rem) scale(1.2, 1.2);
            transform: translate(0.06rem, -0.06rem) scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes zjiantouxia18_anim {
  0% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-0.02rem, 0.06rem) scale(1.2, 1.2);
            transform: translate(-0.02rem, 0.06rem) scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes zjiantouxia18_anim {
  0% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-0.02rem, 0.06rem) scale(1.2, 1.2);
            transform: translate(-0.02rem, 0.06rem) scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes sprite_guofengtiantuan_6 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -476px 0px;
  }
  9.5% {
    background-position: -952px 0px;
  }
  14.3% {
    background-position: -1428px 0px;
  }
  19% {
    background-position: -1904px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -476px -190px;
  }
  33.3% {
    background-position: -952px -190px;
  }
  38.1% {
    background-position: -1428px -190px;
  }
  42.9% {
    background-position: -1904px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -476px -380px;
  }
  57.1% {
    background-position: -952px -380px;
  }
  61.9% {
    background-position: -1428px -380px;
  }
  66.7% {
    background-position: -1904px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -476px -570px;
  }
  81% {
    background-position: -952px -570px;
  }
  85.7% {
    background-position: -1428px -570px;
  }
  90.5% {
    background-position: -1904px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@keyframes sprite_guofengtiantuan_6 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -476px 0px;
  }
  9.5% {
    background-position: -952px 0px;
  }
  14.3% {
    background-position: -1428px 0px;
  }
  19% {
    background-position: -1904px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -476px -190px;
  }
  33.3% {
    background-position: -952px -190px;
  }
  38.1% {
    background-position: -1428px -190px;
  }
  42.9% {
    background-position: -1904px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -476px -380px;
  }
  57.1% {
    background-position: -952px -380px;
  }
  61.9% {
    background-position: -1428px -380px;
  }
  66.7% {
    background-position: -1904px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -476px -570px;
  }
  81% {
    background-position: -952px -570px;
  }
  85.7% {
    background-position: -1428px -570px;
  }
  90.5% {
    background-position: -1904px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@-webkit-keyframes zi_erji_kaobei1_anim {
  0% {
    opacity: 0;
  }
  42.86% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zi_erji_kaobei1_anim {
  0% {
    opacity: 0;
  }
  42.86% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zi_mingzi2_anim {
  0% {
    -webkit-transform: translate(-59px, 0px);
            transform: translate(-59px, 0px);
    opacity: 0;
  }
  26.32% {
    -webkit-transform: translate(-59px, 0px);
            transform: translate(-59px, 0px);
    opacity: 0.83;
  }
  31.58% {
    -webkit-transform: translate(-52px, 0px);
            transform: translate(-52px, 0px);
    opacity: 1;
  }
  71.05% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes zi_mingzi2_anim {
  0% {
    -webkit-transform: translate(-59px, 0px);
            transform: translate(-59px, 0px);
    opacity: 0;
  }
  26.32% {
    -webkit-transform: translate(-59px, 0px);
            transform: translate(-59px, 0px);
    opacity: 0.83;
  }
  31.58% {
    -webkit-transform: translate(-52px, 0px);
            transform: translate(-52px, 0px);
    opacity: 1;
  }
  71.05% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
.page-jhlp {
  height: 1351px;
}
.page-jhlp.ani-show .tit::after {
  -webkit-animation: title-ani 0.5s both;
          animation: title-ani 0.5s both;
}
.page-jhlp.ani-show .tit .z05jianghuliupa1 {
  -webkit-animation: sprite_jianghuliupa_7 0.88s 0s steps(1) both;
          animation: sprite_jianghuliupa_7 0.88s 0s steps(1) both;
}
.page-jhlp.ani-show .swiper-slide-active .role {
  -webkit-animation: zmask_png_hecheng_11_anim 1.11s linear forwards;
          animation: zmask_png_hecheng_11_anim 1.11s linear forwards;
}
.page-jhlp.ani-show .swiper-slide-active .play-icon {
  -webkit-animation: zbofanganniu1_anim 0.683s 0s linear both;
          animation: zbofanganniu1_anim 0.683s 0s linear both;
}
.page-jhlp.ani-show .swiper-slide-active .link-icon {
  -webkit-animation: zchakangengduo2_anim 0.683s 0s linear both;
          animation: zchakangengduo2_anim 0.683s 0s linear both;
}
.page-jhlp.ani-show .swiper-slide-active .role-name::after {
  -webkit-animation: zmingzi3_anim 0.683s 0s linear both;
          animation: zmingzi3_anim 0.683s 0s linear both;
}
.no-webp .page-jhlp .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .tit {background-size:contain}
.webp .page-jhlp .tit {background-size:contain}
.no-webp .page-jhlp .tit {background:none}
.webp .page-jhlp .tit {background:none}
.page-jhlp .tit {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -595px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.26rem;
  height: 2.29rem;
}
.no-webp .page-jhlp .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .tit::after {background-size:contain}
.webp .page-jhlp .tit::after {background-size:contain}
.page-jhlp .tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.26rem;
  height: 2.29rem;
  opacity: 0;
}
.no-webp .page-jhlp .tit .z05jianghuliupa1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_jianghuliupa_7_04d3443a.png);
  background-size: 500% 500%}
.webp .page-jhlp .tit .z05jianghuliupa1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_jianghuliupa_7_04d3443a.webp);
  background-size: 500% 500%}
.no-webp .page-jhlp .tit .z05jianghuliupa1 {background-size:500% 500%}
.webp .page-jhlp .tit .z05jianghuliupa1 {background-size:500% 500%}
.page-jhlp .tit .z05jianghuliupa1 {
  position: absolute;
  left: 5px;
  bottom: 18px;
  height: 190px;
  width: 476px;
  mix-blend-mode: normal;
  -webkit-transform-origin: 148% -342%;
          transform-origin: 148% -342%;
}
.page-jhlp .swiper-container-jhlp {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: unset;
}
.page-jhlp .swiper-container-jhlp .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.page-jhlp .swiper-container-jhlp .swiper-wrapper .swiper-slide-active .role {
  -webkit-mask: url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_mask_2_b8a27090.png) center center no-repeat;
          mask: url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_mask_2_b8a27090.png) center center no-repeat;
}
.page-jhlp .swiper-container-jhlp .swiper-wrapper .swiper-slide-active .play-icon {
  opacity: 0;
}
.page-jhlp .swiper-container-jhlp .swiper-wrapper .swiper-slide-active .link-icon {
  opacity: 0;
}
.page-jhlp .swiper-container-jhlp .swiper-wrapper .swiper-slide-active .role-name::after {
  opacity: 0;
}
.page-jhlp .swiper-container-jhlp .role {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2560px;
  height: 1250px;
}
.page-jhlp .swiper-container-jhlp .role-detail {
  position: absolute;
  left: 0;
  top: 0;
}
.page-jhlp .swiper-container-jhlp .role-main {
  position: relative;
  top: 35px;
  width: 100%;
  height: 100%;
}
.no-webp .page-jhlp .swiper-container-jhlp .role-name {background:none !important}
.webp .page-jhlp .swiper-container-jhlp .role-name {background:none !important}
.page-jhlp .swiper-container-jhlp .role-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 380px;
  margin-left: -380px;
  z-index: 1;
}
.page-jhlp .swiper-container-jhlp .role-name::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-jhlp .swiper-container-jhlp .role .link-icon {
  position: absolute;
  left: 100%;
  bottom: 0;
}
.no-webp .page-jhlp .swiper-container-jhlp .role .link-icon i {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-406px -205px}
.webp .page-jhlp .swiper-container-jhlp .role .link-icon i {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-406px -205px}
.no-webp .page-jhlp .swiper-container-jhlp .role .link-icon i {background-size:580px 362px}
.webp .page-jhlp .swiper-container-jhlp .role .link-icon i {background-size:580px 362px}
.no-webp .page-jhlp .swiper-container-jhlp .role .link-icon i {background-position:-406px -205px}
.webp .page-jhlp .swiper-container-jhlp .role .link-icon i {background-position:-406px -205px}
.page-jhlp .swiper-container-jhlp .role .link-icon i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
width:28px;
height:48px;

}
.no-webp .page-jhlp .swiper-container-jhlp .role .link-icon i:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-406px -255px}
.webp .page-jhlp .swiper-container-jhlp .role .link-icon i:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-406px -255px}
.no-webp .page-jhlp .swiper-container-jhlp .role .link-icon i:hover {background-size:580px 362px}
.webp .page-jhlp .swiper-container-jhlp .role .link-icon i:hover {background-size:580px 362px}
.no-webp .page-jhlp .swiper-container-jhlp .role .link-icon i:hover {background-position:-406px -255px}
.webp .page-jhlp .swiper-container-jhlp .role .link-icon i:hover {background-position:-406px -255px}
.page-jhlp .swiper-container-jhlp .role .link-icon i:hover {
width:28px;
height:48px;

}
.no-webp .page-jhlp .swiper-container-jhlp .role .play-icon {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-515px -128px}
.webp .page-jhlp .swiper-container-jhlp .role .play-icon {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-515px -128px}
.no-webp .page-jhlp .swiper-container-jhlp .role .play-icon {background-size:580px 362px}
.webp .page-jhlp .swiper-container-jhlp .role .play-icon {background-size:580px 362px}
.no-webp .page-jhlp .swiper-container-jhlp .role .play-icon {background-position:-515px -128px}
.webp .page-jhlp .swiper-container-jhlp .role .play-icon {background-position:-515px -128px}
.page-jhlp .swiper-container-jhlp .role .play-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 635px;
  margin-left: -375px;
width:61px;
height:64px;

}
.no-webp .page-jhlp .swiper-container-jhlp .role .play-icon:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.png);background-size:580px 362px;
background-position:-452px -128px}
.webp .page-jhlp .swiper-container-jhlp .role .play-icon:hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite-ee2639_ee2639ad.webp);background-size:580px 362px;
background-position:-452px -128px}
.no-webp .page-jhlp .swiper-container-jhlp .role .play-icon:hover {background-size:580px 362px}
.webp .page-jhlp .swiper-container-jhlp .role .play-icon:hover {background-size:580px 362px}
.no-webp .page-jhlp .swiper-container-jhlp .role .play-icon:hover {background-position:-452px -128px}
.webp .page-jhlp .swiper-container-jhlp .role .play-icon:hover {background-position:-452px -128px}
.page-jhlp .swiper-container-jhlp .role .play-icon:hover {
width:61px;
height:64px;

}
.no-webp .page-jhlp .swiper-container-jhlp .role.longyin .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-longyin_53eb419f.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.longyin .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-longyin_53eb419f.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.longyin .role-name {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.longyin .role-name {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.longyin .role-name {
  width: 1.4rem;
  height: 2.42rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.longyin .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-longyin_53eb419f.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.longyin .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-longyin_53eb419f.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.longyin .role-name::after {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.longyin .role-name::after {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.longyin .role-name::after {
  width: 1.4rem;
  height: 2.42rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.longyin .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-longyin_0792f8b5.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.longyin .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-longyin_0792f8b5.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.longyin .btn-link {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.longyin .btn-link {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.longyin .btn-link {
  width: 0.28rem;
  height: 1.74rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.longyin .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/longyin_fcd84800.png) top center no-repeat;
  background-size: 2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.longyin .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/longyin_fcd84800.webp) top center no-repeat;
  background-size: 2560px 1250px}
.no-webp .page-jhlp .swiper-container-jhlp .role.longyin .role-main {background-size:2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.longyin .role-main {background-size:2560px 1250px}
.page-jhlp .swiper-container-jhlp .role.longyin .role-main {
}
.no-webp .page-jhlp .swiper-container-jhlp .role.suwen .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-suwen_5d193f73.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.suwen .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-suwen_5d193f73.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.suwen .role-name {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.suwen .role-name {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.suwen .role-name {
  width: 1.33rem;
  height: 2.39rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.suwen .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-suwen_5d193f73.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.suwen .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-suwen_5d193f73.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.suwen .role-name::after {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.suwen .role-name::after {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.suwen .role-name::after {
  width: 1.33rem;
  height: 2.39rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.suwen .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-suwen_3017f3cf.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.suwen .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-suwen_3017f3cf.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.suwen .btn-link {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.suwen .btn-link {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.suwen .btn-link {
  width: 0.28rem;
  height: 1.74rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.suwen .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/suwen_9980335c.png) top center no-repeat;
  background-size: 2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.suwen .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/suwen_9980335c.webp) top center no-repeat;
  background-size: 2560px 1250px}
.no-webp .page-jhlp .swiper-container-jhlp .role.suwen .role-main {background-size:2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.suwen .role-main {background-size:2560px 1250px}
.page-jhlp .swiper-container-jhlp .role.suwen .role-main {
}
.no-webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-shenxiang_c69f2833.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-shenxiang_c69f2833.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-name {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-name {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.shenxiang .role-name {
  width: 1.17rem;
  height: 2.44rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-shenxiang_c69f2833.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-shenxiang_c69f2833.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-name::after {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-name::after {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.shenxiang .role-name::after {
  width: 1.17rem;
  height: 2.44rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.shenxiang .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-shenxiang_65d314bb.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.shenxiang .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-shenxiang_65d314bb.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.shenxiang .btn-link {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.shenxiang .btn-link {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.shenxiang .btn-link {
  width: 0.28rem;
  height: 1.74rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/shenxiang_5e2a55cf.png) top center no-repeat;
  background-size: 2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/shenxiang_5e2a55cf.webp) top center no-repeat;
  background-size: 2560px 1250px}
.no-webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-main {background-size:2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.shenxiang .role-main {background-size:2560px 1250px}
.page-jhlp .swiper-container-jhlp .role.shenxiang .role-main {
}
.no-webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-xuehe_73d3be2c.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-xuehe_73d3be2c.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-name {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-name {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.xuehe .role-name {
  width: 1.42rem;
  height: 2.39rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-xuehe_73d3be2c.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-xuehe_73d3be2c.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-name::after {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-name::after {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.xuehe .role-name::after {
  width: 1.42rem;
  height: 2.39rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.xuehe .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-xuehe_64e93b53.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.xuehe .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-xuehe_64e93b53.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.xuehe .btn-link {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.xuehe .btn-link {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.xuehe .btn-link {
  width: 0.28rem;
  height: 1.74rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xuehe_1d4fed23.png) top center no-repeat;
  background-size: 2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xuehe_1d4fed23.webp) top center no-repeat;
  background-size: 2560px 1250px}
.no-webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-main {background-size:2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.xuehe .role-main {background-size:2560px 1250px}
.page-jhlp .swiper-container-jhlp .role.xuehe .role-main {
}
.no-webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-suimeng_ae1fd758.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-suimeng_ae1fd758.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-name {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-name {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.suimeng .role-name {
  width: 1.38rem;
  height: 2.58rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-suimeng_ae1fd758.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-suimeng_ae1fd758.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-name::after {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-name::after {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.suimeng .role-name::after {
  width: 1.38rem;
  height: 2.58rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.suimeng .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-suimeng_ff85024f.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.suimeng .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-suimeng_ff85024f.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.suimeng .btn-link {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.suimeng .btn-link {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.suimeng .btn-link {
  width: 0.28rem;
  height: 1.74rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/suimeng_8001ae1d.png) top center no-repeat;
  background-size: 2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/suimeng_8001ae1d.webp) top center no-repeat;
  background-size: 2560px 1250px}
.no-webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-main {background-size:2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.suimeng .role-main {background-size:2560px 1250px}
.page-jhlp .swiper-container-jhlp .role.suimeng .role-main {
}
.no-webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-tieyi_c218465b.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-tieyi_c218465b.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-name {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-name {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.tieyi .role-name {
  width: 1.5rem;
  height: 2.52rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-tieyi_c218465b.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-tieyi_c218465b.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-name::after {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-name::after {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.tieyi .role-name::after {
  width: 1.5rem;
  height: 2.52rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.tieyi .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-tieyi_d58374d4.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.tieyi .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-tieyi_d58374d4.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.tieyi .btn-link {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.tieyi .btn-link {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.tieyi .btn-link {
  width: 0.28rem;
  height: 1.74rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/tieyi_8264a5f0.png) top center no-repeat;
  background-size: 2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/tieyi_8264a5f0.webp) top center no-repeat;
  background-size: 2560px 1250px}
.no-webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-main {background-size:2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.tieyi .role-main {background-size:2560px 1250px}
.page-jhlp .swiper-container-jhlp .role.tieyi .role-main {
}
.no-webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-jiulin_aee9d777.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-name {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-jiulin_aee9d777.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-name {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-name {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.jiulin .role-name {
  width: 1.41rem;
  height: 2.37rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-jiulin_aee9d777.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-name::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/name-jiulin_aee9d777.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-name::after {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-name::after {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.jiulin .role-name::after {
  width: 1.41rem;
  height: 2.37rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.jiulin .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-jiulin_65392202.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .swiper-container-jhlp .role.jiulin .btn-link {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/link-jiulin_65392202.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .swiper-container-jhlp .role.jiulin .btn-link {background-size:contain}
.webp .page-jhlp .swiper-container-jhlp .role.jiulin .btn-link {background-size:contain}
.page-jhlp .swiper-container-jhlp .role.jiulin .btn-link {
  width: 0.28rem;
  height: 1.74rem;
}
.no-webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/jiulin_1099a4a8.png) top center no-repeat;
  background-size: 2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-main {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/jiulin_1099a4a8.webp) top center no-repeat;
  background-size: 2560px 1250px}
.no-webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-main {background-size:2560px 1250px}
.webp .page-jhlp .swiper-container-jhlp .role.jiulin .role-main {background-size:2560px 1250px}
.page-jhlp .swiper-container-jhlp .role.jiulin .role-main {
}
.page-jhlp .swiper-container-jhlp .role.suwen .role-name {
  top: 370px;
  margin-left: -385px;
}
.page-jhlp .swiper-container-jhlp .role.suwen .link-icon {
  bottom: -10px;
  margin-left: 10px;
}
.page-jhlp .swiper-container-jhlp .role.suwen .play-icon {
  top: 622px;
  margin-left: -385px;
}
.page-jhlp .swiper-container-jhlp .role.jiulin .role-name {
  top: 380px;
  margin-left: -380px;
}
.page-jhlp .swiper-container-jhlp .role.jiulin .play-icon {
  top: 625px;
  margin-left: -375px;
}
.page-jhlp .swiper-container-jhlp .role.longyin .role-name {
  top: 365px;
  margin-left: -400px;
}
.page-jhlp .swiper-container-jhlp .role.longyin .link-icon {
  margin-left: 20px;
  bottom: -18px;
}
.page-jhlp .swiper-container-jhlp .role.longyin .play-icon {
  top: 616px;
  margin-left: -395px;
}
.page-jhlp .swiper-container-jhlp .role.shenxiang .role-name {
  top: 370px;
  margin-left: -380px;
}
.page-jhlp .swiper-container-jhlp .role.shenxiang .link-icon {
  margin-left: 10px;
}
.page-jhlp .swiper-container-jhlp .role.shenxiang .play-icon {
  top: 620px;
  margin-left: -370px;
}
.page-jhlp .swiper-container-jhlp .role.xuehe .role-name {
  top: 345px;
  margin-left: 270px;
}
.page-jhlp .swiper-container-jhlp .role.xuehe .play-icon {
  top: 585px;
  margin-left: 270px;
}
.page-jhlp .swiper-container-jhlp .role.suimeng .role-name {
  top: 315px;
  margin-left: 270px;
}
.page-jhlp .swiper-container-jhlp .role.suimeng .link-icon {
  margin-left: 10px;
  bottom: -5px;
}
.page-jhlp .swiper-container-jhlp .role.suimeng .play-icon {
  top: 585px;
  margin-left: 285px;
}
.page-jhlp .swiper-container-jhlp .role.tieyi .role-name {
  top: 360px;
  margin-left: -395px;
}
.page-jhlp .swiper-container-jhlp .role.tieyi .link-icon {
  margin-left: 15px;
  bottom: -5px;
}
.page-jhlp .swiper-container-jhlp .role.tieyi .play-icon {
  top: 620px;
  margin-left: -390px;
}
.no-webp .page-jhlp .jhlp-swiper-pagination {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/line_6ef328ca.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/line_6ef328ca.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination {background-size:contain}
.page-jhlp .jhlp-swiper-pagination {
  position: absolute;
  top: 430px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 440px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.35rem;
  height: 7.05rem;
  pointer-events: none;
}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  border-radius: 0;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ly_af696a08.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ly_af696a08.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1) {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1) {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  left: 208px;
  top: -25px;
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ly-h_c4306bc3.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ly-h_c4306bc3.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1):hover {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1):hover {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active,
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(1):hover {
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sw_c20a168d.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sw_c20a168d.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2) {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2) {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  left: 193px;
  top: -11px;
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sw-h_2c5226ff.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sw-h_2c5226ff.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2):hover {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2):hover {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active,
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(2):hover {
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/jl_2b0a4a8b.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/jl_2b0a4a8b.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3) {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3) {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  left: 185px;
  top: 5px;
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/jl-h_688db722.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/jl-h_688db722.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3):hover {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3):hover {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active,
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(3):hover {
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sx_ff3b107d.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sx_ff3b107d.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4) {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4) {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  left: 160px;
  top: 15px;
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sx-h_4cd27109.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sx-h_4cd27109.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4):hover {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4):hover {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active,
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(4):hover {
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xh_698d79fa.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xh_698d79fa.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5) {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5) {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  left: 136px;
  top: 20px;
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xh-h_7c1ea061.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xh-h_7c1ea061.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5):hover {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5):hover {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active,
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(5):hover {
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sm_82706485.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sm_82706485.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6) {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6) {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6) {
  left: 100px;
  top: 32px;
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sm-h_87c7a6cd.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sm-h_87c7a6cd.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6):hover {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6):hover {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active,
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(6):hover {
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ty_d6d1b312.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7) {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ty_d6d1b312.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7) {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7) {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7) {
  left: 56px;
  top: 32px;
  width: 0.68rem;
  height: 0.69rem;
}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ty-h_d52ab90d.png) center no-repeat;
  background-size: contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7):hover {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ty-h_d52ab90d.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active, 
.no-webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7):hover {background-size:contain}
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active, 
.webp .page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7):hover {background-size:contain}
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active,
.page-jhlp .jhlp-swiper-pagination .swiper-pagination-bullet:nth-child(7):hover {
  width: 0.68rem;
  height: 0.69rem;
}
@-webkit-keyframes zmask_png_hecheng_11_anim {
  0% {
    -webkit-mask-size: 35%;
    opacity: 1;
  }
  100% {
    -webkit-mask-size: 532%;
    opacity: 1;
  }
}
@keyframes zmask_png_hecheng_11_anim {
  0% {
    -webkit-mask-size: 35%;
    opacity: 1;
  }
  100% {
    -webkit-mask-size: 532%;
    opacity: 1;
  }
}
@-webkit-keyframes sprite_jianghuliupa_7 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -476px 0px;
  }
  9.5% {
    background-position: -952px 0px;
  }
  14.3% {
    background-position: -1428px 0px;
  }
  19% {
    background-position: -1904px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -476px -190px;
  }
  33.3% {
    background-position: -952px -190px;
  }
  38.1% {
    background-position: -1428px -190px;
  }
  42.9% {
    background-position: -1904px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -476px -380px;
  }
  57.1% {
    background-position: -952px -380px;
  }
  61.9% {
    background-position: -1428px -380px;
  }
  66.7% {
    background-position: -1904px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -476px -570px;
  }
  81% {
    background-position: -952px -570px;
  }
  85.7% {
    background-position: -1428px -570px;
  }
  90.5% {
    background-position: -1904px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@keyframes sprite_jianghuliupa_7 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -476px 0px;
  }
  9.5% {
    background-position: -952px 0px;
  }
  14.3% {
    background-position: -1428px 0px;
  }
  19% {
    background-position: -1904px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -476px -190px;
  }
  33.3% {
    background-position: -952px -190px;
  }
  38.1% {
    background-position: -1428px -190px;
  }
  42.9% {
    background-position: -1904px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -476px -380px;
  }
  57.1% {
    background-position: -952px -380px;
  }
  61.9% {
    background-position: -1428px -380px;
  }
  66.7% {
    background-position: -1904px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -476px -570px;
  }
  81% {
    background-position: -952px -570px;
  }
  85.7% {
    background-position: -1428px -570px;
  }
  90.5% {
    background-position: -1904px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@-webkit-keyframes zbofanganniu1_anim {
  0% {
    opacity: 0;
  }
  56.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zbofanganniu1_anim {
  0% {
    opacity: 0;
  }
  56.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zchakangengduo2_anim {
  0% {
    opacity: 0;
  }
  56.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zchakangengduo2_anim {
  0% {
    opacity: 0;
  }
  56.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zmingzi3_anim {
  0% {
    margin-top: -102px;
    opacity: 0;
  }
  56.1% {
    margin-top: 0px;
    opacity: 1;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes zmingzi3_anim {
  0% {
    margin-top: -102px;
    opacity: 0;
  }
  56.1% {
    margin-top: 0px;
    opacity: 1;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
.page-jhqbj {
  height: 666px;
}
.page-jhqbj.ani-show .tit::after {
  -webkit-animation: title-ani 0.5s both;
          animation: title-ani 0.5s both;
}
.page-jhqbj.ani-show .tit .z07qingbaoju1 {
  -webkit-animation: sprite_jianghuqingbaoju_9 0.88s 0s steps(1) both;
          animation: sprite_jianghuqingbaoju_9 0.88s 0s steps(1) both;
}
.page-jhqbj.ani-show .list a {
  -webkit-animation: zi_4_gongzhonghao4_anim 1.3s 0.1s linear both,
          zi_4_gongzhonghao4_opacity_bezier_anim 1.3s 0.1s both;
          animation: zi_4_gongzhonghao4_anim 1.3s 0.1s linear both,
          zi_4_gongzhonghao4_opacity_bezier_anim 1.3s 0.1s both;
}
.no-webp .page-jhqbj .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .tit {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .tit {background-size:contain}
.webp .page-jhqbj .tit {background-size:contain}
.no-webp .page-jhqbj .tit {background:none}
.webp .page-jhqbj .tit {background:none}
.page-jhqbj .tit {
  position: absolute;
  top: -130px;
  left: 50%;
  margin-left: -705px;
  width: 2.26rem;
  height: 2.29rem;
}
.no-webp .page-jhqbj .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .tit::after {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/title-bg_0c0bd207.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .tit::after {background-size:contain}
.webp .page-jhqbj .tit::after {background-size:contain}
.page-jhqbj .tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.26rem;
  height: 2.29rem;
  opacity: 0;
}
.no-webp .page-jhqbj .tit .z07qingbaoju1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_jianghuqingbaoju_9_c6a446b2.png);
  background-size: 500% 500%}
.webp .page-jhqbj .tit .z07qingbaoju1 {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/sprite_jianghuqingbaoju_9_c6a446b2.webp);
  background-size: 500% 500%}
.no-webp .page-jhqbj .tit .z07qingbaoju1 {background-size:500% 500%}
.webp .page-jhqbj .tit .z07qingbaoju1 {background-size:500% 500%}
.page-jhqbj .tit .z07qingbaoju1 {
  position: absolute;
  left: 2px;
  bottom: 28px;
  height: 190px;
  width: 538px;
  mix-blend-mode: normal;
  -webkit-transform-origin: 131% -1466%;
          transform-origin: 131% -1466%;
}
.page-jhqbj .list {
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1080px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-webp .page-jhqbj .list a {background-position:top left !important}
.webp .page-jhqbj .list a {background-position:top left !important}
.no-webp .page-jhqbj .list a {background-size:cover !important}
.webp .page-jhqbj .list a {background-size:cover !important}
.page-jhqbj .list a {
  position: relative;
  top: -50px;
  display: block;
  margin: 0 0.04rem;
  opacity: 0;
}
.page-jhqbj .list a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.page-jhqbj .list a:hover > p {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page-jhqbj .list a > p {
  position: absolute;
  top: -115px;
  left: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page-jhqbj .list a .sm-qrcode {
  position: absolute;
  top: 2.88rem;
  left: 50%;
  margin-left: -0.7rem;
  width: 1.4rem;
}
.page-jhqbj .list a .sm-qrcode img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.7rem;
  margin-left: -0.7rem;
  width: 1.4rem;
  height: 1.4rem;
}
.no-webp .page-jhqbj .list a.btn-douyin {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-dy_84461709.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-douyin {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-dy_84461709.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-douyin {background-size:contain}
.webp .page-jhqbj .list a.btn-douyin {background-size:contain}
.page-jhqbj .list a.btn-douyin {
  width: 2.03rem;
  height: 3.21rem;
}
.no-webp .page-jhqbj .list a.btn-douyin > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/dy-txt_761fce97.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-douyin > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/dy-txt_761fce97.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-douyin > p {background-size:contain}
.webp .page-jhqbj .list a.btn-douyin > p {background-size:contain}
.page-jhqbj .list a.btn-douyin > p {
  width: 0.71rem;
  height: 2.5rem;
}
.no-webp .page-jhqbj .list a.btn-weixin {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-wx_1f8d56a1.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-weixin {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-wx_1f8d56a1.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-weixin {background-size:contain}
.webp .page-jhqbj .list a.btn-weixin {background-size:contain}
.page-jhqbj .list a.btn-weixin {
  width: 2.03rem;
  height: 3.21rem;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.no-webp .page-jhqbj .list a.btn-weixin > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/wx-txt_dcb63bdf.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-weixin > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/wx-txt_dcb63bdf.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-weixin > p {background-size:contain}
.webp .page-jhqbj .list a.btn-weixin > p {background-size:contain}
.page-jhqbj .list a.btn-weixin > p {
  width: 0.73rem;
  height: 2.5rem;
}
.no-webp .page-jhqbj .list a.btn-weibo {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-wb_cd5ff2b5.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-weibo {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-wb_cd5ff2b5.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-weibo {background-size:contain}
.webp .page-jhqbj .list a.btn-weibo {background-size:contain}
.page-jhqbj .list a.btn-weibo {
  width: 2.03rem;
  height: 3.21rem;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.no-webp .page-jhqbj .list a.btn-weibo > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/wb-txt_a385e5c7.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-weibo > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/wb-txt_a385e5c7.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-weibo > p {background-size:contain}
.webp .page-jhqbj .list a.btn-weibo > p {background-size:contain}
.page-jhqbj .list a.btn-weibo > p {
  width: 0.72rem;
  height: 2.5rem;
}
.no-webp .page-jhqbj .list a.btn-xhs {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-xhs_a0513eed.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-xhs {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-xhs_a0513eed.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-xhs {background-size:contain}
.webp .page-jhqbj .list a.btn-xhs {background-size:contain}
.page-jhqbj .list a.btn-xhs {
  width: 2.03rem;
  height: 3.21rem;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.no-webp .page-jhqbj .list a.btn-xhs > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xhs-txt_82f41cdd.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-xhs > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/xhs-txt_82f41cdd.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-xhs > p {background-size:contain}
.webp .page-jhqbj .list a.btn-xhs > p {background-size:contain}
.page-jhqbj .list a.btn-xhs > p {
  width: 0.72rem;
  height: 2.5rem;
}
.no-webp .page-jhqbj .list a.btn-bilibili {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-bili_2c8e2519.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-bilibili {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-bili_2c8e2519.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-bilibili {background-size:contain}
.webp .page-jhqbj .list a.btn-bilibili {background-size:contain}
.page-jhqbj .list a.btn-bilibili {
  width: 2.03rem;
  height: 3.21rem;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.no-webp .page-jhqbj .list a.btn-bilibili > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bili-txt_026c2e45.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-bilibili > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/bili-txt_026c2e45.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-bilibili > p {background-size:contain}
.webp .page-jhqbj .list a.btn-bilibili > p {background-size:contain}
.page-jhqbj .list a.btn-bilibili > p {
  width: 0.72rem;
  height: 2.5rem;
}
.no-webp .page-jhqbj .list a.btn-tap {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-tap_1a97eea1.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-tap {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-tap_1a97eea1.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-tap {background-size:contain}
.webp .page-jhqbj .list a.btn-tap {background-size:contain}
.page-jhqbj .list a.btn-tap {
  width: 2.03rem;
  height: 3.21rem;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.no-webp .page-jhqbj .list a.btn-tap > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/tap-txt_555fe24f.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-tap > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/tap-txt_555fe24f.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-tap > p {background-size:contain}
.webp .page-jhqbj .list a.btn-tap > p {background-size:contain}
.page-jhqbj .list a.btn-tap > p {
  width: 0.71rem;
  height: 2.5rem;
}
.no-webp .page-jhqbj .list a.btn-kuaishou {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-ks_57a6eb34.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-kuaishou {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/icon-ks_57a6eb34.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-kuaishou {background-size:contain}
.webp .page-jhqbj .list a.btn-kuaishou {background-size:contain}
.page-jhqbj .list a.btn-kuaishou {
  width: 2.03rem;
  height: 3.21rem;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.no-webp .page-jhqbj .list a.btn-kuaishou > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ks-txt_81a31bb7.png) center no-repeat;
  background-size: contain}
.webp .page-jhqbj .list a.btn-kuaishou > p {background:url(https://h.res.netease.com/pc/zt/20230619195840/img/ks-txt_81a31bb7.webp) center no-repeat;
  background-size: contain}
.no-webp .page-jhqbj .list a.btn-kuaishou > p {background-size:contain}
.webp .page-jhqbj .list a.btn-kuaishou > p {background-size:contain}
.page-jhqbj .list a.btn-kuaishou > p {
  width: 0.71rem;
  height: 2.5rem;
}
@-webkit-keyframes sprite_jianghuqingbaoju_9 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -538px 0px;
  }
  9.5% {
    background-position: -1076px 0px;
  }
  14.3% {
    background-position: -1614px 0px;
  }
  19% {
    background-position: -2152px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -538px -190px;
  }
  33.3% {
    background-position: -1076px -190px;
  }
  38.1% {
    background-position: -1614px -190px;
  }
  42.9% {
    background-position: -2152px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -538px -380px;
  }
  57.1% {
    background-position: -1076px -380px;
  }
  61.9% {
    background-position: -1614px -380px;
  }
  66.7% {
    background-position: -2152px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -538px -570px;
  }
  81% {
    background-position: -1076px -570px;
  }
  85.7% {
    background-position: -1614px -570px;
  }
  90.5% {
    background-position: -2152px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@keyframes sprite_jianghuqingbaoju_9 {
  0% {
    background-position: 0px 0px;
  }
  4.8% {
    background-position: -538px 0px;
  }
  9.5% {
    background-position: -1076px 0px;
  }
  14.3% {
    background-position: -1614px 0px;
  }
  19% {
    background-position: -2152px 0px;
  }
  23.8% {
    background-position: 0px -190px;
  }
  28.6% {
    background-position: -538px -190px;
  }
  33.3% {
    background-position: -1076px -190px;
  }
  38.1% {
    background-position: -1614px -190px;
  }
  42.9% {
    background-position: -2152px -190px;
  }
  47.6% {
    background-position: 0px -380px;
  }
  52.4% {
    background-position: -538px -380px;
  }
  57.1% {
    background-position: -1076px -380px;
  }
  61.9% {
    background-position: -1614px -380px;
  }
  66.7% {
    background-position: -2152px -380px;
  }
  71.4% {
    background-position: 0px -570px;
  }
  76.2% {
    background-position: -538px -570px;
  }
  81% {
    background-position: -1076px -570px;
  }
  85.7% {
    background-position: -1614px -570px;
  }
  90.5% {
    background-position: -2152px -570px;
  }
  95.2% {
    background-position: 0px -760px;
  }
  100% {
    background-position: 0px -760px;
  }
}
@-webkit-keyframes zi_4_gongzhonghao4_anim {
  0% {
    -webkit-transform: translate(0px, -65px);
            transform: translate(0px, -65px);
  }
  26.92% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes zi_4_gongzhonghao4_anim {
  0% {
    -webkit-transform: translate(0px, -65px);
            transform: translate(0px, -65px);
  }
  26.92% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes zi_4_gongzhonghao4_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
            animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }
  26.92% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zi_4_gongzhonghao4_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
            animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }
  26.92% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
            animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    opacity: 1;
  }
}

.no-webp .pop_video_bg, 
.no-webp .bili-mask {background:rgba(0, 0, 0, 0.7)}

.webp .pop_video_bg, 
.webp .bili-mask {background:rgba(0, 0, 0, 0.7)}

.pop_video_bg,
.bili-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.pop_video {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 12rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}
.pop_video #pop_vv > div {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.pop_video video {
  width: 100%;
  height: auto;
}
.no-webp .bili-frame {background:#000000}
.webp .bili-frame {background:#000000}
.bili-frame {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 680px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}
.bili-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.close_pv,
.close_bili {
  position: absolute;
  top: -0.5rem;
  right: 0;
  text-indent: -9999em;
  font-size: 0;
  width: .5rem;
  height: .5rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}
.close_pv:before,
.close_bili:before,
.close_pv:after,
.close_bili:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: .5rem;
  border-right: .01rem solid #ffffff;
}
.close_pv:before,
.close_bili:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close_pv:after,
.close_bili:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close_pv:hover,
.close_bili:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  .pop_video {
    width: 100%;
  }
  .bili-frame {
    width: 100%;
    height: 0;
    padding-bottom: 56.66666667%;
  }
}

