/** mixins **/
.MediaSection--responsive .MediaSection-link[data-v-1241173e] {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 16px;
  height: 34px;
  background: transparent;
  border: 2px solid rgba(29, 37, 58, 0.2);
  border-radius: 2px;
  margin: 0 auto;
  color: #1d253a;
  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: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
  gap: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.MediaSection--responsive .MediaSection-link[data-v-1241173e]:hover {
  background: rgba(29, 37, 58, 0.05);
  opacity: 1;
  scale: 1.03;
}
.MediaSection--responsive .MediaSection-link svg[data-v-1241173e] {
  width: 12px;
  height: 12px;
}
.MediaSection--responsive .MediaSection-link span[data-v-1241173e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MediaSection-link-container[data-v-1241173e] {
  text-align: left;
}
@media (min-width: 480px) {
.MediaSection--responsive .MediaSection-link[data-v-1241173e] {
    padding: 22px 32px;
    height: 68px;
    border: 2px solid rgba(29, 37, 58, 0.2);
    border-radius: 4px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.4px;
    gap: 12px;
}
.MediaSection--responsive .MediaSection-link svg[data-v-1241173e] {
    width: 24px;
    height: 24px;
}
}
@media (min-width: 960px) {
.MediaSection--responsive .MediaSection-link[data-v-1241173e] {
    padding: 8px 20px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
}
.MediaSection--responsive .MediaSection-link svg[data-v-1241173e] {
    width: 20px;
    height: 20px;
}
}

/** mixins **/
.pageHeader[data-v-61782d77] {
  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;
  gap: 30px;
  -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: 132px 30px 30px;
  width: 100%;
  max-width: 2600px;
  background: url(https://ld5.res.netease.com/pc/zt/20241115172036/assets/bg_header_detail_cee4c270.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 0 auto;
}
.pageHeader .info-detail[data-v-61782d77] {
  font-weight: 700;
  text-align: center;
}
.pageHeader .info-detail .info-type[data-v-61782d77] {
  color: rgba(29, 37, 58, 0.8);
  font-size: 14px;
  letter-spacing: 1px;
}
.pageHeader .info-detail .info-name[data-v-61782d77] {
  margin-top: 8px;
  color: #1d253a;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 46px;
  text-align: center;
}
.pageHeader .btn-download-pdf[data-v-61782d77] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 30px;
  font-size: 21px;
  font-weight: 700;
  background-color: #f16514;
  color: #fff;
  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;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pageHeader .btn-download-pdf i[data-v-61782d77] {
  display: block;
  background: url(https://ld5.res.netease.com/pc/zt/20241115172036/assets/icon-download_7a970984.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.pageHeader .btn-download-pdf[data-v-61782d77]:hover {
  scale: 1.03;
}
@media (min-width: 480px) {
.pageHeader[data-v-61782d77] {
    gap: 60px;
    padding: 172px 60px 60px;
}
.pageHeader .info-detail .info-type[data-v-61782d77] {
    font-size: 28px;
    letter-spacing: 2px;
}
.pageHeader .info-detail .info-name[data-v-61782d77] {
    margin-top: 16px;
    font-size: 52px;
    letter-spacing: 2px;
    line-height: 92px;
}
.pageHeader .btn-download-pdf[data-v-61782d77] {
    padding: 42px 60px;
    font-size: 42px;
    gap: 10px;
}
.pageHeader .btn-download-pdf i[data-v-61782d77] {
    width: 42px;
    height: 42px;
    margin-top: 6px;
}
}
@media (min-width: 960px) {
.pageHeader[data-v-61782d77] {
    gap: 70px;
    padding: 150px 60px 90px;
}
.pageHeader .info-detail .info-type[data-v-61782d77] {
    font-size: 20px;
    letter-spacing: 0px;
}
.pageHeader .info-detail .info-name[data-v-61782d77] {
    margin-top: 26px;
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 1.2;
}
.pageHeader .btn-download-pdf[data-v-61782d77] {
    margin-top: -10px;
    padding: 24px 36px;
    font-size: 22px;
    gap: 8px;
}
.pageHeader .btn-download-pdf i[data-v-61782d77] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
}
@media (min-width: 1200px) {
.pageHeader[data-v-61782d77] {
    gap: 80px;
    padding: 150px 60px 70px;
}
.pageHeader .info-detail .info-type[data-v-61782d77] {
    font-size: 20px;
    letter-spacing: 0px;
    opacity: 0.6;
}
.pageHeader .info-detail .info-name[data-v-61782d77] {
    margin-top: 22px;
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 1.2;
}
.pageHeader .btn-download-pdf[data-v-61782d77] {
    margin-top: -30px;
}
}

/** mixins **/
.public-button[data-v-50279f80] {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  position: relative;
  z-index: 1;
}
.public-button[data-v-50279f80]:hover {
  opacity: 1;
}
.public-button[data-v-50279f80]:hover::before {
  left: -2px;
  opacity: 1;
  width: calc(100% + 4px);
}
.public-button[data-v-50279f80]::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  -webkit-transition: all 80ms ease;
  transition: all 80ms ease;
  width: 100%;
  z-index: -1;
}
.public-button[type='default'][data-v-50279f80] {
  background: #fff;
}
.public-button #host[data-v-50279f80] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64px;
  padding: 20px 32px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.public-button #host div[data-v-50279f80] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.public-button #host span[data-v-50279f80] {
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.public-button #host img[data-v-50279f80] {
  width: 32px;
  height: 32px;
  margin-left: 15px;
}
@media (min-width: 720px) {
.public-button #host[data-v-50279f80] {
    padding: 20px 40px;
}
.public-button #host span[data-v-50279f80] {
    font-size: 24px;
    height: 35px;
    line-height: 35px;
}
}

/** mixins **/
.public-button[data-v-54eda8d2] {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  position: relative;
  z-index: 1;
}
.public-button[data-v-54eda8d2]:hover {
  opacity: 1;
}
.public-button[data-v-54eda8d2]:hover::before {
  left: -2px;
  opacity: 1;
  width: calc(100% + 4px);
}
.public-button[data-v-54eda8d2]::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  -webkit-transition: all 80ms ease;
  transition: all 80ms ease;
  width: 100%;
  z-index: -1;
}
.public-button[type='default'][data-v-54eda8d2] {
  background: #fff;
}
.public-button #host[data-v-54eda8d2] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64px;
  padding: 20px 32px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.public-button #host span[data-v-54eda8d2] {
  font-size: 20px;
  line-height: 110%;
  font-weight: 600;
  color: #000;
}
@media (min-width: 720px) {
.public-button #host[data-v-54eda8d2] {
    padding: 20px 40px;
}
.public-button #host span[data-v-54eda8d2] {
    font-size: 24px;
}
}

@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: 'Noto Sans';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #215da3 !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK", "Noto Sans SC", sans-serif !important;
  color: #eee;
}
body {
  --nav-pop-menu-background-color: #ebeff4;
  --nav-secoundary-menu-bg-color: #dfe3e8;
  --nav-drawer-bg-color: #ebeff4;
  --nav-submenu-open-background-color: #dfe3e8;
  font-size: 16px;
  background-color: #f6f6f6;
  color: #333;
  line-height: 1.4;
}
body .join-play {
  border-top: none !important;
}
body .ow-button-primary {
  background-color: #f06414;
}
body .el-drawer__container .el-drawer .el-drawer__header .close {
  background-color: transparent;
  color: #000000;
}
body .blz-nav {
  height: 72px;
}
body .blz-mobile-nav,
body .blz-nav {
  background-color: rgba(229, 235, 244, 0.8);
}
body .blz-mobile-nav.mobile-nav .icon-menu-wrapper,
body .blz-nav.mobile-nav .icon-menu-wrapper {
  color: #000000;
}
body .blz-mobile-nav.mobile-nav .icon-user-wrapper,
body .blz-nav.mobile-nav .icon-user-wrapper {
  color: #000000;
}
body .blz-mobile-nav .el-submenu__title i,
body .blz-nav .el-submenu__title i {
  color: #000000;
}
body .blz-mobile-nav .el-menu .el-menu-item,
body .blz-nav .el-menu .el-menu-item {
  color: #000000;
}
body .blz-mobile-nav .el-menu .el-menu-item.site-logo,
body .blz-nav .el-menu .el-menu-item.site-logo {
  background-color: rgba(255, 255, 255, 0.7);
}
body .blz-mobile-nav .el-menu .el-menu-item.site-logo:hover,
body .blz-nav .el-menu .el-menu-item.site-logo:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
body .blz-mobile-nav .el-menu .el-menu-item:hover,
body .blz-nav .el-menu .el-menu-item:hover,
body .blz-mobile-nav .el-menu .el-menu-item.is-active,
body .blz-nav .el-menu .el-menu-item.is-active {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
}
body .blz-mobile-nav .el-submenu,
body .blz-nav .el-submenu {
  border-radius: 8px;
}
body .blz-mobile-nav .el-submenu:hover,
body .blz-nav .el-submenu:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
body .blz-mobile-nav .el-submenu .el-menu--horizontal .el-menu .el-menu-item,
body .blz-nav .el-submenu .el-menu--horizontal .el-menu .el-menu-item {
  background-color: transparent;
}
body .blz-mobile-nav .el-submenu .el-menu--horizontal .el-menu .el-menu-item:hover,
body .blz-nav .el-submenu .el-menu--horizontal .el-menu .el-menu-item:hover {
  background-color: #dfe3e8;
}
body .blz-mobile-nav .el-submenu .el-submenu__title .primary-menu,
body .blz-nav .el-submenu .el-submenu__title .primary-menu {
  color: #000000;
}
body .blz-mobile-nav .el-submenu .el-submenu__title .account,
body .blz-nav .el-submenu .el-submenu__title .account {
  color: #000000;
}
.join-play {
  margin-top: 0 !important;
  border-top: 2px solid #fff;
}
.join-play .play-hero {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .mask-inverse-top-divider {
    -webkit-mask-box-image-source: url(https://ld5.res.netease.com/pc/zt/20241115172036/assets/Top_Divider-2d39cd814f_2d39cd81.svg) !important;
    z-index: 15;
    margin-top: -22px !important;
    border-top: none;
  }
}
@media (max-width: 960px) {
  .mask-inverse-top-divider {
    -webkit-mask-box-image-source: none;
            mask-border-source: none;
  }
  .mask-top-solid-divider {
    -webkit-mask-box-image-source: none;
            mask-border-source: none;
  }
  .mask-top-divider {
    -webkit-mask-box-image-source: none;
            mask-border-source: none;
  }
}
@media (max-width: 640px) {
  .public-button-mobile-hide {
    display: none;
  }
}
.fill-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #000;
}
.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 400px;
  background: white;
  color: red;
}
.pop-bg .pop-close {
  position: absolute;
  top: -20px;
  right: 0;
  -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;
}
.pop-bg .pop-close:before {
  content: 'x';
}
.pop-bg .pop-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.msg-pop {
  padding: 40px 20px;
  width: 400px;
  height: 200px;
  color: black;
}
.msg-pop .message-title {
  text-align: center;
  font-size: 20px;
}
.msg-pop .message-content {
  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;
}
.msg-pop .message-content.center {
  text-align: center;
}
.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 button {
  margin: 0 10px;
}
.lightBox-pop {
  width: 100%;
  height: 100%;
  background: transparent;
}
.lightBox-pop button {
  background: 0px 0px;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0px;
  height: 100%;
  width: 100%;
}
.lightBox-pop .pop-content {
  height: 100%;
}
[part='top-bar'] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  grid-row: top-bar;
  padding: var(--semantic-space-around-vertical-xs-mobile) var(--semantic-space-around-horizontal-xxs);
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 4;
}
[part='top-bar'] [part='count'] {
  display: none;
}
[part='top-bar'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 8px;
}
[part='count'] {
  font: 400 16px/140% 'Config';
  color: #ffffffb3;
}
[part='active-count'] {
  color: #fff;
}
:not([part='count']) [part='top-bar'],
[part='top-bar'] {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
[part='close'] {
  background: #ffffff0d;
  border-radius: 28px;
  border-style: none;
  -webkit-box-shadow: inset 0 0 0 1px #fff0;
          box-shadow: inset 0 0 0 1px #fff0;
  color: #ffffffb3;
  cursor: pointer;
  height: 56px;
  padding: 0px;
  width: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  pointer-events: auto;
}
[part='close']:hover {
  background: #ffffff1f;
  -webkit-box-shadow: inset 0 0 0 1px #fff0;
          box-shadow: inset 0 0 0 1px #fff0;
  color: #fff;
}
#host {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#host img {
  width: 24px;
  height: 24px;
}
[part='icon'] {
  width: 24px;
  height: 24px;
}
[part*='carousel'] {
  display: grid;
  grid-row: carousel;
  grid-template-rows: [main-content-start] 1fr [main-content-end bottom-start] auto [bottom-end];
  height: calc(100vh - 72px);
  overflow: hidden;
  z-index: 1;
}
[part='left-arrow-area'],
[part='right-arrow-area'] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 4;
  grid-column: left-arrow;
  justify-self: flex-end;
}
[part='expanded-left-arrow'],
[part='expanded-right-arrow'] {
  cursor: pointer;
  padding: 16px 16px;
}
[part='right-arrow'],
[part='left-arrow'] {
  background: #ffffff0d;
  border-radius: 28px;
  border-style: none;
  -webkit-box-shadow: inset 0 0 0 1px #fff0;
          box-shadow: inset 0 0 0 1px #fff0;
  color: #ffffffb3;
  cursor: pointer;
  display: inline-block;
  height: 56px;
  padding: 0px;
  width: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
[part='right-arrow']:hover,
[part='left-arrow']:hover {
  background: #ffffff1f;
  -webkit-box-shadow: inset 0 0 0 1px #fff0;
          box-shadow: inset 0 0 0 1px #fff0;
  color: #fff;
}
[part='left-arrow'] img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[part='main-content'] {
  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;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
}
[part='main-content'] .left-arrow,
[part='main-content'] .right-arrow {
  display: none;
  margin-bottom: 72px;
}
.glide {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}
.glide .slide-content {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.glide img,
.glide video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(80vh - 72px);
  -o-object-fit: cover;
     object-fit: cover;
}
.glide img {
  width: 100%;
}
.glide .caption {
  margin: 16px;
  text-align: center;
  color: #ffffffb3;
}
[part='bottom-navigation'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-row: bottom-start / bottom-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[part="bottom-navigation"] [part="expanded-left-arrow"],
[part="bottom-navigation"] [part="expanded-right-arrow"] {
  display: block;
}
@media (min-width: 720px) {
  [part='bottom-navigation'] {
    margin-top: 40px;
  }
  .glide .caption {
    margin: 24px;
  }
}
@media (min-width: 960px) {
  [part='top-bar'] {
    padding: 16px 16px;
  }
  [part='expanded-left-arrow'],
  [part='expanded-right-arrow'] {
    display: block;
  }
  .glide .caption {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .count .blz-body-text-xl {
    display: none;
  }
  .main-content .glide {
    padding: 0;
  }
  .main-content .glide img,
  .main-content .glide video {
    width: 100%;
  }
}
@media (min-width: 960px) {
  [part*="carousel"] {
    height: calc(100vh - 88px);
  }
  .main-content .left-arrow,
  .main-content .right-arrow {
    margin-bottom: 88px;
  }
}
@media (min-width: 960px), (orientation: landscape) and (max-width: 959px) {
  [part='top-bar'].count {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [part='top-bar'].count [part='count'] {
    display: block;
  }
  [part='count'] {
    display: block;
  }
  [part*='carousel'] {
    padding-bottom: 72px;
  }
  [part*='carousel']::part(left-arrow-area),
  [part*='carousel']::part(right-arrow-area) {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .main-content .left-arrow,
  .main-content .right-arrow {
    display: block;
  }
  [part*='carousel']::part(expanded-left-arrow),
  [part*='carousel']::part(expanded-right-arrow) {
    display: block;
    margin-bottom: 88px;
  }
  [part*='carousel']::part(main-content) {
    grid-template-columns: [left-arrow-start] auto [left-arrow-end] 1fr [content-start] minmax(0, 1600px) [content-end] 1fr [right-arrow-start] auto [right-arrow-end];
  }
  [part='bottom-navigation'] {
    display: none;
  }
}
@media (min-width: 960px) {
  [part*='carousel'] {
    padding-bottom: 88px;
  }
}
@media (max-height: 720px) {
  [part*="carousel"] {
    padding-bottom: 64px;
  }
}
.video-play-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-play-container .video-content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-play-container .play-btn {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(93, 113, 152, 0.4);
  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;
  cursor: pointer;
  z-index: 3;
}
.video-play-container .play-btn:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.video-play-container .play-btn svg {
  width: 24px;
  height: 24px;
}
.container-media-video {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}
.container-media-video .page-inner {
  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: 40px 0 67px;
  background-image: url(https://ld5.res.netease.com/pc/zt/20241115172036/assets/bg_750_69fd3456.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.container-media-video .page-inner .video-container {
  position: relative;
  padding: 0 10px;
}
.container-media-video .page-inner .video-container video {
  display: block;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}
.container-media-video .page-inner .video-container .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  background: url(https://ld5.res.netease.com/pc/zt/20241115172036/assets/btn-video_affb1b90.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-media-video .page-inner .video-container .btn-play:hover {
  cursor: pointer;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.container-media-video .page-inner .text-tip {
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-top: 80px;
  font-weight: 700;
}
.container-media-video .page-inner .videoList {
  width: 100%;
  overflow: auto hidden;
  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;
  gap: 15px;
  padding: 0 15px;
  margin-top: 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.container-media-video .page-inner .videoList::-webkit-scrollbar {
  display: none;
}
.container-media-video .page-inner .videoList .video-item {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.container-media-video .page-inner .videoList .video-item .video-poster {
  position: relative;
  width: 156px;
  height: 88px;
  border-radius: 4px;
}
.container-media-video .page-inner .videoList .video-item .video-poster img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.container-media-video .page-inner .videoList .video-item .video-poster::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.container-media-video .page-inner .videoList .video-item .video-type {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}
.container-media-video .page-inner .videoList .video-item .video-title {
  margin-top: 5px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.container-media-video .page-inner .videoList .video-item:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
.container-media-video .page-inner .video-list-more {
  margin: 40px auto 0;
  font-size: 21px;
  font-weight: 700;
  padding: 22px 30px;
  background-color: #f16514;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.container-media-video .page-inner .video-list-more:hover {
  scale: 1.03;
}
@media (min-width: 750px) {
  .container-media-video .page-inner {
    padding: 80px 0 135px;
  }
  .container-media-video .page-inner .video-container {
    padding: 0 20px;
  }
  .container-media-video .page-inner .video-container video {
    border-radius: 8px;
    border: 4px solid rgba(255, 255, 255, 0.2);
  }
  .container-media-video .page-inner .videoList {
    gap: 30px;
    padding: 0 30px;
    margin-top: 80px;
  }
  .container-media-video .page-inner .videoList .video-item .video-poster {
    width: 312px;
    height: 176px;
  }
  .container-media-video .page-inner .videoList .video-item .video-type {
    margin-top: 24px;
    font-size: 24px;
  }
  .container-media-video .page-inner .videoList .video-item .video-title {
    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 38px;
  }
  .container-media-video .page-inner .video-list-more {
    margin: 80px auto 0;
    font-size: 42px;
    padding: 44px 60px;
  }
}
@media (min-width: 960px) {
  .container-media-video .page-inner {
    margin-top: -19px;
    padding: 145px 0 94px;
    background-image: url(https://ld5.res.netease.com/pc/zt/20241115172036/assets/1600_Sky_v2_9dc3d45d.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-box-image: url(https://ld5.res.netease.com/pc/zt/20241115172036/assets/Top_Divider-2d39cd814f_2d39cd81.svg);
    -webkit-mask-box-image-slice: 20 350 fill;
  }
  .container-media-video .page-inner .video-container {
    padding: 0 40px;
  }
  .container-media-video .page-inner .video-container video {
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  .container-media-video .page-inner .videoList {
    gap: 34px;
    padding: 0 40px;
    margin-top: 82px;
  }
  .container-media-video .page-inner .videoList .video-item .video-poster {
    width: 254px;
    height: 143px;
  }
  .container-media-video .page-inner .videoList .video-item .video-type {
    margin-top: 16px;
    font-size: 14px;
  }
  .container-media-video .page-inner .videoList .video-item .video-title {
    margin-top: 4px;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .container-media-video .page-inner .video-list-more {
    margin: 46px auto 0;
    font-size: 24px;
    padding: 22px 40px;
  }
}
@media (min-width: 1200px) {
  .container-media-video .page-inner {
    padding: 157px 0 163px;
  }
  .container-media-video .page-inner .videoList {
    gap: 30px;
    padding: 0 40px;
    margin-top: 74px;
  }
  .container-media-video .page-inner .videoList .video-item .video-poster {
    width: 326px;
    height: 184px;
  }
  .container-media-video .page-inner .video-list-more {
    line-height: 32px;
  }
}
@media (min-width: 1450px) {
  .container-media-video .page-inner .videoList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 2000px) {
  .container-media-video .page-inner .videoList .video-item::after {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border: 3px solid rgba(255, 255, 255, 0.2);
  }
}

