.suggest-dd {
    position: absolute;
    top: 100%;
    background: #ffffff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 100;
    max-height: 450px;
    overflow-y: auto;
}

.suggest-dd-res-i a {
    display: inline-block;
    padding: 5px 8px;
    width: 100%;
    box-sizing: border-box;
}

.suggest-dd-res-i a:hover {
    background-color: #f1f9ff;
}

