.searchV{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 38px 0;
}
.search{
    display: flex;
    margin: 0;
    padding: 0;
}
.searchL>div{
    width: 6px;
    height: 6px;
    border-top:1px solid #343434 ;
    border-left: 1px solid #343434 ;
    transform: rotate(-45deg);
}
.searchR>div{
    width: 6px;
    height: 6px;
    border-top:1px solid #343434 ;
    border-left: 1px solid #343434 ;
    transform: rotate(135deg);
}
.searchLog{
    cursor: pointer;
    list-style-type:none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.search li{
    cursor: pointer;
    list-style-type:none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #ffffff;
}