.footer{
    width: 100vw;
    height: 11.45vw;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-line{
    width: 61.4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-left{
    display: flex;
    flex-direction: column;
}
.flex-style{
    display: flex;
    align-items: center;
}
.footer-icon{
    width: 1vw;
    height: 1vw;
}
.footer-text{
    height: 0.9vw;
    font-size: 0.9vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: normal;
    color: #333333;
    line-height: 0.9vw;
}
.footer-right{
    display: flex;
    align-items: center;
}
.footer-content{
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
}
.footer-code{
    width: 6.25vw;
    height: 6.25vw;
    margin-left: 1.3vw;
}