.footer{
    width: 100%;
    height: 2rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* position: fixed;
    bottom: 0; */
}
.yq{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.zs{
    margin-top: .2rem;
    font-size: .16rem;
    font-family: "Microsoft YaHei","SimSun";
    font-weight: 400;
    color: #86909C;
}
.zs > div{
    text-align: center;
    line-height: .4rem;
}