.filter-item-label{
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
    width: 120px;
    flex-shrink: 0;
    padding: 10px 0;
}
.filter.item-box{
    padding: 4px 20px;
}
.filter-item{
    display: flex;
    justify-content: space-between;
}
.filter.up .filter-item:not(:first-child){
    display: none;
}
.filter-item-label{
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
    width: 150px;
    flex-shrink: 0;
    padding: 10px 0;
}
.filter-item-right{
    width: calc(100% - 96px);
}
.filter-item-line{
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #F5F6FA;
    padding: 10px 0;
}
.filter-item-right .filter-item-line:first-child{
    border-top: none;
}
.filter-item-right.up .filter-item-line:not(:first-child){
    display: none;
}
.filter-item-cont{
    flex: 1;
    flex-wrap: wrap;
    display: flex;
    gap: 10px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    font-weight: 500;
    /*max-height: 74px;*/
}
.filter-item.renzhen .filter-item-cont{


    max-height: initial;
}

.filter-item-right.up .filter-item-cont{
    max-height: 32px;
    overflow: hidden;
}
.filter-item-cont a:hover,
.filter-item-cont .on,
.filter-item-cont .on i{
    color: #CA252D;
}
.filter-item-toggle{
    display: flex;
    gap: 20px;
    padding: 6px 0;
}
.filter-item-toggle div{
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    gap: 3px;
}
.filter-item-toggle div i{
    font-size: 12px;
}

._item-btn.up i{
    transform: rotate(180deg);
}
._item-btn text[data-type="more"]{
    display: none;
}
._item-btn.up text[data-type="less"]{
    display: none;
}
._item-btn.up text[data-type="more"]{
    display: block;
}
.filter-item-cont select{
    font-size: 14px;
    border: none;
    appearance: none;
    background-image: url("../../imgs/base/icon-down.png");
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 14px;
    background-position: right center;
    cursor: pointer;
}
.dropdown-toggle::after{
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    margin-left: 6px;
}
.dropdown-toggle.show{
    color: #CA252D;
}
.dropdown-toggle.show::after{
    transform: rotate(225deg);
    border-color: #CA252D;
    position: relative;
    top: 4px;
}
.filter .dropdown-menu{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px 8px 8px 8px;
    padding: 1px 5px;
    min-width: unset;
}
.filter .dropdown-item{
    line-height: 28px;
    border-radius: 4px 4px 4px 4px;
    padding: 0px 10px;
    margin: 4px 0;
    font-size: 14px;
    text-align: center;
}
.filter .dropdown-item.active{
    background: #FCF4F4;
    color: #CA252D;
}
.filter .dropdown-item:hover{
    background: #F5F6FA;
    color: #333333;
}
@media (max-width: 992px) {
    .filter-item{
        flex-direction: column;
    }
    .filter-item-right{
        width: 100%;
    }
    .filter-item-cont{
        white-space: nowrap;
        /*overflow-x: auto;*/
        /*flex-wrap: nowrap;*/
    }
    .filter-item-toggle{
        margin-left: 20px;
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .filter-item-line{
        border-top: none;
    }
    .filter-item-cont::-webkit-scrollbar{
        height: 2px;
        background: #eee;
    }
    .filter-item-cont::-webkit-scrollbar-thumb{
        height: 2px;
        border-radius: 2px;
        background:#CA252D;
    }
    .filter-item-label{
        padding: 0;
        line-height: 53px;
        display: flex;
    }

}
