/**
 * 专业视听页面样式
 * 模块化设计，支持响应式布局
 * @author SOLO Coding
 * @version 1.0.0
 */

/* ===== 页面基础样式 ===== */
.soluSty-page {
    background: #ffffff;
    min-height: 100vh;
}

/* ===== 面包屑导航 ===== */
.breadcrumb {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    z-index: 10;
    padding-left: 18.75%;
    padding-top: 32px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 20px;
    background-color: #ffffff;
}
.breadcrumb a{
    color: #333333;
}

/* ===== 分类导航样式 ===== */
.categories-nav {
    display: flex;
    align-items: flex-start;
    /* justify-content: flex-start; */
    background: #f6f7fb;
    padding-left: 18.75%;
    min-width: 100%;
}

.category-item {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 84px;
}

.category-item__text {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 19px 4px;
    display: block;
}

.category-item--active .category-item__text {
    color: #0056b9;
    font-weight: 600;
}

.category-item__divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #0056b9;
    border-radius: 2px;
}

.category-item:hover .category-item__text {
    color: #0056b9;
}

/* ===== 重点案例样式 ===== */
.featured-case {
    padding: 30px 18.75%;
    background: #ffffff;
}

.featured-case__title {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0056b9;
    margin: 0 0 20px;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.featured-case__contentBor {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.featured-case__content {
    position: relative;
    width: 100%;
    height: 465px;
    background-image: url('../../image/jiejuefangan/image23.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.featured-case__header {
    position: absolute;
    top: 80px;
    right:0px;
    background: #0056b9cc;
    width: 214px;
    height: 130px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.featured-case__category {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 75px;
}

.featured-case__category-text {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
}

.featured-case__category-divider {
    width: 80px;
    height: 2px;
    background: #ffffff;
    margin-top: 10px;
}

.featured-case__category-subtext {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 23px;
    margin-top: 10px;
}

.featured-case__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0056b9cc;
    min-height: 80px;
    padding: 16px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-case__info .featured-case__title {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    letter-spacing: 0;
}

.featured-case__description {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    margin: 0;
    width: 100%;
    min-height: 15px;
    letter-spacing: 0;
}

/* 案例详情区域样式 - Group 76 布局 */
.featured-case__details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* height: 160px; */
    padding: 0;
    background: #ffffff;
    margin: 30px auto 0 auto;
}

.featured-case__subtitle {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0056b9;
    line-height: 25px;
    letter-spacing: 0;
    margin: 0 0 8px 0;
}

.featured-case__detail-description {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    letter-spacing: 0;
    margin: 0;
}

.featured-case__gallery {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.featured-case__detail-content{
    width: 34.2%;
}

.featured-case__gallery-image {
    width: 19.4%;
    margin-right: 2.5%;;
    height: fit-content;
    object-fit: cover;
}
.featured-case__gallery-maximage {
    width: 63.2%;
    margin-right: 2.5%;;
    height: fit-content;
    object-fit: cover;
}

.featured-case__images {
    display: none;
}

.featured-case__image {
    display: none;
}

.featured-case__highlight {
    flex: 1;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #0056b9;
}

.featured-case__highlight-title {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px;
}

.featured-case__highlight-description {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin: 0;
}

/* ===== 其他案例样式 ===== */
.other-cases-section {
    padding: 0 18.75% 30px;
    background: #ffffff;
}

.other-cases__title {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0056b9;
    line-height: 25px;
    letter-spacing: 0;
    width: 120px;
    height: 25px;
    margin: 0 0 30px;
}

.other-cases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.case-card {
    position: relative;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.case-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.case-card:hover .case-card__image {
    transform: scale(1.05);
}

.case-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 86, 185, 0.8);
    padding: 20px;
    transition: transform 0.3s ease;
}


.case-card__title {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 23px;
}
.hotelMessLiCon {
    font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 28px;
}
.hotelMessLiCon p{
   margin: 0;
}

/* ===== 响应式设计 ===== */


@media (max-width: 1024px) {
    .featured-case__images {
        flex-direction: column;
    }
    
    .featured-case__image {
        width: 100%;
        max-width: 400px;
    }
    
    .other-cases {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .featured-case__details {
        position: static;
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 30px;
        padding: 30px 40px;
    }

}

/* ===== 动画效果 ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.featured-case,
.other-cases-section {
    animation: fadeInUp 0.6s ease-out;
}

.case-card {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.case-card:nth-child(1) { animation-delay: 0.1s; }
.case-card:nth-child(2) { animation-delay: 0.2s; }
.case-card:nth-child(3) { animation-delay: 0.3s; }
.case-card:nth-child(4) { animation-delay: 0.4s; }
.case-card:nth-child(5) { animation-delay: 0.5s; }
.case-card:nth-child(6) { animation-delay: 0.6s; }

/* ===== 加载状态 ===== */
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.loading::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0056b9;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



@media (max-width: 768px) {
    .categories-nav {
        padding-left: 0.427rem  /* 32/75 */;
        border-bottom: 1px solid #E0E0E0;
    }

    .category-item {
        margin-right: 1.2rem  /* 90/75 */;
    }

    .category-item__text {
        font-size: 0.373rem  /* 28/75 */;
        line-height: 0.56rem  /* 42/75 */;
        padding: 0.267rem  /* 20/75 */ 0;
    }

    .category-item--active .category-item__text {
        color: #005CAC;
        font-weight: 500;
    }

    .category-item__divider {
        height: 0.053rem  /* 4/75 */;
        background: #005CAC;
        border-radius: 0;
    }

    .breadcrumb {
        display: none;
    }

    .featured-case {
        padding: 0.72rem  /* 54/75 */ 0.373rem  /* 28/75 */ 0.453rem  /* 34/75 */ 0.373rem  /* 28/75 */;
        background-color: transparent;
    }

    h2.featured-case__title {
        display: none;
    }

    .featured-case__content {
        height: auto;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding-top: 5.093rem  /* 382/75 */;
        background-size: 100% 5.093rem  /* 382/75 */;
        background-position: 0 0;
    }
    .featured-case__contentBor {
        padding: 0.427rem  /* 32/75 */;
        background-color: #ffffff;
        border-radius: 0.32rem  /* 24/75 */;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
        /* padding-top: 382px; */
    }

    .main-content {
        background-color: #fafafa;
    }

    .soluSty-page {
        background: #FAFAFA;
    }

    .featured-case__content {}

    .featured-case__header {
        display: none;
    }

    .featured-case__info {
        position: relative;
        top: 0;
        padding: 0;
        min-height: auto;
        display: block;
        background: transparent;
    }

    .featured-case__info .featured-case__title {
        color: #000000;
        margin: 0.427rem  /* 32/75 */ 0 0.213rem  /* 16/75 */ 0;
        font-size: 0.453rem  /* 34/75 */;
        line-height: 0.747rem  /* 56/75 */;
        height: auto;
        min-height: 0.747rem  /* 56/75 */;
    }

    .featured-case__description {
        color: #000000;
        font-size: 0.32rem  /* 24/75 */;
        line-height: 0.48rem  /* 36/75 */;
        min-height: 0.48rem  /* 36/75 */;
    }

    .featured-case__details {
        display: none;
    }
    .other-cases-section {
        padding: 0 0.373rem  /* 28/75 */ 0.8rem  /* 60/75 */ 0.373rem  /* 28/75 */;
        background: transparent;
    }

    .other-cases__title {
        display: none;
    }

    .other-cases {
        gap: 0.347rem  /* 26/75 */;
    }

    .case-card {
        height: 5.013rem  /* 376/75 */;
        border-radius: 0.32rem  /* 24/75 */;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        background: #ffffff;
        padding: 0.32rem  /* 24/75 */;
    }

    .case-card__image {
        width: 100%;
        height: 3.52rem  /* 264/75 */;
        object-fit: initial;
        object-position: initial;
        position: relative;
    }

    .case-card__overlay {
        position: relative;
        background: transparent;
        padding: 0;
    }

    .case-card__title {
        line-height: 0.4rem  /* 30/75 */;
        height: 1.173rem  /* 88/75 */;
        font-size: 0.293rem  /* 22/75 */;
        color: #000000;
        font-weight: normal;
        margin: 0;
        text-align: center;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .hotelMessLiCon{
        display: none;
    }





    /*.breadcrumb {*/
    /*font-size: 12px;*/
    /*}*/

    /*.featured-case__title,*/
    /*.other-cases__title {*/
    /*font-size: 24px;*/
    /*}*/

    /*.other-cases {*/
    /*grid-template-columns: 1fr;*/
    /*gap: 20px;*/
    /*}*/

    /*.case-card {*/
    /*height: 150px;*/
    /*}*/

    /*.featured-case__details {*/
    /*position: static;*/
    /*flex-direction: column;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*padding: 20px;*/
    /*gap: 20px;*/
    /*}*/

    /*.featured-case__detail-description {*/
    /*width: 100%;*/
    /*}*/

    /*.featured-case__gallery-image {*/
    /*width: 100%;*/
    /*height: 200px;*/
    /*margin-right: 0;*/
    /*margin-bottom: 15px;*/
    /*}*/

    /*.featured-case__gallery-image:last-of-type {*/
    /*margin-bottom: 0;*/
    /*}*/
    /*.featured-case__gallery-maximage {*/
    /*width: 100%;*/
    /*height: 200px;*/
    /*margin-right: 0;*/
    /*margin-bottom: 15px;*/
    /*}*/
    /*.featured-case__gallery-maximage:last-of-type {*/
    /*margin-bottom: 0;*/
    /*}*/
}