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

#div_iframe_game {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

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

#game_banner {
    width: 100%;
    z-index: 999;
    justify-content: center;
    display: flex;
    position: absolute
}

.loadingMc {
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    background: #2980b9
}

.gameIconPanret {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -70px;
    z-index: 99
}

.loadMc {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    z-index: 99;
    border-radius: 50%;
    border: 5px solid #22618b;
    border-top: 5px solid #08da4e;
    animation: load 2s linear infinite
}

@keyframes load {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.fuceng {
    position: fixed;
    top: 150px;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 10
}

.fuceng img {
    padding: .1rem;
    width: 50px;
    height: 50px;
    border-radius: 100%
}

.landscapeTip {
    margin: auto;
    width: 100%;
    height: 100%;
    background: #222423;
    position: absolute;
    z-index: 9
}

.tipPng {
    width: 126px;
    height: 126px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -63px;
    margin-left: -63px;
    z-index: 9
}