
        :root {
            --trlmO-primary: #d44333;
            --trlmO-accent: #1e2124;
            --trlmO-bg: #f8fafc;
            --trlmO-white: #ffffff;
            --trlmO-text: #334155;
            --trlmO-title: #0f172a;
            --trlmO-space-base: 8px;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
            color: var(--trlmO-text);
            background-color: var(--trlmO-bg);
            line-height: 1.8;
            word-break: break-word;
        }

        /* 导航复用风格 */
        .trlmO-haqi {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid #eee;
            width: 100%;
        }
        .trlmO-loporo {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 12px 24px;
        }
        .trlmO-logo {
            display: flex;
            align-items: center;
            min-width: 0;
        }
        .trlmO-logo img {
            height: 32px;
            width: auto;
        }
        .trlmO-trlmO-guide-items {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            min-width: 0;
        }
        .trlmO-trlmO-route {
            text-decoration: none;
            color: #444;
            font-size: 14px;
            font-weight: 500;
            padding: 8px 4px;
            transition: color 0.3s;
        }
        .trlmO-trlmO-route:hover {
            color: var(--trlmO-primary);
        }
        .trlmO-trlmO-route.active {
            color: var(--trlmO-primary);
            border-bottom: 2px solid var(--trlmO-primary);
        }

        /* 核心布局容器 */
        .trlmO-kava {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        .trlmO-pahatav {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            padding: 64px 0;
            min-width: 0;
        }

        /* 展示区域 - 顶层下载 */
        .trlmO-ayonicu {
            background: linear-gradient(135deg, #fff 0%, #f1f5f9 100%);
            width: 100%;
            border-radius: 32px;
            padding: 80px 48px;
            text-align: center;
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
            margin-bottom: 48px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            min-width: 0;
        }

        .trlmO-atoca-title {
            font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
            color: var(--trlmO-title);
            line-height: 1.2;
            margin-bottom: 24px;
            font-weight: 800;
            width: 100%;
        }

        .trlmO-atoca-subtitle {
            font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
            color: #64748b;
            max-width: 800px;
            margin: 0 auto 48px;
            width: 100%;
        }

        /* 下载按钮组件 */
        .trlmO-umope {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            justify-content: center;
            width: 100%;
            min-width: 0;
        }

        .trlmO-akiqa {
            background-color: var(--trlmO-primary);
            color: var(--trlmO-white);
            padding: 16px 48px;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.3s, box-shadow 0.3s;
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 200px;
            justify-content: center;
        }

        .trlmO-akiqa:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(212, 67, 51, 0.3);
        }

        .trlmO-equfoko {
            background-color: var(--trlmO-white);
            color: var(--trlmO-accent);
            padding: 16px 48px;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            border: 2px solid #e2e8f0;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 200px;
            justify-content: center;
        }

        .trlmO-equfoko:hover {
            background-color: #f1f5f9;
            border-color: #cbd5e1;
        }

        /* 模块化生态展示 */
        .trlmO-yizidi {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            margin-bottom: 96px;
            min-width: 0;
        }

        .trlmO-juzuja {
            flex: 1;
            min-width: 300px;
            background: var(--trlmO-white);
            padding: 40px;
            border-radius: 24px;
            border: 1px solid #f1f5f9;
            transition: all 0.3s;
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .trlmO-juzuja:hover {
            box-shadow: 0 15px 30px rgba(0,0,0,0.08);
            transform: translateY(-8px);
        }

        .trlmO-atoca-icon {
            font-size: 48px;
            margin-bottom: 24px;
        }

        .trlmO-atoca-label {
            font-size: 24px;
            color: var(--trlmO-title);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .trlmO-atoca-desc {
            font-size: 16px;
            color: #64748b;
            margin-bottom: 24px;
        }

        .trlmO-atoca-specs {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .trlmO-atoca-specs li {
            padding-left: 24px;
            position: relative;
            margin-bottom: 12px;
            font-size: 14px;
        }

        .trlmO-atoca-specs li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: var(--trlmO-primary);
            font-weight: bold;
        }

        /* 行业解决方案 */
        .trlmO-yate {
            width: 100%;
            background-color: var(--trlmO-accent);
            border-radius: 32px;
            padding: 64px;
            color: var(--trlmO-white);
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        .trlmO-atoca-header {
            width: 100%;
            margin-bottom: 48px;
        }

        .trlmO-atoca-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            width: 100%;
            min-width: 0;
        }

        .trlmO-atoca-item {
            flex: 1;
            min-width: 280px;
            min-width: 0;
        }

        .trlmO-atoca-sector {
            font-size: 20px;
            font-weight: 700;
            color: #fbbf24;
            margin-bottom: 16px;
            display: block;
        }

        .trlmO-atoca-solution {
            font-size: 15px;
            line-height: 1.6;
            color: #cbd5e1;
        }

        /* 页脚 */
        .trlmO-bivoku {
            background-color: #f1f5f9;
            padding: 80px 0 40px;
            width: 100%;
            margin-top: 96px;
        }

        .trlmO-rimuvo {
            border-top: 1px solid #e2e8f0;
            padding-top: 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            min-width: 0;
        }

        .trlmO-atoca-brand {
            font-size: 24px;
            font-weight: 800;
            color: var(--trlmO-title);
        }

        .trlmO-atoca-links {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            min-width: 0;
        }

        .trlmO-atoca-links a {
            color: #64748b;
            text-decoration: none;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .trlmO-pahatav { padding: 32px 0; }
            .trlmO-ayonicu { padding: 48px 24px; }
            .trlmO-yate { padding: 32px; }
            .trlmO-yizidi { gap: 16px; }
            .trlmO-juzuja { padding: 24px; }
            .trlmO-trlmO-guide-items { display: none; } /* 移动端简化导航建议，但按强制要求应显示 */
            .trlmO-trlmO-guide-items { justify-content: center; width: 100%; }
        }
    