
@media (max-width: 768px) {
    .lott .lott-side {
        width: 100%;
        padding: .5rem;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px;
    }
    .lott .lott-side a {
        width: calc((100% - 10px) / 3);
        border-radius: 5px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lott .lott-contant {
        width: 100%;
        padding-bottom: 50px;
    }
    .lott .lott-contant-tab {
        width: 100%;
        padding: 0;
        margin: 0;
        background: none;
        overflow: hidden;
    }
    .lott .lott-contant-tab > .js-lott-tab-wrap {
        width: 100%;
        height: auto;
        padding: 0 32px;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        align-items: center;
        gap: 5px;
        background: none;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .lott .lott-contant-tab > .js-lott-tab-wrap::-webkit-scrollbar {
        display: none;
    }
    .lott .lott-contant-tab > .js-lott-tab-wrap .tab-arrow {
        width: 28px;
        min-width: 28px;
        height: 28px;
        border: 0;
        border-radius: 100%;
        padding: 0;
        margin: 0 10px;
        display: none;
        align-items: center;          
        justify-content: center;
        font-size: 16px;           
        line-height: 1;               
        color: #fff !important;
        background: #ff9900 !important;
        cursor: pointer;
        font-weight: bold;
        position: absolute;
        z-index: 2;
    }

    .lott .lott-contant-tab > .js-lott-tab-wrap .tab-arrow-prev {
        left: 0;
    }
    .lott .lott-contant-tab > .js-lott-tab-wrap .tab-arrow-next {
        right: 0;
    }
    .lott .lott-contant-tab > .js-lott-tab-wrap.has-overflow .tab-arrow {
        display: flex;
    }

    .lott .lott-contant-tab > .js-lott-tab-wrap .tab-arrow:disabled {
        opacity: .45;
    }
    .lott .lott-contant-tab > .js-lott-tab-wrap > a {
         margin: 0;
        flex: 0 0 calc((100% - 10px) / 3);
        max-width: calc((100% - 10px) / 3);
        display: block;
        box-sizing: border-box;
        border-radius: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: linear-gradient(to bottom, #5d5d5d 0%, #4f4f4f 100%);
    }
    .lott-contant-tab a.active {
        background: #ff9900 !important;
    }
    .lott .game-table table {
        background: none;
    }
    .lott .game-table tr {
        height: unset;
        line-height: unset;
    }
    .lott .game-table td {
        min-width: unset;
        vertical-align: middle;
    }
    .lott .game-table input[type="text"] {
        border: none;
        width: 100%;
        padding: 0 5px;
        min-width: unset
    }
    .lott .game-zz .lott-contant-tab {
        display: flex;
        flex-direction: column;
        text-align: left;
        height: auto;
        overflow: hidden;
        white-space: unset;
        padding: 0;
        background: #333;
    }
    .lott .game-zz .lott-contant-tab>span,
    .lott .game-zz .lott-contant-tab span {
        line-height: unset;
        padding: 0 5px;
    }
    .lott .game-zz .lott-contant-tab>span {
        padding: 10px;
    }
    .lott .lott-contant .center-table {
        overflow: auto;
    }
    .lott .lott-contant .center-table th{
        padding: 0 5px;
    }
    .head-text .text-box,
    .head-text div {
        width: 100% !important;
    }
    .head-text a {
        margin: 0 !important;
    }
    .lott .game-table table {
        border-spacing: 0;
        border: none;
        border-collapse: collapse;
    }
    .lott .game-table table td {
        border: 1px #ccc solid;
    }

}