.search-select-head{
    margin: 15px 0;
}
.search-select-head-title{
    line-height: 28px;
    max-width: 130px;
    padding-right: 15px;
    font-size: 12px;
    color: #444;
}
.search-select-del{
    line-height: 28px;
    color: #6D86B8;
    cursor: pointer;
}
.search-select-del:hover{
    color: #FA5555;
}
.search-select-down-body{
    width: 260px;
    padding: 10px 0;
    margin-top: 3px;
}
.search-select-down-body-input{
    padding: 0 5px;
}
.search-select-down-body-main{
    max-height: 240px;
    overflow-y: auto;
}
.search-select-down-body-item {
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #666;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-select-down-body-item:hover {
    color: #3289f2;
    background: #fbfcfc;
}
.search-select-down-right{
    position: absolute;
    right: 5px;
    top: 0;
    color: #3289f2;
}
