/* BASIC css start */
.top_menu .brand_btn_box { padding: 20px 19px 25px; overflow:hidden; }
.top_menu .brand_btn_box ul {  }
.top_menu .brand_btn_box ul li { float:left; display:inline-block; width: 20%; text-align:center; margin-right:5%;  }
.top_menu .brand_btn_box ul li img {
    width: 100%;
    margin-bottom: 10px;
}

.top_menu .brand_btn_box ul li.actv p { color:#000; }
.top_menu .brand_btn_box ul li p {
    font-size: 12px;
    font-weight: 500;
    color: #999;
    letter-spacing: -0.5px;
}


.brand_box { display:none; }

.cate_box ul { overflow:hidden; border-top: 1px solid #ccc;  }
.cate_box ul li { width: 33.3%; float:left; text-align:center; border-bottom: 1px solid #ccc; background:#fff; border-right: 1px solid #ccc; font-size: 15px; color:#000; font-weight: 500; height:48px; line-height:48px; box-sizing:border-box;  }
.cate_box ul li.on { color:#fff; background:#000; border-right-color:#000; }
.cate_box ul li:nth-child(3n) { margin-right:0; border-right:none; }

.prd_box_list { padding: 30px 19px 25px; }
.prd_box h1 { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align:center; margin-bottom: 10px; padding: 14px 0; font-size: 16px; color:#000; font-weight: 300;  }
.prd_box ul { overflow:hidden; margin-bottom: 65px; } 
.prd_box ul li { width: 49%; float:left; text-align:center; margin-right: 2%; margin-bottom: 25px;  }
.prd_box ul li img { width: 100%; }
.prd_box ul li p { font-size: 15px; color:#000; font-weight:300; margin-top: 15px; letter-spacing: -1px; }
.prd_box ul li:nth-child(2n) { margin-right:0; border-right:none; }

.product-lists>ul .category_sub_tit:first-child {
    margin-top: 0;
}
.category_sub_tit {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    overflow: hidden;
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}

.brand_box div.product-lists { padding: 30px 19px 25px; }
.brand_box div.product-lists ul {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow:hidden;
    display:block;
}


.brand_box div.product-lists ul li {
    float: left;
    width: 48%;
    margin: 0;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    margin-right: 4%;
}

.brand_box div.product-lists ul li:nth-of-type(2n) { margin-right: 0; }


.brand_box div.product-lists ul li a>div, .brand_box div.product-lists ul li>div {
    width: 100%!important;
    height: 27vh!important;
    background-size: 85%!important;
}



.brand_box div.product-lists ul li p {
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
    font-weight:300;
    line-height: 18px;
    height: 65px;
    word-break: break-all;
}


.brand_box div.product-lists ul li p span {
    display: block;
    font-size: 13px;
    width: 100%;
    font-weight: 300;
}

/* BASIC css end */

