.con {
    width: 1200px;
    margin: 0 auto;
    min-height: 900px;
}

.right_con {
    float: right;
    width: 850px;
    min-height: 900px;
}

#center_page .now_pages {
    display: block;
}

/* 游戏列表 */
#gameList_table {
    /* display: none; */
}

#gameList_table .select_table {
    width: 100%;
    height: 40px;
}

#gameList_table .select_table select {
    width: 424px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid rgba(217, 217, 217, 1);
    margin: 0 20px;
}

#gameList_table .select_table .btn_table {
    width: 80px;
    height: 32px;
    background: rgba(255, 230, 0, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    line-height: 32px;
    border: none;
    border-radius: 2px;
}

#gameList_table .select_table .btn_addGame {
    float: right;
    width: 113px;
    height: 32px;
    background: rgba(255, 230, 0, 1);
    border-radius: 4px;
    background-image: url(../../images/Icon_Save.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 6px center;
    text-align: center;
    border: none;
}

/* .table-bordered {
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
} */

/* .table-bordered td,
.table-bordered th {
    border: none !important;
    border-top: 1px solid #dee2e6 !important;
} */

#gameList_table .table {
    font-size: 14px;
    color: #666666 !important;
}

#gameList_table .status_par {
    cursor: pointer;
}

#gameList_table .status_gameList {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(82, 196, 26, 1);
    border-radius: 3px;
}


#game_listTable .layui-table-header .layui-table-cell {
    height: 28px;
}


 #game_listTable .layui-table-body .layui-table-cell {
    height: 70px;
}
#game_listTable .layui-table-cell .table_icon,#game_listTable .layui-table-cell .table_icon img {
    display: inline-block;
    width: 70px;
    height: 70px;
}