
.title-box:has(h2:empty) {
    margin-bottom: 0 !important;
}

.content-box h2:empty {
    padding: 0 !important;
    display: none !important;
}

.content-box h2:not(:empty):after {
    content: '';
    width: 30%;
    height: 2px;
    background-color: #c7000b;
    bottom: 0;
    min-width: 35px;
}

.contact-us-box {
    padding: 0 0 35px 0 !important;
}

@media (min-width: 992px) {
    .contact-us-box {
        padding: 0 0 70px 0 !important;
    }
}

.contact-us-box .top{
    padding-top: 50px !important;
}

.contact-us-box a {
    margin-top: 0 !important;
}

.contactUs .bg-gray {
    padding-top: 0;
    padding-bottom: 0 !important;
    background: transparent;
}

.hw-contact img.qrcode {
    margin: 0 auto;
}

/* 修改上边距，宽度 */

.contact-us-box-title {
    margin-bottom: 25px !important;
}

.hw-contact .content-box .subtitle {
    padding: 0;
    margin-top: 50px;
}
.hw-contact .detail-contact a {color: #111;}
@media (min-width: 992px) {
    .hw-contact .detail-contact a:hover {color: #fff;-webkit-text-decoration: none;text-decoration: none;}
}
.contact-us-box a.btn-rect{
    color: #111;
}
.contact-us-box a.btn-rect:hover{
    color: #fff;
    -webkit-text-decoration:none;
    text-decoration:none;
}
.contact-us-box.white{
    background-color: #fff;
}
