*{
	margin: 0px;
    padding: 0px;
}

html{
	font-size: 0.78125vw;
}

body{
	background-color: #00031a;
	background-size: 100% 100%;
}

#app{
	display: flex;
	flex-direction: column;
}

.mainBox{
	float: left;
	width: 100%;
	height: 91%;
}

.leftBox{
	float: left;
	width: 22%;
	height: 100%;
	align-items: center;
	margin-left: 0.78125vw;
}

.middleBox{	
	float: left;
	width: 50%;
	height: 100%;
	margin: 0 0.520833vw;
}

.rightBox{
	float: left;
	width: 25%;
	height: 100%;
	margin-right: 0.78125vw;
	align-items: center;
	
}

.weatherBox{
	float:left;
	width: 100%;
	height: 22.22%;
	overflow: hidden;
}

.border-box-content{
	position: relative;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.devieceListText{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.middleBox{
	align-items: center;
}

.mapDiv{
	float: left;
	height: 67.7419%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.alarmContent{
	float: left;
	height: 32.25806%;
	width: 100%;
	background-image: url(../images/home/alarmList.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


/*.titleLeft {
	transform: skew(30deg);
	margin-right: 300px;
}*/
/*.titleLeft,.titleRight{
	display: flex;
	justify-content: center;
	align-items: center;
}
.titleRight{
	margin-left: 15.2%;
}
.titleLeft{
	margin-right: 15.2%;
}

.titleRight div,.titleLeft div{
	border: 1px #1fc6ff solid;
	text-align: center;
	background-color: #00347e;
	width: 95px;
	height: 24px;
	transform: skew(-39deg);
	padding: 0 3%;
	margin: 0 2%;
}
.titleRight a {
	transform: skew(38deg);
}
.titleLeft div{
	transform: skew(38deg);
}
.titleLeft a {
	transform: skew(-38deg);
}*/
/*.titleLeft div:first-child{
	margin-right: 3%;
}
.titleRight div:nth-child(2){
	margin-left: 3%;
}*/
.weatherBox .border-box-content{
	
}

.mapDiv{
	display: flex;
	justify-content: center;
	align-items: center;
}

.mapDiv canvas{
	width: 100%;
	height: 100%;
}

.locationText{
	font-family: Source Han Sans CN;
	font-size: 0.4166667vw;
	color: #FFFFFF;
	padding-left: 0.625vw;
}

.alarmHeader{
	display: flex;
	color: #41a1d0;
	justify-content: center;
	align-items: center;
	height: 12%;
	width: 100%;
}

.alarmHeader div{
	text-align: center;
}

.alarmList{
	height: 95%;
	width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.alarmList_List{
	display: flex;
	color: #41a1d0;
	justify-content: center;
	align-items: center;
	height: 10%;
	color: #FFFFFF;
	margin: 0.260417vw 0;
	
}

.alarmList_List div{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.joinBox{
	float: left;
	height: 44.444%;
	margin: 0.416667vw 0;
	width: 100%;
	overflow: hidden;
}

.stateBox{
	float: left;
	height: 33.333%;
	width: 100%;
	overflow: hidden;
}

.stateBox{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;	
}

.regionAlarm{
	float: left;
	height: 35.7142857%;
	width: 100%;
	overflow: hidden;
}

.statistics{
	float: left;
	height: 28.57142857%;
	margin: 0.78125vw 0;
	width: 100%;
	overflow: hidden;	
}

.statistics img{
	width: 1.30208333vw;
	height: 1.30208333vw;
}

.weekAlarmBox{
	float: left;
	height: 35.7142857%;
	width: 100%;
	overflow: hidden;
}

.scroll-board{
	flex: 1;
	width: 100%;
}

.statisticsItem{
	height: 47%;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	
}

.statisticsItem_item{
	width: 48%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.countMsgBox{
	color: #FFFFFF;
	padding-left: 1.30208333vw;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	
	font-family: Source Han Sans CN;
}

.countText{
	font-size: 0.9375vw;
}

.countMsgText{
	font-size: 0.7291667vw;
}

.total_device,.total_online{
	background-image: url(../images/home/frame3.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

.total_alarm,.total_unhandled{
	background-image: url(../images/home/frame4.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

.statisticsImgBox{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.statistics .bottomImg{
	width: 2.0833333vw;
	height: 2.0833333vw;
	padding-top: 0.2604167vw;
}

.statistics .upImg{
	position: absolute;
	top: 20%;
	animation: updown 3s infinite;
}

@-webkit-keyframes updown{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(0.2604167vw);
	}
	100%{
		transform: translateY(0);
	}
}

.weekAlarmBox{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}


