.suggest-drop {
    width: 100%;
    background: #fff;
}

.suggest-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.suggest-list a {
    padding: 10px 20px;
    transition: all .2s ease-in-out;
}

.suggest-list a:hover {
    background: #ecf5ff;
}