.categoryTableBox{margin-top:20px}.categoryTableBox .content{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;gap:10px;text-align:center}.categoryTableBox .content>a{min-height:50px;line-height:50px;padding:5px;border-radius:6px;cursor:pointer;font-weight:700}.categoryTableBox .content>a:hover{background:#ee4d2d;color:#fff;font-weight:700}.categoryTableBox .content .item{background:#ccc}.categoryTableBox .content .itemEven{background:#f1f1f1}.categoryTableBox .pagination{margin:20px auto;display:flex;justify-content:center;align-items:center!important;height:50px;width:850px}