.wrapper {
    height: 100%;
    max-height: 500px !important;
    display: flex;
    overflow-x: auto;
}

.wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.wrapper .item {
    min-width: 110px;
    height: 110px;
    /* line-height: 110px; */
    margin-right: 30px;
}