body {
    background: #fff;
}

/* PC端隐藏带有isWap类的br标签 */
br.isWap {
    display: none;
}

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

/* 导航栏样式 */
.masters-nav-tabs {
    background: linear-gradient(90deg, #182aae 0%, #0182fd 100%);
    z-index: 100;
    transition: all 0.3s ease;
    height: 80px;
    will-change: transform;
    backface-visibility: hidden;
}

/* 移动端导航栏 - PC端隐藏 */
.masters-nav-tabs-mobile {
    display: none;
}

.masters-nav-tabs.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: none !important;
    box-sizing: border-box !important;
    /* 确保fixed状态下的布局稳定 */
    overflow: visible !important;
    white-space: nowrap !important;
    /* 确保布局容器正确 */
    display: block !important;
    height: 80px !important;
}

    /* 当导航栏固定时，为页面内容添加顶部内边距 */
    .masters-nav-tabs.fixed + .conentQt {
        padding-top: 80px;
    }

    /* 当移动端导航栏固定时，为页面内容添加顶部内边距 */
    .masters-nav-tabs-mobile.fixed + .conentQt {
        padding-top: 1rem;
        margin-top: 0;
    }

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
}

/* 当导航栏固定时，确保容器也没有margin干扰 */
.masters-nav-tabs.fixed .nav-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* 强制重置所有可能影响fixed定位的属性 */
.masters-nav-tabs.fixed,
.masters-nav-tabs.fixed * {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

/* 保持flex布局不受影响 */
.masters-nav-tabs.fixed .nav-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

.masters-nav-tabs.fixed .nav-item {
    display: block !important;
    flex-shrink: 0 !important;
}

/* 确保m1200容器在fixed状态下保持布局 */
.masters-nav-tabs.fixed .m1200 {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: block !important;
    position: relative !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* 确保导航栏在fixed状态下的完整布局 */
.masters-nav-tabs.fixed {
    /* 保持原有的flex布局结构 */
    display: block !important;
}

.masters-nav-tabs.fixed .nav-container {
    /* 强制保持flex布局 */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.masters-nav-tabs.fixed .nav-item {
    /* 确保每个tab项正确显示 */
    display: block !important;
    flex: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    position: relative !important;
    padding: 0 15px !important;
}

.nav-item {
    position: relative;
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

.nav-item:hover {
    color: #ffa200;
}

.nav-item.active {
    color: #ffa200;
    font-weight: bold;
}

/* Tab切换样式 */
.page[data-tab] {
    display: block;
}

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

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

.page1 .advantage-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page1 .advantage-grid .adv-card:nth-child(2) {
    margin-top: 50px;
}

.page1 .adv-card {
    width: 382px;
    height: 338px;
    background: url(../images/3.png) no-repeat center top;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-start;
    padding: 40px 20px 0 30px;
    box-sizing: border-box;
    position: relative;
}

.page1 .adv-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 66px;
    height: 72px;
}

.page1 .adv-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.page1 .adv-info .adv-title {
    font-size: 22px;
    font-weight: 700;
    color: #143abc;
    margin-bottom: 8px;
}



.page1 .adv-info .adv-desc {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin-top: 20px;
}

.page1 .adv-info .adv-desc span {
    color: #ffd700;
}

/* PC端下划线和高亮样式 */
.page1 .adv-info .adv-title .title-underline {
    text-decoration: underline;
    text-decoration-color: #ff8503;
    text-underline-offset: 2px;
}

.page1 .adv-info .adv-title .title-highlight {
    color: #ff8503;
    font-weight: bold;
}

.page1 .crowd-features {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page1 .crowd-tag {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
}

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

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

/* page2 新的样式，使用背景图片29.png */
.page2 .advantage-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1199px;
    height: auto;
    min-height: 143px;
    margin: 40px auto 0;
    background: url(../images/29.png) no-repeat center top;
    background-size: 100% 100%;
    border-radius: 8px;
    padding: 40px;
    box-sizing: border-box;
}

.page2 .advantage-grid .adv-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.page2 .advantage-grid .adv-card:first-child {
    width: 660px;
    padding: 22px 80px 22px;
    text-align: left;
}

.page2 .advantage-grid .adv-card:last-child {
    width: 544px;
    padding: 24px 90px 24px;
    text-align: left;
}

.page2 .adv-icon {
    display: none;
}

.page2 .adv-info {
    height: 100%;
    justify-content: center;
    overflow: hidden;
}

.page2 .adv-info::after {
    content: "";
    display: table;
    clear: both;
}

.page2 .adv-title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 1.2;
    white-space: nowrap;
}

.page2 .adv-title::after {
    content: "：";
    color: #ff8503;
}

.page2 .adv-desc {
    float: left;
    font-size: 16px;
    line-height: 1.6;
    max-width: calc(100% - 120px);
}

/* 左侧模块样式 */
.page2 .advantage-grid .adv-card:first-child .adv-title {
    color: #ffaa4f;
}

.page2 .advantage-grid .adv-card:first-child .adv-desc {
    color: #ffffff;
}

/* 右侧模块样式 */
.page2 .advantage-grid .adv-card:last-child .adv-title {
    color: #172eb2;
}

.page2 .advantage-grid .adv-card:last-child .adv-desc {
    color: #000000;
}

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



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

/* page3 对比表格样式 */
.page3 .con {
    width: 100%;
    margin-top: 60px;
}

.page3 .comparison-table {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 4px solid #e7eefb;
}

.page3 .comparison-table .table-header {
    display: flex;
    border-bottom: 4px solid #e7eefb;
}

.page3 .comparison-table .header-cell {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-right: 4px solid #e7eefb;
    flex: 1;
    color: #ffeca2;
}

.page3 .comparison-table .header-cell:first-child {
    flex: 0 0 200px;
    background: #027df9;
}

.page3 .comparison-table .header-cell:nth-child(2) {
    background: #0a78ff;
}

.page3 .comparison-table .header-cell:nth-child(3) {
    background: #0a60ff;
}

.page3 .comparison-table .header-cell:last-child {
    border-right: none;
}

.page3 .comparison-table .table-row {
    display: flex;
    border-bottom: 4px solid #e7eefb;
}

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

.page3 .comparison-table .dimension-cell {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffeca2;
    border-right: 4px solid #e7eefb;
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page3 .comparison-table .table-row:nth-child(1) .dimension-cell {
    background: #027df9;
}

.page3 .comparison-table .table-row:nth-child(2) .dimension-cell {
    background: #0a78ff;
}

.page3 .comparison-table .table-row:nth-child(3) .dimension-cell {
    background: #0a60ff;
}

.page3 .comparison-table .table-row:nth-child(4) .dimension-cell {
    background: #0a49ff;
}

.page3 .comparison-table .table-row:nth-child(5) .dimension-cell {
    background: #0a44ff;
}

.page3 .comparison-table .table-row:nth-child(6) .dimension-cell {
    background: #0a27ff;
}

.page3 .comparison-table .table-row:nth-child(7) .dimension-cell {
    background: #001cef;
}

.page3 .comparison-table .content-cell {
    padding: 20px 40px 20px 74px;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    border-right: 4px solid #e7eefb;
    flex: 1;
    display: flex;
    align-items: center;
}

.page3 .comparison-table .content-cell:last-child {
    border-right: none;
}

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

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

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

/* Page4 Requirements Layout Styles */
.page4 .requirements-layout {
    width: 100%;
    padding: 0px 40px 0px 20px;
    box-sizing: border-box;
}

.page4 .requirements-header {
    margin-bottom: 40px;
    overflow: hidden; /* 清除浮动 */
}

.page4 .header-left,
.page4 .header-right {
    width: 45%;
    text-align: center;
}

.page4 .header-left {
    float: left;
}

.page4 .header-right {
    float: right;
}

.page4 .student-type {
    color: #ff8503;
    font-size: 24px;
    font-weight: bold;
}

.page4 .requirements-text {
    color: #143abc;
    font-size: 24px;
    font-weight: bold;
}

.page4 .requirements-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    position: relative;
    margin-bottom: 14px;
}

.page4 .requirements-content:last-child {
    margin-bottom: 0;
}

.page4 .content-left,
.page4 .content-right {
    flex: 1;
    margin: 0;
    height: 66px;
}

.page4 .content-box {
    background: #e7eefb;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.page4 .content-left .content-box {
    border-radius: 50px 0 0 50px;
    margin-right: 0;
    text-align: center;
    background: #d9edff;
}

.page4 .content-right .content-box {
    border-radius: 0 50px 50px 0;
    margin-left: 0;
    text-align: left;
    background: #eeeeee;
}

.page4 .time-center {
    flex-shrink: 0;
    height: 66px;
    position: relative;
    z-index: 10;
}

.page4 .time-oval {
    background: #027df9;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    min-width: 160px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
    box-sizing: border-box; 
}

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

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

/* 确保所有page5页面都有相同的样式 */
.page5[data-tab] {
    background: url(../images/pc_bgc/1_07.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 1087px;
    padding-top: 0;
}

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

/* Page5 Requirements Layout Styles */
.page5 .requirements-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    position: relative;
}

/* Page5 导航标签样式 */
.page5 .page5-nav-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.page5 .nav-tab-item {
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    color: #666;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.page5 .nav-tab-item:hover {
    background: linear-gradient(135deg, #e8f4ff 0%, #d0e8ff 100%);
    color: #1d54fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(29, 84, 250, 0.2);
}

.page5 .nav-tab-item.active {
    background: linear-gradient(135deg, #1d54fa 0%, #4a90e2 100%);
    color: white;
    border-color: #1d54fa;
    box-shadow: 0 4px 20px rgba(29, 84, 250, 0.4);
}

/* Page5 模块样式 */
.page5 .page5-module {
    display: block;
}

.page5 .category-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    position: relative;
}

.page5 .category-item {
    background: linear-gradient(135deg, #97ceff 0%, #0b79ff 100%);
    color: white;
    font-weight: bold;
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: absolute;
    width: 150px;
    left: 0;
}

.page5 .category-item:nth-child(1) { top: 20px; }
.page5 .category-item:nth-child(2) { top: 100px; }
.page5 .category-item:nth-child(3) { top: 180px; }
.page5 .category-item:nth-child(4) { top: 260px; }
.page5 .category-item:nth-child(5) { top: 340px; }
.page5 .category-item:nth-child(6) { top: 420px; }

.page5 .mainland-table,
.page5 .overseas-table {
    width: 500px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: visible;
}

.page5 .table-header {
    background: linear-gradient(135deg, #2057fb 0%, #1b2bf2 100%);
    color: #ffb651;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.page5 .table-content {
    padding: 0;
}

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

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

.page5 .table-row {
    border-bottom: 4px solid #e0e0e0;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    min-height: 60px;
}

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

.page5 .content-cell {
    padding: 20px;
    line-height: 1.6;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 55px;
    padding-right: 55px;
}

.page5 .table-row:last-child .content-cell {
    overflow-y: auto;
    max-height: none;
}

.page5 .content-cell .bullet {
    color: #1d54fa;
    font-weight: bold;
}

.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_08.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 738px;
    padding-top: 20px;
}

.page6 .con {
    margin-top: 40px;
    text-align: center;
    background: white;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 2px 8px 0 #a8adee, 0 0 8px 0 #a8adee;
    padding: 40px 40px 78px 40px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.page6 .con::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 10px;
    background: white;
    z-index: 1;
}

.page6 .comparison-table {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    margin: 0 auto;
    width: 1086px;
}

.page6 .table-header {
    background: linear-gradient(to right, #1d58fb, #1b26f1);
    color: #d1894b;
    display: flex;
    border-radius: 15px 15px 0 0;
}

.page6 .header-cell {
    flex: 1;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page6 .table-row {
    display: flex;
    border-bottom: 4px solid white;
}

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

.page6 .dimension-cell {
    flex: 1;
    padding: 20px;
    background: #ddefff;
    font-weight: bold;
    color: #333;
    border-right: 4px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page6 .content-cell {
    flex: 1;
    padding: 20px;
    text-align: center;
    color: #333;
    border-right: 4px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page6 .content-cell:nth-child(2) {
    background: #ecf6ff;
}

.page6 .content-cell:nth-child(3) {
    background: #ddefff;
}

.page6 .content-cell:nth-child(4) {
    background: #ecf6ff;
}

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


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

.page7 .con {
    background: url(../images/18.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_10.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 361px;
    padding-top: 30px;
}

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

.page8 .page8-swiper {
    width: 100%;
    height: auto;
}

.page8 .swiper-slide {
    text-align: center;
}

.page8 .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.page8 .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.page8 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 0.5;
    margin: 0 5px;
}

.page8 .swiper-pagination-bullet-active {
    background: #808080;
    opacity: 1;
}
.page8 .btn {
    margin: 60px auto 0;
    text-align: center;
}
/* 表单 开始 */



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

.xdf_bottomForm.form-wrap form .label {
    border-radius: 0;
    width: 20%;
    margin: 20px 1% 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;
    }
    
    /* 移动端显示带有isWap类的br标签 */
    br.isWap {
        display: inline;
    }

    /* PC端导航栏 - 移动端隐藏 */
    .masters-nav-tabs {
        display: none;
    }

    /* 确保PC端导航栏在移动端的fixed状态下也被隐藏 */
    .masters-nav-tabs.fixed {
        display: none;
    }

    /* 移动端导航栏样式 */
    .masters-nav-tabs-mobile {
        display: block;
        height: 1rem;
        background: linear-gradient(90deg, #182aae 0%, #0084ff 100%);
        position: relative;
        overflow: hidden;
        z-index: 100;
        transition: all 0.3s ease;
    }

    /* 确保移动端导航栏在fixed状态下也显示 */
    .masters-nav-tabs-mobile.fixed {
        display: block;
    }

    /* 移动端导航栏固定状态 */
    .masters-nav-tabs-mobile.fixed {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        height: 1rem !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 移动端导航栏fixed状态下的容器样式 */
    .masters-nav-tabs-mobile.fixed .nav-container-mobile {
        height: 1rem !important;
        padding: 0 0.15rem !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 0.1rem !important;
    }

    .masters-nav-tabs .nav-container {
        height: 1.6rem;
        padding: 0 0.2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.1rem;
    }

    .masters-nav-tabs .nav-item {
        flex: 1;
        height: 1.4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.2rem 0.1rem;
        border-radius: 0.2rem;
        transition: all 0.3s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .masters-nav-tabs .nav-item:first-child {
        color: #ffa200;
        font-weight: bold;
    }

    .masters-nav-tabs .nav-item:not(:first-child) {
        color: #ffffff;
    }

    .masters-nav-tabs .nav-item span {
        font-size: 0.22rem;
        line-height: 1.3;
        text-align: center;
        white-space: normal;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .masters-nav-tabs .nav-item.active {
        transform: scale(1.05);
    }

    .masters-nav-tabs .nav-item:hover {
        background: rgba(255, 255, 255, 0.05);
    }

    /* 移动端导航栏容器样式 */
    .masters-nav-tabs-mobile .nav-container-mobile {
        height: 1rem;
        padding: 0 0.15rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.1rem;
    }

    /* 移动端导航栏项目样式 */
    .masters-nav-tabs-mobile .nav-item-mobile {
        flex: 1;
        height: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.15rem 0.1rem;
        border-radius: 0.2rem;
        transition: all 0.3s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .masters-nav-tabs-mobile .nav-item-mobile:first-child {
        color: #ffffff;
        font-weight: bold;
    }

    .masters-nav-tabs-mobile .nav-item-mobile:not(:first-child) {
        color: #ffffff;
    }

    .masters-nav-tabs-mobile .nav-item-mobile span {
        font-size: 0.22rem;
        line-height: 1.3;
        text-align: center;
        white-space: normal;
        word-break: break-word;
    }

    .masters-nav-tabs-mobile .nav-item-mobile.active {
        transform: scale(1.05);
        color: #ffb44d;
    }

    .masters-nav-tabs-mobile .nav-item-mobile:hover {
        background: rgba(255, 255, 255, 0.05);
    }

    .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.6rem;
        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: 3.86rem;
        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: #fff;
        background-size: 100% 100%;
        height: auto;
        min-height: 100%;
        padding: 0.3rem 0;
    }

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

    .page1 .advantage-list {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        padding: 0 0.2rem;
    }

    .page1 .adv-card {
        width: 100%;
        height: auto;
        min-height: 2.1rem;
        background: url(../images/28.png) no-repeat center top;
        background-size: 100% 100%;
        display: flex;
        align-items: flex-start;
        padding: 0.3rem;
        box-sizing: border-box;
        position: relative;
    }

    .page1 .adv-icon {
        position: absolute;
        top: 0.12rem;
        right: 0.12rem;
        width: 0.66rem;
        height: 0.72rem;
    }

    .page1 .adv-icon img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .page1 .adv-info {
        padding-right: 1.2rem;
    }

    .page1 .adv-info .adv-title {
        font-size: 0.28rem;
        color: #143abc;
        margin-bottom: 0.08rem;
        font-weight: 700;
    }



    .page1 .adv-info .adv-desc {
        font-size: 0.24rem;
        color: #000;
        line-height: 1.6;
    }

    .page1 .adv-info .adv-desc span {
        color: #143abc;
    }

    /* 移动端下划线和高亮样式 */
    .page1 .adv-info .adv-title .title-underline {
        text-decoration: underline;
        text-decoration-color: #ff8503;
        text-underline-offset: 2px;
    }

    .page1 .adv-info .adv-title .title-highlight {
        color: #ff8503;
        font-weight: bold;
    }

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

    .page1 .crowd-features {
        margin-top: 0.3rem;
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        padding: 0 0.2rem;
    }

    .page1 .crowd-tag {
        background: rgba(255, 255, 255, 0.95);
        border: 0.02rem solid #e7e7e7;
        border-radius: 0.5rem;
        padding: 0.18rem 0.24rem;
        font-size: 0.22rem;
        color: #333;
    }

    .page2 {
        background: #fff;
        background-size: 100% 100%;
        width: 100%;
        height: auto;
        min-height: 4rem;
        padding: 0.6rem 0;
    }

    /* page2 移动端样式 */
    .page2 .advantage-list {
        display: flex;
        flex-direction: row;
        gap: 0.3rem;
        margin-top: 0.4rem;
        padding: 0.1rem 0.4rem;
        background: url(../images/29.png) no-repeat center top;
        width: 7.09rem;
        height: 1.93rem;
        background-size: 100% 100%;
        border-radius: 0.2rem;
        box-sizing: border-box; 
    }

    .page2 .adv-card {
        flex: 1;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        border-radius: 0.2rem;
        height: auto;
        min-height: 2.8rem;
        padding: 0.4rem;
    }

    .page2 .adv-card:first-child {
        height: 2.8rem;
        padding: 0.04rem 0.1rem 0;
    }

    .page2 .adv-card:last-child {
        height: 2.6rem;
        padding: 0.24rem 0.1rem 0;
    }

    .page2 .adv-icon {
        display: none;
    }

    .page2 .adv-info {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        overflow: hidden;
        padding: 0.1rem;
        box-sizing: border-box;
    }

    .page2 .adv-info::after {
        content: "";
        display: table;
        clear: both;
    }

    .page2 .adv-title {
        font-size: 0.28rem;
        font-weight: bold;
        line-height: 1.2;
        white-space: nowrap;
        margin-bottom: 0.15rem;
        width: 100%;
    }

    .page2 .adv-title::after {
        content: "：";
        color: #ff8503;
    }

    .page2 .adv-desc {
        font-size: 0.22rem;
        line-height: 1.4;
        margin-top: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        width: 100%;
        max-width: 100%;
    }

    /* 左侧模块样式 */

    .page2 .adv-card:first-child .adv-title {
        color: #ffa500;
        font-size: 0.32rem;
        font-weight: bold;
        margin-bottom: 0.1rem;
    }

    .page2 .adv-card:first-child .adv-desc {
        color: #ffffff;
        font-size: 0.24rem;
        line-height: 1.4;
    }

    /* 右侧模块样式 */

    .page2 .adv-card:last-child .adv-title {
        color: #1a2b7a;
        font-size: 0.32rem;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }

    .page2 .adv-card:last-child .adv-desc {
        color: #333333;
        font-size: 0.24rem;
        line-height: 1.4;
    }

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



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

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

    
    /* page3 移动端对比表格样式 */
    .page3 .comparison-table {
        width: 100%;
        background: #ffffff;
        border-radius: 0.2rem;
        overflow: hidden;
        box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
        border: 0.1rem solid #e7eefb;
    }

    .page3 .comparison-table .table-header {
        display: flex;
        border-bottom: 0.1rem solid #e7eefb;
    }

    .page3 .comparison-table .header-cell {
        padding: 0.3rem;
        text-align: center;
        font-size: 0.28rem;
        font-weight: bold;
        border-right: 0.1rem solid #e7eefb;
        flex: 1;
        color: #ffeca2;
    }

    .page3 .comparison-table .header-cell:first-child {
        flex: 0 0 1rem;
        background: #027df9;
    }

    .page3 .comparison-table .header-cell:nth-child(2) {
        background: #0a78ff;
    }

    .page3 .comparison-table .header-cell:nth-child(3) {
        background: #0a60ff;
    }

    .page3 .comparison-table .header-cell:last-child {
        border-right: none;
    }

    .page3 .comparison-table .table-row {
        display: flex;
        border-bottom: 0.1rem solid #e7eefb;
    }

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

    .page3 .comparison-table .dimension-cell {
        padding: 0.3rem;
        text-align: center;
        font-size: 0.24rem;
        font-weight: bold;
        color: #ffeca2;
        border-right: 0.1rem solid #e7eefb;
        flex: 0 0 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page3 .comparison-table .table-row:nth-child(1) .dimension-cell {
        background: #027df9;
    }

    .page3 .comparison-table .table-row:nth-child(2) .dimension-cell {
        background: #0a78ff;
    }

    .page3 .comparison-table .table-row:nth-child(3) .dimension-cell {
        background: #0a60ff;
    }

    .page3 .comparison-table .table-row:nth-child(4) .dimension-cell {
        background: #0a49ff;
    }

    .page3 .comparison-table .table-row:nth-child(5) .dimension-cell {
        background: #0a44ff;
    }

    .page3 .comparison-table .table-row:nth-child(6) .dimension-cell {
        background: #0a27ff;
    }

    .page3 .comparison-table .table-row:nth-child(7) .dimension-cell {
        background: #001cef;
    }

    .page3 .comparison-table .content-cell {
        padding: 0.3rem 0.1rem 0.1rem 0.1rem;
        text-align: left;
        font-size: 0.22rem;
        line-height: 1.6;
        color: #333;
        border-right: 0.1rem solid #e7eefb;
        flex: 1;
        display: flex;
        align-items: center;
    }
    
    .page3 .comparison-table .content-cell:last-child {
        border-right: none;
    }

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

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

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

    .page4 {
        background: #fff;
        background-size: 100% 100%;
        width: 100%;
        height: 13rem;
    }

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

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

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

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

    /* 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 .requirements-layout {
        width: 100%;
        padding: 0.4rem 0 0;
        box-sizing: border-box;
    }

    .page4 .requirements-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.2rem;
    }

    .page4 .header-left,
    .page4 .header-right {
        text-align: center;
        flex: 1;
    }

    .page4 .student-type {
        color: #ff8503;
        font-size: 0.3rem;
        font-weight: bold;
    }

    .page4 .requirements-text {
        color: #143abc;
        font-size: 0.24rem;
        font-weight: bold;
    }

    .page4 .requirements-content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1.32rem;
        position: relative;
        margin-bottom: 0.28rem;
    }

    .page4 .requirements-content:last-child {
        margin-bottom: 0;
    }

    .page4 .content-left,
    .page4 .content-right {
        flex: 1;
        margin: 0;
        height: 1.32rem;
    }

    .page4 .content-box {
        background: #e7eefb;
        padding: 0.4rem;
        font-size: 0.22rem;
        line-height: 1.6;
        color: #333;
        box-shadow: 0 0.04rem 0.16rem rgba(0,0,0,0.1);
        text-align: center;
        height: 1.32rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page4 .content-left .content-box {
        border-radius: 0.5rem 0 0 0.5rem;
        margin-right: 0;
        text-align: right;
        background: #d9edff;
    }

    .page4 .content-right .content-box {
        border-radius: 0 0.5rem 0.5rem 0;
        margin-left: 0;
        text-align: left;
        background: #eeeeee;
    }

    .page4 .time-center {
        flex-shrink: 0;
        height: 1.32rem;
        position: relative;
        z-index: 10;
    }

    .page4 .time-oval {
        background: #027df9;
        color: white;
        padding: 0.24rem 0.4rem;
        border-radius: 50%;
        font-weight: bold;
        font-size: 0.22rem;
        min-width: 1.4rem;
        text-align: center;
        box-shadow: 0 0.04rem 0.16rem rgba(0,0,0,0.1);
        height: 1.32rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -0.4rem;
        margin-right: -0.4rem;
    }

    .page5 {
        background: #fff;
        background-size: 100% 100%;
        width: 100%;
        height: 15.3rem;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0.4rem;
    }

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

   

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

    .page6 .con {
        margin-top: 0.4rem;
        text-align: center;
        background: white;
        border-radius: 0 0 0.4rem 0.4rem;
        box-shadow: 0 0.04rem 0.16rem 0 #a8adee, 0 0 0.16rem 0 #a8adee;
        padding: 0.2rem 0.3rem 0.56rem 0.3rem;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        box-sizing: border-box;
    }

    .page6 .con::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0.04rem;
        background: white;
        z-index: 1;
    }

    .page6 .comparison-table {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
        margin: 0;
        width: 100%;
    }

    .page6 .table-header {
        background: linear-gradient(to right, #1d58fb, #1b26f1);
        color: #d1894b;
        display: flex;
        border-radius: 0.3rem 0.3rem 0 0;
    }

    .page6 .header-cell {
        flex: 1;
        padding: 0.3rem;
        text-align: center;
        font-weight: bold;
        font-size: 0.24rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page6 .table-row {
        display: flex;
        border-bottom: 0.08rem solid white;
    }

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

    .page6 .dimension-cell {
        flex: 1;
        padding: 0.3rem;
        background: #ddefff;
        font-weight: bold;
        color: #333;
        border-right: 0.08rem solid white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 0.2rem;
    }

    .page6 .content-cell {
        flex: 1;
        padding: 0.3rem;
        text-align: center;
        color: #333;
        border-right: 0.08rem solid white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
        line-height: 1.4;
    }

    .page6 .content-cell:nth-child(2) {
        background: #ecf6ff;
    }

    .page6 .content-cell:nth-child(3) {
        background: #ddefff;
    }

    .page6 .content-cell:nth-child(4) {
        background: #ecf6ff;
    }

    .page6 .cta-button {
        text-align: center;
        margin-top: 0.8rem;
    }

    .page6 .match-btn {
        background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
        color: white;
        border: none;
        padding: 0.3rem 0.8rem;
        font-size: 0.24rem;
        font-weight: bold;
        border-radius: 1rem;
        cursor: pointer;
        box-shadow: 0 0.12rem 0.4rem rgba(255, 140, 66, 0.3);
        transition: all 0.3s ease;
    }

    .page6 .match-btn:hover {
        transform: translateY(-0.04rem);
        box-shadow: 0 0.16rem 0.5rem rgba(255, 140, 66, 0.4);
    }

    .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 .btn {
        margin: 0.2rem auto 0;
        text-align: center;
        display: block;
    }

    .page6 .btn img {
        height: 0.8rem;
        margin: 0 auto;
        display: block;
    }

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

    .page7 {
        background: url(../images/m_bgc/1_06.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 11.3rem;
        padding-top: 0.2rem;
        margin-top: -0.1rem;
    }
    
    .page7 .con {
        background: url(../images/30.png) no-repeat center top;
        background-size: 100% 100%;
        width: 100%;
        height: 7.4rem;
        margin-top: 0.6rem;
    }

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

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

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

 
    .page8 .con {
        margin-top: 0.6rem;
        text-align: center;
    }

    .page8 .page8-swiper {
        width: 100%;
        height: auto;
    }

    .page8 .swiper-slide {
        text-align: center;
    }

    .page8 .swiper-slide img {
        width: 3.4rem;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .page8 .swiper-pagination {
        position: relative;
        margin-top: 0.4rem;
    }

    .page8 .swiper-pagination-bullet {
        width: 0.2rem;
        height: 0.2rem;
        background: #ccc;
        opacity: 0.5;
        margin: 0 0.1rem;
    }

    .page8 .swiper-pagination-bullet-active {
        background: #808080;
        opacity: 1;
    }
    .page8 .btn {
        margin: 0.6rem auto 0;
        text-align: center;
    }

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

    /* 表单 开始 */
    .page10 {
        background: url(../images/m_bgc/1_08.jpg) no-repeat center top;
        background-size: 100% 100%;
        width: 7.5rem;
        height: 7.32rem;
        overflow: hidden;
        cursor: pointer;
        margin-top: -0.1rem;
        padding-top: 0.6rem;
    }


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

    .page10 .form-wrap form .label {
        border: 0.01rem solid #2653f3 !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, #a1b4f9, #2653f3);
        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, #fb9019, #fcb04a);
        width: 100%;
        height: 0.7rem;
        color: #fff;
        text-align: center;
        line-height: 0.7rem;
        border-radius: 0.5rem;
        margin: 0.2rem auto 0;
        cursor: pointer;
        font-size: 0.26rem;
        font-weight: 700;
    }

    .tiaokuan a {
        color: #fff;
    }

    /* 移动端轮播图样式 */


    /* page2移动端轮播样式 */
    .page2 .con.isWap {
        margin-top: 0.4rem;
    }

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

    /* 移动端tab切换样式 */
    .page5[data-tab] {
        background: #fff;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    .page5 .page5-mobile-tabs {
        margin-bottom: 0.4rem;
        width: 100%;
        overflow: hidden;
    }
    
    .page5 .mobile-tab-item {
        float: left;
        width: 50%;
        background: #dadada;
        color: #666;
        font-weight: bold;
        padding: 0.1rem 0.2rem;
        border-radius: 0.8rem;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 0.22rem;
        white-space: nowrap;
        box-sizing: border-box;
    }
    
    .page5 .mobile-tab-item.active {
        background: #007bff;
        color: white;
        box-shadow: 0 0.04rem 0.2rem rgba(0, 123, 255, 0.3);
    }
    
    .page5 .mobile-tab-item:not(.active):hover {
        background: rgba(0, 123, 255, 0.1);
        color: #007bff;
    }
    
    /* 移动端隐藏PC端的table-header */
    .page5 .table-header {
        display: none;
    }
    
    /* 移动端默认隐藏海外表格 */
    .page5 .overseas-table {
        display: none;
    }
    
    /* 移动端隐藏PC端的requirements-layout */
    .page5 .requirements-layout {
        display: none !important;
    }
    
    /* 移动端隐藏PC端的category-column */
    .page5 .category-column {
        display: none !important;
    }
    
    /* 移动端隐藏PC端的mainland-table和overseas-table */
    .page5 .mainland-table,
    .page5 .overseas-table {
        display: none !important;
    }
    
    /* 移动端显示移动端布局 */
    .page5 .page5-mobile-layout {
        display: flex !important;
        flex-direction: column;
        gap: 0.1rem;
        margin-top: 0.2rem;
    }
    
    /* 移动端显示移动端tab */
    .page5 .page5-mobile-tabs {
        display: flex !important;
    }
    
    .page5 .mobile-category-column {
        display: none;
    }
    
    .page5 .mobile-content-area {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
    }
    
    .page5 .mobile-content-section {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 0.1rem;
        padding: 0;
        position: relative;
    }
    
    /* 单数行背景色 */
    .page5 .mobile-content-section:nth-child(odd) {
        background: linear-gradient(to right, #e8f4ff 0%, #e8f4ff 100%);
    }
    
    /* 双数行背景色 */
    .page5 .mobile-content-section:nth-child(even) {
        background: linear-gradient(to right, #e8f4ff 0%, #f4faff 100%);
    }
    
    .page5 .mobile-category-item {
        background: linear-gradient(to right, #97ceff 0%, #0a78ff 100%);
        color: white;
        font-weight: bold;
        padding: 0.2rem 0.1rem;
        border-radius: 0 0 0.4rem 0;
        text-align: center;
        font-size: 0.18rem;
        min-width: 1.2rem;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        flex-shrink: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .page5 .mobile-content-item {
        flex: 1;
        line-height: 1.3;
        color: #333;
        font-size: 0.22rem;
        padding: 0.2rem 0.2rem 0.4rem 1.6rem;
        margin-left: 0;
    }
    
    .page5 .mobile-content-item .bullet {
        color: #007bff;
        font-weight: bold;
        margin-right: 0.1rem;
        font-size: 0.22rem;
    }

    /* Page5 Requirements Layout Mobile Styles */
    .page5 .requirements-layout {
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }
    
    /* Page5 导航标签移动端样式 */
    .page5 .page5-nav-tabs {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        margin-bottom: 0.4rem;
    }
    
    .page5 .nav-tab-item {
        background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
        color: #666;
        font-weight: bold;
        padding: 0.3rem 0.5rem;
        border-radius: 0.5rem;
        box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 0.04rem solid transparent;
        font-size: 0.22rem;
    }
    
    .page5 .nav-tab-item:hover {
        background: linear-gradient(135deg, #e8f4ff 0%, #d0e8ff 100%);
        color: #1d54fa;
    }
    
    .page5 .nav-tab-item.active {
        background: linear-gradient(135deg, #1d54fa 0%, #4a90e2 100%);
        color: white;
        border-color: #1d54fa;
        box-shadow: 0 0.08rem 0.4rem rgba(29, 84, 250, 0.4);
    }
    
    /* Page5 模块移动端样式 */
    .page5 .page5-module {
        display: none;
    }
    
    .page5 .page5-module.active {
        display: block;
    }

    .page5 .category-column {
        display: flex;
        flex-direction: row;
        gap: 0.3rem;
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .page5 .category-item {
        background: linear-gradient(135deg, #4a90e2 0%, #7bb3f0 100%);
        color: white;
        font-weight: bold;
        padding: 0.3rem 0.6rem;
        border-radius: 0.3rem;
        box-shadow: 0 0.08rem 0.3rem rgba(74, 144, 226, 0.3);
        text-align: center;
        height: 1.2rem;
        white-space: nowrap;
        font-size: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        position: static;
        width: auto;
    }

    .page5 .mainland-table,
    .page5 .overseas-table {
        width: 100%;
        background: white;
        border-radius: 0.3rem;
        box-shadow: 0 0.08rem 0.4rem rgba(0, 0, 0, 0.1);
        overflow: visible;
    }
    

    .page5 .table-header {
        background: #007bff;
        color: white;
        padding: 0.4rem;
        text-align: center;
        font-weight: bold;
        font-size: 0.24rem;
    }

    .page5 .table-content {
        padding: 0;
    }

    .page5 .table-row {
        border-bottom: 0.08rem solid #e0e0e0;
    }

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

    .page5 .content-cell {
        padding: 0.4rem;
        line-height: 1.4;
        color: #333;
        font-size: 0.22rem;
    }

    .page5 .table-row:last-child .content-cell {
        overflow-y: auto;
        max-height: none;
    }

}

/* PC端样式 - 确保PC端显示PC端内容，隐藏移动端内容 */
@media (min-width: 769px) {
    /* PC端隐藏移动端内容 */
    .page5 .page5-mobile-tabs {
        display: none !important;
    }
    
    .page5 .page5-mobile-layout {
        display: none !important;
    }
    
    .page5 .mobile-category-column {
        display: none !important;
    }
    
    /* PC端显示PC端内容 */
    .page5 .table-header {
        display: block !important;
    }
    
    .page5 .overseas-table {
        display: block !important;
    }
    
    .page5 .requirements-layout {
        display: flex !important;
        flex-direction: row !important;
    }
    
    .page5 .category-column {
        display: block !important;
    }
    
    .page5 .mainland-table,
    .page5 .overseas-table {
        display: block !important;
    }
}