body {
    background: #fff;
}

/*********************************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::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: 796px;
    background: url(../images/pc_bgc/1_01.jpg) no-repeat center top;
    background-size: 100% 100%;
    overflow: hidden;
}

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

.header_banner img {
    margin-top: 116px;
}

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

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

/* page1 advantage styles */
.page1 .advantage-box {
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #ffffff, #f4e9ff);
}

.page1 .advantage-box .advantage-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #6a24aa;
}

.page1 .advantage-box .advantage-content {
    font-size: 14px;
    line-height: 1.6;
    color: #6a24aa;
}

/* 选中状态样式 */
.page1 .advantage-box.active {
    background: url(../images/15.png) no-repeat center top;
    background-size: 100% 100%;
}

.page1 .advantage-small.active {
    background: url(../images/16.png) no-repeat center top;
    background-size: 100% 100%;
}

.page1 .advantage-box.active .advantage-title {
    color: #fff281;
}

.page1 .advantage-box.active .advantage-content {
    color: #ffffff;
}

.page1 .advantage-main {
    width: 350px;
    height: 450px;
    float: left;
    margin-right: 30px;
    padding-top: 80px; /* 调整顶部内边距，使内容上下居中 */
}

.page1 .advantage-grid {
    float: left;
    width: 790px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    height: 450px;
}

.page1 .advantage-small {
    height: 215px;
    padding: 50px 20px 20px 20px; /* 增加顶部内边距，使内容上下居中 */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page1 .advantage-icon {
    margin-bottom: 15px;
    text-align: center;
}

.page1 .advantage-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* 默认居中对齐 */
.page1 .advantage-icon {
    text-align: center;
}

.page1 .advantage-title {
    text-align: center;
}

.page1 .advantage-content {
    text-align: justify;
}

/* 调整advantage-main模块的对齐方式为左对齐 */
.page1 .advantage-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page1 .advantage-main .advantage-icon {
    text-align: left;
    margin-bottom: 20px;
}

.page1 .advantage-main .advantage-title {
    text-align: left;
    margin-bottom: 15px;
}

.page1 .advantage-main .advantage-content {
    text-align: left;
    flex: 1;
}

/* 调整advantage-small模块的布局，图标在右上侧，与标题同一行 */
.page1 .advantage-small .advantage-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-bottom: 0;
    text-align: right;
}

.page1 .advantage-small .advantage-icon img {
    width: 50px;
    height: 50px;
}

.page1 .advantage-small .advantage-title {
    text-align: left;
    margin-right: 70px; /* 为右侧图标留出空间 */
    margin-bottom: 10px;
    font-size: 18px;
}

.page1 .advantage-small .advantage-content {
    text-align: left;
    clear: both;
    font-size: 14px;
    line-height: 1.5;
}

/* 调整所有advantage-box的内容对齐方式 */
.page1 .advantage-box {
    display: flex;
    flex-direction: column;
}

.page1 .advantage-box .advantage-content {
    flex: 1;
    text-align: left;
    color: #000;
}

/* page2 student type cards */
.page2 {
    background: url(../images/pc_bgc/1_03.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 528px;
    padding: 0;
}

.page2 .con.clearfix.isPc {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
    margin-top: 60px;
    position: relative;
}

.page2 .student-type-card {
    float: left;
    width: 50%;
    padding: 45px 45px 45px 30px;
    margin-right: 0;
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
    border-right: 1px solid #f0e6ff;
}

.page2 .student-type-card:last-child {
    border-right: none;
}

.page2 .student-type-card:hover {
    background: #f9f5ff;
}

.page2 .card-logo {
    margin-bottom: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page2 .card-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.page2 .card-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page2 .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #441ab9;
    margin-bottom: 10px;
    text-align: left;
}

.page2 .card-content {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    text-align: left;
    flex: 1;
}

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

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

/* Page3 Tab Styles */
.page3 .tab {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 0;
    width: 100%;
    background: transparent;
    border-bottom: none;
    padding: 0;
}

.page3 .tab-item {
    flex: 1;
    max-width: 50%;
    padding: 15px 0;
    background: linear-gradient(to bottom, #e9e9e8, #ffffff);
    color: #000000;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #d0b7d4;
    border-bottom: none;
}

.page3 .tab-item:first-child {
    padding-left: 0;
}

.page3 .tab-item:nth-child(2) {
}

.page3 .tab-item:last-child {
    padding-right: 0;
}

.page3 .tab-item.active {
    background: linear-gradient(to bottom, #dfc1e8, #ffffff);
    color: #000000;
    font-weight: 700;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-color: #d0b7d4;
    border-bottom: none;
}

.page3 .tab_con {
    width: 1200px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
}

.page3 .tab-content {
    display: none;
}

.page3 .tab-content.showBox {
    display: block;
}

.page3 .requirements-table {
    width: 100%;
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
}

.page3 .table-header {
    height: 60px;
    line-height: 60px;  
    display: flex;
    border-bottom: 1px solid #d3ceea;
}

.page3 .header-cell {
    color: #fff59c;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d3ceea;
}

.page3 .header-cell.dimension-col {
    width: 200px;
    flex-shrink: 0;
    background: #cf7bff;
    text-align: center;
}

.page3 .header-cell.content-col {
    flex: 1;
    background: #8a13fa;
    text-align: center;
}

.page3 .table-row {
    display: flex;
    padding: 0;
    align-items: stretch;
    border-bottom: 1px solid #d3ceea;
}

/* 申请路径行 - 第1行 */
.page3 .table-row:nth-child(1) .dimension-cell {
    background: #b843e5;
}

.page3 .table-row:nth-child(1) .content-cell {
    background: #e8d6f7;
}

/* 语言要求行 - 第2行 */
.page3 .table-row:nth-child(2) .dimension-cell {
    background: #c160f9;
}

.page3 .table-row:nth-child(2) .content-cell {
    background: #e6dcf3;
}

/* 主要申请方式行 - 第3行 */
.page3 .table-row:nth-child(3) .dimension-cell {
    background: #aa31f0;
}

.page3 .table-row:nth-child(3) .content-cell {
    background: #ecdbf7;
}

/* 主要申请方式行 - 第4行 */
.page3 .table-row:nth-child(4) .dimension-cell {
    background: #9c32ff;
}

.page3 .table-row:nth-child(4) .content-cell {
    background: #e6dcf3;
}

/* 路径建议行 - 第5行 */
.page3 .table-row:nth-child(5) .dimension-cell {
    background: #8a13fa;
}

.page3 .table-row:nth-child(5) .content-cell {
    background: #ecdbf7;
}

.page3 .dimension-cell {
    width: 200px;
    flex-shrink: 0;
    color: #fff59c;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-right: 1px solid #d3ceea;
    border-bottom: none;
}

.page3 .content-cell {
    flex: 1;
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    padding: 30px 20px;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    border-right: none;
    border-bottom: none;
}



.page3 .key-notes {
    background: transparent;
    border: 2px dashed #b072c1;
    border-radius: 15px;
    padding: 25px;
    box-shadow: none;
}

.page3 .notes-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.page3 .notes-title {
    color: #702585;
    background: #cc9edb;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 50px;
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
}

.page3 .notes-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.page3 .note-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.page3 .note-number {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    min-width: 20px;
}

.page3 .note-text {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
}

.page3 .note-text strong {
    font-weight: 700;
    color: #000;
}

.page3 .con {
    width: 100%;
    cursor: pointer;
    margin-top: 60px;
}

.page3 .btn {
    margin: 60px auto 0;
    text-align: center;
}

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

.page4 .con {
    width: 100%;
    cursor: pointer;
    margin-top: 60px;
}

/* Page4 Materials Table Styles */
.page4 .materials-table {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.page4 .table-header {
    display: flex;
    border-bottom: 1px solid #d3ceea;
    background: linear-gradient(to bottom, #9a1beb, #6e00d5);
    width: 100%;
}

.page4 .header-cell {
    padding: 20px 15px;
    color: #f9d663;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    background: transparent;
}

.page4 .header-cell:first-child {
    width: 150px;
    flex-shrink: 0;
}

.page4 .header-cell:nth-child(2),
.page4 .header-cell:nth-child(3),
.page4 .header-cell:nth-child(4) {
    flex: 1;
}

.page4 .table-row {
    display: flex;
    border-bottom: 1px solid #d3ceea;
}

/* 确保最后一行有底部边框 */
.page4 .table-row:last-child {
    border-bottom: 1px solid #d3ceea;
}

/* 双数行样式 - 除表头外 */
.page4 .table-row:nth-child(even) {
    background: #b47de5;
}

/* 单数行样式 */
.page4 .table-row:nth-child(odd) {
    background: transparent;
}

/* 学历证明行 - 第1行 */
.page4 .table-row:nth-child(1) .material-type {
    background: linear-gradient(to bottom, #6e18d5, #2e14cd);
}

/* 语言成绩行 - 第2行 */


.page4 .material-type {
    width: 150px;
    flex-shrink: 0;
    padding: 20px 15px;
    color: #ffee9d;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.page4 .mainland-requirement,
.page4 .overseas-requirement,
.page4 .important-note {
    flex: 1;
    padding: 20px 15px;
    color: #ffffff;
    font-size: 14px;
    line-height: 2.2;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}

.page4 .header-cell {
    padding: 20px 15px;
    color: #f9d663;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}

.page4 .header-cell:nth-child(2),
.page4 .header-cell:nth-child(3),
.page4 .header-cell:nth-child(4) {
    flex: 1;
}

.page4 .mainland-requirement,
.page4 .overseas-requirement,
.page4 .important-note {
    color: #ffffff;
    font-weight: normal;
}



.page4 .btn {
    margin: 40px 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: 100%;
    padding-bottom: 60px;
}

.page5 .con {
    width: 100%;
    cursor: pointer;
    margin-top: 60px;
}

/* Page5 Process Table Styles */
.page5 .process-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 30px;
    width: 100%;
}

.page5 .tab-item {
    flex: 1;
    max-width: 50%;
    padding: 15px 10px;
    background: #ffffff;
    border-radius: 60px;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #d0b7d4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    box-sizing: border-box;
}

.page5 .tab-item:last-child {
    margin-right: 0;
}

.page5 .tab-item.active {
    background: linear-gradient(to bottom, #a01bec, #7705d9);
    color: #ffffff;
    font-weight: 700;
    box-shadow: none;
    position: relative;
}

.page5 .tab-item.active::after {
    display: none;
}

.page5 .process-content {
    width: 100%;
    overflow: hidden;
}

.page5 .process-table {
    display: none;
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 8px 25px rgba(45, 27, 105, 0.3), 0 4px 6px rgba(220, 216, 235, 0.5);
}

.page5 .process-table:first-child {
    display: block;
}

.page5 .table-header {
    display: flex;
    border-top: none;
    background: #7e09dc;
}

.page5 .timeline-column,
.page5 .task-column,
.page5 .details-column {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px 15px;
    border: none;
    box-sizing: border-box;
}

.page5 .timeline-column {
    width: 200px;
    background: #7e09dc;
}

.page5 .task-column {
    width: 260px;
    text-align: center;
}

.page5 .details-column {
    flex: 1;
    border-right: none;
}

.page5 .table-row {
    display: flex;
    border-bottom: 1px solid #ffffff;
}

.page5 .table-row:nth-child(odd) {
    background: #ffffff;
}

.page5 .table-row:nth-child(even) {
    background: #f1eaf5;
}

.page5 .table-row:last-child {
    border-bottom: none;
}

.page5 .timeline-cell,
.page5 .task-cell,
.page5 .details-cell {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 15px;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.page5 .timeline-cell {
    width: 200px;
    text-align: center;
    justify-content: center;
    font-weight: 700;
    color: #5c00c4;
}

.page5 .table-row:nth-child(odd) .timeline-cell {
    background: #ffffff;
}

.page5 .table-row:nth-child(even) .timeline-cell {
    background: #eeddf7;
}

.page5 .task-cell {
    width: 260px;
    text-align: center;
}

.page5 .details-cell {
    flex: 1;
    text-align: left;
    border-right: none;
}

.page5 .table-row:nth-child(odd) .task-cell,
.page5 .table-row:nth-child(odd) .details-cell {
    color: #000000;
}

.page5 .important-notes {
    background: #e5e5e5;
    padding: 20px 40px;
    border: none;
    margin-top: 60px;
    border-radius: 20px;
    display: none;
}

/* 默认显示第一个重要说明 */
.page5 .important-notes.default-show {
    display: block !important;
}

.page5 .notes-title {
    color: #4716d0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page5 .notes-content {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}

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

.page5 .btn {
    margin: 60px 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: 100%;
    padding: 20px 0 60px;
}

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

/* Page6 Program Table Styles */
.page6 .program-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 30px;
    width: 100%;
}

.page6 .tab-item {
    flex: 1;
    max-width: 50%;
    padding: 15px 30px;
    background: #e9e9e9;
    color: #000;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    transition: all 0.3s ease;
    text-align: center;
    border: none;
    box-shadow: none;
}

.page6 .tab-item.active {
    background: #863999;
    color: #ffffff;
    font-weight: 700;
    box-shadow: none;
    position: relative;
}

.page6 .tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #863999;
}

.page6 .program-content {
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0 0 20px rgba(244, 235, 252, 0.9);
    padding: 30px;
    box-sizing: border-box;
}

.page6 .program-table {
    display: none;
    width: 100%;
    border-bottom: 1px solid #6c35a0;
}

.page6 .program-table.active {
    display: block;
}

.page6 .table-header {
    display: flex;
    background: transparent;
    border-bottom: 2px solid #6c35a0;
    margin-bottom: 20px;
}

.page6 .category-header,
.page6 .major-header,
.page6 .course-header,
.page6 .career-header,
.page6 .university-header {
    flex: 1;
    color: #6c35a0;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
}

.page6 .category-header:last-child,
.page6 .major-header:last-child,
.page6 .course-header:last-child,
.page6 .career-header:last-child,
.page6 .university-header:last-child {
    border-right: none;
}

.page6 .table-group {
    display: flex;
    border-bottom: 1px solid #7d3dba;
}

.page6 .table-group:last-child {
    border-bottom: none;
}

.page6 .table-group:not(:last-child) {
    border-bottom: 1px solid #7d3dba;
}

.page6 .content-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page6 .table-row {
    display: flex;
    border-bottom: 1px solid #7d3dba;
    align-items: stretch;
    min-height: 60px;
}

.page6 .table-row:last-child {
    border-bottom: none;
    background: #fbf6ff;
}

.page6 .content-group .table-row:not(:last-child) {
    border-bottom: 1px solid #7d3dba;
    background: #efe1fa;
}

.page6 .major-cell,
.page6 .course-cell,
.page6 .career-cell,
.page6 .university-cell {
    flex: 1;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    padding: 15px 10px;
    border-right: 1px solid #7d3dba;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.page6 .category-cell {
    position: relative;
    font-weight: 600;
    width: 230px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #7d3dba;
    padding: 15px 0px;
    box-sizing: border-box;
}

.page6 .category-cell:not(:empty) {
    padding-left: 10px;
}

.page6 .category-cell:last-child,
.page6 .major-cell:last-child,
.page6 .course-cell:last-child,
.page6 .career-cell:last-child,
.page6 .university-cell:last-child {
    border-right: none;
}

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

/* Page6 Requirements Layout Styles */
.page6 .requirements-layout {
    width: 100%;
    backdrop-filter: blur(6px);
}

.page6 .requirements-header {
    margin-bottom: 0px;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.page6 .requirements-header li {
    float: left;
    margin-right: 0px;
}

.page6 .requirements-header li:first-child {
    margin-left: 12px;
}

.page6 .requirements-title {
    width: 200px;
    height: 66px;
    border-radius: 999px;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    box-shadow: none;
}

.page6 .requirements-title-bg,
.page6 .requirements-title-school {
    width: calc((100% - 200px - 32px) / 2);
}

.page6 .requirements-title-bg,
.page6 .requirements-title-school {
    color: #000;
}

.page6 .requirements-title-major {
    background: none;
    color: #000;
}

.page6 .requirements-title-bg {
    background: none;
}

.page6 .requirements-title-school {
    background: none;
}

.page6 .requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page6 .requirements-item {
    margin-bottom: 22px;
    position: relative;
}

.page6 .requirements-item:last-child {
    margin-bottom: 0;
}

.page6 .time-center {
    width: 220px;
    float: left;
    z-index: 3;
    position: relative;
    margin-right: -60px;
}

.page6 .time-oval {
    background: linear-gradient(180deg, #9a18e9 0%, #7b07db 100%);
    color: #fff2ab;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-shadow: 0 20px 42px rgba(24, 96, 210, 0.35);
    text-align: center;
}

.page6 .content-left,
.page6 .content-right {
    float: left;
    position: relative;
    width: calc(50% - 60px);
}

.page6 .content-left {
    z-index: 2;
    padding-left: 90px;
    box-sizing: border-box;
}

.page6 .content-right {
    margin-left: -60px;
    z-index: 1;
    box-sizing: border-box;
}

.page6 .content-box {
    margin-left: -120px;
    border-radius: 50px;
    padding: 0 48px 0 118px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
    font-size: 14px;
    color: #000;
    text-align: left;
}

.page6 .requirements-box-bg {
    background: #fff;
    box-shadow: 0 4px 12px rgba(203, 190, 229, 0.5);
}

.page6 .requirements-box-school {
    margin-left: -20px;
    padding-left: 130px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(203, 190, 229, 0.5);
}
.page7 {
    background: url(../images/pc_bgc/1_08.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.page7 .con {
    background: url(../images/24.png) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 593px;
    margin-top: 90px;
}

.page7 .btn {
    margin: 80px auto 0;
    text-align: center;
}

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

.page8 .con {
    margin-top: 60px;
    text-align: center;
}

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

.page8 .con a:last-child {
    margin-right: 0;
}
.page8 .btn {
    margin: 60px auto 0;
    text-align: center;
}
/* 表单 开始 */
 .page9 {
    background: url(../images/pc_bgc/1_10.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 753px;
    padding-top: 60px;
 }

.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: #fee9d6;
    background: linear-gradient(to bottom, #fbd35e, #feb023);
    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 .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 移动端样式 ========== */
    .header_banner .m1200 {
        display: block;
        width: 100%;
    }

    .header_banner {
        height: 5.12rem;
        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 移动端样式 ========== */
    .page1 {
        background: url(../images/m_bgc/1_02.jpg) no-repeat center top;
        background-size: contain;
        height: 100%;
        padding: 0px;
        padding-bottom: 0.6rem;
    }

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

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

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

    /* Page1 移动端优势项点击显示/隐藏样式 */
    .page1 .mobile-advantage-item {
        margin-bottom: 0.2rem;
        border-radius: 0.15rem;
        overflow: hidden;
        background: #dfccf5;
        box-shadow: 0 0.04rem 0.12rem rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }

    .page1 .mobile-advantage-item.active {
        background: url(../images/32.png) no-repeat center top;
        background-size: 100% 100%;
        width: 7.1rem;
    }

    .page1 .mobile-advantage-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.3rem;
        cursor: pointer;
        background: #dfccf5;
        transition: all 0.3s ease;
    }

    .page1 .header-content {
        display: flex;
        align-items: center;
    }

    .page1 .mobile-advantage-item.active .mobile-advantage-header {
        background: transparent;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        padding-top: 0.3rem;
    }

    .page1 .mobile-advantage-item.active .header-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
    }

    .page1 .mobile-advantage-item.active .mobile-advantage-title {
        color: #fff281;
        margin-left: 0;
        margin-bottom: 0.2rem;
        font-size: 0.28rem;
    }

    .page1 .mobile-advantage-title {
        font-size: 0.24rem;
        font-weight: 700;
        color: #000;
    }

    .page1 .mobile-advantage-icon {
        position: relative;
        width: 0.4rem;
        height: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page1 .mobile-advantage-icon img {
        width: 0.24rem;
        height: 0.24rem;
        object-fit: contain;
    }

    /* 移动端active状态的icon样式 */
    .page1 .mobile-advantage-item.active .header-content::before {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 0.2rem;
    }

    /* 为每个item添加不同的icon */
    .page1 .mobile-advantage-item:nth-child(1).active .header-content::before {
        background-image: url(../images/3.png);
    }

    .page1 .mobile-advantage-item:nth-child(2).active .header-content::before {
        background-image: url(../images/4.png);
    }

    .page1 .mobile-advantage-item:nth-child(3).active .header-content::before {
        background-image: url(../images/5.png);
    }

    .page1 .mobile-advantage-item:nth-child(4).active .header-content::before {
        background-image: url(../images/6.png);
    }

    .page1 .mobile-advantage-item:nth-child(5).active .header-content::before {
        background-image: url(../images/7.png);
    }

    .page1 .mobile-advantage-content {
        padding: 0 0.3rem 0.3rem;
        background: #fff;
        transition: all 0.3s ease;
        margin-top: -0.2rem;
    }

    .page1 .mobile-advantage-item.active .mobile-advantage-content {
        background: transparent;
    }

    .page1 .mobile-advantage-bg {
        padding: 0;
        min-height: auto;
        display: block;
    }

    .page1 .mobile-advantage-text {
        font-size: 0.2rem;
        line-height: 1.6;
        color: #333;
        text-align: left;
        z-index: 1;
    }

    .page1 .mobile-advantage-item.active .mobile-advantage-text {
        color: #ffffff;
    }

    /* ========== Page2 移动端样式 ========== */
    .page2 {
        background: url(../images/m_bgc/1_03.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 6.66rem;
        padding: 0;
        padding-top: 0.3rem;
    }

    .page2 .con .tab {
        width: 100%;
        height: 1.3rem;
        cursor: pointer;
    }

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

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

    .page2 .scheme-container {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        margin-top: 0.4rem;
        padding: 0 0.2rem;
    }

    .page2 .scheme-block {
        background: linear-gradient(135deg, #2d1b69, #4a2b8a);
        border-radius: 0.2rem;
        padding: 0.3rem;
        box-shadow: 0 0.08rem 0.25rem rgba(45, 27, 105, 0.3);
        position: relative;
    }

    .page2 .scheme-title {
        font-size: 0.22rem;
        font-weight: 700;
        color: #ffd700;
        text-align: left;
        margin-bottom: 0.25rem;
        position: relative;
        padding-left: 0.15rem;
        margin-top: -0.3rem;
        margin-left: -0.3rem;
        margin-right: -0.3rem;
        padding-top: 0.27rem;
        padding-bottom: 0.15rem;
    }

    .page2 .scheme-title::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.03rem;
        height: 0.18rem;
        background: linear-gradient(to bottom, #ffd700, #ffed4e);
        border-radius: 0.02rem;
    }

    /* 移除scheme-block::before，因为装饰线现在在scheme-title::after中 */

    .page2 .scheme-item {
        margin-bottom: 0.11rem;
    }

    .page2 .scheme-item:last-child {
        margin-bottom: 0;
    }

    .page2 .scheme-item .item-title {
        font-size: 0.18rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 0.03rem;
        position: relative;
    }

    .page2 .scheme-item .item-title::before {
        content: "• ";
        color: #ffffff;
    }

    .page2 .scheme-item .item-title::after {
        content: "：";
        color: #ffffff;
    }

    .page2 .scheme-item .item-content {
        font-size: 0.16rem;
        color: #ffffff;
        line-height: 1.6;
        text-align: justify;
    }

    /* Page2 移动端样式 */
    .page2 .con.isWap {
        margin-top: 0.4rem;
        padding: 0 0.2rem;
    }

    .page2 .student-type-container {
        background: #ffffff;
        border-radius: 0.2rem;
        padding: 0.4rem;
        box-shadow: 0 0.04rem 0.12rem rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        width: 88%;
    }

    .page2 .student-type-card {
        display: flex;
        align-items: flex-start;
        gap: 0.3rem;
        width: 100%;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        border: none;
    }

    .page2 .student-type-icon {
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        background: #f0e6ff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .page2 .student-type-icon::before {
        content: '';
        width: 0.4rem;
        height: 0.4rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .page2 .student-type-card:nth-child(1) .student-type-icon::before {
        background-image: url(../images/11.png);
    }

    .page2 .student-type-card:nth-child(2) .student-type-icon::before {
        background-image: url(../images/12.png);
    }

    .page2 .student-type-card:nth-child(3) .student-type-icon::before {
        background-image: url(../images/13.png);
    }

    .page2 .student-type-content {
        flex: 1;
    }

    .page2 .student-type-title {
        font-size: 0.26rem;
        font-weight: 700;
        color: #6a24aa;
        margin-bottom: 0.15rem;
    }

    .page2 .student-type-desc {
        font-size: 0.2rem;
        line-height: 1.5;
        color: #333333;
    }

    /* ========== Page3 移动端样式 ========== */
    .page3 {
        background: url(../images/m_bgc/1_04.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
    }

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

    .page3 .tab {
        display: flex;
        justify-content: center;
        gap: 0;
        margin-bottom: 0;
        width: 100%;
        background: transparent;
        border-bottom: none;
        padding: 0;
    }
    
    .page3 .tab-item {
        flex: 1;
        max-width: 50%;
        padding: 0.15rem 0;
        background: linear-gradient(to bottom, #e9e9e8, #ffffff);
        color: #000000;
        border-radius: 20px 20px 0 0;
        cursor: pointer;
        font-size: 0.2rem;
        transition: all 0.3s ease;
        box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
        text-align: center;
        border: 1px solid #d0b7d4;
        border-bottom: none;
    }
    
    .page3 .tab-item.active {
        background: linear-gradient(to bottom, #dfc1e8, #ffffff);
        color: #000000;
        font-weight: 700;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        border-color: #d0b7d4;
        border-bottom: none;
    }
    
    .page3 .tab_con {
        width: 7.1rem;
        border-radius: 0 0 10px 10px;
        margin-bottom: 0.3rem;
        box-shadow: 0 0.08rem 0.2rem rgba(0, 0, 0, 0.1);
        background: #ffffff;
        overflow: hidden;
    }
    
    .page3 .tab-content {
        display: none;
    }
    
    .page3 .tab-content.showBox {
        display: block;
    }
    
    .page3 .requirements-table {
        width: 100%;
        border-collapse: collapse;
        display: flex;
        flex-direction: column;
    }
    
    .page3 .table-header {
        height: 0.7rem;
        line-height: 0.7rem;  
        display: flex;
        border-bottom: 1px solid #d3ceea;
    }
    
    .page3 .header-cell {
        color: #fff59c;
        font-size: 0.2rem;
        font-weight: 700;
        text-align: center;
        box-sizing: border-box;
        padding: 0 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #d3ceea;
    }
    
    .page3 .header-cell:nth-child(1) {
        width: 1.4rem;
        flex-shrink: 0;
        background: #cf7bff;
        text-align: center;
    }
    
    .page3 .header-cell:nth-child(2) {
        flex: 1;
        background: #8a13fa;
        text-align: center;
    }
    
    .page3 .table-row {
        display: flex;
        padding: 0;
        align-items: stretch;
        border-bottom: 1px solid #d3ceea;
    }
    
    /* 申请路径行 - 第1行 */
    .page3 .table-row:nth-child(1) .dimension-cell {
        background: #b843e5;
    }
    
    .page3 .table-row:nth-child(1) .content-cell {
        background: #e8d6f7;
    }
    
    /* 语言要求行 - 第2行 */
    .page3 .table-row:nth-child(2) .dimension-cell {
        background: #c160f9;
    }
    
    .page3 .table-row:nth-child(2) .content-cell {
        background: #e6dcf3;
    }
    
    /* 主要申请方式行 - 第3行 */
    .page3 .table-row:nth-child(3) .dimension-cell {
        background: #aa31f0;
    }
    
    .page3 .table-row:nth-child(3) .content-cell {
        background: #ecdbf7;
    }
    
    /* 路径建议行 - 第4行 */
    .page3 .table-row:nth-child(4) .dimension-cell {
        background: #9c32ff;
    }
    
    .page3 .table-row:nth-child(4) .content-cell {
        background: #e6dcf3;
    }
    
    .page3 .dimension-cell {
        width: 1.4rem;
        flex-shrink: 0;
        color: #fff59c;
        font-size: 0.18rem;
        font-weight: 700;
        text-align: center;
        padding: 0.2rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        border-right: 1px solid #d3ceea;
        border-bottom: none;
    }
    
    .page3 .content-cell {
        flex: 1;
        color: #333333;
        font-size: 0.18rem;
        line-height: 1.6;
        padding: 0.2rem;
        text-align: left;
        box-sizing: border-box;
        margin: 0;
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        overflow-wrap: break-word;
        border-right: none;
        border-bottom: none;
    }
    
    .page3 .key-notes {
        background: transparent;
        border: 2px dashed #9e70c1;
        border-radius: 0.15rem;
        padding: 0.25rem;
        box-shadow: none;
    }
    
    .page3 .notes-header {
        display: flex;
        align-items: flex-start;
        gap: 0.2rem;
    }
    
    .page3 .notes-title {
        color: #673797;
        background: #c19edb;
        font-size: 0.2rem;
        font-weight: 700;
        padding: 0.1rem 0.15rem;
        border-radius: 0.08rem;
        display: inline-block;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .page3 .notes-content {
        display: flex;
        flex-direction: column;
        gap: 0.12rem;
        flex: 1;
    }
    
    .page3 .note-item {
        display: flex;
        align-items: flex-start;
        gap: 0.1rem;
    }
    
    .page3 .note-number {
        color: #000;
        font-weight: 700;
        font-size: 0.2rem;
        min-width: 0.2rem;
    }
    
    .page3 .note-text {
        color: #333333;
        font-size: 0.2rem;
        line-height: 1.5;
        flex: 1;
    }
    
    .page3 .note-text strong {
        font-weight: 700;
        color: #000;
    }

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

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

    /* ========== Page4 移动端样式 ========== */
    .page4 {
        background: url(../images/m_bgc/1_05.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
    }

    .page4 .con {
        width: 100%;
        cursor: pointer;
        margin-top: 0.4rem;
    }

    .page4 .materials-tabs {
        display: flex;
        justify-content: center;
        gap: 0;
        margin-bottom: 0.3rem;
        width: 100%;
    }

    .page4 .tab-item {
        flex: 1;
        max-width: 50%;
        padding: 0.15rem 0;
        background: linear-gradient(to bottom, #e9e9e8, #ffffff);
        color: #000;
       border-radius: 10px;
        cursor: pointer;
        font-size: 0.18rem;
        transition: all 0.3s ease;
        box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
        text-align: center;
        border: 1px solid #d0b7d4;
        border-bottom: none;
    }

    .page4 .tab-item.active {
        background: linear-gradient(to bottom, #9a1beb, #6e00d5);
        color: #f9d663;
        font-weight: 700;
        box-shadow: none;
        border-radius: 10px;
    }

    .page4 .materials-content {
        width: 100%;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        box-shadow: 0 0.08rem 0.2rem rgba(0, 0, 0, 0.1);
    }

    .page4 .material-table {
        display: none;
        width: 100%;
    }

    .page4 .material-table.active {
        display: block;
    }

    .page4 .material-row {
        display: flex;
    }

    .page4 .material-row:last-child {
        border-bottom: none;
    }

    .page4 .material-row:nth-child(even) {
        background: #b47de5;
    }

    .page4 .material-row:nth-child(odd) {
        background: transparent;
    }

    .page4 .material-row.header-row {
        background: linear-gradient(to bottom, #9a1beb, #6e00d5);
        font-weight: 700;
    }

    .page4 .material-row.header-row .material-type {
        color: #f9d663;
    }

    .page4 .material-row.header-row .material-requirement {
        color: #f9d663;
    }

    .page4 .material-type {
        width: 1.4rem;
        flex-shrink: 0;
        padding: 0.2rem 0.15rem;
        color: #ffee9d;
        font-size: 0.16rem;
        font-weight: 700;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .page4 .material-requirement {
        flex: 1;
        padding: 0.2rem 0.15rem;
        color: #ffffff;
        font-size: 0.16rem;
        line-height: 1.6;
        text-align: left;
        box-sizing: border-box;
    }

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

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

    .page4 .material-type:last-child,
    .page4 .mainland-requirement:last-child,
    .page4 .overseas-requirement:last-child,
    .page4 .important-note:last-child {
        border-right: none;
    }

    /* ========== Page5 移动端样式 ========== */
    .page5 {
        background: url(../images/m_bgc/1_06.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        padding-top: 0.4rem;
    }

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

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

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

    /* Page5 流程表格样式 - 与PC端保持一致的缩小版 */
    .page5 .process-tabs {
        display: flex;
        justify-content: center;
        gap: 0;
        margin-bottom: 0.3rem;
        width: 100%;
    }

    .page5 .tab-item {
        flex: 1;
        max-width: 50%;
        padding: 0.2rem 0.1rem;
        background: #ffffff;
        border-radius: 0.6rem;
        color: #000000;
        cursor: pointer;
        font-size: 0.18rem;
        font-weight: normal;
        transition: all 0.3s ease;
        text-align: center;
        border: 0.01rem solid #d0b7d4;
        box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
        line-height: 1.3;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 1rem;
    }

    .page5 .tab-item.active {
        background: linear-gradient(to bottom, #a01bec, #7705d9);
        color: #ffffff;
        font-weight: 700;
        box-shadow: none;
    }

    .page5 .process-content {
        width: 100%;
        overflow: hidden;
        /* box-shadow: 0 0.08rem 0.25rem rgba(45, 27, 105, 0.3), 0 0.04rem 0.06rem rgba(220, 216, 235, 0.5); */
    }

    .page5 .process-table {
        display: none;
        width: 100%;
        background: #ffffff;
    }

    .page5 .process-table.active {
        display: block;
    }

    .page5 .table-header {
        display: flex;
        align-items: center;
        background: #7e09dc;
        color: #ffffff;
        font-weight: 700;
    }

    .page5 .timeline-column,
    .page5 .task-column,
    .page5 .details-column {
        flex: 1;
        padding: 0.2rem 0.15rem;
        text-align: center;
        font-size: 0.2rem;
        border: none;
        box-sizing: border-box;
    }

    .page5 .timeline-column {
        width: 2rem;
        background: #7e09dc;
    }

    .page5 .task-column {
        width: 2.6rem;
        text-align: center;
    }

    .page5 .details-column {
        flex: 1;
        border-right: none;
    }

    .page5 .table-row {
        display: flex;
        border-bottom: 0.01rem solid #ffffff;
    }

    .page5 .table-row:nth-child(odd) {
        background: #ffffff;
    }

    .page5 .table-row:nth-child(even) {
        background: #f1eaf5;
    }

    .page5 .table-row:last-child {
        border-bottom: none;
    }

    .page5 .timeline-cell,
    .page5 .task-cell,
    .page5 .details-cell {
        color: #000000;
        font-size: 0.18rem;
        line-height: 1.4;
        padding: 0.2rem 0.15rem;
        border-right: 0.01rem solid #ffffff;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .page5 .timeline-cell {
        width: 2rem;
        text-align: center;
        justify-content: center;
        font-weight: 700;
        color: #5c00c4;
    }

    .page5 .task-cell {
        width: 2.6rem;
        text-align: center;
    }

    .page5 .details-cell {
        flex: 1;
        text-align: left;
        border-right: none;
    }

    .page5 .table-row:nth-child(odd) .task-cell,
    .page5 .table-row:nth-child(odd) .details-cell {
        color: #000000;
    }

    .page5 .table-row:nth-child(even) .task-cell,
    .page5 .table-row:nth-child(even) .details-cell {
        color: #000000;
    }
    
    .page5 .table-row:nth-child(odd) .timeline-cell {
        background: #ffffff;
    }
    
    .page5 .table-row:nth-child(even) .timeline-cell {
        background: #eeddf7;
    }

    .page5 .important-notes {
        background: #e5e5e5;
        padding: 0.2rem 0.4rem;
        border: none;
        margin-top: 0.6rem;
        border-radius: 0.2rem;
        display: none;
    }

    /* 默认显示第一个重要说明 */
    .page5 .important-notes.default-show {
        display: block !important;
    }

    .page5 .notes-title {
        color: #4716d0;
        font-size: 0.2rem;
        font-weight: 700;
        margin-bottom: 0.1rem;
    }

    .page5 .notes-content {
        color: #333333;
        font-size: 0.18rem;
        line-height: 1.5;
    }

    .page5 .notes-content li {
        margin-bottom: 0.05rem;
    }

    /* ========== Page6 移动端样式 ========== */
    .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 专业表格样式 */
    .page6 .program-tabs {
        display: flex;
        justify-content: center;
        gap: 0;
        margin-bottom: 0.3rem;
        width: 100%;
    }

    .page6 .tab-item {
        flex: 1;
        max-width: 50%;
        padding: 0.2rem 0.3rem;
        background: #e9e9e9;
        color: #000;
        border-radius: 0.25rem;
        cursor: pointer;
        font-size: 0.22rem;
        font-weight: normal;
        transition: all 0.3s ease;
        text-align: center;
        border: none;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0.8rem;
    }

    .page6 .tab-item.active {
        background: #863999;
        color: #ffffff;
        font-weight: 700;
        box-shadow: none;
        position: relative;
    }
    
    .page6 .tab-item.active::after {
        content: '';
        position: absolute;
        bottom: -0.1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 0.1rem solid transparent;
        border-right: 0.1rem solid transparent;
        border-top: 0.1rem solid #863999;
    }

    .page6 .program-content {
        width: 100%;
        background: #ffffff;
        border-radius: 0.15rem;
        overflow: hidden;
        box-shadow: inset 0 0 0.2rem rgba(106, 76, 147, 0.1);
        padding: 0.3rem;
        box-sizing: border-box;
    }

    .page6 .program-table {
        display: none;
        width: 100%;
    }

    .page6 .program-table.active {
        display: block;
    }

    .page6 .table-header {
        display: flex;
        align-items: center;
        background: transparent;
        border-bottom: 0.02rem solid #6c35a0;
        margin-bottom: 0.2rem;
    }

    .page6 .category-header {
        flex: 1;
        color: #6c35a0;
        font-size: 0.22rem;
        font-weight: 900;
        text-align: center;
        padding: 0.15rem 0.1rem;
        border-right: 0.01rem solid #6c35a0;
        box-sizing: border-box;
        line-height: 1.3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 第二个表格（热门专业，5列）的 category-header 使用固定宽度以对齐 category-cell */
    .page6 .program-table:nth-of-type(2) .category-header {
        width: 2rem;
        flex-shrink: 0;
        flex: none;
    }

    .page6 .major-header,
    .page6 .course-header,
    .page6 .career-header,
    .page6 .university-header {
        flex: 1;
        color: #6c35a0;
        font-size: 0.22rem;
        font-weight: 900;
        text-align: center;
        padding: 0.15rem 0.1rem;
        border-right: 0.01rem solid #6c35a0;
        box-sizing: border-box;
        line-height: 1.3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page6 .category-header:last-child,
    .page6 .major-header:last-child,
    .page6 .course-header:last-child,
    .page6 .career-header:last-child,
    .page6 .university-header:last-child {
        border-right: none;
    }

    .page6 .table-group {
        display: flex;
        border-bottom: 0.01rem solid #7d3dba;
    }

    .page6 .table-group:last-child {
        border-bottom: none;
    }

    .page6 .table-group:not(:last-child) {
        border-bottom: 0.01rem solid #7d3dba;
    }

    .page6 .content-group {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .page6 .table-row {
        display: flex;
        border-bottom: 0.01rem solid #7d3dba;
        align-items: stretch;
        min-height: 0.6rem;
    }

    .page6 .table-row:last-child {
        border-bottom: none;
        background: #fbf6ff;
    }

    .page6 .content-group .table-row:not(:last-child) {
        border-bottom: 0.01rem solid #7d3dba;
        background: #efe1fa;
    }

    .page6 .major-cell {
        flex: 1;
        color: #333;
        font-size: 0.2rem;
        line-height: 1.6;
        text-align: center;
        padding: 0.15rem 0.1rem;
        border-right: 0.01rem solid #7d3dba;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .page6 .course-cell,
    .page6 .career-cell {
        flex: 1;
        color: #333;
        font-size: 0.2rem;
        line-height: 1.6;
        text-align: center;
        padding: 0.15rem 0.1rem;
        border-right: 0.01rem solid #7d3dba;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .page6 .university-cell {
        flex: 1;
    }

    /* Page6 移动端 requirements-layout 样式 */
    .page6 .requirements-layout {
        padding: 0;
        margin-top: 0rem;
    }

    .page6 .requirements-header {
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
    }

    .page6 .requirements-header li {
        float: left;
        white-space: normal;
    }

    .page6 .requirements-header li:first-child {
        margin-left: 0;
    }

    .page6 .requirements-title {
        width: 1.33rem;
        height: 0.8rem;
        border-radius: 0.4rem;
        line-height: 0.8rem;
        text-align: center;
        font-size: 0.2rem;
        font-weight: 700;
        letter-spacing: 0.01rem;
        color: #000;
        background: none;
        box-shadow: none;
    }

    .page6 .requirements-title-major {
        width: 1.33rem;
        flex-shrink: 0;
    }

    .page6 .requirements-title-bg {
        width: 2.4rem;
        padding-left: 0rem;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .page6 .requirements-title-school {
        width: 3rem;
        padding-left: 0.4rem;
        margin-left: 0rem;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .page6 .requirements-item {
        overflow: hidden;
    }

    .page6 .time-center {
        width: 1.33rem;
        float: left;
    }

    .page6 .time-oval {
        font-size: 0.22rem;
        border-radius: 0.16rem;
        height: 1.4rem;
        padding: 0.16rem 0.22rem;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
        line-height: 1.4;
        text-align: center;
        box-sizing: border-box;
    }

    .page6 .content-box {
        box-sizing: border-box;
        font-size: 0.2rem;
        height: 1.4rem;
        width: 100%;
        border-radius: 16px;
        padding: 0.1rem 0.4rem;
        margin: 0 0 0rem 0;
        box-shadow: 0 2px 12px rgba(36, 144, 255, 0.06);
    }

    .page6 .content-left,
    .page6 .content-right {
        float: left;
        width: 3rem;
        margin-left: 0.2rem;
    }

    .page6 .content-left {
        padding-left: 0.6rem;
        margin-right: 0;
        width: 3.6rem;
    }

    .page6 .content-right {
        float: left;
        width: 3.4rem;
        padding-left: 0.4rem;
        margin-left: -0.6rem;
        box-sizing: border-box;
        border-radius: 0;
    }

    .page6 .category-cell {
        position: relative;
        font-weight: 600;
        width: 2rem;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 0.01rem solid #7d3dba;
        padding: 0.15rem 0.1rem;
        box-sizing: border-box;
        font-size: 0.2rem;
        line-height: 1.6;
        color: #333;
    }

    .page6 .category-cell:not(:empty)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.03rem;
        height: 0.2rem;
        background: #6a4c93;
        border-radius: 0.02rem;
    }

    .page6 .category-cell:not(:empty) {
        padding-left: 0.2rem;
    }

    .page6 .category-cell:last-child,
    .page6 .major-cell:last-child,
    .page6 .course-cell:last-child,
    .page6 .career-cell:last-child,
    .page6 .university-cell:last-child {
        border-right: none;
    }

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

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

    /* ========== Page7 移动端样式 ========== */
    .page7 {
        background: url(../images/m_bgc/1_08.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 10.89rem;
        padding-top: 0.2rem;
    }
    
    .page7 .con {
        background: url(../images/35.png) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 7.42rem;
        margin-top: 0.6rem;
    }

    .page7 .btn {
        margin: 0.4rem auto 0;
    }

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

    /* ========== Page8 移动端样式 ========== */
    .page8 {
        background: url(../images/m_bgc/1_09.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 5.26rem;
        padding-top: 0.6rem;
    }

    .page8 .title img {
        margin-bottom: 0rem;
    }
    
    .page8 .con {
        margin-top: 0.6rem;
        text-align: center;
    }
    .page8 .con img {
        width: 3.4rem;
        height: 100%;
    }
    
    .page8 .con a {
        margin-right: 8px;
    }
    
    .page8 .con a:last-child {
        margin-right: 0;
    }
    .page8 .btn {
        margin: 0.6rem auto 0;
        text-align: center;
    }

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

    /* ========== Page9 移动端样式 ========== */
    .page9 {
        background: url(../images/m_bgc/1_10.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        padding-top: 0.6rem;
    }

    /* ========== Page10 表单移动端样式 ========== */
    .page10 {
        background: url(../images/m_bgc/1_11.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 7.5rem;
        height: 7.51rem;
        overflow: hidden;
        cursor: pointer;
        padding-top: 0.6rem;
    }

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

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

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

    .page10 .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, #9456c0, #65319b);
        text-align: center;
        margin-right: 0.1rem;
    }


    .page10 .qt_form .xdf_formbtn {
        background-image: linear-gradient(to bottom, #f9d463, #fda81a);
        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;
    }
}