.hc-contact-us {
    height: 600px;

    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/contact-us/map.png");
}
.hc-contact-us .contact-info-wrap {
    position: relative;
    padding: 80px 16px 0;
    height: 381px;
    overflow: hidden;
}
.hc-contact-us .contact-info {
    position: absolute;
    bottom: 0;
    padding: 32px 16px;
    max-width: 60%;
    height: 337px;
    background: white;
}
.hc-contact-us .contact-title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: var(--hc-secondary-color);
}
.contact-row {
    display: flex;
    font-size: 14px;
    color: #717070;
}
.contact-row .icon {
    width: 24px;
}
.hc-contact-us .go-btn {
    position: absolute;
    bottom: 32px;
    padding: 0;
    width: 138px;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 0;
    background: var(--hc-main-color);
}
.hc-contact-us .bg-contact-info {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}