* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body * {
	font-family: "Microsoft YaHei  Light";
	margin: 0px;
	outline: none;
	padding: 0px;
	font-size: 13px;
}
body {
	margin: 0;
	background: white;
}
ul li {
	list-style: none;
}
input {
	-webkit-appearance: none;
	outline: none;
}
img {
	border: none;
}
.lazyImg {
	opacity: 0;
	transition: all 0.8s ease-in-out 0s;
}
a {
	text-decoration: none;
}
body .col {
	color: #f42424;
}
body .bk {
	background: #f42424;
	color: white;
}
.wrap {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.row-fluid {
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 30px 0;
	margin-bottom: 20px;
}
.page-list a {
	display: inline-block;
	padding: 0 10px;
	height: 25px;
	text-align: center;
	line-height: 24px;
	border: solid 1px #ccc;
	border-radius: 3px;
	margin-left: 5px;
	color: black;
}
.page-list a:hover,.page-list a.pagenow{
	border: solid 1px #f42424;
	color: #f42424;
}
.page-list .next, .page-list .pre {
	width: 60px;
}
.jump_input {
	height: 25px;
	line-height: 25px;
	display: inline-block;
	width: 50px;
	text-align: center;
	border: 1px solid gainsboro;
}
.jump_a {
	border-radius: 3px;
}
