.categoryList-menu::-webkit-scrollbar{height:4px}.categoryList-menu::-webkit-scrollbar-track{background:#f1f1f1}.categoryList-menu::-webkit-scrollbar-thumb{background:#888}.categoryList-menu-item-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:0 0 auto;width:120px;height:120px;margin-right:10px;border-radius:8px;position:relative;overflow:hidden;border:2px solid #faad56}.categoryList-menu-item-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6)}.categoryList-menu-item-title{position:absolute;bottom:0;left:50%;transform:translate(-50%);padding:3px;width:100%;color:#fff;font-weight:700;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid transparent;border-radius:3px;background-color:rgba(250,150,40,.8)}