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

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

html {scroll-behavior: smooth}

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

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

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

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

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

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

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

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

._xh6j8lu:hover ._nayp4d3d6fgk,
._xh6j8lu:hover ._msfoa0r {transform: scale(1.05)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._cls4k8w1l3ede i {font-size: 1.1rem}

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

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

._ct0gx0sqkrt i {font-size: 1.1rem}

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

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

._m45bu8m {border-radius: 30px;padding: 8px;transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);width: 280px;border: 3px solid transparent;background-origin: border-box;background: transparent;transition: var(--transition);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-clip: padding-box, border-box;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));position: relative;height: 580px}

._m45bu8m::before {right: -3px;border-radius: 30px;position: absolute;opacity: 0.8;left: -3px;animation: borderGlow 3s ease-in-out infinite;content: '';top: -3px;bottom: -3px;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));z-index: -1}

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

._m45bu8m:hover {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);transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px) scale(1.02)}

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

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

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

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

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

._m45bu8m:hover ._x8y02dg1d5 {transform: scale(1.05)}

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

.stat-item {text-align: center}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._my7afgg span {flex: 1}

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

._n32wxu2mu {border-radius: 35px;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));position: relative;justify-content: center;align-items: center;display: flex;overflow: hidden;height: 440px;border: 3px solid rgba(255, 255, 255, 0.3);width: 220px;padding: 10px;transition: var(--transition)}

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

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

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

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

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

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

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

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

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

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

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

._mvj0m7ru0w {min-width: 0}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._mvggr48oncgh {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {transition: var(--transition);font-family: inherit;font-size: 1rem;border: 2px solid #e0e0e0;border-radius: 10px;padding: 1rem;width: 100%}

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

.form-group textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

._np8f2ber ul {list-style: none}

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

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

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

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

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

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

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

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

    ._cajzccr1otouu.active {left: 0}

    ._nze1ppewvx4 {display: flex}

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

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

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

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

    ._x6igzqkqdga2 {text-align: center}

    ._cls7munbp1 {font-size: 2rem}

    ._c1bekgiml {font-size: 1rem}

    ._clssugcx3dajzgl {margin-bottom: 1.5rem}

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

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

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

    ._cls4k8w1l3ede i,
    ._ct0gx0sqkrt i {font-size: 1.1rem}

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

    ._c9s5ypwm {order: -1}

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

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

    ._nomgfeazwd7s {border-radius: 20px}

    ._nnm3qj6d {margin-bottom: 2rem}

    ._nnm3qj6d h2 {font-size: 2rem}

    ._nnm3qj6d p {font-size: 1rem}

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

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

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

    ._my7afgg i {font-size: 1.3rem}

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

    ._clcoouib4 {border-radius: 20px}

    ._n32wxu2mu i {font-size: 6rem}

    ._mdipwap {padding: 3rem 0}

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

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

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

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

    ._xxuf4e1e {position: static}

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

    ._cbluw70ix {font-size: 1rem}

    ._cbluw70ix ._chsk660 {padding: 1rem;font-size: 1.1rem}

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

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

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

    ._nmxtpstt154pz ._ccgupwkfiz {font-size: 0.8rem;padding: 0.4rem 0.8rem}

    ._xc0y0dm {height: 40px}

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

    ._np8f2ber p {font-size: 0.9rem}

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

    ._clsmupglw7iku {font-size: 2rem}

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

    ._cbo44kjvc {padding: 1.2rem 0.8rem}

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

    ._cbo44kjvc h3 {font-size: 0.9rem}

    ._cbo44kjvc p {font-size: 0.8rem}

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

    ._mfkmsyv {height: 120px}

    ._mfkmsyv i {font-size: 2.5rem}

    ._clsnwu4eanmsio {padding: 1.2rem}

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

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

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

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

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

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

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

    ._cls4k8w1l3ede i,
    ._ct0gx0sqkrt i {font-size: 1rem}

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

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

    ._nomgfeazwd7s {border-radius: 15px}

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

    ._cbo44kjvc {padding: 1rem 0.5rem}

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

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

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

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

    ._mfkmsyv {height: 100px}

    ._mfkmsyv i {font-size: 2rem}

    ._clsnwu4eanmsio {padding: 1rem}

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

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

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

    ._nnm3qj6d h2 {font-size: 1.8rem}

    ._nnm3qj6d p {font-size: 0.9rem}

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

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

    ._my7afgg i {font-size: 1.2rem}

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

    ._clcoouib4 {border-radius: 18px}

    ._n32wxu2mu i {font-size: 5rem}

    ._mdipwap {padding: 2.5rem 0}

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

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

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

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

    ._cbluw70ix {font-size: 0.95rem}

    ._cbluw70ix ._chsk660 {padding: 0.8rem;font-size: 1rem}

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

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

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

    ._nmxtpstt154pz ._ccgupwkfiz {font-size: 0.75rem;padding: 0.35rem 0.7rem}

    ._mngacb51s57y {margin-bottom: 1rem}

    ._xc0y0dm {height: 35px}

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

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

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

._cm0v6ii60{}

._c6p9qbowb{}
