/* 案例页面级样式（公共段：导航壳 / 留言区 / 页脚 已上提至 common.css） */

.banner_bg {
    background: url("../images/case/banner.png") #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 1000px;
    min-height: 600px;
    max-height: 1000px;
}

.banner_img_contain {
    position: absolute;
    top: 300px;
    left: 20%;
}

/* —— 分类 Tab —— */
.tab_container {
    height: 207px;
}

    .tab_container .item {
        width: 190px;
        height: 60px;
        cursor: pointer;
    }

    .tab_container .active .item {
        background: #0667ec;
        border-radius: 30px;
    }

    .tab_container .item .txt {
        font-size: 28px;
    }

/* —— 案例网格 —— */
.case_item {
    height: 650px;
    width: 50%;
}
