.mapstyle-checkout{
    display: none !important;
}
.search-btns{
    display: none;
}
.tips_text{
    display: none !important;
}
.maps_soso_min #ads_div_top,.maps_soso_min .maps-btns,.maps_soso_min .search-btns{
    display: block;
}
#search-box{
    display: block;
}
.search_btn_box{
    width: 100%;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.search_btn_item{
    width: 24%;
    margin-bottom: 15px;
}
.search_btn_item a{
    width: 100%;
    background: rgba(255,255,255,.95);
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 7px 1px rgb(0 0 0/12%);
    display: flex;
    z-index: 2;
    padding: 10px 15px;
    align-items: center;
    min-height: 62px;
    justify-content: start;
    color: #333333;
    font-weight: 700;
}
.search_btn_item a img{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ab9292;
}
.search_btn_item a div{
    margin: 0 5px;
}
.maps_soso_min .search_btn_box{
    display: none;
}
.ad_text{
    font-size: 10px;
    /* font-weight: 700; */
    font-family: 'Roboto', arial, sans-serif;
    color: #202124;
    position: relative;
    height: 25px;
    padding: 12px 16px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lines{
    width: calc(50% - 10px);
    height: 1px;
    background: #d7d2d2;
}

.ad_t{
    position: absolute;
    left: 15px;
    top: -6px;
    font-size: 10px;
    opacity: 0.5;
    display: none;
}
@media (max-width:1024px) {
    .search_btn_item a{
        font-size: 12px;
        min-height: 45px;
        
    }
    .search_btn_item {
        margin-bottom: 7px;
    }
}