/* Contact Us 2 page */
body.hk-contact2 {
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: var(--hk-pc-header-height);
    color: #1a1a1a;
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

@media (max-width: 575.98px) {
    body.hk-contact2 {
        padding-top: 70px;
    }
}

.hk-contact2-main {
    min-height: calc(100dvh - var(--hk-pc-header-height) - var(--hk-pc-footer-height));
    overflow-x: hidden;
    background: #fff;
}

@media (max-width: 575.98px) {
    .hk-contact2-main {
        min-height: 0;
    }
}

.hk-contact2-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 24px 80px;
}

.hk-contact2-banner {
    margin: 0 0 100px;
    line-height: 0;
}

.hk-contact2-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.hk-contact2-content h1 {
    margin: 0 0 28px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    text-align: left;
    font-family: 'Gotham-light', Arial, sans-serif;
}

.hk-contact2-info {
    text-align: left;
}

.hk-contact2-block {
    margin: 0 0 24px;
}

.hk-contact2-block:last-child {
    margin-bottom: 0;
}

.hk-contact2-label {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a1a;
    font-family: 'Gotham-Bold', Arial, sans-serif;
}

.hk-contact2-link {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Gotham-Book', Arial, sans-serif;
}

.hk-contact2-link a {
    color: #0066cc;
    text-decoration: underline;
    word-break: break-all;
}

.hk-contact2-link a:hover {
    color: #004999;
}

@media (min-width: 768px) {
    .hk-contact2-content h1 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .hk-contact2-label,
    .hk-contact2-link {
        font-size: 15px;
    }

    .hk-contact2-link {
        line-height: 24px;
    }
}

@media (max-width: 991.98px) {
    .hk-contact2-content {
        padding: 40px 20px 48px;
    }

    .hk-contact2-banner {
        margin-bottom: 24px;
    }
}
