body {
	margin:0;
	padding:0;
	height: 100vh;
	background-color: #F7F9FA;
}
html {
	overflow: auto;
	scrollbar-width: none;
}
html::-webkit-scrollbar {
	width: 4px;
}
::-webkit-scrollbar {
	width: 4px;
}
::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}
::-webkit-scrollbar-thumb {
	background-color: #cdcdcd;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #a6a6a6;
}
::-webkit-scrollbar-thumb:active {
	background-color: #a6a6a6;
}
a {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
button {border: none;outline: none;}
input {border: none;outline: none;}
textarea {border: none;outline: none;}
.pager {
	display: flex;
	justify-content: center;
}
.pager li {
	white-space: nowrap;
	margin: 0 4px;
	list-style:none;
}
.pager li a {
	height: 38px;;
	line-height: 38px;
	display: block;
	padding: 0 14px;
	text-decoration: none;
	background: #ffffff;
	border: 1px #e5e5e5 solid;
	border-radius: 3px;
	color: #666666;
	display: block;
}
.pager li.cur a, .pager li a:hover {
	color: #ff6000;
}
.pager li.cur a {
	background: none;
	border-color: rgba(0, 0, 0, 0);
}