.categoryList {
    display: none;
}

.headerCol {
    background: #fff;
}

.nav a {
    color: #333;
}


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

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



/* 品牌背景故事介绍 */

.brandInt {
    width: 100%;
    height: 360px;
}

.brandInt .brandStory {
    width: 75%;
    height: 100%;
    background: #f8f8f8;
    padding: 30px 20px 0;
}

.brandInt .brandStory .BraLogo {
    height: 110px;
    line-height: 110px;
    vertical-align: middle;
    font-size: 24px;
    color: #baa47f;
    margin-bottom: 10px;
}

.brandInt .brandStory .BraLogo span {
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    width: 110px;
    height: 110px;
    line-height: 110px;
    -moz-border-radius: 55px;
    -o-border-radius: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    border: 1px solid #f40000;
    vertical-align: middle;
    margin-right: 20px;
}
.brandInt .brandStory .BraLogo span img {
    width: 80%;
}
.brandInt .brandStory .StoryTitle {
    line-height: 64px;
    font-size: 24px;
    color: #3c3c3c;
}
.brandInt .brandStory .StoryTitle  span {
    margin-left: 10px;
    color: #dfdfdf
}
.brandInt .brandStory p {
    color: #666;
    line-height: 18px;
    font-size: 12px;
}
.brandInt .brandStory p:nth-of-type(2) {
    margin-bottom: 24px;
}
.brandInt .brandStory p:nth-of-type(3) {
    margin-bottom: 12px;
}

/* 热卖产品 */
.hotPro {
    width: 22%;
    height: 100%;
}
.hotPro ul {
    width: 100%;
}
.hotPro li {
    float: left;
    width: 45%;
    height: 110px;
    margin-top: 15px;
    margin-left: 5%;
    border: 1px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
}
.hotPro li img {
    width: 100%;
    height: 100%;
}
.hotPro li:nth-of-type(1),
.hotPro li:nth-of-type(2) {
    margin-top: 0px;
}

.bannerAdd {
    margin: 62px 0 26px;
    width: 100%;
    height: 90px;
}
.bannerAdd img {
    width: 100%;
}






/* 商品列表 */

.proList {
    margin-top: 60px;
    width: 100%;
}

.proList li {
    float: left;
    width: 19.2%;
    height: 340px;
    margin-right: 1%;
    margin-bottom: 20px;
    -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 #eee;
    position: relative;
}

.proList li:nth-of-type(5n) {
    margin-right: 0;
}

.proList li a {
    width: 100%;
    height: 100%;
}

.proList li a img {
    width: 100%;
    height: 230px;
}

.proList li a .text {
    padding: 0 10px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proList li a .rule {
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    color: #999;
}

.proList li a .price {
    padding: 0 10px;
    color: #d21a33;
    font-size: 22px;
}

.proList li .joinPPT {
    width: 114px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: -8px;
    top: 14px;
    background: #baa47f;
    color: #fff;
    z-index: 5;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topright: 15px;
    -o-border-radius-bottomright: 15px;
    -o-border-radius-topright: 15px;
    -webkit-bottom-right-radius: 15px;
    -webkit-top-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 12px;
    display: none;
}
.proList li .joinPPT  .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border:4px solid #a98950;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: 0;
    top: 30px;
}






/* **active******************************************* */
.proList ul {
    -webkit-transform: perspective(500px);
    -moz-transform: perspective(500px);
    -ms-transform: perspective(500px);
    -o-transform: perspective(500px);
    transform: perspective(500px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.proList li.active {
    -webkit-transform: translate3d(0,-4px, 0);
    -moz-transform: translate3d(0,-4px, 0);
    -ms-transform: translate3d(0,-4px, 0);
    -o-transform: translate3d(0,-4px, 0);
    transform: translate3d(0,-4px, 0);
    -webkit-box-shadow: 0 5px 10px #eee;
    -moz-box-shadow: 0 5px 10px #eee;
    box-shadow: 0 5px 10px #eee;
}
.proList li.active .joinPPT {
    display: block;
}






