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

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

html {scroll-behavior: smooth}

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

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

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

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

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

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

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

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

._xqkeyvc5:hover ._xerhw7r,
._xqkeyvc5:hover ._c49iw299gdm {transform: scale(1.05)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._xsqhivuvu i {font-size: 1.1rem}

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

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

._cls3jpoj7rjj i {font-size: 1.1rem}

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

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

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

._clszfieeqf::before {left: -3px;content: '';top: -3px;z-index: -1;position: absolute;right: -3px;background: linear-gradient(135deg, 
        rgba(74, 124, 74, 0.6),
        rgba(26, 95, 26, 0.8),
        rgba(61, 107, 61, 0.6),
        rgba(74, 124, 74, 0.6));bottom: -3px;opacity: 0.8;animation: borderGlow 3s ease-in-out infinite;border-radius: 30px}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._nwz3vwuy5 span {flex: 1}

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

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

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

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

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

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

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

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

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

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

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

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

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

._nlzx0jd0h3 {min-width: 0}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._cls3tvglb6oy {padding: 1.5rem}

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

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

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

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

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

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

._n7o5dacxz {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);margin-top: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

._c19buvz ul {list-style: none}

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

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

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

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

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

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

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

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

    ._mwbozpjs18t.active {left: 0}

    ._n90rzje2re0 {display: flex}

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

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

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

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

    ._nuixt6ouo {text-align: center}

    ._xxwyhkrzur {font-size: 2rem}

    ._ntmoqhy {font-size: 1rem}

    ._nw8aadil {margin-bottom: 1.5rem}

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

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

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

    ._xsqhivuvu i,
    ._cls3jpoj7rjj i {font-size: 1.1rem}

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

    ._msni8ls {order: -1}

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

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

    ._cls1ct1zlq9ptr {border-radius: 20px}

    ._cls0uaoy03tn3bp {margin-bottom: 2rem}

    ._cls0uaoy03tn3bp h2 {font-size: 2rem}

    ._cls0uaoy03tn3bp p {font-size: 1rem}

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

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

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

    ._nwz3vwuy5 i {font-size: 1.3rem}

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

    ._xrt7567n {border-radius: 20px}

    ._ctsr61ph i {font-size: 6rem}

    ._xpk9kczmm7 {padding: 3rem 0}

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

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

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

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

    ._nmo80fx2enrq3 {position: static}

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

    ._xfsc6if8a {font-size: 1rem}

    ._xfsc6if8a ._x4ijawlg4qyra {font-size: 1.1rem;padding: 1rem}

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

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

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

    ._xqyxszyvoyqlq ._mailizwxodz98 {padding: 0.4rem 0.8rem;font-size: 0.8rem}

    ._mgftmzpc142n {height: 40px}

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

    ._c19buvz p {font-size: 0.9rem}

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

    ._nrxi2v2kzd3 {font-size: 2rem}

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

    ._x5knqi6bw6e {padding: 1.2rem 0.8rem}

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

    ._x5knqi6bw6e h3 {font-size: 0.9rem}

    ._x5knqi6bw6e p {font-size: 0.8rem}

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

    ._xdsm2me6w {height: 120px}

    ._xdsm2me6w i {font-size: 2.5rem}

    ._mn62rdjjr {padding: 1.2rem}

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

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

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

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

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

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

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

    ._xsqhivuvu i,
    ._cls3jpoj7rjj i {font-size: 1rem}

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

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

    ._cls1ct1zlq9ptr {border-radius: 15px}

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

    ._x5knqi6bw6e {padding: 1rem 0.5rem}

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

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

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

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

    ._xdsm2me6w {height: 100px}

    ._xdsm2me6w i {font-size: 2rem}

    ._mn62rdjjr {padding: 1rem}

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

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

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

    ._cls0uaoy03tn3bp h2 {font-size: 1.8rem}

    ._cls0uaoy03tn3bp p {font-size: 0.9rem}

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

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

    ._nwz3vwuy5 i {font-size: 1.2rem}

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

    ._xrt7567n {border-radius: 18px}

    ._ctsr61ph i {font-size: 5rem}

    ._xpk9kczmm7 {padding: 2.5rem 0}

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

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

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

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

    ._xfsc6if8a {font-size: 0.95rem}

    ._xfsc6if8a ._x4ijawlg4qyra {padding: 0.8rem;font-size: 1rem}

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

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

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

    ._xqyxszyvoyqlq ._mailizwxodz98 {padding: 0.35rem 0.7rem;font-size: 0.75rem}

    ._cls8y6a6a {margin-bottom: 1rem}

    ._mgftmzpc142n {height: 35px}

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

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

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

._c8jnhwz04{}

._c34pd3r04{}
