/* seemb9 联系我们单页：正文 + 天地图 */

.sp-contact-page {
    min-height: calc(100vh - 350px);
    background: #f6f7fb;
    padding-bottom: 40px;
}

.sp-contact-page .content-box {
    background: transparent;
}

.sp-contact-page .aboutUs-box {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.sp-contact-page .aboutUs-box .detail-content {
    line-height: 1.75;
    font-size: 14px;
    color: #374151;
}

.sp-contact-page .aboutUs-box .detail-content img {
    max-width: 100%;
    height: auto;
}

.sp-contact-map {
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.sp-contact-map__title {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.sp-contact-map__canvas {
    width: 100%;
    height: 360px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.sp-contact-map__empty {
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    color: #6b7280;
    font-size: 14px;
    padding: 24px 16px;
    text-align: center;
}

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