.alarm1 {
	background: rgba(255, 188, 20, 1);
	color: #000000;
}

/* .alarm2 {
	background: rgba(246, 80, 100, 1);
	color: #FFFFFF;
} */
.level1{
	background-color: rgba(255, 188, 20, 1);
	color: #000000;
}
.level2{
	background-color: rgba(165, 0, 20, 1);
	color: #FFFFFF;
}
.alarm2 {
	background: rgba(165, 0, 20, 1);
	color: #FFFFFF;
}
.flash1 {
	-webkit-animation-name: flash1;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-name: flash1;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
}
@-webkit-keyframes flash1 {
	0% {
		background: rgba(255, 188, 20, 1);
	}

	50% {
		background: rgba(255, 188, 20, 0);
	}

	100% {
		background: rgba(255, 188, 20, 1);
	}
}

@-ms-keyframes flash1 {
	0% {
		background: rgba(255, 188, 20, 1);
	}

	50% {
		background: rgba(255, 188, 20, 0);
	}

	100% {
		background: rgba(255, 188, 20, 1);
	}
}

@-webkit-keyframes flash2 {
	0% {
		background: rgba(165, 0, 20, 1);
	}

	50% {
		background: rgba(165, 0, 20, 0);
	}

	100% {
		background: rgba(165, 0, 20, 1);
	}
}

@-ms-keyframes flash2 {
	0% {
		background: rgba(165, 0, 20, 1);
	}

	50% {
		background: rgba(165, 0, 20, 0);
	}

	100% {
		background: rgba(165, 0, 20, 1);
	}
}

.flash2 {
	-webkit-animation-name: flash2;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-name: flash2;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
}

@-webkit-keyframes flash3 {
	0% {
		background: rgba(165, 0, 20, 1);
	}

	50% {
		background: rgba(165, 0, 20, 0);
	}

	100% {
		background: rgba(165, 0, 20, 1);
	}
}

@-ms-keyframes flash3 {
	0% {
		background: rgba(165, 0, 20, 1);
	}

	50% {
		background: rgba(165, 0, 20, 0);
	}

	100% {
		background: rgba(165, 0, 20, 1);
	}
}

.flash3 {
	-webkit-animation-name: flash3;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-name: flash3;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
}

.textFlow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.el-pagination__total{
	color: #FFFFFF!important;
	margin-top: 5px;
	font-size: 15px!important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #409EFF!important;
	color: #FFF!important;
}
/*时间线*/
.tebelBox .el-timeline-item__content{
	color: #FFFFFF!important;
	height: 36px;
	line-height: 36px;
}
.tebelBox .el-timeline-item{
	margin: 0!important;
}
.tebelBox .el-timeline-item__wrapper{
	top: -20px!important;
	padding-left: 35px!important;
}
.tebelBox .el-timeline-item__node--large{
	width: 20px!important;
	height: 20px!important;
	left: -6px!important;
	background-color: #202342!important;
}
.tebelBox .el-timeline-item__tail{
	border-left: 3px solid #202342!important;
}
