.search_earth{
    min-height: 100vh;
}
.main-box{
    padding: 0;
    background: url();
}
.search_header{
    height: 75px;
    background-color: #f4f6f8;
    border-bottom: 1px solid #dadce0;
    padding: 15px;
}
.sea_box{
    position: relative;
    width: 100%;
    max-width: 960px;
    padding: 0;
    background: transparent;
}
#pac-input,#search-form{
    height: 45px;
}
.search_content{
    display: flex;
    justify-content: space-between;
    min-height: calc(100vh - 75px);
}
.sea_left{
    width: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 75px);
}
.sea_left::-webkit-scrollbar{
    width: 0;
}
.search_maps{
    width: calc(100% - 700px);
}
#maps{
    width: 100%;
    height: 100%;
}
.info_s_i {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0 auto 0;
    background: #fff;
    padding-bottom: 20px;
    padding-left: 15px;
}
.info_s_i a:hover{
    text-decoration: none;
}
.s_i_u {
    color: #4d5156;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding: 0 2px 0 2px;
    width: 70%;
}

.s_i_t:hover{
    text-decoration: underline;
}
.s_i_t {
    font-size: 20px;
    color: #681da8;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    padding: 4px 2px 3px;
    letter-spacing: .3px;
    width: 95%;
}
.s_i_d {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 2px 0;
    display: block;
    color: #4d5156;
    font-size: 14px;
    line-height: 1.58;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-width: 90%;
}
#search_box{
    padding-top: 15px;
}
.close_ipt{
    top: 13px;
}

.place_ads{
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
@media (max-width:680px) {
    .info_s_i {
        background-color: #fff;
        box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
        border-radius: 8px;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 16px;
        width: 99%;
        margin: 4px auto 4px;
        padding-left: 10px;
        padding-top: 8px;
    }
    .s_i_t {
        color: #1967d2;
        font-size: 18px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        width: 99%;
        padding: 8px 0;
    }
    .search_header{
        padding: 10px;
        height: 65px;
    }
    .fd_maps {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        display: flex;
        justify-content: end;
        padding-right: 17px;
        padding-top: 10px;
        z-index: 99;
    }
    .fa_btn {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, .6);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        cursor: pointer;
    }
    .show_maps{
        height: 100%;
    }
    
}