.app-footer {
    width: 100%;
    background-color: var(--theme-color);
    border-top: 1px solid #e6e6e6;
}

.app-footer .other-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    font-size: 14px;
    color: #FFFFFF;
}

.app-footer .other-info .footer-logo {
    width: 132px;
    height: 38px;
}

.app-footer .other-info .footer-link {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 820px;
    height: 70px;
}

.app-footer .footer-link ol {
    display: flex;
    justify-content: space-between;
}

.app-footer .footer-link ol li {

}

.app-footer .footer-link ol a {
    color: #FFFFFF;
}

.app-footer .footer-qr-code {
    width: 70px;
    height: 70px;
}

.filing-information {
    border-top: 1px solid #ffffff;
    align-items: center;
    height: 52px;
    font-size: 14px;
    color: #FFFFFF;
}

.filing-information a {
    color: #FFFFFF;
}

.filing-information b {
    margin: 0 24px;
}

.app-footer a:hover {
    color: var(--theme-color-deep) !important;
}
