/* 首页自定义样式*/

/* ==================== 解决方案展示样式 ==================== */
.index-cases .index-cases-item {
    float: left;
    width: calc((100% - 30px) / 4);
    height: 360px;
    margin-right: 10px;
    position: relative;
    box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.1);
}

.column {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 33px;
    text-align: center;
    background-color: #404040;
    color: #FFFFFF;
    z-index: 10;
    padding: 0 3% 0 5%;
}

.index-cases .index-cases-item a .item-box .text-box .title {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 130px;
    padding: 5% 5% 5% 5%;
    box-sizing: border-box;
}

@media screen and (max-width: 1920px) {
    .index-cases .index-cases-item {
        height: 320px;
    }
    .column {
        line-height: 28px;
        padding: 0 2% 0 4%;
    }
    .index-cases .index-cases-item a .item-box .text-box .title {
        height: 100px;
    }
    .index-cases .index-cases-item a .item-box .text-box .title .more {
        bottom: 20px;
    }
} 

@media screen and (max-width: 1680px) {
    .cases-list .cases-list-item {
        height: 342px;
    }
}

@media screen and (max-width: 1440px) {
    .column {
        line-height: 28px;
        padding: 0 2% 0 4%;
    }
    .index-cases .index-cases-item a .item-box .text-box .title {
        height: 100px;
    }
    .index-cases .index-cases-item a .item-box .text-box .title .more {
        bottom: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .cases-list .cases-list-item {
        height: 333px;
    }
}

@media screen and (max-width: 960px) {
    .index-cases .index-cases-item {
        float: left;
        width: calc((100% - 20px) / 2);
        height: 350px;
        margin-right: 10px;
        position: relative;
        box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.1);
    }

    /* 值得信赖的合作伙伴 - 手机端隐藏 */
    .index-partner-trust {
        display: none !important;
    }

    /* 合作过的客户 - 手机端隐藏 */
    .index-partner {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .index-cases .index-cases-item {
        float: left;
        width: 100%;
        height: 310px;
        margin-right: 0px;
        position: relative;
        box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.1);
    }
    
    /* 产品系列卡片移动端优化 */
    .product-series-grid {
        flex-direction: column;
        gap: 15px;
    }
    
    /* 合作客户分布 - 强制 2 列布局 */
    .partner-distribution .distribution-row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    
    .partner-distribution .distribution-item {
        flex: 0 0 calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        margin-bottom: 15px;
    }
    
    .product-series-card {
        height: 400px !important;
        flex: none !important;
        width: 100% !important;
        min-width: unset !important;
    }
    
    .product-series-card:hover,
    .product-series-grid:hover .product-series-card:not(:hover) {
        flex: none !important;
    }
    
    .product-series-name {
        font-size: 18px;
    }
    
    .product-series-detail {
        padding: 30px 20px 20px;
    }
    
    .product-series-description {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .product-series-detail-title {
        font-size: 16px;
    }
    
    .product-series-tags {
        gap: 6px;
    }
    
    .product-series-tag-item {
        font-size: 11px;
        padding: 3px 8px;
    }
    
    /* 全栈解决方案移动端优化 */
    .index-fullstack-solution {
        padding: 40px 20px;
    }
    
    .fullstack-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .fullstack-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .industry-banner-swiper {
        height: 280px;
    }
    
    /* 合作伙伴统计卡片移动端优化 */
    .index-partner-trust {
        padding: 40px 20px;
    }
    
    .partner-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .partner-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .distribution-row {
        flex-wrap: wrap;
    }
    
    .distribution-item {
        flex: 0 0 calc((100% - 10px) / 2) !important;
        padding: 20px 15px;
    }
    
    .item-number {
        font-size: 22px;
    }
    
    .item-number span {
        font-size: 14px;
    }
    
    .item-label {
        font-size: 12px;
        line-height: 1.4;
    }
    
    /* 水平滚动文字移动端优化 */
    .horizontal-scroll-container {
        height: 60px;
    }
    
    .horizontal-scroll-content {
        font-size: 14px;
        gap: 2rem;
    }
    
    .horizontal-scroll-item {
        padding: 0.4rem 0.8rem;
    }
    
    .text-num {
        font-size: 16px !important;
    }
    
    /* 公司简介数字统计移动端优化 */
    .index-about .index-about-left .index-about-number {
        flex-wrap: wrap;
    }
    
    .index-about .index-about-left .index-about-number li {
        width: calc((100% - 24%) / 4);
        margin-right: 6% !important;
        margin-bottom: 15px;
    }
    
    .index-about .index-about-left .index-about-number p > strong {
        font-size: 24px;
    }
    
    .index-about .index-about-left .index-about-number p > span {
        font-size: 14px;
    }
    
    /* 艾莫迅使命移动端优化 */
    .index-mission {
        padding: 60px 20px;
        min-height: 400px;
        margin: 40px auto;
    }
    
    .mission-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .mission-subtitle {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    
    .btn-mission {
        padding: 12px 25px;
        font-size: 14px;
        min-width: 160px;
    }
    
    .btn-play .play-icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
}

/* ==================== 新闻中心样式 ==================== */
.index-news .container-outer .index-mod-top {
    text-align: center;
}

.index-news .container-outer .index-mod-title {
    display: inline-block !important;
    text-align: center !important;
}

.index-news .container-outer .index-mod-title i {
    margin: 10px auto; /* 使下划线也居中*/
}

.index-news .index-news-item {
    float: left;
    width: calc((100% - 40px) / 4);
    margin-right: 10px;
    position: relative;
}

@media screen and (max-width: 960px) {
    .index-news .index-news-item {
        float: left;
        width: calc((100% - 20px) / 2);
        margin-right: 10px;
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    .index-news .index-news-item {
        float: left;
        width: 100%;
        margin-right: 0px;
        position: relative;
    }
}

/* ==================== 公司简介样�?==================== */
.index-about .index-about-wrapper .index-about-left {
    width: 68%;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-right: 70px;
}

.index-about .index-about-wrapper .index-about-right {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (max-width: 960px){
    .index-about .index-about-wrapper .index-about-right {
        width: 100%;
        margin-top: 40px;
    }
    .index-about .index-about-wrapper .index-about-left {
        width: 100%;
        height: auto;
        padding-right: 0px;
    }
}

/* ==================== 产品推荐样式 ==================== */
.index-product .bottom .title {
    position: absolute;
    left: 5%;
    bottom: 8%;
    width: 90%;
    z-index: 50;
    color:#333333;
}

.index-product {
    padding: 60px 0;
    background: #f8f9fa;
}

.product-series-section {
    text-align: center;
    margin-bottom: 40px;
}

.product-series-tag {
    display: inline-block;
    background: #e8f4ff;
    color: #0066cc;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.product-series-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.product-series-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #666;
    margin-top: 10px;
}

.product-series-grid {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    transition: all 0.4s ease;
}

.product-series-card {
    position: relative;
    flex: 1;
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.4s ease, width 0.4s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 0;
}

.product-series-card:hover,
.product-series-card.hover {
    flex: 3;
}

.product-series-grid:hover .product-series-card:not(:hover),
.product-series-grid:has(.product-series-card.hover) .product-series-card:not(.hover) {
    flex: 0.5;
}

.product-series-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
    transition: all 0.4s ease;
}

.product-series-card:hover::before,
.product-series-card.hover::before {
    background: rgba(0, 0, 0, 0.1);
}

.product-series-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 80px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.15);
    z-index: 2;
    line-height: 1;
}

.product-series-info {
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px;
    z-index: 3;
    color: #fff;
    text-align: left;
    transition: all 0.4s ease;
}

.product-series-name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.product-series-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    padding: 40px 25px 25px;
    transform: translateY(20px);
}

.product-series-card:hover .product-series-detail,
.product-series-card.hover .product-series-detail {
    opacity: 1 !important;
    transform: translateY(0);
    pointer-events: auto;
}

.product-series-card:hover .product-series-info,
.product-series-card.hover .product-series-info {
    opacity: 0;
}

.product-series-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.product-series-detail-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-series-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.product-series-tag-item {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.product-series-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.product-series-link i {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.product-series-link:hover i {
    transform: translateX(4px);
}

.index-mod-top {
    padding-bottom: 20px;
}

.index-about {
    padding: 60px 0;
    background: #ffffff;
}

.index-about .index-about-left .index-about-msg {
    margin: 20px 0 20px;
}

.index-about .index-about-left .index-about-number {
    display: flex;
    margin-bottom: 20px;
}

.index-cases {
    padding: 60px 0;
    background: #f8f9fa;
}

.index-news {
    padding: 60px 0;
    background: #f8f9fa;
}

.index-partner {
    padding: 60px 0;
    background: #ffffff;
}

/* ==================== 轮播图分页器样式 ==================== */
.index-banner-swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 30px;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.index-banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: inline-block;
}

.index-banner-swiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4397fd;
}

.index-banner-swiper .banner-pagination span {
    display: block;
    padding: 0 !important;
}

/* ==================== 合作伙伴滚动样式 ==================== */
.scroll-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scroll-content {
    position: absolute;
    width: 100%;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.index-partner .index-partner-item:nth-child(-n + 6) {
    margin-top: 10px;
}

.horizontal-scroll-container {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f8f9fa;
}

.horizontal-scroll-content {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 3rem;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-size: 16px;
    padding: 0 1rem;
}

.horizontal-scroll-item {
    white-space: nowrap;
    padding: 0.5rem 1rem;
}

.horizontal-divider {
    color: #666;
    font-size: 24px;
    opacity: 0.5;
}

.text-num {
    font-size: 20px !important;
    color: #4397fd !important;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 5px !important;
}

/* ==================== 全栈解决方案样式 ==================== */
.index-fullstack-solution {
    padding: 60px 0;
    background: #ffffff;
}

.index-fullstack-header {
    text-align: center;
    margin-bottom: 50px;
}

.fullstack-title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
}

.fullstack-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #666;
    margin: 0;
}

.fullstack-content-box {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.fullstack-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

/* ==================== 值得信赖的合作伙伴样�?==================== */
.index-partner-trust {
    padding: 60px 0 60px;
    background: #f8f9fa;
}

.partner-header {
    text-align: center;
    margin-bottom: 60px;
}

.partner-tag {
    display: inline-block;
    background: #e8f4ff;
    color: #0066cc;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.partner-title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
}

.partner-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #666;
    margin: 0;
}

.partner-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.partner-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

.stat-number span {
    font-size: 32px;
}

.number-1 { color: #0066cc; }
.number-2 { color: #ff6600; }
.number-3 { color: #9b59b6; }
.number-4 { color: #e74c3c; }

.stat-label {
    font-size: 16px;
    color: #666;
}

.partner-distribution {
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}

.distribution-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0 0 40px 0;
}

.distribution-scroll-container {
    overflow: visible;
    position: relative;
    height: auto;
}

.distribution-scroll-content {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
}

.distribution-grid {
    display: block;
    width: 100%;
}

.distribution-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.distribution-row:last-child {
    margin-bottom: 0;
}

.distribution-item {
    flex: 0 0 calc((100% - 100px) / 6);
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.distribution-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.item-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-number {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
}

.item-number span {
    font-size: 18px;
}

.item-label {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.number-1 { color: #0066cc !important; }
.number-2 { color: #ff6600 !important; }
.number-3 { color: #9b59b6 !important; }
.number-4 { color: #e74c3c !important; }
.number-5 { color: #2ecc71 !important; }
.number-6 { color: #f39c12 !important; }
.number-7 { color: #3498db !important; }
.number-8 { color: #e74c3c !important; }
.number-9 { color: #9b59b6 !important; }
.number-10 { color: #0066cc !important; }
.number-11 { color: #ff6600 !important; }
.number-12 { color: #2ecc71 !important; }
.number-13 { color: #f39c12 !important; }
.number-14 { color: #3498db !important; }
.number-15 { color: #e74c3c !important; }
.number-16 { color: #9b59b6 !important; }
.number-17 { color: #0066cc !important; }
.number-18 { color: #ff6600 !important; }

.customers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.customer-item {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.customer-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.customer-logo {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.customer-name {
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 1200px) {
    .partner-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .distribution-row {
        flex-wrap: wrap;
    }
    .distribution-item {
        flex: 0 0 calc((100% - 20px) / 3);
    }
    
    /* 产品系列卡片中等屏幕优化 */
    .product-series-grid {
        gap: 15px;
    }
    
    .product-series-card {
        height: 480px;
    }
    
    .product-series-name {
        font-size: 19px;
    }
    
    .product-series-description {
        font-size: 13px;
    }
    
    .product-series-detail-title {
        font-size: 16px;
    }
    
    .product-series-tag-item {
        font-size: 11px;
        padding: 3px 8px;
    }
    
    /* 全栈解决方案中等屏幕优化 */
    .fullstack-title {
        font-size: 40px;
    }
    
    .fullstack-subtitle {
        font-size: 16px;
    }
    
    .industry-banner-swiper {
        height: 550px;
    }
    
    /* 合作伙伴统计中等屏幕优化 */
    .partner-title {
        font-size: 40px;
    }
    
    .partner-subtitle {
        font-size: 16px;
    }
    
    .distribution-item {
        padding: 28px 18px;
    }
    
    .item-number {
        font-size: 26px;
    }
    
    .item-number span {
        font-size: 17px;
    }
    
    .item-label {
        font-size: 13px;
    }
    
    /* 水平滚动中等屏幕优化 */
    .horizontal-scroll-container {
        height: 75px;
    }
    
    .horizontal-scroll-content {
        font-size: 15px;
        gap: 2.5rem;
    }
    
    .text-num {
        font-size: 19px !important;
    }
    
    /* 公司简介数字中等屏幕优化 */
    .index-about .index-about-left .index-about-number li {
        margin-right: 8% !important;
    }
    
    .index-about .index-about-left .index-about-number p > strong {
        font-size: 32px;
    }
    
    .index-about .index-about-left .index-about-number p > span {
        font-size: 15px;
    }
    
    /* 艾莫迅使命中等屏幕优化 */
    .mission-title {
        font-size: 48px;
    }
    
    .mission-subtitle {
        font-size: 18px;
    }
    
    .btn-mission {
        padding: 15px 35px;
        font-size: 17px;
        min-width: 190px;
    }
    
    .btn-play .play-icon {
        width: 19px;
        height: 19px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 960px) {
    .partner-title {
        font-size: 32px;
    }
    .partner-stats-grid {
        grid-template-columns: repeat(2, 1fr); /* 移动端改为 2 列布局 */
        gap: 15px;
    }
    
    /* 合作客户分布 - 强制 2 列布局 */
    .partner-distribution .distribution-row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    
    .partner-distribution .distribution-item {
        flex: 0 0 calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
    
    .customers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* 产品系列卡片平板优化 */
    .product-series-grid {
        gap: 12px;
    }
    
    .product-series-card {
        height: 450px;
    }
    
    .product-series-name {
        font-size: 18px;
    }
    
    .product-series-description {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .product-series-detail {
        padding: 35px 22px 22px;
    }
    
    .product-series-detail-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .product-series-tags {
        gap: 6px;
        margin-bottom: 12px;
    }
    
    .product-series-tag-item {
        font-size: 11px;
        padding: 3px 8px;
    }
    
    /* 全栈解决方案平板优化 */
    .index-fullstack-solution {
        padding: 50px 20px;
    }
    
    .fullstack-title {
        font-size: 36px;
    }
    
    .fullstack-subtitle {
        font-size: 15px;
    }
    
    .industry-banner-swiper {
        height: 450px;
    }
    
    /* 合作伙伴统计平板优化 */
    .index-partner-trust {
        padding: 50px 20px;
    }
    
    .partner-title {
        font-size: 36px;
    }
    
    .partner-subtitle {
        font-size: 15px;
    }
    
    .distribution-item {
        padding: 25px 18px;
    }
    
    .item-number {
        font-size: 24px;
    }
    
    .item-number span {
        font-size: 16px;
    }
    
    .item-label {
        font-size: 13px;
    }
    
    /* 水平滚动平板优化 */
    .horizontal-scroll-container {
        height: 70px;
    }
    
    .horizontal-scroll-content {
        font-size: 15px;
        gap: 2.5rem;
    }
    
    .text-num {
        font-size: 18px !important;
    }
    
    /* 公司简介数字平板优化 */
    .index-about .index-about-left .index-about-number li {
        width: calc((100% - 30%) / 5);
        margin-right: 7.5% !important;
    }
    
    .index-about .index-about-left .index-about-number p > strong {
        font-size: 28px;
    }
    
    .index-about .index-about-left .index-about-number p > span {
        font-size: 15px;
    }
    
    /* 艾莫迅使命平板优化 */
    .index-mission {
        padding: 70px 30px;
        min-height: 550px;
    }
    
    .mission-title {
        font-size: 42px;
    }
    
    .mission-subtitle {
        font-size: 17px;
        margin-bottom: 40px;
    }
    
    .btn-mission {
        padding: 14px 32px;
        font-size: 16px;
        min-width: 180px;
    }
    
    .btn-play .play-icon {
        width: 18px;
        height: 18px;
        margin-right: 9px;
    }
}

@media screen and (max-width: 500px) {
    .distribution-item,
    .customers-grid .customer-item {
        flex: 0 0 calc((100% - 10px) / 2);
    }
    
    /* 产品系列卡片进一步适配 */
    .product-series-card {
        height: 350px !important;
    }
    
    .product-series-name {
        font-size: 16px;
    }
    
    .product-series-description {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .product-series-detail-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .product-series-tag-item {
        font-size: 10px;
        padding: 2px 6px;
    }
    
    /* 轮播图移动端优化 */
    .index-banner-swiper .index-banner-item .big div {
        font-size: 20px;
    }
    
    .index-banner-swiper .index-banner-item .small div {
        font-size: 14px;
        line-height: 22px;
    }
    
    /* 解决方案展示进一步优化 */
    .index-cases .index-cases-item a .item-box .text-box .title {
        height: 90px;
        padding: 5%;
    }
    
    .index-cases .index-cases-item a .item-box .text-box .title h3 {
        font-size: 14px;
        max-height: 40px;
        line-height: 20px;
    }
    
    /* 新闻中心进一步优化 */
    .index-news .index-news-item .index-news-text h3 {
        font-size: 14px;
        padding-bottom: 8px;
    }
    
    .index-news .index-news-item .index-news-text h5 {
        font-size: 12px;
        line-height: 1.5;
    }
    
    /* 合作伙伴 logo 进一步优化 */
    .index-partner .index-partner-item .logo {
        height: 45px;
    }
    
    /* 全栈解决方案轮播图进一步优化 */
    .industry-banner-swiper {
        height: 250px;
    }
    
    /* 合作客户分布移动端优化 - 强制 2 列布局 */
    .partner-distribution .distribution-row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    
    .partner-distribution .distribution-item {
        flex: 0 0 calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        padding: 15px 10px;
    }
    
    .item-number {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .item-label {
        font-size: 11px;
    }
    
    /* 水平滚动进一步优化 */
    .horizontal-scroll-container {
        height: 50px;
    }
    
    .horizontal-scroll-content {
        font-size: 13px;
        gap: 1.5rem;
    }
    
    .text-num {
        font-size: 14px !important;
    }
    
    /* 公司简介数字进一步优化 */
    .index-about .index-about-left .index-about-number li {
        width: calc((100% - 18%) / 3);
        margin-right: 6% !important;
    }
    
    .index-about .index-about-left .index-about-number p > strong {
        font-size: 20px;
    }
    
    /* 艾莫迅使命进一步优化 */
    .mission-title {
        font-size: 24px;
    }
    
    .mission-subtitle {
        font-size: 13px;
    }
    
    .btn-mission {
        padding: 10px 20px;
        font-size: 13px;
        min-width: 140px;
    }
}

/* 小屏手机优化 (≤480px) */
@media screen and (max-width: 480px) {
    .container-outer {
        width: 95%;
    }
    
    /* 产品系列卡片极小屏优化 */
    .product-series-card {
        height: 320px !important;
    }
    
    .product-series-info {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    
    .product-series-name {
        font-size: 15px;
    }
    
    /* 标题字体进一步优化 */
    .fullstack-title,
    .partner-title {
        font-size: 24px;
    }
    
    .product-series-subtitle,
    .fullstack-subtitle,
    .partner-subtitle {
        font-size: 13px;
    }
    
    /* 合作伙伴统计卡片极小屏优化 */
    .partner-stats-grid {
        grid-template-columns: repeat(2, 1fr); /* 小屏手机保持 2 列布局 */
        gap: 10px;
    }
    
    .partner-stat-card {
        padding: 25px 15px;
    }
    
    /* 合作客户分布极小屏优化 - 强制 2 列布局 */
    .partner-distribution .distribution-row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    
    .partner-distribution .distribution-item {
        flex: 0 0 calc(50% - 8px) !important;
        width: calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        padding: 15px 8px;
    }
    
    .item-number {
        font-size: 20px;
    }
    
    .item-number span {
        font-size: 12px;
    }
    
    .item-label {
        font-size: 11px;
        line-height: 1.3;
    }
    
    /* 水平滚动极小屏优化 */
    .horizontal-scroll-container {
        height: 45px;
    }
    
    .horizontal-scroll-content {
        font-size: 12px;
        gap: 1rem;
    }
    
    .horizontal-scroll-item {
        padding: 0.3rem 0.6rem;
    }
    
    .text-num {
        font-size: 13px !important;
    }
    
    /* 公司简介数字极小屏优化 */
    .index-about .index-about-left .index-about-number li {
        width: calc((100% - 12%) / 2);
        margin-right: 6% !important;
    }
    
    .index-about .index-about-left .index-about-number p > strong {
        font-size: 18px;
    }
    
    .index-about .index-about-left .index-about-number p > span {
        font-size: 12px;
    }
    
    /* 艾莫迅使命极小屏优化 */
    .index-mission {
        padding: 50px 15px;
        min-height: 350px;
    }
    
    .mission-title {
        font-size: 22px;
    }
    
    .mission-subtitle {
        font-size: 12px;
        margin-bottom: 25px;
    }
    
    .btn-mission {
        padding: 10px 18px;
        font-size: 12px;
        min-width: 130px;
    }
    
    .btn-play .play-icon {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }
    
    /* 轮播图极小屏优化 */
    .index-banner-swiper .banner-pagination {
        width: 50px;
    }
    
    .index-banner-swiper .banner-pagination span.swiper-pagination-current {
        font-size: 16px;
    }
    
    .index-banner-swiper .banner-pagination span.swiper-pagination-total {
        font-size: 12px;
    }
}

/* ==================== 艾莫迅的使命样式 ==================== */
.index-mission {
    position: relative;
    padding: 80px 5%;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    margin: 60px auto;
    max-width: 84%;
}

.mission-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.mission-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.mission-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.mission-title {
    font-size: 56px;
    font-weight: bold;
    margin: 0 0 20px 0;
    letter-spacing: 3px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.mission-subtitle {
    font-size: 20px;
    margin: 0 0 50px 0;
    line-height: 1.6;
    opacity: 0.9;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.mission-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-mission {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 200px;
}

.btn-mission:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-play {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-play:hover {
    background: #28C76F;
    border-color: #28C76F;
    color: #fff;
}

.btn-play .play-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #fff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.btn-read {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-read:hover {
    background: #fff;
    color: #333;
}

@media screen and (max-width: 960px) {
    .index-mission {
        padding: 80px 20px;
        min-height: 500px;
    }
    .mission-title {
        font-size: 36px;
    }
    .mission-subtitle {
        font-size: 16px;
    }
    .btn-mission {
        padding: 14px 30px;
        font-size: 16px;
        min-width: 180px;
    }
}

@media screen and (max-width: 500px) {
    .mission-buttons {
        flex-direction: column;
        align-items: center;
    }
    .btn-mission {
        width: 100%;
        max-width: 280px;
    }
}

/* ==================== 行业轮播模块样式 ==================== */
.industry-banner-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.industry-banner-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.industry-banner-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.industry-tab-item {
    padding: 12px 30px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.industry-tab-item:hover {
    border-color: #0066cc;
    color: #0066cc;
}

.industry-tab-item.active {
    background-color: #0066cc;
    border-color: #0066cc;
    color: #fff;
}

.industry-banner-content {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.1);
}

.industry-banner-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.industry-banner-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.industry-banner-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.industry-banner-img .img-block {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.industry-banner-text {
    position: absolute;
    bottom: 60px;
    left: 80px;
    right: 80px;
    z-index: 20;
}

.industry-banner-text .big-text {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.industry-banner-text .small-text {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.6;
}

.industry-banner-text .more-btn a {
    display: inline-block;
    padding: 14px 40px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.industry-banner-text .more-btn a:hover {
    background-color: #0066cc;
    color: #fff;
}

.industry-banner-text .more-btn a i {
    margin-left: 8px;
    font-style: normal;
}

.industry-banner-text .more-btn a span {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .industry-banner-content {
        height: 500px;
    }
    .industry-banner-text .big-text {
        font-size: 40px;
    }
    .industry-banner-text .small-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .industry-banner-section {
        padding: 40px 20px;
    }
    .industry-banner-tabs {
        gap: 10px;
    }
    .industry-tab-item {
        padding: 10px 20px;
        font-size: 14px;
    }
    .industry-banner-content {
        height: 400px;
    }
    .industry-banner-text {
        left: 40px;
        right: 40px;
        bottom: 40px;
    }
    .industry-banner-text .big-text {
        font-size: 32px;
    }
    .industry-banner-text .small-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .industry-banner-tabs {
        flex-direction: column;
        align-items: stretch;
    }
    .industry-tab-item {
        text-align: center;
    }
    .industry-banner-content {
        height: 350px;
    }
    .industry-banner-text {
        left: 20px;
        right: 20px;
        bottom: 30px;
    }
    .industry-banner-text .big-text {
        font-size: 28px;
    }
    .industry-banner-text .small-text {
        font-size: 14px;
    }
    .industry-banner-text .more-btn a {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    /* 合作客户分布小平板优化 - 强制 2 列布局 */
    .partner-distribution .distribution-row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    
    .partner-distribution .distribution-item {
        flex: 0 0 calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        padding: 22px 16px;
    }
    
    /* 产品系列卡片小平板优化 */
    .product-series-grid {
        gap: 10px;
    }
    
    .product-series-card {
        height: 420px;
    }
    
    .product-series-name {
        font-size: 17px;
    }
    
    .product-series-description {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .product-series-detail-title {
        font-size: 15px;
        margin-bottom: 9px;
    }
    
    .product-series-tags {
        gap: 5px;
    }
    
    .product-series-tag-item {
        font-size: 10px;
        padding: 2px 7px;
    }
    
    /* 全栈解决方案小平板优化 */
    .index-fullstack-solution {
        padding: 45px 20px;
    }
    
    .fullstack-title {
        font-size: 32px;
    }
    
    .fullstack-subtitle {
        font-size: 14px;
    }
    
    .industry-banner-swiper {
        height: 400px;
    }
    
    /* 合作伙伴统计小平板优化 */
    .index-partner-trust {
        padding: 45px 20px;
    }
    
    .partner-title {
        font-size: 32px;
    }
    
    .partner-subtitle {
        font-size: 14px;
    }
    
    .distribution-item {
        padding: 22px 16px;
    }
    
    .item-number {
        font-size: 22px;
    }
    
    .item-number span {
        font-size: 15px;
    }
    
    .item-label {
        font-size: 12px;
    }
    
    /* 水平滚动小平板优化 */
    .horizontal-scroll-container {
        height: 65px;
    }
    
    .horizontal-scroll-content {
        font-size: 14px;
        gap: 2rem;
    }
    
    .text-num {
        font-size: 17px !important;
    }
    
    /* 公司简介数字小平板优化 */
    .index-about .index-about-left .index-about-number li {
        width: calc((100% - 24%) / 4);
        margin-right: 6% !important;
    }
    
    .index-about .index-about-left .index-about-number p > strong {
        font-size: 26px;
    }
    
    .index-about .index-about-left .index-about-number p > span {
        font-size: 14px;
    }
    
    /* 艾莫迅使命小平板优化 */
    .index-mission {
        padding: 65px 25px;
        min-height: 500px;
    }
    
    .mission-title {
        font-size: 38px;
    }
    
    .mission-subtitle {
        font-size: 16px;
        margin-bottom: 35px;
    }
    
    .btn-mission {
        padding: 13px 28px;
        font-size: 15px;
        min-width: 170px;
    }
    
    .btn-play .play-icon {
        width: 17px;
        height: 17px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 500px) {
    .industry-banner-content {
        height: 300px;
    }
    .industry-banner-text .big-text {
        font-size: 24px;
    }
    .industry-banner-text .small-text {
        font-size: 13px;
        margin-bottom: 20px;
    }
}

/* ==================== 分页样式 ==================== */
.fenye {
    padding: 60px 0 60px;
    background: #f8f9fa;
    text-align: center;
}
.index-fullstack-solution .fullstack-content-box {
    position: relative;
    margin-top: 40px;
    background: transparent;
}

.industry-banner-swiper,
.industry-banner-swiper .swiper-container,
.industry-banner-swiper .swiper-wrapper,
.industry-banner-swiper .swiper-slide {
    box-shadow: none !important;
    border: none !important;
}

.industry-banner-swiper {
    width: 100%;
    height: 687px;
    border-radius: 0 !important;
    overflow: hidden;
    box-shadow: none !important;
    background: transparent;
}

.industry-banner-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.industry-banner-swiper .fullstack-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;
    box-shadow: none !important;
}

.industry-banner-info {
    position: absolute;
    bottom: 60px;
    left: 80px;
    right: 80px;
    z-index: 10;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: none; /* 隐藏文字信息 */
}

.industry-banner-info .industry-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.industry-banner-info .industry-desc {
    font-size: 20px;
    line-height: 1.6;
}

.industry-banner-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

.industry-banner-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.industry-banner-swiper .swiper-button-prev,
.industry-banner-swiper .swiper-button-next {
    color: #fff;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.industry-banner-swiper .swiper-button-prev:hover,
.industry-banner-swiper .swiper-button-next:hover {
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .industry-banner-swiper {
        height: 500px;
    }
    .industry-banner-info .industry-title {
        font-size: 40px;
    }
    .industry-banner-info .industry-desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .industry-banner-swiper {
        height: 400px;
    }
    .industry-banner-info {
        left: 40px;
        right: 40px;
        bottom: 40px;
    }
    .industry-banner-info .industry-title {
        font-size: 32px;
    }
    .industry-banner-info .industry-desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .industry-banner-swiper {
        height: 350px;
    }
    .industry-banner-info {
        left: 20px;
        right: 20px;
        bottom: 30px;
    }
    .industry-banner-info .industry-title {
        font-size: 28px;
    }
    .industry-banner-info .industry-desc {
        font-size: 14px;
    }
    .industry-banner-swiper .swiper-button-prev,
    .industry-banner-swiper .swiper-button-next {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .industry-banner-swiper {
        height: 300px;
    }
    .industry-banner-info .industry-title {
        font-size: 24px;
    }
    .industry-banner-info .industry-desc {
        font-size: 13px;
        margin-bottom: 10px;
    }
}
