footer {
    background-color: #fff;
}

.footer-menu {
    display: flex;
    align-items: center;
    min-height: 18rem;
    justify-content: space-between;
}
.group-menu-box {
    display: flex;
    /* width: 54%; */
    flex: 1;
    height: 100%;
}
.group-menu {
    line-height: 1.7rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.group-menu + .group-menu {
    margin-left: 4%;
}
.group-menu > a {
    display: block;
    white-space: nowrap;
}
.group-menu>a:first-of-type {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.qrcode-box {
    margin-left: 6%;
    display: flex;
    justify-content: flex-end;
    max-width: 440px;
}
.qrcode-item {
    margin-left: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.qrcode-item > img {
    width: 6.8rem;
}
.qrcode-title {
    display: block;
    margin-top: 4px;
}
.qrcode-with-logo {
    position: relative;
}
.qrcode-with-logo:after {
    content: "";
    background-image: var(--logo-img);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    margin-left: -12px;
    margin-top: -12px;
}

.footer-link-box {
    background-color: #f4f4f4;
    padding: 1rem 0;
}
.footer-link-title {
    font-weight: bold;
}
.footer-link-body {
    margin-top: 1rem;
}
.footer-link-body > a {
    display: inline-block;
    margin-right: 2rem;
    padding-top: 0.4rem;
}

.footer-beian-row {
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
}
.footer-beian-row, .footer-beian-row > a {
    font-size: 0.8rem;
    color: #999;
}