/*下拉列表选择样式重定义------------------------------------------------------------------*/
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices{
    height: 100%;
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0 5px 5px 0;
    align-content: center;
    padding: 8px 12px;
}

.chosen-container-single .chosen-single span{
    height: 100%;
    display: flex;
    align-items: center;
}

.chosen-container .chosen-drop{
    border: 1px solid var(--line);
    color: var(--text);
    background-color: var(--bg);
}

.chosen-container-active .chosen-single, .chosen-container-active .chosen-choices{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chosen-container-single .chosen-search input[type=text]{
    border: 1px solid var(--line);
}
.chosen-container-active.chosen-with-drop .chosen-single{
    box-shadow: none;
    border: none;
    background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice{
    background-image: none;
    background-color: var(--line2);
    box-shadow: none;
    -webkit-box-shadow: none;
    border:  1px solid var(--line);
    color: unset;
    padding: 6px 25px 6px 8px;
    border-radius: 5px;
}

.chosen-container .chosen-results{
    color: var(--text);
    scrollbar-width: none;
}

.chosen-container .chosen-results li.no-results{
    color: var(--line);
    background: transparent;
}

.chosen-container .chosen-results li.highlighted{
    background-color: var(--text);
    background-image:none;
    color:var(--bg);
}

.chosen-container-single .chosen-single div{
    display: none;
}

.chosen-container{
    border: 1px solid var(--line);
    border-radius: 10px;
    
}

.chosen-container-single .chosen-single{
    color:unset;
}

.chosen-container-active .chosen-choices li.search-field input[type=text]{
    width: 90px !important;
    color: var(--text) !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    top: 7px;
    right: 7px;
}
