.nav-select-box{display:flex;flex-wrap:wrap;max-height:220px;overflow-y:scroll}.nav-select-box .nav-item{padding:10px;cursor:pointer;text-align:center;display:flex;justify-content:center;align-items:center;border:1px solid #fff;box-sizing:border-box;margin:5px;height:30px;border-radius:5px}.nav-select-box .active-item{border:1px solid #fede76;background-color:#41a9d4;color:#fff}.nav-select-box::-webkit-scrollbar{display:none}