/*分页*/
#pagination{
  width: 900px;
	font-size: 15px;
	color: #000000;
	margin-top: 30px;
	position: relative;
  float: left;
  height: 45px;
    overflow: hidden;
}
.pagination i{font-style: normal;}
.pagination a{cursor: pointer;}
.pagination a, .pagination span, .pagination-jump input{
	display: inline-block;
	vertical-align: middle;
	padding: 0 13px;
	margin: 0 5px;
	height: 45px;
	line-height: 45px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
  border: none;
  border-radius: 3px;
}
.pagination .ui-page-prev,
.pagination .ui-page-next{
	background: inherit;
	color: inherit;
}
.pagination-jump{
	position: absolute;
	right: 0;
	top: 0;
}
.pagination-jump input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
	width: 45px;
	height: 45px;
	padding: 0;
	text-align: center;
}
.pagination-jump .jump-btn{
	cursor: pointer;
	margin-left: 20px;
	width: 75px;
}
.pagination .ui-page-current,.pagination a:hover,.pagination-jump .jump-btn:hover {
  background: #ec2e53;
  color: #fff;
}