.footer-container{
    width: 100%;
}
/* 顶部 */
.footer-header{
    width: 100%;
    padding: 6.875rem 0;
    background: #000000;
}
.footer-header-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.5rem;
    border-bottom: #4d4d4d solid 1px;
}
.footer-header-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.footer-header-header-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.footer-contact-methods{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-contact-method{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-method-title{
    text-align: left;
    font-size: 1rem;
    color: #797979;
}
.footer-contact-method-link{
    text-align: left;
    padding-top: 2.875rem;
    font-size: 1.625rem;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-header-body{
    width: 100%;
    padding-top: 3.75rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-header-body-left{
    flex: 1;
    padding-right: 3.75rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
}
.footer-header-menu-group{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-menu-group-header{
    width: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-menu-group-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    color: #FFFFFF;
}
.footer-header-menu-group-header:hover .footer-header-menu-group-header-title{
    color: #6fa032;
}
.footer-header-menu-items{
    width: 100%;
    padding-top: 1.875rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1.5625rem;
}
.footer-header-menu-item{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #797979;
    text-decoration: none;
}
.footer-header-menu-item:hover{
    color: #6fa032;
}
.footer-header-body-right{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.footer-header-social-medias{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.footer-header-social-medias-title{
    text-align: right;
    font-size: 1rem;
    color: #797979;
    font-weight: bold;
}
.footer-header-social-media-list{
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-header-social-media{
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}
.footer-header-social-media:last-of-type{
    margin-right: 0;
}
.footer-header-social-media-icon{
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}
.footer-header-social-medias-actions{
    padding-top: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-header-social-medias-action{
    width: 11.625rem;
    height: 3.625rem;
    line-height: 3.625rem;
    text-align: center;
    border-radius: 1.8125rem;
    background: #6fa032;
    color: #FFFFFF;
    font-size: 1.0625rem;
    text-decoration: none;
}
.footer-header-social-medias-action:hover{
    background: #FFFFFF;
    color: #6fa032;
}
/* 底部 */
.footer-footer{
    width: 100%;
    padding: 3.125rem 0;
    background: #181818;
}
.footer-footer-content-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-footer-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-footer-copyright{
    font-size: 1.0625rem;
    color: #FFFFFF;
}
.footer-footer-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-footer-quick-links{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-footer-quick-link{
    font-size: 1.0625rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 0.9375rem;
}
.footer-footer-quick-link:last-of-type{
    margin-right: 0;
}
.footer-footer-quick-link:hover{
    color: #6fa032;
}
.footer-footer-solution-provider{
    margin-left: 1.25rem;
    font-size: 1.0625rem;
    color: #FFFFFF;
}
.footer-footer-solution-provider a{
    color: #6fa032;
    text-decoration: none;
}