body {
    background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

/** header_banner **/
.header_banner {
    height: 638px;
    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: 602px;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 0px;
}

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

.page1 .con .tab {
    float: left;
}

.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;
}

.page1 .con .box p:nth-child(2) {
    width: 50px;
    height: 4px;
    background-color: #ffae00;
    margin: 0 auto;
    margin-bottom: 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: 869px;
    padding: 0;
}

.page2 .con .tab {
    width: 100%;
    height: 130px;
    cursor: pointer;
}

.page2 .con .tab div {
    width: 48%;
    height: 130px;
    line-height: 110px;
    text-align: center;
    border: 1px solid #fff;
    background: #f2f2f2;
    border-radius: 30px 30px 0 0;
    font-size: 26px;
    box-shadow: 1px 5px 20px 4px rgba(217, 230, 255, 1);
}

.page2 .con .tab div:first-child {
    float: left;
}

.page2 .con .tab div:last-child {
    float: right;
}

.page2 .con .tab .active {
    background: linear-gradient(to bottom, #d4e3ff, #e9effb);
}


.page2 .tab_con>div {
    background: url(../images/8.png) no-repeat center top;
    width: 1200px;
    height: 450px;
    margin-top: 30px;
    padding: 50px 28px 0;
    box-sizing: border-box;
    position: relative;
    top: -60px;
}

.page2 .item {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    margin-bottom: 4px;
    border-radius: 6px;
}

/* 左侧布局 */
.page2 .left-content {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 15px;
}

.page2 .country-title {
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    position: relative;
    font-size: 20px;
    padding-right: 10px;
}

.page2 .country-title::after {
    content: "：";
}

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

.page2 .country-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.page2 .country-num {
    color: #fff;
    text-align: right;
    padding-right: 8px;
}

.page2 .con .tab_con>div {
    display: none;
}

.page2 .con .tab_con .showBox {
    display: block;
}

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

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

.page2 .scheme-block {
    flex: 1;
    padding: 30px;
    position: relative;
}

.page2 .scheme-block1 {
    background: url(../images/9.png) no-repeat center top;
    background-size: 100% 100%;
    width: 590px;
    height: 456px;
}

.page2 .scheme-block2 {
    background: url(../images/10.png) no-repeat center top;
    background-size: 100% 100%;
    width: 590px;
    height: 456px;
}

.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: 30px;
    padding-bottom: 15px;
}

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

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

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

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

.page2 .scheme-item .item-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    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: 1355px;
}

/* 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, #c4b8f8, #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: center;
    min-height: 70px;
}

.page3 .table-row:nth-child(1) {
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page3 .table-row:nth-child(2) {
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page3 .table-row:nth-child(3) {
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page3 .table-row:nth-child(4) {
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page3 .table-row:nth-child(5) {
    height: 180px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page3 .table-row:nth-child(6) {
    height: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page3 .dimension-cell {
    width: 170px;
    height: 100%;
    flex-shrink: 0;
    color: #ffd700;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    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;
    height: 100%;
    flex-shrink: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    padding: 0;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    margin: 0;
}

.page3 .restriction-cell {
    width: 460px;
    height: 100%;
    flex-shrink: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    margin: 0;
}

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

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

.page3 .notes-title {
    color: #673797;
    background: #c19edb;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 8px;
    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: 1098px;
}

.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);
}

.page4 .table-header {
    display: flex;
    background: linear-gradient(to bottom, #ffed9b, #ffed9b);
    border-bottom: 2px solid #fff;
}

.page4 .header-cell {
    flex: 1;
    padding: 20px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #fff;
    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: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.page4 .material-type {
    font-weight: 700;
    color: #ffffff;
}

.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: 1061px;
    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,#9556c0,#65319b);
    color: #e1c27f;
    font-weight: 700;
    box-shadow: none;
}

.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;
}

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

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

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

.page5 .steps-header,
.page5 .timeline-header,
.page5 .notes-header {
    flex: 1;
    background: #dccde9;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid #ddd;
    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: #ede6f3;
}

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

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

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

.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 .container {
    background: linear-gradient(to bottom, #fcf2e2, #fbfaf7);
    width: 88%;
    padding: 20px 6% 30px;
    border-radius: 20px 20px 0 0;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: -20px;
}

.page5 .circle {
    width: 40px;
    height: 40px;
    background: #850091;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

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

.page5 .country-list {
    margin-top: 6px;
    list-style-type: none;
    padding: 0;
    margin-left: 60px;
}

.page5 .country-list li {
    margin: 8px 0;
    color: #333;
    font-family: Arial, sans-serif;
}

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

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

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

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

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

.page5 .btn {
    margin: 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: 1085px;
    padding-top: 20px;
}

.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: #7d3dba;
    color: #ffffff;
    font-weight: 700;
    box-shadow: none;
}

.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 #7d3dba;
}

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

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

.page6 .category-header,
.page6 .major-header,
.page6 .course-header,
.page6 .career-header,
.page6 .university-header {
    flex: 1;
    color: #7d3dba;
    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;
}

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

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

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

.page7 .form-wrap form .label {
    border: 1px solid #474747;
} */
 .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 .tit {
        font-size: .34rem;
        line-height: .5rem;
        margin: 0 0 .3rem 0;
        height: auto;
        text-align: center;
    }

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

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

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

    }

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

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

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

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

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

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

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

    .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;
    }
    
    .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 .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;
    }

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

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

    .page2 .con .tab div {
        width: 48%;
        height: 1.3rem;
        line-height: 1.1rem;
        text-align: center;
        border: 1px solid #fff;
        background: #f2f2f2;
        border-radius: 0.2rem 0.2rem 0 0;
        font-size: 0.26rem;
        box-shadow: 1px 5px 20px 4px rgba(217, 230, 255, 1);
    }

    .page2 .con .tab div:first-child {
        float: left;
    }

    .page2 .con .tab div:last-child {
        float: right;
    }

    .page2 .con .tab .active {
        background: linear-gradient(to bottom, #d4e3ff, #e9effb);
    }


    .page2 .tab_con>div {
        background: url(../images/29.png) no-repeat center top;
        background-size: 100% 100%;
        width: 7.1rem;
        height: 7.3rem;
        margin-top: 0.8rem;
        margin-left: 0rem;
        padding: 0.5rem 0.28rem 0;
        box-sizing: border-box;
        overflow-y: auto;
        position: relative;
        top: -1.1rem;
    }

    .page2 .item {
        display: flex;
        justify-content: space-between;
        padding: 0.08rem 0.16rem;
        margin-bottom: 0.04rem;
        border-radius: 0.06rem;
    }

    /* 左侧布局 */
    .page2 .left-content {
        flex: 1;
        min-width: 0;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: baseline;
        gap: 0.15rem;
    }

    .page2 .country-title {
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
        position: relative;
        font-size: 0.22rem;
        padding-right: 0.1rem;
    }

    .page2 .country-title::after {
        content: "：";
    }

    .page2 .country-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.08rem;
    }

    .page2 .country-item {
        display: grid;
        grid-template-columns: 32px 1fr;
        align-items: center;
        font-size: 0.2rem;
        color: #fff;
    }

    .page2 .country-num {
        color: #fff;
        text-align: right;
        padding-right: 0.08rem;
    }

    .page2 .con .tab_con>div {
        display: none;
    }

    .page2 .con .tab_con .showBox {
        display: block;
    }

    .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.3rem;
        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.2rem;
    }

    .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.08rem;
        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;
    }

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

    .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: center;
        min-height: 70px;
    }
    
    .page3 .table-row:nth-child(1) {
        height: 70px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .page3 .table-row:nth-child(2) {
        height: 90px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .page3 .table-row:nth-child(3) {
        height: 90px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .page3 .table-row:nth-child(4) {
        height: 90px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .page3 .table-row:nth-child(5) {
        height: 180px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .page3 .table-row:nth-child(6) {
        height: 120px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .page3 .dimension-cell {
        width: 0.7rem;
        height: 100%;
        flex-shrink: 0;
        color: #ffd700;
        font-size: 0.2rem;
        font-weight: 700;
        text-align: center;
        padding: 0;
        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;
        height: 100%;
        flex-shrink: 0;
        color: #ffffff;
        font-size: 0.2rem;
        line-height: 1.6;
        padding: 0;
        text-align: center;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        box-sizing: border-box;
        margin: 0;
    }
    
    .page3 .restriction-cell {
        width: 2.82rem;
        height: 100%;
        flex-shrink: 0;
        color: #ffffff;
        font-size: 0.2rem;
        line-height: 1.6;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        box-sizing: border-box;
        margin: 0;
    }
    
    .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 {
        background: url(../images/m_bgc/1_05.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 18.64rem;
    }

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


    .page4 .con .tab {
        overflow: hidden;
    }

    .page4 .con .tab p {
        width: 48%;
        height: 0.62rem;
        font-size: 0.22rem;
        line-height: 0.62rem;
        border-radius: 10px;
        text-align: center;
        color: #595959;
        background: linear-gradient(to bottom, #dadada, #dadada);
    }

    .page4 .con .tab p:first-child {
        float: left;
    }

    .page4 .con .tab p:last-child {
        float: right;
    }

    .page4 .con .tab .active {
        background: linear-gradient(to bottom, #1b1773, #40849f);
        color: #a4fff8;
    }

    .page4 .tab_con {
        margin-top: 0.4rem;
        width: 100%;
        height: 6.4rem;
        padding: 0.36rem 0.24rem;
        box-sizing: border-box;
        border-radius: 20px;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #deeaff, #fffeff);

    }

    .page4 .tab_con>div {
        display: none;
    }

    .page4 .tab_con .showBox {
        display: block;
    }

    .page4 .leftBox_tab {
        width: 1.62rem;
        float: left;
    }

    .page4 .leftBox_tab p {
        font-size: 0.24rem;
        font-weight: 700;
        color: #2068d4;
        text-align: center;
        border-bottom: 1px solid #bfd7ff;
        padding: 0.56rem 0;
    }

    .page4 .leftBox_tab .active {
        color: #fff;
        background-color: #2068d4;
        border-radius: 10px;
    }

    .page4 .leftBox_tab p:last-child {
        border: none;
    }

    .page4 .leftBox_tab p span {
        font-weight: 400;
        font-size: 0.18rem;
    }

    .page4 .middleBox {
        float: left;
        margin-left: 0.26rem;
        background: url(../images/16.png) no-repeat center top;
        background-size: 100% 100%;
        width: 0.3rem;
        height: 5.4rem;
        margin-top: 0rem;
    }

    .page4 .rightBox {
        float: left;
        margin-left: 0.26rem;
        width: 4rem;
        height: 5.6rem;
        margin-top: 0rem;
        overflow-y: auto;
    }

    .page4 .rightBox div p {
        width: 3.7rem;
        padding: 0.16rem 0.1rem;
        border: 0.02rem solid #8ca7d0;
        margin-top: 0.2rem;
        border-radius: 10px;
        overflow: hidden;
    }

    .page4 .rightBox p span:first-child {
        width: 4rem;
        height: 100%;
        float: left;
        color: #000;
        line-height: 1.1;
        font-weight: 700;
        font-size: 0.22rem;
    }

    .page4 .rightBox p span:last-child {
        float: left;
        width: 3.8rem;
        color: #3d67a6;
        font-size: 0.2rem;
        line-height: 1.5;
    }

    .page4 .rightBox>div {
        display: none;
    }

    .page4 .rightBox .showBox {
        display: block;
    }

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

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

    /* Page4 Mobile Materials Table Styles */
    .page4 .materials-table {
        width: 100%;
        background: linear-gradient(135deg, #6a4c93, #8b6bb1);
        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 bottom, #ffd700, #ffed4e);
        border-bottom: 0.02rem solid #fff;
    }

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

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

    .page4 .table-row {
        display: flex;
        border-bottom: 0.01rem 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: 0.15rem 0.1rem;
        color: #ffffff;
        font-size: 0.18rem;
        line-height: 1.6;
        text-align: center;
        border-right: 0.01rem solid rgba(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .page4 .material-type {
        font-weight: 700;
        color: #ffffff;
    }

    .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 {
        background: url(../images/m_bgc/1_06.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 15.3rem;
        padding-top: 0;
        margin-top: 0;
    }

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

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

    .page5 .circle {
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.24rem;
        background: #850091;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        flex-shrink: 0;
    }

    /* .page5 .circle {
        width: 40px;
        height: 40px;
        background: #850091;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
    } */

    .page5 .header .title {
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
        font-size: 0.26rem;
        color: #850091;
    }

    .page5 .module-container {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
        max-width: 5rem;
        margin: 0.2rem;
    }

    .page5 .module {
        background: linear-gradient(to bottom, #fdf2e2, #fff);
        border-radius: 12px;
        padding: 15px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .page5 .module.active {
        transform: scale(1.05);
        background: linear-gradient(to bottom, #fdf2e2, #fff);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        margin: 10px 0;
        z-index: 1;
    }

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

    .page5 .module-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: 0.4rem;
        /* 对齐标题位置 */
    }

    .page5 .module.active .module-content {
        max-height: 5rem;
        /* 根据实际内容调整 */
        padding-top: 0.15rem;
    }

    .page5 .title {
        font-size: 1.2em;
        color: #333;
        margin: 0;
        font-family: Arial, sans-serif;
    }

    .page5 ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .page5 li {
        padding: 8px 0;
        color: #666;
    }

    .page5 .conWap>p {
        text-align: center;
        margin-top: 0.3rem;
        font-size: 0.2rem;
        color: #2a5297;
    }

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

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

    /* Page5 Mobile Process Table Styles */
    .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: #e9e9e9;
        color: #000;
        border-radius: 0;
        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.1);
    }

    .page5 .tab-item:first-child {
        border-radius: 0.2rem 0 0 0;
    }

    .page5 .tab-item:last-child {
        border-radius: 0 0.2rem 0 0;
    }

    .page5 .tab-item.active {
        background: #6a4c93;
        color: #ffd700;
        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;
    }

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

    .page5 .table-header {
        display: flex;
        border-top: 0.03rem solid #ffd700;
        border-bottom: 0.03rem solid #ffd700;
        background: #f8f8f8;
    }

    .page5 .phase-header {
        width: 2rem;
        background: #ffd700;
        color: #000;
        font-size: 0.18rem;
        font-weight: 700;
        text-align: center;
        padding: 0.2rem 0.15rem;
        border-right: 0.01rem solid #ddd;
        box-sizing: border-box;
    }

    .page5 .steps-header,
    .page5 .timeline-header,
    .page5 .notes-header {
        flex: 1;
        background: #e6d7f7;
        color: #333;
        font-size: 0.18rem;
        font-weight: 700;
        text-align: center;
        padding: 0.2rem 0.15rem;
        border-right: 0.01rem solid #ddd;
        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: 0.01rem solid #ddd;
    }

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

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

    .page5 .phase-cell {
        width: 2rem;
        background: #ffd700;
        color: #000;
        font-size: 0.18rem;
        font-weight: 700;
        text-align: center;
        padding: 0.2rem 0.15rem;
        border-right: 0.01rem solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .page5 .steps-cell,
    .page5 .timeline-cell,
    .page5 .notes-cell {
        flex: 1;
        color: #fff;
        font-size: 0.18rem;
        line-height: 1.6;
        text-align: left;
        padding: 0.2rem 0.15rem;
        border-right: 0.01rem solid #ddd;
        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 {
        background: url(../images/m_bgc/1_07.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 15.77rem;
        padding-top: 0.4rem;
    }

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

    .page6 .con a {
        float: left;
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .page6 .con a img {
        width: 3.4rem;
    }

    .page6 .con a:nth-child(2n) {
        margin-right: 0;
    }

    /* Page6 Mobile Program Table Styles */
    .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;
        background: transparent;
        border-bottom: 0.02rem solid #e0e0e0;
        margin-bottom: 0.2rem;
    }

    .page6 .category-header,
    .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;
    }

    .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;
    }

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

    .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;
        background: #ffffff;
    }

    .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;
        background: #f8e5cf;
    }

    .page6 .university-cell {
        flex: 1;
        color: #ffffff;
        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;
        background: #9658c0;
    }

    .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;
    }

    .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 {
        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 {
        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 {
        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 {
        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;
    }

    /* .qt_form .xdf_formbtn {
        background-image: linear-gradient(to bottom, #f3d7ba, #e4c2a0);
        width: 100%;
        height: 0.8rem;
        color: #fff;
        text-align: center;
        line-height: 0.5rem;
        border-radius: 50px;
        margin: 0.1rem auto 0;
        cursor: pointer;
        font-size: 0.28rem;
        font-weight: 700;
        margin-left: 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;
    }

    /* 移动端轮播图样式 */
    .page1 .con.isWap {
        margin-top: 0.4rem;
        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;
    }


    /* Swiper分页器样式 */
    .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 .con.isWap {
        margin-top: 0.4rem;
        padding: 0 0.2rem;
    }

    .page2 .page2-swiper {
        width: 100%;
        height: 7rem;
        position: relative;
    }

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

    .page2 .scheme-card {
        width: 90%;
        height: 6.2rem;
        background: linear-gradient(135deg, #8a4db8 0%, #6a4c93 50%, #542585 100%);
        border-radius: 0.2rem;
        position: relative;
        overflow: hidden;
        border: 0.02rem solid #a187c1;
        box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2);
    }

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

    .page2 .purple-gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #8a4db8 0%, #6a4c93 50%, #542585 100%);
    }

    .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.4rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

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

    .page2 .yellow-line {
        width: 0.8rem;
        height: 0.04rem;
        background: #ffd700;
        margin-bottom: 0.1rem;
        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.1rem;
    }

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

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

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

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

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

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

    /* Swiper导航按钮样式 */
    .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;
    }

    /* page3移动端样式 - 基于PC端等比例缩小
    .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.18rem;
        transition: all 0.3s ease;
        box-shadow: none;
        text-align: center;
        border: 1px solid #fff;
    }

    .page3 .tab-item:first-child {
        border-radius: 0.2rem 0 0 0;
    }

    .page3 .tab-item:last-child {
        border-radius: 0 0.2rem 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: 100%;
        border-radius: 0 0 0.2rem 0.2rem;
        margin-bottom: 0.3rem;
        box-shadow: 0 0.08rem 0.25rem 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: 0.02rem solid #ffffff;
    }

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

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

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

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

    .page3 .table-row {
        display: flex;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
        padding: 0;
        align-items: center;
        min-height: 0.7rem;
    }

    .page3 .table-row:nth-child(1) {
        height: 0.7rem;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    }

    .page3 .table-row:nth-child(2) {
        height: 0.9rem;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    }

    .page3 .table-row:nth-child(3) {
        height: 0.9rem;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    }

    .page3 .table-row:nth-child(4) {
        height: 0.9rem;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    }

    .page3 .table-row:nth-child(5) {
        height: 1.8rem;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    }

    .page3 .table-row:nth-child(6) {
        height: 1.2rem;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    }

    .page3 .dimension-cell {
        width: 1.7rem;
        height: 100%;
        flex-shrink: 0;
        color: #ffd700;
        font-size: 0.16rem;
        font-weight: 700;
        text-align: center;
        padding: 0;
        border-right: 0.01rem solid #fff;
        border-bottom: 0.01rem 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: 5.7rem;
        height: 100%;
        flex-shrink: 0;
        color: #ffffff;
        font-size: 0.14rem;
        line-height: 1.6;
        padding: 0;
        text-align: center;
        border-right: 0.01rem solid #fff;
        border-bottom: 0.01rem solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        box-sizing: border-box;
        margin: 0;
    }

    .page3 .restriction-cell {
        width: 4.6rem;
        height: 100%;
        flex-shrink: 0;
        color: #ffffff;
        font-size: 0.14rem;
        line-height: 1.6;
        padding: 0;
        text-align: center;
        border-bottom: 0.01rem solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        box-sizing: border-box;
        margin: 0;
    }

    .page3 .key-notes {
        background: transparent;
        border: 0.02rem 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.18rem;
        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.16rem;
        min-width: 0.2rem;
    }

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

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

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