/* =====================================================
   广西科技大学小自考招生网 - 门户大气版样式
   风格：经典教育门户（橙色主导航 + 展开式子导航 + 三栏内容）
   ===================================================== */

/* ---------- 设计变量 ---------- */
:root {
    --primary: #ff6e00;
    --primary-dark: #e05e00;
    --primary-deep: #c94f00;
    --primary-light: #ff8a3d;
    --primary-soft: #fff3e8;
    --nav-gradient: linear-gradient(90deg, #ff9000 0%, #ff6000 100%);

    --red: #e93b3b;
    --blue: #2563eb;
    --cyan: #0ea5e9;
    --green: #10b981;
    --gold: #f5a623;

    --text-1: #333333;
    --text-2: #666666;
    --text-3: #999999;
    --text-white: #ffffff;

    --border: #e5e5e5;
    --border-light: #f0f0f0;
    --bg: #ffffff;
    --bg-gray: #f5f6f8;
    --bg-warm: #fffaf5;
    --footer-bg: #232830;
    --footer-bg-2: #1c202a;

    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
    --shadow-orange: 0 4px 14px rgba(255, 110, 0, 0.28);

    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;

    --container: 1200px;
    --font: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------- 基础重置 ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 14px; -webkit-text-size-adjust: 100%; }

body {
    font-family: var(--font);
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-1);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
}

a { color: var(--text-1); text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary); }

img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, select, textarea { font-family: inherit; font-size: 14px; outline: none; }
i { vertical-align: middle; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 15px; }

.main-content { min-height: 50vh; }

/* =====================================================
   顶部通栏
   ===================================================== */
.top-bar {
    background: var(--bg-gray);
    border-bottom: 1px solid var(--border-light);
    font-size: 13px;
    color: var(--text-2);
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
}

.top-bar-left,
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-bar-left .welcome { color: var(--text-2); }

.top-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 12px;
    border-radius: 3px;
    font-size: 13px;
    transition: all .2s;
}

.top-btn.primary {
    background: var(--primary);
    color: #fff;
}

.top-btn.primary:hover { background: var(--primary-dark); color: #fff; }

.top-btn.ghost {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.top-btn.ghost:hover { background: var(--primary); color: #fff; }

.top-bar-right a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--text-2);
}

.top-bar-right a:hover { color: var(--primary); }

.top-bar-right .fa-weixin { color: var(--green); }
.top-bar-right .fa-mobile-screen { color: var(--primary); }

/* =====================================================
   头部（Logo + 地区 + 搜索）
   ===================================================== */
.site-header { background: #fff; }

.header-inner {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 22px 15px;
}

.logo a { display: flex; align-items: center; gap: 12px; }

.logo-img {
    height: 58px;
    padding: 10px 16px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #16336e 0%, #1d4fa1 100%);
    border-radius: 10px;
    display: block;
}

.logo-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-1);
    line-height: 1.2;
    letter-spacing: 1px;
}

.logo-name .em { color: var(--primary); }

.logo-sub {
    font-size: 11px;
    color: var(--text-3);
    letter-spacing: 1px;
    white-space: nowrap;
    margin-top: 2px;
}

.header-region {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-2);
    font-size: 15px;
    flex-shrink: 0;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: default;
}

.header-region i { color: var(--primary); }
.header-region b { color: var(--text-1); font-weight: 700; }

.header-search {
    flex: 1 1 300px;
    min-width: 300px;
    max-width: 560px;
    display: flex;
    height: 44px;
    border: 2px solid var(--primary);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.search-select {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: var(--text-1);
    border-right: 1px solid var(--border-light);
    background: #fafafa;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.search-select i { font-size: 11px; color: var(--text-3); }

.header-search input {
    flex: 1;
    border: none;
    padding: 0 16px;
    font-size: 14px;
    color: var(--text-1);
    min-width: 0;
}

.header-search input::placeholder { color: #bbb; }

.search-btn {
    width: 88px;
    background: var(--nav-gradient);
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter .2s;
}

.search-btn:hover { filter: brightness(1.08); }

.header-hot {
    font-size: 13px;
    color: var(--text-3);
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-hot a { color: var(--text-3); margin-right: 10px; }
.header-hot a:hover { color: var(--primary); }

/* =====================================================
   主导航（橙色通栏）
   ===================================================== */
.main-nav-wrap {
    background: var(--nav-gradient);
    box-shadow: 0 2px 8px rgba(224, 94, 0, 0.25);
    position: sticky;
    top: 0;
    z-index: 900;
}

.main-nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.main-nav li { position: relative; }

.main-nav li + li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.35);
}

.main-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    transition: background .2s;
}

.main-nav a:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }

.main-nav li.active a { background: rgba(0, 0, 0, 0.12); }

.main-nav li.active a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

.mobile-menu-toggle {
    display: none;
    color: #fff;
    font-size: 20px;
    padding: 0 15px;
    height: 52px;
}

/* ---------- 展开式子导航 ---------- */
.subnav-panel {
    background: var(--bg-warm);
    border-bottom: 1px solid #ffe3c8;
}

.subnav-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.subnav-group {
    padding: 14px 18px 16px;
    border-right: 1px solid #ffd9b3;
    transition: background .2s;
}

.subnav-group:last-child { border-right: none; }

.subnav-group:hover { background: #fff3e8; }

.subnav-group h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.subnav-group h4::before {
    content: '';
    width: 4px;
    height: 14px;
    border-radius: 2px;
    background: var(--nav-gradient);
}

.subnav-group ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
}

.subnav-group a {
    font-size: 13px;
    color: var(--text-2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.subnav-group a:hover { color: var(--primary); }

/* =====================================================
   地区栏（自考地区）
   ===================================================== */
.region-bar {
    background: #fff;
    border-bottom: 1px solid var(--border-light);
}

.region-inner {
    display: flex;
    align-items: stretch;
    padding: 0 15px;
}

.region-label {
    background: var(--nav-gradient);
    color: #fff;
    writing-mode: vertical-lr;
    letter-spacing: 6px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 8px;
    border-radius: 0 0 6px 6px;
    text-align: center;
    flex-shrink: 0;
    margin-bottom: 0;
}

.region-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0 10px 20px;
    gap: 4px 6px;
}

.region-item {
    display: inline-block;
    padding: 5px 13px;
    font-size: 14px;
    color: var(--text-1);
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s;
}

.region-item:hover { color: var(--primary); background: var(--primary-soft); }

.region-item.active {
    background: var(--nav-gradient);
    color: #fff;
    font-weight: 700;
    box-shadow: var(--shadow-orange);
}

/* =====================================================
   按钮体系
   ===================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 26px;
    font-size: 15px;
    border-radius: 4px;
    transition: all .25s;
    line-height: 1.5;
}

.btn-primary {
    background: var(--nav-gradient);
    color: #fff;
    box-shadow: var(--shadow-orange);
}

.btn-primary:hover { filter: brightness(1.08); color: #fff; transform: translateY(-1px); }

.btn-outline {
    border: 1px solid var(--primary);
    color: var(--primary);
    background: #fff;
}

.btn-outline:hover { background: var(--primary); color: #fff; }

.btn-ghost {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.btn-ghost:hover { background: rgba(255,255,255,.15); color: #fff; }

.btn-lg { padding: 13px 38px; font-size: 16px; }

.btn-block { display: flex; width: 100%; }

/* =====================================================
   门户首页三栏区
   ===================================================== */
.portal-main { padding: 18px 0 10px; background: #fff; }

.portal-grid {
    display: grid;
    grid-template-columns: 360px 1fr 340px;
    gap: 20px;
    align-items: stretch;
}

/* ---------- 左栏：轮播横幅 + 考试提醒 ---------- */
.portal-banner {
    position: relative;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(120deg, #1e3a8a 0%, #2563eb 45%, #0ea5e9 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.banner-bg-img {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 85%;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}

.portal-banner::before {
    content: '';
    position: absolute;
    right: -50px;
    top: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.portal-banner::after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.banner-tag {
    position: absolute;
    top: 20px;
    right: 0;
    background: var(--gold);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px 6px 16px;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.banner-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.35;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    position: relative;
}

/* ===== 资讯列表分页 ===== */
.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 8px;
}
.news-pagination a,
.news-pagination .page {
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    background: #fff;
    transition: all .2s;
}
.news-pagination a:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.news-pagination .page.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    font-weight: 600;
}
.news-pagination .page-info {
    margin-left: 8px;
    color: #999;
    font-size: 13px;
}

/* ===== 学习资源栏目文章链接 ===== */
.resource-list a {
    color: #444;
    text-decoration: none;
    transition: color .2s;
}
.resource-list a:hover {
    color: var(--primary);
}
.resource-more {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}
.resource-more:hover {
    text-decoration: underline;
}

.banner-sub {
    margin-top: 12px;
    font-size: 15px;
    opacity: .92;
    letter-spacing: 1px;
    position: relative;
}

.banner-btns { margin-top: 20px; display: flex; gap: 12px; position: relative; }

.banner-btns .btn { padding: 8px 22px; font-size: 14px; }

.banner-btns .btn-light { background: #fff; color: var(--blue); }
.banner-btns .btn-light:hover { color: var(--blue); transform: translateY(-1px); }

.banner-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.banner-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.banner-dots span.on { background: #fff; width: 20px; border-radius: 4px; }

.portal-banner-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    font-size: 15px;
    color: var(--text-1);
    box-shadow: var(--shadow-sm);
    transition: all .25s;
}

.portal-banner-link:hover {
    color: var(--primary);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.portal-banner-link i { color: var(--primary); transition: transform .25s; }
.portal-banner-link:hover i { transform: translateX(4px); }

/* 考试提醒 */
.exam-remind {
    margin-top: 12px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 14px 16px 16px;
    box-shadow: var(--shadow-sm);
}

.remind-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-1);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

.remind-title::before {
    content: '';
    width: 4px;
    height: 15px;
    border-radius: 2px;
    background: var(--nav-gradient);
}

.remind-cards {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.remind-card {
    background: linear-gradient(135deg, #fff3e8 0%, #ffe6cc 100%);
    border-radius: 6px;
    padding: 12px 8px;
    text-align: center;
    transition: transform .2s;
}

.remind-card:hover { transform: translateY(-3px); }

.remind-card b {
    display: block;
    font-size: 16px;
    color: var(--primary-dark);
    margin-bottom: 4px;
}

.remind-card span { font-size: 13px; color: var(--text-2); }

/* ---------- 中栏：资讯列表 ---------- */
.portal-center { min-width: 0; }

.news-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border-light);
    position: relative;
}

.news-head::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 90px;
    height: 2px;
    background: var(--nav-gradient);
}

.news-tag {
    background: var(--nav-gradient);
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 3px;
    flex-shrink: 0;
}

.news-head a.news-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-head a.news-title:hover { color: var(--primary); }

.news-more {
    margin-left: auto;
    font-size: 13px;
    color: var(--text-3);
    flex-shrink: 0;
}

.news-more:hover { color: var(--primary); }

.news-block { padding-bottom: 4px; }

.news-block + .news-block { margin-top: 18px; }

.news-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.news-list li {
    display: flex;
    align-items: center;
    min-width: 0;
}

.news-list li a {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: var(--text-2);
    line-height: 1.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list li a::before {
    content: '[';
    color: var(--text-3);
    margin-right: 2px;
}

.news-list li a::after {
    content: ']';
    color: var(--text-3);
    margin-left: 2px;
}

.news-list li a:hover { color: var(--primary); }

.news-list li time {
    font-size: 12px;
    color: var(--text-3);
    flex-shrink: 0;
    margin-left: 14px;
}

/* ---------- 右栏：倒计时 + Tab列表 ---------- */
.portal-right { display: flex; flex-direction: column; gap: 14px; min-width: 0; }

.countdown-card {
    background: linear-gradient(135deg, #ff9000 0%, #ff5f00 100%);
    border-radius: 8px;
    padding: 16px 18px 18px;
    color: #fff;
    text-align: center;
    box-shadow: var(--shadow-orange);
}

.countdown-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.countdown-days {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    padding: 8px 22px;
}

.countdown-days b {
    font-size: 40px;
    font-weight: 700;
    font-family: "Consolas", "Microsoft YaHei", monospace;
    letter-spacing: 4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.countdown-days span { font-size: 15px; }

.countdown-note { margin-top: 10px; font-size: 13px; opacity: .9; }

.countdown-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
}

.countdown-actions .btn {
    padding: 6px 18px;
    font-size: 13px;
}

.countdown-actions .btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.countdown-actions .btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

/* 数据统计卡片 */
.stats-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 14px 8px;
    box-shadow: var(--shadow-sm);
}

.stats-item {
    text-align: center;
    padding: 4px;
    position: relative;
}

.stats-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: var(--border-light);
}

.stats-num {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
    font-family: "Consolas", "Microsoft YaHei", monospace;
    line-height: 1.2;
}

.stats-label {
    font-size: 12px;
    color: var(--text-3);
    margin-top: 2px;
}

.tab-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 0 16px 14px;
    box-shadow: var(--shadow-sm);
    flex: 1;
}

.tab-head {
    display: flex;
    border-bottom: 1px solid var(--border-light);
}

.tab-head .tab {
    flex: 1;
    text-align: center;
    padding: 13px 0 11px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-2);
    cursor: pointer;
    position: relative;
    transition: color .2s;
}

.tab-head .tab:hover { color: var(--primary); }

.tab-head .tab.active { color: var(--primary); }

.tab-head .tab.active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: var(--nav-gradient);
}

.tab-list { display: none; padding-top: 6px; }

.tab-list.active { display: block; }

.tab-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border-light);
}

.tab-list li:last-child { border-bottom: none; }

.tab-list li i {
    color: var(--gold);
    font-size: 13px;
    flex-shrink: 0;
}

.tab-list li a {
    flex: 1;
    font-size: 13px;
    color: var(--text-2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-list li a:hover { color: var(--primary); }

.tab-list li time {
    font-size: 12px;
    color: var(--text-3);
    flex-shrink: 0;
}

.tab-list .tab-price {
    font-size: 13px;
    color: var(--primary);
    font-weight: 700;
    flex-shrink: 0;
}

/* =====================================================
   通用区块
   ===================================================== */
.section { padding: 44px 0; }

.section.gray { background: var(--bg-gray); }
.section.warm { background: var(--bg-warm); }

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-header h2 {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 26px;
    font-weight: 700;
    color: var(--text-1);
    letter-spacing: 2px;
}

.section-header h2::before,
.section-header h2::after {
    content: '';
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: var(--nav-gradient);
}

.section-header p {
    margin-top: 10px;
    font-size: 14px;
    color: var(--text-3);
}

.section-header .more-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: var(--text-3);
}

.section-header .more-link:hover { color: var(--primary); }

.section-footer { text-align: center; margin-top: 28px; }

/* ---------- 快速入口 ---------- */
.entry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.entry-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: all .25s;
}

.entry-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: #ffd9b3;
}

.entry-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .25s;
}

.entry-card:hover .entry-icon {
    background: var(--nav-gradient);
    color: #fff;
}

.entry-card h3 { font-size: 16px; font-weight: 700; color: var(--text-1); }

.entry-card:hover h3 { color: var(--primary); }

.entry-card p { font-size: 13px; color: var(--text-3); margin-top: 2px; }

.entry-highlight { background: linear-gradient(135deg, #fff3e8, #ffe6cc); border-color: #ffd9b3; }

/* ---------- 专业卡片网格 ---------- */
.majors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.major-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 26px 18px 22px;
    text-align: center;
    transition: all .25s;
    position: relative;
    overflow: hidden;
}

.major-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--nav-gradient);
    transform: scaleX(0);
    transition: transform .25s;
}

.major-card:hover::before { transform: scaleX(1); }

.major-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.major-icon { font-size: 40px; margin-bottom: 12px; }

.major-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; color: var(--text-1); }

.major-card:hover h3 { color: var(--primary); }

.major-category { font-size: 13px; color: var(--text-3); margin-bottom: 8px; }

.major-tuition {
    font-size: 15px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 10px;
}

.major-link {
    font-size: 13px;
    color: var(--text-3);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.major-card:hover .major-link { color: var(--primary); }

/* 首页专业图片卡片 */
.major-photo {
    position: relative;
    margin: -26px -18px 14px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.major-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}
.major-card:hover .major-photo img { transform: scale(1.06); }
.major-photo-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}
.major-card:has(.major-photo) { padding: 0 0 22px; }
.major-card:has(.major-photo) h3 { padding: 0 18px; }
.major-card:has(.major-photo) .major-category { padding: 0 18px; margin-bottom: 8px; }
.major-card:has(.major-photo) .major-link { margin-bottom: 0; }

/* ---------- 优势区块 ---------- */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.advantage-card {
    background: #fff;
    border-radius: 8px;
    padding: 26px 22px;
    text-align: center;
    border: 1px solid var(--border-light);
    transition: all .25s;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: #ffd9b3;
}

.advantage-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
}

.advantage-card:hover .advantage-icon {
    background: var(--nav-gradient);
    color: #fff;
    box-shadow: var(--shadow-orange);
}

.advantage-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }

.advantage-card p { font-size: 13px; color: var(--text-2); line-height: 1.8; }

.advantage-card p strong { color: var(--primary); }

/* ---------- 报考流程 ---------- */
.process-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.process-step { flex: 0 0 150px; text-align: center; position: relative; }

.step-number {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: var(--nav-gradient);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-orange);
    position: relative;
    z-index: 1;
}

.process-step::after {
    content: '';
    position: absolute;
    top: 26px;
    left: calc(50% + 34px);
    right: calc(-50% + 34px);
    height: 2px;
    background: repeating-linear-gradient(90deg, #ffc899 0 8px, transparent 8px 14px);
}

.process-step:last-child::after { display: none; }

.process-step h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }

.process-step p { font-size: 12px; color: var(--text-3); line-height: 1.6; }

.process-arrow { display: none; }

/* ---------- 考试安排（首页） ---------- */
.exam-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.exam-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 24px 26px;
    box-shadow: var(--shadow-sm);
    transition: all .25s;
}

.exam-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.exam-semester {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-1);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border-light);
    position: relative;
}

.exam-semester::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 56px;
    height: 2px;
    background: var(--nav-gradient);
}

.exam-details p {
    font-size: 14px;
    color: var(--text-2);
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.exam-details p strong { color: var(--text-1); font-weight: 700; }

/* ---------- FAQ ---------- */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 20px 24px;
    transition: all .25s;
}

.faq-item:hover { box-shadow: var(--shadow-md); border-color: #ffd9b3; }

.faq-item h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-left: 14px;
    position: relative;
}

.faq-item h3::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-weight: 700;
}

.faq-item p { font-size: 13px; color: var(--text-2); line-height: 1.8; }

.faq-item .faq-question { cursor: pointer; }

.faq-item .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

/* ---------- CTA ---------- */
.cta-section {
    background: linear-gradient(120deg, #1e3a8a 0%, #2563eb 50%, #0ea5e9 100%);
    color: #fff;
    padding: 52px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.cta-section::after {
    content: '';
    position: absolute;
    left: -60px;
    bottom: -100px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.cta-content { text-align: center; position: relative; z-index: 1; }

.cta-content h2 { font-size: 28px; font-weight: 700; letter-spacing: 2px; margin-bottom: 10px; }

.cta-content p { font-size: 15px; opacity: .92; margin-bottom: 24px; }

.cta-actions { display: flex; justify-content: center; gap: 14px; }

.cta-section .btn-outline { border-color: #fff; color: #fff; background: transparent; }
.cta-section .btn-outline:hover { background: #fff; color: var(--blue); }

/* =====================================================
   内页 Banner + 面包屑
   ===================================================== */
.page-banner {
    background: linear-gradient(120deg, #c94f00 0%, #ff6e00 55%, #ff9000 100%);
    color: #fff;
    padding: 44px 0;
    position: relative;
    overflow: hidden;
}

.page-banner::before {
    content: '';
    position: absolute;
    right: -60px;
    top: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.page-banner::after {
    content: '';
    position: absolute;
    right: 120px;
    bottom: -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}

.page-banner h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}

.breadcrumb {
    margin-top: 8px;
    font-size: 13px;
    opacity: .92;
    position: relative;
}

.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: #ffe6cc; }
.breadcrumb span { margin: 0 6px; }

/* =====================================================
   内页通用块
   ===================================================== */
.guide-block, .exam-block, .about-block { margin-bottom: 36px; }

.guide-block > h2, .exam-block > h2, .about-block > h2,
.contact-info-block > h2, .contact-form-block > h2,
.map-block > h2, .apply-form-block > h2,
.apply-process-section > .container > h2, .tips-section h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-1);
    margin-bottom: 18px;
    padding-left: 12px;
    border-left: 4px solid var(--primary);
    line-height: 1.3;
}

.guide-card, .about-card, .exam-tables, .exam-card,
.detail-card, .map-card, .fee-table-wrapper, .contact-form-block {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 26px 28px;
    box-shadow: var(--shadow-sm);
}

.guide-card h3, .about-card h3, .detail-card h2 {
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0 12px;
}

.guide-card h3:first-child, .about-card h3:first-child { margin-top: 0; }

.detail-card > h2 {
    font-size: 18px;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-light);
    border-left: none;
    padding-left: 0;
    position: relative;
    padding-top: 2px;
}

.guide-card p, .about-card p, .detail-card p {
    font-size: 14px;
    color: var(--text-2);
    line-height: 1.9;
    margin-bottom: 8px;
}

/* ---------- 提示框 ---------- */
.notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.8;
}

.notice i { margin-top: 5px; flex-shrink: 0; }

.notice p { margin: 0; color: inherit; }

.notice-warning { background: #fff7e8; border: 1px solid #ffd9a0; color: #a15c00; }
.notice-warning i { color: var(--gold); }

.notice-info { background: #eef4ff; border: 1px solid #bcd3ff; color: #1d4ed8; }
.notice-info i { color: var(--blue); }

/* ---------- 勾选列表 ---------- */
.check-list li,
.advantage-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
    font-size: 14px;
    color: var(--text-2);
    line-height: 1.8;
}

.check-list li i { color: var(--green); margin-top: 5px; }
.advantage-list li i { color: var(--primary); margin-top: 4px; }

/* ---------- 时间线 ---------- */
.process-timeline { position: relative; padding-left: 30px; }

.process-timeline::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: #ffd9b3;
}

.timeline-item {
    display: flex;
    gap: 16px;
    padding-bottom: 22px;
    position: relative;
}

.timeline-item:last-child { padding-bottom: 0; }

.timeline-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--nav-gradient);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: -30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 4px var(--bg);
}

.timeline-content h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }

.timeline-content p { font-size: 13px; color: var(--text-2); }

/* ---------- 通用表格 ---------- */
.material-table, .exam-table, .fee-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.material-table th, .material-table td,
.exam-table th, .exam-table td,
.fee-table th, .fee-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.material-table th, .exam-table th, .fee-table th {
    background: var(--primary-soft);
    color: var(--primary-dark);
    font-weight: 700;
    white-space: nowrap;
}

.material-table tbody tr:hover td,
.exam-table tbody tr:hover td,
.fee-table tbody tr:hover td { background: #fffaf5; }

.material-table td, .exam-table td, .fee-table td { color: var(--text-2); }

/* ---------- 徽章 ---------- */
.badge {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 400;
    vertical-align: middle;
}

.badge-success { background: #e6f7ef; color: #0a8f56; }
.badge-warning { background: #fff3e0; color: #d97a00; }
.badge-danger { background: #ffecec; color: #d43c3c; }
.badge-info { background: #e8f3ff; color: #2563eb; }
.badge-purple { background: #f3e8ff; color: #8b2fd6; }
.badge-primary { background: #fff0e3; color: #e05e00; }
.badge-secondary { background: #f0f1f3; color: #666; }

/* ---------- FAQ 列表（指南页） ---------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }

.faq-list .faq-item {
    border-left: 3px solid var(--primary);
    border-radius: 0 8px 8px 0;
}

.faq-list .faq-item:hover { transform: translateX(3px); }

/* ---------- 政策列表 ---------- */
.policy-list { display: flex; flex-direction: column; gap: 18px; }

.policy-item { padding-bottom: 18px; border-bottom: 1px dashed var(--border-light); }
.policy-item:last-child { border-bottom: none; padding-bottom: 0; }

.policy-item h3 {
    font-size: 15px;
    color: var(--primary-dark);
    font-weight: 700;
    margin-bottom: 6px;
}

.policy-item p { margin-bottom: 0; }

/* =====================================================
   考试安排页
   ===================================================== */
.exam-section { background: #fff; }

/* =====================================================
   报考指南页
   ===================================================== */
.guide-grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
    align-items: start;
}

.guide-nav {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 14px;
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 66px;
}

.guide-nav ul { display: flex; flex-direction: column; gap: 2px; }

.guide-nav a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-2);
    border-radius: 6px;
    border-left: 3px solid transparent;
    transition: all .2s;
}

.guide-nav a:hover { color: var(--primary); background: var(--primary-soft); }

.guide-nav a.active {
    color: var(--primary);
    background: var(--primary-soft);
    border-left-color: var(--primary);
}

.guide-content { min-width: 0; }

.exam-block .exam-card p { margin-bottom: 8px; }

.exam-block .exam-card ul {
    padding-left: 0;
    margin-top: 6px;
}

.exam-block .exam-card ul li {
    position: relative;
    padding: 5px 0 5px 18px;
    font-size: 14px;
    color: var(--text-2);
}

.exam-block .exam-card ul li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.notice-list { display: flex; flex-direction: column; gap: 10px; }

.notice-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: var(--text-2);
    line-height: 1.8;
    padding: 8px 0;
}

.notice-list li i { color: var(--green); margin-top: 5px; flex-shrink: 0; }

/* =====================================================
   关于我们页
   ===================================================== */
.about-section { background: #fff; }

.school-intro p { font-size: 15px; }

.school-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 22px 0;
    padding: 20px 0;
    border-top: 1px dashed var(--border-light);
    border-bottom: 1px dashed var(--border-light);
}

.stat-card { text-align: center; padding: 8px; }

.stat-card .stat-number {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.2;
}

.stat-card .stat-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-1);
    margin-top: 4px;
}

.stat-card .stat-desc {
    display: block;
    font-size: 12px;
    color: var(--text-3);
    margin-top: 2px;
}

.school-features { margin-top: 20px; }

.feature-list li {
    position: relative;
    padding: 6px 0 6px 22px;
    font-size: 14px;
    color: var(--text-2);
}

.feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 700;
}

.function-list li {
    padding: 6px 0;
    font-size: 14px;
    color: var(--text-2);
    line-height: 1.8;
}

.function-list li strong { color: var(--primary-dark); }

.contact-info p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-info p strong { color: var(--text-1); }

.contact-info i { color: var(--primary); margin-top: 4px; width: 16px; text-align: center; }

.qualification-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.qualification-item {
    text-align: center;
    padding: 24px 16px;
    background: var(--bg-warm);
    border: 1px solid #ffe3c8;
    border-radius: 8px;
    transition: all .25s;
}

.qualification-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    background: #fff;
}

.qualification-item i { font-size: 30px; color: var(--primary); margin-bottom: 10px; }

.qualification-item h3 { font-size: 15px; font-weight: 700; margin: 0 0 6px; }

.qualification-item p { font-size: 13px; color: var(--text-2); margin: 0; }

.culture-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 26px 28px;
    box-shadow: var(--shadow-sm);
}

.culture-item { padding: 20px; background: var(--bg-warm); border-radius: 8px; text-align: center; }

.culture-item h3 { font-size: 15px; color: var(--primary-dark); font-weight: 700; margin-bottom: 8px; }

.culture-item p { margin: 0; font-size: 14px; color: var(--text-2); }

.culture-quote {
    font-size: 24px !important;
    font-weight: 700;
    color: var(--primary) !important;
    letter-spacing: 8px;
    padding: 10px 0;
}

/* =====================================================
   联系我们页
   ===================================================== */
.contact-section { background: var(--bg-gray); }

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 20px;
    align-items: start;
}

.contact-list { display: flex; flex-direction: column; gap: 12px; }

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    transition: all .25s;
}

.contact-item:hover {
    border-color: #ffd9b3;
    box-shadow: var(--shadow-md);
    transform: translateX(4px);
}

.contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-content h3 { font-size: 14px; color: var(--text-3); font-weight: 400; margin-bottom: 2px; }

.contact-value { font-size: 16px; font-weight: 700; color: var(--text-1); }

.contact-value a { color: var(--primary); }

.contact-note { font-size: 12px; color: var(--text-3); margin-top: 2px; }

.form-intro { font-size: 13px; color: var(--text-3); margin-bottom: 16px; }

.form-group { margin-bottom: 16px; }

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-1);
    margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-size: 14px;
    color: var(--text-1);
    background: #fff;
    transition: all .2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(255, 110, 0, 0.12);
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: #bbb; }

.required { color: var(--red); margin-left: 2px; }

.form-group input.error,
.form-group select.error,
.form-group textarea.error { border-color: var(--red); }

.error-tip { display: block; font-size: 12px; color: var(--red); margin-top: 4px; }

.map-block { margin-top: 36px; }

.map-placeholder {
    text-align: center;
    padding: 60px 20px;
    background: var(--bg-gray);
    border-radius: 8px;
}

.map-placeholder i { font-size: 46px; color: #ccc; margin-bottom: 14px; display: block; }

.map-placeholder p { font-size: 15px; color: var(--text-2); margin-bottom: 18px; }

/* =====================================================
   在线报名页
   ===================================================== */
.apply-section { background: var(--bg-gray); }

.apply-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 20px;
    align-items: start;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
}

.form-agreement {
    margin: 18px 0;
    padding: 12px 14px;
    background: var(--bg-warm);
    border: 1px solid #ffe3c8;
    border-radius: 6px;
    font-size: 13px;
    color: var(--text-2);
}

.form-agreement input[type="checkbox"] {
    accent-color: var(--primary);
    margin-right: 6px;
    vertical-align: -2px;
}

.apply-sidebar { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 66px; }

.sidebar-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 20px;
    box-shadow: var(--shadow-sm);
}

.sidebar-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-light);
    position: relative;
}

.sidebar-card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 2px;
    background: var(--nav-gradient);
}

.sidebar-card .notice-list { gap: 0; }

.sidebar-card .notice-list li { border-bottom: 1px dashed var(--border-light); padding: 8px 0; }

.sidebar-card .notice-list li:last-child { border-bottom: none; }

.sidebar-card .notice { margin: 0; }

.apply-card { text-align: center; }

.sidebar-tuition {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px;
    background: var(--bg-warm);
    border-radius: 6px;
}

.tuition-label { font-size: 13px; color: var(--text-3); }

.tuition-value { font-size: 24px; font-weight: 700; color: var(--primary); }

.apply-card .btn { margin-bottom: 10px; }
.apply-card .btn:last-child { margin-bottom: 0; }

.contact-quick { display: flex; flex-direction: column; gap: 8px; }

.contact-quick .contact-item {
    padding: 10px 14px;
    align-items: center;
    gap: 10px;
    background: var(--bg-gray);
    border: none;
    font-size: 14px;
    color: var(--text-2);
}

.contact-quick .contact-item:hover { transform: none; background: var(--primary-soft); }

.contact-quick .contact-item i { color: var(--primary); font-size: 16px; }

.apply-process-section { background: #fff; }

.apply-process-section > .container > h2 {
    text-align: center;
    border-left: none;
    padding-left: 0;
}

.apply-process-section > .container > h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: var(--nav-gradient);
    margin: 10px auto 0;
}

.apply-process {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.process-item { flex: 0 0 170px; text-align: center; position: relative; }

.process-item::after {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -14px;
    top: 24px;
    color: #ffc899;
    font-size: 16px;
}

.process-item:last-child::after { display: none; }

.process-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: var(--nav-gradient);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-orange);
}

.process-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }

.process-item p { font-size: 12px; color: var(--text-3); }

/* =====================================================
   招生专业列表页
   ===================================================== */
.majors-list-section { background: #fff; }

.majors-filter { margin-bottom: 22px; }

.filter-tags { display: flex; flex-wrap: wrap; gap: 10px; }

.filter-tag {
    display: inline-block;
    padding: 7px 22px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    font-size: 14px;
    color: var(--text-2);
    cursor: pointer;
    transition: all .2s;
}

.filter-tag:hover { border-color: var(--primary); color: var(--primary); }

.filter-tag.active {
    background: var(--nav-gradient);
    border-color: transparent;
    color: #fff;
    box-shadow: var(--shadow-orange);
}

.majors-list { display: flex; flex-direction: column; gap: 14px; }

.major-row {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    transition: all .25s;
}

.major-row:hover {
    border-color: #ffd9b3;
    box-shadow: var(--shadow-md);
    transform: translateX(4px);
}

.major-row-icon {
    width: 72px;
    height: 72px;
    background: var(--primary-soft);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.major-row-info h3 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }

.major-row-info h3 a { color: var(--text-1); }
.major-row-info h3 a:hover { color: var(--primary); }

.major-code { font-size: 13px; color: var(--text-3); font-weight: 400; }

.major-desc { font-size: 13px; color: var(--text-2); margin-bottom: 8px; line-height: 1.7; }

.major-meta { display: flex; flex-wrap: wrap; gap: 8px; }

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--text-2);
    padding: 3px 10px;
    background: var(--bg-gray);
    border-radius: 20px;
}

.meta-item i { color: var(--primary); font-size: 12px; }

/* 专业卡片网格 */
.majors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.major-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s;
}

.major-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.major-card-image {
    position: relative;
    height: 180px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.major-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.major-card:hover .major-card-image img {
    transform: scale(1.05);
}

.major-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: rgba(255,255,255,0.8);
}

.major-category-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 12px;
    background: rgba(255,255,255,0.95);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary);
}

.major-card-body {
    padding: 16px;
}

.major-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.major-card-title a {
    color: var(--text-1);
}

.major-card-title a:hover {
    color: var(--primary);
}

.major-card-code {
    font-size: 12px;
    color: var(--text-3);
    margin-bottom: 8px;
}

.major-card-desc {
    font-size: 13px;
    color: var(--text-2);
    line-height: 1.6;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.major-card-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-light);
}

.major-card-actions {
    display: flex;
    gap: 8px;
}

.major-card-actions .btn {
    flex: 1;
    text-align: center;
}

/* 助学政策 */
.policy-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.policy-section .section-header h2 {
    color: #fff;
}

.policy-section .section-header p {
    color: rgba(255,255,255,0.85);
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.policy-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: all .3s;
}

.policy-card:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-4px);
}

.policy-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.policy-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.policy-card p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
}

/* 报名流程 */
.process-section {
    background: var(--bg-gray);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.process-grid::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--primary-light));
    z-index: 0;
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    background: var(--nav-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    box-shadow: var(--shadow-orange);
}

.process-step h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-1);
}

.process-step p {
    font-size: 13px;
    color: var(--text-2);
    line-height: 1.6;
}

/* 响应式 */
@media (max-width: 768px) {
    .majors-grid {
        grid-template-columns: 1fr;
    }
    
    .policy-grid {
        grid-template-columns: 1fr;
    }
    
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .process-grid::before {
        display: none;
    }
    
    .step-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

.fee-section { background: var(--bg-gray); }

.fee-note {
    margin-top: 14px;
    padding: 12px 16px;
    background: #fff7e8;
    border: 1px solid #ffd9a0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #a15c00;
}

.fee-note p { margin: 0; }

/* =====================================================
   专业详情页
   ===================================================== */
.major-detail-section { background: var(--bg-gray); }

.major-detail-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 20px;
    align-items: start;
}

.major-detail-content { display: flex; flex-direction: column; gap: 16px; min-width: 0; }

.overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.overview-item {
    background: var(--bg-gray);
    border-radius: 6px;
    padding: 12px 14px;
}

.overview-label { display: block; font-size: 12px; color: var(--text-3); margin-bottom: 3px; }

.overview-value { display: block; font-size: 15px; font-weight: 700; color: var(--text-1); }

.overview-value.highlight { color: var(--primary); }

.major-description, .employment-directions {
    font-size: 14px;
    color: var(--text-2);
    line-height: 1.9;
}

.course-note {
    padding: 10px 14px;
    background: #eef4ff;
    border: 1px solid #bcd3ff;
    border-radius: 6px;
    color: #1d4ed8;
    font-size: 13px;
    margin-bottom: 16px;
}

.course-group { margin-bottom: 20px; }
.course-group:last-child { margin-bottom: 0; }

.course-group h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.course-count { font-size: 13px; color: var(--text-3); font-weight: 400; }

.course-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}

.course-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    background: var(--bg-gray);
    border-radius: 6px;
    font-size: 13px;
    transition: background .2s;
}

.course-item:hover { background: var(--primary-soft); }

.course-index {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--text-3);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.course-name { font-weight: 700; color: var(--text-1); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.course-code { color: var(--text-3); font-size: 12px; flex-shrink: 0; }

.course-credit {
    margin-left: auto;
    font-size: 12px;
    color: var(--primary);
    flex-shrink: 0;
}

.no-data { text-align: center; color: var(--text-3); padding: 30px 0; }

.major-detail-sidebar { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 66px; }

.hot-majors li { border-bottom: 1px dashed var(--border-light); }

.hot-majors li:last-child { border-bottom: none; }

.hot-majors a {
    display: block;
    padding: 9px 0 9px 18px;
    font-size: 14px;
    color: var(--text-2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-majors a::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffc899;
    transition: background .2s;
}

.hot-majors a:hover { color: var(--primary); }

.hot-majors a:hover::before { background: var(--primary); }

/* =====================================================
   学习资源页
   ===================================================== */
.resources-section { background: #fff; }

.resources-intro {
    padding: 16px 20px;
    background: #eef4ff;
    border: 1px solid #bcd3ff;
    border-radius: 6px;
    color: #1d4ed8;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.resource-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 24px;
    transition: all .25s;
}

.resource-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: #ffd9b3;
}

.resource-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.resource-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }

.resource-card > p { font-size: 13px; color: var(--text-2); margin-bottom: 12px; }

.resource-list li {
    position: relative;
    padding: 6px 0 6px 20px;
    font-size: 13px;
    color: var(--text-2);
    border-bottom: 1px dashed var(--border-light);
}

.resource-list li:last-child { border-bottom: none; }

.resource-list li::before {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 4px;
    color: #ffc899;
}

.tips-section { background: var(--bg-gray); }

.tips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.tip-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 22px 20px;
    transition: all .25s;
}

.tip-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.tip-card h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-left: 12px;
    border-left: 3px solid var(--primary);
}

.tip-card p { font-size: 13px; color: var(--text-2); line-height: 1.8; }

/* =====================================================
   页脚
   ===================================================== */
.main-footer {
    background: var(--footer-bg);
    color: #aeb4bf;
    margin-top: 40px;
}

.footer-serve {
    background: var(--footer-bg-2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 22px 0;
}

.serve-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.serve-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #cfd4dc;
    transition: color .2s;
}

.serve-item i {
    font-size: 26px;
    color: var(--primary-light);
}

.serve-item:hover { color: #fff; }

.serve-item b { display: block; font-size: 15px; color: inherit; }

.serve-item span { font-size: 12px; color: #8a919e; }

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 30px;
    padding: 36px 0;
}

.footer-col h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: var(--primary);
}

.footer-about p {
    font-size: 13px;
    line-height: 1.9;
    color: #8a919e;
    margin-bottom: 8px;
}

.footer-about strong { color: #cfd4dc; }

.footer-links li { margin-bottom: 8px; }

.footer-links a {
    font-size: 13px;
    color: #8a919e;
    display: inline-block;
    transition: all .2s;
}

.footer-links a::before { content: '› '; color: var(--primary); }

.footer-links a:hover { color: #fff; padding-left: 3px; }

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #8a919e;
    margin-bottom: 10px;
    line-height: 1.7;
}

.footer-contact i { color: var(--primary-light); margin-top: 4px; width: 14px; text-align: center; }

.footer-contact a { color: #8a919e; }
.footer-contact a:hover { color: #fff; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright p { font-size: 12px; color: #767d89; }

.footer-links-bottom { display: flex; gap: 20px; }

.footer-links-bottom a { font-size: 12px; color: #767d89; }
.footer-links-bottom a:hover { color: #fff; }

/* ---------- 友情链接（Tab导航） ---------- */
    .footer-sites {
        padding: 24px 0 26px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

.footer-sites-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-sites-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0;
}

.footer-tab {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #767d89;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    transition: all .2s;
    position: relative;
}

.footer-tab:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.footer-tab.active {
    color: var(--primary);
    background: rgba(255, 110, 0, 0.1);
}

.footer-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary);
}

.footer-sites-content {
    display: none;
}

.footer-sites-content.active {
    display: block;
}

.footer-sites-links { display: flex; flex-wrap: wrap; gap: 6px 8px; }

.footer-sites-links a {
    font-size: 12px;
    color: #767d89;
    padding: 4px 10px;
    border-radius: 3px;
    transition: all .2s;
    background: rgba(255, 255, 255, 0.04);
}

.footer-sites-links a:hover {
    color: #fff;
    background: var(--primary);
}

/* =====================================================
   右侧悬浮工具栏
   ===================================================== */
.side-toolbar {
    position: fixed;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 950;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.side-btn {
    width: 62px;
    height: 62px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--text-2);
    font-size: 12px;
    transition: all .25s;
    position: relative;
}

.side-btn i { font-size: 18px; color: var(--primary); transition: color .25s; }

.side-btn:hover {
    background: var(--nav-gradient);
    border-color: transparent;
    color: #fff;
    transform: translateX(-3px);
}

.side-btn:hover i { color: #fff; }

.side-btn.back-top { opacity: 0; visibility: hidden; transition: all .3s; }

.side-btn.back-top.show { opacity: 1; visibility: visible; }

/* 微信弹层 */
.side-pop {
    position: absolute;
    right: 74px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
    padding: 14px;
    width: 150px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
}

.side-pop::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    border-right: 1px solid var(--border-light);
    border-top: 1px solid var(--border-light);
}

.side-btn:hover .side-pop { opacity: 1; visibility: visible; }

.side-pop img { width: 110px; height: 110px; margin-bottom: 8px; }

.side-pop p { font-size: 12px; color: var(--text-2); margin: 0; }

/* 微信咨询弹层（双二维码） */
.wechat-pop {
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qrcode-section {
    text-align: center;
}

.qrcode-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-1);
    margin: 0 0 6px 0;
}

.qrcode-img {
    width: 120px !important;
    height: 120px !important;
    border: 1px solid var(--border-light);
    border-radius: 4px;
}

/* =====================================================
   消息提示
   ===================================================== */
.alert-message {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    background: #fff;
    border-radius: 6px;
    box-shadow: var(--shadow-lg);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    z-index: 2000;
    opacity: 0;
    transition: all .3s;
}

.alert-message.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.alert-success { border-left: 4px solid var(--green); color: #0a8f56; }
.alert-error { border-left: 4px solid var(--red); color: #d43c3c; }

.alert-close { font-size: 18px; color: var(--text-3); line-height: 1; }

/* ---------- 移动端导航 ---------- */
.mobile-nav {
    display: none;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 1100;
    padding: 60px 20px 20px;
    overflow-y: auto;
}

.mobile-nav.active { display: block; }

.mobile-nav-close {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 22px;
    color: var(--text-2);
}

.mobile-nav ul { display: flex; flex-direction: column; }

.mobile-nav ul li { border-bottom: 1px solid var(--border-light); }

.mobile-nav ul li a {
    display: block;
    padding: 15px 6px;
    font-size: 16px;
    color: var(--text-1);
}

.mobile-nav ul li a:hover { color: var(--primary); }

.mobile-nav .btn { margin-top: 20px; }

/* ---------- 隐藏元素辅助 ---------- */
.hidden-mobile { display: inline; }

/* 滚动条美化 */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #d0d4da; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary-light); }
