.footer-container {
    width: 100%;
    padding: 5.3125rem 0;
}

.footer-container-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-container-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-brand-logo {
    width: 8.75rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-brand-logo-img {
    width: 8.75rem;
    object-fit: contain;
}

.footer-container-body {
    width: 100%;
    padding-top: 5.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-container-body-left {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-container-body-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.footer-menu-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 5.625rem;
}

.footer-menu-group:last-of-type {
    margin-right: 0;
}

.footer-menu-group-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    color: #000000;
}

.footer-menu-group-header-title {
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
}

.footer-menu-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 5.625rem;
    grid-row-gap: 0.9375rem;
    padding-top: 1.875rem;
}

.footer-container-body-left .footer-menu-group:first-of-type .footer-menu-list {
    grid-template-columns: repeat(2, 1fr);
}

.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
}

.footer-menu:hover {
    color: #21395b;
}

/* 底部 */
.footer-container-footer {
    width: 100%;
    padding-top: 5.3125rem;
}

.footer-container-footer-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.125rem;
    border-bottom: #f4f2ee solid 0.125rem;
}

.footer-email-subscribe {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer-email-subscribe-icon {
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-email-subscribe-icon-img {
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}

.footer-email-subscribe-input-wrap {
    padding: 0 0.9375rem;
    width: 15rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-email-subscribe-input {
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: left;
    font-size: 1rem;
    color: #000000;
    border: none;
    outline: none;
}

.footer-email-subscribe-input::placeholder {
    font-size: 1rem;
    color: #21395b;
}

.footer-quick-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.footer-quick-link {
    font-size: 1rem;
    text-decoration: none;
    color: #000000;
    margin-right: 1.5rem;
}

.footer-quick-link:last-of-type {
    margin-right: 0;
}

.footer-quick-link:hover {
    color: #21395b;
}

.footer-container-footer-footer {
    width: 100%;
    padding-top: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 1rem;
    color: #000000;
}

.footer-solution-provider, .footer-solution-provider a {
    font-size: 1rem;
    color: #000000;
    text-decoration: none;
}

.footer-solution-provider a:hover {
    color: #21395b;
}