.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.81rem;
    background: #434343;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer>.footer_len{
    width: 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    text-align: center;
    margin-top: 0.2rem;
}
.footer>.footer_len>ul{
    display: flex;
    align-items: center;

}
.footer>.footer_len>ul>li{
    font-size: 0.12rem;
    line-height: 0.15rem;
    border-right: 1px solid #fff;
    padding: 0 0.05rem;
}
.footer>.footer_len>ul>li:last-child{border: none;}
.footer>.footer_len>ul>li>a{
    color: #fff;
}
.footer>.footer_len>p{
    font-size: 0.12rem;
    line-height: 0.15rem;
    color: #fff;
    margin-top: 0.05rem;
}
.footer>.footer_copyright{
    width: 4.5rem;
    text-align: center;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    margin-left: 0.08rem;
    margin-top: 0.08rem;
}
.footer>.footer_copyright>ul{
    display: flex;
    align-items: center;
    width: 100%;
}
.footer>.footer_copyright>ul>li{
    font-size: 0.12rem;
    line-height: 0.15rem;
    border-right: 1px solid #fff;
    padding: 0 0.05rem;
}
.footer>.footer_copyright>ul>li:last-child{
    border: none;
}
.footer>.footer_copyright>ul>li>a{
    color: #fff;
}