@charset "utf-8";

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-justify: inter-ideograph;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	outline: 0;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

button,
input,
textarea,
select {
	font: inherit;
}

input,
textarea {
	-webkit-user-select: text;
	user-select: text;
}

img {
	max-width: 100%;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: rgba(7, 29, 53, .08);
}

::-webkit-scrollbar-thumb {
	background: rgba(11, 92, 173, .35);
}

::-webkit-scrollbar-thumb:hover {
	background: #0b5cad;
}

.pglist {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 15px;
	text-align: center;
	list-style: none;
}

.pglist * {
	display: inline-block;
	padding-bottom: 1px;
	line-height: 34px;
	vertical-align: middle;
}

.pglist a {
	margin: 0 3px;
	padding: 0 15px;
	border: 1px solid #e4eaf1;
	background: #fff;
	color: #52647a;
	text-decoration: none;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.pglist .thisclass {
	margin: 0 3px;
	padding: 0 15px 1px;
	border: 1px solid #0b5cad;
	background: #0b5cad;
	color: #fff;
}

.pglist a:hover,
.pglist .hover,
.pglist .thisclass {
	border-color: #0b5cad;
	background: #0b5cad;
	color: #fff;
}

#tip {
	padding-top: 30px;
}

#tip b {
	color: #0b5cad;
}
