#banner {
    background-image: url('../images/game/gamePage/banner.jpg')
}

#content {
    padding: 0;
    background-image: url('../images/game/gamePage/bg.jpg');
    text-align: center;
}


.wrappers {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#lobby > ul.game-list {
    display: block;
    text-align: left;
}

ol, ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#lobby {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    #lobby > ul.game-list > li {
        display: inline-block;
        vertical-align: top;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #lobby iframe {
        width: 100%;
        height: 900px;
        background: #fff;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -webkit-transition: all linear .2s;
        transition: all linear .2s;
    }

    #lobby ul.game-list {
        padding: 5px;
        background-color: #17171b;
    }

        #lobby ul.game-list > li {
            width: 155px;
            height: 50px;
            margin: 5px;
            padding-top: 6px;
            text-align: center;
            background-color: #202024;
            background-repeat: no-repeat;
            background-position: center top;
        }

            #lobby ul.game-list > li:before {
                content: '';
                display: inline-block;
                height: 37px;
                vertical-align: top;
                margin-right: 8px;
                background-repeat: no-repeat;
                background-position: center top;
            }

            #lobby ul.game-list > li a {
                display: block;
                height: 100%;
            }

            #lobby ul.game-list > li p {
                display: inline-block;
                margin: 0;
                color: #fff;
                font-size: 14px;
                line-height: 20px;
                text-align: left;
            }

                #lobby ul.game-list > li p span {
                    display: block;
                    color: #444;
                    font-size: 12px;
                }


            #lobby ul.game-list > li.active, #lobby ul.game-list > li:hover {
                background-image: url('../../../images/navigationBar/hover.jpg');
            }

                #lobby ul.game-list > li.active:before, #lobby ul.game-list > li:hover:before {
                    background-position: center bottom;
                }

                #lobby ul.game-list > li.active p, #lobby ul.game-list > li.active p span, #lobby ul.game-list > li:hover p, #lobby ul.game-list > li:hover p span {
                    color: #502f00;
                }

ul.game-list > li[game-box="ag"]:before {
    width: 50px;
    background-image: url('../../../images/navigationBar/ag.png');
}
ul.game-list > li[game-box="rsg"]:before {
    width: 50px;
    background-image: url('../../../images/navigationBar/rsg.png');
}
ul.game-list > li[game-box="bbin"]:before {
    width: 49px;
    background-image: url('../../../images/navigationBar/bbin.png');
}

ul.game-list > li[game-box="leg"]:before {
    width: 37px;
    background-image: url('../../../images/navigationBar/leg.png');
}

ul.game-list > li[game-box="lgd"]:before {
    width: 36px;
    background-image: url('../../../images/navigationBar/lgd.png');
}

ul.game-list > li[game-box="mg"]:before {
    width: 37px;
    background-image: url('../../../images/navigationBar/mg.png');
}

ul.game-list > li[game-box="pt"]:before {
    width: 41px;
    background-image: url('../../../images/navigationBar/pt.png');
}

ul.game-list > li[game-box="mt"]:before {
    width: 30px;
    background-image: url('../../../images/navigationBar/mt.png');
}

ul.game-list > li[game-box="mw"]:before {
    width: 45px;
    background-image: url('../../../images/navigationBar/mw.png');
}

ul.game-list > li[game-box="cq9"]:before {
    width: 46px;
    background-image: url('../../../images/navigationBar/cq9.png');
}

ul.game-list > li[game-box="pg"]:before {
    width: 50px;
    background-image: url('../../../images/navigationBar/pg.png');
}

ul.game-list > li[game-box="pp"]:before {
    width: 27px;
    background-image: url('../../../images/navigationBar/pp.png');
}

ul.game-list > li[game-box="bg"]:before {
    width: 36px;
    background-image: url('../../../images/navigationBar/bg.png');
}

ul.game-list > li[game-box="jdb"]:before {
    width: 46px;
    background-image: url('../../../images/navigationBar/jdb.png');
}

ul.game-list > li[game-box="joker"]:before {
    width: 46px;
    background-image: url('../../../images/navigationBar/joker.png');
}

ul.game-list > li[game-box="ky"]:before {
    width: 46px;
    background-image: url('../../../images/navigationBar/ky.png');
}

ul.game-list > li[game-box="nw"]:before {
    width: 46px;
    background-image: url('../../../images/navigationBar/nw.png');
}
ul.game-list > li[game-box="pm2"]:before {
    width: 46px;
    background-image: url('../../../images/navigationBar/pm2.png');
}
ul.game-list > li[game-box="wl"]:before {
    width: 46px;
    background-image: url('../../../images/navigationBar/wl.png');
}

ul.game-list > li[game-box="fg"]:before {
    width: 46px;
    background-image: url('../../../images/navigationBar/fg.png');
}


#lobby ul.game-list > li[game-box="more"], #lobby ul.game-list > li[game-box="more"]:hover {
    background-image: url('../../../images/navigationBar/more.png');
}

#lobby ul.game-list > li[game-box="mobile"] {
    padding: 0;
    background-image: url('../../../images/navigationBar/mobile.jpg');
}

    #lobby ul.game-list > li[game-box="mobile"]:hover {
        background-image: url('../../../images/navigationBar/mobile_h.jpg');
    }

    #lobby ul.game-list > li[game-box="mobile"]:before {
        display: none;
    }


#game > ul.game-list {
    display: block;
    text-align: left;
}

ol, ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#game {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    #game > ul.game-list > li {
        display: inline-block;
        vertical-align: top;
        background-repeat: no-repeat;
        cursor: pointer;
        float: left;
    }

    #game iframe {
        width: 100%;
        height: 900px;
        background: #fff;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -webkit-transition: all linear .2s;
        transition: all linear .2s;
    }

    #game ul.game-list {
        padding: 5px;
        background-color: #17171b;
    }

        #game ul.game-list > li {
            width: 180px;
            height: 180px;
            margin: 5px;
            padding-top: 6px;
            text-align: center;
            background-color: #202024;
            background-repeat: no-repeat;
            background-position: center top;
        }

ul {
    list-style: none;
}

    ul.imglist {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

        ul.imglist li {
            float: left;
            padding: 8px 8px;
        }

u.imglist.imglist li a {
    color: black;
}

ul.imglist li img {
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover;
}

ul.imglist li span {
    font-size: 13px;
    display: block;
    width: 150px;
    overflow: hidden; /*������������*/
    text-overflow: ellipsis; /*��������ʡ�Ժű�ʾ*/
    white-space: nowrap; /*ǿ�Ƶ�����ʾ*/
    display: inline-block; /*ת��Ϊ���ڿ�Ԫ��*/
    height: 30px;
    line-height: 30px;
    color: aliceblue;
}


/*************************************������***************************************/
#container {
    width: 500px;
    height: 820px;
    margin: 0 auto;
}

/*div.search {
    padding: 30px 0;
}*/

.searchForm {
    /*position: relative;*/
    width: 350px;
    margin-left: auto;
}

.searchInput {
    border: none;
    outline: none;
    /*width: 100%;*/
    width: 300px;
    height: 42px;
    padding-left: 13px;
    padding-right: 46px;
}

.searchButton {
    border: none;
    outline: none;
    height: 42px;
    width: 42px;
    cursor: pointer;
    /*position: absolute;*/
}
/*������1*/
.bar1 {
    /*background: #A3D0C3;*/
}

    .bar1 input {
        border: 2px solid #7BA7AB;
        border-radius: 5px 0 0 5px;
        background: #F9F0DA;
        color: #9E9C9C;
    }

    .bar1 button {
        top: 0;
        right: 0;
        background: #7BA7AB;
        border-radius: 0 5px 5px 0;
    }

        .bar1 button:before {
            content: "\f002";
            font-family: FontAwesome;
            font-size: 16px;
            color: #F9F0DA;
        }

/*************************************������***************************************/
