/* 基础样式 */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Noto Sans SC", "Inter", "Microsoft YaHei", sans-serif;
    }
    body {
        background-color: #fff;
        color: #333;
        line-height: 1.5;
    }

    .container {
        margin: 0 auto;
    }

    /* 主横幅 */
    .banner {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0 50px;
    }

    .part1 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 35px;
    }

    .part1-img {
        display: inline-block;
        width: 646px;
        height: 769px;
    }

    .part1-content {
        margin-left: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .item {
        width: 516px;
        height: 239px;
        padding: 20px 30px 0px 30px;
        background-color: #fbf8f3;
        border-radius: 10px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-31 {
        margin-top: 25px;
    }

    .item-img1 {
        display: inline-block;
        width: 52px;
        height: 56px;
    }

    .item-img2 {
        display: inline-block;
        width: 56px;
        height: 56px;
    }

    .item-img3 {
        display: inline-block;
        width: 52px;
        height: 58px;
    }

    .item-title {
        font-size: 23px;
        color: #000;
        margin-top: 14px;
    }

    .item-desc {
        font-size: 15px;
        color: #000;
        margin-top: 14px;
    }

    .part2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 35px;
    }

    .part2-container {
        background-color: #fbf8f3;
        padding: 40px 0 70px 0;
        margin-top: 35px;
    }

    .part2-img {
        display: inline-block;
        width: 533px;
        height: 381px;
    }

    .part2-title {
        font-size: 46px;
        color: #333;
        font-weight: 500;
    }

    .part2-desc {
        font-size: 29px;
        color: #000;
        margin-top: 20px;
    }

    .arrow-img {
        display: inline-block;
        width: 449px;
        height: 53px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .mt-80 {
        margin-top: 80px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .part3 {
        display: flex;
        flex-direction: column;
        max-width: 1300px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 0 70px;
    }

    .part3-title {
        font-size: 30px;
        color: #fff;
        width: 433px;
        height: 60px;
        background-color: #d8b988;
        text-align: center;
        line-height: 60px;
        border-radius: 10px;
    }

    .part3-title2 {
        width: 580px;
    }

    .part3-title-container {
        display: flex;
        align-items: end;
    }

    .part3-desc {
        font-size: 24px;
        color: #dca01e;
        margin-left: 20px;
    }

    .school-list {
        align-self: flex-end;
        margin-top: 10px;
    }

    .school-list2 {
        margin-top: 20px;
    }

    .schools-title {
        display: inline-block;
        padding: 12px 25px;
        background-color: #D8B988;
        color: white;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .schools-subtitle {
        color: #DB9F1E;
        font-size: 22px;
        margin: 20px 0 40px;
    }

    .school-item {
        display: flex;
        border-bottom: 1px solid #d8b988;
        padding: 10px 0;
    }

    .school-list {
        width: 809px;
    }

    .school-item {
        width: 809px;
        display: flex;
        justify-content: space-between;
    }

    .school-item2 {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #d8b988;
        padding: 10px 0;
    }

    .school-name {
        flex: 2;
        font-size: 18px;
        color: #000;
    }

    .school-name2 {
        flex: 1;
        font-size: 18px;
        color: #000;
    }

    .school-desc {
        flex: 4;
        font-size: 18px;
        line-height: 1.5;
        color: #000;
    }

    .score-table {
        width: 780px;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #d8b988;
        align-self: flex-end;
        margin-top: 20px;
        border-radius: 4px;
    }

    .score-table th,
    .score-table td {
        padding: 15px 30px;
        text-align: center;
        border: none;
    }

    .score-table tr {
        position: relative;
    }

    .score-table tr:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 1px;
        background-color: #d8b988;
    }

    .score-table th {
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .score-table td {
        font-size: 16px;
    }

    .color-yellow {
        color: #d8b988;
    }

    .part4 {
        background-color: #fff;
        display: flex;
        justify-content: center;
        padding: 0 10px;
    }

    .part4-img-container {
        width: 404px;
        height: 388px;
        margin-right: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .part4-img {
        display: inline-block;
        position: absolute;
        width: 404px;
        height: 388px;
        margin-right: 30px;
    }

    .part4-title {
        font-size: 41px;
        color: #fff;
        font-weight: 600;
        z-index: 1;
        margin-top: 60px;
        margin-left: 34px;
        line-height: 50px;
    }

    .part4-desc {
        font-size: 18px;
        color: #fff;
        margin-top: 25px;
        z-index: 1;
        margin-left: 34px;
    }

    .feature-container {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .feature-item {
        position: relative;
        width: 239px;
        height: 388px;
        overflow: hidden;
        border-radius: 15px;
        cursor: pointer;
    }

    .feature-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .feature-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 1;
        transition: opacity 0.3s ease;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .feature-icon {
        display: inline-block;
        width: 35px;
        height: 34px;
        margin-bottom: 10px;
    }

    .feature-overlay h3 {
        color: #fff;
        font-size: 24px;
    }

    .feature-overlay p {
        color: #fff;
        font-size: 16px;
    }

    .part5 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .part5-container {
        background-color: #fdfbf9;
        padding: 0px 0 70px 0;
        position: relative;
    }

    .part5-bg {
        background: url('../images/line1.png') no-repeat center center;
        background-size: 100% auto;
    }

    .teacher-bg {
        background: url('../images/line3.png') no-repeat center center;
        background-size: 100% auto;
    }

    .z-1 {
        z-index: 1;
    }

    .p-r {
        position: relative;
    }

    .part5-container-line {
        position: absolute;
        top: 41%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        overflow: hidden;
        width: 100%;
        height: auto;
    }

    .tutor-part {
        position: relative;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .tutor-part-bg {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fdfbf9;
        width: 726px;
        height: 100%;
    }

    .part5-title1 {
        display: inline-block;
        width: 488px;
        height: 23px;
    }

    .part5-desc1 {
        font-size: 48px;
        color: #000;
        margin-top: 20px;
        font-weight: 500;
        z-index: 1;
    }

    .part5-desc2 {
        font-size: 16px;
        color: #000;
        margin-top: 10px;
        z-index: 1;
    }

    .part5-img {
        display: inline-block;
        width: 1200px;
        height: auto;
        margin-top: 40px;
    }

    .part6-title-img {
        display: inline-block;
        width: 250px;
        height: 46px;
    }

    .part6-title {
        display: inline-block;
        width: 173px;
        height: 22px;
        margin-top: 55px;
    }
    .industry-title {
        width: 30%;
    }
    .part6Swiper {
        width: 100%;
    }

    .part6Swiper .part6-title-img2 {
        width: 70%;
        height: 660px;
        display: block;
    }

    .industry-title-text {
        font-size: 36px;
        color: #000;
        font-weight: 500;
    }

    .industry-title-text2 {
        font-size: 24px;
        color: #000;
        margin-top: 25px;
    }

    .university-swiper-container {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        padding: 0 20px;
        padding-bottom: 50px;
        position: relative;
    }

    .universitySwiper {
        width: 100%;
        height: auto;
    }

    .university-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        padding: 20px;
    }

    .university-item {
        position: relative;
        width: 250px;
        height: 250px;
        margin-bottom: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .university-item .university-item-border {
        width: 250px;
        height: 250px;
        border: 6px solid #d8b988;
        position: absolute;
        border-radius: 10px;
        top: 20px;
        left: 20px;
        z-index: 0;
    }

    .university-item .university-item-bg {
        position: absolute;
        border-radius: 10px;
        top: 0px;
        left: 0px;
        display: inline-block;
        width: 250px;
        height: 250px;
        z-index: 1;
    }

    .university-item-logo {
        position: relative;
        width: 120px;
        height: 120px;
        background-color: #fff;
        border-radius: 50%;
        z-index: 2;
    }

    .university-item-logo-content2 {
        position: absolute;
        width: 90px;
        height: 90px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 20%;
    }

    .university-item-logo-content3 {
        position: absolute;
        width: 80px;
        height: 80px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .university-item-logo-content1 {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }

    .logo-1 {
        background: url('../images/university-logo/university-1.png') no-repeat center center;
        background-size: contain;
    }

    .logo-2 {
        background: url('../images/university-logo/university-2.png') no-repeat center center;
        background-size: contain;
    }

    .logo-3 {
        background: url('../images/university-logo/university-3.png') no-repeat center center;
        background-size: contain;
    }

    .logo-4 {
        background: url('../images/university-logo/university-4.png') no-repeat center center;
        background-size: contain;
    }

    .logo-5 {
        background: url('../images/university-logo/university-5.png') no-repeat center center;
        background-size: contain;
    }

    .logo-6 {
        background: url('../images/university-logo/university-6.png') no-repeat center center;
        background-size: contain;
    }

    .logo-7 {
        background: url('../images/university-logo/university-7.jpg') no-repeat center center;
        background-size: contain;
    }

    .logo-8 {
        background: url('../images/university-logo/university-8.png') no-repeat center center;
        background-size: contain;
    }

    .logo-9 {
        background: url('../images/university-logo/university-9.png') no-repeat center center;
        background-size: contain;
    }

    .logo-10 {
        background: url('../images/university-logo/university-10.png') no-repeat center center;
        background-size: contain;
    }

    .logo-11 {
        background: url('../images/university-logo/university-11.png') no-repeat center center;
        background-size: contain;
    }

    .logo-12 {
        background: url('../images/university-logo/university-12.png') no-repeat center center;
        background-size: contain;
    }

    .logo-13 {
        background: url('../images/university-logo/university-13.png') no-repeat center center;
        background-size: contain;
    }

    .logo-14 {
        background: url('../images/university-logo/university-14.jpeg') no-repeat center center;
        background-size: contain;
    }

    .logo-15 {
        background: url('../images/university-logo/university-15.jpeg') no-repeat center center;
        background-size: contain;
    }

    .logo-16 {
        background: url('../images/university-logo/university-16.jpeg') no-repeat center center;
        background-size: contain;
    }

    .university-item-name {
        position: relative;
        font-size: 26px;
        color: #fff;
        font-weight: 500;
        z-index: 2;
        margin-top: 25px;
    }

    .university-item-desc {
        position: relative;
        font-size: 16px;
        color: #fff;
        z-index: 2;
    }

    .swiper-pagination {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 30px;
    }

    .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
        background: #D8B988 !important;
        opacity: 1 !important;
        margin: 0 10px !important;
    }

    .swiper-pagination-bullet-active {
        position: relative;
        width: 20px !important;
        height: 20px !important;
        background: #DCA01E !important;
    }

    .swiper-pagination-bullet-active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        width: 30px;
        height: 30px;
        border: 1px solid #DCA01E;
        border-radius: 50%;
        background: white;
        z-index: -1;
    }

    .part7 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        margin-top: 60px;
    }

    .part7Swiper {
        width: 365px;
        height: 511px;
        position: relative;
    }

    .part7Swiper .swiper-slide {
        width: 365px;
        height: 511px;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .part7Swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .part7-arrow-container {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }

    .part7-arrow-left,
    .part7-arrow-right {
        position: absolute;
        width: 58px;
        height: 58px;
        cursor: pointer;
        transition: transform 0.3s ease;
        pointer-events: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .part7-arrow-left {
        left: -390px;
    }

    .part7-arrow-right {
        right: -390px;
    }

    .part7-arrow-left:hover,
    .part7-arrow-right:hover {
        transform: translateY(-50%) scale(1.1);
    }

    .part5-title2 {
        display: inline-block;
        width: 162px;
        height: 22px;
    }

    .part5-title3 {
        display: inline-block;
        width: 164px;
        height: 23px;
    }

    /* 教师轮播图样式 */
    .teacher-swiper-container {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        padding: 0 20px;
        display: flex;
        justify-content: center;
    }

    .teacher-swiper-container .swiper {
        padding-bottom: 50px;
    }

    .teacherSwiper {
        width: 100%;
        height: auto;
        padding: 20px 0;
        display: flex;
        justify-content: center;
    }

    .teacher-grid {
        display: grid;
        grid-template-columns: repeat(4, 288px);
        grid-template-rows: repeat(2, 288px);
        gap: 30px;
        padding: 10px;
        margin: 0 auto;
        width: fit-content;
    }

    .teacher-item {
        position: relative;
        width: 288px;
        height: 288px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .teacher-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .teacher-img-round {
        border-radius: 50%;
    }

    .teacher-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(219, 159, 29, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .teacher-overlay h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .teacher-overlay p {
        color: #fff;
        font-size: 16px;
        margin: 5px 0;
    }

    .teacher-item:hover .teacher-overlay {
        opacity: 1;
    }

    .teacher-item:hover img {
        transform: scale(1.1);
    }

    /* 导航按钮样式 */
    .teacherSwiper .swiper-button-next,
    .teacherSwiper .swiper-button-prev {
        color: #d8b988;
        width: 44px;
        height: 44px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .teacherSwiper .swiper-button-next:hover,
    .teacherSwiper .swiper-button-prev:hover {
        background-color: #d8b988;
        color: #fff;
    }

    .teacherSwiper .swiper-button-next:after,
    .teacherSwiper .swiper-button-prev:after {
        font-size: 20px;
    }

    .part5-title4 {
        display: inline-block;
        width: 303px;
        height: 23px;
    }

    /* 团队轮播图样式 */
    .team-swiper-container {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .teamSwiper {
        width: 954px !important;
        height: auto;
        padding: 20px 0;
    }

    .teamSwiper .swiper-slide {
        width: 294px !important;
        height: auto;
    }

    .team-card {
        width: 294px;
        height: 460px;
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #D8B988;
        transition: transform 0.3s ease;
    }

    .team-image {
        width: 294px;
        height: 294px;
        overflow: hidden;
    }

    .team-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .team-info {
        padding: 20px;
        text-align: center;
    }

    .team-info h3 {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .team-info p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        margin: 5px 0;
    }

    .team-card:hover {
        transform: translateY(-5px);
    }

    .team-card:hover .team-image img {
        transform: scale(1.05);
    }

    /* 导航按钮样式 */
    .team-prev,
    .team-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 58px;
        height: 61px;
        background: url('../images/arrow-left.png') no-repeat center center;
        background-size: cover;
        cursor: pointer;
        z-index: 100;
    }

    .team-prev {
        left: 60px;
        background: url('../images/arrow-left.png') no-repeat center center;
        background-size: cover;
    }

    .team-next {
        right: 60px;
        background: url('../images/arrow-right.png') no-repeat center center;
        background-size: cover;
    }

    .part5-title5 {
        display: inline-block;
        width: 353px;
        height: 23px;
        z-index: 1;
    }

    /* 海外导师轮播图样式 */
    .overseas-tutor-container {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        padding: 0 20px;
        position: relative;
        overflow: hidden;
    }

    .overseasTutorSwiper {
        width: 100%;
        height: 344px;
        padding: 40px 0;
    }

    .overseasTutorSwiper .swiper-wrapper {
        align-items: flex-end;
        height: 344px;
    }

    .overseasTutorSwiper .swiper-slide {
        height: 238px;
        transform: scale(0.6) !important;
        transform-origin: bottom right;
        transition: all 0.8s ease;
    }

    .overseasTutorSwiper .swiper-slide-active {
        transform: scale(1.78) !important;
        transform-origin: bottom center;
    }

    .overseasTutorSwiper .swiper-slide-active img {
        height: 344px;
    }

    .overseasTutorSwiper .swiper-slide-next + .swiper-slide {
        transform-origin: bottom left !important;
    }

    .overseasTutorSwiper .swiper-slide-prev {
        transform-origin: bottom left !important;
    }

    .swiper-slide:has(~ .swiper-slide-prev):last-of-type {
        transform-origin: bottom right !important;
    }

    .tutor-card {
        width: 100%;
        height: 100%;
        position: relative;
        transition: all 0.8s ease;
        overflow: hidden;
        border-radius: 10px;
    }

    .tutor-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tutor-info {
        text-align: center;
        width: 100%;
        padding: 20px;
        color: #000;
        transition: opacity 0.8s ease;
    }

    .tutor-name {
        font-size: 30px;
        color: #010101;
        margin-bottom: 20px;
    }

    .tutor-title1 {
        font-size: 24px;
        color: #010101;
    }

    .overseasTutorSwiper .swiper-slide-active .tutor-info {
        opacity: 1;
    }

    .tutor-info h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .tutor-info p {
        font-size: 14px;
        line-height: 1.4;
        margin: 5px 0;
    }

    /* 导航按钮样式 */
    .overseasTutorSwiper .swiper-button-next,
    .overseasTutorSwiper .swiper-button-prev {
        width: 58px;
        height: 61px;
        transition: all 0.1s ease;
        top: 40% !important;
    }

    .overseasTutorSwiper .swiper-button-next {
        background: url('../images/arrow-right.png') no-repeat center center;
        background-size: cover;
    }

    .overseasTutorSwiper .swiper-button-prev {
        background: url('../images/arrow-left.png') no-repeat center center;
        background-size: cover;
    }

    .overseasTutorSwiper .swiper-button-next:after,
    .overseasTutorSwiper .swiper-button-prev:after {
        font-size: 0px;
    }

    .part5-title6 {
        display: inline-block;
        width: 260px;
        height: 22px;
    }

    .part5-content {
        width: 1200px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        gap: 20px;
    }
    .part5-item {
        width: 30%;
        height: 300px;
        position: relative;
        border-radius: 10px;
    }
    .part5-item a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .part5-item img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .part5-item .part6-bottom-title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        height: 60px;
        border-radius: 10px;
        background-color: #d7b987;
    }
    .part5-item .part6-bottom-title p {
        color: #fff;
        font-size: 20px;
        padding-left: 14px;
        line-height: 60px;
    }
    .part5-item .part6-bottom-title .part6-bottom-title-img {
        position: absolute;
        right: -8px;
        bottom: -8px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .part5-item .part6-bottom-title .part6-bottom-title-img img {
        width: 36px;
        height: auto;
    }

    .part5-content-item {
        margin-right: 20px;
        position: relative;
        width: 380px;
        height: 424px;
    }

    .part5-content-item-bg {
        position: absolute;
        width: 388px;
        height: auto;
        top: 0;
        left: 0;
    }

    .part5-content-img {
        position: absolute;
        width: 380px;
        height: 300px;
        top: 0;
        left: 0;
    }

    .part5-img4 {
        display: inline-block;
        width: 1205px;
        height: 420px;
    }

    .part6 {
        align-items: center;
        margin: 80px auto 0 auto;
        width: 1200px;
    }

    .part6 .swiper-slide {
        display: flex;
    }

    .part6-arrow-container {
        position: absolute;
        left: 0;
        width: 25%;
        bottom: 20px;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .part6-arrow-left,
    .part6-arrow-right {
        display: inline-block;
        width: 58px;
        height: 61px;
        cursor: pointer;
    }

    .part7-arrow-container {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 40px;
    }

    .part7-arrow-left,
    .part7-arrow-right {
        width: 58px;
        height: 58px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    /* 全屏图片查看器样式 */
    .fullscreen-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        cursor: pointer;
    }

    .fullscreen-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        max-height: 90vh;
        object-fit: contain;
    }

    .fullscreen-close {
        position: absolute;
        top: 20px;
        right: 20px;
        color: white;
        font-size: 30px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transition: background-color 0.3s;
    }

    .fullscreen-close:hover {
        background: rgba(255, 255, 255, 0.3);
    }

    /* 添加放大动画效果 */
    .zoom-in {
        animation: zoomIn 0.3s ease-out;
    }

    @keyframes zoomIn {
        from {
            transform: translate(-50%, -50%) scale(0.5);
            opacity: 0;
        }
        to {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
    }

    .stacked-cards h2 {
        text-align: center;
        position: relative;
        top: -20px;
    }

    .intro {
        max-width: 600px;
        margin: 20px auto;
        text-align: center;
    }

    .container-fuild {
        max-width: 80%;
        margin: 0 auto;
    }

    .container-fixed {
        max-width: 767px;
        margin: 0 auto;
    }

    .divider {
        max-width: 500px;
        margin: 25px auto;
        background-color: #ccc;
        height: 2px;
        width: 100%;
    }

    .stacked-cards {
        padding-top: 40px;
        padding-bottom: 15px;
    }

    .stacked-cards-fanOut {
        padding-bottom: 40px;
    }

    .stacked-cards-fanOut li img {
        max-height: 200px;
    }

    .stacked-cards li {
        height: 250px;
    }

    .stacked-cards li {
        background-color: #00bcd4;
    }

    .stacked-cards li:nth-child(n) {
        background-color: #3599db;
    }

    .stacked-cards li:nth-child(2n) {
        background-color: #e61b77;
    }

    .stacked-cards li:nth-child(3n) {
        background-color: #00bcd4;
    }

    .stacked-cards li:nth-child(4n) {
        background-color: #f4b251;
    }

    .stacked-cards li:nth-child(5n) {
        background-color: #8e4497;
    }

    .source {
        margin: 25px auto;
    }

    .mobile-container .banner {
        padding: 0;
        min-height: auto;
        width: 100%;
      }
      .mobile-container .swiper-pagination-bullet-active,
      .mobile-container .swiper-pagination-bullet {
        width: 10px!important;
        height: 10px!important;
        margin: 0 4px!important;
      }
      .mobile-container .swiper-pagination-bullet-active::after {
        top: -3px;
        left: -3px;
        width: 14px;
        height: 14px;
      }
      .mobile-container .part1 {
        margin-top: 10px;
      }
      .mobile-container .part1 .part1-content {
        margin: 0;
        padding: 0 20px;
      }
      .mobile-container .part1 .part1-content .mt-31 {
        margin-top: 10px;
      }
      .mobile-container .part1 .part1-content .item {
        width: 100%;
        padding: 0 0 10px 0;
        height: auto;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
      }
      .mobile-container .part1 .part1-content .item img {
        width: 30px;
        height: auto;
        margin-left: 10px;
      }
      .mobile-container .part1 .part1-content .item .item-right {
        background-color: #f6f1e8;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        padding: 12px;
        border-radius: 10px;
      }
      .mobile-container .part1 .part1-content .item .item-title {
        font-size: 14px;
        margin: 0;
      }
      .mobile-container .part1 .part1-content .item .item-desc {
        font-size: 12px;
        margin-top: 8px;
      }
      .mobile-container .part2-container {
        padding: 20px;
      }
      .mobile-container .part2-container .part2 {
        margin: 0;
      }
      .mobile-container .part2-container .part2 .part2-title {
        font-size: 20px;
        text-align: center;
        padding: 10px 0;
      }
      .mobile-container .part2-container .part2 .part2-desc {
        font-size: 16px;
        text-align: center;
        margin: 0;
      }
      .mobile-container .part2-container .part2-content {
        margin: 0;
        display: flex;
        align-items: center;
      }
      .mobile-container .part2-container .arrow-img {
        max-width: 40%;
        height: auto;
        margin: 0;
      }
      .mobile-container .part3 {
        padding: 20px 0 0 0;
        margin: 0;
      }
      .mobile-container .part3 .part3-title {
        width: fit-content;
        height: fit-content;
        line-height: 28px;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 12px;
        white-space: nowrap;
      }
      .mobile-container .part3 .school-item,
      .mobile-container .part3 .school-list {
        width: 100%;
        gap: 10px;
      }
      .mobile-container .part3 .school-name {
        font-size: 12px;
        flex: 1;
      }
      .mobile-container .part3 .school-desc {
        font-size: 12px;
        flex: 2;
      }
      .mobile-container .part3 .part3-desc {
        font-size: 10px;
        margin-left: 10px;
        line-height: 14px;
      }
      .mobile-container .part3 .score-table {
        width: 100%;
      }
      .mobile-container .part3 .score-table th {
        font-size: 12px;
        padding: 10px;
      }
      .mobile-container .part3 .score-table td {
        font-size: 12px;
        padding: 8px 12px;
        text-align: left;
      }
      .mobile-container .part3 .score-table tr:not(:last-child)::after {
        left: 10px;
        right: 10px;
      }
      .mobile-container .part3 .score-table .color-yellow {
        color: #dfa943;
      }
      .mobile-container .part3 .school-name2 {
        font-size: 12px;
      }
      .mobile-container .part3 .school-list2 .school-desc {
        flex: 3.5;
      }
      .mobile-container .part4 {
        margin-top: 30px;
        display: block;
      }
      .mobile-container .part4 .part4-img-container {
        height: auto;
        width: 100%;
        margin: 0;
        align-items: center;
      }
      .mobile-container .part4 .part4-img {
        position: relative;
        max-width: 40%;
        height: auto;
        margin: 0;
      }
      .mobile-container .part4 .part4-title {
        margin: 0;
        color: #333;
        font-size: 20px;
        font-weight: 500;
        line-height: inherit;
        padding: 10px 0;
      }
      .mobile-container .part4 .part4-desc {
        color: #333;
        font-size: 12px;
        margin: 0;
        width: 56%;
        text-align: center;
      }
      .mobile-container .part4 .feature-container {
        margin-top: 30px;
        padding: 0;
        gap: 10px;
      }
      .mobile-container .part4 .feature-item {
        width: 30%;
        height: 230px;
      }
      .mobile-container .part4 .feature-overlay {
        background-color: rgba(215, 185, 135, 0.9);
        padding: 8px;
        top: 25%;
        height: 75%;
        border-radius: 8px;
        justify-content: flex-start;
      }
      .mobile-container .part4 .feature-overlay .feature-overlay-title {
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: space-between;
        height: 40px;
      }
      .mobile-container .part4 .feature-overlay h3 {
        font-size: 12px;
        font-weight: normal;
      }
      .mobile-container .part4 .feature-overlay p {
        font-size: 10px;
      }
      .mobile-container .part4 .feature-overlay .feature-icon {
        width: 16px;
        height: auto;
        margin: 0;
      }
      .mobile-container .part5 {
        margin-top: 30px;
      }
      .mobile-container .part5 .part5-title1 {
        width: 50%;
        height: auto;
      }
      .mobile-container .part5 .part5-desc1 {
        font-size: 20px;
        padding: 10px 0;
        margin: 0;
      }
      .mobile-container .part5 .part5-desc2 {
        font-size: 12px;
        padding: 0 20px;
        text-align: center;
        margin: 0;
        width: 76%;
      }
      .mobile-container .part5 .part5-img {
        width: 90%;
        margin: 20px auto 0 auto;
      }
      .mobile-container .part5-container {
        margin-top: 30px;
        padding: 20px 0 20px 0;
      }
      .mobile-container .part5-container .part5 {
        margin-top: 0;
      }
      .mobile-container .part5-container .part6-title {
        margin-top: 0;
        max-width: 20%;
        height: auto;
      }
      .mobile-container .part5-container .university-item-name {
        font-size: 12px;
        margin-top: 4px;
      }
      .mobile-container .part5-container .university-item-desc {
        font-size: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .mobile-container .part5-container .university-swiper-container {
        margin: 0;
        padding: 0 14px 30px 14px;
      }
      .mobile-container .part5-container .university-swiper-container .university-item {
        width: 100%;
      }
      .mobile-container .part5-container .university-item-logo {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .mobile-container .part5-container .university-item-logo img {
        width: 90%;
        border-radius: 50%;
      }
      .mobile-container .part5-container .university-grid {
        gap: 24px;
        padding: 0 10px;
        grid-template-columns: repeat(2, 1fr);
      }
      .mobile-container .part5-container .university-item .university-item-border {
        width: 100%;
        height: 100%;
        border-width: 2px;
        top: 6px;
        left: 6px;
        border-radius: 4px;
      }
      .mobile-container .part5-container .university-item .university-item-bg {
        width: 100%;
        height: 100%;
        border-radius: 4px;
      }
      .mobile-container .part5-container .university-item {
        height: 160px;
      }
      .mobile-container .part5-container .part5-title2 {
        margin-top: 30px;
        width: 20%;
        height: auto;
      }
      .mobile-container .part5-container .part6-swiper-container {
        width: 100%;
        margin: 20px auto 0 auto;
      }
      .mobile-container .part5-container .part7Swiper1 {
        width: 55%;
      }
      .mobile-container .part5-container .part7Swiper1 .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        font-weight: bold;
      }
      .mobile-container .part5-container .part7-arrow-container1 {
        position: absolute;
        top: 60%;
        left: 20px;
        width: calc(100% - 40px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 10;
      }
      .mobile-container .part5-container .part7-arrow-container1 img {
        width: 30px;
      }
      .mobile-container .part5-container .part7Swiper1 .swiper-slide img {
        width: 100%;
        height: 100%;
      }
      .mobile-container .part6 {
        width: 100%;
        margin: 30px auto 0 auto;
        text-align: center;
      }
      .mobile-container .part6 .industrySwiper {
        width: calc(100% - 40px);
        height: 100%;
      }
      .mobile-container .part6 .part6-title-img {
        width: 30%;
        height: auto;
      }
      .mobile-container .part6 .industrySwiper {
        margin-top: 10px;
      }
      .mobile-container .part6 .swiper-slide {
        display: block;
        width: 100%;
      }
      .mobile-container .part6 .swiper-slide .part6-title-img2 {
        width: 100%;
        height: 300px;
      }
      .mobile-container .part6 .swiper-slide .industry-title {
        width: 100%;
        background-color: #fdfbf9;
        margin-top: 10px;
      }
      .mobile-container .part6 .swiper-slide .industry-title .industry-title-text {
        font-size: 14px;
      }
      .mobile-container .part6 .swiper-slide .industry-title .industry-title-text2 {
        font-size: 12px;
        margin-top: 4px;
      }
      .mobile-container .part6 .industry-arrow-container {
        width: calc(100% - 40px);
        position: absolute;
        bottom: 0;
        z-index: 10;
        left: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .mobile-container .part6 .industry-arrow-container img {
        width: 30px;
      }
      .mobile-container .teacher-bg .part5-title3 {
        max-width: 20%;
        height: auto;
      }
      .mobile-container .teacher-bg .teacher-overlay h3 {
        font-size: 14px;
      }
      .mobile-container .teacher-bg .teacher-overlay p {
        font-size: 12px;
        padding: 0 10px;
        text-align: center;
      }
      .mobile-container .teacher-swiper-container {
        margin: 30px auto 0 auto;
      }
      .mobile-container .teacher-swiper-container .swiper {
        padding-bottom: 30px;
      }
      .mobile-container .teacher-swiper-container .teacher-grid {
        grid-template-columns: repeat(2, 160px);
        grid-template-rows: repeat(2, 160px);
        gap: 20px;
      }
      .mobile-container .teacher-swiper-container .teacher-item {
        width: 100%;
        height: auto;
      }
      .mobile-container .part-team .part5-title4 {
        max-width: 35%;
        height: auto;
      }
      .mobile-container .part-team .team-swiper-container {
        margin: 20px auto 0 auto;
        padding: 0 70px;
      }
      .mobile-container .part-team .team-card {
        width: 100%;
        height: auto;
      }
      .mobile-container .part-team .team-card:hover {
        transform: translateY(0);
      }
      .mobile-container .part-team .team-image {
        width: 100%;
        height: 300px;
      }
      .mobile-container .part-team .team-info {
        padding: 10px;
        height: 120px;
      }
      .mobile-container .part-team .team-info h3 {
        font-size: 14px;
        margin: 0;
      }
      .mobile-container .part-team .team-info p {
        font-size: 12px;
      }
      .mobile-container .part-team .team-prev1,
      .mobile-container .part-team .team-next1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: url('../images/arrow-left.png') no-repeat center center;
        background-size: cover;
        cursor: pointer;
        z-index: 100;
      }
      .mobile-container .part-team .team-prev1 {
        left: 20px;
        background: url('../images/arrow-left.png') no-repeat center center;
        background-size: cover;
      }
      .mobile-container .part-team .team-next1 {
        right: 20px;
        background: url('../images/arrow-right.png') no-repeat center center;
        background-size: cover;
      }
      .mobile-container .tutor-part {
        padding: 20px 0;
        margin-top: 20px;
      }
      .mobile-container .tutor-part .part5-title5 {
        max-width: 40%;
        height: auto;
      }
      .mobile-container .tutor-part .tutor-part-bg {
        width: 100%;
      }
      .mobile-container .tutor-part .overseasTutorSwiper1,
      .mobile-container .tutor-part .overseasTutorSwiper1 .swiper-wrapper,
      .mobile-container .tutor-part .overseasTutorSwiper1 .swiper-slide-active img {
        height: 180px;
      }
      .mobile-container .tutor-part .overseasTutorSwiper1 {
        width: 100%;
        padding: 20px 0;
      }
      .mobile-container .tutor-part .overseasTutorSwiper1 .swiper-wrapper {
        align-items: flex-end;
      }
      .mobile-container .tutor-part .overseasTutorSwiper1 .swiper-slide {
        height: 150px;
        transform: scale(0.7) !important;
        transform-origin: bottom right;
        transition: all 0.8s ease;
      }
      .mobile-container .tutor-part .overseasTutorSwiper1 .swiper-slide-active {
        transform: scale(1.7) !important;
        transform-origin: bottom center;
      }
      .mobile-container .tutor-part .overseasTutorSwiper1 .swiper-slide-next + .swiper-slide {
        transform-origin: bottom left !important;
      }
      .mobile-container .tutor-part .overseasTutorSwiper1 .swiper-slide-prev {
        transform-origin: bottom left !important;
      }
      .mobile-container .tutor-part .overseas-tutor-container {
        margin: 20px auto 0 auto;
      }
      .mobile-container .tutor-part .tutor-info {
        margin-top: 10px;
        padding: 0;
      }
      .mobile-container .tutor-part .tutor-info .tutor-name {
        font-size: 14px;
        margin-bottom: 4px;
      }
      .mobile-container .tutor-part .tutor-info .tutor-title1 {
        font-size: 12px;
      }
      .mobile-container .tutor-part .tutorInfoSwiper {
        position: relative;
      }
      .mobile-container .tutor-part .swiper-button-next1,
      .mobile-container .tutor-part .swiper-button-prev1 {
        position: absolute;
        bottom: 0;
        z-index: 10;
        width: 30px;
        height: 30px;
        transition: all 0.1s ease;
        top: 40% !important;
      }
      .mobile-container .tutor-part .swiper-button-next1 {
        right: 0;
        background: url('../images/arrow-right.png') no-repeat center center;
        background-size: cover;
      }
      .mobile-container .tutor-part .swiper-button-prev1 {
        left: 0;
        background: url('../images/arrow-left.png') no-repeat center center;
        background-size: cover;
      }
      .mobile-container .tutor-part .swiper-button-next1:after,
      .mobile-container .tutor-part .swiper-button-prev1:after {
        font-size: 0px;
      }
      .mobile-container .part5-title6 {
        max-width: 30%;
        height: auto;
      }
      .mobile-container .part5-content {
        width: calc(100% - 40px);
        margin-top: 20px;
        gap: 10px;
      }
      .mobile-container .part5-item {
        width: 100%;
        height: 110px;
        border-radius: 4px;
      }
      .mobile-container .part5-item .part6-bottom-title {
        height: 30px;
        border-radius: 4px;
      }
      .mobile-container .part5-item .part6-bottom-title p {
        font-size: 10px;
        line-height: 30px;
        padding-left: 8px;
      }
      .mobile-container .part5-item .part6-bottom-title .part6-bottom-title-img {
        width: 20px;
        height: 20px;
        right: -2px;
        bottom: -2px;
      }
      .mobile-container .part5-item .part6-bottom-title .part6-bottom-title-img img {
        width: 16px;
      }