.filter-section {
    background-color: #fff;
    border-radius: 14px;
    padding: 20px;
}

.filter-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.filter-row-last {
    margin-bottom: 0;
}

.filter-row-checked {
    border-top: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.filter-row-checked .filter-options a {
    background: rgba(10, 153, 255, 0.06);
    border-radius: 4px 4px 4px 4px;
    color: #0A97FB;
}

.filter-label {
    flex-shrink: 0;
    width: 150px;
    height: 38px;
    line-height: 38px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-right: 24px;
    /*display: contents;*/
}
.sub-category {
    /*margin-left: 135px;*/
}

.filter-options {
    position: relative;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #666;
}

.filter-options.show-one-line {
    height: 38px;
}

.filter-options.show-all {
    height: auto;
}

.filter-options .icon-show-all {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
}

.filter-options a {
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 16px;
}

/*.filter-options a:hover {*/
/*    color: #ffa200;*/
/*    text-decoration: underline;*/
/*}*/

.filter-options a.active {
    color: #fff;
    background: #ffa200;
}

.sub-category .filter-options {
    background: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 12px 0;
}

.sub-category .filter-options a {
    height: 18px;
    line-height: 18px;
    margin-bottom: 12px;
}

.sub-category .filter-options a.active {
    background: transparent;
    color: #ffa200;
    text-decoration-line: underline;
}

.selected-tag {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    color: #999999;
}

.filter-row-checked .filter-label {
    width: 70px;
    height: 30px;
    line-height: 30px;
}

.filter-row-checked .filter-options .clear-all {
    height: 30px;
    line-height: 30px;
    color: #0A97FC;
    background: none;
}

.filter-sort {
    width: 157px;
    height: 46px;
    background: #F5F5F5;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    position: relative;
}

.filter-sort i {
    font-size: 17px;
    margin-left: 7px;
}

.filter-sort-list {
    position: absolute;
    transition: all .3s;
    background: #F5F5F5;
    border-radius: 0 0 6px 6px;
    width: 100%;
    top: 44px;
    z-index: 2;
    overflow: hidden;
    height: 0;
}

.filter-sort:hover .filter-sort-list {
    height: 85px;
}

.filter-sort-list * {
    display: block;
    padding: 10px 20px;
}

.filter-sort-list *:hover {
    background: #ffa200;
    color: #fff;
}
.open-filter-btn {
    width: 100px;
    height: 40px;
    border-radius: 30px;
    padding: 10px;
    font-size: 14px;
    background: #ffa200;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    vertical-align: middle;
}
.wap-show{
    display: none;
}
.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 24px;
}
.no-data__icon {
    font-size: 52px !important;
}
.no-data--high {
    min-height: 50vh;
}
.limit2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.filter-row-second{
    border: 1px solid #EEEEEE;
    margin-left: 175px;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    border-radius: 8px;
    margin-top: -10px;
}
.filter-row-second>div{
    display: none;
}
.filter-row-second>.active{
    display: block;
}
.filter-third-box .filter-row{
    display: none;
}
.filter-third-box .active{
    display: flex;
}


@media (max-width: 992px) {
    .wap-show{
        display: block;
    }
    .filterbox{
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 999;
        left: 0;
        padding: 20px;
        top: 0;
        overflow: auto;
        display: none;
    }
    .filterbox .cha{
        float: right;
        cursor: pointer;
    }
    .filter-row-checked{
        border: none;
        padding: 0;
    }
    #filterwz.on{
        height: 100px;}
    .supplier-list-container .filter-section{
        padding: 0;}

    .filter-row-last {
        padding: 20px;
    }

    .filter-section {
        padding: 0;
    }
    .filter-section.on {
        width: calc(100% - 30px);
        margin-top: 20px;
        position: fixed;
        z-index: 99;
        top: 60px;
        left: 15px;
    }
    .pofxer.on {
        position: fixed;
        z-index: 9;
        top: 60px;
        width: 100%;
        left: 0;
        padding: 15px;
        background: #f5f5f5;
        max-width: unset;
    }
    .filter-row-second{
        margin-left: 0;
        padding: 10px 10px 0;
    }
    .filter-row-second .filter-row{
        margin-bottom: 10px;
    }
    .filter-options a{
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }
}

@media (max-width: 500px) {
    .filter-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .filter-sort {
        margin-top: 20px;
        display: none;
    }
}
.clearfix:before{
    content: none;
}
