@charset "UTF-8";
.pagination {position: relative;text-align: center;zoom: 1;float: right;}
.pagination:after {content:"";display: block;clear:both;}
.pagination span {float: left;width: 40px;height: 40px;line-height: 40px;color: #666;font-size: 14px;}
.pagination .active {float: left;width: 40px;height: 40px;line-height: 40px;background: #ffd800;font-size: 14px;border: 1px solid #ffd800;}
.pagination a {float: left;width: 40px;height: 40px;line-height: 40px;background: #fff;border: 1px solid #e5e5e5;color: #666;font-size: 14px;margin-left: -1px;text-decoration: none;}
.pagination .prev{width: 100px;}
.pagination .next{width: 100px;}
.pagination a:hover {background: #eee;}
.pagination .jump-btn:hover {border: 1px solid #ffd800;background: #ffd800;}
.pagination .jump-ipt {float: left;margin:0 5px;width: 40px;height: 40px;line-height: 40px;text-align: center;background: #fff;border: 1px solid #ebebeb;outline: none;color: #666;font-size: 14px;}