:root {
            --brand-color: #e47865;
            --bg-color: #f7f3f1;
            --text-color: #333333;
            --white: #ffffff;
            --shadow: 0 10px 30px rgba(0,0,0,0.05);
            --radius: 18px;
            --transition: 0.15s ease;
        }

        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: var(--bg-color); color: var(--text-color); line-height: 1.6; }
        
        /* 导航 */
        .topz { display: flex; align-items: center; justify-content: space-between; padding: 20px 5%; background: var(--white); box-shadow: 0 2px 10px rgba(0,0,0,0.03); z-index: 100; position: sticky; top: 0; }
        .sign img { height: 32px; display: block; }
        .wayz { display: flex; gap: 20px; }
        .conn { text-decoration: none; color: var(--text-color); font-weight: 500; padding: 8px 16px; border-radius: 8px; transition: var(--transition); }
        .conn:hover, .conn.active { background-color: var(--brand-color); color: var(--white); }

        /* 内容 */
        main { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
        
        /* 视觉区域 */
        .vizo { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; padding: 60px; background: var(--white); border-radius: var(--radius); margin-bottom: 60px; box-shadow: var(--shadow); min-width: 0; }
        .vizo > div { flex: 1 1 400px; min-width: 0; }
        .titl { font-size: 3rem; line-height: 1.2; margin-bottom: 20px; color: #1a1a1a; }
        .txtz { font-size: 1.1rem; color: #666; margin-bottom: 30px; }
        .actz { display: inline-block; padding: 16px 32px; background: var(--brand-color); color: var(--white); text-decoration: none; border-radius: 50px; font-weight: bold; transition: var(--transition); }
        .actz:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(228, 120, 101, 0.4); }
        .picc { width: 100%; height: auto; border-radius: 12px; }

        /* 平台矩阵 */
        .bind { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 60px; }
        .folio { flex: 1 1 240px; min-width: 0; padding: 30px; background: var(--white); border-radius: var(--radius); text-align: center; border: 1px solid rgba(0,0,0,0.05); transition: var(--transition); }
        .folio:hover { border-color: var(--brand-color); }
        .leaf { width: 50px; height: 50px; margin: 0 auto 20px; color: var(--brand-color); }

        /* 系统要求 */
        .fold { background: #fff; padding: 40px; border-radius: var(--radius); box-shadow: var(--shadow); }
        .grp { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
        .unit { padding: 20px; border-left: 3px solid var(--brand-color); background: #fcfcfc; }

        /* 页脚 */
        .botz { text-align: center; padding: 40px; border-top: 1px solid #eee; font-size: 0.9rem; color: #888; }
        
        @media (max-width: 768px) {
            .vizo { padding: 30px; }
            .titl { font-size: 2rem; }
            .wayz { gap: 10px; font-size: 0.85rem; }
        }

.axis-topz {
    font-family: sans-serif;
    color: var(--text-color);
}
.axis-topz,
.axis-topz *,
.axis-topz *::before,
.axis-topz *::after {
    box-sizing: border-box;
}

.axis-topz [role="navigation"],
.axis-topz div,
.axis-topz section,
.axis-topz article,
.axis-topz aside,
.axis-topz p,
.axis-topz h1,
.axis-topz h2,
.axis-topz h3,
.axis-topz h4,
.axis-topz h5,
.axis-topz h6,
.axis-topz a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.axis-topz p,
.axis-topz h1,
.axis-topz h2,
.axis-topz h3,
.axis-topz h4,
.axis-topz h5,
.axis-topz h6 {
    text-decoration: none;
}

.axis-topz img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.axis-topz {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.axis-topz a.axis-conn {
    --aisite-shell-nav-padding: 0;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.axis-topz a.axis-conn,
.axis-topz a.axis-conn:hover,
.axis-topz a.axis-conn:focus,
.axis-topz a.axis-conn:active,
.axis-topz a.axis-conn.active,
.axis-topz a.axis-conn[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.axis-topz{
            background-color: #f7f3f1;
            padding: 1rem 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 100;
        }

.base-botz {
    font-family: sans-serif;
    color: var(--text-color);
}
.base-botz,
.base-botz *,
.base-botz *::before,
.base-botz *::after {
    box-sizing: border-box;
}

.base-botz [role="navigation"],
.base-botz div,
.base-botz section,
.base-botz article,
.base-botz aside,
.base-botz p,
.base-botz h1,
.base-botz h2,
.base-botz h3,
.base-botz h4,
.base-botz h5,
.base-botz h6,
.base-botz a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.base-botz p,
.base-botz h1,
.base-botz h2,
.base-botz h3,
.base-botz h4,
.base-botz h5,
.base-botz h6 {
    text-decoration: none;
}

.base-botz img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.base-botz {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.base-botz a,
.base-botz a:hover,
.base-botz a:focus,
.base-botz a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}