* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

body,html {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	font: 15px/1.5 'Microsoft YaHei','宋体',Tahoma,Arial,sans-serif;
	background-color: #ececec;
	margin: 0 auto;
	position: relative;
	max-width: 800px;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.clear {
	clear: both;
}

.white-box {
	padding: 8px;
	border: solid 1px #cfcfcf;
	border-radius: 3px;
	background: #fff;
	text-align: center;
}

.white-box li {
	line-height: 27px;
	border-bottom: 1px dashed #ccc;
}

.white-box.red {
	color: #fff;
	border-color: #00fd06;
	background: #167c18;
}

.white-box.red a {
	color: #fff;
}
/*分页*/
.page {
	width: 100%;
	padding: .5px 0;
	margin-top: 10px;
}

.page .paginList .current {
	background: #ddd;
}

.page .paginList .current a {
	color: #333;
}

.page .message {
	padding-top: .3rem;
	text-align: center;
	font-size: .6rem;
	color: #666;
	text-align: center;
}

.page ul {
	padding: .3rem .5rem;
	text-align: center;
}

.page ul li {
	padding: .3rem;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-right: 5px;
	text-decoration: none;
	min-width: 1rem;
	text-align: center;
	font-size: .65rem;
	margin-bottom: 5px;
	background: #fff;
}

.page ul li.active {
	background-color: #efefef;
}

.page ul li a {
	display: inline-block;
	color: #444;
}

.page ul li a:hover {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}