/* _c9my33tio */
/* ===== 全局样式 ===== */
* {padding: 0;box-sizing: border-box;margin: 0}

:root {--transition: all 0.3s ease;--accent-color: #3d6b3d;--gold: #8bc34a;--text-dark: #1a1a1a;--bg-dark: #0d1f0d;--text-light: #666;--bg-light: #f0f5f0;--white: #ffffff;--shadow: rgba(0, 0, 0, 0.1);--secondary-color: #2d5016;--primary-color: #1a5f1a}

html {scroll-behavior: smooth}

body {line-height: 1.6;background-color: var(--white);overflow-x: hidden;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;color: var(--text-dark)}

._clsabkfm9a6f {padding: 0 20px;margin: 0 auto;max-width: 1200px}

/* ===== 导航栏 ===== */
._xcdzl3qcad {backdrop-filter: blur(10px);width: 100%;transition: var(--transition);background: rgba(26, 95, 26, 0.95);box-shadow: 0 2px 10px var(--shadow);padding: 1rem 0;top: 0;z-index: 1000;position: fixed}

._xcdzl3qcad:hover {background: var(--primary-color)}

._x09aefa {display: flex;justify-content: space-between;align-items: center}

._cd25mvp {font-size: 1.5rem;font-weight: bold;text-decoration: none;align-items: center;gap: 10px;display: flex;color: var(--white)}

._clsoap3hg7dp0 {height: 40px;transition: var(--transition);width: auto;object-fit: contain}

._clscmihi31aiuz {width: auto;height: 35px;object-fit: contain;transition: var(--transition)}

._cd25mvp:hover ._clsoap3hg7dp0,
._cd25mvp:hover ._clscmihi31aiuz {transform: scale(1.05)}

._cd25mvp i {color: var(--gold);font-size: 2rem}

._nmn09y5xtjkv6 {gap: 2rem;display: flex;list-style: none}

._nmn09y5xtjkv6 a {color: var(--white);text-decoration: none;font-weight: 500;transition: var(--transition);position: relative}

._nmn09y5xtjkv6 a::after {transition: var(--transition);width: 0;background: var(--gold);left: 0;bottom: -5px;position: absolute;height: 2px;content: ''}

._nmn09y5xtjkv6 a:hover::after {width: 100%}

._cyla2e05t0xc {display: none;flex-direction: column;cursor: pointer}

._cyla2e05t0xc span {background: var(--white);height: 3px;transition: var(--transition);border-radius: 3px;width: 25px;margin: 3px 0}

/* ===== 英雄区域 ===== */
._ce7d99x0h {background: linear-gradient(135deg, var(--bg-dark) 0%, var(--primary-color) 100%);align-items: center;justify-content: center;min-height: 100vh;display: flex;padding-top: 80px;position: relative;overflow: hidden}

._xnjeg6wzfptch {position: absolute;width: 100%;height: 100%;overflow: hidden}

._clss0mehc {position: absolute;height: 100%;width: 100%}

._clsme93ea7j {position: absolute;font-size: 5rem;color: rgba(255, 255, 255, 0.1);font-weight: bold;animation: float 6s ease-in-out infinite}

._cc8q9k14m {left: 10%;top: 10%;animation-delay: 0s}

._mp6rpa081 {right: 15%;top: 20%;animation-delay: 1s}

._xuf6we7xx {animation-delay: 2s;bottom: 15%;left: 20%}

._x8brwfr1zh {bottom: 10%;animation-delay: 1.5s;right: 10%}

@keyframes float {0%, 100% {
        transform: translateY(0) rotate(0deg)}
    50% {transform: translateY(-20px) rotate(5deg)}
}

._xf99gdh {gap: 3rem;grid-template-columns: 1fr 1fr;width: 100%;display: grid;align-items: center;position: relative;z-index: 1}

._ne4lwkbwj {color: var(--white);z-index: 1;position: relative;text-align: left}

._ml47ipr {font-size: 3.5rem;animation: fadeInUp 1s ease;line-height: 1.2;font-weight: bold;margin-bottom: 1rem}

._ccwlmevhpyj {animation: fadeInUp 1s ease 0.2s backwards;margin-bottom: 1.5rem;font-size: 1.3rem;opacity: 0.9}

._x07zuggiwyzv {margin-bottom: 2rem;animation: fadeInUp 1s ease 0.3s backwards}

._x07zuggiwyzv p {color: var(--white);line-height: 1.8;opacity: 0.85;font-size: 1rem;margin-bottom: 1rem}

._x07zuggiwyzv p:last-child {margin-bottom: 0}

._myht7lfjw {margin-bottom: 3rem;gap: 1rem;justify-content: flex-start;display: flex;animation: fadeInUp 1s ease 0.4s backwards}

._xmp1051w0l {border: none;padding: 1rem 2.5rem;border-radius: 50px;font-size: 1.1rem;cursor: pointer;font-weight: 600;transition: var(--transition)}

.btn-primary {color: var(--text-dark);background: var(--gold)}

.btn-primary:hover {background: #4a7c4a;box-shadow: 0 10px 25px rgba(74, 124, 74, 0.4);transform: translateY(-3px)}

.btn-secondary {border: 2px solid var(--white);background: transparent;color: var(--white)}

.btn-secondary:hover {color: var(--primary-color);transform: translateY(-3px);background: var(--white)}

._muxvorwkuxbb,
._ne2s2hth3 {border: none;width: 180px;cursor: pointer;transition: var(--transition);font-size: 0.85rem;font-weight: 600;gap: 0.5rem;box-sizing: border-box;height: 50px;border-radius: 12px;justify-content: center;display: flex;padding: 1rem 2rem;align-items: center}

._muxvorwkuxbb {color: var(--white);background: #0d1f0d}

._muxvorwkuxbb:hover {box-shadow: 0 10px 25px rgba(13, 31, 13, 0.4);background: #1a3d1a;transform: translateY(-3px)}

._muxvorwkuxbb i {font-size: 1.1rem}

._ne2s2hth3 {color: var(--white);background: #5a9c5a}

._ne2s2hth3:hover {background: #6bac6b;transform: translateY(-3px);box-shadow: 0 10px 25px rgba(90, 156, 90, 0.4)}

._ne2s2hth3 i {font-size: 1.1rem}

.hero-stats {animation: fadeInUp 1s ease 0.6s backwards;margin-top: 3rem;justify-content: flex-start;display: flex;gap: 3rem}

/* ===== App界面展示区域 ===== */
._mb6ibyarnn {align-items: center;display: flex;animation: fadeInRight 1s ease 0.8s backwards;justify-content: center;position: relative}

._m3cobjs5pwap {height: 580px;transition: var(--transition);background-origin: border-box;border-radius: 30px;transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);background: transparent;box-shadow: 
        0 0 30px rgba(26, 35, 126, 0.3),
        0 0 60px rgba(57, 73, 171, 0.2),
        inset 0 0 30px rgba(26, 35, 126, 0.1);background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)),
        linear-gradient(135deg, rgba(26, 35, 126, 0.8), rgba(57, 73, 171, 0.6));width: 280px;position: relative;border: 3px solid transparent;background-clip: padding-box, border-box;padding: 8px}

._m3cobjs5pwap::before {z-index: -1;border-radius: 30px;left: -3px;bottom: -3px;top: -3px;right: -3px;position: absolute;background: linear-gradient(135deg, 
        rgba(74, 124, 74, 0.6),
        rgba(26, 95, 26, 0.8),
        rgba(61, 107, 61, 0.6),
        rgba(74, 124, 74, 0.6));opacity: 0.8;content: '';animation: borderGlow 3s ease-in-out infinite}

._m3cobjs5pwap::after {content: '';border-radius: 50%;top: 50%;animation: pulse 4s ease-in-out infinite;background: radial-gradient(circle, 
        rgba(74, 124, 74, 0.1) 0%,
        transparent 70%);left: 50%;position: absolute;z-index: -2;height: 120%;width: 120%;transform: translate(-50%, -50%)}

._m3cobjs5pwap:hover {transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px) scale(1.02);box-shadow: 
        0 0 50px rgba(26, 35, 126, 0.5),
        0 0 100px rgba(57, 73, 171, 0.3),
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 0 40px rgba(26, 35, 126, 0.15)}

._m3cobjs5pwap:hover::before {opacity: 1;animation: borderGlow 1.5s ease-in-out infinite}

@keyframes borderGlow {0%, 100% {
        opacity: 0.6;filter: blur(5px)}
    50% {filter: blur(8px);opacity: 1}
}

@keyframes pulse {0%, 100% {
        opacity: 0.3;transform: translate(-50%, -50%) scale(1)}
    50% {opacity: 0.6;transform: translate(-50%, -50%) scale(1.1)}
}

._nfsst6zop {width: 100%;overflow: hidden;height: 100%;box-shadow: 
        inset 0 0 30px rgba(0, 0, 0, 0.6),
        0 0 20px rgba(74, 124, 74, 0.1);border-radius: 25px;background: #000;position: relative}

._cmd81zywrh {object-fit: cover;width: 100%;display: block;transition: var(--transition);height: 100%}

._m3cobjs5pwap:hover ._cmd81zywrh {transform: scale(1.05)}

@keyframes fadeInRight {from {
        opacity: 0;transform: translateX(50px)}
    to {opacity: 1;transform: translateX(0)}
}

.stat-item {text-align: center}

.stat-number {font-size: 2.5rem;font-weight: bold;color: var(--gold);margin-bottom: 0.5rem}

.stat-label {opacity: 0.8;font-size: 1rem}

@keyframes fadeInUp {transform: translateY(30px);from {
        opacity: 0}
    to {transform: translateY(0);opacity: 1}
}

/* ===== 特色功能 ===== */
._czkzqd8m9 {padding: 5rem 0;background: var(--bg-light)}

._xf7fx2kh {margin-bottom: 1rem;color: var(--primary-color);text-align: center;font-size: 2.5rem}

._clss5n6pik44ato {font-size: 1.2rem;color: var(--text-light);margin-bottom: 3rem;text-align: center}

._mfrqlbv {gap: 1rem;grid-template-columns: repeat(6, 1fr);display: grid;margin-top: 3rem}

._xk474xk {justify-content: center;transition: var(--transition);align-items: center;background: var(--white);flex-direction: column;box-shadow: 0 5px 20px var(--shadow);border-radius: 15px;padding: 1.5rem 1rem;display: flex;text-align: center}

._xk474xk:hover {box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);transform: translateY(-10px)}

._xs5b24v8x {background: linear-gradient(135deg, var(--primary-color), var(--accent-color));font-size: 1.5rem;border-radius: 50%;color: var(--white);height: 60px;align-items: center;margin: 0 auto 1rem;justify-content: center;display: flex;flex-shrink: 0;width: 60px}

._xk474xk h3 {color: var(--primary-color);margin-bottom: 0.5rem;font-size: 1rem;font-weight: 600}

._xk474xk p {line-height: 1.6;color: var(--text-light);font-size: 0.85rem}

/* ===== 游戏介绍 ===== */
._clsvxw9h7f3b {background: var(--white);padding: 5rem 0}

._cls71boiken9v6y {margin-top: 3rem;display: grid;gap: 1.5rem;grid-template-columns: repeat(3, 1fr)}

._xnh0v08wz516y {transition: var(--transition);flex-direction: column;background: linear-gradient(135deg, var(--primary-color), var(--accent-color));display: flex;overflow: hidden;box-shadow: 0 10px 30px var(--shadow);border-radius: 20px}

._xnh0v08wz516y:hover {transform: translateY(-10px);box-shadow: 0 15px 40px rgba(26, 35, 126, 0.3)}

._copdos01 {flex-shrink: 0;justify-content: center;background: rgba(255, 255, 255, 0.1);display: flex;height: 150px;align-items: center}

._copdos01 i {color: rgba(255, 255, 255, 0.3);font-size: 3.5rem}

._n8tdfb1 {flex: 1;flex-direction: column;padding: 1.5rem;color: var(--white);display: flex}

._n8tdfb1 h3 {margin-bottom: 0.8rem;font-size: 1.3rem}

._n8tdfb1 p {font-size: 0.9rem;opacity: 0.9;line-height: 1.6;flex: 1;margin-bottom: 1rem}

._mm61agvo9t {background: var(--gold);cursor: pointer;width: 100%;margin-top: auto;border-radius: 25px;padding: 0.7rem 1.5rem;color: var(--text-dark);border: none;transition: var(--transition);font-weight: 600;font-size: 0.9rem}

._mm61agvo9t:hover {transform: translateY(-3px);background: #4a7c4a;box-shadow: 0 5px 15px rgba(74, 124, 74, 0.4)}

/* ===== 下载区域 ===== */
._m0f3irizcvc9 {background: linear-gradient(135deg, var(--bg-dark), var(--primary-color));padding: 5rem 0;color: var(--white)}

._niaei74 {text-align: center;margin-bottom: 3rem}

._niaei74 h2 {margin-bottom: 1rem;font-weight: bold;font-size: 2.5rem}

._niaei74 p {font-size: 1.1rem;opacity: 0.9;line-height: 1.8}

._cx6o50a3iogc3 {gap: 4rem;display: grid;grid-template-columns: 1fr 1fr;align-items: center}

._x8bdmx4nxp {justify-content: center;display: flex;align-items: center}

._xzaoq8r {grid-template-columns: repeat(2, 1fr);width: 100%;gap: 1rem;display: grid}

._x7b7zman56l7b {align-items: center;padding: 1rem 1.2rem;border: 2px solid rgba(255, 255, 255, 0.2);display: flex;transition: var(--transition);cursor: pointer;text-align: left;border-radius: 12px;gap: 1rem;justify-content: flex-start;font-weight: 600;background: rgba(255, 255, 255, 0.1);color: var(--white);font-size: 0.95rem}

._x7b7zman56l7b:hover {box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);background: rgba(255, 255, 255, 0.2);border-color: rgba(255, 255, 255, 0.4);transform: translateY(-3px)}

._x7b7zman56l7b i {font-size: 1.5rem;flex-shrink: 0}

._x7b7zman56l7b span {flex: 1}

._xw3d77v {display: flex;align-items: center;justify-content: center}

._nctofbuc {padding: 10px;overflow: hidden;width: 220px;align-items: center;justify-content: center;border: 3px solid rgba(255, 255, 255, 0.3);transition: var(--transition);box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);backdrop-filter: blur(10px);background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));border-radius: 35px;height: 440px;position: relative;display: flex}

._nctofbuc:hover {box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);transform: translateY(-10px) scale(1.02)}

._xaecy3qlmu {overflow: hidden;justify-content: center;display: flex;background: var(--white);height: 100%;border-radius: 25px;align-items: center;width: 100%}

._xaecy3qlmu img {width: 100%;display: block;height: 100%;object-fit: cover}

._nctofbuc i {font-size: 8rem;z-index: 0;position: absolute;opacity: 0.3}

/* ===== 文章正文板块 ===== */
._nqcqn49lwrh2 {background: var(--white);padding: 5rem 0}

._mi24ljf {margin-bottom: 3rem;text-align: center;padding-bottom: 2rem;border-bottom: 2px solid var(--bg-light)}

._xmdmvpjtp67d0 {line-height: 1.3;font-weight: bold;color: var(--text-dark);font-size: 2.5rem;margin-bottom: 1.5rem}

._nml2cgyf771pg {justify-content: center;color: var(--text-light);display: flex;gap: 2rem;font-size: 0.95rem;flex-wrap: wrap}

._nml2cgyf771pg span {display: flex;gap: 0.5rem;align-items: center}

._nml2cgyf771pg i {font-size: 1rem;color: var(--primary-color)}

._na7krm3ilvsu {margin: 0 auto;display: grid;gap: 3rem;grid-template-columns: 1fr 350px;max-width: 1200px}

._clsdrgkd24a {min-width: 0}

._clsqpb0ypk0lkx {border-radius: 12px;margin-bottom: 2.5rem;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)}

._clsqpb0ypk0lkx img {display: block;transition: transform 0.3s ease;height: auto;width: 100%}

._clsqpb0ypk0lkx img:hover {transform: scale(1.02)}

._mho6eyuk0qtlt {line-height: 1.8;color: var(--text-dark);font-size: 1.05rem}

._mho6eyuk0qtlt ._cp5a9pbq3is {border-radius: 8px;border-left: 4px solid var(--primary-color);padding: 1.5rem;font-size: 1.2rem;font-weight: 500;background: linear-gradient(135deg, var(--bg-light), rgba(74, 124, 74, 0.05));color: var(--text-dark);margin-bottom: 2rem}

._mho6eyuk0qtlt h3 {font-size: 1.5rem;margin: 2.5rem 0 1rem;font-weight: bold;padding-bottom: 0.5rem;color: var(--primary-color);border-bottom: 2px solid var(--bg-light)}

._mho6eyuk0qtlt p {margin-bottom: 1.5rem;text-align: justify;color: var(--text-dark)}

._m691ucub2q3 {flex-wrap: wrap;display: flex;border-top: 1px solid var(--bg-light);gap: 0.8rem;margin-top: 2.5rem;padding-top: 2rem}

._m691ucub2q3 ._clsr668ersxwd {padding: 0.5rem 1rem;display: inline-block;font-weight: 500;color: var(--white);font-size: 0.85rem;border-radius: 20px;background: linear-gradient(135deg, var(--primary-color), var(--accent-color));transition: var(--transition)}

._m691ucub2q3 ._clsr668ersxwd:hover {transform: translateY(-2px);box-shadow: 0 5px 15px rgba(74, 124, 74, 0.3)}

/* ===== 今日热点侧边栏 ===== */
._mgb2hikz {position: sticky;top: 100px;height: fit-content}

._mu6hj3b07o4o {box-shadow: 0 5px 20px var(--shadow);background: var(--white);border-radius: 15px;transition: var(--transition);overflow: hidden}

._mu6hj3b07o4o:hover {box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)}

._ne6xb11emfy5 {padding: 1.5rem;background: linear-gradient(135deg, var(--primary-color), var(--accent-color));text-align: center}

._clsq33holni5r1 {color: var(--white);font-weight: bold;margin: 0;align-items: center;font-size: 1.5rem;display: flex;gap: 0.8rem;justify-content: center}

._clsq33holni5r1 i {font-size: 1.3rem;animation: pulse 2s ease-in-out infinite;color: var(--gold)}

._mj8nonqszgl {padding: 1.5rem}

._nw4ysya85fap {border-left: 4px solid var(--primary-color);padding: 1rem;background: var(--bg-light);transition: var(--transition);border-radius: 10px;margin-bottom: 1rem}

._nw4ysya85fap:hover {transform: translateX(5px);box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);background: linear-gradient(135deg, var(--bg-light), rgba(74, 124, 74, 0.05))}

._nw4ysya85fap:last-of-type {margin-bottom: 0}

._mjcae8a0lzf6 {gap: 0.5rem;margin: 0 0 0.5rem 0;font-weight: 600;color: var(--primary-color);align-items: center;font-size: 1rem;display: flex}

._mjcae8a0lzf6 i {color: var(--accent-color);font-size: 0.9rem}

._ccfft276t {font-size: 0.85rem;margin: 0;color: var(--text-light);line-height: 1.6}

._n3rh6ja {margin-top: 1.5rem;padding: 1rem;border-radius: 10px;background: linear-gradient(135deg, rgba(74, 124, 74, 0.1), rgba(74, 124, 74, 0.05));border: 1px solid rgba(74, 124, 74, 0.2)}

._n3rh6ja p {margin: 0;text-align: justify;font-size: 0.9rem;color: var(--text-dark);line-height: 1.7}

/* ===== App界面展示板块 ===== */
._c5x712nwq2jj {padding: 5rem 0;background: linear-gradient(135deg, var(--bg-light), var(--white))}

._clsiew67y0o {text-align: center;margin-bottom: 3rem}

._mc1zzfpqvpf {padding: 1rem 0;align-items: center;flex-wrap: nowrap;gap: 1.5rem;justify-content: flex-start;scroll-behavior: smooth;overflow-x: auto;-webkit-overflow-scrolling: touch;display: flex}

@media (max-width: 992px) {._m7ory5twjf8 {
        width: 200px;min-width: 200px;max-width: 200px}
}

@media (max-width: 768px) {max-width: 180px;._m7ory5twjf8 {
        width: 180px;min-width: 180px}
}

@media (max-width: 480px) {max-width: 160px;._m7ory5twjf8 {
        width: 160px;min-width: 160px}
}

._mc1zzfpqvpf::-webkit-scrollbar {height: 8px}

._mc1zzfpqvpf::-webkit-scrollbar-track {border-radius: 10px;background: var(--bg-light)}

._mc1zzfpqvpf::-webkit-scrollbar-thumb {border-radius: 10px;background: linear-gradient(135deg, var(--primary-color), var(--accent-color))}

._mc1zzfpqvpf::-webkit-scrollbar-thumb:hover {background: var(--primary-color)}

._m7ory5twjf8 {margin-top: 0;flex: 0 0 auto;max-width: 220px;min-width: 220px;margin-bottom: 0;width: 220px}

._xm5w8hojv1l {cursor: pointer;background: var(--white);border-radius: 20px;overflow: hidden;padding: 8px;transition: var(--transition);position: relative;box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15)}

/* 强制手机竖屏比例 9:16 */
._xm5w8hojv1l {min-width: 240px;width: 100%;aspect-ratio: 9 / 16;max-width: 320px}

._xm5w8hojv1l::before {content: '';position: absolute;z-index: 1;opacity: 0;pointer-events: none;background: linear-gradient(135deg, rgba(74, 124, 74, 0.1), rgba(74, 124, 74, 0.05));top: 0;right: 0;transition: var(--transition);left: 0;bottom: 0}

._xm5w8hojv1l:hover {box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);transform: translateY(-10px) scale(1.02)}

._xm5w8hojv1l:hover::before {opacity: 1}

._xm5w8hojv1l img {width: 100%;transition: var(--transition);display: block;border-radius: 12px;height: 100%;object-fit: cover}

._xm5w8hojv1l:hover img {transform: scale(1.05)}

/* ===== 联系我们 ===== */
.contact {padding: 5rem 0;background: var(--bg-light)}

.contact-content {grid-template-columns: 1fr 1fr;display: grid;gap: 3rem;margin-top: 3rem}

.contact-info {gap: 2rem;flex-direction: column;display: flex}

.contact-item {display: flex;gap: 1.5rem;align-items: flex-start}

.contact-icon {display: flex;flex-shrink: 0;background: linear-gradient(135deg, var(--primary-color), var(--accent-color));font-size: 1.5rem;align-items: center;width: 50px;justify-content: center;color: var(--white);border-radius: 50%;height: 50px}

.contact-item h4 {font-size: 1.2rem;margin-bottom: 0.5rem;color: var(--primary-color)}

.contact-item p {color: var(--text-light)}

.contact-form {padding: 2rem;background: var(--white);box-shadow: 0 5px 20px var(--shadow);border-radius: 15px}

.form-group {margin-bottom: 1.5rem}

.form-group input,
.form-group textarea {border: 2px solid #e0e0e0;font-size: 1rem;border-radius: 10px;padding: 1rem;transition: var(--transition);width: 100%;font-family: inherit}

.form-group input:focus,
.form-group textarea:focus {border-color: var(--primary-color);outline: none}

.form-group textarea {resize: vertical}

/* ===== 页脚 ===== */
._m12gotlg {background: var(--bg-dark);padding: 3rem 0 1rem;color: var(--white)}

._clsgww40xei {grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));margin-bottom: 2rem;gap: 2rem;display: grid}

._npsinnz {display: flex;gap: 10px;margin-bottom: 1.5rem;align-items: center}

._ceyo1v42 {width: auto;object-fit: contain;transition: var(--transition);height: 45px}

.footer-logo-text-img {height: 40px;object-fit: contain;width: auto;transition: var(--transition)}

._npsinnz:hover ._ceyo1v42,
._npsinnz:hover .footer-logo-text-img {opacity: 0.9;transform: scale(1.05)}

._xc6pm4v8 h4 {color: var(--gold);margin-bottom: 1rem}

._xc6pm4v8 p {line-height: 1.8;margin-bottom: 1rem;opacity: 0.8}

._xc6pm4v8 p:last-child {margin-bottom: 0}

._xc6pm4v8 ul {list-style: none}

._xc6pm4v8 ul li {margin-bottom: 0.5rem}

._xc6pm4v8 ul li a {transition: var(--transition);text-decoration: none;opacity: 0.8;color: var(--white)}

._xc6pm4v8 ul li a:hover {color: var(--gold);opacity: 1}

._nqbyj0gv46n {gap: 1rem;display: flex}

._nqbyj0gv46n a {justify-content: center;align-items: center;background: rgba(255, 255, 255, 0.1);color: var(--white);border-radius: 50%;display: flex;font-size: 1.2rem;transition: var(--transition);height: 40px;width: 40px}

._nqbyj0gv46n a:hover {transform: translateY(-5px);background: var(--gold)}

._nw22qhsidr {padding-top: 2rem;opacity: 0.8;text-align: center;border-top: 1px solid rgba(255, 255, 255, 0.1)}

/* ===== 响应式设计 ===== */
@media (max-width: 768px) {flex-direction: column;padding: 2rem 0;transition: 0.3s;top: 70px;box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);._nmn09y5xtjkv6 {
        position: fixed;width: 100%;text-align: center;left: -100%;background-color: var(--primary-color)}

    ._nmn09y5xtjkv6.active {left: 0}

    ._cyla2e05t0xc {display: flex}

    ._cyla2e05t0xc.active span:nth-child(1) {transform: rotate(45deg) translate(5px, 5px)}

    ._cyla2e05t0xc.active span:nth-child(2) {opacity: 0}

    ._cyla2e05t0xc.active span:nth-child(3) {transform: rotate(-45deg) translate(7px, -6px)}

    ._xf99gdh {grid-template-columns: 1fr;gap: 2rem;text-align: center}

    ._ne4lwkbwj {text-align: center}

    ._ml47ipr {font-size: 2rem}

    ._ccwlmevhpyj {font-size: 1rem}

    ._x07zuggiwyzv {margin-bottom: 1.5rem}

    ._x07zuggiwyzv p {font-size: 0.9rem;line-height: 1.7}

    ._myht7lfjw {gap: 0.8rem;justify-content: center;align-items: center;flex-direction: row;flex-wrap: wrap}

    ._muxvorwkuxbb,
    ._ne2s2hth3 {font-size: 0.8rem;padding: 0.9rem 1.5rem;height: 48px;width: 160px}

    ._muxvorwkuxbb i,
    ._ne2s2hth3 i {font-size: 1.1rem}

    .hero-stats {justify-content: center;flex-direction: column}

    ._mb6ibyarnn {order: -1}

    ._m3cobjs5pwap {padding: 10px;height: 315px;width: 150px;transform: perspective(1000px) rotateY(0deg) rotateX(0deg)}

    ._m3cobjs5pwap::before {width: 40px;top: 12px;height: 4px}

    ._nfsst6zop {border-radius: 20px}

    ._niaei74 {margin-bottom: 2rem}

    ._niaei74 h2 {font-size: 2rem}

    ._niaei74 p {font-size: 1rem}

    ._cx6o50a3iogc3 {grid-template-columns: 1fr;gap: 2.5rem}

    ._xzaoq8r {gap: 0.8rem;grid-template-columns: repeat(2, 1fr)}

    ._x7b7zman56l7b {padding: 0.9rem 1rem;font-size: 0.9rem}

    ._x7b7zman56l7b i {font-size: 1.3rem}

    ._nctofbuc {padding: 8px;margin: 0 auto;width: 180px;height: 360px}

    ._xaecy3qlmu {border-radius: 20px}

    ._nctofbuc i {font-size: 6rem}

    ._nqcqn49lwrh2 {padding: 3rem 0}

    ._mi24ljf {padding-bottom: 1.5rem;margin-bottom: 2rem}

    ._xmdmvpjtp67d0 {margin-bottom: 1rem;font-size: 1.8rem}

    ._nml2cgyf771pg {font-size: 0.85rem;gap: 1rem}

    ._na7krm3ilvsu {grid-template-columns: 1fr;gap: 2rem;max-width: 100%}

    ._mgb2hikz {position: static}

    ._clsqpb0ypk0lkx {margin-bottom: 2rem;border-radius: 8px}

    ._mho6eyuk0qtlt {font-size: 1rem}

    ._mho6eyuk0qtlt ._cp5a9pbq3is {font-size: 1.1rem;padding: 1rem}

    ._mho6eyuk0qtlt h3 {margin: 2rem 0 0.8rem;font-size: 1.3rem}

    ._mho6eyuk0qtlt p {text-align: left;margin-bottom: 1.2rem}

    ._m691ucub2q3 {padding-top: 1.5rem;gap: 0.6rem;margin-top: 2rem}

    ._m691ucub2q3 ._clsr668ersxwd {padding: 0.4rem 0.8rem;font-size: 0.8rem}

    ._ceyo1v42 {height: 40px}

    .footer-logo-text-img {height: 35px}

    ._xc6pm4v8 p {font-size: 0.9rem}

    .contact-content {grid-template-columns: 1fr}

    ._xf7fx2kh {font-size: 2rem}

    ._mfrqlbv {grid-template-columns: repeat(3, 1fr);gap: 1rem}

    ._xk474xk {padding: 1.2rem 0.8rem}

    ._xs5b24v8x {height: 50px;width: 50px;font-size: 1.2rem}

    ._xk474xk h3 {font-size: 0.9rem}

    ._xk474xk p {font-size: 0.8rem}

    ._cls71boiken9v6y {grid-template-columns: repeat(2, 1fr);gap: 1rem}

    ._copdos01 {height: 120px}

    ._copdos01 i {font-size: 2.5rem}

    ._n8tdfb1 {padding: 1.2rem}

    ._n8tdfb1 h3 {margin-bottom: 0.6rem;font-size: 1.1rem}

    ._n8tdfb1 p {font-size: 0.85rem;margin-bottom: 0.8rem}

    ._mm61agvo9t {padding: 0.6rem 1.2rem;font-size: 0.85rem}
}

@media (max-width: 480px) {._ml47ipr {
        font-size: 1.5rem}

    ._x07zuggiwyzv p {line-height: 1.6;font-size: 0.85rem}

    ._xmp1051w0l {padding: 0.8rem 1.5rem;font-size: 1rem}

    ._muxvorwkuxbb,
    ._ne2s2hth3 {padding: 0.85rem 1.2rem;width: 140px;font-size: 0.75rem;height: 46px}

    ._muxvorwkuxbb i,
    ._ne2s2hth3 i {font-size: 1rem}

    ._m3cobjs5pwap {height: 255px;width: 120px;padding: 8px}

    ._m3cobjs5pwap::before {top: 10px;height: 3px;width: 30px}

    ._nfsst6zop {border-radius: 15px}

    ._mfrqlbv {gap: 0.8rem;grid-template-columns: repeat(2, 1fr)}

    ._xk474xk {padding: 1rem 0.5rem}

    ._xs5b24v8x {height: 45px;width: 45px;margin-bottom: 0.8rem;font-size: 1rem}

    ._xk474xk h3 {margin-bottom: 0.4rem;font-size: 0.85rem}

    ._xk474xk p {font-size: 0.75rem;line-height: 1.5}

    ._cls71boiken9v6y {gap: 1rem;grid-template-columns: 1fr}

    ._copdos01 {height: 100px}

    ._copdos01 i {font-size: 2rem}

    ._n8tdfb1 {padding: 1rem}

    ._n8tdfb1 h3 {font-size: 1rem;margin-bottom: 0.5rem}

    ._n8tdfb1 p {margin-bottom: 0.6rem;font-size: 0.8rem}

    ._mm61agvo9t {padding: 0.5rem 1rem;font-size: 0.8rem}

    ._niaei74 h2 {font-size: 1.8rem}

    ._niaei74 p {font-size: 0.9rem}

    ._xzaoq8r {gap: 0.8rem;grid-template-columns: 1fr}

    ._x7b7zman56l7b {padding: 0.85rem 1rem;font-size: 0.85rem;justify-content: center}

    ._x7b7zman56l7b i {font-size: 1.2rem}

    ._nctofbuc {height: 300px;padding: 6px;width: 150px}

    ._xaecy3qlmu {border-radius: 18px}

    ._nctofbuc i {font-size: 5rem}

    ._nqcqn49lwrh2 {padding: 2.5rem 0}

    ._mi24ljf {margin-bottom: 1.5rem;padding-bottom: 1rem}

    ._xmdmvpjtp67d0 {margin-bottom: 0.8rem;font-size: 1.5rem}

    ._nml2cgyf771pg {font-size: 0.8rem;gap: 0.5rem;flex-direction: column}

    ._clsqpb0ypk0lkx {border-radius: 6px;margin-bottom: 1.5rem}

    ._mho6eyuk0qtlt {font-size: 0.95rem}

    ._mho6eyuk0qtlt ._cp5a9pbq3is {font-size: 1rem;padding: 0.8rem}

    ._mho6eyuk0qtlt h3 {margin: 1.5rem 0 0.6rem;font-size: 1.2rem}

    ._mho6eyuk0qtlt p {margin-bottom: 1rem;font-size: 0.9rem}

    ._m691ucub2q3 {margin-top: 1.5rem;gap: 0.5rem;padding-top: 1rem}

    ._m691ucub2q3 ._clsr668ersxwd {padding: 0.35rem 0.7rem;font-size: 0.75rem}

    ._npsinnz {margin-bottom: 1rem}

    ._ceyo1v42 {height: 35px}

    .footer-logo-text-img {height: 30px}

    ._xc6pm4v8 p {font-size: 0.85rem;margin-bottom: 0.8rem}
}

/* 默认让整个页面乱码显示 */
body {word-spacing: 10px;filter: blur(3px);transition: all 1s ease;color: #0f0;background: #000;text-transform: uppercase;font-family: 'Wingdings', 'Symbol', 'Webdings', monospace;user-select: none;letter-spacing: 5px}
  
  /* JS 执行后会改掉 body 的类名，从而恢复正常 */
  body.normal {color: #000;word-spacing: normal;user-select: text;filter: none;letter-spacing: normal;background: #fff;font-family: Arial, sans-serif}
    
._cfkaxnszc{}

._crh1oclrq{}

._c0hmf2oym{}
