.pingshang-contact-map{
    padding-bottom: 100px;
    background: #FEF8F8;
}
.contact-map-content{
    width: 100%;
    aspect-ratio: 1400/583;
    position: relative;
    min-height: 300px;
    border-radius: 10px;
    overflow: hidden;
}


@media screen and (max-width: 992px) {
    .pingshang-contact-map{
        padding-bottom: 50px;
    }
}