.uiitem {
    min-height: 25px;
    flex: 1;
}

.uiitem.radio {
    padding-top: 5px;
}

.uiitem .input-search {
    width:100%;
    height: 100%;
    border: none;
    outline: none;
    margin-left: 1px;
    padding-left: 9px;
    background: transparent;
}

.uiitem .result-list {
    position: absolute;
    top:25px;
    width: 100%;
    z-index: 999;
    background:#fff;
    list-style: none;
    padding: 0;
    left: 2px;
    border:  1px solid #aaa;
}

.uiitem .result-list li {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    height: 36px;
}

.uiitem .result-list li:hover {
    background: #e1f5f2;
}

.uiitem .result-list li:active {
    background: #d1d1d1;
}

.uiitem .result-list li.select {
    background: #d1d1d1;
    height: 36px;
}