/* ========== list_image 页面专用样式 ========== */

/* Banner区域样式 - 与category_product保持一致 */
.category-banner .home-banner {
    height: 600px;
}

.category-banner .home-banner .swiper-slide {
    height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.category-banner .home-banner .swiper-slide::before {
    display: none;
}

.category-banner .home-banner .container.banner-container {
    height: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.category-banner .home-banner .box-slider-text {
    max-width: 800px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.category-banner .home-banner .box-slide-title {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    animation: slideInUp 0.8s ease;
}

.category-banner .home-banner .box-slide-sub-title {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 15px;
    opacity: 0.95;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    animation: slideInUp 0.8s ease 0.1s both;
}

.category-banner .home-banner .box-slide-description {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 30px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    animation: slideInUp 0.8s ease 0.2s both;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Banner特性列表 - 水平排列 */
.category-banner .home-banner .banner-features {
    display: flex;
    flex-direction: row;
    gap: 31px;
    margin: 30px 0;
}

/* 每个特性项 - 内部垂直排列（图片在上，文字在下）*/
.category-banner .home-banner .banner-features span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

/* 特性图标尺寸 */
.category-banner .home-banner .banner-features .feature-icon {
    width: 71px;
    height: 71px;
    margin-right: 0 !important;
}

/* 按钮组 - 水平排列 */
.category-banner .home-banner .banner-btns {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 10px;
}

/* 点击咨询按钮 */
.category-banner .home-banner .banner-btns .consult-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: #1366EE;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0px 9px 26px 0px rgba(13, 153, 255, 0.3);
    transition: all 0.3s ease;
}

.category-banner .home-banner .banner-btns .consult-btn:hover {
    background: #0d5ad4;
    transform: translateY(-2px);
    color: #fff;
}

/* ========== 热门行业案例区域样式 ========== */

.hot-section {
    padding: 80px 0;
    background: #fff;
}

.hot-container {
    width: 1440px;
    margin: 0 auto;
}

.hot-title {
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px;
}

.hot-subtitle {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #3D485D;
}

.hot-subtitle .hot-highlight {
    color: #0066FF;
    font-weight: 700;
}

/* 公司动态标题样式 */
.news-title {
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px;
}

.news-subtitle {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #3D485D;
}

.news-subtitle .news-highlight {
    color: #0066FF;
    font-weight: 700;
}

/* 客户证言标题样式 */
.customer-title-main {
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.customer-subtitle {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.customer-subtitle .customer-highlight {
    color: #0066FF;
    font-weight: 700;
}

/* 更多案例标题样式 */
.more-title-main {
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px !important;
    margin: 0;
}

.more-subtitle {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}

.more-subtitle .more-highlight {
    color: #0066FF;
    font-weight: 700;
}

/* 更多案例区域 */
.more-section {
    background: #F5F7FA;
    padding: 60px 0;
}

.more-container {
    max-width: 1440px;
    margin: 0 auto;
    color: #fff;
}

/* 更多案例头部左右布局 */
.more-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-header-left {
    flex: 1;
}

.more-header-right {
    flex-shrink: 0;
}

/* 查看更多按钮 */
.more-view-btn {
    width: 180px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    color: #1366EE;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 0.5px solid #1366EE;
    box-shadow: 9.76px 9.76px 24.41px 0px #3763AA1A;
}

.more-view-btn svg {
    width: 18px;
    height: 18px;
}

.more-view-btn:hover {
    border-color: #0066FF;
    color: #0066FF;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.15);
}

/* 更多案例Tab导航 */
#deviceTabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 30px 0 !important;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #EBEBEB;
}

#deviceTabs .nav-item {
    flex: 1;
    margin: 0;
}

#deviceTabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
    height: 46px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

#deviceTabs .nav-link .feature-icon {
    width: 20px;
    height: 20px;
}

#deviceTabs .nav-link:hover {
    background: rgba(19, 102, 238, 0.1);
    color: #1366EE;
}

#deviceTabs .nav-link.active {
    background: #1366EE;
    color: #fff;
}

/* 更多案例内容区域 */
.more-content {
    position: relative;
}

.more-tab-pane {
    display: none;
    animation: fadeIn 0.3s ease;
}

.more-tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 更多案例网格布局 */
.more-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* 更多案例卡片 */
.more-card {
    width: 340px;
    height: 340px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.more-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

/* 更多案例卡片图片 */
.more-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #1366EE;
}

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

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

.more-card-placeholder {
    width: 100%;
    height: 100%;
    background: #1366EE;
}

/* 更多案例卡片内容 */
.more-card-content {
    flex: 1;
    padding: 16px;
}

.more-card-title {
    font-size: 26px;
    font-weight: 600;
    color: #303030;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.more-card-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* 更多案例空状态 */
.more-empty {
    text-align: center;
    padding: 80px 20px;
    color: #999;
    font-size: 16px;
}

/* 信息展示区域 */
.info-section {
    padding: 80px 0;
}

.info-container {
    width: 1440px;
    margin: 0 auto;
}

.info-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 信息卡片 */
.info-card {
    width: 723px;
    height: 440px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.info-content {
    padding: 60px 80px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-content>img {
    width: 31px;
    height: 21px;
    margin-bottom: 20px;
}

.info-title {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    margin: 0 0 15px 0;
}

.info-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 0;
}

.info-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}

.info-stats {
    display: flex;
    gap: 40px;
}

.info-stat-item {
    text-align: left;
}

.info-stat-number {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.info-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* 客户证言区域 */
.customer-section {
    background-image: url('__static__/images/img_customer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    min-height: 890px;
}

/* 客户证言网格布局 */
.customer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1440px;
    margin: 0 auto;
}

/* 客户证言卡片 */
.customer-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 465px;
    height: 260px;
}

/* 客户证言视频容器 */
.customer-video {
    position: relative;
    width: 100%;
    height: 160px;
}

/* 播放按钮 */
.customer-play-btn {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.customer-play-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.customer-play-btn:hover {
    transform: scale(1.1);
}

.customer-play-btn svg {
    width: 18px;
    height: 18px;
    color: #fff;
    margin-left: 2px;
}

/* 客户证言信息 */
.customer-info {
    padding: 10px 20px;
    background: #FFFFFF3D;
    position: relative;
    z-index: 1;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.customer-desc {
    font-size: 14px;
    color: #fff !important;
    line-height: 1.6;
    margin: 0;
    overflow-y: auto;
}

/* 实时动向内容布局 */
.news-content {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

/* 左侧图片 */
.news-image {
    width: 706px;
    height: 420px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

.news-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

/* 没有文件提示 */
.news-image .no-file {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #999;
    font-size: 16px;
}

/* 播放按钮 */
.news-image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.news-image .play-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-image .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.news-image .play-btn svg {
    width: 40px;
    height: 40px;
    color: #0066FF;
    margin-left: 5px;
}

/* 右侧新闻列表 */
.news-list {
    width: 706px;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 420px;
    overflow-y: auto;
}

.news-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

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

.news-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.news-item-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 案例列表布局 - 每行单独控制 */
.hot-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

/* 每一行容器 */
.hot-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* 案例卡片基础样式 */
.hot-item {
    height: 200px;
    box-sizing: content-box;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.hot-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    pointer-events: none;
}

/* 大卡片宽度705px */
.hot-item-large {
    width: 705px;
    box-sizing: content-box;
}

/* 小卡片宽度340px */
.hot-item-small {
    width: 340px;
    box-sizing: content-box;
}

.hot-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.hot-item .hi-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right center;
    transition: opacity 0.3s ease;
}

/* 小卡片的图片再往右移动 */
.hot-item-small .hi-pic {
    background-position: 85% center;
}

.hot-item .hi-text {
    position: relative;
    z-index: 2;
    padding: 30px;
    display: flex;
    box-sizing: content-box;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.hot-item .hi-text h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.4;
    color: #fff;
}

.hot-item .hi-text h5 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hot-item .hi-text h5 a:hover {
    color: #4da6ff;
}

.hot-item .hi-text .desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
}

/* 响应式 - 热门行业案例 */
@media (max-width: 991px) {
    .hot-section {
        padding: 60px 0;
    }

    .hot-title {
        font-size: 28px;
    }

    .hot-subtitle {
        font-size: 14px;
    }

    .hot-list-row {
        gap: 30px 20px;
        justify-content: center;
    }

    .hot-item {
        width: 100%;
        max-width: 330px;
    }
}

@media (max-width: 768px) {
    .hot-section {
        padding: 40px 0;
    }

    .hot-title {
        font-size: 24px;
    }

    .hot-item {
        height: auto;
    }

    .hot-item .hi-pic {
        width: 100%;
        height: 200px !important;
        margin: 20px 0;
    }
}

@media (max-width: 575px) {
    .hot-section {
        padding: 30px 0;
    }

    .hot-title {
        font-size: 20px;
    }

    .hot-subtitle {
        font-size: 12px;
    }

    .hot-list-row {
        gap: 20px;
    }

    .hot-item .hi-text h5 {
        font-size: 16px;
        min-height: auto;
    }

    .hot-item .hi-text .desc {
        font-size: 13px;
    }
}

/* Banner 响应式优化 */
@media (max-width: 991px) {
    .category-banner .home-banner {
        height: 500px;
    }

    .category-banner .home-banner .swiper-slide {
        height: 500px;
    }

    .category-banner .home-banner .box-slide-title {
        font-size: 42px;
    }

    .category-banner .home-banner .box-slide-sub-title {
        font-size: 24px;
    }

    .category-banner .home-banner .banner-features {
        flex-wrap: wrap;
        gap: 20px;
    }

    .category-banner .home-banner .banner-features span {
        font-size: 18px;
    }

    .category-banner .home-banner .banner-features .feature-icon {
        width: 50px;
        height: 50px;
    }

    .category-banner .home-banner .banner-btns {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }

    .category-banner .home-banner .banner-btns .consult-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .category-banner .home-banner {
        height: 450px;
    }

    .category-banner .home-banner .swiper-slide {
        height: 450px;
    }

    .category-banner .home-banner .box-slide-title {
        font-size: 32px;
    }

    .category-banner .home-banner .box-slide-sub-title {
        font-size: 20px;
    }

    .category-banner .home-banner .box-slide-description {
        font-size: 16px;
    }

    .category-banner .home-banner .banner-features {
        gap: 15px;
    }

    .category-banner .home-banner .banner-features span {
        font-size: 14px;
    }

    .category-banner .home-banner .banner-features .feature-icon {
        width: 40px;
        height: 40px;
    }

    .category-banner .home-banner .banner-btns {
        flex-direction: column;
        gap: 10px;
    }

    .category-banner .home-banner .banner-btns .consult-btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 575px) {
    .category-banner .home-banner {
        height: 400px;
    }

    .category-banner .home-banner .swiper-slide {
        height: 400px;
    }

    .category-banner .home-banner .box-slide-title {
        font-size: 28px;
    }

    .category-banner .home-banner .box-slide-sub-title {
        font-size: 18px;
    }

    .category-banner .home-banner .box-slide-description {
        font-size: 14px;
    }
}