#banner {
    background-image: url('../images/game/gamePage/banner.jpg')
}

#content {
    padding: 20px 0
}

#lobby iframe {
    margin-top: 5px;
    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 {
    width: 100%;
    padding: 7px 0 14px 5px;
    background: url('../images/game/gamePage/list_box.jpg')
}

    ul.game-list > li {
        position: relative;
        width: 165px;
        height: 56px;
        padding: 10px 0 0 72px;
        color: #fff;
        font-size: 14px;
        background-repeat: no-repeat;
        background-position: 10px center;
        border-bottom: 1px solid #003abd;
        cursor:pointer;
    }

        ul.game-list > li[game-box="more"],
        ul.game-list > li[game-box="more"] span {
            font-size: 13px
        }

        ul.game-list > li:before {
            content: '';
            position: absolute;
            top: 6px;
            right: 0;
            width: 0;
            height: 44px;
            border-right: 1px dashed #004eff
        }

        ul.game-list > li.noboderbottom {
            border-bottom: none
        }

        ul.game-list > li span {
            display: block;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        ul.game-list > li.noboderbottom:before {
            top: 8px
        }

        ul.game-list > li:hover,
        ul.game-list > li.active {
            background-color: #003abd
        }
