#banner {
    background-image: url('../images/game/gamePage/banner.1.webp')
}

#content {
    background-image: url('../images/game/gamePage/bg2.webp')
}

#lobby {
    padding: 50px 33px;
    background: #201102;
    border: 1px solid #402204
}

    #lobby iframe {
        width: 100%;
        height: 1010px;
        background: #fff;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -webkit-transition: all linear .2s;
        transition: all linear .2s
    }

ul.game-list {
    display: block;
    width: 1050px;
    height: 582px;
    margin: 0 auto 33px;
    padding: 80px 90px 18px 60px;
    text-align: left;
    background-image: url('../images/game/gamePage/tab_bg.webp')
}

    ul.game-list > li {
        position: relative;
        width: 60px;
        height: 64px;
        background: no-repeat center top
    }

        ul.game-list > li.hot:after {
            content: '';
            position: absolute;
            top: 2px;
            right: 3px;
            width: 15px;
            height: 16px;
            background: url('../images/hot.gif') no-repeat center top
        }

        ul.game-list > li:hover,
        ul.game-list > li.active {
            background-position-y: bottom
        }

        ul.game-list > li > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

       