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

.right_con {
    float: right;
    width: 850px;
    min-height: 800px;
}
#center_page .now_pages{
    display: block;
}

/* 新增游戏 */
#gameList_addGame {
    /* display: none; */
    margin: 0 auto;
}

#gameList_addGame label {
    display: block;
    width: 100%;
    height: 40px;
    margin: 30px 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
}

#gameList_addGame label select {
    padding-left: 20px;
    width: 400px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(217, 217, 217, 1);
}

#gameList_addGame label input {
    width: 400px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(217, 217, 217, 1);
    padding-left: 20px;
}
#gameList_addGame label span{
    font-size: 14px;
    color: #999999;
    
}
#gameList_addGame label:nth-child(7) {
    width: 50%;
    height: 40px;
    margin: 0 auto 70px;
}

#gameList_addGame label button {
    width: 160px;
    height: 40px;
    background: rgba(255, 230, 0, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    text-align: center;
    border: none;
    border-radius: 4px;
}

#gameList_addGame p {
    width: 100%;
    height: 130px;
    margin: 0 auto;
}

#gameList_addGame p span {
    display: block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
}

