.mian_content{
    display: flex;
    justify-content: center;
    min-height: 100vh;
}
.main-box{
    background: url(../images/bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.satellite_box{
    width: 100%;
    max-width: 900px;
    margin: 130px auto 0;
}
.sea_box{
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
}
.sea_img{
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}
.sea_img img{
    width: 150px;
    height: auto;
}
.sae_title{
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 29px;
    padding: 5px 0;
    width: 100%;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}
.sea_ipt{
    position: relative;
    width: 100%;
}
.close_ipt{
    display: none;
    position: absolute;
    top: 18px;
    right: 90px;
    cursor: pointer;
}
#pac-input{
    width: calc(100% - 60px);
    border: none;
    height: 56px;
    padding-left: 10px;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#search-form{
    width: 60px;
    color: #fff;
    border: none;
    text-align: center;
    background: url(../images/search-ico.png) no-repeat center center;
    background-color: #396dff;
    cursor: pointer;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    background-size: 25px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.maps{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}


@media (max-width:680px) {
    .mobile_maps{
        width: 99% !important;
        height: 120px !important;
        margin: 0 auto;
        border-radius: 8px;
        position: relative;
    }
    .satellite_box{
        margin: 60px auto 0;
    }
    .sae_title{
        font-size: 15px;
        padding-bottom: 6px;
    }
    .sea_img{
        padding-bottom: 6px;
    }
    .sea_img img{
        width: 110px;
    }
    .main-box{
        padding: 0;
    }
    .sea_box{
        padding: 8px;
    }
}