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

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

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

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

.home-banner .box-slider-text {
    width: 100%;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 1440px;
    margin-top: -150px;
}

.home-banner .box-slide-title {
    width: 100%;
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 108px;
    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;
    max-width: 1440px;
    animation: slideInUp 0.8s ease;
}

.home-banner .box-slide-sub-title {
    width: 100%;
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    max-width: 1440px;
    animation: slideInUp 1s ease;
}

.home-banner .box-slide-description {
    width: 580px;
    height: 48px;
    margin: 0 auto 30px;
    opacity: 0.78;
    border-radius: 8px;
    background: #FFFFFF;
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #1366EE;
    animation: slideInUp 1.2s ease;
}

/* Banner按钮组 */
.home-banner .banner-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    animation: slideInUp 0.8s ease 0.4s both;
}

.home-banner .banner-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.home-banner .banner-buttons .btn svg {
    width: 20px;
    height: 20px;
}

/* 点击咨询按钮 - 蓝色实心 */
.home-banner .banner-buttons .btn-consult {
    background: #1366EE;
    color: #fff;
    border: 2px solid #1366EE;
    box-shadow: 0 4px 15px rgba(19, 102, 238, 0.4);
}

.home-banner .banner-buttons .btn-consult:hover {
    background: #0d4bb5;
    border-color: #0d4bb5;
    box-shadow: 0 6px 20px rgba(19, 102, 238, 0.5);
    transform: translateY(-2px);
}

.home-banner .box-slide-bottom {
    position: absolute;
    bottom: 150px;
    animation: slideInUp 0.8s ease 0.4s both;
}

.home-banner .box-slide-bottom img {
    width: 100%;
    height: auto;
}

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

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

/* 响应式调整 */
@media (max-width: 1440px) {
    .bg-show-section {
        width: 100%;
    }

    .bg-show-btn {
        right: 40px;
    }
}

@media (max-width: 991px) {
    .home-banner {
        height: 850px;
    }

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

    .home-banner .box-slider-text {
        margin-top: -50px;
    }

    .home-banner .box-slide-bottom {
        bottom: 100px;
    }

    .home-banner .box-slide-bottom img {
        max-width: 100%;
    }

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

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

    .home-banner .box-slide-description {
        width: 90%;
        font-size: 26px;
        height: auto;
        padding: 12px 0;
    }

    /* 解决方案 */
    .solution-section {
        height: auto;
        padding: 80px 20px;
    }

    .solution-section .solution-container {
        width: 100%;
    }

    .solution-content {
        gap: 20px;
        flex-wrap: wrap;
    }

    .solution-content img {
        width: calc(50% - 10px);
        height: 500px;
    }

    /* 优势选择 */
    .advantage-section {
        padding: 80px 0;
    }

    .advantage-content {
        flex-direction: column;
        gap: 40px;
    }

    .advantage-tab {
        width: 100%;
        height: 90px;
    }

    .advantage-image {
        min-height: 500px;
    }

    /* 背景展示 */
    .bg-show-section {
        width: 100%;
        height: 850px;
    }

    .bg-show-btn {
        width: 320px;
        height: 68px;
        font-size: 28px;
        right: 30px;
        bottom: 50px;
        padding: 15px 45px;
    }

    /* 更多案例 */
    .more-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .more-card {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .home-banner {
        height: 650px;
    }

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

    .home-banner .box-slider-text {
        margin-top: 0;
    }

    .home-banner .box-slide-bottom {
        bottom: 60px;
    }

    .home-banner .box-slide-bottom img {
        max-width: 100%;
    }

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

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

    .home-banner .box-slide-description {
        width: 90%;
        font-size: 20px;
        height: auto;
        padding: 10px 0;
    }

    .home-banner .banner-buttons .btn {
        padding: 12px 24px;
        font-size: 16px;
    }

    /* 解决方案 */
    .solution-section {
        padding: 50px 15px;
    }

    .solution-content img {
        width: 100%;
        height: 400px;
    }

    /* 优势选择 */
    .advantage-section {
        padding: 50px 0;
    }

    .advantage-title {
        font-size: 36px;
    }

    .advantage-subtitle {
        font-size: 18px;
    }

    .advantage-tab {
        height: 80px;
        font-size: 20px;
        padding: 0 25px;
    }

    .advantage-tab .tab-icon {
        width: 24px;
        height: 24px;
    }

    .advantage-image {
        min-height: 400px;
    }

    /* 背景展示 */
    .bg-show-section {
        height: 650px;
    }

    .bg-show-btn {
        width: 280px;
        height: 60px;
        font-size: 24px;
        right: 20px;
        bottom: 40px;
        padding: 12px 35px;
    }

    /* 更多案例 */
    .more-section {
        padding: 50px 0;
    }

    .more-title-main {
        font-size: 36px;
    }

    .more-subtitle {
        font-size: 18px;
    }

    .more-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .more-card {
        height: auto;
    }

    .more-card-image {
        height: 280px;
    }

    .more-card-title {
        font-size: 22px;
    }

    .more-card-desc {
        font-size: 15px;
    }

    .more-view-btn {
        width: 150px;
        height: 44px;
        font-size: 14px;
    }
}

/* ========== 实时动向区域 ========== */
.solution-section {
    height: 980px;
    padding: 50px;
    background: url('/static/module/index/default/images/solution_img.png') no-repeat center center/cover;
    gap: 40px;
}

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

.solution-section .solution-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.solution-content {
    display: flex;
    justify-content: center;
    gap: 65px;
}

.solution-content img {
    width: 310px;
    height: 680px;
    object-fit: cover;
    border-radius: 8px;
}

/* ========== 优势选择区域 ========== */
.advantage-section {
    padding: 90px 0;
}

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

.advantage-title {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #333;
    margin-bottom: 15px;
}

.advantage-subtitle {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
}

.advantage-content {
    width: 1440px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}

.advantage-tabs {
    height: 548px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.advantage-tab {
    width: 310px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-radius: 8px;
    background: #EDEDED;
    cursor: default;
    transition: all 0.3s ease;
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    box-sizing: border-box;
}

.advantage-tab.is-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.advantage-tab.active {
    background: linear-gradient(90deg, #0072FF 0%, #00A3FF 100%);
    box-shadow: 0px 9px 26px 0px #0D99FF4D;
    color: #fff;
    cursor: pointer;
}

.advantage-tab .tab-icon {
    width: 28px;
    height: 28px;
}

.advantage-image {
    width: 948px;
    height: 548px;
    border-radius: 12px;
    overflow: hidden;
}

.advantage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========== 背景展示区域 ========== */
.bg-show-section {
    position: relative;
    width: 1920px;
    height: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.bg-show-btn {
    position: absolute;
    bottom: 70px;
    right: 234px;
    width: 346px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 45px;
    background: #1366EE;
    color: #fff;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    border-radius: 8px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.bg-show-btn:hover {
    color: #fff;
}

/* ========== 更多案例区域 ========== */

/* 更多案例标题样式 */
.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;
    text-align: center;
    color: #666;
    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;
    padding: 0 20px;
}

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

.more-header-left {
    text-align: center;
    flex: 1;
}

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

/* 查看更多按钮 */
.more-view-btn {
    width: 180px;
    height: 48px;
    margin-left: auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    color: #1366EE !important;
    border: 1px solid #1366EE;
    box-shadow: 0 2px 8px rgba(13, 153, 255, 0.3);
    line-height: 1;
}

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

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

/* 更多案例网格布局 */
.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;
    margin: 0 0 8px 0;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 20px;
    color: #999;
    font-size: 16px;
    text-align: center;
}
