#settingImg {
    position: absolute;
    cursor: pointer;
    top: 150px;
    right: 0;
    z-index: 100;
    display: none;
}

#show_game_detail_71 {
    position: absolute;
    cursor: pointer;
    top: 150px;
    right: 0;
    z-index: 100;
}

body,html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.continue {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 882;
    background-color: #000000;
    background-position: center;
    background-size: cover;
    display: flex;
    text-align: center;
}

.continue.active {
    display: block
}

.continue_text {
    opacity: 1.0;
    background-position: center;
    background-size: contain;
    position: absolute;
    background-color: #00000000;
    margin:auto;
    top: 68%;
    color: white;
    width: 100%;
    height: 40px;
    max-width: 400px;
    background-repeat: no-repeat;
    margin: auto;
    justify-content: center;
    border-width: 0px;
}

.continue_text {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.rotate {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: #000000;
    background-position: center;
    background-size: cover;
    display: none;
}

.rotate.active {
    display: block
}

.rotate .icon {
    background-image: url("../img/rotate_icon.png");
    background-position: center;
    background-size: contain;
    width: 60%;
    height: 100%;
    max-width: 400px;
    background-repeat: no-repeat;
    margin: auto;
}

#mainContainer {
    z-index: 900;
    position: fixed;
}

#adContainer {
    width: 100%;
    height: 100%;
    background: black;
}

#gameframediv {
    position: fixed;
    width: 100%;
}

#game_frame {
    width: 100%;
    height: 100%;
}

#afc_banner_foot {
    justify-content: center;
    display: flex;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.go-other {
    width: 50px;
    height: 50px;
    background-color: red;
    position: fixed;
    z-index: 222;
    left: 10px;
    top: 50px;
    -webkit-animation: scaleAni 1s ease-in infinite;
    animation: scaleAni 1s ease-in infinite;
    background: url("../newafg/gift.png") no-repeat center;
    background-size: contain;
}