body {
    background: #fff;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*********************************pc  h2æ ‡é¢˜*********************************/
.page {
    padding: 60px 0 00px 0;
}

.page .title {
    margin-bottom: 30px;
    text-align: center;
}

.page .title img {
    display: block;
    margin: 0 auto;
}

/* .page .con .btn {
    font-size: 36px;
    color: #1f0a8d;
    font-weight: bold;
    width: 610px;
    height: 96px;
    background: url(../images/3.png) no-repeat center top;
    border-radius: 50px;
    text-align: center;
    line-height: 96px;
    display: block;
    margin: 60px auto 0;
    position: relative;
    background-size: contain;
} */

.page .con .btn::after {
    content: '';
    width: 21px;
    height: 20px;
    background: url(../images/left.png) no-repeat center top;
    position: absolute;
    right: 35px;
    top: 16px;
}

/** header_banner **/
.header_banner {
    height: 625px;
    background: url(../images/pc_bgc/1_01.jpg) no-repeat center top;
    overflow: hidden;
}

.header_banner .banner {
    text-align: center;
    margin: 0 auto;
}

.header_banner img {
    margin: 0 auto;
    margin-top: 20px;
}

.page1 {
    background: url(../images/pc_bgc/1_02.jpg) no-repeat center top;
    height: 880px;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 0px;
}

.page1 .title {
    margin-top: 80px;
}

.page1 .con {
    display: flex;
    justify-content: space-between;
}

.page1 .con .left {
    background: url(../images/3.png) no-repeat center top;
    background-size: 100% 100%;
    width: 374px;
    height: 616px;
    padding: 124px 42px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.page1 .con .right {
    width: calc(100% - 394px);
}

.page1 .con .masking {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.page1 .con .small_title {
    font-size: 26px;
    color: #0a289d;
    font-weight: 700
}

.page1 .small_con {
    font-size: 18px;
    margin-top: 24px;
    z-index: 2;
}

.page1 .small_conT {
    margin-top: 42px;
    z-index: 2;
}

.page1 .small_con p {
    margin-bottom: 16px;
    font-size: 18px;
    color: #333333;
    z-index: 3;
}

.page1 .con .small_title::before {
    content: url(../images/4.png);
    vertical-align: middle;
    margin-right: 10px;
}

.page1 .con .module-title::before {
    content: url(../images/4.png);
    vertical-align: middle;
    margin-right: 10px;
}

.page1 .right .top-row,
.page1 .right .bottom-row {
    display: flex;
    justify-content: space-between;
}

.page1 .right .top-row {
    margin-bottom: 20px;
    height: 296px;
}

.page1 .right .bottom-row {
    height: 296px;
}

.page1 .left .module-item {
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.page1 .right .module-item {
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.page1 .right .top-row .module-item {
    width: 49%;
}

.page1 .right .bottom-row .module-item {
    width: 32.5%;
}

.page1 .left .module-content {
    position: relative;
    z-index: 2;
    text-align: left;
}

.page1 .right .module-content {
    z-index: 2;
    text-align: left;
}

.page1 .right .module-title {
    font-size: 26px;
    color: #0a289d;
    font-weight: 700;
    margin-bottom: 15px;
}

.page1 .right .module-con p {
    font-size: 18px;
    color: #333;
}

.page1 .module-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 62, 205,1);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.page1 .left:hover .module-overlay {
    opacity: 1;
}

.page1 .left:hover .small_title,
.page1 .left:hover .small_con p {
    color: #fff;
}

.page1 .right .module-item:hover .module-overlay {
    opacity: 1;
}

.page1 .right .module-item:hover {
    background-color: rgba(25, 83, 200, 0.7);
}

.page1 .right .module-item:hover .module-title,
.page1 .right .module-item:hover .module-con p {
    color: #fff;
}



.page1 .right .module-item-1 {
    background-image: url('../images/5.png');
}

.page1 .right .module-item-2 {
    background-image: url('../images/6.png');
}

.page1 .right .module-item-3 {
    background-image: url('../images/7.png');
}

.page1 .right .module-item-4 {
    background-image: url('../images/8.png');
}

.page1 .right .module-item-5 {
    background-image: url('../images/9.png');
}

/* 保持和你原来 page 等标签类似的命名风格和布局思路 */
/* 保留你原有的.page2样式 */
/* 页面容器样式 (保留你的背景图和布局) */
.page2 {
    background: url(../images/pc_bgc/1_03.jpg) no-repeat center top;
    height: 1015px;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 0px;
}

/* 标题区域 */
.page2 .title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

.page2 .title img {
    max-width: 100%;
    height: auto;
}

/* 进度条容器 (居中布局) */
.page2 .progress-bar-container {
    margin: 20px auto 40px;
    /* 增加底部间距 */
    width: 85%;
    /* 适当加宽容器 */
}

/* 进度条主容器 (控制节点和轨道布局) */
.page2 .progress-bar {
    display: flex;
    justify-content: space-between;
    /* 节点均匀分布 */
    align-items: center;
    position: relative;
    counter-reset: step;
    padding: 0 40px;
    /* 左右预留空间，避免轨道溢出 */
}

/* 进度条轨道 (灰色背景长条，在节点下方) */
.page2 .progress-bar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    /* 与左右padding对齐 */
    right: 40px;
    height: 4px;
    background-color: #e0e0e0;
    /* 浅灰色未激活轨道 */
    transform: translateY(-50%);
    z-index: 1;
    /* 轨道层级最低 */
}

/* 步骤节点样式 (核心：覆盖轨道，不被进度条遮挡) */
.page2 .progress-step {
    width: 60px;
    /* 节点尺寸 */
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #e0e0e0;
    /* 未激活灰色背景 */
    color: #666666;
    /* 未激活文字颜色 */
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
    /* 节点层级最高，覆盖轨道和进度条 */
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    /* 轻微阴影增强立体感 */
}

/* 激活态节点 (匹配图片中的蓝色发光效果) */
.page2 .progress-step.active {
    background: linear-gradient(to bottom, #41b3ff, #d02dff);
    /* 纯蓝色背景（可替换为渐变） */
    color: white;
    /* 激活文字白色 */
    box-shadow: 0 0 12px rgba(74, 108, 247, 0.6), 0 0 24px rgba(74, 108, 247, 0.3);
    /* 双层发光效果 */
    transform: scale(1.08);
    /* 轻微放大突出激活状态 */
}

/* 进度填充条 (蓝色进度条，在节点下方) */
.page2 .progress-fill {
    position: absolute;
    height: 4px;
    width: 0;
    background: linear-gradient(to right, #41b3ff, #d02dff);
    /* 蓝色填充（与激活节点颜色一致） */
    top: 50%;
    left: 40px;
    /* 与轨道左侧对齐 */
    transform: translateY(-50%);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    /* 平滑动画 */
    z-index: 1;
    /* 填充条层级与轨道相同，在节点下方 */
}

/* 步骤内容容器样式 */
.page2 .step-content-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    /* 限制最大宽度 */
}

.page2 .step-content {
    display: none;
    /* 默认隐藏 */
}

.page2 .step-content.active {
    display: block;
    /* 激活时显示 */
    animation: fadeIn 0.5s ease;
    /* 内容淡入动画 */
}

/* 内容区域卡片样式 */
.page2 .step-content-item {
    background: #edf3fb;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    /* 增强阴影 */
}

.page2 .step-title {
    display: inline;
    font-size: 24px;
    color: #fff287;
    margin-bottom: 60px;
    padding: 4px 24px;
    border-radius: 10px;
    background-color: #2c40a4;
    width: 50%;
    height: 44px;
    line-height: 44px;
    /* 标题下划线分隔 */
}

.page2 .content-block {
    margin-bottom: 25px;
    line-height: 1.7;
    /* 优化行高，增强可读性 */
}

.page2 .content-subtitle {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 16px;
}

.page2 .content-subtitle span {
    background-color: #2c40a4;
    color: #fff;
    border-radius: 50%;
}

.page2 .btn {
    text-align: center;
    margin-top: 60px;
}

/* 内容淡入动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 响应式适配（移动端） */
@media (max-width: 768px) {
    .progress-step {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .step-content-item {
        padding: 20px;
    }

    .step-title {
        font-size: 20px;
    }
}

.page3 {
    background: url(../images/pc_bgc/1_04.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 1345px;
}

/* 页面容器隔离 */
.page3 .m1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* 标题区域 */
.page3 .title {
    text-align: center;
    margin-bottom: 30px;
}

.page3 .title img {
    max-width: 100%;
    height: auto;
}

/* 选项卡导航（带page3前缀） */
.page3 .tab-nav {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    /* background: linear-gradient(to bottom, #4a6cf7 0%, #b3c6fa 100%); */
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(74, 108, 247, 0.08);
    /* 渐变色，顶部深底部浅 */
}

.page3 .tab-btn {
    flex: 1;
    background: linear-gradient(to bottom, #e9e9e9, #d1d7ec);
    padding: 15px 0;
    margin: 0 15px;
    height: 103px;
    line-height: 103px;
    text-align: center;
    color: #444444;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(74, 108, 247, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-size: 26px;
    border: none;
}

.page3 .tab-btn.active {
    background: linear-gradient(to bottom, #d4e3ff, #c6d2ed);
    font-weight: 900;
}

.page3 .tab-btn {
    border-radius: 16px 16px 0 0;
}

.page3 .tab-btn.active::after {
    display: none;
}

.page3 .tab-content-container {
    margin-bottom: 0;
}

.page3 .blue-card {
    background: linear-gradient(to right,#203ecc,#1b34b0);
    /* opacity: 0.7; */
    padding: 30px;
    color: #222;
    box-shadow: none;
    margin-bottom: 0;
}

.page3 .tab-content.active .blue-card {
    border-radius: 20px;

}

.page3 .notes-section {
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 24px rgba(74, 108, 247, 0.08);
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

/* 让tab、blue-card、notes-section三者无缝拼接 */
.page3 .tab-content.active .blue-card,
.page3 .tab-content.active .notes-section {
    border-top: none;
}

/* 大学分类标题 */
.page3 .university-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    /* border-bottom: 1px dashed rgba(255, 255, 255, 0.2); */
}

.page3 .section-title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #33ffe9;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.page3 .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 36px;
    margin-right: 12px;
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to bottom, #aa34ee, #2441ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* 内容两列布局 */
.page3 .content-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.page3 .left-column,
.page3 .right-column {
    flex: 1;
}

.page3 .column-title {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
}

.page3 .content-list {
    padding-left: 20px;
    line-height: 1.8;
    font-size: 14px;
}

.page3 .content-list li {
    color: #fff;
    margin-bottom: 8px;
    position: relative;
}

.page3 .content-list li::before {
    content: '•';
    position: absolute;
    left: -15px;
}

/* 关键注意事项部分 */
.page3 .notes-section {
    background-color: #fff;
    margin-top: -25px;
}

.page3 .notes-title {
    font-size: 18px;
    color: #1932c0;
    margin-bottom: 15px;
    font-weight: bold;
}

.page3 .notes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.page3 .note-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
}

.page3 .note-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.page3 .notes-grid .small li {
    color: #000;
    font-size: 13px;
    line-height: 1.7;
}

/* 内容切换控制 */
.page3 .tab-content {
    display: none;
}

.page3 .tab-content.active {
    display: block;
    animation: page3FadeIn 0.5s ease;
}

@keyframes page3FadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 按钮样式 */
.page3 .btn.qt_53Btn {
    text-align: center;
    margin-top: 30px;
}

.page3 .btn.qt_53Btn img {
    max-width: 100%;
    height: auto;
}

.page4 {
    background: url(../images/pc_bgc/1_05.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 1673px;
}

.page4 .con {
    background: url(../images/14.png) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 1107px;
    cursor: pointer;
    margin-top: 30px;
}

.page4 .con {
    padding: 76px 52px;
}

.page4 .tab-switch {
    display: flex;
    width: 100%;
    margin-bottom: 32px;
}

.page4 .tab-switch .tab-btn {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: none;
    outline: none;
    background: #e9e9e9;
    color: #666;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

.page4 .tab-switch .tab-btn.active {
    background: #2c40a4;
    color: #fff;
    font-weight: 700;
}

.page4 .content-box {
    border-radius: 16px;
    margin-bottom: 32px;
    padding: 36px 32px 32px 32px;
    /* box-shadow: 0 2px 12px rgba(36, 144, 255, 0.06); */
    /* border: 2px solid transparent; */
    /* transition: border 0.2s, box-shadow 0.2s; */
}

.page4 .content-box.top-box {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.page4 .content-box.bottom-box {
    border-radius: 16px;
    padding: 6px 32px 32px 2px;
    margin-top: 32px;
    position: relative;
    z-index: 1;
}

.page4 .tab-content-box {
    position: relative;
    height: 710px;
    display: block;
}

.page4 .content-box.bottom-box {
    position: absolute;
    left: 0;
    top: 760px;
    right: 0;
    margin-top: 0;
    z-index: 1;
}

.page4 .content-box.bottom-boxlast {
    position: absolute;
    left: 0;
    top: 920px;
    right: 0;
    margin-top: 0;
    z-index: 1;
}

.page4 .content-title {
    display: flex;
    align-items: center;
    color: #2c40a4;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}



.page4 .content-title .circle-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to right, #cb43ff, #4baaff);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 16px;
}

.page4 .btn {
    margin: 450px auto 0;
    text-align: center;
}

.page5 {
    background: url(../images/pc_bgc/1_06.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 1112px;
    padding-top: 0;
    margin-top: -10px;
}

.page5 .fee-flex-wrap {
    display: flex;
    background: url(../images/18.png) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 705px;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(36, 144, 255, 0.08);
    padding: 32px 0 32px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page5 .fee-sidebar {
    width: 198px;
    border-radius: 18px 0 0 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0 32px 0;
    box-shadow: 0 4px 24px rgba(36, 144, 255, 0.10);
    position: relative;
}

.page5 .fee-tab {
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.page5 .fee-table-main th:nth-child(1),
.page5 .fee-table-main td:nth-child(1) {
    width: 168px;
}

.page5 .fee-table-main th:nth-child(2),
.page5 .fee-table-main td:nth-child(2) {
    width: 240px;
}

.page5 .fee-table-main th:nth-child(3),
.page5 .fee-table-main td:nth-child(3) {
    width: 240px;
}

.page5 .fee-table-main th:nth-child(4),
.page5 .fee-table-main td:nth-child(4) {
    width: 300px;
}

.page5 .fee-table-main thead {
    background: linear-gradient(90deg, #c735ff 0%, #46aeff 100%);
    color: #0a289d;
    font-weight: 700;
    height: 38px;
    border-radius: 0;
}

.page5 .fee-table-main th {
    height: 38px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
}

.page5 .fee-table-main {
    border-radius: 0 0 12px 12px !important;
    overflow: hidden;
}

.page5 .fee-table-main thead,
.page5 .fee-table-main th {
    border-radius: 0 !important;
    height: 38px;
}

.page5 .fee-tab-active {
    background: #fff;
    color: #2a4bff;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(36, 144, 255, 0.10);
}

.page5 .fee-desc {
    margin-top: 290px;
    border-radius: 10px;
    padding: 18px 18px 12px 18px;
    font-size: 14px;
    color: #e6f0ff;
    width: 170px;
}

.page5 .fee-desc-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #ffd234;
}

.page5 .fee-desc-text {
    line-height: 1.7;
}

.page5 .fee-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 100%;
}

.page5 .fee-table-wrap {
    width: 100%;
    max-width: 960px;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(36, 144, 255, 0.08);
    padding: 32px 0px 24px 0px;
    margin-bottom: 0;
}

.page5 .fee-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 32px;
    font-size: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(36, 144, 255, 0.04);
}

.page5 .fee-table.fee-table-g5 {
    margin-left: -6px;
}

.page5 .fee-table th {
    color: #0a289d;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 8px;
    border-bottom: 2px solid #dbe6ff;
    text-align: center;
}

.page5 .fee-table td {
    color: #333;
    height: 38px;
    font-size: 15px;
    padding: 12px 8px;
    border-bottom: 1px solid #e9f0ff;
    text-align: center;
}

.page5 .fee-table tr:last-child td {
    border-bottom: none;
}

.page5 .fee-table-g5 th {
    height: 38px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
    border-radius: 0 !important;
}

.page5 .fee-table-g5 th:nth-child(1),
.page5 .fee-table-g5 td:nth-child(1) {
    width: 168px;
}

.page5 .fee-table-g5 th:nth-child(2),
.page5 .fee-table-g5 td:nth-child(2) {
    width: 240px;
}

.page5 .fee-table-g5 th:nth-child(3),
.page5 .fee-table-g5 td:nth-child(3) {
    width: 240px;
}

.page5 .fee-table-g5 th:nth-child(4),
.page5 .fee-table-g5 td:nth-child(4) {
    width: 300px;
}

.page5 .fee-table-main tbody td:nth-child(1),
.page5 .fee-table-g5 tbody td:nth-child(1) {
    background: #bdd1ff;
}

.page5 .fee-table-main tbody td:nth-child(2),
.page5 .fee-table-g5 tbody td:nth-child(2) {
    background: #d7e3ff;
}

.page5 .fee-table-main tbody td:nth-child(3),
.page5 .fee-table-g5 tbody td:nth-child(3) {
    background: #e5edff;
}

.page5 .fee-table-main tbody td:nth-child(4),
.page5 .fee-table-g5 tbody td:nth-child(4) {
    background: #ebf1ff;
}

.page5 .fee-table-g5 thead {
    background: linear-gradient(90deg, #c735ff 0%, #46aeff 100%);
    color: #0a289d;
    font-weight: 700;
    height: 38px;
    line-height: 0;
    border-radius: 0;
}

.page5 .fee-table-g5 th {
    color: #0a289d;
    font-weight: 700;
    height: 38px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
    border-radius: 0 !important;
}

.page5 .fee-table-g5 {
    border-radius: 0 0 12px 12px !important;
    overflow: hidden;
}

.page5 .fee-table-g5 td {
    color: #333;
}

.page5 .fee-living-placeholder {
    color: #aaa;
    font-size: 20px;
    text-align: center;
    padding: 80px 0;
}

.page5 .header .title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #850091;
}

.page5 .header .title {
    font-family: Arial, sans-serif;
}

.page5 .header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page5 .container.con_finish {
    background: linear-gradient(to bottom, #e7e7e7, #fffffe);
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.page5 .con_finish .header .title {
    margin-left: 50px;
}

.page5 .con>p {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #2a5297;
}

.page5 .btn {
    margin: 40px auto 0;
    text-align: center;
}

.page6 {
    background: url(../images/pc_bgc/1_07.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 1090px;
    padding-top: 10px;
}

.page6 .con {
    margin-top: 40px;
}

/* ================ page6 FAQ手风琴样式 ================ */
.page6 .faq-accordion {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
}

.page6 .faq-item {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    background: #e5f0ff;
    box-shadow: 0 2px 12px rgba(36, 75, 255, 0.08);
    transition: background 0.3s;
    position: relative;
}

.page6 .faq-item.active {
    background: linear-gradient(135deg, #2a4bff 0%, #3a5ad8 100%);
    box-shadow: 0 4px 24px rgba(36, 75, 255, 0.18);
}

.page6 .faq-question {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #2a4bff;
    background: transparent;
    padding: 0 32px 0 24px;
    height: 64px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #d7e3ff;
    transition: color 0.3s;
}

.page6 .faq-item.active .faq-question {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.page6 .faq-q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #3198ff;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 18px;
    flex-shrink: 0;
}

.page6 .faq-a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #3198ff;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 18px;
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 10px;
    vertical-align: top;
    position: absolute;
    left: 24px;
    top: 84px;
}

.page6 .faq-arrow {
    margin-left: auto;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    position: relative;
}

.page6 .faq-arrow::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #2a4bff;
    border-bottom: 3px solid #2a4bff;
    transform: rotate(45deg);
    transition: border-color 0.3s, transform 0.3s;
}

.page6 .faq-item.active .faq-arrow::after {
    border-color: #fff;
    transform: rotate(-135deg);
}

.page6 .faq-answer {
    background: #0c1398;
    padding: 20px 32px 24px 78px;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    border-radius: 0 0 16px 16px;
    box-shadow: none;
    transition: background 0.3s;
}

.page6 .faq-answer-main {
    margin-bottom: 10px;
}

.page6 .faq-answer-hot b {
    color: #c75cf3;
    font-size: 16px;
    margin-bottom: 8px;
}

.page6 .faq-answer-tips {
    color: #b6e0ff;
    font-size: 15px;
}

.page6 .faq-item:not(.active) .faq-answer {
    display: none;
}

.page6 .faq-item:not(:last-child) {
    margin-bottom: 18px;
}

.page6 .btn {
    margin: 40px auto 0;
    text-align: center;
}


.page7 {
    background: url(../images/pc_bgc/1_08.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 669px;
    padding-top: 80px;
}

.page7 .con {
    margin-top: 40px;
}

.page7 .con a {
    margin-right: 8px;
}

.page7 .con a:last-child {
    margin-right: 0;
}

/* 表单 开始 */
/* .page7 {
    background: url(../images/pc_bgc/1_04.jpg) no-repeat center top;
    width: 100%;
    height: 612px;
    overflow: hidden;
    cursor: pointer;
    padding-top: 60px;
}

.page7 .title {
    width: 100%;
    height: 69px;
}

.page7 .form-wrap form .label {
    border: 1px solid #474747;
} */

.xdf_bottomForm.form-wrap .m1200 {
    position: relative;
    border: none;
    width: 1200px;
    padding: 0px 0 0 14%;
    height: 80px;
    box-sizing: border-box;
}

.xdf_bottomForm.form-wrap form .label {
    border-radius: 0;
    width: 20%;
    margin: 20px 1.8% 0;
    padding-top: 6px;
    padding-left: 40px;
    box-sizing: border-box;
}

.xdf_bottomForm.form-wrap img.ax_img {
    position: absolute;
    left: 0px;
    bottom: -22px;
    z-index: -1;
    width: 228px;
}

.xdf_bottomForm.form-wrap .xdf_formbtn {
    width: 24%;
    float: left;
    color: #ffe868;
    background: linear-gradient(to bottom, #4f66c7, #2b92fd);
    border-radius: 50px;
    margin: 20px 18px 0;
    font-size: 18px;
    /* -webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;
    animation: ball-scale-multiple 1s 0s linear infinite alternate; */
    cursor: pointer;
}

@media screen and (max-width:1000px) {
    body {
        padding-bottom: 0.8rem;
        background: #f4f5f9;
    }

    .m1200 {
        width: 94%;
        display: block;
    }

    .m100 {
        width: 100%;
    }

    .page {
        padding: 0.66rem 0 0.7rem 0;
    }

    .page .title {
        text-align: center;
        margin-bottom: 0.45rem;
    }

    .page .title img {
        height: 0.68rem;
        margin: 0 auto;
    }

    .page .tit {
        font-size: .34rem;
        line-height: .5rem;
        margin: 0 0 .3rem 0;
        height: auto;
        text-align: center;
    }

    .page .tit .t1 {
        font-size: .4rem;
        line-height: .4rem;
        margin: 0 .05rem;
        padding: 0 .15rem;
        font-weight: normal;
    }

    .page .tit .t2 {
        font-size: .2rem;
        margin-top: .1rem;
        line-height: .2rem;
        letter-spacing: .2rem;
        font-weight: normal;
        text-align: center;
        display: block;
        color: #999999;
    }

    .page .con .btn {
        font-size: 0.26rem;
        width: 4.5rem;
        height: 0.8rem;
        border-radius: 0.5rem;
        line-height: 0.8rem;
        margin: 0.3rem auto 0;

    }

    .page .con .btn::after {
        content: '';
        width: 0.3rem;
        height: 0.3rem;
        background: url(../images/left.png) no-repeat center top;
        background-size: contain;
        position: absolute;
        right: 0.2rem;
        top: 0.25rem;
    }

    /** header_banner Start **/
    .header_banner .m1200 {
        display: block;
        width: 100%;
    }

    .header_banner {
        height: 4.68rem;
        background: none;
        overflow: hidden;
        width: 100%;
        background-size: 100% 100%;
        background-image: url(../images/m_bgc/1_01.jpg);
    }

    .header_banner p {
        font-size: 0.38rem;
        font-weight: 700;
        top: 2.14rem;
        margin-left: 2rem;
        color: #ebebeb;
        position: absolute;
    }

    .header_banner .banner img {
        width: 100%;
        margin: 0;
    }

    .page1 {
        background: url(../images/m_bgc/1_02.jpg) no-repeat center top;
        height: 15.62rem;
        padding-top: 0px;
    }

    .page1 .title {
        margin-top: 0.6rem;
    }

    .page1 .title img {
        width: 90vw;
        max-width: 320px;
        height: auto;
        margin: 0 auto;
    }

    .page1 .con {
        display: block !important;
        background: url(../images/27.png) no-repeat center top;
        width: 7.1rem;
        height: 13.48rem;
        margin: 0 auto;
        padding: 0 !important;
    }

    .page1 .con .left,
    .page1 .con .right {
        width: 100% !important;
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 0 10px 0 !important;
        height: auto !important;
    }

    .page1 .con .left {
        margin-bottom: 10px !important;
        padding: 18px 10px 0 !important;
    }

    .page1 .module-overlay {
        display: none !important;
    }

    .page1 .con .small_title {
        font-size: 16px !important;
        color: #2a4bff !important;
        margin: 0 0 4px 0 !important;
        font-weight: 700;
    }

    .page1 .small_con,
    .page1 .small_conT {
        font-size: 13px !important;
        margin-top: 0 !important;
        color: #333 !important;
    }

    .page1 .small_con p {
        font-size: 13px !important;
        margin-bottom: 4px !important;
        color: #333 !important;
    }

    .page1 .con .right {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .page1 .right .top-row,
    .page1 .right .bottom-row {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 0 !important;
        height: auto !important;
    }

    .page1 .right .module-item {
        width: 100% !important;
        min-height: 60px;
        border-radius: 10px;
        padding: 0px 10px !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .page1 .right .module-title {
        font-size: 14px !important;
        color: #2a4bff !important;
        font-weight: 700;
        margin-bottom: 2px !important;
    }

    .page1 .right .module-con p {
        font-size: 12px !important;
        color: #333 !important;
        margin-bottom: 2px !important;
    }

    .page1 .left .module-content {
        z-index: 2;
        text-align: left;
    }

    .page1 .right .module-content {
        z-index: 2;
        text-align: left;
    }

    .page1 .right .module-item-1 {
        background-image: none;
    }

    .page1 .right .module-item-2 {
        background-image: none;
    }

    .page1 .right .module-item-3 {
        background-image: none;
    }

    .page1 .right .module-item-4 {
        background-image: none;
    }

    .page1 .right .module-item-5 {
        background-image: none;
    }

    .page1 .btn {
        margin-top: 0.4rem;
    }

    .page1 .btn img {
        height: 0.8rem;
        margin: 0rem auto 0;
        text-align: center;
    }

    .page2 {
        background: url(../images/m_bgc/1_03.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .page2 .title {
        margin-top: 0.6rem;
        margin-bottom: 0.3rem;
    }

    /* 进度条容器 (居中布局) */
    .page2 .progress-bar-container {
        margin: 0.2rem auto 0.4rem;
        /* 增加底部间距 */
        width: 85%;
        /* 适当加宽容器 */
    }

    /* 进度条主容器 (控制节点和轨道布局) */
    .page2 .progress-bar {
        display: flex;
        justify-content: space-between;
        /* 节点均匀分布 */
        align-items: center;
        position: relative;
        counter-reset: step;
        padding: 0 0.1rem;
        /* 左右预留空间，避免轨道溢出 */
    }

    /* 进度条轨道 (灰色背景长条，在节点下方) */
    .page2 .progress-bar::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0.4rem;
        /* 与左右padding对齐 */
        right: 0.4rem;
        height: 0.04rem;
        background-color: #e0e0e0;
        /* 浅灰色未激活轨道 */
        transform: translateY(-50%);
        z-index: 1;
        /* 轨道层级最低 */
    }

    /* 步骤节点样式 (核心：覆盖轨道，不被进度条遮挡) */
    .page2 .progress-step {
        width: 0.6rem;
        /* 节点尺寸 */
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 50%;
        background-color: #e0e0e0;
        /* 未激活灰色背景 */
        color: #666666;
        /* 未激活文字颜色 */
        text-align: center;
        font-weight: bold;
        font-size: 0.22rem;
        font-family: 'Arial', sans-serif;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        z-index: 2;
        /* 节点层级最高，覆盖轨道和进度条 */
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        /* 轻微阴影增强立体感 */
    }

    /* 激活态节点 (匹配图片中的蓝色发光效果) */
    .page2 .progress-step.active {
        background: linear-gradient(to bottom, #41b3ff, #d02dff);
        /* 纯蓝色背景（可替换为渐变） */
        color: white;
        /* 激活文字白色 */
        box-shadow: 0 0 12px rgba(74, 108, 247, 0.6), 0 0 24px rgba(74, 108, 247, 0.3);
        /* 双层发光效果 */
        transform: scale(1.08);
        /* 轻微放大突出激活状态 */
    }

    /* 进度填充条 (蓝色进度条，在节点下方) */
    .page2 .progress-fill {
        position: absolute;
        height: 4px;
        width: 0;
        background: linear-gradient(to right, #41b3ff, #d02dff);
        /* 蓝色填充（与激活节点颜色一致） */
        top: 50%;
        left: 40px;
        /* 与轨道左侧对齐 */
        transform: translateY(-50%);
        transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        /* 平滑动画 */
        z-index: 1;
        /* 填充条层级与轨道相同，在节点下方 */
    }

    /* 步骤内容容器样式 */
    .page2 .step-content-container {
        width: 80%;
        margin: 0;
        max-width: 7.5rem;
        width: 7.1rem;
        /* 限制最大宽度 */
    }

    .page2 .step-content {
        display: none;
        /* 默认隐藏 */
    }

    .page2 .step-content.active {
        display: block;
        /* 激活时显示 */
        animation: fadeIn 0.5s ease;
        /* 内容淡入动画 */
    }

    /* 内容区域卡片样式 */
    .page2 .step-content-item {
        background: #edf3fb;
        padding: 0.3rem;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        /* 增强阴影 */
    }

    .page2 .step-title {
        display: inline;
        font-size: 0.24rem;
        color: #fff287;
        margin-bottom: 0.6rem;
        padding: 0.04rem 0.24rem;
        border-radius: 10px;
        background-color: #2c40a4;
        width: 50%;
        height: 0.44rem;
        line-height: 0.44rem;
        /* 标题下划线分隔 */
    }

    .page2 .content-block {
        margin-top: 0.1rem;
        margin-bottom: 0.15rem;
        line-height: 1.7;
        /* 优化行高，增强可读性 */
    }

    .page2 .content-block p {
        font-size: 0.22rem;
    }

    .page2 .content-subtitle {
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 0.08rem;
        font-size: 0.22rem;
    }

    .page2 .content-subtitle span {
        background-color: #2c40a4;
        color: #fff;
        border-radius: 50%;
    }

    .page2 .btn {
        margin-top: 0.2rem;
    }

    .page2 .btn img {
        height: 0.6rem;
    }

    .page3 {
        background: url(../images/m_bgc/1_04.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }

    .page3 .con {
        width: 100%;
        cursor: pointer;
        margin-top: 0.6rem;
    }

    /* 页面容器隔离 */
    .page3 .m1200 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    /* 标题区域 */
    .page3 .title {
        text-align: center;
        margin-bottom: 30px;
    }

    .page3 .title img {
        max-width: 100%;
        height: auto;
    }

    /* 选项卡导航（带page3前缀） */
    .page3 .tab-nav {
        display: flex;
        gap: 0;
        margin-bottom: 0;
        /* background: linear-gradient(to bottom, #4a6cf7 0%, #b3c6fa 100%); */
        border-radius: 16px 16px 0 0;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(74, 108, 247, 0.08);
        /* 渐变色，顶部深底部浅 */
    }

    .page3 .tab-btn {
        flex: 1;
        background: linear-gradient(to bottom, #e9e9e9, #d1d7ec);
        padding: 0.15rem 0;
        margin: 0 0.15rem;
        height: 0.83rem;
        line-height: 0.83rem;
        text-align: center;
        font-weight: bold;
        color: #444444;
        border: 2px solid #fff;
        box-shadow: 0 2px 8px rgba(74, 108, 247, 0.08);
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        font-size: 0.26rem;
        border: none;
    }

    .page3 .tab-btn.active {
        background: linear-gradient(to bottom, #d4e3ff, #c6d2ed);
        font-weight: 900;
    }

    .page3 .tab-btn {
        border-radius: 16px 16px 0 0;
    }

    .page3 .tab-btn.active::after {
        display: none;
    }

    .page3 .tab-content-container {
        margin-bottom: 0;
    }

    .page3 .blue-card {
        background: #1b34b0;
        padding: 30px;
        color: #222;
        box-shadow: none;
        margin-bottom: 0;
    }

    .page3 .tab-content.active .blue-card {
        border-radius: 20px;

    }

    .page3 .notes-section {
        background: #fff;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 4px 24px rgba(74, 108, 247, 0.08);
        padding: 30px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    /* 让tab、blue-card、notes-section三者无缝拼接 */
    .page3 .tab-content.active .blue-card,
    .page3 .tab-content.active .notes-section {
        border-top: none;
    }

    /* 大学分类标题 */
    .page3 .university-section {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .page3 .section-title {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        font-size: 22px;
        color: #33ffe9;
    }

    .page3 .num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 36px;
        margin-right: 12px;
        font-size: 48px;
        font-weight: bold;
        background: linear-gradient(to bottom, #aa34ee, #2441ba);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    /* 内容两列布局 */
    .page3 .content-row {
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
    }

    .page3 .left-column,
    .page3 .right-column {
        flex: 1;
    }

    .page3 .column-title {
        font-size: 16px;
        margin-bottom: 12px;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.9);
    }

    .page3 .content-list {
        padding-left: 20px;
        line-height: 1.8;
        font-size: 14px;
    }

    .page3 .content-list li {
        color: #fff;
        margin-bottom: 8px;
        position: relative;
    }

    .page3 .content-list li::before {
        content: '•';
        position: absolute;
        left: -15px;
    }

    /* 关键注意事项部分 */
    .page3 .notes-section {
        background-color: #fff;
        margin-top: -25px;
    }

    .page3 .notes-title {
        font-size: 18px;
        color: #1932c0;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .page3 .notes-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .page3 .note-item {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 15px;
        border-radius: 8px;
    }

    .page3 .note-subtitle {
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page3 .notes-grid .small li {
        color: #000;
        font-size: 13px;
        line-height: 1.7;
    }

    /* 内容切换控制 */
    .page3 .tab-content {
        display: none;
    }

    .page3 .tab-content.active {
        display: block;
        animation: page3FadeIn 0.5s ease;
    }

    @keyframes page3FadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .page3 .btn {
        margin-top: 0.4rem;
    }

    .page3 .btn img {
        margin: 0rem auto 0;
        text-align: center;
    }

    .page4 {
        background: url(../images/m_bgc/1_05.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 23.12rem;
    }

    .page4 .con {
        background: url(../images/28.png) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 19.12rem;
        cursor: pointer;
        margin-top: 0.3rem;
    }

    .page4 .con {
        padding: 0;
    }

    .page4 .tab-switch {
        display: flex;
        width: 90%;
        margin-left: 5%;
        margin-bottom: 0.32rem;
    }

    .page4 .tab-switch .tab-btn {
        width: 40%;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.22rem;
        margin-top: 0.5rem;
        border: none;
        outline: none;
        background: #e9e9e9;
        color: #666;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
        font-weight: 500;
    }

    .page4 .tab-switch .tab-btn.active {
        background: #2490ff;
        color: #fff;
        font-weight: 700;
    }

    .page4 .content-box {
        border-radius: 16px;
        margin-bottom: 0.32rem;
        padding: 0.16rem 0.32rem 0.32rem 0.32rem;
        box-shadow: 0 2px 12px rgba(36, 144, 255, 0.06);
        /* border: 2px solid transparent; */
        /* transition: border 0.2s, box-shadow 0.2s; */
    }

    .page4 .content-box.top-box {
        background: none;
        box-shadow: none;
        border-radius: 0;
        padding-top: 12px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .page4 .content-box.bottom-box {
        border-radius: 16px;
        padding: 6px 32px 32px 2px;
        margin-top: 32px;
        position: relative;
        z-index: 1;
    }

    .page4 .tab-content-box {
        position: relative;
        height: 10.4rem;
        display: block;
    }

    .page4 .content-box.bottom-box {
        position: absolute;
        left: 0;
        top: 11rem;
        left: 0.4rem;
        margin-top: 0;
        z-index: 1;

    }

    .page4 .content-box.bottom-boxlast {
        position: absolute;
        left: 0;
        top: 14.6rem;
        left: 0.4rem;
        margin-top: 0;
        z-index: 1;
        line-height: 1.8;
    }

    .page4 .content-box.bottom-box p {
        font-size: 0.22rem;
        line-height: 1.8;
    }

    .page4 .content-title {
        display: flex;
        align-items: center;
        color: #2c40a4;
        font-size: 0.24rem;
        font-weight: 700;
        margin-bottom: 0.1rem;
    }

    .page4 .content-title .circle-num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background: linear-gradient(to right, #cb43ff, #4baaff);
        color: #fff;
        font-size: 0.22rem;
        font-weight: bold;
        margin-right: 0.1rem;
    }

    .page4 .btn {
        margin-top: 0.4rem;
    }

    .page4 .btn img {
        height: 0.6rem;
        margin: 8rem 0 0 -1.1rem;
        text-align: center;
    }

    .page5 {
        background: url(../images/m_bgc/1_06.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 17.99rem;
        padding-top: 0;
        margin-top: 0;
    }

    .page5 .title img {
        height: 0.8rem;
    }

    .page5 .fee-flex-wrap {
        display: flex;
        background: url(../images/29.png) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 15.22rem;
        border-radius: 18px;
        box-shadow: 0 4px 24px rgba(36, 144, 255, 0.08);
        padding: 0.32rem 0 0.32rem 0;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        flex-direction: column;
        padding: 0;
    }

    .page5 .fee-table-g5 thead {
        line-height: 1.5;
    }
    .page5 .fee-table-g5 th {
        color: #0a289d;
        font-weight: 700;
        height: 0.98rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        vertical-align: middle !important;
        border-radius: 0 !important;
    }
    .page5 .fee-sidebar {
        width: 100%;
        border-radius: 18px 18px 0 0;
        flex-direction: row;
        justify-content: center;
        padding: 0.18rem 0;
    }

    .page5 .fee-tab {
        width: 160px;
        height: 44px;
        line-height: 44px;
        background:none;
        border-radius: 12px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 18px;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
    }

    .page5 .fee-tab-active {
        background: none;
        color: #ffd234;
        font-weight: 700;
        box-shadow: none;
    }

    .page5 .fee-tab {
        width: 9.4rem;
        font-size: 0.22rem;
        margin-bottom: 0;
        margin-right: 12px;
    }

    .page5 .fee-desc {
        position: absolute;
        width: 90%;
        color: #000;
        margin: 18px auto 0 auto;
        top: 12rem;
    }

    .page5 .fee-content {
        padding: 0 8px;
        margin-top: -2.4rem;
    }

    .page5 .fee-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        margin-bottom: 0.32rem;
        font-size: 16px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(36, 144, 255, 0.04);
    }

    .page5 .fee-table-wrap {
        padding: 12px 4px 8px 4px;
        box-shadow: none;
    }

    .page5 .fee-table th {
        font-size: 0.22rem;
        font-weight: 700;
        padding: 0.16rem 0.08rem;
        border-bottom: 2px solid #dbe6ff;
        text-align: center;
    }

    .page5 .fee-table td {
        color: #333;
        height: 0.38rem;
        font-size: 0.18rem;
        padding: 0.12rem 0.08rem;
        border-bottom: 1px solid #e9f0ff;
        text-align: center;
    }

    .page5 .fee-table-main th:nth-child(1),
    .page5 .fee-table-main td:nth-child(1) {
        width: 1.5rem;
    }

    .page5 .fee-table-main th:nth-child(2),
    .page5 .fee-table-main td:nth-child(2) {
        width: 1.5rem;
    }

    .page5 .fee-table-main th:nth-child(3),
    .page5 .fee-table-main td:nth-child(3) {
        width: 1.4rem;
    }

    .page5 .fee-table-main th:nth-child(4),
    .page5 .fee-table-main td:nth-child(4) {
        width: 2.2rem;
    }

    .page5 .fee-table-g5 th:nth-child(1),
    .page5 .fee-table-g5 td:nth-child(1) {
        width: 1.2rem;
    }

    .page5 .fee-table-g5 th:nth-child(2),
    .page5 .fee-table-g5 td:nth-child(2) {
        width: 1.4rem;
    }

    .page5 .fee-table-g5 th:nth-child(3),
    .page5 .fee-table-g5 td:nth-child(3) {
        width: 1.8rem;
    }

    .page5 .fee-table-g5 th:nth-child(4),
    .page5 .fee-table-g5 td:nth-child(4) {
        width: 2.2rem;
    }

     /* 减小表格高度 */
     .page5 .fee-table th {
        padding: 8px 4px;
        font-size: 14px;
    }
    
    .page5 .fee-table td {
        padding: 6px 4px;
        font-size: 13px;
        line-height: 1.3;
    }
    
    .page5 .fee-table tr {
        height: auto;
        min-height: 32px;
    }

    .page5 .btn {
        margin-top: 0.2rem;
    }

    .page5 .btn img {
        height: 0.6rem;
        margin: 0rem auto 0;
        text-align: center;
    }

    .page6 {
        background: url(../images/m_bgc/1_07.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        padding-top: 0.4rem;
    }

    .page6 .con {
        margin-top: 0.4rem;
    }

    .page6 .faq-accordion {
        padding: 0 4px;
    }

    .page6 .faq-question {
        font-size: 0.26rem;
        height: 0.68rem;
        padding: 0 0.2rem 0 0.2rem;
    }

    .page6 .faq-q {
        width: 0.32rem;
        height: 0.32rem;
        font-size: 0.18rem;
        margin-right: 0.1rem;
    }

    .page6 .faq-answer {
        padding: 0 0.12rem 0.16rem 0.6rem;
        font-size: 0.22rem;
        width: 90%;
    }

    .page6 .faq-arrow::after {
        content: '';
        display: block;
        width: 0.18rem;
        height: 0.18rem;
        border-right: 3px solid #2a4bff;
        border-bottom: 3px solid #2a4bff;
        transform: rotate(45deg);
        transition: border-color 0.3s, transform 0.3s;
    }

    .page6 .faq-a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 0.36rem;
        height: 0.36rem;
        background: #3198ff;
        color: #fff;
        font-size: 0.22rem;
        font-weight: bold;
        border-radius: 50%;
        margin-right: 0.18rem;
        flex-shrink: 0;
        margin-top: 0;
        margin-bottom: 10px;
        vertical-align: top;
        position: absolute;
        left: 0.14rem;
        top: 0.8rem;
    }

    .page6 .faq-answer-main {
        padding-top: 0.1rem;
        margin-bottom: 0.12rem;
    }

    .page6 .faq-answer-hot {
        color: #ffd234;
        font-size: 0.22rem;
        margin-bottom: 0.1rem;
    }

    .page6 .faq-answer-tips {
        color: #b6e0ff;
        font-size: 0.22rem;
    }
    .page6 .btn {
        margin-top: 0.2rem;
    }

    .page6 .btn img {
        height: 0.6rem;
        margin: 0rem auto 0;
        text-align: center;
    }

    .page7 {
        background: url(../images/m_bgc/1_08.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 7.28rem;
        padding-top: 0.4rem;
    }

    .page7 .con {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.1rem;
        width: 100%;
    }

    .page7 .con a {
        margin-right: 0;
    }
    .page7 .con a:nth-child(2n-1) {
        margin-left: 0.1rem;
    }

    .page7 .con img {
        width: 100%;
        height: 2.2rem;
        display: block;
    }
    /* 表单 开始 */
    .page8 {
        background: url(../images/m_bgc/1_09.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 7.5rem;
        height: 7.3rem;
        overflow: hidden;
        cursor: pointer;
        padding-top: 0.6rem;
    }

    .page8 .title {
        width: 100%;
        height: 0.68rem;
        margin-bottom: 0rem;
    }

    .page8 .title img {
        height: 0.68rem;
    }

    .page8 .form-wrap {
        width: 90%;
        margin: 0.3rem auto 0;
    }

    .page8 .form-wrap form .label {
        border: 0.01rem solid #254097 !important;
    }

    .form-wrap form .label span {
        display: inline-block;
        width: 24%;
        font-size: 0.28rem;
        color: #fff;
        font-weight: 700;
        border-radius: 50px;
        background-image: linear-gradient(to right, #c834ff, #47adff);
        text-align: center;
        margin-right: 0.1rem;
    }

    .page8 .qt_form .xdf_formbtn {
        background: linear-gradient(to right, #c834ff, #47adff);
        width: 100%;
        height: 0.7rem;
        color: #fff;
        text-align: center;
        line-height: 0.7rem;
        border-radius: 0.5rem;
        margin: 0.2rem auto 0;
        cursor: pointer;
        font-size: 0.26rem;
        font-weight: 700;
    }

    .tiaokuan a {
        color: #fff;
    }
}

.page4 .content-box p {
    margin-left: 0.56rem;
    /* 40px(circle-num宽度)+16px间距，与标题主文字左对齐 */
    color: #333;
    font-size: 0.2rem;
    line-height: 1.3;
    margin-bottom: 0.08rem;
}

