.nav-list {
    height: 0.96rem;
    padding: 0 0.32rem;
    overflow-x: auto;
}
.nav-list a {
    height: 0.44rem;
    line-height: 0.44rem;
    padding: 0 0.26rem;
    margin-right: 0.16rem;
    border-radius: 0.22rem;
    background-color: #E8E8E8;
    color: #909090;
    text-align: center;
    font-size: 0.24rem;
    white-space: nowrap;
}
.nav-list a.current {
    color: #fff;
    background-color: #0089FF;
}