
        :root {
            --egx_lr-primary: #ff4d4f;
            --egx_lr-primary-hover: #ff7875;
            --egx_lr-dark: #1a1a1a;
            --egx_lr-light: #f5f5f5;
            --egx_lr-text: #333;
            --egx_lr-gray: #8c8c8c;
            --egx_lr-white: #ffffff;
            --egx_lr-gap: 8px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
            line-height: 1.6;
            color: var(--egx_lr-text);
            background-color: var(--egx_lr-white);
            word-break: break-word;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
        }

        img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* 统一容器 */
        .egx_lr-hidoco {
            width: 100%;
            overflow: hidden;
        }

        .egx_lr-guhu {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            flex-wrap: wrap;
        }

        /* 导航复用风格 */
        .egx_lr-oxacine {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid #eee;
            padding: 12px 0;
        }

        .egx_lr-logo {
            flex: 0 0 auto;
            display: flex;
            align-items: center;
        }

        .egx_lr-logo img {
            height: 32px;
        }

        .egx_lr-acudo-list {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            align-items: center;
            min-width: 0;
        }

        .egx_lr-acudo {
            padding: 8px 12px;
            font-size: 14px;
            color: #333;
            font-weight: 500;
        }

        .egx_lr-acudo:hover, .egx_lr-acudo.active {
            color: var(--egx_lr-primary);
        }

        /* 独特展示区 - 居中流场设计 */
        .egx_lr-iyibaf {
            padding: 96px 0;
            background: radial-gradient(circle at top right, #fff5f5, #ffffff);
            text-align: center;
            overflow: hidden;
        }

        .egx_lr-ofid-text {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }

        .egx_lr-ofid-title {
            font-size: clamp(2rem, 5vw, 3.5rem);
            line-height: 1.2;
            margin-bottom: 24px;
            color: var(--egx_lr-dark);
            font-weight: 800;
        }

        .egx_lr-ofid-subtitle {
            font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
            color: var(--egx_lr-gray);
            margin-bottom: 40px;
            word-break: keep-all;
        }

        .egx_lr-ofub {
            display: inline-block;
            background: var(--egx_lr-primary);
            color: var(--egx_lr-white);
            padding: 16px 48px;
            border-radius: 50px;
            font-weight: bold;
            font-size: 18px;
            box-shadow: 0 10px 20px rgba(255, 77, 79, 0.2);
        }

        .egx_lr-ofub:hover {
            transform: translateY(-3px);
            background: var(--egx_lr-primary-hover);
        }

        /* 核心特性区 - 图文交错 */
        .egx_lr-hayase {
            padding: 80px 0;
        }

        .egx_lr-hayase-wrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 64px;
            width: 100%;
        }

        .egx_lr-hayase-wrap:nth-child(even) {
            flex-direction: row-reverse;
        }

        .egx_lr-hayase-info {
            flex: 1;
            min-width: 320px;
            padding: 32px;
        }

        .egx_lr-hayase-tag {
            display: inline-block;
            background: #fff1f0;
            color: var(--egx_lr-primary);
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 16px;
        }

        .egx_lr-hayase-h2 {
            font-size: clamp(1.5rem, 3vw, 2.5rem);
            margin-bottom: 24px;
            color: var(--egx_lr-dark);
        }

        .egx_lr-hayase-list {
            list-style: none;
        }

        .egx_lr-hayase-li {
            margin-bottom: 16px;
            padding-left: 24px;
            position: relative;
            color: #555;
        }

        .egx_lr-hayase-li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--egx_lr-primary);
            font-weight: bold;
        }

        .egx_lr-hayase-image {
            flex: 1;
            min-width: 320px;
            padding: 24px;
        }

        .egx_lr-hayase-image img {
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        /* 功能卡片区 */
        .egx_lr-tica {
            background-color: var(--egx_lr-light);
            padding: 80px 0;
        }

        .egx_lr-tica-h2 {
            width: 100%;
            text-align: center;
            font-size: 32px;
            margin-bottom: 48px;
        }

        .egx_lr-arip {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
            width: 100%;
        }

        .egx_lr-fojitaf {
            background: var(--egx_lr-white);
            padding: 40px;
            border-radius: 16px;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            border: 1px solid transparent;
        }

        .egx_lr-fojitaf:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.05);
            border-color: #ffe8e8;
        }

        .egx_lr-fojitaf-icon {
            width: 64px;
            height: 64px;
            background: #fff1f0;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: var(--egx_lr-primary);
            margin-bottom: 24px;
        }

        .egx_lr-fojitaf-h3 {
            font-size: 20px;
            margin-bottom: 16px;
        }

        .egx_lr-fojitaf-p {
            color: var(--egx_lr-gray);
            font-size: 15px;
            line-height: 1.8;
        }

        /* 统计区块 */
        .egx_lr-tica-stats {
            padding: 64px 0;
            background: var(--egx_lr-dark);
            color: var(--egx_lr-white);
            text-align: center;
        }

        .egx_lr-tica-stats-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            width: 100%;
        }

        .egx_lr-tica-stat-item {
            flex: 1;
            min-width: 200px;
            padding: 24px;
        }

        .egx_lr-tica-stat-num {
            font-size: 48px;
            font-weight: 800;
            color: var(--egx_lr-primary);
            margin-bottom: 8px;
        }

        /* 页脚 */
        .egx_lr-ofaf {
            background: #f9f9f9;
            padding: 64px 0 32px;
            border-top: 1px solid #eee;
        }

        .egx_lr-ofaf-grid {
            display: grid;
            grid-template-columns: 2fr repeat(3, 1fr);
            gap: 48px;
            width: 100%;
        }

        .egx_lr-ofaf-brand-name {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 16px;
            color: var(--egx_lr-primary);
        }

        .egx_lr-olohut-h4 {
            font-size: 16px;
            margin-bottom: 24px;
            color: var(--egx_lr-dark);
        }

        .egx_lr-olohut-list {
            list-style: none;
        }

        .egx_lr-olohut {
            margin-bottom: 12px;
            font-size: 14px;
            color: var(--egx_lr-gray);
        }

        .egx_lr-olohut a:hover {
            color: var(--egx_lr-primary);
        }

        .egx_lr-ofaf-copy {
            width: 100%;
            text-align: center;
            padding-top: 48px;
            margin-top: 48px;
            border-top: 1px solid #eee;
            font-size: 13px;
            color: #999;
        }

        /* 响应式断点 */
        @media (max-width: 768px) {
            .egx_lr-ofaf-grid {
                grid-template-columns: 1fr;
                gap: 32px;
            }
            .egx_lr-acudo-list {
                display: none; /* 简化移动端，实际应有汉堡菜单 */
            }
            .egx_lr-hayase-wrap {
                flex-direction: column !important;
            }
            .egx_lr-hayase-info, .egx_lr-hayase-image {
                min-width: 100%;
            }
        }
    