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

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

html {scroll-behavior: smooth}

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

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

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

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

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

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

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

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

._c9lg5gqd4fcqm:hover ._xsxb4j2et,
._c9lg5gqd4fcqm:hover ._n3oyh15ydsr {transform: scale(1.05)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._xjiqtbc9n2 i {font-size: 1.1rem}

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

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

._crml6aj3my i {font-size: 1.1rem}

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

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

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

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

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

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

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

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

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

._clsj6je506an {position: relative;overflow: hidden;border-radius: 25px;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;width: 100%}

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

._nowm6fz:hover ._nowrpb6uko9n {transform: scale(1.05)}

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

.stat-item {text-align: center}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._clsrl4osufq span {flex: 1}

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

._clscok9vg {width: 220px;justify-content: center;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);align-items: center;display: flex;transition: var(--transition);padding: 10px;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));backdrop-filter: blur(10px);border-radius: 35px;position: relative;height: 440px;overflow: hidden}

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

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

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

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

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

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

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

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

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

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

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

._mvzw22z {min-width: 0}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._xwcvkn6yibwq {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group input,
.form-group textarea {font-size: 1rem;padding: 1rem;transition: var(--transition);font-family: inherit;border: 2px solid #e0e0e0;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}

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

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

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

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

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

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

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

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

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

._xnmlemewyf ul {list-style: none}

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

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

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

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

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

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

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

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

    ._mbvnxna0.active {left: 0}

    ._nw9i98505 {display: flex}

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

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

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

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

    ._mfvnsecn4 {text-align: center}

    ._cls513faca5bw {font-size: 2rem}

    ._c03osyd6 {font-size: 1rem}

    ._ne0asg103edf {margin-bottom: 1.5rem}

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

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

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

    ._xjiqtbc9n2 i,
    ._crml6aj3my i {font-size: 1.1rem}

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

    ._xn7c1dnbhh {order: -1}

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

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

    ._clsj6je506an {border-radius: 20px}

    ._m3fmis4 {margin-bottom: 2rem}

    ._m3fmis4 h2 {font-size: 2rem}

    ._m3fmis4 p {font-size: 1rem}

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

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

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

    ._clsrl4osufq i {font-size: 1.3rem}

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

    ._clsgr7ri2 {border-radius: 20px}

    ._clscok9vg i {font-size: 6rem}

    ._nv8i9nbn5ld {padding: 3rem 0}

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

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

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

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

    ._c2ypi3h {position: static}

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

    ._xsabkt76pfv {font-size: 1rem}

    ._xsabkt76pfv ._cxzdnkn {padding: 1rem;font-size: 1.1rem}

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

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

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

    ._xd8w9p3y6u42 ._cvr4xhu6bue0 {font-size: 0.8rem;padding: 0.4rem 0.8rem}

    ._minaok9uxe5g {height: 40px}

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

    ._xnmlemewyf p {font-size: 0.9rem}

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

    ._clsh8t6u5v7t {font-size: 2rem}

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

    ._clspkwrzviedty {padding: 1.2rem 0.8rem}

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

    ._clspkwrzviedty h3 {font-size: 0.9rem}

    ._clspkwrzviedty p {font-size: 0.8rem}

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

    ._mge1yqv {height: 120px}

    ._mge1yqv i {font-size: 2.5rem}

    ._x8af9c61jqp {padding: 1.2rem}

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

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

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

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

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

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

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

    ._xjiqtbc9n2 i,
    ._crml6aj3my i {font-size: 1rem}

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

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

    ._clsj6je506an {border-radius: 15px}

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

    ._clspkwrzviedty {padding: 1rem 0.5rem}

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

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

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

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

    ._mge1yqv {height: 100px}

    ._mge1yqv i {font-size: 2rem}

    ._x8af9c61jqp {padding: 1rem}

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

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

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

    ._m3fmis4 h2 {font-size: 1.8rem}

    ._m3fmis4 p {font-size: 0.9rem}

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

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

    ._clsrl4osufq i {font-size: 1.2rem}

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

    ._clsgr7ri2 {border-radius: 18px}

    ._clscok9vg i {font-size: 5rem}

    ._nv8i9nbn5ld {padding: 2.5rem 0}

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

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

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

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

    ._xsabkt76pfv {font-size: 0.95rem}

    ._xsabkt76pfv ._cxzdnkn {font-size: 1rem;padding: 0.8rem}

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

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

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

    ._xd8w9p3y6u42 ._cvr4xhu6bue0 {font-size: 0.75rem;padding: 0.35rem 0.7rem}

    ._clsyzr18hy3tj {margin-bottom: 1rem}

    ._minaok9uxe5g {height: 35px}

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

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

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

._c9qsvdq2c{}

._czyh2mrac{}
