.icon-search-box {
    display: inline-block;
    width: 23px;
    height: 20px;
    position: absolute;
    top: -12px;
}

.icon-search2 {
    width: 100%;
    height: 100%;
}

.wrapper .search {
    position: relative;
}
.div_input {
    display: inline-block;
    margin: 7px 0;
}
#searchAppend {
    position: absolute;
    top: 58px;
    border: 1px solid #ddd;
    width: 369px;
    max-height: 200px;
    overflow: scroll;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
}

#searchAppend .searchSelect {
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
}

#searchAppend .searchSelect:hover {
    color: #bbb;
    text-decoration: none;
}
.searchSelect {
    width: 100%;
    display: inline-block;
}