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

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

html {scroll-behavior: smooth}

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

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

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

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

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

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

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

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

._nf0hee5cq1zdy:hover ._cls9iopbes,
._nf0hee5cq1zdy:hover ._xkqc422lfykf {transform: scale(1.05)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {color: var(--primary-color);background: var(--white);transform: translateY(-3px)}

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

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

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

._m3ebnxgw0yi i {font-size: 1.1rem}

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

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

._mi22cbigocv i {font-size: 1.1rem}

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

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

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

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

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

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

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

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

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

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

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

._x8n2nhd2z:hover ._clsry6ncf3djp {transform: scale(1.05)}

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

.stat-item {text-align: center}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._clslmo37lwebc1v span {flex: 1}

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

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

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

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

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

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

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

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

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

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

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

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

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

._x0ptf98r97u7 {min-width: 0}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ncs9i4z5ytfgl {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

._xuubr622 ul {list-style: none}

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

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

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

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

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

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

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

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

    ._mx55l5i72.active {left: 0}

    ._cc5bwjh {display: flex}

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

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

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

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

    ._cbmhi4z9lfzx {text-align: center}

    ._xtwwk58 {font-size: 2rem}

    ._cls13vmsxap {font-size: 1rem}

    ._clsln23atea7ui {margin-bottom: 1.5rem}

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

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

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

    ._m3ebnxgw0yi i,
    ._mi22cbigocv i {font-size: 1.1rem}

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

    ._megr59krqi0l {order: -1}

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

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

    ._cl2yuvp {border-radius: 20px}

    ._clsuf96db8s {margin-bottom: 2rem}

    ._clsuf96db8s h2 {font-size: 2rem}

    ._clsuf96db8s p {font-size: 1rem}

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

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

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

    ._clslmo37lwebc1v i {font-size: 1.3rem}

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

    ._xweyfeet2fzt {border-radius: 20px}

    ._mae0uc33x i {font-size: 6rem}

    ._cvp1qjzc9 {padding: 3rem 0}

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

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

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

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

    ._clswmuvuir2l0n {position: static}

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

    ._chumi3w {font-size: 1rem}

    ._chumi3w ._n3btl4v9zy6w9 {font-size: 1.1rem;padding: 1rem}

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

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

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

    ._mjp5d3y2n3x ._nmy1btujhgjz {font-size: 0.8rem;padding: 0.4rem 0.8rem}

    ._cdxo2h6h1ivb {height: 40px}

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

    ._xuubr622 p {font-size: 0.9rem}

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

    ._xoe5htvvbeu {font-size: 2rem}

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

    ._coonfpc0 {padding: 1.2rem 0.8rem}

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

    ._coonfpc0 h3 {font-size: 0.9rem}

    ._coonfpc0 p {font-size: 0.8rem}

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

    ._n7i805kz05 {height: 120px}

    ._n7i805kz05 i {font-size: 2.5rem}

    ._cdpkn0431 {padding: 1.2rem}

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

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

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

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

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

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

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

    ._m3ebnxgw0yi i,
    ._mi22cbigocv i {font-size: 1rem}

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

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

    ._cl2yuvp {border-radius: 15px}

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

    ._coonfpc0 {padding: 1rem 0.5rem}

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

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

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

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

    ._n7i805kz05 {height: 100px}

    ._n7i805kz05 i {font-size: 2rem}

    ._cdpkn0431 {padding: 1rem}

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

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

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

    ._clsuf96db8s h2 {font-size: 1.8rem}

    ._clsuf96db8s p {font-size: 0.9rem}

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

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

    ._clslmo37lwebc1v i {font-size: 1.2rem}

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

    ._xweyfeet2fzt {border-radius: 18px}

    ._mae0uc33x i {font-size: 5rem}

    ._cvp1qjzc9 {padding: 2.5rem 0}

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

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

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

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

    ._chumi3w {font-size: 0.95rem}

    ._chumi3w ._n3btl4v9zy6w9 {padding: 0.8rem;font-size: 1rem}

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

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

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

    ._mjp5d3y2n3x ._nmy1btujhgjz {padding: 0.35rem 0.7rem;font-size: 0.75rem}

    ._cls1dpsf51tcz5 {margin-bottom: 1rem}

    ._cdxo2h6h1ivb {height: 35px}

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

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

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

._c9bjc52oh{}

._cyyvynnpo{}
