.search_item_list {
    position: absolute;
    margin-top: 2px;
    border: 2px solid #3079ed;
    border-radius: 7px;
    z-index: 999;
    background: #fff;
}
.search_item_list .search_lately {
    height: 19px;
    margin: 0;
    line-height: 20px;
    padding-left: 9px;
    text-decoration: underline;
    color: #9b9bff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: left;
    float: left;
}
.search_item_list .last_page {
    height: 19px;
    margin: 0;
    line-height: 20px;
    padding-left: 9px;
    text-decoration: underline;
    color: #9b9bff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    -moz-user-select: none;
}
.search_item_list .next_page {
    height: 19px;
    margin: 0;
    line-height: 20px;
    padding-left: 9px;
    text-decoration: underline;
    color: #9b9bff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    -moz-user-select: none;
}
.search_item_list .close {
    position: absolute;
    z-index: 3;
    top: -9px;
    right: 1px;
    font-size: 17px;
    color: #9b9bff;
    font-weight: bolder;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
}
.search_item_list ul li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_item_list ul li {
    position: relative;
    height: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
    padding-left: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #333;
    text-align: left;
    width: 388px;
}
.search_item_list ul li:hover {
    background-color: #d4e3fb;
}