/*分页*/
.paging {
    width: 100%;
    height: 30px;
    /*background-color: #fff;*/
    overflow: hidden;
    margin-top:50px;
}
.paging-img {
    position: relative;
    height: 30px;
    float: right;
}

.paging-img div {
    float: left;
    margin: 0;
    cursor: pointer;
}
.paging-img div.btn-number {
	
}
.paging-img div.img_first,
.paging-img div.img_prev,
.paging-img div.img_next,
.paging-img div.img_last{
	box-sizing: border-box;
	width:69px;
    height: 30px;
    line-height: 30px;
	text-align: center;
    color: #000;
	color: #000;
	font-size: 14px;
	/*background: #f9f9f9;*/
	border: 1px solid #e6e6e6;
}
.paging-img div.img_first,
.paging-img div.img_last{
	width: 60px;
}
.paging-img div.img_prev{
	border-right: none;
}
.paging-img div.img_prev,
.paging-img div.img_last{
	border-left: none;
}
.paging-input {
    width: auto;
    box-sizing: border-box;
    height: 30px;
    float: right;
    padding-left: 5px;
    /*padding-right: 15px;*/
    /*background: #f9f9f9;*/
    border: 1px solid #e6e6e6;
    border-left:none ;
}

.paging-input span {
    font-size: 16px;
    line-height: 30px;
    /* color: #000; */
	color: #000;
}

.paging-input span label {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.paging-input input {
	width: 30px;
    height: 21px;
    margin: 0px 3px;
    /* margin-bottom: 5px; */
    vertical-align: middle;
    padding-left: 5px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    /* background-color: #fff; */
    background: #e6e6e6;
    vertical-align: top;
    margin-top: 4px;
	/* color: #000; */
	color: #000;
	border: none;
}
.paging-input input:focus{
	outline: none;
}
/*跳转按钮*/
.paging-input a {
    margin: 0px 0px 0 9px;
    font-size: 14px;
    line-height: 15px;
    background-color: #f0ad4e;
    padding: 12px 10px;
    /*vertical-align: top;*/
    cursor: pointer;
    /* behavior: url(../js/PIE.htc); */
	color: #fff !important;
	border: none;
}
/*每页多少条记录*/
.paging-select {
    float: right;
    height: 30px;
    cursor: pointer;
}

.paging-select select {
	box-sizing: border-box;
    width: 50px;
    padding-left: 5px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #000;
	/*background: #f9f9f9;*/
	/* border: none; */
	border: 1px solid #e6e6e6;
    border-left: none;
    background: none!important;
    /* 很关键：将默认的select选择框样式清除
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none; */
}
.paging-select select:focus{
	outline:none;
}
.paging-select span {
    font-size: 16px;
    line-height: 30px;
    color: #555;
}

.paging-record {
	box-sizing: border-box;
    height: 30px;
    float: right;
    color: #000;
	/*background: #f9f9f9;*/
	padding: 0 15px;
	border: 1px solid #e6e6e6;
	border-left:none ;
}

.paging-record span {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.btn-number{
	float: left;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.btn-number span{
	box-sizing: border-box;
	width: 30px;
	border: 1px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
    color: #000;
	/*background: #f9f9f9;*/
	border-right: none;
}
/*.btn-number span.active{
	display: inline-block;
}*/
.btn-number span.current-page{
	background: #f0ad4e;
	/* border: 1px solid #000; */
	color: #fff;
}
/*分页样式结束*/