#app, body, html{
	min-width:1190px ;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.el-dialog__body{
	padding-right: 60px !important;
}

/* 地图弹窗 */
.info-top{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 214px;
	justify-content: space-between;
	color: #96E2EA;
	font-size: 16px;
	height: 36px;
	align-items: center;
	padding: 0 8px;
}
.info-bottom{
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-middle{
	padding:0 10px;
	padding-top: 6px;
	font-size: 12px;
	color: #96E2EA;
	height: 90px;
}
.info-middle div{
	display: flex;
	border-right: 1px dotted #5683CE;
	
}
.info-middle div:last-child{
	border-bottom: 1px dotted #5683CE;
}
.info-middle span{
	width: 100%;
	height: 26px;
	border: 1px dotted #5683CE;	
	border-right: 0;
	border-bottom: 0;
	padding-left: 4px;
	display: flex;
	align-items: center;
}
.infor-h{
	color: #5683CE;
	text-align: center;
}
.infor-header-box{
	position: relative;
	background-color: rgb(15, 32, 71);
}
.map-infor-bg-img{
	width: 214px;
}
.index-loading{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);font-size:22px;color:#cbc9cb;}.index-loading span{animation:text cubic-bezier(0.75,0,0.5,1) 1.5s infinite;}@keyframes text{0%{color:#898789;}20%{color:#cbc9cb;}100%{color:#cbc9cb;}}