.category-products{
    display: flex;
    justify-content: space-between;
}

.category-filter{
    background: rgb(54, 56, 55)  !important;
    background:none  !important;
}
#layer-direction-r{
    background: rgb(54, 56, 55)  !important;
}
.left-layer{

}
.product-list{
    width: 100%;
    padding: 0px;
}
.left-layer dt{
    line-height: 35px;
    /* background: #545655; */
    /*padding-left: 15px;*/
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.left-layer dd{
    border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
    padding-bottom: 19px;
    margin-bottom: 31px;
}

.left-layer dd ol {
    max-height: 240px;
    overflow-y: auto;
}


/* 滚动条定制 */
.left-layer dd ol::-webkit-scrollbar {
    width: 5px;
}

.left-layer dd ol::-webkit-scrollbar-track {
    background: #262626;
    border-radius: 5px;
    margin: 0px;
}

.left-layer dd ol::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 0px;
    /*border: 1px solid blue;*/
    transition: background 0.3s ease;
}

.left-layer dd ol::-webkit-scrollbar-thumb:hover {
    /*background: rgb(64 64 64);*/
}



.left-layer dd li{
    margin: 15px 0px;
}

.left-layer dd li a{
    font-size: 16px;
    font-weight: 400;
}

.left-layer dd li a::before{
    content: "";
    display: inline-block;
    margin-inline-end: 8px;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    border:solid 1px #545655;
    vertical-align: middle;
    transition: all .2s ease;
}

.left-layer dd li a:hover{
    color:#F562A1;
}

.left-layer dd li a:hover::before {
    border:solid 1px #F562A1;
}

.category-filter .currently{
    border-radius: 5px;
}
.category-filter-subtitle{
    font-weight: bolder;
    height: 35px;
}
.category-filter .actions{
    padding: 20px 0px;
    font-weight: bolder;
    padding: 4px 8px;
    text-align: center;
    background: #545655;
    margin: 15px 0px;
    border-radius: 2px;
}

.category-filter .actions a{
    display: block;
}

.currently li{
    position: relative;
    z-index: 1;
    line-height: 28px;
    border: 1px #ececec solid;
    margin-bottom: 10px;
    /* background: #000000; */
    border-radius: 2px;
    overflow: hidden;
    text-indent: 5px;
    font-size: 12px;
}
.currently li a {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border-left: 1px #ececec solid;
    bottom: 0;
    padding: 0 12px;
    background: #f2f2f2;
    color: #333;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.proboxlist img{
    width: 100%;
    height: auto;
}