@charset 'utf-8';
div{
	padding: 0;
	margin:0;
}
body{
	user-select:none;
	font-family:'microsoft yahei';
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
    box-sizing: border-box; 
	overflow: hidden; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;
	background-color: #000;
	margin:0;
}
/*å¤©æ°”é¢„æŠ¥*/
.kePublic .container>div{
	display: none;
}
.kePublic .container .show{
	display: block;
}
.pue{
	position: absolute;
	left: 620px;
	top: 100px;
	text-align: center;
	width: 300px;
	height: 160px;
	color: #f90;
	/* background: #f90; */
}
.pue .name{
	font-size: 26px;
	line-height: 26px;
}
.pue .value{
	font-size: 90px;
	line-height: 90px;
}
.hide{
	display: none;
}
#clock .date{
	font-size: 60px;
	background: #000;
	width: 350px;
	text-align: center;
	font-family: arial;
}
#echarts>div{
	width: 450px;
	height: 300px;
	position: absolute;
	border: 2px solid #fff;
	box-sizing:border-box;
	border-radius: 10px;
}
#chart1{
	left: 1430px;
	top: 420px;
}
#chart2{
	left: 960px;
	top: 740px;
}
#chart3{
	left: 960px;
	top: 420px;
}
#chart4{
	left: 1430px;
	top: 740px;
}
#chart5{
	left: 40px;
	top: 420px;
	width: 880px !important;
	height: 300px !important;
}
#chart6{
	left: 40px;
	top: 740px;
	width: 880px !important;
	height: 300px !important;
}