/** mixins **/

/** mixins **/
.hs-btn {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#513c28), to(#b3a192));
  background: linear-gradient(to top, #513c28 0%, #b3a192 100%);
  border-radius: 14px;
  overflow: hidden;
  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;
  padding: calc(2px + 1px + 4px);
  cursor: pointer;
}
.hs-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#846e5d), to(#765d56));
  background: linear-gradient(to bottom, #846e5d 0%, #765d56 100%);
  border-radius: 14px;
}
.hs-btn::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #765d54;
  border-radius: 14px;
}
.hs-btn:hover .hs-btn-outer {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.hs-btn .hs-btn-outer {
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 14px;
  padding: calc(1px + 3px);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.hs-btn .hs-btn-outer::before,
.hs-btn .hs-btn-outer::after {
  content: '';
  display: block;
  position: absolute;
}
.hs-btn .hs-btn-outer::before {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 14px;
}
.hs-btn .hs-btn-outer::after {
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 14px;
}
.hs-btn .hs-btn-outer .hs-btn-inner {
  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;
  position: relative;
  z-index: 2;
  padding: 20px 32px;
  font-size: 24px;
  border-radius: 14px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-weight: 600;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #fff;
}
.hs-btn.hs-btn-primary .hs-btn-outer {
  background: -webkit-gradient(linear, left bottom, left top, from(#421858), to(#7b4385));
  background: linear-gradient(to top, #421858 0%, #7b4385 100%);
}
.hs-btn.hs-btn-primary .hs-btn-outer::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#672c95), to(#e165f4));
  background: linear-gradient(to top, #672c95 0%, #e165f4 100%);
}
.hs-btn.hs-btn-primary .hs-btn-outer::after {
  background-color: #cf2edb;
}
.hs-btn.hs-btn-primary .hs-btn-outer .hs-btn-inner {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#471976), color-stop(50%, #cf3fda), to(#471976));
  background-image: linear-gradient(to right, #471976 0%, #cf3fda 50%, #471976 100%);
}
.hs-btn.hs-btn-primary:hover .hs-btn-outer .hs-btn-inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#6c1f92), color-stop(44%, #cf2edb), color-stop(56%, #cf2edb), to(#6c1f92));
  background-image: linear-gradient(to right, #6c1f92 0%, #cf2edb 44%, #cf2edb 56%, #6c1f92 100%);
}
.hs-btn.hs-btn-secondary .hs-btn-outer {
  background: -webkit-gradient(linear, left bottom, left top, from(#1c3e4e), to(#2c5569));
  background: linear-gradient(to top, #1c3e4e 0%, #2c5569 100%);
}
.hs-btn.hs-btn-secondary .hs-btn-outer::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#24657a), to(#479cbd));
  background: linear-gradient(to top, #24657a 0%, #479cbd 100%);
}
.hs-btn.hs-btn-secondary .hs-btn-outer::after {
  background-color: #2a8cab;
}
.hs-btn.hs-btn-secondary .hs-btn-outer .hs-btn-inner {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#245263), color-stop(50%, #2a8cab), to(#245263));
  background-image: linear-gradient(to right, #245263 0%, #2a8cab 50%, #245263 100%);
}
.hs-btn.hs-btn-secondary:hover .hs-btn-outer .hs-btn-inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#215c79), color-stop(44%, #2ea7ce), color-stop(56%, #2ea7ce), to(#215c79));
  background-image: linear-gradient(to right, #215c79 0%, #2ea7ce 44%, #2ea7ce 56%, #215c79 100%);
}

@charset "utf-8";
/** mixins **/
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* Noto黑体简体 */
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff') format('woff');
  font-weight: 700;
}
/* Noto黑体繁体 */
@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-500.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-700.woff') format('woff');
  font-weight: 700;
}
/* Noto黑体日语 */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff') format('woff');
  font-weight: 700;
}
/* Noto黑体韩语 */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff') format('woff');
  font-weight: 700;
}
/* Noto黑体泰语 */
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff') format('woff');
  font-weight: 700;
}
html {
  font-family: "Noto Sans SC", sans-serif;
}
[lang|="zh-hant"],
[lang|="zh-hans"],
[lang|="zh-cht"],
[lang=zh-hk],
[lang=zh-tw] {
  font-family: "Noto Sans TC", sans-serif;
}
[lang|="jp"] {
  font-family: "Noto Sans JP", sans-serif;
}
[lang|="kr"] {
  font-family: "Noto Sans KR", sans-serif;
}
[lang|="th"] {
  font-family: "Noto Sans Thai", sans-serif;
}
/* 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,
select {
  margin: 0;
  padding: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
}
strong,
b {
  font-weight: bold;
  font-style: normal;
}
em {
  font-weight: normal;
  font-style: italic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
button,
a,
select {
  border: none;
  outline: none;
}
input,
textarea,
button,
a {
  font: inherit;
  color: inherit;
}
input,
textarea {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: 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;
}
#NIE-topBar {
  z-index: 999 !important;
}
#NIE-topBar * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@font-face {
  font-family: "fzlth";
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzlth.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FZLanTingHeiS-B-GB";
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/FZLanTingHeiSBGB-Regular.woff2") format("woff2"), url("https://nie.res.netease.com/comm/js/leihuo/fonts/FZLanTingHeiSBGB-Regular.woff") format("woff");
  font-weight: 400;
}
html,
body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  background-color: #170e09;
}
body {
  max-width: 2560px;
  background-color: #000;
}
.blz-nav {
  background-color: #532f1f !important;
}
.blz-nav .button-group .nav-btn.button-primary {
  background-color: #aa25b4 !important;
}
#app .part-kv {
  background-size: cover;
  background-size: 2560px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 852px;
  overflow: hidden;
}
#app .part-kv .video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 852px;
  overflow: hidden;
}
#app .part-kv .video-box video {
  width: 2560px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#app .part-kv .video-box .btn-play {
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/btn-off_9cb96026.png) no-repeat center top / 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  bottom: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#app .part-kv .video-box .btn-play:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
#app .part-kv .video-box .btn-play.on {
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/btn-on_9cb96026.png) no-repeat center top / 100%;
}
#app .part-kv .content {
  position: relative;
  z-index: 9;
}
#app .part-kv .logo {
  margin: 0 auto 34px;
  position: relative;
}
#app .part-kv .logo img {
  display: block;
  margin: 0 auto;
  width: 430px;
}
#app .part-kv h2 {
  font-size: 4rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-family: "FZLanTingHeiS-B-GB", serif;
  font-weight: normal;
  text-shadow: #0a141966 0 4px 0;
}
#app .part-kv .btn-download {
  z-index: 1;
  height: 72px;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-align: center;
  display: inline-block;
  margin-top: 39px;
}
#app .part-kv .btn-download:hover .btn-content::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, #cf2edb), color-stop(70%, #cf2edb), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #cf2edb 30%, #cf2edb 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
#app .part-kv .btn-download .btn-content {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  background-color: transparent;
  background-size: 90% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button1-center_c723d1ed.png);
  margin: 0 auto;
}
#app .part-kv .btn-download .btn-content::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: 0 center, 100% center;
  background-size: auto calc(100% - 20px), auto calc(100% - 20px);
  width: 100%;
  height: calc(100% + 20px);
  background-image: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button1-left_a9c00853.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button1-right_7d1bdfdd.png);
}
#app .part-kv .btn-download .btn-content::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  height: 77%;
  width: 100%;
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #cf2edb), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #cf2edb 50%, rgba(0, 0, 0, 0) 100%);
}
#app .part-kv .btn-download .btn-content p {
  font-size: 1.83rem;
  color: #fff;
  padding: 20px 40px;
  position: relative;
  z-index: 9;
}
#app .part-kv .emerald-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
}
#app .part-kv .btn-reserve {
  z-index: 1;
  height: 72px;
  width: auto;
  position: relative;
  margin-right: 19px;
  text-align: center;
  display: inline-block;
  margin-top: 39px;
}
#app .part-kv .btn-reserve:hover .btn-content::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, #cf2edb), color-stop(70%, #cf2edb), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #cf2edb 30%, #cf2edb 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
#app .part-kv .btn-reserve .btn-content {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  background-color: transparent;
  background-size: 90% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button1-center_c723d1ed.png);
  margin: 0 auto;
}
#app .part-kv .btn-reserve .btn-content::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: 0 center, 100% center;
  background-size: auto calc(100% - 20px), auto calc(100% - 20px);
  width: 100%;
  height: calc(100% + 20px);
  background-image: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button1-left_a9c00853.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button1-right_7d1bdfdd.png);
}
#app .part-kv .btn-reserve .btn-content::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  height: 77%;
  width: 100%;
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #cf2edb), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #cf2edb 50%, rgba(0, 0, 0, 0) 100%);
}
#app .part-kv .btn-reserve .btn-content p {
  font-size: 1.83rem;
  color: #fff;
  padding: 20px 40px;
  position: relative;
  z-index: 9;
}
#app .part-kv .btn-detail {
  z-index: 1;
  height: 72px;
  width: auto;
  position: relative;
  margin-left: 19px;
  text-align: center;
  display: inline-block;
  margin-top: 39px;
}
#app .part-kv .btn-detail:hover .btn-content::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, #2ea7ce), color-stop(70%, #2ea7ce), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #2ea7ce 30%, #2ea7ce 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
#app .part-kv .btn-detail .btn-content {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  background-color: transparent;
  background-size: 90% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button2-center_93470d2b.png);
  margin: 0 auto;
}
#app .part-kv .btn-detail .btn-content::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: 0 center, 100% center;
  background-size: auto calc(100% - 20px), auto calc(100% - 20px);
  width: 100%;
  height: calc(100% + 20px);
  background-image: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button2-left_241b0b7f.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button2-right_cc0e9ad4.png);
}
#app .part-kv .btn-detail .btn-content::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  height: 77%;
  width: 100%;
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #2ea7ce), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #2ea7ce 50%, rgba(0, 0, 0, 0) 100%);
}
#app .part-kv .btn-detail .btn-content p {
  font-size: 1.83rem;
  color: #fff;
  padding: 20px 40px;
  position: relative;
  z-index: 9;
}
#app .part {
  position: relative;
}
#app .part::before {
  content: "";
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/split-line_fb839804.png) no-repeat center top / 2560px 105px;
  position: absolute;
  width: 100%;
  height: 105px;
  top: -47px;
  left: 0;
  pointer-events: none;
}
#app .part_info {
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/part1-bg_9929f44d.png) no-repeat top center / 2560px 904px;
  width: 100%;
  padding: 105px 0 120px;
}
#app .part_info .con {
  width: 100%;
  max-width: 1717px;
  margin: 0 auto;
  padding: 0 40px 0 63px;
  display: grid;
  gap: 55px;
  grid-template-columns: 60fr 40fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#app .part_info .con .left-box {
  position: relative;
  width: 100%;
  max-width: 901px;
}
#app .part_info .con .left-box::before {
  content: "";
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/part1-border_9bf11f2a.png) no-repeat center top / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
#app .part_info .con .left-box button {
  display: none;
}
#app .part_info .con .left-box.pause {
  cursor: pointer;
}
#app .part_info .con .left-box.pause button {
  display: block;
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/sprite-a6eaee_a6eaee88.png);background-size:348px 308px;
background-position:-0px -0px;
width:170px;
height:170px;

  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
#app .part_info .con .left-box.pause button:hover {
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/sprite-a6eaee_a6eaee88.png);background-size:348px 308px;
background-position:-174px -0px;
width:170px;
height:170px;

}
#app .part_info .con .left-box video {
  display: block;
  width: 100%;
}
#app .part_info .con .left-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#app .part_info .con .right-box {
  position: relative;
}
#app .part_info .con .right-box h2 {
  color: #fff;
  font-size: 4rem;
  line-height: 1.5;
  font-family: "FZLanTingHeiS-B-GB", serif;
  font-weight: normal;
  margin: -30px 0 15px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 4px 4px 1px;
  white-space: nowrap;
}
#app .part_info .con .right-box p {
  max-width: 566px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "fzlth", serif;
}
#app .part_info .con .right-box .btn-viewCard {
  z-index: 1;
  height: 72px;
  width: auto;
  position: relative;
  display: block;
  margin-top: 40px;
  left: -2px;
}
#app .part_info .con .right-box .btn-viewCard:hover .btn-content::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, #2ea7ce), color-stop(70%, #2ea7ce), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #2ea7ce 30%, #2ea7ce 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
#app .part_info .con .right-box .btn-viewCard .btn-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  background-color: transparent;
  background-size: 90% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button2-center_93470d2b.png);
  margin: 0 auto;
}
#app .part_info .con .right-box .btn-viewCard .btn-content::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: 0 center, 100% center;
  background-size: auto calc(100% - 20px), auto calc(100% - 20px);
  width: 100%;
  height: calc(100% + 20px);
  background-image: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button2-left_241b0b7f.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/button2-right_cc0e9ad4.png);
}
#app .part_info .con .right-box .btn-viewCard .btn-content::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  height: 77%;
  width: 100%;
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #2ea7ce), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #2ea7ce 50%, rgba(0, 0, 0, 0) 100%);
}
#app .part_info .con .right-box .btn-viewCard .btn-content p {
  font-size: 1.5rem;
  color: #fff;
  padding: 16px 36px;
  position: relative;
  z-index: 9;
}
#app .part_zlp {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  padding: 165px 0 0;
  min-height: 1539px;
}
#app .part_zlp::before {
  content: "";
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/split-line2_d3fe0c45.png) no-repeat center top / 2560px 78px;
  position: absolute;
  width: 100%;
  height: 78px;
  top: -47px;
  left: 0;
}
#app .part_zlp h2 {
  font-family: "FZLanTingHeiS-B-GB", serif;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 4px 4px 1px;
  margin-bottom: 14px;
}
#app .part_zlp .con {
  width: 100%;
  padding: 0 40px;
  max-width: 1391px;
  margin: 0 auto;
  display: grid;
  gap: 90px;
  grid-template-columns: 40fr 60fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#app .part_zlp .left-box .expand-list {
  margin-top: 4px;
}
#app .part_zlp .left-box .expand-list .expand-list-item {
  padding: 33px 0 31px;
  border-bottom: 2px solid #ffffff26;
}
#app .part_zlp .left-box .expand-list .expand-list-item:last-child {
  border: none;
}
#app .part_zlp .left-box .expand-list .expand-list-item:hover .expand-title p {
  color: #fcd043;
  opacity: 1;
}
#app .part_zlp .left-box .expand-list .expand-list-item.on .expand-title p {
  color: #fcd043;
  opacity: 1;
}
#app .part_zlp .left-box .expand-list .expand-list-item.on .expand-title i {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
#app .part_zlp .left-box .expand-list .expand-list-item.on .expand-desc {
  display: block;
}
#app .part_zlp .left-box .expand-list .expand-list-item .expand-title {
  position: relative;
  cursor: pointer;
}
#app .part_zlp .left-box .expand-list .expand-list-item .expand-title p {
  font-family: "fzlth", serif;
  font-size: 1.67rem;
  line-height: 1.5;
  color: #fff;
  opacity: 0.6;
  text-shadow: #0a141999 2px 2px 0;
}
#app .part_zlp .left-box .expand-list .expand-list-item .expand-title i {
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/icon-expand_b6895b92.png) no-repeat center top / 100% auto;
  width: 18px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  cursor: pointer;
}
#app .part_zlp .left-box .expand-list .expand-list-item .expand-desc {
  font-family: "fzlth", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 14px;
  color: #fff;
  word-break: break-all;
  display: none;
}
#app .part_zlp .right-box {
  position: relative;
  margin-top: 32px;
  cursor: pointer;
  padding-top: 56.4%;
}
#app .part_zlp .right-box::before {
  content: "";
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/part2-border_bf6ec64d.png) no-repeat center top / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
}
#app .part_zlp .right-box .btn-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#app .part_zlp .right-box .btn-video:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
}
#app .part_zlp .right-box .btn-video:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
#app .part_zlp .right-box img,
#app .part_zlp .right-box video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#app .part_zlp .right-box video {
  z-index: 8;
}
#app .part_faq {
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/part3-bg_08932ef8.png) no-repeat center top / cover;
  width: 100%;
  padding: 95px 0 104px;
}
#app .part_faq::before {
  content: "";
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/split-line3_17f9154d.png) no-repeat center top / 2560px 78px;
  position: absolute;
  width: 100%;
  height: 78px;
  top: -35px;
  left: 0;
}
#app .part_faq h2 {
  font-family: "FZLanTingHeiS-B-GB", serif;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 4px 4px 1px;
  margin-bottom: 16px;
}
#app .part_faq .con {
  padding: 0 40px;
}
#app .part_faq .expand-list {
  width: 803px;
  margin: 0 auto;
  position: relative;
  left: 1px;
}
#app .part_faq .expand-list .expand-list-item {
  padding: 31px 0 29px;
  border-bottom: 2px solid #ffffff1a;
}
#app .part_faq .expand-list .expand-list-item:hover .expand-title p {
  opacity: 1;
}
#app .part_faq .expand-list .expand-list-item.on .expand-title p {
  opacity: 1;
}
#app .part_faq .expand-list .expand-list-item.on .expand-title i {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
#app .part_faq .expand-list .expand-list-item.on .expand-desc {
  display: block;
}
#app .part_faq .expand-list .expand-list-item .expand-title {
  position: relative;
  cursor: pointer;
}
#app .part_faq .expand-list .expand-list-item .expand-title p {
  font-family: "fzlth", serif;
  font-size: 1.67rem;
  line-height: 1.5;
  color: #fff;
  opacity: 0.6;
}
#app .part_faq .expand-list .expand-list-item .expand-title i {
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/icon-expand_b6895b92.png) no-repeat center top / 100% auto;
  width: 18px;
  height: 11px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  cursor: pointer;
}
#app .part_faq .expand-list .expand-list-item .expand-desc {
  font-family: "fzlth", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 13px;
  color: #fff;
  opacity: 0.6;
  display: none;
}
#leihuo-age {
  position: absolute;
  left: var(--nav-space);
  top: 92px;
  z-index: 99;
}
#leihuo-age img {
  width: 94px;
}
@media (max-width: 1800px) {
  #app .part_info .con .right-box h2 {
    white-space: unset;
  }
}
@media (max-width: 1100px) {
  .leihuo-pop-media .media-close {
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    top: -30px !important;
    font-size: 20px !important;
  }
  .leihuo-pop-media .pop-video-content {
    height: auto !important;
    max-width: 100% !important;
    width: 90%;
  }
  .leihuo-pop-media .pop-video-content video {
    max-width: 100% !important;
    height: auto;
  }
}
@media (max-width: 980px) {
  #app .part-kv {
    height: auto;
    background: none !important;
  }
  #app .part-kv .img-box {
    position: relative;
  }
  #app .part-kv .img-box img {
    height: auto;
    display: block;
  }
  #app .part-kv .img-box[data-type="whizbangs_workshop"] img {
    margin-top: var(--nav-height);
  }
  #app .part-kv .img-box[data-type="festival_of_legends"] img {
    margin-top: var(--nav-height);
  }
  #app .part-kv .content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
  }
  #app .part-kv h2 {
    position: relative;
    z-index: 9;
  }
  #app .part-kv .btn-download {
    margin-top: 30px;
  }
  #app .part-kv .btn-download .btn-content p {
    padding: 20px 45px;
  }
  #app .part_info {
    padding: 111px 0 150px;
    background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/part1-bg-960_252610b3.png) no-repeat center top / 100%;
  }
  #app .part_info::before {
    content: "";
    background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/split-line-960_017c801f.png) no-repeat center top / 960px 74px;
    position: absolute;
    width: 100%;
    height: 74px;
    top: -32px;
    left: 0;
  }
  #app .part_info .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 68px;
    padding: 0 40px 0 40px;
  }
  #app .part_info .con .right-box h2 {
    font-family: "fzlth", serif;
    position: relative;
    left: 5px;
    margin: 4px 0 13px 0;
    text-align: center;
  }
  #app .part_info .con .right-box p {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  #app .part_info .con .right-box .btn-viewCard {
    text-align: center;
    margin: 23px auto 0;
    left: 0;
  }
  #app .part_info .con .left-box {
    margin-top: 10px;
    max-width: 711px;
  }
  #app .part_zlp {
    padding: 111px 40px 0;
    min-height: 1425px;
  }
  #app .part_zlp::before {
    content: "";
    background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/split-line2-960_c89de1af.png) no-repeat center top / 960px 74px;
    position: absolute;
    width: 100%;
    height: 46px;
    left: 0;
  }
  #app .part_zlp .con {
    display: block;
    max-width: 711px;
    padding: 0;
  }
  #app .part_zlp .con .left-box .expand-list {
    margin-top: 16px;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item {
    padding: 36px 0 35px;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item.on .right-box {
    display: block;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item.on .right-box::before {
    background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/part2-border-960_96db4088.png) no-repeat center top / cover;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item .expand-desc {
    margin-top: 22px;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item .right-box {
    display: none;
    width: 400px;
    margin-top: 27px;
    padding-top: 0;
    height: 226px;
  }
  #app .part_faq {
    padding: 111px 0 130px;
  }
  #app .part_faq::before {
    content: "";
    background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/split-line3-960_c89de1af.png) no-repeat center top / 960px 74px;
    position: absolute;
    width: 100%;
    height: 74px;
    top: -45px;
    left: 0;
  }
  #app .part_faq h2 {
    margin-bottom: 16px;
  }
  #app .part_faq .expand-list {
    max-width: 721px;
    width: auto;
    margin: 0 auto;
    position: relative;
    left: 1px;
  }
  #app .part_faq .expand-list .expand-list-item {
    padding: 37px 0 31px;
  }
  #app .part_faq .expand-list .expand-list-item .expand-desc {
    margin-top: 20px;
    margin-left: 4px;
  }
  #leihuo-age {
    top: 65px;
  }
  #leihuo-age img {
    width: 79px;
  }
}
@media (max-width: 720px) {
  #app .part-kv {
    padding-top: 0;
    height: auto;
    background: none !important;
  }
  #app .part-kv .video {
    display: none;
  }
  #app .part-kv .logo {
    margin: 0 auto 45px;
  }
  #app .part-kv .img-box img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: var(--nav-height);
  }
  #app .part-kv .img-box[data-type="perils_in_paradise"] img {
    margin-top: 0;
  }
  #app .part-kv .content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
  }
  #app .part-kv h2 {
    position: relative;
    z-index: 9;
    font-size: 2.5rem;
    text-shadow: #0a141966 0 4px 1px;
  }
  #app .part-kv .btn-download {
    margin-top: 28px;
  }
  #app .part-kv .btn-download .btn-content p {
    padding: 20px 34px;
    font-size: 1.67rem;
  }
  #app .part_info {
    padding: 81px 0 87px;
    background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/part1-bg-750_0f50ff3e.png) no-repeat center top / cover;
  }
  #app .part_info::before {
    content: "";
    background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/split-line-750_1258f41d.png) no-repeat center top / 100% auto;
    position: absolute;
    width: 100%;
    height: 80px;
    top: -31px;
    left: 0;
  }
  #app .part_info .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 45px;
    padding: 0 18px;
  }
  #app .part_info .con .right-box h2 {
    font-family: "fzlth", serif;
    left: auto;
    margin: 4px 0 8px 0;
    font-size: 2.5rem;
  }
  #app .part_info .con .right-box p {
    font-size: 1.33rem;
  }
  #app .part_info .con .right-box .btn-viewCard {
    text-align: center;
    margin: 15px auto 0;
    left: 0;
    height: auto;
  }
  #app .part_info .con .right-box .btn-viewCard .btn-content p {
    font-size: 1.2rem;
    padding: 12px 30px;
  }
  #app .part_info .con .left-box {
    max-width: 711px;
  }
  #app .part_info .con .left-box::before {
    background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/part1-border-750_9122fd37.png) no-repeat center top / cover;
  }
  #app .part_info .con .left-box img {
    display: block;
    margin: 0 auto;
  }
  #app .part_zlp {
    padding: 75px 20px 0;
    min-height: 1042px;
  }
  #app .part_zlp::before {
    content: "";
    background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/split-line2-750_7eebee69.png) no-repeat center top / 100% auto;
    position: absolute;
    width: 100%;
    top: -44px;
    height: 80px;
    left: 0;
  }
  #app .part_zlp h2 {
    font-size: 2.5rem;
    margin-bottom: 2px;
    text-shadow: none;
  }
  #app .part_zlp .con {
    display: block;
    max-width: 711px;
    padding: 0;
  }
  #app .part_zlp .con .left-box .expand-list {
    margin-top: 0;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item {
    padding: 34px 0 35px;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item.on .right-box {
    display: block;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item .expand-title {
    padding-right: 21px;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item p {
    font-size: 1.5rem;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item .expand-desc {
    margin-top: 12px;
    font-size: 1.33rem;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item .right-box {
    display: none;
    width: 282px;
    height: 159px;
    margin-top: 14px;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item .right-box::before {
    background-size: contain;
  }
  #app .part_faq {
    padding: 71px 0 76px;
  }
  #app .part_faq h2 {
    margin-bottom: 3px;
    font-size: 2.5rem;
  }
  #app .part_faq .con {
    padding: 0 16px;
  }
  #app .part_faq .expand-list {
    max-width: 721px;
    width: auto;
    margin: 0 auto;
    position: relative;
    left: 1px;
  }
  #app .part_faq .expand-list .expand-list-item {
    padding: 33px 0 27px;
  }
  #app .part_faq .expand-list .expand-list-item .expand-desc {
    margin-top: 13px;
    margin-left: 2px;
    font-size: 1.33rem;
  }
  #app .part_faq .expand-list .expand-list-item .expand-title {
    padding-right: 21px;
  }
  #app .part_faq .expand-list .expand-list-item .expand-title p {
    font-size: 1.5rem;
  }
  #leihuo-age {
    top: 65px;
    left: 10px;
  }
  #leihuo-age img {
    width: 39px;
  }
}
@media (max-width: 500px) {
  .leihuo-pop-media .media-close {
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    top: -30px !important;
    font-size: 20px !important;
  }
  .leihuo-pop-media .pop-video-content {
    height: auto !important;
  }
  .leihuo-pop-media .pop-video-content video {
    height: auto;
  }
}
@media (max-width: 375px) {
  .expand-list-item:hover .expand-title p {
    opacity: 0.6 !important;
  }
  .expand-list-item.on .expand-title p {
    opacity: 1 !important;
  }
  #app .part_zlp .con .left-box .expand-list .expand-list-item .right-box video {
    width: 95%;
    height: 95%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 300px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-image: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/bg-top-1_46c1b465.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/bg-top-2_d8e83ee5.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/bg-top-3_2ae4a448.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/bg-center-1_cfab7f2b.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/bg-center-2_c484d9ac.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/bg-center-3_63c2d47f.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/bg-bottom-1_311e7d9d.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/bg-bottom-2_3f0f2733.png), url(https://hs.res.netease.com/pc/zt/20240825204314/assets/bg-bottom-3_92ddea2e.png);
  background-position: left top,
    157px top,
    right top,
    left 73px,
    76px 73px,
    right 73px,
    left bottom,
    157px bottom,
    right bottom;
  background-size: 159px 74px, calc(100% - 155px - 155px) 74px, 159px 74px, 78px calc(100% - 71px - 71px), calc(100% - 74px - 74px) calc(100% - 71px - 71px), 78px calc(100% - 71px - 71px), 159px 74px, calc(100% - 155px - 155px) 73px, 159px 74px;
}
.pop-bg .pop-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/sprite-a6eaee_a6eaee88.png);background-size:348px 308px;
background-position:-0px -222px;
width:82px;
height:82px;

}
.pop-bg .pop-close:hover {
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/sprite-a6eaee_a6eaee88.png);background-size:348px 308px;
background-position:-86px -222px;
width:82px;
height:82px;

}
.font-shadow-s {
  text-shadow: #000 2px 0 0, #000 1.75517px 0.95885px 0, #000 1.0806px 1.68294px 0, #000 0.14147px 1.99499px 0, #000 -0.83229px 1.81859px 0, #000 -1.60229px 1.19694px 0, #000 -1.97998px 0.28224px 0, #000 -1.87291px -0.70157px 0, #000 -1.30729px -1.5136px 0, #000 -0.42159px -1.95506px 0, #000 0.56732px -1.91785px 0, #000 1.41734px -1.41108px 0, #000 1.92034px -0.55883px 0;
}
.font-shadow-b {
  text-shadow: #000000 4px 0 0, #000000 3.87565px 0.989616px 0, #000000 3.51033px 1.9177px 0, #000000 2.92676px 2.72656px 0, #000000 2.16121px 3.36588px 0, #000000 1.26129px 3.79594px 0, #000000 0.282949px 3.98998px 0, #000000 -0.712984px 3.93594px 0, #000000 -1.66459px 3.63719px 0, #000000 -2.51269px 3.11229px 0, #000000 -3.20457px 2.39389px 0, #000000 -3.69721px 1.52664px 0, #000000 -3.95997px 0.56448px 0, #000000 -3.97652px -0.432781px 0, #000000 -3.74583px -1.40313px 0, #000000 -3.28224px -2.28625px 0, #000000 -2.61457px -3.02721px 0, #000000 -1.78435px -3.57996px 0, #000000 -0.843183px -3.91012px 0, #000000 0.150409px -3.99717px 0, #000000 1.13465px -3.8357px 0, #000000 2.04834px -3.43574px 0, #000000 2.83468px -2.82216px 0, #000000 3.44477px -2.03312px 0, #000000 3.84068px -1.11766px 0, #000000 3.9978px -0.132717px 0;
}
.msg-pop {
  padding: 40px 80px 80px;
  width: 800px;
  min-height: 400px;
  color: black;
  -webkit-transform: scale(0.4) translate(-50%, -50%);
          transform: scale(0.4) translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.msg-pop .pop-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.msg-pop .message-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.msg-pop .message-content {
  color: #fff;
  margin-top: 70px;
  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;
  font-size: 42px;
}
.msg-pop .message-content.center {
  text-align: center;
}
.msg-pop .message-content .message {
  font-family: "fzlth", serif;
  line-height: normal;
}
.msg-pop .yuyue-wrap {
  position: relative;
  margin-top: 70px;
  width: 732px;
  height: 181px;
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/yuyue-border_e24e1605.png) no-repeat;
  background-size: 100% 100%;
}
.msg-pop .yuyue-wrap .title-bg {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(https://hs.res.netease.com/pc/zt/20240825204314/assets/sprite-a6eaee_a6eaee88.png);background-size:348px 308px;
background-position:-0px -174px;
width:276px;
height:44px;

  text-align: center;
  line-height: 44px;
  font-size: 20px;
  color: #fff;
}
.msg-pop .yuyue-wrap .yuyue-info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 680px;
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.msg-pop .yuyue-wrap .yuyue-info span {
  color: #ff9400;
}
.msg-pop .message-btns {
  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-top: 40px;
}
.msg-pop .message-btns .hs-btn {
  width: 343px;
  font-size: 28px;
}
.msg-pop .message-btns button {
  margin: 0 10px;
}
@media screen and (min-width: 750px) {
  .msg-pop {
    width: 800px;
    min-height: 400px;
    color: black;
    -webkit-transform: scale(0.5) translate(-50%, -50%);
            transform: scale(0.5) translate(-50%, -50%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 960px) {
  .msg-pop {
    width: 917px;
    -webkit-transform: scale(0.5) translate(-50%, -50%);
            transform: scale(0.5) translate(-50%, -50%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 1280px) {
  .msg-pop {
    -webkit-transform: scale(0.75) translate(-50%, -50%);
            transform: scale(0.75) translate(-50%, -50%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 1700px) {
  .msg-pop {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
#app .part-kv {
  height: 849px;
  background-size: auto 100%;
}
#app .part-kv .video-box {
  max-height: 849px;
}
#app .part-kv .logo {
  margin: 178px auto 36px;
}
#app .part-kv .logo img {
  width: 372px;
}
#app .part-kv .btn-download {
  margin-top: 31px;
}
#app .part-kv .btn-reserve {
  margin-top: 31px;
}
#app .part-kv .btn-detail {
  margin-top: 31px;
}
#app .part_zlp {
  min-height: 1500px;
}
#app a {
  text-decoration: underline;
}
@media (min-width: 2400px) {
  #app .part-kv {
    height: 1118px;
  }
  #app .part-kv .video-box {
    max-height: 1118px;
  }
}
@media (max-width: 980px) {
  #app .part-kv {
    height: 842px;
  }
  #app .part-kv .logo {
    margin: 156px auto 30px;
  }
  #app .part-kv .logo img {
    width: 482px;
  }
  #app .part-kv .btn-download {
    margin-top: 33px;
  }
  #app .part-kv .btn-reserve {
    margin-top: 33px;
  }
  #app .part-kv .btn-detail {
    margin-top: 33px;
  }
  #app .part_info {
    padding: 111px 0 141px;
  }
  #app .part_info .con .right-box h2 {
    font-family: "FZLanTingHeiS-B-GB", serif;
  }
  #app .part_info .con .right-box p {
    max-width: 712px;
  }
  #app .part_zlp {
    min-height: 1272px;
  }
}
@media (max-width: 720px) {
  #app .part-kv {
    height: 806px;
  }
  #app .part-kv .img-box {
    height: 100%;
  }
  #app .part-kv .img-box img {
    height: auto;
  }
  #app .part-kv .logo {
    margin: 120px auto 26px;
  }
  #app .part-kv .logo img {
    width: 265px;
  }
  #app .part-kv .btn-download {
    margin-top: 25px;
  }
  #app .part-kv .btn-reserve {
    margin-top: 25px;
    margin-right: 0;
  }
  #app .part-kv .emerald-btn-row {
    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-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;
  }
  #app .part-kv .btn-detail {
    margin-top: 25px;
    margin-left: 0;
  }
  #app .part_zlp {
    min-height: 947px;
  }
}

