﻿/* seemb11 鑱旂郴椤靛崟椤碉細鍐呭鍚庤拷鍔犵殑澶╁湴鍥撅紙浠呭湴鍥撅紝鏃犺竟妗?鑳屾櫙/鏍囬锛?*/
.sp-contact-map {
    width: 100%;
    height: 100%;
    min-height: 360px;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
}

.sp-contact-map__empty {
    width: 100%;
    height: 100%;
    min-height: 360px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    padding: 16px;
    text-align: center;
    border: 1px solid var(--jq_color9, #e5e5e5);
}

@media (max-width: 768px) {
    .sp-contact-map {
        height: 280px;
    }
}

