.categoryList {
    display: none;
}

.headerCol {
    background: #fff;
}

.nav a {
    color: #333;
}


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

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


/* 礼品列表 */

.themeList {
    width: 100%;
}

.themeList li {
    width: 48%;
    margin-right: 2%;
    height: 410px;
    border: 1px solid #f1f1f1;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.themeList li:nth-of-type(2n) {
    margin-right: 0;
}
.themeList li img {
    height: 330px;
    width: 100%;
}
.themeList li p {
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 14px;
}
.themeList li h3 {
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6px;
    line-height: 36px;
    font-size: 18px;
    color: #3c3c3c;
}
.themeList li span {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 136px;
    height: 40px;
    background: #d0112b;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
    -o-border-radius-bottomleft: 20px;
    -o-border-radius-topleft: 20px;
    -webkit-bottom-left-radius: 20px;
    -webkit-top-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: none;
}


/* **js 需要的active******************************************* */
.themeList 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;
}

.themeList 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;
}
.themeList li.active .joinSession {
    display: block;
}

.edit {
    width: 100%;
}
.edit img {
    width: 100%;
    display: block;
}






