*{margin: 0;padding: 0;}
.title{
	font-size: 0.49rem;
	font-family: '思源黑体';
	font-weight: 400;
	color: #000000;
	opacity: 0.85;
	/* display: inline-block; */
	white-space: nowrap; 
	width: 100%; 
	overflow: hidden;
	text-overflow:ellipsis;
}
a{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	text-decoration: none;
}
.container{
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 思源黑体;
}
button{outline: none;}
.pages {padding:0 5% 20px;	text-align:center;font-family: '思源黑体';}
.pager a {color: #555;text-decoration: none; font-size:14px;}
