.footer-container{
    width: 100%;
    height: 39.1875rem;
    background-color: #000000;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-container-bg{
    width: 100%;
    height: 39.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-container-bg-img{
    width: 100%;
    height: 39.1875rem;
    object-fit: cover;
}
.footer-container-content{
    width: 100%;
    height: calc(39.1875rem - 13.75rem);
    padding: 6.875rem 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* 顶部 */
.footer-container-header{
    width: 100%;
}
.footer-container-header-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.9375rem;
}
.footer-container-header-description{
    width: 100%;
    text-align: left;
    padding-top: 3.125rem;
    font-size: 1.75rem;
    color: #FFFFFF;
}
.footer-container-header-right{
    max-width: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-container-header-contact-address{
    width: max-content;
    max-width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #FFFFFF;
}
.footer-container-header-contact-methods{
    width: max-content;
    max-width: 100%;
    padding-top: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-container-header-contact-method{
    text-align: left;
    font-size: 1.375rem;
    color: #878787;
    text-decoration: none;
    margin-bottom: 1.25rem;
}
a.footer-container-header-contact-method:hover{
    color: #f47f00;
}

/* 底部 */
.footer-container-footer{
    width: 100%;
}
.footer-container-footer-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-container-footer-left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-container-footer-copyright{
    text-align: left;
    font-size: 1.125rem;
    color: #FFFFFF;
}
.footer-container-footer-copyright a{
    color: #FFFFFF;
    text-decoration: none;
}
.footer-container-footer-copyright a:hover{
    color: #f47f00;
}
.footer-container-footer-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.footer-container-footer-technology-supplier{
    text-align: left;
    font-size: 1.125rem;
    color: #FFFFFF;
}
.footer-container-footer-technology-supplier a{
    color: #FFFFFF;
    text-decoration: none;
}
.footer-container-footer-technology-supplier a:hover{
    color: #f47f00;
}