.wx-site-footer {
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    color: #c9d0dc;
    background:
        radial-gradient(circle at 12% 8%, rgba(40, 121, 245, .15), transparent 30%),
        linear-gradient(135deg, #181d24 0%, #20252c 58%, #191e24 100%);
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    text-align: left;
}

.wx-site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(104, 160, 255, .7), transparent);
}

.wx-site-footer,
.wx-site-footer * {
    box-sizing: border-box;
}

.wx-site-footer a {
    color: inherit;
    text-decoration: none;
}

.wx-site-footer__inner {
    width: min(1360px, calc(100% - 64px));
    margin: 0 auto;
    padding: 70px 0 30px;
}

.wx-site-footer__main {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: clamp(60px, 8vw, 130px);
    align-items: start;
}

.wx-site-footer__brand {
    min-width: 0;
}

.wx-site-footer__logo {
    display: inline-flex;
    width: 205px;
    height: 64px;
    align-items: center;
    margin-bottom: 18px;
}

.wx-site-footer__logo img {
    display: block;
    width: 100%;
    max-height: 64px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.wx-site-footer__brand > p {
    margin: 0 0 27px;
    color: #9da7b6;
    font-size: 14px;
    line-height: 1.9;
}

.wx-site-footer__contact {
    margin-top: 18px;
}

.wx-site-footer__contact span {
    display: block;
    margin-bottom: 7px;
    color: #aab3c0;
    font-size: 14px;
}

.wx-site-footer__contact a,
.wx-site-footer__contact strong {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .02em;
}

.wx-site-footer__contact--small strong {
    font-size: 16px;
    font-weight: 600;
}

.wx-site-footer__qr {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
}

.wx-site-footer__qr img {
    display: block;
    width: 112px;
    height: 112px;
    padding: 6px;
    border-radius: 7px;
    background: #fff;
    object-fit: cover;
}

.wx-site-footer__qr span {
    color: #aab3c0;
    font-size: 13px;
}

.wx-site-footer__nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(118px, 1fr));
    gap: clamp(24px, 3vw, 52px);
}

.wx-site-footer__column {
    min-width: 0;
}

.wx-site-footer__column h2 {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

.wx-site-footer__column h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #2f83ff, rgba(47, 131, 255, .18));
}

.wx-site-footer__column > a {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 15px;
    color: #aeb7c4;
    font-size: 14px;
    line-height: 1.55;
    transition: color .2s ease, transform .2s ease;
}

.wx-site-footer__column > a:hover,
.wx-site-footer__column > a:focus-visible,
.wx-site-footer__statement a:hover,
.wx-site-footer__related a:hover,
.wx-site-footer__contact a:hover {
    color: #fff;
}

.wx-site-footer__column > a:hover {
    transform: translateX(4px);
}

.wx-site-footer__statement {
    margin: 42px 0 28px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 12px;
    background: rgba(255, 255, 255, .025);
    color: #8f99a8;
    text-align: center;
}

.wx-site-footer__statement p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
}

.wx-site-footer__statement p + p {
    margin-top: 3px;
}

.wx-site-footer__related {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 25px;
    align-items: start;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.wx-site-footer__related > span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.wx-site-footer__related > div {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 28px;
}

.wx-site-footer__related a {
    color: #838e9d;
    font-size: 13px;
    line-height: 1.5;
}

.wx-site-footer a:focus-visible {
    outline: 2px solid #69a6ff;
    outline-offset: 4px;
}

@media (max-width: 1180px) {
    .wx-site-footer__inner {
        width: min(100% - 48px, 1100px);
    }

    .wx-site-footer__main {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 54px;
    }

    .wx-site-footer__nav {
        grid-template-columns: repeat(3, minmax(130px, 1fr));
        row-gap: 35px;
    }
}

@media (max-width: 820px) {
    .wx-site-footer__inner {
        width: min(100% - 36px, 720px);
        padding-top: 52px;
    }

    .wx-site-footer__main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .wx-site-footer__brand {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 120px;
        column-gap: 30px;
    }

    .wx-site-footer__brand > p,
    .wx-site-footer__contact {
        grid-column: 1;
    }

    .wx-site-footer__qr {
        grid-column: 2;
        grid-row: 1 / span 4;
        margin-top: 0;
    }

    .wx-site-footer__statement {
        margin-top: 36px;
    }
}

@media (max-width: 560px) {
    .wx-site-footer__inner {
        width: min(100% - 28px, 520px);
        padding: 42px 0 24px;
    }

    .wx-site-footer__brand {
        display: block;
    }

    .wx-site-footer__logo {
        width: 176px;
        height: 54px;
    }

    .wx-site-footer__contact a,
    .wx-site-footer__contact strong {
        font-size: 19px;
    }

    .wx-site-footer__qr {
        margin-top: 24px;
    }

    .wx-site-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 22px;
    }

    .wx-site-footer__column h2 {
        margin-bottom: 21px;
        font-size: 16px;
    }

    .wx-site-footer__column > a {
        margin-bottom: 13px;
    }

    .wx-site-footer__statement {
        padding: 18px 16px;
        text-align: left;
    }

    .wx-site-footer__related {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}
