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

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

html {scroll-behavior: smooth}

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

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

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

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

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

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

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

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

._m4p45wu6qo:hover ._nuknwsap16,
._m4p45wu6qo:hover ._xejrk2aq {transform: scale(1.05)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._clstyo2pjbyxj8 i {font-size: 1.1rem}

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

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

._cdnbu0fd i {font-size: 1.1rem}

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

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

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

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

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

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

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

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

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

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

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

._clsqcbw0e:hover ._xvwdjofcse {transform: scale(1.05)}

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

.stat-item {text-align: center}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._mrlp7d235 span {flex: 1}

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

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

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

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

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

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

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

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

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

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

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

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

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

._m0zk1imv {min-width: 0}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._xub0lhskqu {padding: 1.5rem}

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

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

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

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

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

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

._xbv12s3jochdd {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)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

._nt4hihhsdf0e ul {list-style: none}

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

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

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

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

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

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

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

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

    ._c46cheqnl3.active {left: 0}

    ._m1h2xppoxv {display: flex}

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

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

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

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

    ._mepcesec58o {text-align: center}

    ._cg3688g4q45 {font-size: 2rem}

    ._cydgh31arf {font-size: 1rem}

    ._m02jfyv1por {margin-bottom: 1.5rem}

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

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

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

    ._clstyo2pjbyxj8 i,
    ._cdnbu0fd i {font-size: 1.1rem}

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

    ._no6wy5hyjjs {order: -1}

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

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

    ._c0ieb38wnkf {border-radius: 20px}

    ._clsom3j4tpehj0f {margin-bottom: 2rem}

    ._clsom3j4tpehj0f h2 {font-size: 2rem}

    ._clsom3j4tpehj0f p {font-size: 1rem}

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

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

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

    ._mrlp7d235 i {font-size: 1.3rem}

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

    ._clscgs7v3c9ho4 {border-radius: 20px}

    ._nmcheqme9h2u4 i {font-size: 6rem}

    ._xr42tdv {padding: 3rem 0}

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

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

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

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

    ._cyb5ye80eku {position: static}

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

    ._n3muc4i0ub {font-size: 1rem}

    ._n3muc4i0ub ._mdr82zed0twd {padding: 1rem;font-size: 1.1rem}

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

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

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

    ._xphi45nwf ._n5f7nkbj {padding: 0.4rem 0.8rem;font-size: 0.8rem}

    ._nuz2xenqm {height: 40px}

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

    ._nt4hihhsdf0e p {font-size: 0.9rem}

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

    ._mu6gmczw {font-size: 2rem}

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

    ._nkxf93sdwdq {padding: 1.2rem 0.8rem}

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

    ._nkxf93sdwdq h3 {font-size: 0.9rem}

    ._nkxf93sdwdq p {font-size: 0.8rem}

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

    ._ml8urfh {height: 120px}

    ._ml8urfh i {font-size: 2.5rem}

    ._ciunqdpj16f {padding: 1.2rem}

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

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

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

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

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

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

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

    ._clstyo2pjbyxj8 i,
    ._cdnbu0fd i {font-size: 1rem}

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

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

    ._c0ieb38wnkf {border-radius: 15px}

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

    ._nkxf93sdwdq {padding: 1rem 0.5rem}

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

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

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

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

    ._ml8urfh {height: 100px}

    ._ml8urfh i {font-size: 2rem}

    ._ciunqdpj16f {padding: 1rem}

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

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

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

    ._clsom3j4tpehj0f h2 {font-size: 1.8rem}

    ._clsom3j4tpehj0f p {font-size: 0.9rem}

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

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

    ._mrlp7d235 i {font-size: 1.2rem}

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

    ._clscgs7v3c9ho4 {border-radius: 18px}

    ._nmcheqme9h2u4 i {font-size: 5rem}

    ._xr42tdv {padding: 2.5rem 0}

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

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

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

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

    ._n3muc4i0ub {font-size: 0.95rem}

    ._n3muc4i0ub ._mdr82zed0twd {padding: 0.8rem;font-size: 1rem}

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

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

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

    ._xphi45nwf ._n5f7nkbj {font-size: 0.75rem;padding: 0.35rem 0.7rem}

    ._xom809l {margin-bottom: 1rem}

    ._nuz2xenqm {height: 35px}

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

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

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

._cl9ibvk6c{}

._c2zm5w9cg{}
