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

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

html {scroll-behavior: smooth}

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

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

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

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

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

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

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

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

._mh3rtlqyy:hover ._cg19fb5u,
._mh3rtlqyy:hover ._clslmcfhd {transform: scale(1.05)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._cls38y1hva i {font-size: 1.1rem}

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

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

._xg9grc1uinmuj i {font-size: 1.1rem}

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

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

._m0h07pp6 {background-clip: padding-box, border-box;transition: var(--transition);padding: 8px;border: 3px solid transparent;background: transparent;box-shadow: 
        0 0 30px rgba(26, 35, 126, 0.3),
        0 0 60px rgba(57, 73, 171, 0.2),
        inset 0 0 30px rgba(26, 35, 126, 0.1);background-origin: border-box;height: 580px;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);position: relative;border-radius: 30px}

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

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

._m0h07pp6:hover {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);transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px) scale(1.02)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._n6ic8a7ypo9hv span {flex: 1}

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

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

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

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

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

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

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

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

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

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

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

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

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

._n5shil33fovar {min-width: 0}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ctv95113dhf3 {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

._x3ieg43d95tz5 ul {list-style: none}

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

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

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

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

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

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

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

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

    ._x6qfzhxc.active {left: 0}

    ._clsx4nt8xww2 {display: flex}

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

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

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

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

    ._cjmbtt34kf {text-align: center}

    ._c1a2c3fkmz2 {font-size: 2rem}

    ._c78skfc {font-size: 1rem}

    ._nbrcnkb2tdt {margin-bottom: 1.5rem}

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

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

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

    ._cls38y1hva i,
    ._xg9grc1uinmuj i {font-size: 1.1rem}

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

    ._cabj2luuk {order: -1}

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

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

    ._n9zcdynlo3a9 {border-radius: 20px}

    ._cls62e1w0elc2q {margin-bottom: 2rem}

    ._cls62e1w0elc2q h2 {font-size: 2rem}

    ._cls62e1w0elc2q p {font-size: 1rem}

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

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

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

    ._n6ic8a7ypo9hv i {font-size: 1.3rem}

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

    ._mznzvrpyyq {border-radius: 20px}

    ._m68g7rwuh0o i {font-size: 6rem}

    ._cp6nkyng00h1u {padding: 3rem 0}

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

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

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

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

    ._x42svrkjy733d {position: static}

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

    ._ngdw95mid8 {font-size: 1rem}

    ._ngdw95mid8 ._clsfonxlfx {font-size: 1.1rem;padding: 1rem}

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

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

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

    ._mrde6uwy0yewo ._nm8eaom504iu {font-size: 0.8rem;padding: 0.4rem 0.8rem}

    ._misg4eqvzn7ck {height: 40px}

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

    ._x3ieg43d95tz5 p {font-size: 0.9rem}

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

    ._nbpnwjzi {font-size: 2rem}

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

    ._xz9z8bwc5i {padding: 1.2rem 0.8rem}

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

    ._xz9z8bwc5i h3 {font-size: 0.9rem}

    ._xz9z8bwc5i p {font-size: 0.8rem}

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

    ._cls5iqxp7 {height: 120px}

    ._cls5iqxp7 i {font-size: 2.5rem}

    ._mbthx0p2f06 {padding: 1.2rem}

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

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

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

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

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

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

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

    ._cls38y1hva i,
    ._xg9grc1uinmuj i {font-size: 1rem}

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

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

    ._n9zcdynlo3a9 {border-radius: 15px}

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

    ._xz9z8bwc5i {padding: 1rem 0.5rem}

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

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

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

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

    ._cls5iqxp7 {height: 100px}

    ._cls5iqxp7 i {font-size: 2rem}

    ._mbthx0p2f06 {padding: 1rem}

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

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

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

    ._cls62e1w0elc2q h2 {font-size: 1.8rem}

    ._cls62e1w0elc2q p {font-size: 0.9rem}

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

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

    ._n6ic8a7ypo9hv i {font-size: 1.2rem}

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

    ._mznzvrpyyq {border-radius: 18px}

    ._m68g7rwuh0o i {font-size: 5rem}

    ._cp6nkyng00h1u {padding: 2.5rem 0}

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

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

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

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

    ._ngdw95mid8 {font-size: 0.95rem}

    ._ngdw95mid8 ._clsfonxlfx {padding: 0.8rem;font-size: 1rem}

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

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

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

    ._mrde6uwy0yewo ._nm8eaom504iu {font-size: 0.75rem;padding: 0.35rem 0.7rem}

    ._xzas4lv6 {margin-bottom: 1rem}

    ._misg4eqvzn7ck {height: 35px}

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

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

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

._c34n3f4d6{}

._cssyymbfc{}
