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

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

html {scroll-behavior: smooth}

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

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

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

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

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

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

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

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

._n7hhyp43s1sq:hover ._cls4wmuf0a,
._n7hhyp43s1sq:hover ._nhztwj2k {transform: scale(1.05)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._nyye49b9 i {font-size: 1.1rem}

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

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

._clsf4g90m77 i {font-size: 1.1rem}

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

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

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

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

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

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

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

@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)}
}

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

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

._cpt3y4irr:hover ._clsiinroddjgx {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;color: var(--gold);margin-bottom: 0.5rem;font-weight: bold}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._cls2mnzqtwdx9o1 span {flex: 1}

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

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

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

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

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

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

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

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

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

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

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

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

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

._cls0wectf {min-width: 0}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._nanbui3yl {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

._clsuztxxf ul {list-style: none}

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

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

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

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

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

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

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

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

    ._m13h59o5mhiko.active {left: 0}

    ._nr52ka2vjtv5 {display: flex}

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

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

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

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

    ._xasyq81fs4js {text-align: center}

    ._xpu6yggo {font-size: 2rem}

    ._ns7hdxjx1 {font-size: 1rem}

    ._m09w7jm8 {margin-bottom: 1.5rem}

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

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

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

    ._nyye49b9 i,
    ._clsf4g90m77 i {font-size: 1.1rem}

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

    ._cls7hzbounj3wa {order: -1}

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

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

    ._clsgpdi39 {border-radius: 20px}

    ._cnhh68fn {margin-bottom: 2rem}

    ._cnhh68fn h2 {font-size: 2rem}

    ._cnhh68fn p {font-size: 1rem}

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

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

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

    ._cls2mnzqtwdx9o1 i {font-size: 1.3rem}

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

    ._mi3xt5ov {border-radius: 20px}

    ._mrhqjmq3o i {font-size: 6rem}

    ._xw9vvad {padding: 3rem 0}

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

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

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

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

    ._x9humc4u8zlw {position: static}

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

    ._n50skf7h5je {font-size: 1rem}

    ._n50skf7h5je ._m95fcyjwg15 {font-size: 1.1rem;padding: 1rem}

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

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

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

    ._xmginld8 ._clsrxlj6sor {padding: 0.4rem 0.8rem;font-size: 0.8rem}

    ._nbowytmd7rg {height: 40px}

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

    ._clsuztxxf p {font-size: 0.9rem}

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

    ._cfnzdmk {font-size: 2rem}

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

    ._clsx5pf5rsij {padding: 1.2rem 0.8rem}

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

    ._clsx5pf5rsij h3 {font-size: 0.9rem}

    ._clsx5pf5rsij p {font-size: 0.8rem}

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

    ._ni3od8ey0qt7 {height: 120px}

    ._ni3od8ey0qt7 i {font-size: 2.5rem}

    ._mnvwnvr0 {padding: 1.2rem}

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

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

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

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

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

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

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

    ._nyye49b9 i,
    ._clsf4g90m77 i {font-size: 1rem}

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

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

    ._clsgpdi39 {border-radius: 15px}

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

    ._clsx5pf5rsij {padding: 1rem 0.5rem}

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

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

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

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

    ._ni3od8ey0qt7 {height: 100px}

    ._ni3od8ey0qt7 i {font-size: 2rem}

    ._mnvwnvr0 {padding: 1rem}

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

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

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

    ._cnhh68fn h2 {font-size: 1.8rem}

    ._cnhh68fn p {font-size: 0.9rem}

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

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

    ._cls2mnzqtwdx9o1 i {font-size: 1.2rem}

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

    ._mi3xt5ov {border-radius: 18px}

    ._mrhqjmq3o i {font-size: 5rem}

    ._xw9vvad {padding: 2.5rem 0}

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

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

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

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

    ._n50skf7h5je {font-size: 0.95rem}

    ._n50skf7h5je ._m95fcyjwg15 {font-size: 1rem;padding: 0.8rem}

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

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

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

    ._xmginld8 ._clsrxlj6sor {padding: 0.35rem 0.7rem;font-size: 0.75rem}

    ._mmfcht5efdc {margin-bottom: 1rem}

    ._nbowytmd7rg {height: 35px}

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

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

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

._c8z83y49j{}

._co24a6cy3{}
