.product_index_big_bg{
    font-size: 14px;
    background: #F2F2F2;
    overflow: hidden;
}
.table_ul>li{
    background: none;
}
.table_one{
    background: none !important;
}
.table_ul>li:nth-child(2){
    background: #ce0f05;
}
.product_index_tree{
    height: 50px;
    line-height: 50px;
    color: #999999;
}
.product_index_tree>span{
    color: #333;
}
.prduct_index_cont_box{
    width: 100%;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0;
}
.prducts_index_cont_title{
    font-size: 18px;
    padding: 20px 0 15px;
    border-bottom: 1px solid #E6E6E6;
    font-weight: 600;
    color: #ce0f05;
}
.prducts_index_cont_title>div:nth-child(2){
    margin-left: 60px;
}
.prducts_index_cont_title>div:nth-child(2)>span:nth-child(1){
    color: #333;
}
.prduct_index_cont>li{
    width: 21.9%;
    float: left;
	margin:1%;
	padding:5px;
    border-bottom: 1px solid #E6E6E6;
}
.prduct_index_cont>li>a{
    color: #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.prduct_index_cont>li>a:hover{
    color: #d03028;
    font-weight: 600;
}
.prduct_index_filtrate{
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}
.prduct_index_filtrate>ul>li{
    float: left;
    height: 40px;
    line-height: 40px;
}
.prduct_index_filtrate>ul>li>a{
    color: #333;
    display: block;
    position: relative;
    font-weight: 600;
}
.prduct_index_filtrate>ul>li>a>span{
    padding: 0 11.3px;
    border-right: 1px solid #B3B3B3
}
.prduct_index_filtrate>ul>li>a>div{
    position: absolute;
    width: 22px;
    height: 4px;
    background: #ce0f05;
    border-radius: 2px;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
}
.prduct_index_filtrate>ul>li:last-child>a>span{
    border: none;
}
.click_prduct_index_title{
    color: #ce0f05 !important;
}
.click_prduct_index_title>div{
    display: block !important;
}

.prduct_index_filtrate_bottom{
    margin-bottom: 30px;
}
.product_index_page_box{
    height: 95px;
    margin: 0 auto;
    padding: 32px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_index_page_box>span{
    display: block;
    float: left;
    line-height: 34px;
    margin-right: 19px;
    font-size: 14px;
}
.pager{
    margin-bottom: 0 !important;
}
.loging_up{
    position: fixed;
    right: 25px;
    bottom: 100px;
    background: #fff;
    width: 60px;
    height: 60px;
    z-index: 999;
    display: none;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.loging_up>svg{
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: block;
    font-size: 36px;
    font-weight: 600;
    margin: 12px auto;
}
/*product_index_categories*/
.product_index_categories_quantity {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.product_index_categories_quantity span{
    color: #ce0f05;
}
