.delang-contact-page {
    background: #f6f7f9;
    color: #4b5360;
}

.contact-wrap {
    width: min(1280px, calc(100% - 56px));
    margin: 0 auto;
}

.contact-hero {
    position: relative;
    height: 430px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(28, 34, 40, .6), rgba(28, 34, 40, .34)),
        url("/static/upload/image/20230701/1688215552154660.jpg") center center / cover no-repeat;
}

.contact-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 88px;
    background: linear-gradient(90deg, rgba(18, 49, 79, .82), rgba(18, 49, 79, .52), rgba(26, 36, 50, .2));
}

.contact-hero-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 34px;
}

.contact-hero-title {
    color: #fff;
    text-align: left;
}

.contact-hero-title span {
    display: inline-block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.contact-hero-title h1 {
    margin: 0;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 5px;
}

.contact-section {
    padding: 58px 0 84px;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(460px, 1.28fr);
    gap: 44px;
    align-items: start;
    min-height: 520px;
    padding: 0 28px;
    background: #fff;
}

.contact-map {
    position: relative;
    height: 410px;
    margin-top: 36px;
    overflow: hidden;
    background: #e8edf2;
}

.contact-map #contactLeafletMap {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "微软雅黑", Arial, sans-serif;
}

.contact-map img {
    max-width: none;
}

.contact-card {
    position: relative;
    margin-top: 36px;
    padding: 0 0 36px;
}

.contact-card-head {
    padding: 24px 32px;
    background: #172b45;
    color: #fff;
}

.contact-card-head h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.contact-card-head p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 22px;
}

.contact-list {
    margin: 24px 0 0;
    color: #747b85;
    font-size: 22px;
    line-height: 1.65;
}

.contact-list div {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}

.contact-list dt {
    min-width: 72px;
    color: #5d6470;
    font-weight: 700;
}

.contact-list dd {
    margin: 0;
}

.contact-list a {
    color: inherit;
    text-decoration: none;
}

.contact-list a:hover {
    color: #b42118;
}

.contact-qrcode {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding: 12px 18px;
    background: #f7f8fa;
}

.contact-qrcode img {
    width: 96px;
    height: 96px;
    object-fit: cover;
}

.contact-qrcode span {
    color: #6d7480;
    font-size: 14px;
}

.contact-footer {
    background: #222;
    color: rgba(255, 255, 255, .56);
}

.contact-footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 42px;
    align-items: center;
    min-height: 94px;
    font-size: 15px;
}

.contact-footer a {
    color: #e33b33;
    text-decoration: none;
}

@media (max-width: 980px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 42px;
    }

    .contact-card {
        margin-top: 0;
    }
}

@media (max-width: 680px) {
    .contact-wrap {
        width: min(100% - 28px, 1280px);
    }

    .contact-hero {
        height: 320px;
    }

    .contact-hero-inner {
        justify-content: flex-start;
    }

    .contact-hero-title h1 {
        font-size: 36px;
    }

    .contact-section {
        padding: 42px 0 58px;
    }

    .contact-grid {
        display: block;
        padding: 0 14px 28px;
    }

    .contact-map {
        height: 300px;
        margin-top: 18px;
    }

    .contact-card {
        margin-top: 28px;
    }

    .contact-card-head {
        padding: 20px;
    }

    .contact-card-head p,
    .contact-list {
        font-size: 17px;
    }

    .contact-list div {
        display: block;
    }
}
