#map_s,#map{
    height: 100vh;
}
.search_icon{
    width: 100px;
}
.search_icon{
    right: 20px;
    top: 15px;
    height: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    width: 136px;
    background-color:#3EAAFD;
    border-radius: 5px;

}
.search_icon svg{
    width: 18px;
    height: 18px;
}

#search_ipt:focus-visible{
    border: none;
    text-decoration: none;
    outline: none;
}
#search_ipt{
    padding-left: 5px;
    border: none !important;
    background-color: transparent;
}
#map{
    background:url("../../images/find/mbg2.webp?v=1") ;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.search_bottom_l{
    height: max-content;
    margin: 0 auto;
    width: 88%;
}
.search_box{
    display: block;
}
.search_result{
    font-size: 12px;
    color: #c9c9c9;
    border-top: 1px solid #e8eaed;
    margin-top: 5px;
}
.location_vz{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.local_text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    font-size: 13px;
    color: #fff;
    padding: 3px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
}
.local_img{
    position: relative;
}

@media (max-width: 768px) {
    .search_ss_b{
        background: rgba(0, 0, 0, .5);
        position: relative;
        z-index: 99;
        border-radius: 5px;
        padding: 15px;
    }
    #map{
        background:url("../../images/find/mbg2.webp?v=2") ;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .search_ipt{
        height: 43px;
        background: #FFFFFF;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 -1px 0px rgba(0, 0, 0, 0.02);
    }
    #search_ipt, .search_icon, .dw, .fh_yy{
        height: 37px;
    }

    .searh_ipt_des,.title_img{
        display: none;
    }
    .search_ipt_title{
        font-size: 16px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .search_ipt{
        margin-top: 0;
    }
    .search_ipt{
        padding: 2px;
    }
    header{
        height: 25px;
        display: none;
    }
    .search_box{
        padding: 0 0;
    }
    .ipt_box{
        padding: 0;
    }
    .search_icon{
        background-color: transparent;
    }
    .search_icon svg path{
        fill: #666666;
    }
    .search_bottom_l{
        padding-top: 150px;
    }
}
@media (max-width: 680px) {
    .search_box, #map, #map_s {
        min-height: 100vh;
        height: 100vh;
    }
    .go_back {
        top: 1px;
        right: 60px;
    }
}
