
        :root {
            --trlmO-primary: #4e46e5;
            --trlmO-accent: #06b6d4;
            --trlmO-bg: #f8fafc;
            --trlmO-text: #0f172a;
            --trlmO-gap: 8px;
        }

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

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

        /* 独特展示区域 */
        .trlmO-ayonicu {
            position: relative;
            padding: 96px 24px;
            background: radial-gradient(circle at top right, #eef2ff 0%, #ffffff 50%);
            overflow: hidden;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }
        .trlmO-kava {
            max-width: 1000px;
            width: 100%;
            min-width: 0;
        }
        .trlmO-ayonicu h1 {
            font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
            line-height: 1.1;
            font-weight: 800;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #1e293b 0%, #4e46e5 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            word-break: break-word;
        }
        .trlmO-ayonicu p {
            font-size: clamp(1.1rem, 1vw + 0.5rem, 1.4rem);
            color: #64748b;
            max-width: 700px;
            margin: 0 auto 48px;
        }

        /* 按钮组件 */
        .trlmO-akiqa {
            display: inline-block;
            background: var(--trlmO-primary);
            color: white;
            padding: 16px 40px;
            border-radius: 99px;
            text-decoration: none;
            font-weight: 600;
            box-shadow: 0 10px 15px -3px rgba(78, 70, 229, 0.3);
            transition: transform 0.3s;
            margin: 8px;
        }
        .trlmO-akiqa:hover {
            transform: translateY(-2px);
        }
        .trlmO-equfoko {
            display: inline-block;
            background: white;
            color: var(--trlmO-text);
            padding: 16px 40px;
            border-radius: 99px;
            text-decoration: none;
            font-weight: 600;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
            margin: 8px;
        }
        .trlmO-equfoko:hover {
            background: #f1f5f9;
        }

        /* 内容区块 */
        .trlmO-yizidi {
            padding: 80px 24px;
            max-width: 1400px;
            margin: 0 auto;
        }
        .trlmO-pahatav {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            justify-content: center;
        }
        .trlmO-umope {
            flex: 1;
            min-width: 320px;
            background: white;
            padding: 40px;
            border-radius: 24px;
            border: 1px solid #f1f5f9;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }
        .trlmO-umope:hover {
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
            border-color: var(--trlmO-primary);
        }
        .trlmO-juzuja {
            font-size: 40px;
            margin-bottom: 24px;
            display: block;
        }
        .trlmO-umope h3 {
            font-size: 24px;
            margin-bottom: 16px;
            color: #1e293b;
        }
        .trlmO-umope ul {
            padding: 0;
            list-style: none;
            color: #64748b;
        }
        .trlmO-umope li {
            margin-bottom: 12px;
            padding-left: 20px;
            position: relative;
        }
        .trlmO-umope li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: var(--trlmO-primary);
        }

        /* 特色功能展示 */
        .trlmO-yate {
            padding: 80px 24px;
            background: #ffffff;
        }
        .trlmO-atoca {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 64px;
        }
        .trlmO-atoca:nth-child(even) {
            flex-direction: row-reverse;
        }
        .trlmO-atoca > div {
            flex: 1;
            min-width: 300px;
        }
        .trlmO-atoca h2 {
            font-size: 32px;
            margin-bottom: 24px;
            color: #1e293b;
        }
        .trlmO-atoca .trlmO-tag {
            display: inline-block;
            padding: 4px 12px;
            background: #eef2ff;
            color: var(--trlmO-primary);
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 16px;
        }

        /* 页脚区域 */
        .trlmO-bivoku {
            background: #0f172a;
            color: #94a3b8;
            padding: 80px 24px 40px;
        }
        .trlmO-rimuvo {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
            justify-content: space-between;
        }
        .trlmO-rimuvo > div {
            min-width: 200px;
        }
        .trlmO-bivoku h4 {
            color: white;
            margin-bottom: 24px;
            font-size: 18px;
        }
        .trlmO-bivoku a {
            color: #94a3b8;
            text-decoration: none;
            display: block;
            margin-bottom: 12px;
            transition: color 0.3s;
        }
        .trlmO-bivoku a:hover {
            color: white;
        }
        .trlmO-copyright {
            border-top: 1px solid #1e293b;
            margin-top: 64px;
            padding-top: 32px;
            text-align: center;
            font-size: 14px;
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .trlmO-trlmO-guide-items {
                display: none; /* 简化移动端，实际应有汉堡菜单 */
            }
            .trlmO-atoca {
                gap: 32px;
                text-align: center;
            }
        }
    