body{
    background: #edf0f2 !important;
}
.content{
    display: flex;
    justify-content: space-between;
}
.leftbar{
    width: 310px;
}
.section{
    padding-top: 6px;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 22px;
}
.section .title{
    margin: 0 5px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #f2f4f6;
}
.sup-cate-box{
    display: none;
}
.cate-search{
    padding: 10px 12px 20px;
}
.cate-search .list-search{
    margin-bottom: 0;
}
.like ul{
    padding: 20px 0 25px;
}
.like ul li a{
    display: flex;
    padding: 0 12px;
    margin-bottom: 25px;
}
.like ul li .cover-img{
    width: 90px;
    height: 90px;
    padding-bottom: 0;
    overflow: hidden;
    margin-right: 15px;
}
.like ul li:last-child a{
    margin-bottom: 0;
}
.like li img{
    display: block;
}
.like li .des{
    flex: 1;
}
.like li .name{
    line-height: 18px;
    color: #333;
    margin-bottom: 15px;
}
.like li .num{
    color: #999;
}
.keywords{

}
.keywords ul{
    padding: 5px 10px 0;
}
.keywords li{
    padding: 0 10px;
    line-height: 55px;
    border-bottom: 1px solid #f0f0f0;
}
.keywords li:last-child{
    border-bottom: none;
}
.keywords li:hover a{
    font-weight: bold;
    color: #1d66c0;
}
.list{
    margin-left: 22px;
    flex: 1;
}
.list-hd{
    margin-bottom: 15px;
}
.list-hd ul{
    display: flex;
}
.list-hd ul li{
    position: relative;
    padding: 0 22px 12px;
    cursor: pointer;
}
.list-hd ul li.active{
    font-weight: bold;
    color: #1d66c0;
}
.list-hd ul li.active:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1d66c0;
}
.list-product{

}
.product-box{
    display: flex;
    flex-wrap: wrap;
}
.product-box li{
    width: 23%;
    margin-right: 2.6%;
    padding: 7px 7px 20px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}
.product-box li:nth-child(4n){
    margin-right: 0;
}
.product-box li .cover-img{
    margin-bottom: 8px;
}
.product-box li img{
    transition: all .3s;
}
.product-box li:hover img{
    transform: scale(1.05);
}
.product-box li .name{
    padding: 0 5px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-box li .num{
    padding: 0 5px;
    color: #999;
}
.list-supplier{
    border-radius: 6px;
}
.supplier-box{
    padding: 0 35px 30px;
    border-radius: 6px;
    background: #fff;
}
.supplier-box li{
    display: flex;
    justify-content: space-between;
    padding: 32px 10px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.supplier-box li:last-child{
    border-bottom: none;
}
.supplier-box li .des{
    width: 42%;
}
.supplier-box li .name{
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.supplier-box li .region,.supplier-box li .text a{
    line-height: 24px;
    color: #999;
}
.supplier-box li .text i{
    margin: 0 10px;
    color: #e2e2e2;
}
.supplier-box li .region{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.supplier-box li .region img{
    margin-left: 10px;
    width: auto;
}
.supplier-box .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: #1d66c0;
    color: #fff;
}
.supplier-box .btn .iconfont{
    margin-right: 8px;
}
.supplier-box li .products{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
}
.supplier-box li .products .item{
    width: 22%;
    margin-right: 4%;
}
.supplier-box li .products .item:last-child{
    margin-right: 0;
}
.supplier-box li .products img{
    display: block;
}
.search-result{
    font-size: 14px;
    padding: 20px 22px;
    color: #999;
}
.search-result b{
    color: #333;
}
.search-result i{
    font-weight: bold;
}
@media only screen and (max-width:1040px){
    .content{
        display: block;
    }
    .list{
        margin-left: 0;
        padding: 0 .2rem;
    }
    .list-hd{
        margin-bottom: .3rem;
    }
    .list-hd ul li{
        padding: .44rem .2rem .2rem;
        font-size: .3rem;
        margin-right: .25rem;
    }
    .list-hd ul li.active:after{
        height: .06rem;
        border-radius: .03rem;
    }
    .product-box{
        justify-content: space-between;
    }
    .product-box:after {
        content: "";
        flex: auto;
    }
    .product-box li{
        width: 30%;
        margin-right: 5%;
        padding: 0 0 .42rem;
        border-radius: .1rem;
        margin-bottom: .4rem;
    }
    .product-box li:nth-child(4n){
        margin-right: 5%;
    }
    .product-box li:nth-child(3n){
        margin-right: 0;
    }
    .product-box li .cover-img{
        margin-bottom: .2rem;
    }
    .product-box li img{
        width: 100%;
    }
    .product-box li .name{
        padding: 0 .2rem;
        line-height: 1.5;
        font-weight: normal;
        color: #333;
    }
    .product-box li .num{
        padding: 0 .2rem;
    }
    .view-more{
        text-align: center;
        margin-top: .2rem;
        margin-bottom: .66rem;
    }
    .view-more a{
        display: inline-block;
        padding: 0 .5rem;
        height: .56rem;
        line-height: .56rem;
        font-size: .24rem;
        border:.02rem solid #d7d7d7;
        border-radius: .28rem;
        color: #333;
        background: #fff;
    }
    .p-blue-title{
        padding-bottom: .2rem;
        border-bottom: .02rem solid #e3e3e3;
    }
    .p-like{
        padding: 0 .2rem;
    }
    .p-like ul{
        padding: 0 0 0.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .p-like ul li{
        width: 48%;
        background: #fff;
        border-radius: .1rem;
        margin-bottom: .4rem;
        overflow: hidden;
    }
    .p-like ul li img{
        width: 100%;
    }
    .p-like ul li .des{
        padding: .2rem .2rem .4rem;
        font-size: .24rem;
    }
    .p-like ul li .name{
        line-height: .3rem;
        margin-bottom: .2rem;
        color: #333;
    }
    .p-like ul li .num{
        color: #999;
    }
    .p-keywords{
        padding: 0 .2rem .8rem;
    }
    .p-keywords ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .p-keywords li{
        width: 48%;
        text-align: center;
        margin-bottom: .3rem;
    }
    .p-keywords li a{
        font-size: .28rem;
    }
    .supplier-box{
        padding: 0 .45rem;
        margin-bottom: .45rem;
        border-radius: .06rem;
    }
    .supplier-box li{
        display: block;
        padding: .55rem 0 .5rem;
    }
    .supplier-box li .des,.supplier-box li .products{
        width: 100%;
    }
    .supplier-box li .name{
        font-size: .32rem;
        line-height: 1.5;
        margin-bottom: .2rem;
    }
    .supplier-box li .text{
        margin-bottom: .2rem;
    }
    .supplier-box li .region, .supplier-box li .text a{
        font-size: .24rem;
        line-height: 1;
    }
    .supplier-box li .region{
        margin-bottom: .3rem;
    }
    .supplier-box li .products{
        justify-content: space-between;
    }
    .supplier-box li .products .item{
        width: 30%;
        margin-right: 0;
    }
    .supplier-box li .products .item:last-child{
        display: none;
    }
    .supplier-box li .products img{
        width: 100%;
        margin-bottom: .2rem;
    }
    .supplier-box li .products .item p{
        line-height: 1.5;
        margin-bottom: .4rem;
    }
    .supplier-box .btn{
        width: 2.48rem;
        height: .6rem;
        line-height: .6rem;
        border-radius: .04rem;
    }
    .supplier-box .btn .iconfont{
        margin-right: .16rem;
    }
    .search-result{
        padding: .3rem .2rem .5rem;
    }
}
@media only screen and (max-width:767px){
    .product-box li{
        width: 48%;
        margin-right: 4%;
    }
    .product-box li:nth-child(2n),.product-box li:nth-child(4n){
        margin-right: 0;
    }
}