ul.simple-pagination{list-style:none}.simple-pagination{display:block;overflow:hidden;padding:0 5px 5px 0;margin:0}.simple-pagination ul{list-style:none;padding:0;margin:0}.simple-pagination li{list-style:none;padding:0;margin:0;float:left}

.light-theme a,.light-theme span{float:left;color:#fff;font-size:14px;line-height:24px;font-weight:400;text-align:center;border:1px solid #7266ba;min-width:14px;padding:0 7px;margin:0 5px 0 0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.2);background:#7266ba} /* 更改背景色为 #7266ba 并且文字颜色为白色 */
.light-theme a:hover{text-decoration:none;background:#8378d4} /* 更改 hover 状态的背景色为 #8378d4 */
.light-theme .current{background:#594fa3;color:#fff;border-color:#594fa3;box-shadow:0 1px 0 rgba(255,255,255,1),0 0 2px rgba(0,0,0,.3) inset;cursor:default} /* 更改选中页数按钮的背景色为 #594fa3 */
.light-theme .ellipse{background:0 0;border:none;border-radius:0;box-shadow:none;font-weight:700;cursor:default}
.pagination-con{display: flex;justify-content: center;align-items: center;}
