.footer-container{
    width: 100%;
    padding: 7.5rem 0;
    background: #000000;
    color: #fff;
}
.footer-content{
    width: 100%;
}
.footer-content-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-brand-info{
    width: calc(100% / 4 - 6.25rem);
}
.footer-brand-info-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-brand-logo{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-brand-logo-img{
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
    filter: grayscale(100%) brightness(50%);
}
.footer-brand-name{
    padding-left: 1.25rem;
    font-size: 1.625rem;
    color: #8e8e8e;
}
.footer-brand-info-footer{
    width: 100%;
    padding-top: 3.125rem;
}
.footer-brand-description{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #ffffff;
}
.footer-quick-links{
    width: calc(100% / 4 - 6.25rem);
}
.footer-quick-links-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-quick-links-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    color: #ffffff;
}
.footer-quick-links-list{
    width: 100%;
    padding-top: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-quick-link{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #8e8e8e;
    text-decoration: none;
    margin-bottom: 1rem;
}
.footer-quick-link:hover{
    color: #ffffff;
}
.footer-quick-link:last-of-type{
    margin-bottom: 0;
}
.footer-contact-info{
    width: calc(100% / 4 - 6.25rem);
}
.footer-contact-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-info-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    color: #ffffff;
}
.footer-contact-methods{
    width: 100%;
    padding-top: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-method{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 1rem;
}
.footer-contact-method:hover{
    color: #25d366;
}
.footer-content-header-right{
    width: calc(100% / 4 - 6.25rem);
}
.footer-social-medias{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-social-media{
    width: 2.625rem;
    height: 2.625rem;
    border: #8e8e8e solid 1px;
    border-radius: 1.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1.125rem;
}
.footer-social-media:hover{
    background: #8e8e8e;
}
.footer-social-media:last-of-type{
    margin-right: 0;
}
.footer-social-media-icon{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
    filter: grayscale(100%) brightness(50%);
}
.footer-social-media:hover .footer-social-media-icon{
    filter: none;
}
.footer-email-subscribe{
    width: 100%;
    padding-top: 2.5rem;
}
.footer-email-subscribe-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
}
.footer-email-subscribe-title{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    color: #ffffff;
    padding-top: 0.625rem;
}
.footer-email-subscribe-input-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: #ffffff solid 1px;
    padding: 0.625rem 0;
    margin-top: 0.625rem;
}
.footer-email-subscribe-input{
    flex: 1;
    border: none;
    background: none;
    outline: none;
    height: 1.625rem;
    line-height: 1.625rem;
    color: #ffffff;
    padding-right: 0.625rem;
}
.footer-email-subscribe-btn{
    width: 1.625rem;
    height: 1.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.footer-email-subscribe-btn-icon{
    width: 1.625rem;
    height: 1.625rem;
    object-fit: contain;
}

/* 底部 */
.footer-footer{
    width: 100%;
    padding-top: 13.125rem;
}
.footer-footer-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-footer-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-copyright{
    font-size: 1.125rem;
    color: #ffffff;
}
.footer-copyright span{
    color: #8e8e8e;
}
.footer-footer-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-footer-links{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-footer-link{
    font-size: 1.125rem;
    color: #ffffff;
    text-decoration: none;
}
.footer-footer-link:hover{
    color: #25d366;
}