.select_ul {
    display: none;
    position: absolute;
    top: 36px;
    left: -1px;
    width: 130px;
    min-width: 114px;
    border: 1px solid #D4D4D4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    list-style: none;
    z-index: 9999;
    max-height: 182px;
    overflow: auto;
}

.select_ul li {
    line-height: 36px;
    text-indent: 10px;
}

.select_drop .select-opt:hover,.select_drop .select-sl:hover {
    background: #f8f9fa;
}

.select_drop .select-opt.cur,.select_drop .select-sl.cur {
    color: #fff;
    background: #195DA3;
}

.select-box {
    float: left;
    background: #fff;
    height: 250px;
    margin-right: 1px;
    border: 1px solid #e6e6e6;
    box-shadow:none;
/*    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);*/
    overflow-y:auto;
    overflow-x:hidden;
}

.select_drop {
/*
    top: 116%;
    left: 0;
    position: absolute;
*/
    width: auto;
    margin: 0;
    padding: 0;
}

.select_drop::after {
    content: '';
    clear: both;
}

.select .select_text {
    text-indent: 6px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select_placeholder{
    opacity: 0.7 !important;
    
}
.select-optgroup {
    display: none;
    margin-left: 6px;
}

.select-optgroupname {
    display: block;
    width: 120px;
    padding: 6px 8px 5px;
}

.select-sl {
    position: relative;
}

.select-sl::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border: 1px solid ;
    border-bottom-width: 0;
    border-left-width: 0;
}

.select-opt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    padding: 6px 8px 5px;
}