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: 645px;
    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: 0 auto;
    margin-top: 155px;
}

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

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


.page1 .con .box {
    float: left;
    width: 230px;
    height: 300px;
    background-size: 100% 100%;
    margin-right: 12px;
}

.page1 .con .box {
    padding: 42px 10px 0;
    font-size: 22px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.5;
}

.page1 .con .box p:first-child {
    font-weight: 700;
    margin-bottom: 6px;
    color: #7b2291;
}

.page1 .con .box p:nth-child(2) {
    width: 50px;
    height: 4px;
    background-color: #ffae00;
    margin: 0 auto;
    margin-bottom: 20px;
}
.page1 .con .box p:last-child {
    font-size: 20px;
}

.page1 .con .box1 {
    background: url(../images/3.png) no-repeat center top;
}
.page1 .con .box2 {
    background: url(../images/4.png) no-repeat center top;
    margin-top: 70px;
}
.page1 .con .box3 {
    background: url(../images/5.png) no-repeat center top;
}
.page1 .con .box4 {
    background: url(../images/6.png) no-repeat center top;
    margin-top: 70px;
}
.page1 .con .box5 {
    background: url(../images/7.png) no-repeat center top;
    margin-right: 0;
}

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

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


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

.page2 .scheme-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 40px;
    padding: 0;
}

.page2 .scheme-block {
    padding: 30px;
    position: relative;
    flex: none;
    box-sizing: border-box;
}

.page2 .scheme-block1 {
    background: url(../images/9.png) no-repeat center top;
    background-size: 100% 100%;
    width: 390px;
    height: 454px;
    box-sizing: border-box;
}

.page2 .scheme-block2 {
    background: url(../images/10.png) no-repeat center top;
    background-size: 100% 100%;
    width: 390px;
    height: 454px;
    box-sizing: border-box;
}
.page2 .scheme-block3 {
    background: url(../images/31.png) no-repeat center top;
    background-size: 100% 100%;
    width: 390px;
    height: 454px;
    box-sizing: border-box;
}
.page2 .scheme-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffd700;
    text-align: left;
    margin-bottom: 0px;
    position: relative;
    padding-left: 30px;
    margin-top: 6px;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.page2 .scheme-item {
    margin-bottom: 8px;
}

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

.page2 .scheme-item .item-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
    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: 16px;
    color: #ffffff;
    line-height: 1.6;
    text-align: justify;
}

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

/* Page3 Tab Styles */
.page3 .tab {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 0;
    width: 100%;
}

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

.page3 .tab-item:first-child {
    border-radius: 20px 0 0 0;
}

.page3 .tab-item:last-child {
    border-radius: 0 20px 0 0;
}

.page3 .tab-item.active {
    background: linear-gradient(to bottom, #dec2e8, #fdfcff);
    color: #000;
    font-weight: 700;
    box-shadow: none;
}

.page3 .tab_con {
    width: 1200px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(45, 27, 105, 0.3);
}

.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: 70px;
    line-height: 70px;  
    display: flex;
    border-bottom: 2px solid #ffffff;
}

.page3 .header-cell {
    color: #fff08f;
    border-right: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box; 
}

.page3 .header-cell:nth-child(1) {
    width: 170px;
    flex-shrink: 0;
}

.page3 .header-cell:nth-child(2) {
    width: 570px;
    flex-shrink: 0;
}

.page3 .header-cell:nth-child(3) {
    width: 460px;
    flex-shrink: 0;
}

.page3 .table-row {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0;
    align-items: stretch;
}

.page3 .dimension-cell {
    width: 170px;
    flex-shrink: 0;
    color: #ffd700;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    margin: 0;
}

.page3 .content-cell {
    width: 570px;
    flex-shrink: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px;
    text-align: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    margin: 0;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.page3 .restriction-cell {
    width: 460px;
    flex-shrink: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    margin: 0;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.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: 1292px;
}

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

/* Page4 Materials Table Styles */
.page4 .materials-table {
    width: 100%;
    /* background: linear-gradient(135deg, #6a4c93, #8b6bb1); */
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(45, 27, 105, 0.3);
    position: relative;
}

.page4 .table-header {
    display: flex;
    background: linear-gradient(to right, #ffe49c, #fe9ffe);
}

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

.page4 .header-cell:last-child {
    border-right: none;
}

.page4 .table-row {
    display: flex;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

.page4 .table-row:nth-child(odd) {
    background: rgba(255, 255, 255, 0.1);
}

.page4 .table-row:nth-child(even) {
    background: transparent;
}

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

.page4 .material-type,
.page4 .mainland-requirement,
.page4 .overseas-requirement,
.page4 .important-note {
    flex: 1;
    padding: 15px 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}

.page4 .material-type {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
}

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

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



.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: 1147px;
    padding-top: 0;
    margin-top: -10px;
}

.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: 48%;
    padding: 15px 30px;
    margin-right: 2%;
    background: #dadada;
    border-radius: 20px;
    color: #797979;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

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

.page5 .tab-item.active {
    background: linear-gradient(to right, #b55fd3, #792d87);
    color: #e1c27f;
    font-weight: 700;
    box-shadow: none;
    position: relative;
}

.page5 .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 #792d87;
}

.page5 .process-content {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(45, 27, 105, 0.3);
}

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

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

.page5 .table-header {
    display: flex;
    border-top: 3px solid #f7a3f8;
    background: #efdff1;
}

.page5 .phase-header {
    width: 200px;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.page5 .steps-header,
.page5 .timeline-header,
.page5 .notes-header {
    flex: 1;
    background: #efdff1;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px 15px;
    border-bottom: 1px solid #a378ab;
    border-right: 1px solid #d0b7d4;
    box-sizing: border-box;
}

.page5 .steps-header:last-child,
.page5 .timeline-header:last-child,
.page5 .notes-header:last-child {
    border-right: none;
}

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

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

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

.page5 .table-row:last-child {
    border-bottom: 3px solid #ffe39e;
}

.page5 .phase-cell {
    width: 200px;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid #c4abdd;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* 最后一行不加底部边框 */
.page5 .table-row:last-child .phase-cell {
    border-bottom: none;
}

.page5 .process-table::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to bottom, #f7a3f8, #ffe39e);
    z-index: 0;
    pointer-events: none;
}

.page5 .steps-cell,
.page5 .timeline-cell,
.page5 .notes-cell {
    flex: 1;
    color: #4d4c4f;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding: 20px 15px;
    border-right: 1px solid #c4abdd;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.page5 .table-row:nth-child(even) .steps-cell,
.page5 .table-row:nth-child(even) .timeline-cell,
.page5 .table-row:nth-child(even) .notes-cell {
    color: #333;
}

.page5 .steps-cell:last-child,
.page5 .timeline-cell:last-child,
.page5 .notes-cell:last-child {
    border-right: none;
}


.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;
}
.page7 {
    background: url(../images/pc_bgc/1_08.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 1085px;
    padding-top: 20px;
}

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

.page7 .btn {
    margin: 60px 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: 621px;
    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: #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.98rem;
        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: 4.48rem;
        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: 5.63rem;
        padding: 0px;
    }

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

    .page1 .con .box {
        float: left;
        width: 2.3rem;
        height: 3rem;
        background-size: 100% 100%;
        margin-right: 12px;
    }
    
    .page1 .con .box {
        padding: 0.42rem 0.1rem 0;
        font-size: 0.22rem;
        text-align: center;
        box-sizing: border-box;
        line-height: 1.5;
        background-size: contain;
    }
    
    .page1 .con .box p:first-child {
        font-weight: 700;
        margin-bottom: 0.06rem;
        color: #7b2291;
    }
    
    .page1 .con .box p:nth-child(2) {
        width: 0.5rem;
        height: 0.04rem;
        background-color: #ffae00;
        margin: 0 auto;
        margin-bottom: 0.2rem;
    }
    
    .page1 .con .box p:last-child {
        font-size: 0.2rem;
    }
    
    .page1 .con .box2 {
        margin-top: 0;
    }

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

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

    /* Page1 移动端轮播图样式 */
    .page1 .con.isWap {
        margin-top: 0.1rem;
        padding: 0 0.2rem;
    }

    .page1 .swiper-container {
        width: 100%;
        height: 4rem;
        position: relative;
        padding: 0 0.2rem;
    }

    .page1 .swiper-slide {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page1 .swiper-pagination {
        position: absolute;
        bottom: 0.2rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 0.1rem;
    }

    .page1 .swiper-pagination-bullet {
        width: 0.08rem;
        height: 0.08rem;
        background: #ccc;
        border-radius: 50%;
        opacity: 0.5;
        transition: all 0.3s ease;
    }

    .page1 .swiper-pagination-bullet-active {
        background: #ff6b35;
        opacity: 1;
        transform: scale(1.2);
    }

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

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

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

    .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 .page2-swiper {
        width: 100%;
        height: 7rem;
        position: relative;
        padding-bottom: 0.5rem;
    }

    .page2 .swiper-slide {
        width: 100%;
        height: 88%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page2 .scheme-card {
        width: 90%;
        height: 6.2rem;
        border-radius: 0.2rem;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2);
        background-size: 100% 100%;
    }

    .page2 .swiper-slide:nth-child(1) .scheme-card {
        background: url(../images/9.png) no-repeat center top;
        background-size: 100% 100%;
    }

    .page2 .swiper-slide:nth-child(2) .scheme-card {
        background: url(../images/10.png) no-repeat center top;
        background-size: 100% 100%;
    }

    .page2 .swiper-slide:nth-child(3) .scheme-card {
        background: url(../images/31.png) no-repeat center top;
        background-size: 100% 100%;
    }

    .page2 .card-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .page2 .purple-gradient {
        display: none;
    }

    .page2 .white-text-bg {
        position: absolute;
        bottom: 0.5rem;
        left: 0;
        width: 100%;
        height: 2rem;
        font-size: 1.5rem;
        font-weight: bold;
        color: rgba(255,255,255,0.1);
        text-align: center;
        line-height: 2rem;
        transform: rotate(-5deg);
    }

    .page2 .card-content {
        position: relative;
        z-index: 2;
        padding: 0.34rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .page2 .yellow-bar {
        position: relative;
        margin-bottom: 0.29rem;
    }

    .page2 .yellow-line {
        width: 0.8rem;
        height: 0.04rem;
        background: #ffd700;
        margin-bottom: 0.12rem;
        position: relative;
    }

    .page2 .yellow-line::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0.04rem;
        width: 0.02rem;
        height: 0.3rem;
        background: #ffd700;
    }

    .page2 .card-title {
        font-size: 0.28rem;
        font-weight: bold;
        color: #ffd700;
        margin-top: 0.34rem;
    }

    .page2 .content-items {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.24rem;
    }

    .page2 .content-item {
        display: flex;
        align-items: flex-start;
        gap: 0.14rem;
    }

    .page2 .item-bullet {
        width: 0.08rem;
        height: 0.08rem;
        background: #ff6b35;
        border-radius: 50%;
        margin-top: 0.1rem;
        flex-shrink: 0;
    }

    .page2 .item-content {
        flex: 1;
    }

    .page2 .item-title {
        font-size: 0.2rem;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0.09rem;
    }

    .page2 .item-text {
        font-size: 0.18rem;
        color: #fff;
        line-height: 1.4;
    }

    .page2 .swiper-button-prev,
    .page2 .swiper-button-next {
        width: 0.6rem;
        height: 0.6rem;
        background: rgba(255,255,255,0.8);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #542585;
        font-size: 0.24rem;
        font-weight: bold;
        transition: all 0.3s ease;
        z-index: 10;
        cursor: pointer;
    }

    .page2 .swiper-button-prev:hover,
    .page2 .swiper-button-next:hover {
        background: rgba(255,255,255,1);
        transform: scale(1.1);
    }

    .page2 .swiper-button-prev::after,
    .page2 .swiper-button-next::after {
        font-size: 0.2rem;
        font-weight: bold;
    }

    /* Page2 移动端分页点样式 */
    .page2 .swiper-pagination {
        position: absolute !important;
        bottom: 0.8rem !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: flex !important;
        gap: 0.15rem;
        width: auto !important;
        height: auto !important;
        z-index: 10 !important;
        visibility: visible !important;
    }

    .page2 .swiper-pagination-bullet {
        width: 0.12rem !important;
        height: 0.12rem !important;
        min-width: 0.12rem !important;
        min-height: 0.12rem !important;
        background: #999 !important;
        border-radius: 50% !important;
        opacity: 0.6 !important;
        transition: all 0.3s ease;
        cursor: pointer;
        margin: 0 0.05rem !important;
        display: inline-block !important;
        visibility: visible !important;
    }

    .page2 .swiper-pagination-bullet-active {
        background: #ffd700 !important;
        opacity: 1 !important;
        transform: scale(1.3) !important;
        width: 0.12rem !important;
        height: 0.12rem !important;
        visibility: visible !important;
    }

    /* ========== 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%;
    }
    
    .page3 .tab-item {
        flex: 1;
        max-width: 50%;
        padding: 0.15rem 0.3rem;
        background: linear-gradient(to bottom, #e9e9e9, #ffffff);
        color: #000;
        border-radius: 0;
        cursor: pointer;
        font-size: 0.22rem;
        transition: all 0.3s ease;
        box-shadow: none;
        text-align: center;
        border: 1px solid #fff;
    }
    
    .page3 .tab-item:first-child {
        border-radius: 20px 0 0 0;
    }
    
    .page3 .tab-item:last-child {
        border-radius: 0 20px 0 0;
    }
    
    .page3 .tab-item.active {
        background: linear-gradient(to bottom, #c4b8f8, #fdfcff);
        color: #000;
        font-weight: 700;
        box-shadow: none;
    }
    
    .page3 .tab_con {
        width: 7.1rem;
        border-radius: 0 0 20px 20px;
        margin-bottom: 30px;
        box-shadow: 0 8px 25px rgba(45, 27, 105, 0.3);
    }
    
    .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: 2px solid #ffffff;
    }
    
    .page3 .header-cell {
        color: #fff08f;
        border-right: 1px solid #fff;
        font-size: 0.22rem;
        font-weight: 700;
        text-align: center;
        box-sizing: border-box; 
    }
    
    .page3 .header-cell:nth-child(1) {
        width: 0.7rem;
        flex-shrink: 0;
    }
    
    .page3 .header-cell:nth-child(2) {
        width: 3.5rem;
        flex-shrink: 0;
    }
    
    .page3 .header-cell:nth-child(3) {
        width: 2.82rem;
        flex-shrink: 0;
    }
    
    .page3 .table-row {
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0;
        align-items: stretch;
    }
    
    .page3 .dimension-cell {
        width: 0.7rem;
        flex-shrink: 0;
        color: #ffd700;
        font-size: 0.2rem;
        font-weight: 700;
        text-align: center;
        padding: 0.15rem;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
        margin: 0;
    }
    
    .page3 .content-cell {
        width: 3.5rem;
        flex-shrink: 0;
        color: #ffffff;
        font-size: 0.2rem;
        line-height: 1.6;
        padding: 0.15rem;
        text-align: left;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: rgba(255, 255, 255, 0.05);
        box-sizing: border-box;
        margin: 0;
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }
    
    .page3 .restriction-cell {
        width: 2.82rem;
        flex-shrink: 0;
        color: #ffffff;
        font-size: 0.2rem;
        line-height: 1.6;
        padding: 0.15rem;
        text-align: left;
        border-bottom: 1px solid #fff;
        background: rgba(255, 255, 255, 0.05);
        box-sizing: border-box;
        margin: 0;
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }
    
    .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 .btn {
        margin-top: 0.4rem;
    }

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

    /* Page4 材料表格样式 */
    .page4 .materials-table {
        width: 100%;
        border-radius: 0.15rem;
        overflow: hidden;
        box-shadow: 0 0.08rem 0.25rem rgba(45, 27, 105, 0.3);
    }

    .page4 .table-header {
        display: flex;
        background: linear-gradient(to right, #ffe49c, #fe9ffe);
    }

    .page4 .header-cell {
        flex: 1;
        padding: 0.2rem 0.15rem;
        color: #000;
        font-size: 0.18rem;
        font-weight: 700;
        text-align: center;
        box-sizing: border-box;
        line-height: 1.3;
    }

    .page4 .header-cell:last-child {
        border-right: none;
    }

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

    .page4 .table-row:nth-child(odd) {
        background: rgba(255, 255, 255, 0.1);
    }

    .page4 .table-row:nth-child(even) {
        background: transparent;
    }

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

    .page4 .material-type,
    .page4 .mainland-requirement,
    .page4 .overseas-requirement,
    .page4 .important-note {
        flex: 1;
        padding: 0.15rem 0.1rem;
        color: #ffffff;
        font-size: 0.18rem;
        line-height: 1.6;
        text-align: left;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .page4 .material-type {
        font-weight: 700;
        color: #ffffff;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

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

    .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;
        margin-top: 0;
    }

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

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

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

    /* Page5 流程表格样式 */
    .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.15rem 0.3rem;
        background: #dadada;
        color: #797979;
        border-radius: 0.2rem;
        cursor: pointer;
        font-size: 0.22rem;
        font-weight: normal;
        transition: all 0.3s ease;
        text-align: center;
        border: 0.01rem solid #fff;
        box-shadow: inset 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
        line-height: 1.3;
    }

    .page5 .tab-item.active {
        background: linear-gradient(to right, #b55fd3, #792d87);
        color: #e1c27f;
        font-weight: 700;
        box-shadow: none;
    }

    .page5 .process-content {
        width: 100%;
        border-radius: 0 0 0.2rem 0.2rem;
        overflow: hidden;
        box-shadow: 0 0.08rem 0.25rem rgba(45, 27, 105, 0.3);
    }

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

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

    .page5 .table-header {
        display: flex;
        align-items: center;
        border-top: 0.03rem solid #f7a3f8;
        background: #efdff1;
    }

    .page5 .phase-header {
        width: 0.8rem;
        background: transparent;
        color: #000;
        font-size: 0.18rem;
        font-weight: 700;
        text-align: center;
        padding: 0.2rem 0.15rem;
        border-right: 0.01rem solid #c4abdd;
        border-bottom: 0.01rem solid #fff;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page5 .steps-header,
    .page5 .timeline-header,
    .page5 .notes-header {
        flex: 1;
        background: #efdff1;
        color: #333;
        font-size: 0.18rem;
        font-weight: 700;
        text-align: center;
        padding: 0.2rem 0.15rem;
        border-bottom: 0.01rem solid #a378ab;
        border-right: 0.01rem solid #d0b7d4;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page5 .steps-header:last-child,
    .page5 .timeline-header:last-child,
    .page5 .notes-header:last-child {
        border-right: none;
    }

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

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

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

    .page5 .table-row:last-child {
        border-bottom: 0.03rem solid #ffe39e;
    }

    .page5 .phase-cell {
        width: 0.8rem;
        background: transparent;
        color: #000;
        font-size: 0.18rem;
        font-weight: 700;
        text-align: center;
        padding: 0.2rem 0.05rem;
        border-right: 0.01rem solid #c4abdd;
        border-bottom: 0.01rem solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        flex-shrink: 0;
        word-break: break-all;
        line-height: 1.3;
    }

    /* 移动端最后一行不加底部边框 */
    .page5 .table-row:last-child .phase-cell {
        border-bottom: none;
    }

    .page5 .process-table::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0.8rem;
        height: 100%;
        background: linear-gradient(to bottom, #f7a3f8, #ffe39e);
        z-index: 0;
        pointer-events: none;
    }

    .page5 .steps-cell,
    .page5 .timeline-cell,
    .page5 .notes-cell {
        flex: 1;
        color: #4d4c4f;
        font-size: 0.18rem;
        line-height: 1.6;
        text-align: left;
        padding: 0.2rem 0.15rem;
        border-right: 0.01rem solid #c4abdd;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .page5 .table-row:nth-child(even) .steps-cell,
    .page5 .table-row:nth-child(even) .timeline-cell,
    .page5 .table-row:nth-child(even) .notes-cell {
        color: #333;
    }

    .page5 .steps-cell:last-child,
    .page5 .timeline-cell:last-child,
    .page5 .notes-cell:last-child {
        border-right: none;
    }

    /* ========== 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.15rem 0.3rem;
        background: #e9e9e9;
        color: #000;
        border-radius: 0.25rem;
        cursor: pointer;
        font-size: 0.18rem;
        font-weight: normal;
        transition: all 0.3s ease;
        text-align: center;
        border: none;
        box-shadow: none;
    }

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

    .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 #e0e0e0;
        margin-bottom: 0.2rem;
    }

    .page6 .category-header {
        flex: 1;
        color: #6a4c93;
        font-size: 0.2rem;
        font-weight: 900;
        text-align: center;
        padding: 0.15rem 0.1rem;
        border-right: 0.01rem solid #e0e0e0;
        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: #6a4c93;
        font-size: 0.2rem;
        font-weight: 900;
        text-align: center;
        padding: 0.15rem 0.1rem;
        border-right: 0.01rem solid #e0e0e0;
        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.18rem;
        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.18rem;
        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;
        color: #333;
        font-size: 0.18rem;
        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 .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.18rem;
        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: 0rem 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/28.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: 6.16rem;
        padding-top: 0.6rem;
    }

    .page8 .title img {
        height: 0.98rem;
        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: 9.52rem;
        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, #f3d7ba, #e4c2a0);
        width: 100%;
        height: 0.7rem;
        color: #4d4c4c;
        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;
    }
}