/*分页样式*/
.game-list{
    width: 100%;
    height: 1280px;
    background: rgba(248, 248, 248, 0.39);
    opacity: 1;
    padding-top: 40px;
}
.pagelist {
    float: none;
    margin-left: 20%;
}
.pagelist li a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #C1C1C1;
    opacity: 1;
    padding: 5px;
}
.pagelist li{
    margin-right: 20px;
    height: 30px;
    background: rgba(255, 255, 255, 0.39);
    opacity: 1;
    min-width: 30px;
    margin: 10px;
}

.pagelist li:last-child {
    width: 120px;
    box-shadow: none;
}

.pageinfo strong:last-child{
    margin-left: 13px;
}
/*搜索框颜色*/
.gamename,.search-submit {
    border: 1px solid #0088FF;
    height: 42px;
}
.pagelist li.thisclass a{
    font-weight: bold;
    color: #0088FF;
}
.pageinfo{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #666666;
    opacity: 1;
}