

/* 定义滚动条样式 */
body::-webkit-scrollbar {
		width: 2px;
		height: 2px;
		background-color: rgba(240, 240, 240, 0.1);
}
/*定义滚动条轨道 内阴影+圆角*/
body::-webkit-scrollbar-track {
		box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
		border-radius: 10px;
		background-color: rgba(240, 240, 240, .5);
}
/*定义滑块 内阴影+圆角*/
body::-webkit-scrollbar-thumb {
		border-radius: 10px;
		box-shadow: inset 0 0 0px rgba(36, 132, 109, .8);
		background-color: rgba(36, 132, 109, .8);
}
.paging_simple_numbers{
	text-align: center;
}
.overnum{
	font-size: 16px;
	color: #24969A;
	position: absolute;
	top: 0px;
	right:3%;
}
.overnum_cen{
	font-size: 36px;
	color: #00F6FF;
}
.counter {
		    font-family: "UnidreamLED";
		    font-weight: 500;
		    letter-spacing: 2px;
		}