.pbmit-sortable-list1 a {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 16px;
    min-width: 70px;
    display: inline-block
}

.pbmit-sortable-list-ul1 {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 和 Edge */
}

.pbmit-sortable-list-ul1::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.pbmit-sortable-list-ul1 li {
    margin-bottom: 0px;
}

.pbmit-sortable-list-ul1 li::before {
    margin: 0 4px;
}

.pbmit-sortable-list1 a {
    padding: 8px;
    min-width: 70px;
}

.pbmit-sortable-list1 .search-box {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 30px;
}

.search-box label {
    padding: 8px 20px;
}