.footer{
    width: 100%;
    height:2.04rem;
    background-color: #2f3033;

}
.footer_text{
    display: flex;
    flex-direction: column;
    padding:0.5rem 1rem 0 1rem ;

}
.footer_text a{
    height: 0.2rem;
    font-family: PingFang-SC-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    line-height: 0.07rem;
    padding: 0.1rem 0;
    letter-spacing: 0;
    color: #ffffff;
}