@charset "UTF-8";.page-nav {
  position: fixed;
  top: 50%;
  left: 0.68rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
  z-index: 9;
  --nav-color: #566dad;
}

.nav-item {
  width: 0.4rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-item .nav-icon {
  width: 100%;
  height: 100%;
  transform: scale(0.6);
  -webkit-mask: url(https://wegame.gtimg.com/tgp_act/release/wegame/ngr20260401/images/nav.png) no-repeat center center/cover;
  background: var(--nav-color);
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
}
.nav-item.cur .nav-icon {
  opacity: 1;
  transform: scale(1) rotate(180deg);
}
.nav-item:hover .nav-icon {
  opacity: 1;
}
@font-face {
  font-family: "mfshujian";
  src: url(https://wegame.gtimg.com/g.55555-r.c4663/act/wegame/ngr20260401/font/mfshujian.ttf);
}
:root {
  --container-width: 12rem;
  --font-family-base: system-ui, "calibri", "Roboto", Verdana, "PingFang SC",
    "Microsoft YaHei UI", "Microsoft YaHei", "Hiragino Sans GB", Arial,
    Helvetica, sans-serif;
  --font-family-title: "mfshujian", system-ui, "calibri", "Roboto", Verdana,
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei",
    Arial, Helvetica, sans-serif;
  --ui-brand1: 232, 187, 133;
  --color-brand1: rgb(var(--ui-brand1));
  --color-brand2: #daa05c;
  --color-brand3: #e8bb85;
  --color-warning: #02d37e;
  --color-white: #fff;
  --color-black: #0b0b0b;
  --color-transparent: transparent;
  --color-white-text-1: #dfdad3;
  --color-white-text-2: #d9bf9c;
  --color-white-text-3: #af4033;
  --color-text-title: #e8bb85;
  --color-black-text-1: #615e5b;
  --color-black-text-2: #3f2222;
  --font-lineheight-1: 1.3;
  --font-lineheight-2: 1.5;
  --font-lineheight-3: 1.7;
  --font-size-base: 0.17rem;
  --font-size-ms: 0.2rem;
  --font-size-m: 0.24rem;
  --font-size-l: 0.28rem;
  --font-size-xl: 0.3rem;
  --font-size-xxl: 0.46rem;
  --padding-50: 0.5rem;
  --padding-110: 1.1rem;
  --color-skeleton: rgba(236, 232, 225, 0.34);
  --cursor-default: pointer;
  --scrollbar-default: rgba(255, 255, 255, 0.25);
  --scrollbar-hover: rgba(255, 255, 255, 0.5);
  --corner-0: 0;
  --corner-1: 0.04rem;
  --corner-2: 0.06rem;
  --corner-circle: 50%;
  --color-line-1: #e9e9f4;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
html,
body {
  --md-color-text-1: #222;
  --md-color-text-2: #555;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
fieldset,
legend,
button,
input,
textarea,
figure,
figcaption,
nav,
footer,
menu,
blockquote {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
em,
i,
b {
  font-style: normal;
}
a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  appearance: none;
  outline: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: 0;
  font-size: 0;
  user-select: none;
  vertical-align: middle;
}
:focus,
button,
input,
select,
textarea {
  outline: none;
}
select {
  appearance: none;
}
textarea,
input {
  background: none;
  border-radius: 0;
  appearance: none;
  resize: none;
  cursor: text;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
a,
img {
  -webkit-user-drag: none;
}
button {
  background: none;
  border: 0;
  font-size: var(--font-size-base);
  line-height: 1.5;
  cursor: var(--cursor-default);
}
b {
  font-weight: normal;
}
body {
  word-wrap: break-word;
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: 1.5;
}
::-webkit-placeholder,
button,
input,
textarea,
select {
  font-family: var(--font-family-base);
}
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
::-webkit-resizer,
::-webkit-scrollbar {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-default);
  border-radius: 200px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-hover);
}
body::-webkit-scrollbar, .act-page::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
  background: transparent;
}
body::-webkit-scrollbar-corner, .act-page::-webkit-scrollbar-corner {
  background: transparent;
}
body::-webkit-scrollbar-track, .act-page::-webkit-scrollbar-track {
  background: rgba(179, 179, 179, 0.2) !important;
}
body::-webkit-scrollbar-thumb, .act-page::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 8px;
  background: var(--scrollbar-default) !important;
}
body::-webkit-scrollbar-thumb:hover, .act-page::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-hover) !important;
}
html {
  font-family: var(--font-family-base);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@keyframes anim-fade-in {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes anim-slide-up {
from {
    opacity: 0;
    transform: translateY(var(--slide-distance, 0.24rem));
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes anim-slide-right {
from {
    opacity: 0;
    transform: translateX(var(--slide-distance, 0.6rem));
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
@keyframes anim-slide-left {
from {
    opacity: 0;
    transform: translateX(calc(var(--slide-distance, 0.3rem) * -1));
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
@keyframes anim-scale-in {
0% {
    opacity: 0;
    transform: scale(0.85);
}
60% {
    opacity: 1;
    transform: scale(1.05);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes anim-bg-scale {
from {
    opacity: 0;
    transform: scale(1.08);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes anim-bg-scale-only {
from {
    transform: scale(1.06);
}
to {
    transform: scale(1);
}
}
@keyframes anim-shine {
0% {
    opacity: 1;
    transform: translateX(-100%) skewX(-15deg);
}
90% {
    opacity: 1;
    transform: translateX(250%) skewX(-15deg);
}
100% {
    opacity: 0;
    transform: translateX(300%) skewX(-15deg);
}
}
@keyframes anim-reveal {
from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
}
to {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
}
}
@keyframes anim-glow-pulse {
0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
50% {
    box-shadow: 0 0 0.3rem 0.1rem rgba(255, 255, 255, 0.15);
}
}
@keyframes anim-fade-out {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes anim-slide-up-center {
from {
    opacity: 0;
    transform: translateX(-50%) translateY(var(--slide-distance, 0.24rem));
}
to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
}
.anim-fade {
  opacity: 0;
}
.anim-fade.is-page-active {
  animation: anim-fade-in var(--anim-duration, 0.6s) var(--anim-delay, 0s) ease both;
}
.anim-slide-up {
  opacity: 0;
}
.anim-slide-up.is-page-active {
  animation: anim-slide-up var(--anim-duration, 0.75s) var(--anim-delay, 0s) ease both;
}
.anim-slide-right {
  opacity: 0;
}
.anim-slide-right.is-page-active {
  animation: anim-slide-right var(--anim-duration, 0.75s) var(--anim-delay, 0s) ease both;
}
.anim-slide-left {
  opacity: 0;
}
.anim-slide-left.is-page-active {
  animation: anim-slide-left var(--anim-duration, 0.75s) var(--anim-delay, 0s) ease both;
}
.anim-scale-in {
  opacity: 0;
}
.anim-scale-in.is-page-active {
  animation: anim-scale-in var(--anim-duration, 0.9s) var(--anim-delay, 0s) ease both;
}
.anim-slide-up-center {
  opacity: 0;
}
.anim-slide-up-center.is-page-active {
  animation: anim-slide-up-center var(--anim-duration, 0.75s) var(--anim-delay, 0s) ease both;
}
.anim-bg-scale.is-page-active {
  animation: anim-bg-scale var(--anim-duration, 1.2s) var(--anim-delay, 0s) ease-out both;
}
.anim-reveal {
  opacity: 0;
}
.anim-reveal.is-page-active {
  animation: anim-reveal var(--anim-duration, 1.2s) var(--anim-delay, 0s) ease both;
}
@media (prefers-reduced-motion: reduce) {
.anim-fade,
  .anim-slide-up,
  .anim-slide-right,
  .anim-slide-left,
  .anim-scale-in,
  .anim-bg-scale,
  .anim-reveal {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    animation: none !important;
    transition: none !important;
}
}
[v-cloak] {
  display: none;
}
body {
  overflow-y: scroll;
}
body:not(.page-out-client) .frame-page {
  padding-top: 0;
}
.page-out-client .mill-header {
  visibility: visible;
}
.page-out-client .fr-header {
  visibility: visible;
  top: 50px;
}
.mill-header {
  display: none;
}
.page-out-client .mill-header {
  display: block;
  z-index: 300;
  position: fixed;
}
.fr-header {
  position: absolute !important;
  width: 100%;
  top: 0;
  visibility: visible;
}
.mill-header {
  visibility: hidden;
}
.main-nav > li > a {
  color: #fff;
}
body {
  background: #080606;
}
html {
  font-size: 5.2083333333vw;
}
@media screen and (min-aspect-ratio: 16/9) {
html {
    font-size: 9.0909090909vh !important;
}
}
.frame-wrap {
  overflow: hidden;
}
.page-section {
  position: relative;
  overflow: hidden;
}
.page-section .section-hd-title {
  font-family: var(--font-family-title);
  font-size: var(--font-size-xxl);
  color: var(--color-brand3);
}
.page-section .section-hd-info {
  font-family: var(--font-family-base);
  color: var(--color-white-text-1);
  font-size: var(--font-size-m);
  opacity: 0.6;
}
.page-section .section-hd-info strong {
  color: var(--color-white-text-3);
}
.page-section .section-wrap {
  position: relative;
  z-index: 2;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.popup-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.popup-close {
  position: absolute;
  width: 0.53rem;
  height: 0.53rem;
  top: 0.8rem;
  right: 0.6rem;
  cursor: pointer;
  z-index: 9;
}
.menu-light .fr-header .tui-search-input {
  background: rgba(227, 227, 227, 0.3);
}
.menu-light .tui-search-input > input {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.menu-light .tui-search-input > input::-webkit-input-placeholder {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.menu-light .tui-search-input > input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
.menu-light .main-nav > li > a,
.menu-light .hot-search a,
.menu-light .main-nav .drop > a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
body {
  overflow: hidden;
  background: #000;
}
.frame-page::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 1.7rem;
  background: linear-gradient(0, rgba(14, 20, 22, 0) 0%, rgba(14, 20, 22, 0.35) 43.95%, rgba(14, 20, 22, 0.7) 100%);
  mix-blend-mode: overlay;
  pointer-events: none;
}
.page-horizontal,
.page-vertical {
  width: 100%;
  height: 100vh;
  position: relative;
}
.page-horizontal .page-section {
  inset: 0;
  position: absolute;
}
.page-horizontal.bounce-top {
  animation: bounceTop 0.3s ease-out;
}
.page-horizontal.bounce-bottom {
  animation: bounceBottom 0.3s ease-out;
}
.page-vertical {
  overflow-y: auto;
}
.page-vertical .page-section {
  width: 100%;
  aspect-ratio: 1920/1080;
  position: relative;
}
.page-arrow {
  position: fixed;
  bottom: 0.32rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.2rem;
  letter-spacing: 0.01rem;
  display: flex;
  gap: 0.06rem;
  z-index: 9;
  --arrow-text-color: linear-gradient(
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  --arrow-icon-color: #ffffff;
}
.page-arrow-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-arrow-icon .dot {
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: var(--arrow-icon-color);
}
.page-arrow-icon .svg-arrow {
  width: 0.24rem;
  height: 0.14rem;
  -webkit-mask: url(https://wegame.gtimg.com/tgp_act/release/wegame/ngr20260401/images/svg-arrow.png) no-repeat center center/cover;
  background: var(--arrow-icon-color);
  opacity: 0.8;
  animation: 2s ease 0.2s infinite normal none running moveDown;
}
.page-arrow-icon .dot:nth-child(1) {
  opacity: 0.4;
  margin-bottom: 0.05rem;
  animation: 2s ease 0s infinite normal none running moveDown;
}
.page-arrow-icon :nth-child(2) {
  opacity: 0.6;
  animation: 2s ease 0.1s infinite normal none running moveDown;
}
@keyframes moveDown {
0% {
    transform: translateY(0rem);
}
50% {
    transform: translateY(0.05rem);
}
100% {
    transform: translateY(0rem);
}
}
.page-arrow-text {
  font-size: 0.2rem;
  letter-spacing: 0.01rem;
  background: var(--arrow-text-color);
  font-family: var(--font-family-title);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: 2s ease 0.1s infinite normal none running moveDown;
}
/* ====== 页面切换动画（优化版：无闪烁快速切换）====== */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s ease-in-out;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-to,
.fade-leave-from {
  opacity: 1;
}
/* ====== 滚动提示动画 ====== */
.page-arrow {
  transition: opacity 0.3s ease-out;
}
.page-arrow.is-hidden {
  opacity: 0.2;
  pointer-events: none;
}
/* ====== 加载和错误状态 ====== */
.page-loading,
.page-error {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #4c5d84;
  animation: fadeIn 0.3s ease-out;
  font-family: var(--font-family-title);
}
.page-error {
  color: #e74c3c;
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.page-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.21rem;
  height: 0.89rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/ngr20260401/images/kv/btn.avif) no-repeat center center/cover;
  transition: filter 0.3s;
}
.page-btn:hover {
  filter: brightness(1.05);
}
.page-btn span {
  letter-spacing: 0.02rem;
  font-size: 0.4rem;
  background: linear-gradient(180deg, #9f7943 0%, #363026 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-title);
  margin-top: -0.06rem;
}
/* ====== 性能优化：启用硬件加速 + 预渲染优化 ====== */
.page-horizontal {
  /* 强制使用 GPU 加速 */
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.page-horizontal .page-section {
  /* 子元素也启用硬件加速 */
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity; /* 提示浏览器该属性会频繁变化 */
}
/* ====== 切换动画性能优化 ====== */
.fade-enter-active,
.fade-leave-active {
  will-change: opacity; /* 预告浏览器 opacity 会变化 */
}
.fade-enter-to,
.fade-leave-from {
  will-change: auto; /* 动画完成后取消预告，释放资源 */
}