
.categoryList {
    display: none;
}

.headerCol {
    background: #fff;
}

.nav a {
    color: #333;
}


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

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



/* 产品详情 */

.brandBox {
    height: 430px;
}

.brandBox .brandInfo {
    width: 80%;
    height: 100%;
}

.brandBox .brandInfo .picBox {
    width: 350px;
    height: 100%;
    position: relative;
}

.brandBox .brandInfo .picBox .picBig {
    width: 100%;
    height: 350px;
    border: 1px solid #dfdfdf;
}

.brandBox .brandInfo .picBox .picBig img {
    width: 100%;
    /* height: 100%; */
}
.brandBox .brandInfo .picBox .smallPic {
    width: 275px;
    height: 60px;
    /* padding: 0 30px; */
    margin-left: 30px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.smallPic ul{
     width: 2760px;
     height: 60px;
     position: absolute;
}

.brandBox .brandInfo .picBox .smallPic li{
    float: left;
    width: 55px;
    height: 55px;
    padding: 5px;
    box-sizing: border-box;
}
.brandBox .brandInfo .picBox .smallPic li a {
    display: block;
}
.brandBox .brandInfo .picBox .smallPic li a div {
    width: 100%;
    height: 100%;
}
.brandBox .brandInfo .picBox .smallPic li.active a{
    border: 2px solid #baa47f;
}
.brandBox .brandInfo .picBox .smallPic li img {
    width: 100%;
    height: 100%;
}
.brandBox .brandInfo .picBox .smallPic li:last-of-type {
    margin-right: 0;
}
.arrow {
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.arrowLeft,.arrowRight {
    position: absolute;
    font-size: 20px;
    transform: translateY(-50%);
}
.arrowLeft i,.arrowRight i {
    color: #dfdfdf;
}
.arrowLeft {
    left: 0px;
    top: 20px;
}

.arrowRight {
    right: -335px;
    top: 20px;
}

.infoBox {
    width: 60.5%;
    height: 100%;
    margin-left: 3%;
}

.infoBox h3 {
    font-weight: 600;
    color: #666;
    font-size: 18px;
    margin-top: 25px;
}

.infoBox p {
    color: #999;
    font-size: 12px;
}

.infoBox .price {
    line-height: 52px;
    vertical-align: middle;
}

.infoBox .price span {
    vertical-align: middle;
    font-size: 24px;
    color: #d0112b;
    font-weight: 600;
}

.infoBox .info_bd {
    height: 136px;
    background: #f3f3f3;
    padding: 20px;
    margin-top: 15px;
}

.infoBox .info_bd p {
    line-height: 32px;
}

.infoBox .proDesc {
    color: #666;
    line-height: 30px;
}

.infoBox .proDesc i {
    color: #baa47f;
    font-size: 18px;
}

.infoBox .btn {
    height: 56px;
    margin-top: 5px;
}

.infoBox .btn a {
    float: left;
    width: 210px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: #c3c3c3;
    text-align: center;
    /* -webkit- */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    font-size: 18px;
}

.infoBox .btn .joinP {
    margin-right: 20px;
}

.infoBox .btn a.active {
    background: #baa47f;
}

.infoBox .searchAll {
    display: block;
    line-height: 28px;
    font-size: 12px;
    margin-left: 150px;
    color: #baa47f;
}

.hotTJ {
    width: 17%;
    height: 100%;
    position: relative;
}

.hotTJ .hotTit {
    position: absolute;
    top: -8px;
    width: 100%;
    height: 12px;
    font-size: 12px;
    text-align: center;
    z-index: 88;
    color: #3c3c3c;
}

.hotTJ .hotTit i {
    position: absolute;
    width: 35%;
    border-top: 1px solid #f3f3f3;
    top: 7px;
}

.hotTJ .hotTit .lineL {
    left: 0;
}

.hotTJ .hotTit .lineR {
    right: 0;
}

.hotTJ li {
    padding: 0 25px;
    height: 200px;
}

.hotTJ li:nth-of-type(1) {
    margin-top: 25px;
}

.hotTJ li img {
    width: 100%;
}

.hotTJ li .txt {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.hotTJ li .price {
    font-size: 18px;
    line-height: 18px;
    color: #d0112b;
}


 /* 服务保障 */
    
 .protection {
    width: 100%;
    margin-top: 60px;
}

.protection .billboard {
    width: 210px;
    border: 1px solid #eaeaea;
}

.protection .billboard .billboardTit {
    height: 40px;
    width: 100%;
    background: #f3f3f3;
    line-height: 40px;
    text-align: center;
}


/* 排行榜列表 */

.billboardList {
    padding: 20px;
}

.billboardList li {
    /* height: 204px; */
}

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

.billboardList a img {
    width: 100%;
}

.billboardList a p {
    font-size: 12px;
    color: #999;
}

.billboardList a p i {
    vertical-align: middle;
    font-size: 24px;
    color: #d0112b;
    position: relative;
}

.billboardList a p span {
    display: block;

}

.billboardList a p span:nth-of-type(1) {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    width: 168px;
}

.billboardList a p span:nth-of-type(2) {
    font-size: 18px;
    line-height: 18px;
    color: #d0112b
}


/* 产品详细信息 */

.commodBox {
    width: 970px;
}

.commodTit {
    background-color: #f3f3f3;
    border-bottom: 1px solid #baa47f;
}

.commodBox li {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    color: #3c3c3c;
    cursor: pointer;
}

.commodInfo {
    width: 100%;
    padding: 5px 0;
}

.canshuBox {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

.canshu {
    width: 100%;
    padding: 0 14px;
}

.commodInfo h5 {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 46px;
    position: relative;
}

.commodInfo h5 .iconBox {
    position: absolute;
    width: 6px;
    height: 16px;
    background: #ff5530;
    left: -12px;
    top: 15px;
}

.commodInfo p {
    line-height: 26px;
    font-size: 12px;
    color: #999;
}

.xiangqBox {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.xiangq {
    padding: 0 14px;
}

.xiangq a {
    width: 866px;
    display: block;
    margin: 0 auto;
}

.explainBox {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.explain {
    padding: 18px 14px 22px;
}

.explain h5 {
    line-height: 30px;
}

.explain i.iconBox {
    top: 7px;
}

.explain p {
    line-height: 28px;
    color: #999;
    font-size: 12px;
}

.customBox {
    width: 100%;
}

.custom {
    padding: 5px 14px;
}

.custom img {
    display: block;
    margin: 0 auto;
}
.xiangq img {
    width: 866px;
    display: block;
    margin: 0 auto;
}
.xiangq span{
    display: block;
    line-height: 2!important;
}

.commodInfo{
    display: none;
}


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

.commodTit li.active {
    background-color: #baa47f;
    color: #fff;
}