#map_s,#map{
    height: 100vh;
}
.search_icon{
    width: 100px;
}

#search_ipt{
    padding-left: 5px;
}
#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: #cccccc;
    border-top: 1px solid #e8eaed;
    margin-top: 5px;
}

@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;
    }
}
