/*分页*/
.pager {border-radius: 10px;background-color: #fff;margin: 30px 0;height: 50px;line-height: 41px;padding: 8px 30px 0;box-sizing: border-box;box-shadow: 0px 5px 17px 0 rgb(0 0 0 / 6%);}
.pager a{color: #333;font-size: 16px;border-radius: 10px;height: 36px;display: inline-block;line-height: 36px;font-family: microsoft yahei;}
.pager .number a{width: 38px; text-align: center; margin: 0 3px;}
.pager .number a:hover,.pager .number a.am-active,.pager .first:hover,.pager .last:hover{background-image: linear-gradient(to right bottom,#34d097,#26bb85); box-shadow: 0 3px 3px 2px #f1fbf7; color: #fff;}
.pager i{color: #999;}
.pager input{outline: 0; border: 0; width: 45px; padding-left: 3px; border: 1px solid #eee; border-radius: 6px; height: 30px; margin: 0 10px; text-align: center;line-height: 30px;}
.pager div.relative{top: -3px;}
.pager div.relative a{background-image: linear-gradient(to right,#36d299,#25b983); color: #fff;}
.pager div.relative a:hover{box-shadow: 0 3px 3px 2px #f1fbf7;}
