.list-filter{
    padding: 35px 0;
    position: relative;
}
.list-filter,.list-filter *{
    font-family: IBMPlexSans;
}
.list-filter ._left{
    gap: 25px;
    width: auto;
}
.list-filter-item{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CACACA;
    height: 53px;
    border-radius: var(--exhibitor-list-filter-radius);
    color: #000000;
    transition: none;
}
.list-filter-item ._select{
    position: relative;
    height: 100%;
}
.list-filter-item ._select .sort-icon{
    display: flex;
    letter-spacing: -8px;
    i{

    }
}
.list-filter-item ._val{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 24px;
    cursor: pointer;
    height: 100%;
    color: #000;
    font-weight: 500;
}

.list-filter-item ._val .el-icon-xia{
    font-size: 16px;
}
.list-filter-item ._option-list{
    position: absolute;
    display: none;
    background: #fff;
    padding: 0 24px;
    border-radius: 8px;
    min-width: 100%;
    z-index: 2;
    border: 1px solid #CACACA;
    margin-top: 12px;
    max-height: 400px;
    overflow-y: auto;
}
.list-filter-item ._option-list.on{
    display: block;
}
.list-filter-item ._option-list a{
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    padding: 11px 0;
    font-weight: normal;
}
.list-filter-item ._option-list i{
    font-size: 14px;
    line-height: 18px;
    margin-right: 9px;
}
.list-filter-item ._option-list a.on{
    font-weight: bold;
    text-decoration: underline;
}
.list-filter-item ._val input{
    width: 185px;
    border: none;
    outline: none;
    font-size: 20px;
}
.list-filter-item ._val input::placeholder{
    color: #CACACA;
}
.list-filter-item ._val .el-icon-Vector{
    font-size: 16px;
}
.list-filter-item ._val .el-icon-zimupaixu2-01,
.list-filter-item ._val .el-icon-caozuo_zimujiangxu{
    font-size: 20px;
}
.list-filter-item .list-filter-label input,
.list-filter-item .list-filter-label .input{
    border: none;
    outline: none;
    display: none;
    color: #000;
    flex: 1;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    max-width: calc(100vw - 140px);
}
.list-filter-item .list-filter-label input::placeholder{
    color: #000;
}
.list-filter-item .list-filter-label ._close{
    display: none;
    border: 1px solid #CACACA;
    height: 35px;
    border-radius: var(--exhibitor-list-filter-radius);
    line-height: 33px;
}
.list-filter-item.open{
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    border: none;
    z-index: 2;
    flex-direction: column;
    top: 0;
    border-radius: 0;
    justify-content: flex-start;
    height: calc(100vh - 240px);
}
.list-filter-item.search.open{
    height: fit-content;
}
.list-filter-item.open .list-filter-label ._close,
.list-filter-item.open .list-filter-label .input,
.list-filter-item.open .list-filter-label input{
    display: block;
}
.list-filter-dropdown{
    display: none;
    width: 100%;
    margin-top: 16px;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.list-filter-item.open .list-filter-dropdown{
    display: block;
    box-shadow: 0 0 0 10px #fff;
}
.list-filter-dropdown ._list{
    /*height: 370px;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    padding: 16px 0;
    border-top: 1px solid #CACACA;
}
.list-filter-dropdown ._list ._item{
    border-bottom: 1px solid #000;
}
.list-filter-dropdown ._list ._item ._label{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.list-filter-dropdown ._list ._item ._label i{
    font-size: 10px;
}
.list-filter-dropdown ._list ._item ._cont{
    display: none;
}
.list-filter-dropdown ._list ._item.on ._cont{
    display: block;
}
.list-filter-dropdown ._list ._item.on ._label i{
    transform: rotate(90deg);
}
.list-filter-dropdown ._list ._item ._cont a{
    display: block;
    padding-bottom: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.list-filter-sort{
    margin-top: 20px;
}
.list-filter-sort .list-filter-item{
    height: 40px;
}
.list-filter-sort .list-filter-item ._val{
    font-size: 16px;
    font-weight: normal;
}
.list-filter-sort .list-filter-item ._val .el-icon-guanbi{
    font-size: 10px;
}
.list-filter-sort .clear-all{
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #000;
    font-family: IBMPlexSans;
    line-height: 40px;
}
#searchItem{
    padding-bottom: 0;
}
.list-filter-item.open ._left{
    border: 1px solid #CACACA;
    height: 35px;
    border-radius: var(--exhibitor-list-filter-radius);
    line-height: 29px;
    flex: 1;
    margin-right: 10px;
}

.radio-div{
    border: 1px solid #CACACA;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    line-height: 13px;
    cursor: pointer;
}
.radio-div i{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.radio-div.checked {
  background: #333;
    border-color: #333;
}
.list-cont{
    padding: 36px 0;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
}
.exhi-item{
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.exhi-item ._main-img{
    aspect-ratio: 1;
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
}
.exhi-item ._main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exhi-item ._main-img ._tag{
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 36px;
    background-image: url("https://jimg.jiagle.com/upload/2025/10/30/8SuJGad8gxVpLHhYaFDj7UqvX18r0FgKsaf14SMo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.exhi-item ._info{
    padding: 10px 0;
    font-weight: bold;
}
.exhi-item ._t1{
    color: #000000;
    line-height: 26px;
    height: 52px;
    margin-bottom: 12px;
    font-weight: bold;
}
.exhi-item ._t2{
    margin-top: 6px;
    color: #000000;
    line-height: 26px;
}
.list-table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.list-table thead td{
    color: #CACACA;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 13px;
    white-space: nowrap;
}
.list-table td{
    padding-right: 20px;
}
.list-table tbody td{
    height: 88px;
    color: #000000;
    line-height: 26px;
    font-family: IBMPlexSans;
    font-weight: bold;
    border-bottom: 1px solid #CACACA;
}
.list-table tbody td .align-c{
    height: 100%;
    /*word-break: break-all;*/
}
.list-table tr td:nth-child(4){
    text-align: center;
    width: 200px;
}
/*.list-table tr td:nth-child(1){*/
/*    width: 375px;*/
/*}*/
.list-table tr td:nth-child(1) div span,
.list-table tr td:nth-child(2) div span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list-table tbody tr td a{
    text-decoration: underline;
    cursor: pointer;
    color: #000000;
    white-space: nowrap;
}
.search-result .list-table tr td:nth-child(1){
    width: unset;
}
.search-result .list-table tr td:nth-child(2){
    width: 187px;
}
@media (min-width: 992px) {
    .list-filter .pc-hide{
        display: none !important;
    }
}
@media (max-width: 992px){
    .list-filter .wap-hide{
        display: none !important;
    }
    .exhi-item ._main-img ._tag{
        width: 45px;
    }

    .list-filter{
        padding: 16px 0;
        z-index: 3;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
    }
    .list-filter-sticky{
        top: 68px;
        position: sticky;
    }
    .list-filter ._left{
        gap: 12px;
    }
    .list-filter-item{
        height: 33px;
    }
    .list-filter-item.open{
        padding: 16px 0 0;
    }
    .list-filter-item ._val{
        gap: 8px;
        padding: 0 12px;
        font-weight: 300;
        white-space: nowrap;
    }
    .list-filter-item ._val .el-icon-xia{
        font-size: 12px;
    }
    .list-filter-item ._val input{
        font-size: 14px;
        display: none;
    }
    .list-filter-item ._option-list{
        padding: 8px 12px;
    }
    .list-filter-item ._option-list a, .list-filter-item ._option-list i{
        font-size: 14px;
        line-height: 24px;
        white-space: nowrap;
    }
    /*.list-cont{*/
    /*    overflow-x: auto;*/
    /*}*/
    .list-table thead td{
        padding-bottom: 16px;
    }
    .list-table tbody td{
        height: 52px;
        font-size: 10px;
        line-height: 12px;
    }
    .list-table tr td:nth-child(1){
        width: 116px;
    }
    .list-table tr td:nth-child(1) div span,
    .list-table tr td:nth-child(2) div span{
        -webkit-line-clamp: 3;
    }
    .list-table tr td:nth-child(4){
        text-align: unset;
        padding: 0;
        width: 63px;
    }
    .list-table tbody td .d-flex-center{
        justify-content: flex-start !important;
    }
    .exhi-item ._info{
        padding: 12px 0;
    }
    .exhi-item ._t1{
        font-size: 12px !important;
        line-height: 16px;
        height: 32px;
        margin-bottom: 7px;
    }
    .exhi-item ._t2{

    }
    .exhi-item .fs-20{
        font-size: 20px;
    }
    .list-table thead td{
        font-size: 10px;
        line-height: 10px;
    }
    .list-filter-sort{
        margin-top: 13px;
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }
    .list-filter-sort .list-filter-item{
        height: 27px;
    }
    .list-filter-sort .list-filter-item ._val{
        font-size: 12px;
        font-weight: 300;
    }
    .list-filter-item ._val .el-icon-zimupaixu2-01,
    .list-filter-item ._val .el-icon-caozuo_zimujiangxu{
        font-size: 14px;
    }
    .list-filter-sort .clear-all{
        font-size: 14px;
        line-height: 27px;
        font-weight: 300;
    }
    .result-toast{
        font-size: 14px;
        font-weight: 300;
        line-height: 35px;
    }
    .search-result .list-table tr td:nth-child(2){
        padding-right: 0;
        width: fit-content;
    }

}
