.delang-jiagou-page {
    background: #f7f8fa;
    color: #3f4650;
}

.jiagou-wrap {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.jiagou-hero {
    position: relative;
    height: 360px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(17, 22, 31, .72), rgba(17, 22, 31, .42)),
        url("/static/upload/image/20230221/1676985420121930.jpg") center center / cover no-repeat;
}

.jiagou-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 78px;
    background: linear-gradient(90deg, rgba(20, 55, 86, .82), rgba(20, 55, 86, .48), rgba(120, 25, 18, .28));
}

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

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

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

.jiagou-hero-title h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 4px;
}

.jiagou-hero-title p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
}

.jiagou-section {
    padding: 70px 0 88px;
}

.jiagou-section-title {
    margin-bottom: 46px;
    text-align: center;
}

.jiagou-section-title h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 12px;
    color: #4d535c;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2px;
}

.jiagou-section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 78px;
    height: 2px;
    transform: translateX(-50%);
    background: #9aa6b5;
}

.jiagou-section-title p {
    margin: 10px 0 0;
    color: #a4abb4;
    font-size: 17px;
}

.jiagou-content-card {
    min-height: 420px;
    padding: 54px 72px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(24, 31, 44, .05);
}

.jiagou-richtext {
    color: #59616c;
    font-size: 16px;
    line-height: 2.05;
}

.jiagou-richtext h1,
.jiagou-richtext h2,
.jiagou-richtext h3,
.jiagou-richtext h4 {
    margin: 26px 0 14px;
    color: #2f3742;
    line-height: 1.45;
}

.jiagou-richtext p {
    margin: 0 0 16px;
}

.jiagou-richtext img {
    max-width: 100%;
    height: auto;
}

.jiagou-richtext table {
    width: 100% !important;
    border-collapse: collapse;
}

.jiagou-richtext table td,
.jiagou-richtext table th {
    padding: 10px 12px;
    border: 1px solid #e5e8ef;
}

.jiagou-empty {
    padding: 72px 20px;
    color: #8a92a0;
    text-align: center;
}

.jiagou-empty h3 {
    margin: 0 0 10px;
    color: #535b66;
    font-size: 22px;
    font-weight: 500;
}

.jiagou-empty p {
    margin: 0;
}

@media (max-width: 768px) {
    .jiagou-wrap {
        width: min(100% - 28px, 1180px);
    }

    .jiagou-hero {
        height: 300px;
    }

    .jiagou-hero-title h1 {
        font-size: 34px;
    }

    .jiagou-section {
        padding: 48px 0 64px;
    }

    .jiagou-content-card {
        padding: 34px 24px;
    }
}
