.categoryList {
    display: none;
}

.headerCol {
    background: #fff;
}

.nav a {
    color: #333;
}

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

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

/* *********************** */

/* 主体内容部分 */

.main .nav {
    width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    padding: 30px 18px;
    margin-right: 2%;
}

.main .nav li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 10PX;
    position: relative;
    text-align: center;
}

.main .nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #3c3c3c;
}

.main .nav li a .triangle {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border: 8px solid #baa47f;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    display: none;
}

.addBanner {
    height: 250px;
    width: 100%;
    margin-bottom: 50px;
}

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

.addBanner img {
    width: 100%;
    height: 100%;
}

.aboutInfo {
    width: 78%;
    padding: 40px 30px;
    border: 1px solid #f1f1f1;
    display: none;
}

.aboutInfo img {
    width: 100%;
}

.aboutInfo p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.aboutInfo p.text1 {
    margin-top: 14px;
}

.aboutInfo p.text2 {
    margin-top: 25px;
}

/* 需要用到js active */

.main .nav li.active a {
    background: #baa47f;
    color: #fff;
}

.main .nav li.active .triangle {
    display: block;
}