/** mixins **/

/** mixins **/
[data-v-1a792334] .copy-link-pop {
  /* eslint-disable-next-line vue-scoped-css/no-unused-selector */
}
[data-v-1a792334] .copy-link-pop .pop-content {
  padding-top: 34px;
  padding-bottom: 0;
}
.link-container[data-v-1a792334] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.link-container .link-container-input[data-v-1a792334] {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #614326;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.link-container .copy-btn[data-v-1a792334] {
  font-size: 14px;
  padding: 5px 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #614326;
  color: #fff;
  margin-left: 10px;
}

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/
.hs-toast {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hs-toast.center {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hs-toast .hs-toast-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;
  padding: 16px 60px;
  color: #684826;
  background-color: #e6cfa6;
  font-size: 16px;
  border: 1px solid #b19977;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.23);
}
.hs-toast .hs-toast-content .toast-text {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.hs-toast .tip-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/tip_cd583adb.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/** 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: 8px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 8px;
}
.hs-btn::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #765d54;
  border-radius: 8px;
}
.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: 6px;
  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: 6px;
}
.hs-btn .hs-btn-outer::after {
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 6px;
}
.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: 10px 36px;
  font-size: 16px;
  border-radius: 6px;
  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%);
}
.hs-video .hs-video-inner {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  border-radius: 20px;
}
.hs-video .play-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  cursor: default;
}
.hs-video .play-mask.fullplay {
  cursor: pointer;
}
.hs-video .play-mask .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 172px;
  height: 172px;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/play-btn_ee1607f2.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  z-index: 2;
}
.hs-video .play-mask .play-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/play-btn-active_1e27c03c.png) no-repeat center center;
  content: '';
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-video .play-mask .play-btn:hover::after {
  opacity: 1;
}

/** mixins **/
.common-container-wrap[data-v-f6c140f0] {
  position: relative;
  height: 54px;
}
.common-container-wrap .common-bg-group .common-bg-left[data-v-f6c140f0],
.common-container-wrap .common-bg-group .common-bg-center[data-v-f6c140f0],
.common-container-wrap .common-bg-group .common-bg-right[data-v-f6c140f0] {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 54px;
  background: center center no-repeat;
  background-size: 100% 100%;
}
.common-container-wrap .common-bg-group .common-bg-left[data-v-f6c140f0] {
  left: 0;
  width: 60px;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/common-bg-left_da6be49f.png);
}
.common-container-wrap .common-bg-group .common-bg-center[data-v-f6c140f0] {
  left: 60px;
  right: 60px;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/common-bg-center_2d062cfa.png);
}
.common-container-wrap .common-bg-group .common-bg-right[data-v-f6c140f0] {
  right: 0;
  width: 60px;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/common-bg-right_849db100.png);
}
.common-container-wrap .common-container-content[data-v-f6c140f0] {
  position: relative;
  height: 100%;
}

/** mixins **/
.card-follower[data-v-405894e8] {
  position: relative;
}

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/

/** mixins **/
.form-panel {
  position: relative;
  padding: 40px;
  border: 1px solid rgba(124, 96, 64, 0.3);
  border-radius: 12px;
  background-color: rgba(153, 127, 92, 0.2);
}
.form-item .form-item-label {
  font-size: 20px;
  font-weight: bold;
  color: #233a6e;
  position: relative;
}
.form-item .form-item-label__required {
  color: #e21717;
  position: absolute;
  left: -8px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.form-item .form-item-label__desc {
  font-size: 16px;
  color: #755839;
  margin-left: 36px;
}
.form-item .form-item-label .error-text {
  font-size: 14px;
  color: #d10000;
  margin-left: 10px;
}
.form-item .form-item-control {
  margin-top: 20px;
  position: relative;
}
.form-item .form-item-control .error-text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #d10000;
  -webkit-transform: translateY(calc(100% + 10px));
          transform: translateY(calc(100% + 10px));
}
.form-item.form-item--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-item.form-item--inline .form-item-control {
  margin-top: 0;
  margin-left: 18px;
}
.hs-textarea,
.hs-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #e4d4b8;
  border-radius: 12px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px;
}
.hs-textarea.is-focus,
.hs-input.is-focus {
  background-color: #fff;
}
.hs-textarea .hs-textarea-inner,
.hs-input .hs-textarea-inner,
.hs-textarea .hs-input-inner,
.hs-input .hs-input-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hs-textarea .hs-textarea-inner .hs-textarea-inner__textarea,
.hs-input .hs-textarea-inner .hs-textarea-inner__textarea,
.hs-textarea .hs-input-inner .hs-textarea-inner__textarea,
.hs-input .hs-input-inner .hs-textarea-inner__textarea,
.hs-textarea .hs-textarea-inner .hs-input-inner__input,
.hs-input .hs-textarea-inner .hs-input-inner__input,
.hs-textarea .hs-input-inner .hs-input-inner__input,
.hs-input .hs-input-inner .hs-input-inner__input {
  width: 100%;
  height: 100%;
  padding: 10px 16px;
  color: #000;
  background-color: transparent;
  border: none;
}
.hs-textarea .hs-textarea-inner::-webkit-input-placeholder, .hs-input .hs-textarea-inner::-webkit-input-placeholder, .hs-textarea .hs-input-inner::-webkit-input-placeholder, .hs-input .hs-input-inner::-webkit-input-placeholder {
  color: rgba(117, 88, 57, 0.6);
}
.hs-textarea .hs-textarea-inner::-moz-placeholder, .hs-input .hs-textarea-inner::-moz-placeholder, .hs-textarea .hs-input-inner::-moz-placeholder, .hs-input .hs-input-inner::-moz-placeholder {
  color: rgba(117, 88, 57, 0.6);
}
.hs-textarea .hs-textarea-inner:-ms-input-placeholder, .hs-input .hs-textarea-inner:-ms-input-placeholder, .hs-textarea .hs-input-inner:-ms-input-placeholder, .hs-input .hs-input-inner:-ms-input-placeholder {
  color: rgba(117, 88, 57, 0.6);
}
.hs-textarea .hs-textarea-inner::-ms-input-placeholder, .hs-input .hs-textarea-inner::-ms-input-placeholder, .hs-textarea .hs-input-inner::-ms-input-placeholder, .hs-input .hs-input-inner::-ms-input-placeholder {
  color: rgba(117, 88, 57, 0.6);
}
.hs-textarea .hs-textarea-inner::placeholder,
.hs-input .hs-textarea-inner::placeholder,
.hs-textarea .hs-input-inner::placeholder,
.hs-input .hs-input-inner::placeholder {
  color: rgba(117, 88, 57, 0.6);
}
.hs-textarea .hs-textarea-inner .limit-word,
.hs-input .hs-textarea-inner .limit-word,
.hs-textarea .hs-input-inner .limit-word,
.hs-input .hs-input-inner .limit-word {
  position: absolute;
  right: 9px;
  bottom: 12px;
  font-size: 14px;
  color: #755839;
}
.hs-textarea .hs-textarea-inner .limit-word .has-error,
.hs-input .hs-textarea-inner .limit-word .has-error,
.hs-textarea .hs-input-inner .limit-word .has-error,
.hs-input .hs-input-inner .limit-word .has-error {
  color: #f00;
}
.hs-textarea.has-error,
.hs-input.has-error {
  border-color: #d45644;
}
.hs-input {
  border-radius: 8px;
}
.hs-input .hs-input-inner .limit-word {
  top: 50%;
  right: 9px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hs-checkbox {
  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;
  cursor: pointer;
}
.hs-checkbox .hs-checkbox__input {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 2px solid #f8f4eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-checkbox .hs-checkbox__input::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-checkbox .hs-checkbox__input.checked {
  border-color: #604225;
}
.hs-checkbox .hs-checkbox__input.checked::after {
  background-color: #604225;
}
.hs-checkbox .hs-checkbox__input .hs-checkbox__inner {
  display: inline-block;
}
.hs-checkbox .hs-checkbox__input .hs-checkbox__original {
  opacity: 0;
  width: 0;
  height: 0;
}
.hs-checkbox .hs-checkbox__label {
  font-size: 18px;
  color: #604225;
  margin-left: 5px;
}
.hs-checkbox.is-disabled {
  cursor: default;
  opacity: 0.5;
}
.hs-radio {
  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;
  cursor: pointer;
}
.hs-radio .hs-radio__input {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 2px solid #f8f4eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-radio .hs-radio__input::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-radio .hs-radio__input.checked {
  border-color: #604225;
}
.hs-radio .hs-radio__input.checked::after {
  background-color: #604225;
}
.hs-radio .hs-radio__input .hs-radio__original {
  opacity: 0;
  width: 0;
  height: 0;
}
.hs-radio .hs-radio__label {
  font-size: 18px;
  color: #604225;
  margin-left: 5px;
}
.hs-checkbox-group {
  margin-bottom: -10px;
}
.hs-checkbox-group .hs-checkbox {
  margin-bottom: 10px;
}
.hs-checkbox-group .hs-checkbox:not(:last-child) {
  margin-right: 30px;
}
.hs-radio-group .hs-radio:not(:last-child) {
  margin-right: 30px;
}

/** mixins **/

/** mixins **/
.addable[data-v-a6c818f2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.addable .addable-item[data-v-a6c818f2] {
  cursor: pointer;
  position: relative;
}
.addable .addable-item[data-v-a6c818f2]:not(:last-child) {
  margin-right: 10px;
}
.addable .addable-item .addable-item-delete[data-v-a6c818f2] {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}
.addable .addable-item .addable-item-delete .addable-item-delete--icon[data-v-a6c818f2] {
  display: block;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e747bc_e747bc07.png) no-repeat center center;background-size:34px 37px;
background-position:-0px -0px;
width:34px;
height:37px;
}
.addable .flip-list-move[data-v-a6c818f2] {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.addable .ghost[data-v-a6c818f2] {
  opacity: 0;
}

/** mixins **/

@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-shadow-s {
  text-shadow: #000 0.02rem 0 0, #000 0.017552rem 0.009588rem 0, #000 0.010806rem 0.016829rem 0, #000 0.001415rem 0.01995rem 0, #000 -0.008323rem 0.018186rem 0, #000 -0.016023rem 0.011969rem 0, #000 -0.0198rem 0.002822rem 0, #000 -0.018729rem -0.007016rem 0, #000 -0.013073rem -0.015136rem 0, #000 -0.004216rem -0.019551rem 0, #000 0.005673rem -0.019179rem 0, #000 0.014173rem -0.014111rem 0, #000 0.019203rem -0.005588rem 0;
}

.font-shadow-b {
  text-shadow: #000000 0.04rem 0 0, #000000 0.038756rem 0.009896rem 0, #000000 0.035103rem 0.019177rem 0, #000000 0.029268rem 0.027266rem 0, #000000 0.021612rem 0.033659rem 0, #000000 0.012613rem 0.037959rem 0, #000000 0.002829rem 0.0399rem 0, #000000 -0.00713rem 0.039359rem 0, #000000 -0.016646rem 0.036372rem 0, #000000 -0.025127rem 0.031123rem 0, #000000 -0.032046rem 0.023939rem 0, #000000 -0.036972rem 0.015266rem 0, #000000 -0.0396rem 0.005645rem 0, #000000 -0.039765rem -0.004328rem 0, #000000 -0.037458rem -0.014031rem 0, #000000 -0.032822rem -0.022862rem 0, #000000 -0.026146rem -0.030272rem 0, #000000 -0.017844rem -0.0358rem 0, #000000 -0.008432rem -0.039101rem 0, #000000 0.001504rem -0.039972rem 0, #000000 0.011346rem -0.038357rem 0, #000000 0.020483rem -0.034357rem 0, #000000 0.028347rem -0.028222rem 0, #000000 0.034448rem -0.020331rem 0, #000000 0.038407rem -0.011177rem 0, #000000 0.039978rem -0.001327rem 0;
}

@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-R-GB';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZLanTingHeiSRGB-Regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZLanTingHeiSRGB-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: "belweb";
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/BELWEB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.wxbg {
  background: #E9D6AC;
}

body {
  margin: 0 auto;
  width: 100%;
  font-size: 0.26rem;
  background: #111;
  color: #eee;
  overflow-x: hidden;
}

body.hid {
  overflow: hidden;
}

body.hidwx {
  overflow-y: auto;
}

body.hidwx #app {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#forhorview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  z-index: 9999;
}

#forhorview p {
  text-align: center;
  color: #fff;
  position: relative;
  top: 35%;
  font-size: 0.3rem;
}

.kv {
  position: relative;
  overflow: hidden;
  min-height: 2.395rem;
  border-bottom: 0.01rem solid #4d3928;
}

.kv .kv-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 1.195rem;
  font-size: 0.24rem;
  font-weight: bold;
}

.kv .kv-bg {
  height: 2.395rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/kv-1_a556f691.png) bottom center no-repeat;
  background-size: cover;
}

.kv .kv-bg.kv-detail {
  height: 3.605rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/kv_d466388f.png) bottom no-repeat;
  background-size: 100% 100%;
}

.el-message-box {
  max-width: 80%;
}

#g-footer .copyright-inner {
  padding: 0 0.16rem;
  font-size: 12px !important;
}

.leihuo-share-modal {
  -webkit-transform: scale(0.5) translate(-100%, 0) !important;
  transform: scale(0.5) translate(-100%, 0) !important;
}

.leihuo-share-copy-btn {
  width: 0.805rem !important;
  height: 0.475rem !important;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/copy_d45188c2.png) no-repeat !important;
  background-size: contain !important;
  font-size: 0 !important;
  margin: -0.1rem !important;
  width: 1.005rem !important;
  height: 0.575rem !important;
}

.filter-list {
  position: relative;
  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;
}

.filter-list.fixed {
  position: fixed;
  top: var(--nav-height);
  width: 100%;
  left: 0;
  z-index: 1000;
}

.filter-list-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.75rem;
  height: 0.77rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/filter-list-bg_d6520730.png) no-repeat;
  background-size: contain;
  width: 100%;
  background-size: cover;
}

.filter-list-content {
  position: relative;
  margin: 0 auto;
  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;
}

.filter-list-content-tab {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.filter-list-content-tab-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  width: 2.775rem;
  height: 8.12rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/tag-bg_9f352cb0.png) no-repeat;
  background-size: contain;
  height: 100%;
  background-size: cover;
  display: block;
  overflow-x: hidden;
}

.filter-list-content-tab .close {
  margin: 0.425rem 0.2rem 0.4rem 0.2rem;
  width: 0.35rem;
  height: 0.335rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/close_cbfe1202.png) no-repeat;
  background-size: contain;
}

.filter-list-content-tab-hero {
  height: 2.5rem;
}

.filter-list-content-tab-hero-card {
  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;
}

.filter-list-content-tab-hero-card-border {
  position: relative;
  margin: 0 0.06rem;
  cursor: pointer;
  width: 1.64rem;
  height: 1.86rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/card-border_9121b79e.png) no-repeat;
  background-size: contain;
}

.filter-list-content-tab-hero-card-border.active::after,
.filter-list-content-tab-hero-card-border:hover::after {
  content: '';
  position: absolute;
  left: -0.08rem;
  top: -0.08rem;
  width: 1.82rem;
  height: 2.06rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/card-border-h_cf995aed.png) no-repeat;
  background-size: contain;
}

.filter-list-content-tab-hero-card-border img {
  position: absolute;
  padding: 0.11rem 0.1rem;
  z-index: 2;
}

.filter-list-content-tab-hero-card-border span {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0.3rem;
  text-align: center;
  font-size: 0.17rem;
  font-weight: bold;
}

.filter-list-content-tab-hero,
.filter-list-content-tab-race,
.filter-list-content-tab-scene {
  width: 100%;
  margin-bottom: 0.18rem;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.filter-list-content-tab-hero-tag,
.filter-list-content-tab-race-tag,
.filter-list-content-tab-scene-tag {
  width: 0.82rem;
  height: 0.39rem;
  font-size: 0.22rem;
  margin-right: 0.18rem;
  border-radius: 0.06rem;
  background: #490f12;
  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;
}

.filter-list-content-tab-hero-tags,
.filter-list-content-tab-race-tags,
.filter-list-content-tab-scene-tags {
  cursor: pointer;
  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;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -8.61rem -2.89rem;
  width: 0.94rem;
  height: 0.52rem;
}

.filter-list-content-tab-hero-tags.active,
.filter-list-content-tab-race-tags.active,
.filter-list-content-tab-scene-tags.active,
.filter-list-content-tab-hero-tags:hover,
.filter-list-content-tab-race-tags:hover,
.filter-list-content-tab-scene-tags:hover {
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -0 -4.3rem;
  width: 0.94rem;
  height: 0.52rem;
}

.filter-list-content-tab-hero-tags span,
.filter-list-content-tab-race-tags span,
.filter-list-content-tab-scene-tags span {
  font-size: 0.17rem;
  color: #614326;
}

.filter-list-content-tab .hero-choose {
  width: 2.465rem;
  height: 0.505rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/select-hero_e380ea9b.png) no-repeat;
  background-size: contain;
  color: #624426;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.54rem;
  line-height: 0.495rem;
  margin: 0.1rem 0.16rem;
}

.filter-list-content-top {
  width: 100%;
}

.filter-list-content-top-box {
  padding-top: 0.25rem;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-list-content-top-box .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter-list-content-top-box .search-box .more {
  position: relative;
  width: 0.575rem;
  height: 0.335rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/more-btn_26ed101f.png) no-repeat;
  background-size: contain;
}

.filter-list-content-top-box .search-box .more .tag-number {
  position: absolute;
  bottom: -0.08rem;
  right: 0;
  left: 0;
  padding-bottom: 0.03rem;
  margin: 0 auto;
  font-size: 0.12rem;
  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;
  width: 0.22rem;
  height: 0.18rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/tag-number_edae04f8.png) no-repeat;
  background-size: contain;
}

.filter-list-content-top.small {
  width: 3.75rem;
  height: 0.77rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/filter-list-bg_d6520730.png) no-repeat;
  background-size: contain;
  width: 100%;
  background-size: cover;
  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;
  position: relative;
  z-index: 3;
}

.filter-list-content-top.small .filter-list-content-top-box {
  position: relative;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.15rem;
}

.filter-list-content-top.small .more {
  display: none;
}

.filter-list-content-top.small .select-dropdown .select-dropdown__inner {
  width: 1.145rem !important;
}

.filter-list-content-top.small .search-select-wrap {
  width: 1.295rem;
  height: 0.335rem;
  margin: 0;
}

.filter-list-content-top.small .search-select-wrap .common-bg-group {
  width: 1.295rem;
  height: 0.335rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/version-bg_1aae30fa.png) no-repeat;
  background-size: contain;
}

.filter-list-content-top.small .search-select-wrap .search-select {
  top: 0.09rem;
}

.filter-list-content-top.small .search-select-wrap .search-select .search-select__input {
  font-size: 0.14rem;
}

.filter-list-content-top.small.collect .filter-list-content-top-search {
  width: 1.4rem;
  height: 0.34rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/input-bg_ad988231.png) no-repeat;
  background-size: contain;
}

.filter-list-content-top.small.collect .filter-list-content-top-search i {
  right: 0.15rem;
}

.filter-list-content-top.small.collect .filter-list-content-top-search input {
  width: 56%;
  margin-left: 0.15rem;
  font-size: 0.12rem;
}

.filter-list-content-top.small.collect.fixed {
  position: fixed;
  top: var(--nav-height);
  width: 100%;
  left: 0;
  z-index: 1000;
}

.filter-list-content-top.myStrategy .filter-list-content-top-select {
  margin-bottom: 0.13rem;
}

.filter-list-content-top.myStrategy.fixed {
  position: fixed;
  top: var(--nav-height);
  width: 100%;
  left: 0;
  z-index: 1000;
}

.filter-list-content-top.allHero {
  width: 100%;
  height: 1rem;
  background: transparent;
}

.filter-list-content-top.allHero .filter-list-content-top-box {
  position: relative;
  padding: 0;
}

.filter-list-content-top.allHero .filter-list-content-top-search {
  margin-right: 0.2rem;
}

.filter-list-content-top-select {
  position: relative;
  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;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -6.94rem -2.89rem;
  width: 1.63rem;
  height: 0.55rem;
}

.filter-list-content-top-select::after {
  content: '';
  position: absolute;
  right: 0.24rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -9.59rem -2.89rem;
  width: 0.14rem;
  height: 0.09rem;
}

.filter-list-content-top-select select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0.16rem;
  font-weight: bold;
  color: #614326;
  padding-left: 0.35rem;
  background: transparent;
}

.filter-list-content-top-search {
  position: relative;
  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;
  width: 2.88rem;
  height: 0.34rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/search-bg_4e15f6a5.png) no-repeat;
  background-size: contain;
  background-size: cover;
}

.filter-list-content-top-search i {
  position: absolute;
  right: 0.3rem;
  cursor: pointer;
  width: 0.11rem;
  height: 0.11rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-search_3c0d53cf.png) no-repeat;
  background-size: contain;
}

.filter-list-content-top-search.active input {
  color: #fff;
}

.filter-list-content-top-search.active i {
  width: 0.11rem;
  height: 0.11rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-close_fbba3fa4.png) no-repeat;
  background-size: contain;
}

.filter-list-content-top-search input {
  width: 72%;
  height: 50%;
  border: 0;
  margin-left: 0.3rem;
  padding-right: 0.1rem;
  font-size: 0.12rem;
  color: #967463;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-list-content-top-search input::-webkit-input-placeholder {
  color: #967463;
}

.filter-list-content-top-search input::-moz-placeholder {
  color: #967463;
}

.filter-list-content-top-search input:-ms-input-placeholder {
  color: #967463;
}

.filter-list-content-top-search input::-ms-input-placeholder {
  color: #967463;
}

.filter-list-content-top-search input::placeholder {
  color: #967463;
}

.filter-list-content-top-upload {
  cursor: pointer;
  width: 1.03rem;
  height: 0.33rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/upload-btn_818b09aa.png) no-repeat;
  background-size: contain;
}

.search-select-wrap {
  width: 1.57rem;
  width: 2.465rem;
  margin: 0.1rem 0.16rem;
}

.search-select-wrap .common-bg-group {
  width: 2.465rem;
  height: 0.5rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/select-bg1_142e9ba5.png) no-repeat;
  background-size: contain;
}

.search-select-wrap .common-bg-group div {
  display: none;
}

.search-select-wrap .search-select {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute !important;
  top: 0.05rem;
  left: 0.12rem;
  right: 0.13rem;
  bottom: 0.11rem;
  border-radius: 0.17rem;
  padding-left: 0.2rem;
  height: auto !important;
  cursor: pointer;
}

.search-select-wrap .search-select .search-select__input {
  color: #624426;
  font-size: 0.16rem;
  font-weight: 600;
}

.search-select-wrap .search-select .search-select__input--text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-select-wrap .search-select .search-select__input-icon {
  position: absolute;
  top: 50%;
  right: 0.08rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.search-select-wrap .search-select .search-select__input-icon.arrow-up {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.search-select-wrap .search-select .select-dropdown {
  position: absolute;
  top: 100%;
  left: -0.07rem;
  -webkit-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  padding-top: 0.05rem;
  z-index: 3;
}

.search-select-wrap .search-select .select-dropdown .select-dropdown__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;
  width: 2.325rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/option-bg_01ef83fe.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.09rem 0;
}

.search-select-wrap .search-select .select-dropdown .select-dropdown__inner .select-dropdown-item {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.14rem;
  color: #fff;
  padding: 0.05rem 0 0.1rem 0.25rem;
}

.search-select-wrap .search-select .select-dropdown .select-dropdown__inner .select-dropdown-item:hover,
.search-select-wrap .search-select .select-dropdown .select-dropdown__inner .select-dropdown-item.is-active {
  color: #fcd144;
}

.version-select .select-dropdown__inner {
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/version-select-bg_5b014903.png) no-repeat center center !important;
  background-size: 100% 100% !important;
}

.table-list-head {
  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;
  text-align: center;
  height: 0.78rem;
  background-color: #cdb88d;
}

.table-list-head span {
  font-size: 0.2rem;
  color: #614326;
}

.table-list-head span:nth-child(1) {
  width: 2.14rem;
}

.table-list-head span:nth-child(2) {
  width: 2.47rem;
}

.table-list-head span:nth-child(3) {
  width: 1.84rem;
}

.table-list-head span:nth-child(4) {
  width: 8rem;
}

.table-list-head span:nth-child(5) {
  padding-left: 0.5rem;
}

.table-list-content-box {
  position: relative;
  width: 100%;
  min-height: 1.36rem;
  border-bottom: 0.01rem solid #bea780;
  overflow: hidden;
  padding: 0 0.1rem 0.15rem 0.1rem;
}

.table-list-content-box:first-child {
  border-top: 0.01rem solid #bea780;
}

.table-list-content-box.plain-box:hover {
  background-color: rgba(205, 184, 141, 0.4);
}

.table-list-content-box .del-hint-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  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;
}

.table-list-content-box .del-hint-content-main {
  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: 0.12rem;
  width: 2.83rem;
  height: 0.57rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/del-bg_d7a4336f.png) no-repeat;
  background-size: contain;
}

.table-list-content-box .del-hint-content-main i {
  width: 0.14rem;
  height: 0.14rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-hint_c211d63a.png) no-repeat;
  background-size: contain;
}

.table-list-content-box .del-hint-content-main span {
  padding: 0 0.14rem;
}

.table-list-content-box .del-hint-content-main button {
  color: #000;
  cursor: pointer;
  padding: 0.02rem 0.08rem;
  border-radius: 0.15rem;
  background-color: #f5dd9f;
}

.table-list-content-desc {
  width: 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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.15rem 0;
  padding-bottom: 0;
}

.table-list-content-desc-title {
  font-size: 0.15rem;
  color: #614326;
  font-weight: bold;
}

.table-list-content-desc-info {
  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;
}

.table-list-content-desc-score {
  color: #fff;
  font-size: 0.13rem;
  font-family: "belweb", sans-serif;
  padding-left: 0.23rem;
  margin-right: 0.1rem;
  text-shadow: #000000 0.01rem 0 0, #000000 0.008776rem 0.004794rem 0, #000000 0.005403rem 0.008415rem 0, #000000 0.000707rem 0.009975rem 0, #000000 -0.004161rem 0.009093rem 0, #000000 -0.008011rem 0.005985rem 0, #000000 -0.0099rem 0.001411rem 0, #000000 -0.009365rem -0.003508rem 0, #000000 -0.006536rem -0.007568rem 0, #000000 -0.002108rem -0.009775rem 0, #000000 0.002837rem -0.009589rem 0, #000000 0.007087rem -0.007055rem 0, #000000 0.009602rem -0.002794rem 0;
  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;
  width: 0.63rem;
  height: 0.25rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/score-bg_cf074e6d.png) no-repeat;
  background-size: contain;
}

.table-list-content-desc-author {
  color: #614326;
  font-size: 0.12rem;
  margin-top: 0;
}

.table-list-content-desc-time div {
  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;
  width: 0.64rem;
  height: 0.24rem;
  border: 0.01rem solid #604225;
  border-radius: 0.24rem;
}

.table-list-content-desc-time div i {
  margin-left: 0.15rem;
  width: 0.16rem;
  height: 0.15rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-collect_06f95def.png) no-repeat;
  background-size: contain;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background-size: cover;
}

.table-list-content-desc-time div span {
  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;
  font-size: 0.12rem;
  padding: 0 0 0.02rem 0.05rem;
  color: #604225;
}

.table-list-content-desc-time div.active {
  background: #604225;
}

.table-list-content-desc-time div.active i {
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -7.53rem -3.48rem;
  width: 0.17rem;
  height: 0.17rem;
}

.table-list-content-desc-time div.active span {
  color: #fff;
}

.table-list-content-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.table-list-content-hero {
  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;
  padding: 0;
}

.table-list-content-hero-img img {
  width: 0.49rem;
  height: 0.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.table-list-content-hero-child-img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.table-list-content-hero-child-img:first-child {
  margin: 0;
}

.table-list-content-hero-child-img img {
  width: 0.345rem;
  height: 0.6rem;
  margin-left: 0.06rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.table-list-content-hero-child-img .health,
.table-list-content-hero-child-img .attack {
  position: absolute;
  font-family: "belweb", sans-serif;
  font-size: 0.12rem;
  color: #fff;
  bottom: 0.18rem;
  width: 0.14rem;
  text-align: center;
  text-shadow: #000000 0.01rem 0 0, #000000 0.008776rem 0.004794rem 0, #000000 0.005403rem 0.008415rem 0, #000000 0.000707rem 0.009975rem 0, #000000 -0.004161rem 0.009093rem 0, #000000 -0.008011rem 0.005985rem 0, #000000 -0.0099rem 0.001411rem 0, #000000 -0.009365rem -0.003508rem 0, #000000 -0.006536rem -0.007568rem 0, #000000 -0.002108rem -0.009775rem 0, #000000 0.002837rem -0.009589rem 0, #000000 0.007087rem -0.007055rem 0, #000000 0.009602rem -0.002794rem 0;
}

.table-list-content-hero-child-img .health {
  right: -0.02rem;
}

.table-list-content-hero-child-img .attack {
  left: 0.05rem;
}

.table-list-content-hero-go-detail {
  margin-left: 0.1rem;
  width: 0.15rem;
  height: 0.21rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/go-detail_9802f60e.png) no-repeat;
  background-size: contain;
}

.table-list-content-hero-go-detail button {
  display: none;
}

.table-list-content-hero-go-detail.my {
  display: none;
}

.table-list-content-race {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0;
}

.table-list-content-race-tag {
  width: 0.4rem;
  height: 0.175rem;
  font-weight: bold;
  background-color: #604225;
  margin: -0.06rem 0.05rem 0 0;
  padding-bottom: 0.01rem;
  color: #fff;
  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;
  border-radius: 0.18rem;
  font-size: 0.12rem;
}

.table-list-content-race-tag.scene {
  background-color: #810c0e;
}

.table-list-content-collect {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.05rem;
}

.table-list-content-collect .collect-action {
  width: 0.64rem;
  height: 0.24rem;
  line-height: 0.48rem;
  border: 0.01rem solid #604225;
  border-radius: 0.24rem;
  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;
}

.table-list-content-collect .collect-action i {
  margin-left: 0.15rem;
  width: 0.16rem;
  height: 0.15rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-collect_06f95def.png) no-repeat;
  background-size: contain;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.table-list-content-collect .collect-action span {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 0.64rem;
  padding: 0.09rem 0.1rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #604225;
}

.table-list-content-collect .collect-action.active {
  background-color: #604225;
}

.table-list-content-collect .collect-action.active i {
  width: 0.16rem;
  height: 0.15rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-collect2_5866aa70.png) no-repeat;
  background-size: contain;
}

.table-list-content-collect .collect-action.active span {
  color: #fff;
}

.table-list-content-collect .table-list-content-action {
  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;
}

.table-list-content-collect .table-list-content-action button {
  width: 0.64rem;
  height: 0.24rem;
  border-radius: 0.24rem;
  font-size: 0.14rem;
  border: 0.01rem solid #604225;
  background: transparent;
  color: #604225;
  line-height: 0.14rem;
}

.table-list-content-collect .table-list-content-action button:not(:first-child) {
  margin-left: 0.155rem;
}

.table-list-page {
  width: 100%;
  padding: 0.5rem 0 0.8rem 0;
  overflow: hidden;
  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;
}

.table-list-page .el-pagination button {
  height: 0.36rem;
  color: #7c6040 !important;
  background-color: transparent !important;
}

.table-list-page .el-pagination button i {
  font-size: 0.2rem !important;
}

.table-list-page .el-pagination button:disabled {
  opacity: 0.5;
}

.table-list-page .el-pagination .el-pager li {
  line-height: 0.33rem;
  text-align: center;
  font-size: 0.24rem;
  border-radius: 0.05rem;
  color: #614326;
  border: 0.01rem solid #614326;
  background-color: #f0dfb6;
  font-family: "belweb", sans-serif;
  margin: 0 0.09rem;
  width: 0.28rem;
  height: 0.33rem;
  padding: 0;
}

.table-list-page .el-pagination .el-pager li:hover {
  color: #fff !important;
  background-color: #7c6040 !important;
}

.table-list-page .el-pagination .el-pager li.active {
  background-color: #7c6040 !important;
}

.table-list-page .el-pagination .el-pager li.more {
  background-color: transparent !important;
  border: none !important;
  color: #614326 !important;
  margin: 0;
}

.table-list-no-data {
  position: relative;
  margin: 0 auto;
  width: 3.36rem;
  height: 3.3rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/no-data_fc581ec0.png) no-repeat;
  background-size: contain;
  background-size: 100% 100%;
}

.table-list-no-data-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0.8rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #614326;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.table-list-no-data-text .text {
  margin-bottom: 0.2rem;
}

.table-list-no-data-text a {
  color: #b17600;
  text-decoration: underline;
}

.table-list-no-data-text a:hover {
  opacity: 0.8;
}

.hidetop {
  opacity: 0;
  position: relative;
  z-index: -99 !important;
}

.wxTop {
  z-index: 999 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  background: #2C1A18;
  height: var(--nav-height);
  line-height: var(--nav-height);
  font-size: 0.13rem;
  color: #fff;
  width: 100%;
  padding: 0 0.16rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wxTop .backbtn {
  padding: 0 0.12rem;
  border-radius: 0.12rem;
  display: inline-block;
  color: #ead4ab;
  height: 0.24rem;
  line-height: 0.24rem;
  border: 0.01rem solid #ead4ab;
}

.wxTop .flex-x {
  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;
}

.wxTop p {
  padding: 0 0.08rem;
}

.wxTop .changbtn {
  padding: 0 0.12rem;
  border-radius: 0.12rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #cf3fda;
}

.wxnodata {
  height: 5rem;
  background-size: contain;
}

.wxnodata .table-list-no-data-text {
  top: 2rem;
  bottom: auto;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  padding: 0;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.8);
}

.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.8rem;
}

.pop-bg::before {
  content: '';
  display: block;
  padding-top: 54.57%;
  width: 100%;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/bg_0eb1f5e5.png) no-repeat center center;
  background-size: 100% 100%;
}

.pop-bg .pop-close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  -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;
  width: 0.56rem;
  height: 0.54rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/close_d8ce989e.png) no-repeat center center;
  background-size: 100% 100%;
}

.pop-bg .pop-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/close-hover_32887101.png) no-repeat center center;
  background-size: 100% 100%;
}

.pop-bg .pop-close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pop-bg .pop-close:hover::after {
  display: block;
}

.pop-bg .pop-content {
  position: absolute;
  color: #614326;
  font-size: 0.26rem;
  top: 0;
  left: 0;
  width: 100%;
}

.msg-pop {
  width: 7.8rem;
}

.msg-pop .pop-content {
  top: 0;
  height: 100%;
  padding: 0.64rem 0.2rem 1.2rem;
  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;
}

.msg-pop .pop-content .message-title-wrap {
  font-size: 0.3rem;
  font-weight: 600;
  color: #614326;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.msg-pop .pop-content .message-title-wrap .message-sub-title {
  margin-top: 0.2rem;
  font-size: 0.14rem;
}

.msg-pop .pop-content .message-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;
  font-size: 0.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.msg-pop .pop-content .message-content.center {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.msg-pop .pop-close {
  width: 0.44rem;
  height: 0.43rem;
}

.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;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.msg-pop .message-btns .hs-btn {
  width: 1.8rem;
}

.msg-pop .message-btns .hs-btn:not(:first-child) {
  margin-left: 0.52rem;
}

.level-pop.pop-bg {
  width: 60.677%;
  max-width: 9.73rem;
  min-width: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.level-pop.pop-bg .pop-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.level-pop.pop-bg .pop-content .level-pop-header {
  font-size: 0.3rem;
  color: #614326;
  font-weight: 600;
  text-align: center;
}

.level-pop.pop-bg .pop-content .level-pop-body {
  margin-top: 0.4rem;
  text-align: center;
}

.level-pop.pop-bg .pop-content .level-pop-body .level-text-wrap {
  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;
}

.level-pop.pop-bg .pop-content .level-pop-body .level-text-wrap > p {
  font-size: 0;
  margin-left: 0.12rem;
  position: relative;
}

.level-pop.pop-bg .pop-content .level-pop-body .level-text-wrap > p:not(:last-child)::after {
  content: ',';
  display: inline-block;
  font-size: 0.26rem;
  position: absolute;
  bottom: 0.04rem;
  right: -0.08rem;
}

.level-pop.pop-bg .pop-content .level-pop-body .level-text-wrap > p .level-text {
  font-size: 0.26rem;
}

.level-pop.pop-bg .pop-content .level-pop-body > p {
  margin-top: 0.14rem;
}

.level-pop.pop-bg .pop-content .level-pop-body .error {
  color: #d10000;
}

.level-pop.pop-bg .pop-content .level-pop-footer {
  text-align: center;
  margin-top: 0.52rem;
}

.level-pop.pop-bg .pop-content .level-pop-footer .hs-btn {
  width: 3.43rem;
}

.leihuo-share-modal {
  position: absolute !important;
  width: 6.8rem !important;
  padding: 0 !important;
  background: transparent !important;
  -webkit-transform: translate(-50%, 50%) !important;
  transform: translate(-50%, 50%) !important;
}

.leihuo-share-modal::before {
  content: '';
  display: block;
  padding-top: 54.57%;
  width: 100%;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/bg_0eb1f5e5.png) no-repeat center center;
  background-size: 100% 100%;
}

.leihuo-share-title {
  position: absolute;
  top: 0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.leihuo-share-blocks {
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  padding: 0 0.2rem !important;
}

.leihuo-share-close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  -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;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 2;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/close_d8ce989e.png) no-repeat center center;
  background-size: 100% 100%;
}

.leihuo-share-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/close-hover_32887101.png) no-repeat center center;
  background-size: 100% 100%;
}

.leihuo-share-close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.leihuo-share-close:hover::after {
  display: block;
}

.leihuo-share-close::before {
  display: none;
}

.leihuo-share-img {
  height: 1.8rem;
  position: relative;
}

.leihuo-share-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.leihuo-share-img::after {
  content: '\957F\56FE';
  position: absolute;
  bottom: 0.05rem;
  right: 0.05rem;
  width: 0.39rem;
  height: 0.17rem;
  line-height: 0.17rem;
  font-size: 0.12rem;
  color: #614326;
  background-color: #ddc7a0;
  border-radius: 0.04rem;
  text-align: center;
}

.returned-pop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 9.73rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.returned-pop::before {
  content: '';
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -0 -1.59rem;
  width: 9.73rem;
  height: 1.26rem;
  padding-top: 0;
}

.returned-pop .confirm-bg {
  content: '';
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -0 -0;
  width: 9.73rem;
  height: 1.55rem;
  display: block;
  margin-top: -0.01rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.06rem;
}

.returned-pop .confirm-bg-btn {
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -0 -2.89rem;
  width: 3.43rem;
  height: 0.91rem;
  margin: 0 auto;
  line-height: 0.91rem;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  text-shadow: 0 0.01rem 0.08rem #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.returned-pop .confirm-bg-btn:hover {
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -3.47rem -2.89rem;
  width: 3.43rem;
  height: 0.91rem;
}

.returned-pop .pop-content {
  position: static;
}

.returned-pop-container {
  padding: 0 0.7rem;
  width: 9.73rem;
  height: 4.06rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/returned-middle_13f48e00.png) no-repeat;
  background-size: contain;
  position: relative;
  height: auto;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
}

.returned-pop .notice-title {
  font-size: 0.3rem;
  color: #614326;
  font-weight: 600;
  margin-top: -0.21rem;
}

.returned-pop .notice-container {
  margin-top: 0.5rem;
  font-size: 0.26rem;
  line-height: 0.39rem;
}

.returned-pop .notice-container__line {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.returned-pop .notice-container__line:first-child {
  margin-top: 0;
}

.returned-pop .notice-container__line .label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.returned-pop .notice-container__line .value.status {
  color: #da3636;
  font-weight: bold;
}

.msg-pop {
  width: 90%;
}

.msg-pop .pop-content {
  top: 0;
  height: 100%;
  padding: 0.64rem 0.2rem 1rem;
}

.msg-pop .pop-content .message-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;
  font-size: 0.14rem;
  height: 100%;
}

.msg-pop .pop-content .message-content.center {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.msg-pop .pop-close {
  width: 0.3rem;
  height: 0.29rem;
  top: 0.12rem;
  right: 0.12rem;
}

.msg-pop .message-title {
  text-align: center;
  font-size: 0.18rem;
}

.msg-pop .nessage-sub-title {
  text-align: center;
  font-size: 0.14rem;
}

.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;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  padding: 0 0.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.msg-pop .message-btns .hs-btn {
  width: 1.8rem;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  margin-left: 0 !important;
}

.leihuo-share-modal {
  width: 90% !important;
  -webkit-transform: translate(-50%, 10%) !important;
  transform: translate(-50%, 10%) !important;
}

.leihuo-share-modal::before {
  padding-top: 140.57%;
}

.leihuo-share-webview-tips {
  display: none;
}

.leihuo-share-title {
  position: absolute;
  top: 0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.24rem !important;
}

.leihuo-share-blocks {
  top: 0.8rem !important;
  font-size: 0.16rem;
  padding: 0 0.1rem !important;
}

.leihuo-share-close {
  width: 0.3rem;
  height: 0.3rem;
}

.leihuo-share-close::before,
.leihuo-share-close::after {
  display: none;
}

.leihuo-share-input {
  font-size: 0.14rem !important;
}

.leihuo-share-img {
  height: 2.5rem;
  position: relative;
}

.leihuo-share-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.leihuo-share-img::after {
  content: '\957F\56FE';
  position: absolute;
  bottom: 0.05rem;
  right: 0.05rem;
  width: 0.39rem;
  height: 0.17rem;
  line-height: 0.17rem;
  font-size: 0.12rem;
  color: #614326;
  background-color: #ddc7a0;
  border-radius: 0.04rem;
  text-align: center;
}

.sharebox {
  padding: 0 !important;
  position: relative;
}

.sharebox .leihuo-share-title {
  font-size: 0.16rem !important;
  background: #EBDEC2;
  border-radius: 0.08rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  position: absolute;
  top: 85vw;
  margin: 0 0.1rem !important;
}

.sharebox .leihuo-share-modal {
  width: 100% !important;
}

.sharebox .leihuo-share-modal::before {
  display: none;
}

.sharebox .leihuo-share-block::marker {
  display: none;
}

.sharebox .leihuo-share-desc {
  display: none;
}

.sharebox .leihuo-share-blocks {
  position: absolute;
  padding: 0 !important;
  top: 0 !important;
  left: 0;
}

.sharebox .leihuo-share-close {
  display: none;
}

.sharebox .leihuo-share-img {
  width: 100vw;
  height: 80vw;
  position: absolute;
  top: 0;
  margin-top: 0 !important;
}

.sharebox .leihuo-share-img::after {
  display: none;
}

.main-list {
  width: 100%;
  height: 100%;
  margin-top: -0.2rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/bg_cd3619ea.png);
  background-size: cover;
}

.main-list.sticky-main-list {
  padding-top: 0.77rem;
}

.main-list-content {
  padding: 0.63rem 0 0.35rem 0;
  color: #614326;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-list-content-filiter-box {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-list-content-filiter-box span {
  color: #fff;
  font-size: 0.26rem;
  border-radius: 0.24rem;
  padding: 0 0.27rem;
  background: #604225;
  margin: 0 0 0.05rem 0.2rem;
  cursor: pointer;
  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;
  line-height: 0.24rem;
}

.main-list-content-filiter-box span .icon-clear {
  margin-left: 0.05rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -7.28rem -3.48rem;
  width: 0.21rem;
  height: 0.21rem;
}

.main-list-content-filiter-box span .icon-refresh {
  margin-right: 0.05rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -6.94rem -3.48rem;
  width: 0.3rem;
  height: 0.26rem;
}

.main-list-content-filiter-box span:last-child {
  color: #233a6e;
  background: #f4e4c3;
  border: 0.01rem solid #614326;
}

.main-list-content-filiter-box span.filter-title {
  padding: 0 0.12rem;
  margin-left: 0;
  font-size: 0.16rem;
  color: #614326;
  background: transparent;
  display: block;
  line-height: 0.27rem;
  border: none;
}

.main-list-content-filiter-box .filter-groups {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-list-content-filiter-box .filter-groups .tag {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-list-content-filiter-box .filter-groups .tag span {
  color: #fff;
  font-size: 0.14rem;
  border-radius: 0.2rem;
  padding: 0 0.12rem;
  background: #604225;
  margin: 0 0 0.1rem 0.1rem;
  cursor: pointer;
  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;
}

.main-list-content-filiter-box .filter-groups .tag span .icon-clear {
  margin-left: 0.05rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -9.59rem -3.02rem;
  width: 0.1rem;
  height: 0.1rem;
}

.main-list-content-filiter-box .filter-groups .tag span:active {
  background: #233a6e;
}

.main-list-content-filiter-box .filter-groups .tag span:active .icon-clear {
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -9.59rem -3.16rem;
  width: 0.1rem;
  height: 0.1rem;
}

.main-list-content-filiter-box .filter-groups .tag span.filter-title {
  padding: 0;
  margin: 0 0.06rem 0.1rem 0;
  font-size: 0.17rem;
  color: #614326;
  background: transparent;
}

.main-list-content-filiter-box .filter-groups .clear-all {
  font-size: 0.14rem;
  border-radius: 0.2rem;
  padding: 0.02rem 0.12rem;
  margin: 0 0 0.1rem 0.1rem;
  cursor: pointer;
  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;
  color: #233a6e;
  background: #f4e4c3;
  border: 0.01rem solid #614326;
}

.main-list-content-filiter-box .filter-groups .clear-all .icon-refresh {
  margin-right: 0.05rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -7.74rem -3.48rem;
  width: 0.15rem;
  height: 0.13rem;
}

.main-list-content-filiter-box .filter-groups .clear-all:active {
  color: #fff;
  background: #233a6e;
}

.main-list-content-filiter-box .filter-groups .clear-all:active .icon-refresh {
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -7.93rem -3.48rem;
  width: 0.15rem;
  height: 0.13rem;
}

.main-list-content-sort {
  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;
  font-size: 0;
}

.main-list-content-sort-switch {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: 0.08rem;
  padding: 0 0.08rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite-e37c10_e37c105f.png);
  background-size: 9.73rem 4.82rem;
  background-position: -0 -3.84rem;
  width: 1.34rem;
  height: 0.42rem;
}

.main-list-content-sort-switch span {
  width: 100%;
  height: 77%;
  margin: 0 -0.03rem;
  font-size: 0.16rem;
  cursor: pointer;
  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;
}

.main-list-content-sort-switch span.active,
.main-list-content-sort-switch span:hover {
  background: #ffff94;
}

.main-list-content-sort-switch span.active:first-child,
.main-list-content-sort-switch span:hover:first-child {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.main-list-content-sort-switch span.active:last-child,
.main-list-content-sort-switch span:hover:last-child {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.page-collect .main-list-content-filiter {
  position: relative;
  padding: 0.4rem 0;
  margin: 0 auto;
}

.nav-list {
  position: absolute;
  padding: 0.78rem 0 0 0;
  margin: 0 auto;
  width: 16.09rem;
  left: 0;
  right: 0;
  bottom: 0;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-list .nav-item {
  margin-bottom: -0.4rem;
}

.nav-list .nav-item.strategy {
  margin-left: 0.15rem;
  width: 0.64rem;
  height: 0.46rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/strategy_6f5caf40.png) no-repeat;
  background-size: contain;
}

.nav-list .nav-item.strategy.active {
  margin-bottom: -0.15rem;
  width: 0.75rem;
  height: 0.705rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/strategy2_761e071d.png) no-repeat;
  background-size: contain;
}

.nav-list .nav-item.collect {
  margin-left: 0.05rem;
  width: 0.64rem;
  height: 0.46rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/collect_c1132fec.png) no-repeat;
  background-size: contain;
}

.nav-list .nav-item.collect.active {
  margin-bottom: -0.15rem;
  width: 0.755rem;
  height: 0.715rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/collect2_af0fc869.png) no-repeat;
  background-size: contain;
}

.nav-list .nav-item.my-strategy {
  margin-left: 0.05rem;
  width: 0.64rem;
  height: 0.46rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/my-strategy_a39e2883.png) no-repeat;
  background-size: contain;
}

.nav-list .nav-item.my-strategy.active {
  margin-bottom: -0.15rem;
  width: 0.755rem;
  height: 0.71rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/my-strategy2_e9fca95e.png) no-repeat;
  background-size: contain;
}

.popover-img {
  position: absolute;
  width: 1.5rem;
  height: 2rem;
  z-index: 5;
  cursor: pointer;
  pointer-events: none;
  -webkit-filter: drop-shadow(#000000 0 0 0.15rem);
  filter: drop-shadow(#000000 0 0 0.15rem);
}

.popover-img-hero {
  padding: 0.1rem 0.45rem;
  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-transform: scale(0.65);
  transform: scale(0.65);
  width: 4.02rem;
  height: 2.65rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/popover-img-bg_737a7c73.png) no-repeat;
  background-size: contain;
}

.popover-img-hero .card-hero {
  width: 1.77rem;
}

.popover-img-hero .card-hero img {
  width: 100%;
  height: 100%;
}

.popover-img-hero .card-skill {
  width: 1.3rem;
  height: 1.83rem;
}

.popover-img-hero .card-skill img {
  width: 100%;
  height: 100%;
}

.popover-img-follower .card-follower {
  pointer-events: none;
}

.popover-img-follower .card-follower img {
  width: 1.5rem;
}

.author-index {
  height: 4rem;
}

.author-index .author-box {
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.author-index .author-box .score {
  margin-top: 0.9rem;
  padding-left: 0.4rem;
  font-size: 0.24rem;
  font-family: 'belweb', sans-serif;
  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;
  width: 1.335rem;
  height: 0.52rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/score-bg_02c3e36d.png) no-repeat;
  background-size: contain;
  text-shadow: #000000 0.01rem 0 0, #000000 0.008776rem 0.004794rem 0, #000000 0.005403rem 0.008415rem 0, #000000 0.000707rem 0.009975rem 0, #000000 -0.004161rem 0.009093rem 0, #000000 -0.008011rem 0.005985rem 0, #000000 -0.0099rem 0.001411rem 0, #000000 -0.009365rem -0.003508rem 0, #000000 -0.006536rem -0.007568rem 0, #000000 -0.002108rem -0.009775rem 0, #000000 0.002837rem -0.009589rem 0, #000000 0.007087rem -0.007055rem 0, #000000 0.009602rem -0.002794rem 0;
}

.author-index .author-box .text {
  width: 100%;
  font-size: 0.13rem;
  text-align: center;
  font-weight: bold;
  color: #614326;
  padding: 0.3rem 0;
}

.author-index .author-box .text .hs-btn {
  margin-top: 0.2rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.author-index .author-box.success {
  padding-top: 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-index .author-box.success .anim {
  width: 100%;
  height: 0.5rem;
  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;
}

.author-index .author-box.success .text {
  width: 100%;
  font-size: 0.13rem;
  text-align: center;
  font-weight: bold;
  color: #614326;
  padding: 0.2rem 0 0 0;
  -webkit-animation: z_gongxichengweijiuguanzhushouzuozhe_jijiangqianwang_000_anim 0.6s 1.067s linear both;
  animation: z_gongxichengweijiuguanzhushouzuozhe_jijiangqianwang_000_anim 0.6s 1.067s linear both;
}

.author-index .author-box.success .text span {
  color: #b17600;
}

/* 节点名：√ 3 */

.z_layer_000 {
  position: absolute;
  height: 0.395rem;
  width: 0.55rem;
  margin: 0 0 0.04rem 0.14rem;
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  -webkit-animation: z_layer_000_transform_bezier_anim 0.6s 1.067s both, z_layer_000_opacity_bezier_anim 0.6s 1.067s both;
  animation: z_layer_000_transform_bezier_anim 0.6s 1.067s both, z_layer_000_opacity_bezier_anim 0.6s 1.067s both;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/z_layer_000_850373bb.png);
  background-size: 100% 100%;
}

/* 节点名：后盘 */

.z_houpan_000 {
  position: absolute;
  height: 0.73rem;
  width: 0.71rem;
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-transform-origin: 49% 51%;
  transform-origin: 49% 51%;
  -webkit-animation: z_houpan_000_anim 0.533s 1.133s linear both;
  animation: z_houpan_000_anim 0.533s 1.133s linear both;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/z_houpan_000_cad61af8.png);
  background-size: 100% 100%;
}

/* 节点名：后盘 合成 1 */

.z_houpan_hecheng_1_000 {
  position: absolute;
  height: 0.99rem;
  width: 0.93rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 51% 413%;
  transform-origin: 51% 413%;
  -webkit-animation: z_houpan_hecheng_1_000_anim 1.133s 0s linear both;
  animation: z_houpan_hecheng_1_000_anim 1.133s 0s linear both;
}

.z_houpan_hecheng_1_000-under-svg {
  height: 198px;
  width: 186px;
  font-size: 0;
  -webkit-animation: sprite_z_houpan_hecheng_1_000 1.13s 0s steps(1) infinite normal;
  animation: sprite_z_houpan_hecheng_1_000 1.13s 0s steps(1) infinite normal;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/sprite_z_houpan_hecheng_1_000_c39efde6.png);
  background-size: 500% 400%;
}

@-webkit-keyframes z_layer_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  22.22% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  41.67% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes z_layer_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  22.22% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  41.67% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes z_layer_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  22.22% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_layer_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  22.22% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_houpan_000_anim {
  0% {
    opacity: 0;
  }

  0.01% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_houpan_000_anim {
  0% {
    opacity: 0;
  }

  0.01% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_houpan_hecheng_1_000_anim {
  0% {
    opacity: 1;
  }

  99.99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes z_houpan_hecheng_1_000_anim {
  0% {
    opacity: 1;
  }

  99.99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes sprite_z_houpan_hecheng_1_000 {
  0% {
    background-position: 0 0;
    /* no */
  }

  5.9% {
    background-position: -186px 0;
  }

  11.8% {
    background-position: -372px 0;
  }

  17.6% {
    background-position: -558px 0;
  }

  23.5% {
    background-position: -744px 0;
  }

  29.4% {
    background-position: 0 -198px;
  }

  35.3% {
    background-position: -186px -198px;
  }

  41.2% {
    background-position: -372px -198px;
  }

  47.1% {
    background-position: -558px -198px;
  }

  52.9% {
    background-position: -744px -198px;
  }

  58.8% {
    background-position: 0 -396px;
  }

  64.7% {
    background-position: -186px -396px;
  }

  70.6% {
    background-position: -372px -396px;
  }

  76.5% {
    background-position: -558px -396px;
  }

  82.4% {
    background-position: -744px -396px;
  }

  88.2% {
    background-position: 0 -594px;
  }

  94.1% {
    background-position: -186px -594px;
  }

  100% {
    background-position: -186px -594px;
  }
}

@keyframes sprite_z_houpan_hecheng_1_000 {
  0% {
    background-position: 0 0;
    /* no */
  }

  5.9% {
    background-position: -186px 0;
  }

  11.8% {
    background-position: -372px 0;
  }

  17.6% {
    background-position: -558px 0;
  }

  23.5% {
    background-position: -744px 0;
  }

  29.4% {
    background-position: 0 -198px;
  }

  35.3% {
    background-position: -186px -198px;
  }

  41.2% {
    background-position: -372px -198px;
  }

  47.1% {
    background-position: -558px -198px;
  }

  52.9% {
    background-position: -744px -198px;
  }

  58.8% {
    background-position: 0 -396px;
  }

  64.7% {
    background-position: -186px -396px;
  }

  70.6% {
    background-position: -372px -396px;
  }

  76.5% {
    background-position: -558px -396px;
  }

  82.4% {
    background-position: -744px -396px;
  }

  88.2% {
    background-position: 0 -594px;
  }

  94.1% {
    background-position: -186px -594px;
  }

  100% {
    background-position: -186px -594px;
  }
}

@-webkit-keyframes z_gongxichengweijiuguanzhushouzuozhe_jijiangqianwang_000_anim {
  0% {
    opacity: 0;
  }

  11.11% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_gongxichengweijiuguanzhushouzuozhe_jijiangqianwang_000_anim {
  0% {
    opacity: 0;
  }

  11.11% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.page-detail {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/bg_1ba927d4.jpg);
  background-size: cover;
}

.page-detail.be-sharing .no-share {
  display: none;
}

.page-detail .detail-content-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 12rem;
  min-height: 5rem;
  font-size: 0.17rem;
  color: #614326;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0.3rem;
}

.page-detail .detail-title {
  position: absolute;
  width: 90%;
  z-index: 2;
  top: -2.7rem;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-detail .detail-title-text {
  overflow: hidden;
}

.page-detail .detail-title-text-title {
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
  line-height: 0.3rem;
  font-weight: bold;
  text-shadow: 0 0 0.05rem transparent, 0 0.03rem 0.14rem rgba(0, 0, 0, 0.8);
  display: block;
}

.page-detail .detail-title-text-tag {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-detail .detail-title-text .race-tag {
  width: 0.59rem;
  height: 0.29rem;
  display: block;
  float: left;
  text-align: center;
  font-size: 0.14rem;
  border-radius: 0.15rem;
  border: 0.01rem solid #fff;
  background-color: #604225;
  color: #fff;
  line-height: 0.26rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

.page-detail .detail-title-text .race-tag.scene {
  background-color: #810c0e;
}

.page-detail .detail-title-info {
  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;
  margin-top: 0.08rem;
}

.page-detail .detail-title-score {
  color: #fff;
  font-size: 0.13rem;
  font-family: "belweb", sans-serif;
  padding-left: 0.23rem;
  margin-right: 0.1rem;
  text-shadow: #000000 0.01rem 0 0, #000000 0.008776rem 0.004794rem 0, #000000 0.005403rem 0.008415rem 0, #000000 0.000707rem 0.009975rem 0, #000000 -0.004161rem 0.009093rem 0, #000000 -0.008011rem 0.005985rem 0, #000000 -0.0099rem 0.001411rem 0, #000000 -0.009365rem -0.003508rem 0, #000000 -0.006536rem -0.007568rem 0, #000000 -0.002108rem -0.009775rem 0, #000000 0.002837rem -0.009589rem 0, #000000 0.007087rem -0.007055rem 0, #000000 0.009602rem -0.002794rem 0;
  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;
  width: 0.63rem;
  height: 0.25rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/score-bg_cf074e6d.png) no-repeat;
  background-size: contain;
}

.page-detail .detail-title-author {
  font-size: 0.16rem;
  text-shadow: 0 0 0.05rem transparent, 0 0.03rem 0.14rem rgba(0, 0, 0, 0.8);
}

.page-detail .detail-sharebox {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: -999;
  overflow: initial !important;
}

.page-detail .detail-sharebox .ccc-html2canvas-html {
  overflow: initial !important;
}

.page-detail .detail-sharebox .detail-head-hero {
  position: absolute !important;
}

.page-detail .detail-sharebox .detail-head-follower {
  margin-top: 2.2rem;
}

.page-detail .detail-share {
  padding-top: 0.9rem;
}

.page-detail .detail-share .share-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.page-detail .detail-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  margin: -0.88rem 0 1.15rem 0;
  width: 3.75rem;
  height: 4.955rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/hero-frame_d56d0e1f.png) no-repeat;
  background-size: contain;
}

.page-detail .detail-head-skill {
  position: absolute;
  z-index: 2;
  top: 1.03rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.page-detail .detail-head-skill img {
  width: 0.895rem;
  height: 1.29rem;
  -webkit-filter: drop-shadow(#000000 0 0 0.1rem);
  filter: drop-shadow(#000000 0 0 0.1rem);
  -o-object-fit: cover;
  object-fit: cover;
}

.page-detail .detail-head-hero {
  position: relative;
  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: -1.05rem;
  padding: 28% 0 0 0.1rem;
}

.page-detail .detail-head-hero .card-hero {
  position: relative;
  height: 1.52rem;
}

.page-detail .detail-head-hero .card-hero img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-detail .detail-head-follower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  width: 90%;
}

.page-detail .detail-head-follower-frame {
  padding: 0.06rem 0 0 0.03rem;
  margin: 0.02rem 0.03rem;
  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;
  width: 0.715rem;
  height: 0.925rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/follower-frame_9568fdfd.png) no-repeat;
  background-size: contain;
  position: relative;
}

.page-detail .detail-head-follower-frame .card-follower img {
  width: 1rem;
  height: 1.03rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-detail .detail-head-follower-frame .card-follower .health,
.page-detail .detail-head-follower-frame .card-follower .attack {
  font-family: "belweb", sans-serif;
  position: absolute;
  font-size: 0.2rem;
  bottom: 0.23rem;
  width: 0.2rem;
  text-align: center;
  text-shadow: #000000 0.01rem 0 0, #000000 0.008776rem 0.004794rem 0, #000000 0.005403rem 0.008415rem 0, #000000 0.000707rem 0.009975rem 0, #000000 -0.004161rem 0.009093rem 0, #000000 -0.008011rem 0.005985rem 0, #000000 -0.0099rem 0.001411rem 0, #000000 -0.009365rem -0.003508rem 0, #000000 -0.006536rem -0.007568rem 0, #000000 -0.002108rem -0.009775rem 0, #000000 0.002837rem -0.009589rem 0, #000000 0.007087rem -0.007055rem 0, #000000 0.009602rem -0.002794rem 0;
  color: #fff;
}

.page-detail .detail-head-follower-frame .card-follower .health {
  right: 0.2rem;
}

.page-detail .detail-head-follower-frame .card-follower .attack {
  left: 0.2rem;
}

.page-detail .detail-head-follower-frame .bigger-follower {
  position: absolute;
  bottom: -0.2rem;
  right: 0.735rem;
  z-index: 2;
}

.page-detail .detail-head-follower-frame .bigger-follower.left {
  right: unset;
  left: 0.735rem;
}

.page-detail .detail-head-follower-frame .bigger-follower img {
  width: 1.5rem;
  -webkit-filter: drop-shadow(#000000 0 0 0.15rem);
  filter: drop-shadow(#000000 0 0 0.15rem);
}

.page-detail .detail-head-core {
  position: absolute;
  top: 4.63rem;
  left: 0.11rem;
  width: 3.605rem;
  height: 2.82rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/core-bg_7a72de63.png) no-repeat;
  background-size: contain;
  background-size: 100% 100%;
  text-align: center;
  padding: 0.1rem 0.32rem;
}

.page-detail .detail-head-core.small {
  width: 3.605rem;
  height: 1.845rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/core-bg-small_35d210a2.png) no-repeat;
  background-size: contain;
}

.page-detail .detail-head-core h3 {
  font-size: 0.2rem;
  padding-bottom: 0.05rem;
  color: #ddb76a;
}

.page-detail .detail-head-core p {
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #e7d5a9;
}

.page-detail .detail-main {
  width: 100%;
  margin-top: 1.2rem;
  padding-bottom: 0.3rem;
}

.page-detail .detail-main.short {
  margin-top: 0.225rem;
}

.page-detail .detail-label {
  width: 100%;
  max-width: 11.78rem;
  padding: 0.4rem 0.19rem 0 0.19rem;
}

.page-detail .detail-label.extra-intro {
  padding-top: 0.2rem;
}

.page-detail .detail-label-title {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 0.16rem;
  font-size: 0.2rem;
  color: #233a6e;
}

.page-detail .detail-label-title::before {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.1rem;
  background: #233a6e;
}

.page-detail .detail-label-desc {
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #291705;
  background-color: rgba(177, 153, 119, 0.3);
  padding: 0.16rem 0.18rem;
  border-radius: 0.04rem;
}

.page-detail .detail-label-apply {
  margin-top: -0.12rem;
  font-size: 0.14rem;
}

.page-detail .detail-label-apply-text {
  position: relative;
  margin-top: 0;
  padding: 0 0.15rem;
  border-radius: 0.04rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-detail .detail-label-apply-text-hero {
  color: #b17600;
}

.page-detail .detail-label-apply-text-hero span {
  font-weight: 400;
  line-height: 0.23rem;
  text-decoration: underline;
}

.page-detail .detail-label-apply-text-hero::after {
  content: '\3001';
}

.page-detail .detail-label-apply-text-hero:last-child::after {
  content: '';
}

.page-detail .detail-label-ornament {
  padding-top: 0.1rem;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-detail .detail-label-ornament-img {
  padding: 0 0.13rem 0.2rem 0;
}

.page-detail .detail-label-ornament-img img {
  width: 1.095rem;
  height: 1.565rem;
  margin: -0.15rem -0.1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-detail .detail-operation-idea {
  width: 100%;
  padding: 0.4rem 0 0.1rem 0;
  margin: 0 auto;
}

.page-detail .detail-operation-idea-title {
  margin: 0 auto;
  width: 2.295rem;
  height: 0.41rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/title_18f38460.png) no-repeat;
  background-size: contain;
}

.page-detail .detail-operation-idea-content {
  position: relative;
  width: 100%;
  padding: 0.3rem 0.19rem;
}

.page-detail .detail-operation-idea-content-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 0.3rem);
  margin: 0 auto;
  border-bottom: 0.01rem solid #b19977;
}

.page-detail .detail-operation-idea-content-intro {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-detail .detail-operation-idea-content-intro div {
  padding: 0.03rem 0.1rem;
  border: 0.01rem solid #b19977;
  border-radius: 0.04rem;
  background: rgba(177, 153, 119, 0.6);
  color: #233a6e;
  font-size: 0.2rem;
}

.page-detail .detail-operation-idea-content-intro div:last-child {
  margin-left: 0.1rem;
}

.page-detail .detail-operation-idea-content-intro div span {
  color: #fff;
  text-shadow: #000 0.02rem 0 0, #000 0.017552rem 0.009588rem 0, #000 0.010806rem 0.016829rem 0, #000 0.001415rem 0.01995rem 0, #000 -0.008323rem 0.018186rem 0, #000 -0.016023rem 0.011969rem 0, #000 -0.0198rem 0.002822rem 0, #000 -0.018729rem -0.007016rem 0, #000 -0.013073rem -0.015136rem 0, #000 -0.004216rem -0.019551rem 0, #000 0.005673rem -0.019179rem 0, #000 0.014173rem -0.014111rem 0, #000 0.019203rem -0.005588rem 0;
}

.page-detail .detail-operation-idea-content-desc {
  font-size: 0.16rem;
  color: #000;
  padding: 0.2rem 0 0 0;
}

.page-detail .detail-operation-idea-content-desc span {
  display: block;
  font-size: 0.2rem;
  color: #233a6e;
  font-weight: 500;
  margin-bottom: 0.1rem;
}

.page-detail .detail-operation-idea-content-desc span::before {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  background-color: #233a6e;
  display: inline-block;
  margin-right: 0.1rem;
}

.page-detail .detail-operation-idea-content-core-card-text {
  padding: 0.3rem 0 0.2rem 0;
  font-size: 0.16rem;
}

.page-detail .detail-operation-idea-content-core-card-text span {
  padding: 0.02rem 0.4rem;
  border: 0.01rem solid #b19977;
  border-radius: 0.04rem;
  background: rgba(177, 153, 119, 0.3);
}

.page-detail .detail-operation-idea-content-core-card-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-detail .detail-operation-idea-content-core-card-img {
  margin: 0 0 0.15rem -0.11rem;
}

.page-detail .detail-operation-idea-content-core-card-img img {
  width: 0.95rem;
  height: 1.18rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0.06rem;
  object-position: 0.06rem;
}

.page-detail .detail-operation-idea-content-sub-core-card-text {
  padding: 0.3rem 0 0.2rem 0;
}

.page-detail .detail-operation-idea-content-sub-core-card-text span {
  padding: 0.05rem 0.3rem 0.03rem 0.3rem;
  border: 0.01rem solid #b19977;
  border-radius: 0.04rem;
  background: rgba(177, 153, 119, 0.3);
  display: inline-block;
}

.page-detail .detail-operation-idea-content-sub-core-card-img {
  position: relative;
  padding: 0 0.07rem 0.1rem 0;
}

.page-detail .detail-operation-idea-content-sub-core-card-img span {
  color: #b47c0a;
  cursor: pointer;
  border-bottom: 0.01rem solid #b47c0a;
}

.page-detail .detail-operation-idea-content-desc2 {
  background-color: rgba(177, 153, 119, 0.3);
  padding: 0.16rem 0.18rem;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #291705;
  line-height: 0.21rem;
}

.page-detail .detail-qrcode-box {
  position: relative;
  margin: 0.6rem auto 0;
  width: 3.44rem;
  height: 2.135rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/qrcode-bg_342bd143.png) no-repeat;
  background-size: contain;
  height: 3rem;
  display: none;
}

.page-detail .detail-qrcode-box .ccc-qrcode {
  position: absolute;
  top: 0.5rem;
  left: 1.46rem;
  width: 0.93rem;
  height: 0.93rem;
}

.page-detail .detail-qrcode-box .ccc-qrcode img {
  width: 100%;
  height: 100%;
}

.page-detail .detail-qrcode-box-text {
  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-family: 'FZLanTingHeiS-R-GB', sans-serif;
  font-size: 0.17rem;
  color: #624821;
  padding-top: 1.85rem;
}

.page-detail .button-box {
  position: fixed;
  z-index: 13;
  right: 0.15rem;
  bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-detail .button-box button {
  font-size: 0;
}

.page-detail .button-box button.collect {
  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;
  font-weight: bold;
  padding-left: 0.33rem;
  padding-bottom: 0.07rem;
  color: #e8d3a8;
  width: 0.515rem;
  height: 0.52rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-collect_8d0b0b3a.png) no-repeat;
  background-size: contain;
}

.page-detail .button-box button.collect.active {
  width: 0.515rem;
  height: 0.52rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-collect2_36cc70ed.png) no-repeat;
  background-size: contain;
}

.page-detail .button-box button.share {
  width: 0.515rem;
  height: 0.52rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-share_c52491c7.png) no-repeat;
  background-size: contain;
}

.page-detail .button-box button.top {
  display: none;
  width: 0.515rem;
  height: 0.505rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/icon-top_fe8ee521.png) no-repeat;
  background-size: contain;
}

@-webkit-keyframes hero_select {
  0% {
    -webkit-transform: translate(0, -4.105rem);
    transform: translate(0, -4.105rem);
  }

  3.33% {
    -webkit-transform: translate(0, -3.595rem);
    transform: translate(0, -3.595rem);
  }

  6.67% {
    -webkit-transform: translate(0, -2.485rem);
    transform: translate(0, -2.485rem);
  }

  10% {
    -webkit-transform: translate(0, -1.07rem);
    transform: translate(0, -1.07rem);
  }

  13.33% {
    -webkit-transform: translate(0, 0.365rem);
    transform: translate(0, 0.365rem);
  }

  16.67% {
    -webkit-transform: translate(0, -0.615rem);
    transform: translate(0, -0.615rem);
  }

  20% {
    -webkit-transform: translate(0, -1.27rem);
    transform: translate(0, -1.27rem);
  }

  23.33% {
    -webkit-transform: translate(0, -1.555rem);
    transform: translate(0, -1.555rem);
  }

  26.67% {
    -webkit-transform: translate(0, -1.63rem);
    transform: translate(0, -1.63rem);
  }

  30% {
    -webkit-transform: translate(0, -1.575rem);
    transform: translate(0, -1.575rem);
  }

  33.33% {
    -webkit-transform: translate(0, -1.415rem);
    transform: translate(0, -1.415rem);
  }

  36.67% {
    -webkit-transform: translate(0, -1.14rem);
    transform: translate(0, -1.14rem);
  }

  40% {
    -webkit-transform: translate(0, -0.75rem);
    transform: translate(0, -0.75rem);
  }

  43.33% {
    -webkit-transform: translate(0, -0.27rem);
    transform: translate(0, -0.27rem);
  }

  46.67% {
    -webkit-transform: translate(0, 0.18rem);
    transform: translate(0, 0.18rem);
  }

  50% {
    -webkit-transform: translate(0, -0.425rem);
    transform: translate(0, -0.425rem);
  }

  53.33% {
    -webkit-transform: translate(0, -0.06rem);
    transform: translate(0, -0.06rem);
  }

  56.67% {
    -webkit-transform: translate(0, -0.53rem);
    transform: translate(0, -0.53rem);
  }

  60% {
    -webkit-transform: translate(0, -0.29rem);
    transform: translate(0, -0.29rem);
  }

  63.33% {
    -webkit-transform: translate(0, 0.065rem);
    transform: translate(0, 0.065rem);
  }

  66.67% {
    -webkit-transform: translate(0, -0.185rem);
    transform: translate(0, -0.185rem);
  }

  70% {
    -webkit-transform: translate(0, -0.13rem);
    transform: translate(0, -0.13rem);
  }

  73.33% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hero_select {
  0% {
    -webkit-transform: translate(0, -4.105rem);
    transform: translate(0, -4.105rem);
  }

  3.33% {
    -webkit-transform: translate(0, -3.595rem);
    transform: translate(0, -3.595rem);
  }

  6.67% {
    -webkit-transform: translate(0, -2.485rem);
    transform: translate(0, -2.485rem);
  }

  10% {
    -webkit-transform: translate(0, -1.07rem);
    transform: translate(0, -1.07rem);
  }

  13.33% {
    -webkit-transform: translate(0, 0.365rem);
    transform: translate(0, 0.365rem);
  }

  16.67% {
    -webkit-transform: translate(0, -0.615rem);
    transform: translate(0, -0.615rem);
  }

  20% {
    -webkit-transform: translate(0, -1.27rem);
    transform: translate(0, -1.27rem);
  }

  23.33% {
    -webkit-transform: translate(0, -1.555rem);
    transform: translate(0, -1.555rem);
  }

  26.67% {
    -webkit-transform: translate(0, -1.63rem);
    transform: translate(0, -1.63rem);
  }

  30% {
    -webkit-transform: translate(0, -1.575rem);
    transform: translate(0, -1.575rem);
  }

  33.33% {
    -webkit-transform: translate(0, -1.415rem);
    transform: translate(0, -1.415rem);
  }

  36.67% {
    -webkit-transform: translate(0, -1.14rem);
    transform: translate(0, -1.14rem);
  }

  40% {
    -webkit-transform: translate(0, -0.75rem);
    transform: translate(0, -0.75rem);
  }

  43.33% {
    -webkit-transform: translate(0, -0.27rem);
    transform: translate(0, -0.27rem);
  }

  46.67% {
    -webkit-transform: translate(0, 0.18rem);
    transform: translate(0, 0.18rem);
  }

  50% {
    -webkit-transform: translate(0, -0.425rem);
    transform: translate(0, -0.425rem);
  }

  53.33% {
    -webkit-transform: translate(0, -0.06rem);
    transform: translate(0, -0.06rem);
  }

  56.67% {
    -webkit-transform: translate(0, -0.53rem);
    transform: translate(0, -0.53rem);
  }

  60% {
    -webkit-transform: translate(0, -0.29rem);
    transform: translate(0, -0.29rem);
  }

  63.33% {
    -webkit-transform: translate(0, 0.065rem);
    transform: translate(0, 0.065rem);
  }

  66.67% {
    -webkit-transform: translate(0, -0.185rem);
    transform: translate(0, -0.185rem);
  }

  70% {
    -webkit-transform: translate(0, -0.13rem);
    transform: translate(0, -0.13rem);
  }

  73.33% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.all-hero-pop {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transform: none;
  transform: none;
  top: 0;
  z-index: 1001;
}

.all-hero-pop .pop-content {
  width: 100%;
  height: 100%;
}

.all-hero-pop::before {
  display: none;
}

.all-hero-pop .pop-close {
  display: none;
}

.all-hero-pop .all-hero {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3.75rem;
  height: 7.56rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/bg_a8b99e9b.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-animation: hero_select 1s 0s linear both;
  animation: hero_select 1s 0s linear both;
}

.all-hero-pop .all-hero-top {
  position: relative;
  padding: 0.38rem 0.1rem 0 0.1rem;
  margin: 0 auto;
  font-size: 0.17rem;
  color: #614326;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.all-hero-pop .all-hero .filter-list-content-top-search {
  width: 1.4rem;
  height: 0.34rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/input-bg_33cddf15.png) no-repeat;
  background-size: contain;
}

.all-hero-pop .all-hero .filter-list-content-top-search i {
  right: 0.15rem;
}

.all-hero-pop .all-hero .filter-list-content-top-search input {
  width: 56%;
  margin-left: 0.15rem;
  font-size: 0.12rem;
}

.all-hero-pop .all-hero-content {
  position: relative;
  padding: 0 0.15rem 0 0;
  margin: 0 auto;
  height: 74%;
  font-size: 0.17rem;
  color: #614326;
  overflow: auto;
}

.all-hero-pop .all-hero-content .__rail-is-vertical {
  border: 0.03rem solid #9b241e !important;
}

.all-hero-pop .all-hero-content .no-hero {
  margin: 2rem auto auto auto;
  width: 1.095rem;
  height: 1.39rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/no-hero_46418550.png) no-repeat;
  background-size: contain;
  margin: 1rem auto auto auto;
  width: 1.225rem;
  height: 1.62rem;
}

.all-hero-pop .all-hero-content-img {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.all-hero-pop .all-hero-content-img-border {
  position: relative;
  margin: 0 0 0.5rem 0.08rem;
  cursor: pointer;
  width: 0.75rem;
  height: 0.85rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/card-border_3299e58c.png) no-repeat;
  background-size: contain;
}

.all-hero-pop .all-hero-content-img-border p {
  position: absolute;
  width: 100%;
  top: 0.9rem;
  left: 0;
  right: 0;
  font-size: 0.12rem;
  text-align: center;
  color: #ffff;
}

.all-hero-pop .all-hero-content-img-border.active::after {
  content: '';
  position: absolute;
  left: -0.05rem;
  top: -0.03rem;
  width: 0.91rem;
  height: 1.03rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/card-border-h_cf995aed.png) no-repeat;
  background-size: contain;
  height: 0.93rem;
}

.all-hero-pop .all-hero-content-img-border img {
  position: absolute;
  width: 0.93rem;
  height: 0.88rem;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0.07rem 0.16rem 0.07rem 0.04rem;
  z-index: 2;
}

.all-hero-pop .all-hero-content-img-border img.err {
  font-size: 0;
  height: 2rem;
  padding: 0.9rem 0.74rem;
}

.all-hero-pop .all-hero-content-img-border.no-limit img {
  width: 0.93rem;
  height: 0.88rem;
  padding: 0.07rem 0.22rem 0.07rem 0.04rem;
}

.all-hero-pop .all-hero-close {
  cursor: pointer;
  width: 0.28rem;
  height: 0.27rem;
  background: url(https://hs.res.netease.com/pc/zt/20240826160644/assets/close_d8ce989e.png) no-repeat;
  background-size: contain;
  width: 0.32rem;
}

.page-my-strategy-notice {
  padding: 0.35rem 0 0.2rem;
}

.page-my-strategy-notice .notice-main {
  height: 0.385rem;
  line-height: 0.385rem;
  background-color: #cdb88d;
  font-size: 0.15rem;
  text-align: center;
  color: #614326;
}
