
#page {
    height: 40px;
    display: table;
    margin: 40px auto 0;
    overflow: hidden;
    font-size: 14px;
    width: 399px;
}
.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.game_list_body .pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

#page .pagingUl li {
    float: left;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 0;
    border:none;
}

#page .pagingUl li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #333;
    border: 1px solid #d1d1d1;
}

#page .prv,
#page .next {
    width: 70px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
}

#page .prv {
    margin-right: 5px;
}

#page .first,
#page .last {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
}

#page .prv:hover,
#page .next:hover,
#page .first:hover,
#page .last:hover,
#page .pagingUl li a:hover,
.activP {
    background-color: #E60012!important;
    border-color: #E60012!important;
    color: #fff!important;
}