/**/
.cate-list{
    flex-wrap: wrap;
}
.cate-list.more{
    flex-wrap: nowrap;
    overflow: hidden;
}
.cate-title{
    padding: 0.15rem 0;
}
.cate-list .cate-item{
    cursor: pointer;
    padding: 0.15rem 0.2rem;
    transition: all 0.5s;
}
.cate-list .cate-item:hover,
.cate-list .cate-item.active{
    color: #3BBC46;
    font-weight: bold;
}
.cate-more{
    cursor: pointer;
    padding: 0.15rem 0.2rem;
}