
.remote_search {
  /*display: none;*/
  position: absolute;
  left: 0;
  /*top: 35px;*/
  z-index: 999;
  background: #fff;
    width:80%;
  max-height: 400px;
  overflow: auto;
  box-shadow: 0px 0px 8px #b3c5ff !important;
  border-radius: 4px !important;
}

.remote_search li {
    margin: 0 10px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2;
}

.remote_search li:hover {
    background-color: #E6F7FF;
    cursor: pointer;
}

/* 确保 Select2 在模态框中正常显示 */
.modal .select2-container {
    z-index: 9999;
}

.modal-open .select2-container {
    z-index: 99999;
}

/* Select2 下拉列表样式 */
.select2-dropdown {
    z-index: 99999 !important;
}

/* 多选标签样式 */
.select2-selection__choice {
    background-color: #337ab7 !important;
    color: white !important;
    border: 1px solid #2e6da4 !important;
}

.select2-selection__choice__remove {
    color: white !important;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .select2-container {
        width: 100% !important;
    }
}

.select2-container--bootstrap .select2-results__option[aria-selected=true]{
    display: none;
}

table.ft-l-jk td:nth-child(2){
    width: 90%;
}

