#pagesize { padding: 8px; font-family: Noteworthy, Arial, sans-serif; font-size: 14px; }

#pagesize a { 
	float: left; color: #999; font-size: 14px; line-height: 24px; margin:0 5px;
	font-weight: normal; text-align: center; border: 1px solid #999;
	 /*border-right: none; */
	 min-width: 14px; padding: 0 7px;
	  /*box-shadow: 2px 2px 2px rgba(0,0,0,0.2); 
	  background: #efefef; */
	}

#pagesize input{ width: 20px; background: #fff}

#pagesize a:hover {color: #fff;border: 1px solid #055a9f; text-decoration: none; background: #055a9f; }

#pagesize .prev { border-radius: 3px 0 0 3px; }

#pagesize .next { border-right: 1px solid #999; border-radius: 0 3px 3px 0; }

#pagesize .active {color: #fff;border: 1px solid #055a9f; background: #055a9f; 
}

#pagesize .nolink { color: #ccc; cursor: default; }
#pagesize ul{overflow: hidden;display: flex;justify-content: center;}
/*#pagesize ul li:nth(1){margin-left: 10px;}*/
#pagesize span { 
	 color: #999; font-size: 14px; line-height: 24px; margin:0 5px;
	 text-align: center;
	padding: 0 7px;