/*body{
    background: #f1f1f2;

}*/
.product_more{
    width: 100%;
    margin: 0 auto;
    color: #686868;
}

.l-classify{
    width: 1226px;
    min-width: 1226px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.l-classify span{
    display: inline-block;
    float: left;
    padding-right: 40px;
}
.l-classify li{
    float: left;
    padding-right: 20px;
    
}
.l-classify li:hover{
    cursor: pointer;
    color: #1d7fc4;
}
.l-sort{
    width: 1226px;
    min-width: 1226px;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
}
.l-sort span{
    display: inline-block;
    float: left;
    padding-right: 40px;
}
.l-sort li{
    float: left;
    padding-right: 40px;
    position: relative;
}
.l-sort li.active a{ color: #009eff}
.l-sort li img{
    width: 10px;
    height: 8px;
}
.l-sort li:hover{
    cursor: pointer;
    color: #1d7fc4;
}
.triangle-up{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    top: 0px;
    left: 33px;
}
.triangle-down{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    bottom: 0px;
    left: 33px;
}

div.product_more .l-sort ul li i:nth-child(1).active{
    border-bottom: 8px solid #009eff;
}

div.product_more .l-sort ul li i:nth-child(2).active{
    border-top: 8px solid red;
}

.active a{
    color: #009eff;
}
.l-more{
    position: relative;
    width: 1226px;
    min-width: 1226px;
    margin: 0 auto;
    background: #fff;
    margin-top: 30px;
    padding: 20px 0px;
    display: none;
}
.l-more>li{
    float: left;
    list-style: none;
    width: 23%;
    height: 280px;
    margin: 0 auto;
    padding: 20px 10px;
}
.l-more>li img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}
.l-more li p{
    text-align: center;
}
.l-more li .l-price{
    color:#1d7fc4; 
}
.clearfix:after{
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: "";
    clear: both;
}
.clearfix{
    zoom: 1;
}

.list-none-products {
    text-align: center;
    font-size: 16px;
}

.am-cf {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
}

.breadcrumb-container {
    width: 1226px;
    margin: 0px auto 0px;
}

.breadcrumb-container .breadcrumb {
    padding: 8px 15px;
    margin-bottom: -20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
