.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category .systemproduct-category-img {
    background-position: 0 0;
    background-size: cover;
    height: 40px;
    margin: 0px 6px 0px 0px;
    width: 40px;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 7px 10px 7px 0px
}
@keyframes slide-market200-3fc45e0c {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -800px;
    }
}