
        :root {
            --trlmO-primary: #D42D2D;
            --trlmO-gold: #C5A059;
            --trlmO-dark: #1A1A1A;
            --trlmO-gray: #F5F5F7;
            --trlmO-text: #333333;
            --trlmO-white: #FFFFFF;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.8;
            color: var(--trlmO-text);
            background-color: var(--trlmO-white);
            word-break: keep-all;
            overflow-wrap: break-word;
        }

        /* 导航栏复用样式 */
        .trlmO-haqi {
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            position: fixed;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .trlmO-loporo {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 48px;
            height: 72px;
        }

        .trlmO-logo img {
            height: 32px;
            display: block;
        }

        .trlmO-trlmO-guide-items {
            display: flex;
            gap: 24px;
        }

        .trlmO-trlmO-route {
            text-decoration: none;
            color: #666;
            font-size: 14px;
            font-weight: 500;
            transition: color 0.3s;
        }

        .trlmO-trlmO-route:hover, .trlmO-trlmO-route.active {
            color: var(--trlmO-primary);
        }

        /* 页面容器 */
        .trlmO-kava {
            padding-top: 72px;
        }

        /* 展示区域 - Hero */
        .trlmO-ayonicu {
            background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
            color: var(--trlmO-white);
            padding: 96px 48px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            min-height: 600px;
        }

        .trlmO-pahatav {
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
        }

        .trlmO-yizidi {
            flex: 1;
            min-width: 320px;
        }

        .trlmO-yizidi h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            line-height: 1.2;
            margin-bottom: 24px;
            background: linear-gradient(to right, #fff, var(--trlmO-gold));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .trlmO-yizidi p {
            font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .trlmO-yate {
            flex: 1;
            min-width: 320px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .trlmO-yate-box {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 24px;
            padding: 48px;
            backdrop-filter: blur(20px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        }

        /* 按钮 */
        .trlmO-akiqa {
            display: inline-block;
            background: var(--trlmO-primary);
            color: white;
            padding: 16px 48px;
            border-radius: 32px;
            text-decoration: none;
            font-weight: bold;
            font-size: 18px;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .trlmO-akiqa:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(212, 45, 45, 0.4);
        }

        .trlmO-equfoko {
            display: inline-block;
            background: transparent;
            color: var(--trlmO-white);
            padding: 16px 48px;
            border-radius: 32px;
            text-decoration: none;
            border: 1px solid rgba(255,255,255,0.3);
            margin-left: 16px;
            transition: background 0.3s;
        }

        .trlmO-equfoko:hover {
            background: rgba(255,255,255,0.1);
        }

        /* 卡片组件区域 */
        .trlmO-atoca {
            padding: 96px 48px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .trlmO-atoca h2 {
            text-align: center;
            font-size: 40px;
            margin-bottom: 64px;
        }

        .trlmO-grid-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            justify-content: center;
        }

        .trlmO-umope {
            flex: 1;
            min-width: 300px;
            max-width: 400px;
            background: var(--trlmO-gray);
            border-radius: 24px;
            overflow: hidden;
            transition: transform 0.3s;
        }

        .trlmO-umope:hover {
            transform: translateY(-10px);
        }

        .trlmO-juzuja {
            padding: 40px;
        }

        .trlmO-juzuja-icon {
            font-size: 48px;
            margin-bottom: 24px;
            display: block;
            color: var(--trlmO-primary);
        }

        .trlmO-juzuja h3 {
            font-size: 24px;
            margin-bottom: 16px;
        }

        .trlmO-juzuja ul {
            list-style: none;
        }

        .trlmO-juzuja li {
            margin-bottom: 12px;
            padding-left: 24px;
            position: relative;
        }

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

        /* 权益对比区 */
        .trlmO-pahatav-table {
            background: #fff;
            padding: 96px 48px;
        }

        .trlmO-atoca-table-container {
            max-width: 1100px;
            margin: 0 auto;
            overflow-x: auto;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            min-width: 600px;
        }

        th, td {
            padding: 24px;
            text-align: center;
            border-bottom: 1px solid #eee;
        }

        th {
            background: var(--trlmO-gray);
            font-size: 18px;
        }

        .trlmO-highlight {
            color: var(--trlmO-primary);
            font-weight: bold;
        }

        /* 页脚区域 */
        .trlmO-bivoku {
            background: #f9f9f9;
            padding: 80px 48px 40px;
            border-top: 1px solid #eee;
        }

        .trlmO-footer-grid {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 64px;
        }

        .trlmO-footer-info {
            flex: 2;
            min-width: 280px;
        }

        .trlmO-footer-brand {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 24px;
            color: var(--trlmO-primary);
        }

        .trlmO-footer-links {
            flex: 1;
            min-width: 150px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .trlmO-footer-links a {
            text-decoration: none;
            color: #666;
            transition: color 0.3s;
        }

        .trlmO-footer-links a:hover {
            color: var(--trlmO-primary);
        }

        .trlmO-rimuvo {
            max-width: 1400px;
            margin: 40px auto 0;
            padding: 40px 0;
            border-top: 1px solid #eee;
            text-align: center;
            font-size: 14px;
            color: #999;
        }

        @media (max-width: 768px) {
            .trlmO-trlmO-guide-items {
                display: none;
            }
            .trlmO-loporo {
                padding: 0 24px;
            }
            .trlmO-ayonicu {
                padding: 64px 24px;
            }
            .trlmO-yizidi h1 {
                font-size: 32px;
            }
            .trlmO-equfoko {
                margin-left: 0;
                margin-top: 16px;
                width: 100%;
                text-align: center;
            }
            .trlmO-akiqa {
                width: 100%;
                text-align: center;
            }
            .trlmO-atoca {
                padding: 64px 24px;
            }
        }
    