.footer-container {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    position: relative;
    background-color: rgba(147, 2, 8, 0.8);
}
.footer-container .background-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
}
.footer-container .inner {
    padding: 24px 14px 24px;
}
.footer-container .inner .top-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 44px;
}
.footer-container .inner .top-info .qr-code img {
    width: 108px;
    height: 108px;
    border: 3px solid #F97076;
}
.footer-container .inner .top-info .logo img {
    width: 198px;
    height: 58px;
}
.footer-container .inner .top-info .address-phone {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-container .inner .top-info .address-phone .item {
    margin-bottom: 5px;
}
.footer-container .inner .top-info .email .title,
.footer-container .inner .top-info .contact-us .title {
    margin-bottom: 5px;
}
.footer-container .inner .top-info .email .email-content,
.footer-container .inner .top-info .email .contact-us-content,
.footer-container .inner .top-info .contact-us .email-content,
.footer-container .inner .top-info .contact-us .contact-us-content {
    margin-bottom: 5px;
}
.footer-container .inner .bottom-copyright {
    width: 468px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}