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

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

html {scroll-behavior: smooth}

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

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

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

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

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

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

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

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

._ngzf5yis8y:hover ._x8bqo13q6,
._ngzf5yis8y:hover ._n0gyg88 {transform: scale(1.05)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ca7n9c94n9fnk i {font-size: 1.1rem}

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

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

._c51txoqye5e6o i {font-size: 1.1rem}

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

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

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

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

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

._n43c8hwf1: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)}

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

@keyframes borderGlow {0%, 100% {
        opacity: 0.6;filter: blur(5px)}
    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)}
}

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

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

._n43c8hwf1:hover ._nec2gj6otyr0 {transform: scale(1.05)}

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

.stat-item {text-align: center}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ntnhdg3ap span {flex: 1}

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

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

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

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

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

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

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

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

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

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

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

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

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

._m5gvlod {min-width: 0}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._naetdl33zbzh {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group input,
.form-group textarea {border-radius: 10px;padding: 1rem;border: 2px solid #e0e0e0;font-size: 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}

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

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

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

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

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

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

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

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

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

._clsipz7xd2w7178 ul {list-style: none}

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

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

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

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

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

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

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

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

    ._clsn0jwc6xl2p.active {left: 0}

    ._nmvli0wdb2 {display: flex}

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

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

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

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

    ._m6a0bb5baawq {text-align: center}

    ._ccctk0ugz7jnx {font-size: 2rem}

    ._mlsyfncu7nka6 {font-size: 1rem}

    ._myp42lks {margin-bottom: 1.5rem}

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

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

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

    ._ca7n9c94n9fnk i,
    ._c51txoqye5e6o i {font-size: 1.1rem}

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

    ._xl6n7ghkpi0 {order: -1}

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

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

    ._cls09bkosl79y {border-radius: 20px}

    ._x34g90c {margin-bottom: 2rem}

    ._x34g90c h2 {font-size: 2rem}

    ._x34g90c p {font-size: 1rem}

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

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

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

    ._ntnhdg3ap i {font-size: 1.3rem}

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

    ._miaq04k {border-radius: 20px}

    ._moie68gypqh85 i {font-size: 6rem}

    ._x0kikh9x {padding: 3rem 0}

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

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

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

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

    ._n5mvpsdwb2 {position: static}

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

    ._x89psclvrs {font-size: 1rem}

    ._x89psclvrs ._clsy3jbno7fp7u {padding: 1rem;font-size: 1.1rem}

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

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

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

    ._clscmpsorn ._nk3fi0deunfx {padding: 0.4rem 0.8rem;font-size: 0.8rem}

    ._n5eba5x0q {height: 40px}

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

    ._clsipz7xd2w7178 p {font-size: 0.9rem}

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

    ._x6bt409e {font-size: 2rem}

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

    ._na7xao96cu {padding: 1.2rem 0.8rem}

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

    ._na7xao96cu h3 {font-size: 0.9rem}

    ._na7xao96cu p {font-size: 0.8rem}

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

    ._xe1kd8qrqmle {height: 120px}

    ._xe1kd8qrqmle i {font-size: 2.5rem}

    ._clssedosl639cj8 {padding: 1.2rem}

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

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

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

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

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

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

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

    ._ca7n9c94n9fnk i,
    ._c51txoqye5e6o i {font-size: 1rem}

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

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

    ._cls09bkosl79y {border-radius: 15px}

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

    ._na7xao96cu {padding: 1rem 0.5rem}

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

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

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

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

    ._xe1kd8qrqmle {height: 100px}

    ._xe1kd8qrqmle i {font-size: 2rem}

    ._clssedosl639cj8 {padding: 1rem}

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

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

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

    ._x34g90c h2 {font-size: 1.8rem}

    ._x34g90c p {font-size: 0.9rem}

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

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

    ._ntnhdg3ap i {font-size: 1.2rem}

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

    ._miaq04k {border-radius: 18px}

    ._moie68gypqh85 i {font-size: 5rem}

    ._x0kikh9x {padding: 2.5rem 0}

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

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

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

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

    ._x89psclvrs {font-size: 0.95rem}

    ._x89psclvrs ._clsy3jbno7fp7u {padding: 0.8rem;font-size: 1rem}

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

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

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

    ._clscmpsorn ._nk3fi0deunfx {padding: 0.35rem 0.7rem;font-size: 0.75rem}

    ._cm93k77 {margin-bottom: 1rem}

    ._n5eba5x0q {height: 35px}

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

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

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

._cvxhft8p3{}

._cfkfoie1z{}
