.bottomBar{
    position: fixed;
    height: 0.35rem;
    background: #a09d9d;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 100;
}
.bottomBar>a{
    color: white;
    font-size: 0.14rem;
    border-right: 1px solid #979595;
}
.bottomBar>a:last-child{
    border: none;
}