:root {
            --hiLxq-primary: #ff4d4f;
            --hiLxq-secondary: #2f54eb;
            --hiLxq-dark: #141414;
            --hiLxq-light: #f5f5f5;
            --hiLxq-text: #262626;
            --hiLxq-gray: #8c8c8c;
            --hiLxq-glass: rgba(255, 255, 255, 0.8);
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { 
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: var(--hiLxq-text);
            line-height: 1.6;
            background-color: #fff;
            overflow-x: hidden;
        }

        /* 导航栏复用样式 */
        .hiLxq-veca { position: fixed; top: 0; width: 100%; background: var(--hiLxq-glass); backdrop-filter: blur(10px); z-index: 1000; border-bottom: 1px solid rgba(0,0,0,0.05); }
        .hiLxq-kazuw { max-width: 1300px; margin: 0 auto; padding: 0 24px; }
        .hiLxq-wefimef { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
        .hiLxq-logo { padding: 16px 0; display: flex; align-items: center; }
        .hiLxq-logo img { height: 32px; width: auto; }
        .hiLxq-uhuwi { display: flex; flex-wrap: wrap; }
        .hiLxq-xugupe-list { display: flex; flex-wrap: wrap; list-style: none; }
        .hiLxq-xugupe { 
            padding: 24px 16px; 
            text-decoration: none; 
            color: var(--hiLxq-text); 
            font-weight: 500; 
            transition: color 0.3s;
            font-size: 15px;
        }
        .hiLxq-xugupe:hover { color: var(--hiLxq-primary); }
        .hiLxq-xugupe.active { color: var(--hiLxq-primary); position: relative; }
        .hiLxq-xugupe.active::after {
            content: ''; position: absolute; bottom: 0; left: 16px; right: 16px; height: 3px; background: var(--hiLxq-primary); border-radius: 3px 3px 0 0;
        }

        /* 独特页面布局 - 声波动态视觉 */
        .hiLxq-pawu { 
            padding: 160px 0 80px; 
            background: radial-gradient(circle at 90% 10%, rgba(255, 77, 79, 0.05) 0%, transparent 40%),
                        radial-gradient(circle at 10% 90%, rgba(47, 84, 235, 0.05) 0%, transparent 40%);
            overflow: hidden;
            position: relative;
        }
        
        .hiLxq-pawu-inner { text-align: center; max-width: 900px; margin: 0 auto; }
        .hiLxq-pawu-title { 
            font-size: clamp(2.2rem, 5vw + 1rem, 4.5rem); 
            font-weight: 800; 
            line-height: 1.1; 
            margin-bottom: 24px; 
            word-break: keep-all;
            background: linear-gradient(135deg, #141414 0%, #434343 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .hiLxq-pawu-sub { 
            font-size: clamp(1.1rem, 2vw + 0.5rem, 1.4rem); 
            color: var(--hiLxq-gray); 
            margin-bottom: 48px;
            word-break: break-word;
        }

        /* 核心功能区 */
        .hiLxq-udutuc { padding: 80px 0; background: #fafafa; }
        .hiLxq-zuvacot { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; margin-top: 48px; }
        .hiLxq-cawojih { 
            background: #fff; 
            padding: 48px; 
            border-radius: 24px; 
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            border: 1px solid rgba(0,0,0,0.03);
            display: flex;
            flex-direction: column;
            min-width: 0;
        }
        .hiLxq-cawojih:hover { 
            transform: translateY(-10px); 
            box-shadow: 0 20px 40px rgba(0,0,0,0.08); 
        }
        
        .hiLxq-akoqumi-icon { 
            width: 64px; height: 64px; 
            background: linear-gradient(135deg, var(--hiLxq-primary), #ff7875);
            border-radius: 18px;
            margin-bottom: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }
        .hiLxq-cawojih h3 { font-size: 24px; margin-bottom: 16px; color: var(--hiLxq-dark); }
        .hiLxq-cawojih p { color: var(--hiLxq-gray); font-size: 16px; line-height: 1.8; }

        /* 交互展示区 */
        .hiLxq-sexocu { padding: 100px 0; background: var(--hiLxq-dark); color: #fff; border-radius: 40px; margin: 40px 24px; position: relative; overflow: hidden; }
        .hiLxq-sexocu::before {
            content: ''; position: absolute; width: 400px; height: 400px; background: var(--hiLxq-primary); filter: blur(150px); opacity: 0.15; top: -100px; right: -100px;
        }
        .hiLxq-sexocu-flex { display: flex; flex-wrap: wrap; align-items: center; gap: 64px; }
        .hiLxq-sexocu-text { flex: 1; min-width: 300px; }
        .hiLxq-sexocu-visual { flex: 1; min-width: 300px; display: flex; justify-content: center; }
        
        .hiLxq-ihojaqa { 
            display: inline-flex; 
            align-items: center; 
            padding: 16px 40px; 
            background: var(--hiLxq-primary); 
            color: #fff; 
            text-decoration: none; 
            border-radius: 50px; 
            font-weight: 600; 
            font-size: 18px;
            transition: all 0.3s;
            margin-top: 32px;
        }
        .hiLxq-ihojaqa:hover { background: #ff7875; transform: scale(1.05); }

        /* 页脚复用结构 */
        .hiLxq-ibotoba { background: #f9f9f9; padding: 80px 0 40px; border-top: 1px solid #eee; margin-top: 80px; }
        .hiLxq-ibotoba-brand h4 { font-size: 22px; margin-bottom: 16px; color: var(--hiLxq-dark); }
        .hiLxq-ibotoba-brand p { color: var(--hiLxq-gray); max-width: 320px; margin-bottom: 32px; }
        .hiLxq-ugej-group { flex: 1; min-width: 150px; margin-bottom: 32px; }
        .hiLxq-ugej-group h5 { font-size: 16px; margin-bottom: 24px; color: var(--hiLxq-dark); }
        .hiLxq-ugej-list { list-style: none; }
        .hiLxq-ugej-list li { margin-bottom: 12px; }
        .hiLxq-ugej { color: var(--hiLxq-gray); text-decoration: none; transition: color 0.3s; }
        .hiLxq-ugej:hover { color: var(--hiLxq-primary); }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .hiLxq-kazuw { padding: 0 20px; }
            .hiLxq-uhuwi { display: none; } /* 移动端简化 */
            .hiLxq-pawu { padding: 120px 0 60px; }
            .hiLxq-sexocu { margin: 20px 10px; border-radius: 20px; padding: 60px 20px; }
        }

        /* SVG 动画增强 */
        .hiLxq-wave-anim { width: 100%; height: 60px; display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 40px; }
        .hiLxq-wave-bar { width: 4px; background: var(--hiLxq-primary); border-radius: 2px; animation: hiLxq-bounce 1s ease-in-out infinite alternate; }
        @keyframes hiLxq-bounce {
            from { height: 10px; opacity: 0.3; }
            to { height: 50px; opacity: 1; }
        }

.hiLxq-hdr-veca {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    word-break: keep-all;
    color: var(--hiLxq-text);
}
.hiLxq-hdr-veca,
.hiLxq-hdr-veca *,
.hiLxq-hdr-veca *::before,
.hiLxq-hdr-veca *::after {
    box-sizing: border-box;
}

.hiLxq-hdr-veca nav,
.hiLxq-hdr-veca div,
.hiLxq-hdr-veca section,
.hiLxq-hdr-veca article,
.hiLxq-hdr-veca aside,
.hiLxq-hdr-veca p,
.hiLxq-hdr-veca h1,
.hiLxq-hdr-veca h2,
.hiLxq-hdr-veca h3,
.hiLxq-hdr-veca h4,
.hiLxq-hdr-veca h5,
.hiLxq-hdr-veca h6,
.hiLxq-hdr-veca a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.hiLxq-hdr-veca p,
.hiLxq-hdr-veca h1,
.hiLxq-hdr-veca h2,
.hiLxq-hdr-veca h3,
.hiLxq-hdr-veca h4,
.hiLxq-hdr-veca h5,
.hiLxq-hdr-veca h6 {
    text-decoration: none;
}

.hiLxq-hdr-veca img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.hiLxq-hdr-veca {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.hiLxq-hdr-veca a.hiLxq-hdr-xugupe {
    --aisite-shell-nav-padding: 8px 16px;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: flex;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.hiLxq-hdr-veca a.hiLxq-hdr-xugupe,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe:hover,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe:focus,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe:active,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe.active,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.hiLxq-hdr-veca .hiLxq-hdr-kazuw{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

.hiLxq-hdr-veca .hiLxq-hdr-wefimef{
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

.hiLxq-hdr-veca .hiLxq-hdr-uhuwi{
            word-break: break-word;
            overflow-wrap: break-word;
            position: relative;
        }

.hiLxq-hdr-veca{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
            padding: 16px 0;
        }

.hiLxq-hdr-veca .hiLxq-hdr-wefimef{
            justify-content: space-between;
            align-items: center;
        }

.hiLxq-hdr-veca .hiLxq-hdr-logo{
            flex: 0 0 auto;
            min-width: 0;
        }

.hiLxq-hdr-veca .hiLxq-hdr-logo img{
            height: 36px;
            display: block;
        }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe-list{
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
            list-style: none;
            gap: 8px;
        }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe{
            text-decoration: none;
            color: #333333;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 30px;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe:hover{
            color: #ff6a00;
            background: rgba(255, 106, 0, 0.05);
        }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe.active{
            background: #ff6a00;
            color: #fff;
        }

@media (max-width: 768px){.hiLxq-hdr-veca .hiLxq-hdr-wefimef{
                flex-direction: column;
                gap: 16px;
            }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe-list{
                justify-content: center;
            }}

.hiLxq-ftr-ibotoba {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    word-break: keep-all;
    color: var(--hiLxq-text);
}
.hiLxq-ftr-ibotoba,
.hiLxq-ftr-ibotoba *,
.hiLxq-ftr-ibotoba *::before,
.hiLxq-ftr-ibotoba *::after {
    box-sizing: border-box;
}

.hiLxq-ftr-ibotoba nav,
.hiLxq-ftr-ibotoba div,
.hiLxq-ftr-ibotoba section,
.hiLxq-ftr-ibotoba article,
.hiLxq-ftr-ibotoba aside,
.hiLxq-ftr-ibotoba p,
.hiLxq-ftr-ibotoba h1,
.hiLxq-ftr-ibotoba h2,
.hiLxq-ftr-ibotoba h3,
.hiLxq-ftr-ibotoba h4,
.hiLxq-ftr-ibotoba h5,
.hiLxq-ftr-ibotoba h6,
.hiLxq-ftr-ibotoba a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.hiLxq-ftr-ibotoba p,
.hiLxq-ftr-ibotoba h1,
.hiLxq-ftr-ibotoba h2,
.hiLxq-ftr-ibotoba h3,
.hiLxq-ftr-ibotoba h4,
.hiLxq-ftr-ibotoba h5,
.hiLxq-ftr-ibotoba h6 {
    text-decoration: none;
}

.hiLxq-ftr-ibotoba img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.hiLxq-ftr-ibotoba {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.hiLxq-ftr-ibotoba a,
.hiLxq-ftr-ibotoba a:hover,
.hiLxq-ftr-ibotoba a:focus,
.hiLxq-ftr-ibotoba a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.hiLxq-ftr-ibotoba .hiLxq-ftr-kazuw{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-wefimef{
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

.hiLxq-ftr-ibotoba{
            background: #1a1a1a;
            color: rgba(255,255,255,0.7);
            padding: 80px 0 40px;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-wefimef{
            justify-content: space-between;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ibotoba-brand{
            flex: 1;
            min-width: 260px;
            margin-bottom: 40px;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ibotoba-brand h4{
            color: #fff;
            font-size: 1.8rem;
            margin-bottom: 16px;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ibotoba-links{
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
            gap: 64px;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ugej-group h5{
            color: #fff;
            margin-bottom: 24px;
            font-size: 1.1rem;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ugej-list{
            list-style: none;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ugej{
            display: block;
            color: rgba(255,255,255,0.5);
            text-decoration: none;
            margin-bottom: 12px;
            transition: color 0.3s ease;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ugej:hover{
            color: #ff6a00;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-copyright{
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            text-align: center;
            font-size: 0.9rem;
        }

@media (max-width: 768px){.hiLxq-ftr-ibotoba .hiLxq-ftr-ibotoba-links{
                gap: 32px;
            }}