.nav-list {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 0.24rem;
}
.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;
}
.nav-list a.current {
    color: #fff;
    background-color: #0089FF;
}