/* ============================================================
   首页移动端和平板端响应式样式
   西安理工大学专业学位教育中心
   主色调: #004aa1 (蓝色)
   ============================================================ */

/* ============================================================
   平板端适配 (769px - 1199px)
   ============================================================ */
@media (max-width: 1199px) and (min-width: 769px) {
    
    /* --- 头部导航 --- */
    .main-menu .container-lg {
        background-size: cover !important;
        background-position: center !important;
        padding: 15px 30px !important;
    }
    
    .main-menu .header-topbar {
        padding: 15px 0;
    }
    
    .header-logo img {
        height: 48px;
    }
    
    .header-topbar-right {
        gap: 25px;
    }
    
    .header-topbar-link {
        font-size: 14px;
    }
    
    .header-topbar-search input {
        width: 160px;
        font-size: 14px;
    }
    
    .main-menu__list > li > a {
        font-size: 15px;
        padding: 18px 15px;
    }
    
    /* --- Banner轮播 --- */
    .main-slider {
        height: 450px !important;
    }
    
    .main-slider .swiper-slide {
        height: 450px !important;
    }
    
    .main-slider__nav {
        top: 50%;
        transform: translateY(-50%);
    }
    
    .page-down {
        bottom: 25px;
    }
    
    .page-down img {
        width: 45px;
    }
    
    /* --- 愿景-使命区块 --- */
    .vision-mission {
        padding: 70px 0;
    }
    
    .vision-mission .con > div:first-child {
        font-size: 56px;
    }
    
    .vision-mission .con > div:last-child {
        font-size: 24px;
        line-height: 1.7;
        padding-top: 20px;
        margin-top: 35px;
    }
    
    .vision-mission .infor {
        gap: 40px;
    }
    
    /* --- 区块通用间距 --- */
    section {
        padding: 70px 0;
    }
    
    .block-title {
        margin-bottom: 45px;
    }
    
    .block-title h2 {
        font-size: 36px;
        margin-bottom: 12px;
    }
    
    .block-title p {
        font-size: 16px;
    }
    
    /* --- 招生资讯区块 --- */
    .service-one {
        padding: 80px 0;
    }
    
    .service-one__image {
        height: 200px;
    }
    
    .service-one__content h3 {
        font-size: 18px;
        line-height: 26px;
    }
    
    .service-one__content span {
        font-size: 13px;
    }
    
    /* --- 通知公告区块 --- */
    .feature-one {
        padding: 80px 0;
    }
    
    .notice-list .feature-one__box {
        padding: 35px;
    }
    
    .feature-one-tm__day {
        font-size: 36px;
    }
    
    .feature-one-tm__month {
        font-size: 20px;
    }
    
    .notice-list .feature-one__box p {
        font-size: 15px;
    }
    
    /* --- 学生活动区块 --- */
    .blog-home {
        padding: 80px 0;
    }
    
    .index-preview-box-item-top-img {
        height: 180px;
    }
    
    .index-preview-box-item-bottom-title {
        height: 50px;
    }
    
    /* --- 名师风采区块 --- */
    .trusted-company {
        padding: 80px 0;
    }
    
    .team-one__image {
        height: 320px;
    }
    
    .team-one__content h3 {
        font-size: 18px;
    }
    
    .team-one__content span {
        font-size: 13px;
    }
    
    /* --- 学员风采区块 --- */
    .testimonials-one {
        padding: 80px 0;
    }
    
    .blog-card__image {
        height: 220px;
    }
    
    .blog-card__content h3 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .blog-card__content {
        padding: 25px;
    }
    
    /* --- 报名系统区块 --- */
    .call-to-action {
        padding: 60px 0;
    }
    
    .call-to-action .container {
        flex-direction: column;
        text-align: center;
    }
    
    .call-to-action .left-content {
        margin-bottom: 30px;
    }
    
    .call-to-action .right-content {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    
    .call-to-action .thm-btn {
        font-size: 14px;
        padding: 12px 25px;
    }
    
    /* --- 页脚区块 --- */
    .site-footer {
        padding: 60px 0 40px;
    }
    
    .footer-widget__title {
        font-size: 18px;
    }
    
    .footer-widget__link-list li a {
        font-size: 14px;
    }
    
    .footer-wechat img {
        width: 150px;
    }
    
    .bottom-footer {
        padding: 20px 0;
    }
    
    .bottom-footer .container .row {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* ============================================================
   手机端适配 (≤768px)
   ============================================================ */
@media (max-width: 768px) {
    
    /* --- 全局优化 --- */
    body {
        overflow-x: hidden;
        width: 100%;
    }
    
    /* --- 头部导航 --- */
    .main-menu .container-lg {
        background-image: none !important;
        background-color: #004aa1 !important;
        padding: 12px 15px !important;
    }
    
    .main-menu .header-topbar {
        padding: 0 !important;
        margin-bottom: 0 !important;
        background: transparent !important;
    }
    
    .header-topbar-left {
        display: flex;
        align-items: center;
    }
    
    .header-topbar-right {
        display: none !important;
    }
    
    .header-logo img {
        height: 38px;
        width: auto;
    }
    
    .main-menu .main-menu__list {
        display: none !important;
    }
    
    .logo-box {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 5px 0;
    }
    
    .logo-box img {
        height: 35px;
        width: auto;
    }
    
    .mobile-nav__toggler {
        font-size: 26px;
        color: #fff !important;
        cursor: pointer;
        padding: 10px;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* 移动端导航菜单 */
    .mobile-nav__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999 !important;
        transform: scale(0, 1);
        transform-origin: left center;
        transition: transform 500ms ease;
    }
    
    .mobile-nav__wrapper.expanded {
        transform: scale(1, 1);
    }
    
    .mobile-nav__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 1;
        cursor: pointer;
    }
    
    .mobile-nav__content {
        width: 85%;
        max-width: 320px;
        background-color: #fff !important;
        z-index: 10;
        position: relative;
        height: 100%;
        overflow-y: auto;
        padding: 20px 15px;
        box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    }
    
    .mobile-nav__close {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 24px;
        color: #333 !important;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f5f5;
        border-radius: 50%;
    }
    
    .mobile-nav__content .logo-box {
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
    }
    
    .mobile-nav__content .logo-box img {
        height: 35px;
    }
    
    .mobile-nav__menu-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .mobile-nav__menu-item {
        border-bottom: 1px solid #eee;
    }
    
    .mobile-nav__menu-link {
        display: block;
        font-size: 15px;
        color: #333 !important;
        padding: 12px 0;
        text-decoration: none;
        font-weight: 500;
    }
    
    .mobile-nav__menu-item .dropdown-btn {
        position: absolute;
        right: 0;
        top: 10px;
        background: #004aa1;
        border: none;
        color: #fff;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-nav__menu-sublist {
        display: none;
        background: #f9f9f9;
        padding-left: 15px;
        margin: 0;
        list-style: none;
    }
    
    .mobile-nav__menu-sublist-item {
        border-bottom: 1px solid #eee;
    }
    
    .mobile-nav__menu-sublist-link {
        display: block;
        font-size: 14px;
        color: #666 !important;
        padding: 10px 0 10px 15px;
        text-decoration: none;
    }
    
    .mobile-nav__contact {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    
    .mobile-nav__contact-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mobile-nav__contact-list li {
        font-size: 14px;
        color: #666;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .mobile-nav__contact-list li i {
        color: #8b0e12;
        font-size: 16px;
    }
    
    .mobile-nav__social {
        display: flex;
        gap: 10px;
        margin-top: 15px;
    }
    
    .mobile-nav__social a {
        width: 40px;
        height: 40px;
        background: #004aa1;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        text-decoration: none;
        font-size: 16px;
    }
    
    /* --- Banner轮播 --- */
    .main-slider {
        height: 280px !important;
        background: #f5f5f5;
    }
    
    .main-slider .swiper-slide {
        height: 280px !important;
    }
    
    .main-slider .image-layer {
        background-size: cover !important;
        background-position: center !important;
    }
    
    .main-slider__nav {
        display: none;
    }
    
    .page-down {
        bottom: 10px;
    }
    
    .page-down img {
        width: 30px;
    }
    
    /* --- 通用容器 --- */
    .container,
    .container-lg {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    section {
        overflow: hidden;
        padding: 50px 0;
    }
    
    /* --- 标题通用样式 --- */
    .block-title {
        margin-bottom: 35px;
    }
    
    .block-title h2 {
        font-size: 28px;
        color: #333;
        margin-bottom: 12px;
    }
    
    .block-title p {
        font-size: 14px;
        color: #666;
    }
    
    .witr_back_title h4,
    .witr_back_title2 h4,
    .witr_back_title3 h4 {
        font-size: 18px;
        color: #999;
    }
    
    /* --- 愿景-使命区块 --- */
    .vision-mission {
        padding: 50px 0;
        background-size: cover !important;
        background-position: center !important;
        background-color: #f9f9f9;
    }
    
    .vision-mission .infor {
        flex-direction: column;
        gap: 35px;
    }
    
    .vision-mission .con {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center !important;
        padding: 25px 20px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    }
    
    .vision-mission .con > div:first-child {
        font-size: 36px;
        margin-bottom: 12px;
        color: #004aa1;
    }
    
    .vision-mission .con > div:last-child {
        font-size: 16px;
        line-height: 1.9;
        padding-top: 18px;
        margin-top: 18px;
        color: #555;
    }
    
    .vision-mission .witr_back_title1 h4 {
        font-size: 20px;
        color: #999;
    }
    
    /* --- 标题通用样式 --- */
    .block-title h2 {
        font-size: 28px;
    }
    
    .block-title p {
        font-size: 14px;
    }
    
    .witr_back_title h4,
    .witr_back_title2 h4,
    .witr_back_title3 h4 {
        font-size: 16px;
    }
    
    /* --- 招生资讯区块 --- */
    .service-one {
        padding: 50px 0;
        background: #fff;
    }
    
    .service-one__card {
        margin-bottom: 30px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    }
    
    .service-one__image {
        height: 200px;
        position: relative;
        overflow: hidden;
    }
    
    .service-one__image span {
        position: absolute;
        top: 12px;
        left: 0;
        background: #004aa1;
        color: #fff;
        padding: 6px 18px;
        font-size: 13px;
        border-radius: 0 25px 25px 0;
        z-index: 2;
    }
    
    .service-one__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .service-one__content {
        padding: 22px 18px;
    }
    
    .service-one__content h3 {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 12px;
        color: #333;
    }
    
    .service-one__content h3 a {
        color: #333;
        text-decoration: none;
    }
    
    .service-one__content span {
        font-size: 13px;
        color: #999;
    }
    
    .service-one__content span i {
        margin-right: 6px;
        color: #004aa1;
    }
    
    /* --- 通知公告区块 --- */
    .feature-one {
        padding: 50px 0;
        background: #f9f9f9;
    }
    
    .notice-list .feature-one__box {
        padding: 22px;
        margin-bottom: 18px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 3px 12px rgba(0,0,0,0.08);
        border-left: 4px solid #004aa1;
    }
    
    .feature-one-tm {
        display: flex;
        align-items: baseline;
        margin-right: 18px;
        color: #004aa1;
    }
    
    .feature-one-tm__day {
        font-size: 32px;
        font-weight: bold;
    }
    
    .feature-one-tm__month {
        font-size: 18px;
    }
    
    .feature-one-tm__slash {
        font-size: 20px;
        margin: 0 4px;
    }
    
    .notice-list .feature-one__box p {
        font-size: 15px;
        line-height: 24px;
        color: #333;
        margin: 0;
        flex: 1;
    }
    
    /* --- 学生活动区块 --- */
    .blog-home {
        padding: 50px 0;
        background: #fff;
    }
    
    .index-preview-box {
        padding-bottom: 50px;
    }
    
    .preview-new-swiper {
        padding: 35px 0;
    }
    
    .index-preview-box-item {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 15px rgba(0,0,0,0.1);
        margin-bottom: 25px;
    }
    
    .index-preview-box-item-top-img {
        height: 180px;
        position: relative;
        overflow: hidden;
    }
    
    .index-preview-box-item-top-img span {
        position: absolute;
        top: 12px;
        left: 0;
        background: #004aa1;
        color: #fff;
        padding: 6px 18px;
        font-size: 13px;
        border-radius: 0 25px 25px 0;
        z-index: 2;
    }
    
    .index-preview-box-item-top-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .index-preview-box-item-bottom {
        padding: 18px;
    }
    
    .index-preview-box-item-bottom-title {
        height: 52px;
        margin-bottom: 12px;
    }
    
    .index-preview-box-item-bottom-title p {
        font-size: 15px;
        line-height: 26px;
        color: #333;
    }
    
    .index-preview-box-item-bottom-apply a {
        display: block;
        text-align: center;
        background: #f5f5f5;
        padding: 10px;
        border-radius: 25px;
        text-decoration: none;
    }
    
    .index-preview-box-item-bottom-apply a p {
        font-size: 13px;
        color: #004aa1;
        margin: 0;
        font-weight: 500;
    }
    
    .preview-btn {
        width: 180px;
        height: 55px;
        margin-top: 30px;
    }
    
    .preview-btn .preview-btn-icon {
        width: 52px;
        height: 52px;
    }
    
    .preview-btn .preview-btn-icon i {
        font-size: 20px;
    }
    
    /* --- 名师风采区块 --- */
    .trusted-company {
        padding: 50px 0;
        background: #f9f9f9;
        position: relative;
    }
    
    .trusted-company__bg {
        display: none;
    }
    
    .team-home__content {
        text-align: center;
        margin-bottom: 35px;
    }
    
    .team-home__nav {
        position: relative;
        margin-top: 25px;
    }
    
    .team-one__card {
        margin-bottom: 30px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    }
    
    .team-one__image {
        height: 300px;
        overflow: hidden;
    }
    
    .team-one__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .team-one__content {
        padding: 18px;
        text-align: center;
    }
    
    .team-one__content h3 {
        font-size: 18px;
        margin-bottom: 8px;
        color: #333;
    }
    
    .team-one__content span {
        font-size: 14px;
        color: #004aa1;
    }
    
    /* --- 学员风采区块 --- */
    .testimonials-one {
        padding: 50px 0;
        background: #fff;
    }
    
    .blog-card {
        margin-bottom: 30px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    }
    
    .blog-card__image {
        height: 220px;
        position: relative;
        overflow: hidden;
    }
    
    .blog-card__image span {
        position: absolute;
        top: 12px;
        left: 0;
        background: #004aa1;
        color: #fff;
        padding: 6px 18px;
        font-size: 13px;
        border-radius: 0 25px 25px 0;
        z-index: 2;
    }
    
    .blog-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .blog-card__content {
        padding: 22px;
    }
    
    .blog-card__content h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 18px;
        color: #333;
    }
    
    .blog-card__content h3 a {
        color: #333;
        text-decoration: none;
    }
    
    .xyfc-list {
        margin-top: 18px;
    }
    
    .xyfc-list ul {
        padding-left: 0;
        list-style: none;
        margin: 0;
    }
    
    .xyfc-list ul li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
        color: #555;
        padding-left: 18px;
        position: relative;
    }
    
    .xyfc-list ul li:before {
        content: "•";
        position: absolute;
        left: 0;
        color: #004aa1;
        font-weight: bold;
        font-size: 18px;
    }
    
    /* --- 报名系统区块 --- */
    .call-to-action {
        padding: 50px 0;
        background: linear-gradient(135deg, #004aa1 0%, #0066cc 100%) !important;
        background-size: cover !important;
        background-position: center !important;
    }
    
    .call-to-action .container {
        flex-direction: column;
        text-align: center;
    }
    
    .call-to-action .left-content {
        margin-bottom: 30px;
    }
    
    .call-to-action .left-content p span {
        font-size: 15px;
        margin: 0 6px;
        color: rgba(255,255,255,0.9);
    }
    
    .call-to-action .left-content h3 {
        font-size: 26px;
        color: #fff;
        margin-top: 12px;
    }
    
    .call-to-action .right-content {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    
    .call-to-action .thm-btn {
        width: 100%;
        font-size: 15px;
        padding: 14px 25px;
        text-align: center;
        background: #fff;
        color: #004aa1;
        border-radius: 28px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    
    .call-to-action .thm-btn:hover {
        background: #f5f5f5;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    /* --- 页脚区块 --- */
    .site-footer {
        padding: 50px 0 35px;
        background: #2c2c2c;
    }
    
    .footer-widget {
        margin-bottom: 35px;
    }
    
    .footer-widget__title {
        font-size: 18px;
        margin-bottom: 18px;
        color: #fff;
        font-weight: 600;
    }
    
    .footer-widget__link-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .footer-widget__link-list li {
        margin-bottom: 12px;
    }
    
    .footer-widget__link-list li a {
        font-size: 14px;
        line-height: 24px;
        color: #ccc;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .footer-widget__link-list li a:hover {
        color: #fff;
    }
    
    .footer-widget__link-list li a i {
        margin-right: 10px;
        color: #004aa1;
    }
    
    .footer-widget__contact-list li a {
        font-size: 14px;
        color: #ccc;
    }
    
    .footer-wechat {
        text-align: center;
    }
    
    .footer-wechat img {
        width: 130px;
        height: auto;
        border-radius: 10px;
    }
    
    .bottom-footer {
        padding: 18px 0;
        background: #1a1a1a;
    }
    
    .bottom-footer .container .row {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .bottom-footer .col-lg-8,
    .bottom-footer .col-lg-4 {
        font-size: 13px;
        line-height: 22px;
        color: #999;
    }
    
    .bottom-footer a {
        color: #ccc;
        text-decoration: none;
    }
    
    .bottom-footer a:hover {
        color: #fff;
    }
    
    /* --- 移动端导航菜单细节优化 --- */
    .mobile-nav__contact-list li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .mobile-nav__social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    
    /* 确保所有图片自适应 */
    .service-one__image img,
    .blog-card__image img,
    .team-one__image img,
    .index-preview-box-item-top-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* 优化触摸区域 */
    .service-one__card,
    .blog-card,
    .team-one__card,
    .feature-one__box {
        -webkit-tap-highlight-color: transparent;
    }
    
    /* 优化文字渲染 */
    body {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    
    /* 优化区块间距 */
    section {
        overflow: hidden;
    }
    
    /* 学员风采区块网格优化 */
    .testimonials-one .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ============================================================
   小屏手机适配 (≤480px)
   ============================================================ */
@media (max-width: 480px) {
    
    /* --- 头部导航 --- */
    .header-logo img {
        height: 28px;
    }
    
    .logo-box img {
        height: 26px;
    }
    
    /* --- Banner轮播 --- */
    .main-slider {
        height: 220px !important;
    }
    
    .main-slider .swiper-slide {
        height: 220px !important;
    }
    
    /* --- 愿景-使命区块 --- */
    .vision-mission {
        padding: 30px 0;
    }
    
    .vision-mission .con > div:first-child {
        font-size: 28px;
    }
    
    .vision-mission .con > div:last-child {
        font-size: 14px;
        line-height: 1.7;
    }
    
    /* --- 标题通用样式 --- */
    .block-title h2 {
        font-size: 24px;
    }
    
    .block-title p {
        font-size: 12px;
    }
    
    /* --- 招生资讯区块 --- */
    .service-one__image {
        height: 150px;
    }
    
    .service-one__content h3 {
        font-size: 15px;
    }
    
    /* --- 通知公告区块 --- */
    .notice-list .feature-one__box {
        padding: 15px;
    }
    
    .feature-one-tm__day {
        font-size: 24px;
    }
    
    .notice-list .feature-one__box p {
        font-size: 13px;
    }
    
    /* --- 学生活动区块 --- */
    .index-preview-box-item-top-img {
        height: 140px;
    }
    
    .index-preview-box-item-bottom-title p {
        font-size: 13px;
    }
    
    /* --- 名师风采区块 --- */
    .team-one__image {
        height: 240px;
    }
    
    .team-one__content h3 {
        font-size: 15px;
    }
    
    /* --- 学员风采区块 --- */
    .blog-card__image {
        height: 180px;
    }
    
    .blog-card__content h3 {
        font-size: 15px;
    }
    
    .xyfc-list ul li {
        font-size: 12px;
    }
    
    /* --- 报名系统区块 --- */
    .call-to-action .left-content h3 {
        font-size: 20px;
    }
    
    .call-to-action .thm-btn {
        font-size: 13px;
        padding: 10px 15px;
    }
    
    /* --- 页脚区块 --- */
    .footer-widget__title {
        font-size: 15px;
    }
    
    .footer-widget__link-list li a {
        font-size: 12px;
    }
}

/* ============================================================
   超小屏手机适配 (≤375px)
   ============================================================ */
@media (max-width: 375px) {
    
    /* --- 头部导航 --- */
    .header-logo img {
        height: 25px;
    }
    
    /* --- Banner轮播 --- */
    .main-slider {
        height: 200px !important;
    }
    
    .main-slider .swiper-slide {
        height: 200px !important;
    }
    
    /* --- 愿景-使命区块 --- */
    .vision-mission .con > div:first-child {
        font-size: 24px;
    }
    
    .vision-mission .con > div:last-child {
        font-size: 13px;
    }
    
    /* --- 标题通用样式 --- */
    .block-title h2 {
        font-size: 22px;
    }
    
    /* --- 招生资讯区块 --- */
    .service-one__image {
        height: 130px;
    }
    
    /* --- 名师风采区块 --- */
    .team-one__image {
        height: 220px;
    }
    
    /* --- 学员风采区块 --- */
    .blog-card__image {
        height: 160px;
    }
}

/* ============================================================
   横屏适配
   ============================================================ */
@media (max-width: 896px) and (orientation: landscape) {
    
    .main-slider {
        height: 300px !important;
    }
    
    .main-slider .swiper-slide {
        height: 300px !important;
    }
    
    .vision-mission {
        padding: 30px 0;
    }
    
    .vision-mission .con > div:first-child {
        font-size: 32px;
    }
    
    .vision-mission .con > div:last-child {
        font-size: 14px;
    }
}
