#pagesize{margin-top: 30px;}
#pagesize ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#pagesize li{
	margin:0 3px;
}
.pagess {
	width: 36px;
	height: 26px;
	border-radius: 2px;
	border: solid 1px #c5c5c5;
	font-family: cursive;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}
.page_list a{
	width: 36px;
	height: 26px;
	border-radius: 2px;
	border: solid 1px #c5c5c5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
	font-size:12px;
	color: #666
}
.page_list a.active{
	background-image: linear-gradient(-90deg, 
		#013d97 0%, 
		#0087d2 100%);
	color: #fff;
	border-color:#0087d2;
}
#totalnum{
	font-size: 12px;
	color: #008ad5;
	font-style: normal;
}
#totalpage{
	font-size: 12px;
	color: #008ad5;
	font-style: normal;
}
.numss{
	font-size: 12px;
	color: #666
}
.totalPage{
	font-size: 12px;
	color: #666;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.totalPage input{
	width: 36px;
	height: 26px;
	border-radius: 2px;
	border: solid 1px #c5c5c5;
	text-align: center;
   outline: none;
   -webkit-appearance: none;
}
#inputpage{
	margin:0 12px;
}
.pagess a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 26px;
}
.disabled{
	cursor: not-allowed;
	opacity: .5;
}
@media (max-width:767px) {
	.numss{display: none;}
	#pagesize ul{justify-content: center;}
}