.categoryList {
    display: none;
}

.headerCol {
    background: #fff;
}

.nav a {
    color: #333;
}


/* 商品分类部分修改 */

.sceneCustomize,
.sortCustomize,
.brand,
.hotCustomize {
    background: #fff;
}
/* *********************** */


/* 案例导航 */

.navFilter {
    width: 100%;
    height: auto;
    padding: 13px 0;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
}

.navFilter li {
    text-align: center;
    float: left;
    width: 11.1111%;
    height: 90px;
    font-size: 14px;
}

.navFilter li a {
    color: #baa47f;
}

.navFilter li i {
    font-size: 40px;
    line-height: 58px;
    color: #d5d5d5;
}

/* 案例列表 */
.userCaseList {
    position: relative;
}
.container-fluid {
    position: absolute;
    /* padding: 20px; */
    width: 1200px;
}

.box {
    margin-bottom: 5px;
    float: left;
    width: 295px;
    /* height: 165px; */
}

.box-width2 {
    width: 590px;
}

.box a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.box img {
    width: 100%;
}


/* 案例列表 遮罩层 */
.masked {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: rgb(255, 0, 0);
    opacity: 0;
    color: #fff;
}

.masked p {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}
.masked p:nth-of-type(1) {
    font-size: 18px;
    top: 45%;
}
.masked p:nth-of-type(2) {
    font-size: 14px;
    top: 45%;
    margin-top: 30px;
}




