* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

    vertical-align: baseline;
}
input:focus {
    outline: none;
}
body {
    /*font-family: Rubik, sans-serif;*/
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 13px;
    color: #4c4c4c;
    margin: 0;
    font-weight: 400
}

.root {
    background-color: rgb(251, 251, 251);
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 100%;
}
.header {
    background: #009cff;
    z-index: 3;
    position: relative;
}
.nav {
    max-width: 1024px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 0px 0px 10px;
    margin: 0px auto;
    width: 100%;
    height: 43px;
}

@media (min-width: 768px) {
    .nav {
        height: 61px;
    }
}

.logo {
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
}

.navbar {
    display: flex;
}

@media (min-width: 768px) {
    .navbar {
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
        flex-basis: 100%;
        padding-left: 74px;
    }
}


.menu-button {
    position: relative;
    display: inline-flex;
    width: 43px;
    height: 43px;
    background: transparent;
    padding: 0px;
    margin: 0px;
    border-width: 0px 1px;
    border-top-style: initial;
    border-bottom-style: initial;
    border-top-color: initial;
    border-bottom-color: initial;
    border-image: initial;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-style: solid;
    border-right-color: transparent;
}

@media (min-width: 768px) {
    .menu-button {
        width: 61px;
        height: 61px;
    }
}

.search-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.search-inner {
    overflow: hidden;
    position: relative;
}

@media (min-width: 0px) and (max-width: 767px) {
    .search-inner {
        position: absolute;
        left: 85px;
        width: calc(100% - 180px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.1s linear, visibility linear 0.1s;
    }
}

.search-input {
    border: 1px solid rgb(215, 223, 233);
    height: 40px;
    width: 416px;
    border-radius: 3px;
    padding: 5px 45px;
    background: white;
    appearance: none;
}

@media (min-width: 0px) and (max-width: 767px) {
    .search-input {
        padding: 10px;
        width: 100%;
        height: 32px;
    }
}

.search-submit {
    width: 40px;
    height: 40px;
    background: transparent;
    margin: 0px;
    border: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 2px 6px 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .search-submit {
        display: none;
    }
}

.ccFDgA {
    fill: rgb(23, 31, 70);
    width: 12px;
    height: 12px;
}

.search-button {
    position: relative;
    display: inline-flex;
    width: 43px;
    height: 43px;
    background: transparent;
    padding: 0px;
    margin: 0px;
    border: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .search-button {
        display: none;
    }
}

.main-container {
    max-width: 1920px;
    margin: 0px auto;
    flex: 1 0 auto;
    width: 100%;
    position: relative;
}

.page-container {
    max-width: 1024px;
    margin: 0px auto;
}

.page-title {
    font-size: 18px;
    font-weight: 600;
    margin: 21px 10px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    .page-title {
        margin: 13px 8px 15px;
    }
}


@media (min-width: 768px) {
    .top-container {
        display: flex;
        width: 100%;
        flex: 0 0 100%;
        -webkit-box-align: center;
        align-items: center;
        padding-right: 10px;
    }
}

.head-icon {
    display: flex;
    padding: 8px 10px;
}

@media (min-width: 768px) {
    .head-icon {
        -webkit-box-align: center;
        align-items: center;
    }
    .top-left-container {
        flex: 0 1 434px;
    }
    .top-right-container {
        flex-basis: 336px;
        flex-grow: 1;
        flex-shrink: 1;
        min-height: 280px;
    }
}

.download-btn {
    margin-top: 4px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .download-btn {
        max-width: none;
        flex: 0 1 500px;
    }
}

.col-left {
    flex: 0 0 80px;
    position: relative;
}

@media (min-width: 768px) {
    .col-left {
        flex-basis: 120px;
    }
}

.app-title {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .app-title {
        font-size: 18px;
    }
}

.col-right {
    padding-left: 16px;
}

.thumb-div {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-top: 100%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 8px;
}

.meta-container {
    color: rgb(136, 141, 162);
    font-size: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.info-item {
    margin-right: 10px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.info-text {
    margin-left: 3px;
}

.info-item:last-child {
    margin-right: 0px;
}


.download-page {
    display: inline-flex;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    background: linear-gradient(92.86deg, rgb(255, 162, 31) 0%, rgb(255, 85, 23) 44.89%, rgb(255, 85, 23) 54.61%, rgb(255, 162, 31) 100%);
    color: white;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: rgba(126, 133, 142, 0.16) 0px 4px 16px;
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .download-page {
        height: 48px;
    }
}
.download-icon {
    margin-bottom: 2px;
    margin-right: 9px;
}

.download-text {
    padding-right: 34px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    line-height: 0.85em;
    letter-spacing: 0.03em;
}


.right-icon {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: white;
    height: 38px;
    width: 39px;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0px 3px 3px 0px;
    color: rgb(255, 126, 33);
    font-size: 19px;
}

@media (min-width: 768px) {
    .right-icon {
        height: 46px;
        width: 47px;
        font-size: 21px;
    }
}

.tabnav {
    margin: 10px;
}

.tab-item {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    padding: 9px 0px;
    background: transparent;
    margin-right: 24px;
    font-family: inherit;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    color: rgb(126, 133, 142);
}

.tab-item.active{
    border-bottom-color: rgb(255, 126, 33);
    color: rgb(23, 31, 70);
}

.tab-containers {
    display: block;
    margin: 10px;
}

@media (min-width: 768px) {
    .tab-containers {
        margin: 18px 10px;
    }
}

.tab-containers .container {
    overflow: auto;
    margin: 0px -4px;
}

.slide-list {
    display: flex;
    width: max-content;
    will-change: transform;
    transition: transform 0.2s linear 0s;
}

.slide-item {
    user-select: none;
}

.slide-item img {
    height: 160px;
    vertical-align: bottom;
    padding: 0px 4px;
}

 .container-desc {
    display: block;
    margin: 10px;
}

@media (min-width: 768px) {
     .container-desc {
        margin: 18px 10px;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.container-content {
    position: relative;
    overflow: hidden;
    padding-bottom: 32px;
    transition: max-height 0.25s cubic-bezier(0, 0, 0, 1) 0s;

}

/*@media (min-width: 768px) {*/
/*    .container-content {*/
/*        flex: 0 0 53%;*/

/*    }*/
/*}*/

/*@media (min-width: 1024px) {*/
/*    .container-content {*/
/*        flex: 0 0 61%;*/
/*    }*/
/*}*/

.container-info {
    padding: 0 10px;
}

@media (min-width: 768px) {
    .container-info {

        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .container-meta-list {
        margin-top: 0px;
    }
}

@media (min-width: 1024px) {

}

.container-meta-list {
    display: table;
    line-height: 1.5em;
    margin: 7px 0px 5px;
}

.meta-row {
    display: table-row;
}

.meta-row-cell {
    display: table-cell;
    padding: 3px 10px 4px;
    width: 50%;
}
.meta-row-cell:first-child {
    padding-left: 0px;
    color: rgb(126, 133, 142);
    font-weight: 600;
}
.meta-row-cell:last-child {
    padding-right: 0px;
}
@media (min-width: 768px) {
    .meta-row-cell:first-child {
        width: 55%;
    }
    .meta-row-cell:last-child {
        width: 45%;
    }
}

.fold {
    line-height: 1.715em;
    font-size: 14px;
    letter-spacing: -0.014em;
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    .fold {
        font-size: 16px;
        line-height: 1.5em;
    }
}

.more-btn {
    font-family: inherit;
    margin: 0px;
    padding: 8px 9px 9px;
    border-width: 1px 0px;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: inherit;
    user-select: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
    .more-btn {
        background: rgb(251, 251, 251);
        border: 0px;
        text-align: left;
        padding-left: 0px;
        font-size: 14px;
    }
}

.block-title {
    font-size: 18px;
    font-weight: 600;
    margin: 21px 10px 11px;
}

.related-list {
    margin: 10px 10px 45px;
}
@media (min-width: 768px) {
    .related-list {
        display: flex;
        flex-wrap: wrap;
        margin: 10px 6px 45px;
    }
}

.related-item {
    margin: 4px 0px;
    min-width: 0px;
}

.related-item-link {
    border: 1px solid rgb(215, 223, 233);
    padding: 5px 9px;
    color: rgb(23, 31, 70);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    border-radius: 4px;
    background: white;
    position: relative;
}

.thumb {
    flex: 0 0 70px;
    position: relative;
}

.thumb-div2 {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-top: 100%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 8px;

}

.thumb-div2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:  0% 0% / 100% 100% transparent;
}

.thumb-img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    border: 0px;
    opacity: 1;
    transition: opacity 0.2s linear 0s;
}

@media (min-width: 768px) {
    .related-item {
        flex: 0 0 50%;
        margin: 3px 0px;
        padding: 0px 3px;

    }
}

@media (min-width: 1024px) {
    .related-item {
        flex-basis: 33.333%;
    }
}

.right-meta {
    padding-left: 10px;
    padding-bottom: 1px;
    overflow: hidden;
}

.right-meta .title {
    font-size: 16px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-meta .category {
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.58px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    display: -webkit-box;
}

.right-meta .rate {
    width: 100%;
    display: flex;
    align-items: center;
}
.right-meta .rate .score{
    color: #9c9c9c;
    font-size: 14px;
    margin-left: 5px;
}
.download .source-list {
    display: none;
}
 .source-list .source-item {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(215, 223, 233);
}
 .source-item:last-child {
     border-bottom: 0px;
 }
@media (min-width: 768px) {
    .download .source-list {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
     .source-list .source-item {
        border-bottom: 0px;
        flex: 0 0 50%;
        -webkit-box-pack: start;
        justify-content: flex-start;
        padding-left: 8px;
    }
}

.source-list .source-item .source-name {
    letter-spacing: 0.03em;
}

@media (min-width: 768px) {
    .source-list .source-item .source-name {
        text-align: right;
    }
}

.store-name {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .store-name {
        margin-top: 2px;
    }
}

.payinfo {
    font-size: 12px;
    font-weight: 600;
}

.idvpUd {
    background: linear-gradient(92.86deg, rgb(31, 210, 255) 0%, rgb(23, 116, 255) 44.89%, rgb(23, 116, 255) 54.61%, rgb(31, 210, 255) 100%);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    height: 40px;
    width: 170px;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    font-family: inherit;
    position: relative;
}

@media (min-width: 768px) {
    .idvpUd {
        margin-left: 14px;
    }
}

@media (min-width: 768px) {
    .download {
        padding-top: 8px;
        padding-left: 13px;
        width: 100%;
    }
}

.top-container2 {
    position: relative;
}

@media (min-width: 768px) {

}

.head2 {
    display: flex;
    padding: 14px 10px 6px;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .head2 {
        padding: 12px 8px 6px;
        align-items: flex-start;
    }
}

.head2 .col-left {
    flex: 0 0 56px;
}

@media (min-width: 768px) {
    .head2 .col-left {
        flex-basis: 88px;
    }
}

.source-list {
    margin: 0px 20px;
}

.menu-tab {
    background: rgb(251, 251, 251);
    width: 250px;
    height: calc(100% - 43px);
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.15s linear, visibility linear;
    transform: translate(0px, 0px);
    box-shadow: rgb(252, 213, 189) 0px 0px 101px 0px, rgba(23, 31, 70, 0.8) 0px 0px 500px 3000px;
    opacity: 1;
    visibility: visible;
}

.menu-nav {
    width: 100%;
    height: 100%;
    overflow: hidden scroll;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.top-menu {
    padding: 22px 19px 0px;
    text-align: center;
}

.menu-item {
    text-decoration: none;
    display: flex;
    color: rgb(23, 31, 70);
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 27px 7px 0px;
    margin: 0px;
}

.menu-icon {
    min-width: 40px;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.menu-tab-hide {
    width: 250px;
    height: calc(100% - 43px);
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transform: translate(100%, 0px);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    background: rgb(251, 251, 251);
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.15s linear, visibility linear 0.2s;
}

@media (min-width: 768px) {
    .menu-tab-hide {
        height: calc(100% - 61px);
    }
}

@media (min-width: 1024px) {
    .menu-tab-hide {
        right: 50%;
        margin-right: -512px;
    }
}
.dhide {
    margin: 0px 20px;
}
@media (min-width: 768px) {
    .dhide {
        display: none;
    }
}

footer {
    background-color: #fff;
    position: relative;
    height: 100px;
    box-sizing: border-box;

}

.footer-content {
    padding-top: 22px;
    position: relative;
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .links {
    text-align: center;
    margin: auto 0 auto 40px;
}

footer .links a {
    color: #9c9c9c;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.introduce {
    color: #9c9c9c;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
}



/***home**/
.wrapper {
    background: #ffffff;
    width: 100%;
    height: auto;
}
#main-container {
    width: 100%;
    text-align: center;
    font-size: 0px;
    margin: 0 auto;
    padding: 10px;
}

.game-item {
    display: inline-block;
    zoom: 1;
    overflow: hidden;
    position: relative;
    text-align:center;
    margin:0;
    padding:0;
    border:0;

}

.game-item {
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
}

.game-item a {
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.game-item img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}


@media only screen and (max-width:1023px) {

    #list1 {
        height: calc( ((100vw - 6px )/6 + 4px)*1 );
    }

    #list2 {
        height: calc( ((100vw - 6px )/6 + 4px) * 3 );
    }

}

@media only screen and (max-width:600px) {

    #list1 {
        height: calc( ((100vw - 6px )/3 + 4px)*1 );
    }

    #list2 {
        height: calc( ((100vw - 6px )/3 + 4px) * 3 );
    }
}

.adv {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    min-width: 250px;
    display: block;
    text-align: center;
    padding: 10px 0px;
}



.entry h1 {
    margin: 25px 0;
    line-height: 30px
}

.entry h2 {
    margin: 20px 0
}

.entry h3 {
    margin: 18px 0
}

.entry h4 {
    margin: 16px 0
}

.entry h5 {
    margin: 15px 0
}

.entry {
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 25px
}

.entry p:first-of-type {
    margin-top: 0
}

.entry .aligncenter,.section a.more {
    display: block;
    margin: auto;
    text-align: center
}

.entry blockquote {
    border-left: 4px solid #f2f2f2;
    padding: 0 15px;
    font-style: italic
}

.entry .alignright {
    float: right;
    margin: 0 0 15px 15px
}



.entry ol,.entry ul {
    margin: 0 0 20px 15px
}

.entry li {
    margin: 0 0 5px
}

.entry ol li {
    list-style: decimal
}

.entry ul li {
    list-style: disc
}

.entry iframe {
    max-width: 100%
}
.entry p {
    margin: 0 0 15px;
}



/**** detail loading box ***/
.overlay,.loading-box {
    position: relative;
}

.overlay:before,.loading-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}

.overlay:before,.loading-box:before {
    border: 1rem solid hsla(0,0%,100%,.25);
    border-top-color: #6dd829;
    border-radius: 50%;
    animation: turnAround .6s linear infinite;
    width: 5.25rem;
    height: 5.25rem;
}

@keyframes turnAround {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        transform: translate(-50%,-50%) rotate(359deg)
    }
}

.desc-play .loading {
    background: #b9bcb9;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
}



.game-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.game-list .item-1 {
    grid-area: 1/2/3/4
}

.game-list .item-2 {
    grid-area: 6/1/8/3
}

.game-list .item-ad {
    grid-area: 3/1/4/4
}


@media (min-width: 500px) {
    .game-list .item-1 {
        grid-area:1/2/3/4
    }
    .game-list .item-2 {
        grid-area:4/3/6/5
    }

    .game-list .item-ad {
        grid-area:3/1/4/5
    }
    .game-list {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }
}

@media (min-width: 640px) {
    .game-list .item-1 {
        grid-area:1/1/3/3
    }
    .game-list .item-2 {
        grid-area:3/3/5/5
    }

    .game-list .item-ad {
        grid-area:1/3/3/5
    }
    .game-list {
        grid-template-columns:repeat(5,minmax(0,1fr))
    }
}

@media (min-width: 768px) {
    .game-list .item-1 {
        grid-area:1/2/3/4
    }
    .game-list .item-2 {
        grid-area:3/4/5/6
    }

    .game-list .item-ad {
        grid-area:1/4/3/6
    }
    .game-list {
        grid-template-columns:repeat(7,minmax(0,1fr))
    }
}

@media (min-width: 1024px) {
    .game-list .item-1 {
        grid-area:1/2/3/4
    }

    .game-list .item-2 {
        grid-area:3/4/5/6
    }

    .game-list .item-ad {
        grid-area:1/5/3/7
    }
    .game-list {
        grid-template-columns:repeat(10,minmax(0,1fr))
    }
}

@media (min-width: 1280px) {
    .game-list .item-1 {
        grid-area:1/2/3/4
    }
    .game-list .item-2 {
        grid-area:2/5/4/7
    }

    .game-list .item-ad {
        grid-area:1/7/3/9
    }
    .game-list {
        grid-template-columns:repeat(12,minmax(0,1fr))
    }
}

@media (min-width: 1536px) {
    .game-list .item-1 {
        grid-area:1/3/3/5
    }

    .game-list .item-2 {
        grid-area:2/6/4/8
    }

    .game-list .item-ad {
        grid-area:1/8/3/10
    }
    .game-list {
        grid-template-columns:repeat(15,minmax(0,1fr))
    }
}
