.pages {
    justify-content: center; /* 水平居中 */
	padding-left:500px;
}

.pages li {
    width: 50px; 
    height: 50px; 
	
    /* 移除 margin 和 float */
    list-style: none;
}