.live-search-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem;
    background: var(--r_10);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--r_01);
    font-size: 1.6rem;
    }
    
.live-search-box {
    width: 100%;
    display: block;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3498db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.6rem;
    }
    
.live-search-list li {
    color: fff;
    list-style: none;
    padding: 0;
    margin: 5px 0;
    }

.list_fi {

}
.list_liah {
    display: contents;
}

.b_list_fi {
    border: none;
    background: var(--r_10);
    font-size: 1.6rem;
}

.b_list_fi:hover {
    color: var(--r_09);
}