*{
	margin: 0;
	padding: 0;
}
.main{
	width:80%;
	margin: 0 auto;
}
.AEDxin{
	display: flex;
	
}
.Aedd{
	
}
.Echarts{

	height: 500px;
	flex: 1.3;
}
.TJall{
		border: 1px solid #ccc;
	flex: 1;
}
.TJtop{
	width: 100%;
	height: 50px;
	background-color: #fff9eb;
	border-left: 6px solid #D9534F;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 15px;
		box-sizing: border-box;
}
.TJtop p{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}
.TJmain{
	padding: 35px;

}
.AEallN{
	display: flex;
	box-shadow: 0px 1px 5px 0px rgba(130,13,31,0.1);
}
.iconTU{
	width: 110px;
	height: 110px;
	background-color: #fff3f5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.iconTU span{
	color: #d00d1b;
	font-size: 35px;
}
.whiteMain{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	background-color: #fff;
}
 .cb{
	color: #d00d1b;
	 margin: 0 5px 0 10px;
		font-size: 27px;
}
.whiteMain p{
	font-size: 19px;
}
.whiteM{
	background-color: #fff;
}
.State{
	display: flex;
	margin-top: 30px;
}
.tat{
	flex:1;
}
.Normal{
	margin-right: 15px;
}
.Fault{
	margin-left: 15px;
}
.whiteM lable,.whiteM p{
	font-size: 19px;
}
.whiteM lable{
	display: block;
	margin: 18px 0px 5px 11px;
	text-align: left;
}
.staTitle{
	font-weight: bold;
	font-size: 18px;
	color: #d0011b;
	margin-top:15px;
}
.Msort div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	    padding: 6px 0px;
}
.Msort span{
	font-weight: bold;
	width: 30px;
	text-align: center;
}
.Msort p{
	width: 80px;
	margin-bottom: 0;
}
.Msort b{
	display: block;
	height: 14px;
	width: 300px;
	/*background-color: #ff9121;*/
	border-radius: 7px;
}
.Msort i{
	display: block;
	font-style: normal;
	height: 14px;
	background-color: #ff9121;
	border-radius: 7px;
}
.Msort label{
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-left: 10px;
}