.footer{
    width: 100%;
    background: #000000;
    padding: 6.5625rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-content{
    width: 98.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 顶部 */
.footer-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 3.625rem;
    border-bottom: #4d4d4d solid 0.125rem;
}
.footer-header-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-brand-info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-brand-logo{
    height: 2.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-brand-logo-img{
    height: 2.9375rem;
    object-fit: contain;
}
.footer-header-brand-slogan{
    width: 100%;
    padding-top: 1.125rem;
    text-align: left;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 100;
}
.footer-header-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.footer-header-social-media-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-header-social-media{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1.875rem;
    cursor: pointer;
}
.footer-header-social-media:last-of-type{
    margin-right: 0;
}
.footer-header-social-media-logo{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-header-social-media-logo-img{
    width: 2.75rem;
    height: 2.75rem;
    object-fit: contain;
}
.footer-social-media-dialog-qrcode{
    width: 15rem;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/* 内容 */
.footer-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4.0625rem;
}
.footer-body-left{
    width: 32.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-body-address-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-body-address{
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: 100;
    padding-bottom: 0.625rem;
}
.footer-body-address:last-of-type{
    padding-bottom: 0;
}
.footer-body-phone-info{
    width: 100%;
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-body-phone-title{
    width: 100%;
    text-align: left;
    font-size: 1.375rem;
    color: #FFFFFF;
    font-weight: 500;
}
.footer-body-phone-value{
    width: 100%;
    text-align: left;
    padding-top: 1.875rem;
    font-size: 2.5rem;
    font-weight: 400;
    color: #fe791d;
    text-decoration: none;
}
.footer-body-right{
    flex: 1;
    padding-left: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.footer-menu-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-menu-group{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 3.125rem;
}
.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;
}
.footer-menu-group-header-title{
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: 100;
}
.footer-menu-group-items{
    width: 100%;
    padding-top: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-menu{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}
.footer-menu-title{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #878787;
    margin-bottom: 1.125rem;
    font-weight: 100;
}
.footer-menu-title:hover{
    color: #fe791d;
}

/* 底部 */
.footer-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 13.75rem;
}
.footer-footer-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-copyright{
    font-size: 0.9375rem;
    font-weight: 100;
    color: #FFFFFF;
    padding-right: 3.75rem;
    
}
.footer-icp-number, .footer-icp-number a{
    font-size: 0.9375rem;
    font-weight: 100;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-icp-number a:hover{
    color: #fe791d;
}
.footer-footer-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.footer-supplier{
    padding-right: 1.875rem;
}
.footer-supplier, .footer-supplier a{
    font-size: 0.9375rem;
    font-weight: 100;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-supplier a:hover{
    color: #fe791d;
}
.footer-language, .footer-language a{
    font-size: 0.9375rem;
    font-weight: 100;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-language a:hover{
    color: #fe791d;
}