section.form{
    padding-top: var(--header-height-max);
    font-size: calc(18rem / 16);
    padding-bottom: calc(60 * var(--rpx));
}

.section-title{
    margin-top: calc(75 * var(--rpx));
    margin-bottom: calc(12 * var(--rpx));
}

.form-contact{
    margin-top: calc(70 * var(--rpx));
}

.office-ctn .name{
    display: none;
}

.office-sub-info{
    display: block;
}

.site-footer{
    border-top: 1px solid #0002;
}

@media (max-width: 750px) {
    .office-sub-info{
        padding-bottom: calc(80 * var(--rpx));
        padding-top: calc(60 * var(--rpx));
        font-size: calc(28 * var(--rpx));
    }

    .office-sub-info .office-name{
        font-size: calc(38 * var(--rpx));
    }
}
