/* 未能缩小。正在返回未缩小的内容。
(1,688): run-time error CSS1030: Expected identifier, found ','
(1,701): run-time error CSS1031: Expected selector, found ')'
(1,701): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.paginationContainer{width:100%;position:relative;height:40px;padding-bottom:15px}.paginationContainer .page{position:absolute;left:calc(50% - 200px);top:50%;transform:translate(calc(-50% + 200px),-50%)}.paginationContainer .page div{float:left}.paginationContainer .page .page-next,.paginationContainer .page .page-prev,.paginationContainer .page .page-first,.paginationContainer .page .page-last,.paginationContainer .page .page-omit,.paginationContainer .page .page-cell{float:left;height:20px;padding:3px 10px;border:1px solid #ccc;margin-left:2px;line-height:20px;font-size:14px;overflow:hidden;cursor:pointer;margin-right:5px}.paginationContainer .page .page-next:not(.page-checked,.page-forbid):hover,.paginationContainer .page .page-prev:not(.page-checked,.page-forbid):hover,.paginationContainer .page .page-first:not(.page-checked,.page-forbid):hover,.paginationContainer .page .page-last:not(.page-checked,.page-forbid):hover,.paginationContainer .page .page-omit:not(.page-checked,.page-forbid):hover,.paginationContainer .page .page-cell:not(.page-checked,.page-forbid):hover{background:#005aa0;color:#fff;text-decoration:none}.paginationContainer .page .page-forbid{cursor:not-allowed}.paginationContainer .page .page-checked{border:none;color:#1864d9;font-weight:bold}
