html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    background-color: #1B3FAD!important;
}
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1B3FAD!important;
}
.resizeContent{
	width: 100%;
	height: 100%;
	margin: 0 auto;
    background-color: #1B3FAD!important;
}

.dataBody{
	width:1920px;
	height:1080px; 
    transform: scale(1);
    transform-origin: left top 0px;
	background: url("../img/echart/bg.jpg") no-repeat center;
	background-size: 100% 100%;
}
.dataContent{
	width:1920px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.dataTop{
	position: relative;
	width:1920px;
	height:83px;
	background: url("../img/echart/topBg.png") no-repeat center;
	background-size: 100% 100%;
}
.dataTop .title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color:#36E5FF;
	line-height: 80px;
}
.dataTop .time{
	position: absolute;
	right:0;
	top:5px;
	color:#FFFFFF;
	
}
.dataTop .time p{
	float: left;
	padding: 0 20px;
}
.dataTop .time p:first-child{
	line-height: 40px;
	font-weight: bold;
	font-size: 22px;
}
.dataTop .time span{
	display: block;
	line-height: 18px;
	font-size: 15px;
	text-align: center;
}
.dataTop img{
	display: block;
	margin: 0 auto;
}
.leftBox{
	float: left;
	width:465px;
	height:975px;
	padding-top: 10px;
	box-sizing: border-box;
	background: url("../img/echart/leftBg.png") no-repeat center;
	background-size: 465px 975px;
}
.leftBox .center,
.leftBox .top{
	padding: 0 56px;
}
.leftBox .center div:first-child,
.leftBox .top div:first-child{
	height:90px;
	padding-left: 150px;
	color:#FFFFFF;
	background: url("../img/echart/icon1.png") no-repeat center;
	background-size: 100% 100%;
}
.leftBox .center div:nth-child(2),
.leftBox .top div:nth-child(2){
	height:90px;
	padding-left: 150px;
	color:#FFFFFF;
	background: url("../img/echart/icon3.png") no-repeat center;
	background-size: 100% 100%;
}
.leftBox .center div:last-child,
.leftBox .top div:last-child{
	height:90px;
	padding-left: 150px;
	color:#FFFFFF;
	background: url("../img/echart/icon2.png") no-repeat center;
	background-size: 100% 100%;
}
.leftBox .center p,
.leftBox .top p{
	padding-top: 20px;
	font-size: 16px;
}
.leftBox .center span,
.leftBox .top span{
	display: block;
	font-size: 25px;
	color: #F19611;
	margin-top: 5px;
}
.leftBox .center div:nth-child(2) span,
.leftBox .top div:nth-child(2) span{
	color: #d8d406;
}
.leftBox .center div:last-child span,
.leftBox .top div:last-child span{
	color: #34D160;
}
.leftBox .center img,.leftBox .bottom img,.rightBox .top img,.rightBox .center img,.rightBox .bottom img{
	display: block;
	margin: 0 auto;
}
.leftBox .center{
	box-sizing: border-box;
}
.leftBox .bottom{
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.leftBox .bottom .table-wrapper{
	max-height: 259px;
	overflow: hidden;
	position: relative;
}
.layui-table{
	background-color: transparent;
	color: #FFFFFF;
	text-align: center;
}
.layui-table thead tr{
	color:#61D2F7;
	background-color: #16399b;
	
}
.layui-table thead tr th{
	font-size: 16px;
}
.layui-table tbody tr{
	background-color: transparent;
}
.layui-table tbody tr:hover {background-color:transparent;}
.layui-table tbody tr:nth-child(2n){
	background-color: #16399b;
}
.layui-table thead th{
	text-align: center;
}
.layui-table td, .layui-table th{
	line-height: 30px;
	padding: 0;
}
.centerBox{
    float: left;
    width:844px;
	margin: 0 33px;
}
.centerBox .dataWeekTime{
	color:#FFFFFF;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	height:50px;
}
.centerBox .top{
	height:507px;
	position: relative;
}
.centerBox .top img{
	position: absolute;
	bottom:30px;
	right: 20px;
	width:40px;
	height:50px;
}
.centerBox .bottom{
	position: relative;
	height:418px;
	padding-top: 42px;
	box-sizing: border-box;
	background: url("../img/echart/center1.png") no-repeat center;
	background-size: 100% 100%;
}
.rightBox{
    float: left;
    width:465px;
    height:975px;
    padding-top: 20px;
    box-sizing: border-box;
	background: url("../img/echart/leftBg.png") no-repeat center;
	background-size: 465px 975px;
}
.centerBox #centerBottomChart,.centerBox #centerTopChart{
	width:100%;
	height:100%;
}
.rightBox #rightTopChart
{
	width:100%;
	height:360px;
}
.rightBox .center{
	margin-top: 25px;
	box-sizing: border-box;
}
.rightBox .bottom{
	margin-top: 10px;
	padding: 0 20px;
	box-sizing: border-box;
}
.leftBox .layui-table tbody tr th{
	text-align: center;
	font-size: 15px;
	line-height: 46px;
}
.rightBox .layui-table tbody tr th{
	text-align: center;
	font-size: 15px;
	line-height: 44px;
}
.leftBox .layui-table tbody tr p{
	width:150px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.border-title {
	position: absolute;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	background: linear-gradient(to bottom, #a7d4f6, #87a9e6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
