﻿

/* ============input========= */
input {
	background: none;
	outline: none;
	border: none;
}

input::-webkit-input-placeholder {
	color: #999999;
}

input:-moz-placeholder {
	color: #999999;
}

input::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder {
	color: #999999;
}


/* 页码*/
.mid-page {
	width: 100%;
	height: 120px;
	color: #333333;
	font-size: 14px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}

.mid-page a {
	min-width: 20px;
	height: 20px;
	display: inline-block;
	background: #F3F5F7;
	padding: 10px;
	text-align: center;
	margin: 0px 10px;
	border-radius: 5px;
}

.prev,
.next {
	padding: 10px 20px !important;
}

.mid-page a:hover {
	background: #556CCF;
	color: #FFFFFF;
}

.page-tip {
	margin-left: 20px;
}

.page-input {
	width: 40px;
	height: 20px;
	padding: 10px;
	display: inline-block;
	background: #F3F5F7;
	text-align: center;
	margin: 0px 5px;
	color: #333333;
	font-size: 16px;
	border-radius: 5px;
}

.mid-page .currentPage{
	background: #556CCF!important;
	color: #FFFFFF!important;
}

/* 页码 end*/
