body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑"
}

#allmap {
	position: absolute;
	right: 0;
	top: 0;
	width: 83.5%;
	height: calc(100% - 375px);
	overflow: hidden;
}

.company-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 24%;
	margin: 0px;
	box-sizing: content-box;
	margin-bottom: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.monitorinfo-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 76%;
	box-sizing: content-box;
	margin-bottom: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.anchorBL {
	display: none;
}

.profile-info-name {
	text-align: right;
	padding: 6px 10px 6px 4px;
	font-weight: normal;
	color: #667E99;
	background-color: transparent;
	border-top: 1px dotted #D5E4F1;
	display: table-cell;
	width: 80px;
	vertical-align: middle;
}
.profile-user-info {
	display: table;
	width: 98%;
	width: 100%;
	margin: 0 auto;
}

#alarmTypeList a {
	font-weight: 600;
	width: 220px;
	margin: 2px 4px;
	cursor: pointer;
}

#alarmTypeList a:hover, #alarmTypeList a:focus {
	background-color: #f1d7d7;
	color: red;
}