.de_iv_adv {
    margin: 0 0
}

.mainbox {
    padding: 0 20px
}

main {
    width: 1300px
}

.gameBigBox {
    display: flex;
    justify-content: space-between
}

.gameBoxLeft {
    width: 20%;
    height: 500px;
    border: 1px solid
}

.gameBoxRight {
    width: 20%;
    height: 500px;
    border: 1px solid
}

.gameBox {
    width: 100%;
    margin: auto;
    height: auto
}

.gameCon {
    width: 100%;
    padding: 0;
    margin: auto;
    height: 100%;
    margin: auto
}

.gamePlay img {
    width: 200px
}

.bannerTitle p {
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.pName {
    width: 100%;
    font-size: 26px;
    margin-bottom: 20px;
    color: #9dcc96;
    font-weight: 600;
    margin-top: 20px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gameAd {
    width: 80%;
    margin: 30px auto;
    height: 100px;
    background-color: #000;
    padding: 0 10px;
    overflow-x: auto;
    position: relative
}

.gameAd::-webkit-scrollbar {
    display: none
}

.gameAdList {
    width: 90px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.gameAdList img {
    width: 100%;
    height: 100%
}

.gamePlay {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 30px
}

.gameplayOne {
    width: 100%;
    height: 100%;
    border: 1px solid red;
    background-image: url(../jpg/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(20px);
    position: relative
}

.gameplayTwo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;
    display: none
}

.gameplayTwo iframe {
    width: 100%;
    height: 100%
}

.gameDet {
    width: 100%;
    min-height: 300px;
    border: 1px solid #9c1f55;
    margin: 30px auto;
    border-radius: 5px;
    overflow: hidden
}

.gameDetTop {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #4ca98a;
    padding: 0 20px;
    color: #9dcc96;
    font-weight: 600;
    font-size: 26px;
    line-height: 50px;
    text-transform: capitalize
}

.gameDetBottom {
    padding: 20px;
    line-height: 1.8;
    color: #9dcc96
}

.gameLiBox {
    width: 100%;
    padding: 0;
    height: auto;
    margin: auto;
    margin-bottom: 30px
}

.gameListBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start
}

.gameListBox .pName {
    height: auto;
    border: none;
    font-size: 16px
}

.playBtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    animation: playBtn 1.5s linear infinite;
    cursor: pointer
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center
}

.loading::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-top-color: #000;
    animation: loading 1s linear infinite
}

@keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@keyframes playBtn {
    0% {
        transform: scale(.88)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(.88)
    }
}

.gameListBox .smallList {
    width: calc((100% - 60px) / 4)
}

.gameListBox .smallList:nth-of-type(4n) {
    margin-right: 0 !important
}

.gameListBox .smallList:nth-of-type(8n) {
    margin-right: 20px
}

@media screen and (max-width: 960px) {
    .gameCon {
        width: 100%;
        padding: 0
    }

    .gameDet {
        width: 100%;
        margin: 0 auto 20px;
        border-radius: 0
    }

    .gameListBox .smallList:nth-of-type(4n) {
        margin-right: 10px !important
    }

    .gameAd {
        width: 100%
    }

    .gameLiBox {
        width: 100%;
        padding: 0
    }

    .gameBox {
        width: 100%;
        margin: auto
    }

    main {
        width: 100%;
        margin: 10px auto
    }

    .pName {
        height: 30px;
        font-size: 20px
    }

    .gamePlay {
        height: 300px
    }

    .goldRight {
        display: none !important
    }

    .goldleftThree, .goldleftFour {
        display: none !important
    }

    .gameListBox .smallList:nth-of-type(10n) {
        margin-right: 20px
    }

    .gameListBox .smallList {
        width: calc((100% - 20px) / 3);
        margin-right: 10px
    }

    .gameListBox .smallList:nth-of-type(10n) {
        margin-right: 10px
    }

    .gameListBox .smallList:nth-of-type(8n) {
        margin-right: 10px
    }

    .gameListBox .smallList:nth-of-type(3n) {
        margin-right: 0
    }

    .pName {
        margin: 10px auto
    }

    .mainbox {
        padding: 0 10px
    }
}
