
        :root {
            --rh-s-primary: #1890ff;
            --rh-s-text: #262626;
            --rh-s-bg: #f5f7fa;
            --rh-s-white: #ffffff;
            --rh-s-gap: 8px;
        }

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

        body {
            font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
            color: var(--rh-s-text);
            line-height: 1.8;
            background-color: var(--rh-s-bg);
            word-break: break-word;
            overflow-wrap: break-word;
        }

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

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

        /* 统一词汇表布局组件 */
        .rh-s-yeqejat {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .rh-s-xohujux {
            max-width: 1300px;
            width: 100%;
            padding: 0 24px;
            min-width: 0;
        }

        /* 复用首页导航栏样式 */
        .rh-s-yeqejat.rh-s-ritun-wrap {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(0,0,0,0.05);
        }

        .rh-s-ritun {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            height: 80px;
            max-width: 1300px;
            width: 100%;
            padding: 0 24px;
        }

        .rh-s-logo {
            flex: 0 0 auto;
            min-width: 0;
        }

        .rh-s-logo img {
            height: 40px;
        }

        .rh-s-jeti {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 32px;
        }

        .rh-s-jeti li a {
            font-size: 16px;
            font-weight: 500;
            color: #595959;
            position: relative;
            padding: 8px 0;
        }

        .rh-s-jeti li a:hover, .rh-s-jeti li a.active {
            color: var(--rh-s-primary);
        }

        .rh-s-jeti li a.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--rh-s-primary);
            border-radius: 2px;
        }

        /* 展示区域 ruyoj - Unique Hero */
        .rh-s-ruyoj {
            padding: 96px 0;
            background: linear-gradient(135deg, #ffffff 0%, #e6f7ff 100%);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            overflow: hidden;
        }

        .rh-s-ruyoj-info {
            flex: 1 1 500px;
            min-width: 0;
            padding-right: 48px;
        }

        .rh-s-ruyoj-title {
            font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
            line-height: 1.2;
            font-weight: 800;
            margin-bottom: 24px;
            background: linear-gradient(to right, #1890ff, #003a8c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            word-break: keep-all;
        }

        .rh-s-ruyoj-sub {
            font-size: clamp(1.1rem, 1vw + 0.5rem, 1.4rem);
            color: #595959;
            margin-bottom: 40px;
            max-width: 600px;
        }

        .rh-s-ruyoj-action {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

        .rh-s-dahu {
            padding: 16px 48px;
            background: var(--rh-s-primary);
            color: white;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            box-shadow: 0 10px 20px rgba(24, 144, 255, 0.3);
        }

        .rh-s-dahu:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(24, 144, 255, 0.4);
        }

        .rh-s-ruyoj-visual {
            flex: 1 1 500px;
            min-width: 0;
            position: relative;
        }

        .rh-s-ruyoj-visual img {
            border-radius: 24px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.1);
        }

        /* 下载板块 axomi - Platform Cards */
        .rh-s-axomi {
            padding: 80px 0;
            background: var(--rh-s-white);
        }

        .rh-s-axomi-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
            margin-top: 48px;
        }

        .rh-s-aluhunu {
            background: var(--rh-s-bg);
            border-radius: 20px;
            padding: 32px;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            border: 1px solid transparent;
        }

        .rh-s-aluhunu:hover {
            background: var(--rh-s-white);
            border-color: var(--rh-s-primary);
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
            transform: translateY(-8px);
        }

        .rh-s-aluhunu img {
            border-radius: 12px;
            margin-bottom: 24px;
            height: 180px;
            object-fit: cover;
            width: 100%;
        }

        .rh-s-aluhunu h3 {
            font-size: 22px;
            margin-bottom: 16px;
        }

        .rh-s-aluhunu p {
            color: #8c8c8c;
            font-size: 15px;
            margin-bottom: 24px;
            flex-grow: 1;
        }

        .rh-s-giti {
            display: inline-block;
            padding: 10px 24px;
            border: 2px solid var(--rh-s-primary);
            color: var(--rh-s-primary);
            border-radius: 8px;
            font-weight: 600;
            text-align: center;
        }

        .rh-s-giti:hover {
            background: var(--rh-s-primary);
            color: white;
        }

        /* 行业矩阵 wubiso */
        .rh-s-yeqejat.rh-s-matrix-box {
            background: #001529;
            color: white;
            padding: 96px 0;
        }

        .rh-s-matrix-title {
            text-align: center;
            margin-bottom: 64px;
        }

        .rh-s-matrix-title h2 {
            font-size: 36px;
            margin-bottom: 16px;
        }

        .rh-s-wubiso-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
        }

        .rh-s-wubiso {
            flex: 1 1 350px;
            min-width: 0;
            background: rgba(255,255,255,0.05);
            padding: 40px;
            border-radius: 16px;
            border: 1px solid rgba(255,255,255,0.1);
        }

        .rh-s-wubiso h4 {
            color: var(--rh-s-primary);
            font-size: 20px;
            margin-bottom: 20px;
            border-left: 4px solid var(--rh-s-primary);
            padding-left: 12px;
        }

        .rh-s-wubiso ul {
            list-style: none;
            margin-bottom: 20px;
        }

        .rh-s-wubiso ul li {
            margin-bottom: 8px;
            font-size: 14px;
            opacity: 0.8;
        }

        /* 表格 saje */
        .rh-s-saje-table {
            padding: 80px 0;
            background: var(--rh-s-white);
        }

        .rh-s-table-container {
            overflow-x: auto;
            margin-top: 32px;
        }

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

        th, td {
            padding: 20px;
            text-align: left;
            border-bottom: 1px solid #f0f0f0;
        }

        th {
            background: #fafafa;
            font-weight: 600;
        }

        /* 更新日志 kived */
        .rh-s-kived {
            padding: 80px 0;
            background: #fdfdfd;
        }

        .rh-s-kived-item {
            margin-bottom: 32px;
            padding-left: 24px;
            border-left: 2px dashed var(--rh-s-primary);
        }

        .rh-s-kived-date {
            font-weight: 700;
            color: var(--rh-s-primary);
            margin-bottom: 8px;
        }

        /* FAQ saje */
        .rh-s-saje-faq {
            padding: 80px 0;
            background: var(--rh-s-white);
        }

        .rh-s-faq-item {
            margin-bottom: 40px;
            max-width: 800px;
        }

        .rh-s-faq-item h3 {
            font-size: 20px;
            margin-bottom: 12px;
            color: #262626;
        }

        .rh-s-faq-item p {
            color: #595959;
            font-size: 16px;
        }

        /* 页脚 kakafoz */
        .rh-s-yeqejat.rh-s-kakafoz-wrap {
            background: #141414;
            color: #8c8c8c;
            padding: 64px 0 32px;
        }

        .rh-s-kakafoz {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            gap: 48px;
        }

        .rh-s-yikimi {
            flex: 1 1 200px;
            min-width: 0;
        }

        .rh-s-yikimi h5 {
            color: white;
            font-size: 18px;
            margin-bottom: 24px;
        }

        .rh-s-yikimi ul {
            list-style: none;
        }

        .rh-s-yikimi ul li {
            margin-bottom: 12px;
        }

        .rh-s-yikimi ul li a:hover {
            color: white;
        }

        .rh-s-footer-bottom {
            width: 100%;
            margin-top: 64px;
            padding-top: 32px;
            border-top: 1px solid #303030;
            text-align: center;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .rh-s-ruyoj-info { padding-right: 0; text-align: center; }
            .rh-s-ruyoj-action { justify-content: center; }
            .rh-s-ruyoj-visual { margin-top: 48px; }
            .rh-s-ritun { height: auto; padding: 16px 24px; }
            .rh-s-jeti { width: 100%; justify-content: center; margin-top: 16px; gap: 16px; }
        }
    