footer{
    background-color: #000;
    padding: 0.32rem 0;
    width: 100%;
}
.footer-warp .footer-nav{
    width: 7.1rem;
    border-bottom: 0.01rem solid #484848;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
    padding-bottom:0.02rem ;
}
.footer-warp .footer-nav a{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.19rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
}
.footer-warp .footer-icon{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    margin-top: 0.31rem;
    margin-bottom: 0.14rem;
}
.footer-warp .footer-icon .icon{
    margin: 0 0.14rem;
}
.footer-warp .f-text{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.12rem;
    color: #AAAAAA;
    line-height: 0.3rem;
    text-align: center;
}