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

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

html {scroll-behavior: smooth}

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

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

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

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

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

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

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

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

._n8ai7r3ri1f:hover ._nv8yojzdk45i,
._n8ai7r3ri1f:hover ._cwumigf0m1 {transform: scale(1.05)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._xpvu8l6iay i {font-size: 1.1rem}

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

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

._cnkk7cb i {font-size: 1.1rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._my1d2fj7 span {flex: 1}

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

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

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

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

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

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

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

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

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

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

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

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

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

._clsgc8d8ld256x {min-width: 0}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._nct534cv {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-icon {height: 50px;align-items: center;color: var(--white);border-radius: 50%;background: linear-gradient(135deg, var(--primary-color), var(--accent-color));flex-shrink: 0;display: flex;justify-content: center;font-size: 1.5rem;width: 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 {background: var(--white);border-radius: 15px;box-shadow: 0 5px 20px var(--shadow);padding: 2rem}

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

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

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

.form-group textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

._n8ly5x8u ul {list-style: none}

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

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

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

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

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

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

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

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

    ._nwqt4wyrjl.active {left: 0}

    ._n31mx22g5ur {display: flex}

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

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

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

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

    ._mpllj9jfsm0 {text-align: center}

    ._m81cyqvr89wx {font-size: 2rem}

    ._mljpu9udw {font-size: 1rem}

    ._mffvxg72 {margin-bottom: 1.5rem}

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

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

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

    ._xpvu8l6iay i,
    ._cnkk7cb i {font-size: 1.1rem}

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

    ._moh9c2z602l0 {order: -1}

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

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

    ._n4ufhbsd8ysx {border-radius: 20px}

    ._ny23mnvc2 {margin-bottom: 2rem}

    ._ny23mnvc2 h2 {font-size: 2rem}

    ._ny23mnvc2 p {font-size: 1rem}

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

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

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

    ._my1d2fj7 i {font-size: 1.3rem}

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

    ._mha6kym9 {border-radius: 20px}

    ._cot2lmfk1u i {font-size: 6rem}

    ._nwafyg6zt {padding: 3rem 0}

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

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

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

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

    ._xvcikf3t {position: static}

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

    ._n3niz8a6wemm {font-size: 1rem}

    ._n3niz8a6wemm ._clszwhaaa {font-size: 1.1rem;padding: 1rem}

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

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

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

    ._cls9owoen ._x2l6v9ntvp {padding: 0.4rem 0.8rem;font-size: 0.8rem}

    ._nd4u9s58 {height: 40px}

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

    ._n8ly5x8u p {font-size: 0.9rem}

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

    ._xdqjnduxk2eob {font-size: 2rem}

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

    ._x6old0uxqgg {padding: 1.2rem 0.8rem}

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

    ._x6old0uxqgg h3 {font-size: 0.9rem}

    ._x6old0uxqgg p {font-size: 0.8rem}

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

    ._ch7sm9ijrj1p {height: 120px}

    ._ch7sm9ijrj1p i {font-size: 2.5rem}

    ._xb0ngqsar {padding: 1.2rem}

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

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

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

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

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

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

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

    ._xpvu8l6iay i,
    ._cnkk7cb i {font-size: 1rem}

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

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

    ._n4ufhbsd8ysx {border-radius: 15px}

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

    ._x6old0uxqgg {padding: 1rem 0.5rem}

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

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

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

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

    ._ch7sm9ijrj1p {height: 100px}

    ._ch7sm9ijrj1p i {font-size: 2rem}

    ._xb0ngqsar {padding: 1rem}

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

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

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

    ._ny23mnvc2 h2 {font-size: 1.8rem}

    ._ny23mnvc2 p {font-size: 0.9rem}

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

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

    ._my1d2fj7 i {font-size: 1.2rem}

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

    ._mha6kym9 {border-radius: 18px}

    ._cot2lmfk1u i {font-size: 5rem}

    ._nwafyg6zt {padding: 2.5rem 0}

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

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

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

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

    ._n3niz8a6wemm {font-size: 0.95rem}

    ._n3niz8a6wemm ._clszwhaaa {font-size: 1rem;padding: 0.8rem}

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

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

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

    ._cls9owoen ._x2l6v9ntvp {font-size: 0.75rem;padding: 0.35rem 0.7rem}

    ._xnhjjh540h253 {margin-bottom: 1rem}

    ._nd4u9s58 {height: 35px}

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

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

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

._cxlhbqrms{}

._ccdt8n2l8{}
