.tag-editor {
    list-style-type: none;
    padding: 0 5px;
    margin: 0;
    overflow: hidden;
    cursor: text;
    min-height: 40px;
    line-height: 40px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    border-bottom: 1px solid #F2F2F2;
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 100%;
    margin-right: 0px
}

.layui-input,
.layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
    text-align: center;
}

.search_country_select_no_border {
    border: none;
}

.search_condition_select {
    line-height: 40px;
    min-height: 40px;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    padding-left: 7px;
}

.search_condition_select_range_input {
    /*width: 293.5px;*/
    float: right;
}

.add_for_border {
    border: 1px solid #5B5B5B;
    border-radius: 5px;
}

.company_group {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 1;
    width: 300px;
    margin: 0;
    padding-left: 12px;
    list-style: none;
    line-height: 26px;
    word-wrap: break-word;
    color: #3A3A3A;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.add_button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0CD170;
    color: #fff;
    font-size: 40px;
}

.del_button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bbb;
    color: #fff;
    font-size: 40px;
}
/*select{
    border: none;
}*/
/*textarea {
    width: 100%;
    height: 40px;
    padding: .3em .5em;
    border: 0px solid #ddd;
    font-size: .9em;
    box-sizing: border-box;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
}*/
    /* 基本样式 */
.form-groups {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.label {
    width: 25%;
}

.input-container1 {
    width: 100%;
    position: relative;
    border-radius: 5px;
    border-bottom: 1px solid #F2F2F2;
}

.input-container2 {
    width: 100%;
    position: relative;
    border-radius: 5px;
}

.tags-input {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*border: 1px solid #ccc;
     padding: 8px;*/
    border-radius: 4px;
    min-height: 40px;
    cursor: text;
    background-color: white;
}

.tags-input input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 100px;
}

.tag-spacer {
    padding: 0;
    width: 4px;
    overflow: hidden;
    color: transparent;
    background: none;
}

.tag {
    /*background-color: #e0e0e0;
    border-radius: 3px;
    padding: 2px 8px;
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;*/
    padding-left: 5px;
    color: #46799b;
    background: #e0eaf1;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px 0 0 2px;
    align-items: center;
    line-height: 24px;
    margin-left: 8px;
    padding: 8px 4px;
}

.tag .remove-tag {
    cursor: pointer;
    margin-left: 3px;
    padding-right: 3px;

}

.tag .remove-tag:hover {
    color: red;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-item {
    padding: 8px;
    cursor: pointer;
}

.dropdown-item:hover:not(.disabled) {
    background-color: #f0f0f0;
}

.dropdown-item.disabled {
    color: #aaa;
    cursor: not-allowed;
    pointer-events: none;
}

.dropdown.active {
    display: block;
}

.dropdown-item.disabled {
    color: #aaa; /* 禁用状态的文字颜色 */
    cursor: not-allowed; /* 禁用状态的鼠标样式 */
    pointer-events: none; /* 禁用状态不允许点击 */
    opacity: 0.5; /* 禁用状态透明度降低 */
}

.condition-lable {
    width: 130.75px; /* 禁用状态透明度降低 */
}

.switch-search-form-notice {
    margin-bottom: 10px;
    display: none;
    color: #bbb;
}
.search_condition_select_formContent{
    width:75%;
    margin-left: 20px;
}
