
.loading-box {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #5683A9;
	position: absolute;
	z-index: 1999;
}
.isDwg{
  background-color: #111820;
}
#loading-logo {
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translate(-50%, -50%);
	width: 35%;
	height: 35%;
	min-width: 250px;
}
.load-done {
	animation: fill-anm 0.8s ease forwards;
	/* 填充方式，不设置这个值有些文字比如画中间的一块会全部填充成白色 */
	fill-rule: evenodd;
}
.hide-loading-box {
	animation: hide-anm 0.4s ease-in forwards 0.4s;
}
#loading-logo g path {
	stroke: url(#linear);
	stroke-linecap: round;
	stroke-width: 40;
	filter: url(#blur);
	transition: stroke-dashoffset 0.2s ease;
	fill: url(#linear);
	fill-opacity: 0;
}
@keyframes fill-anm {
to {
		fill: url(#linear);
		fill-opacity: 1;
}
}
@keyframes hide-anm {
0% {
		opacity: 1;
}
100% {
		opacity: 0;
}
}

.mapView[data-v-03ad176c]{height:100%;width:100%}.mapView .viewBox[data-v-03ad176c]{width:100%;height:100%}.hasList[data-v-03ad176c]{width:calc(100% - 300px)}

.bottom[data-v-92742738]{position:absolute;left:50%;transform:translateX(-50%);bottom:40px;height:50px;display:flex;flex-direction:row;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:15px;overflow:hidden;z-index:1;cursor:grab}.bottom[data-v-92742738]:active{cursor:grabbing}.bottom .operButton[data-v-92742738]{width:60px;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;padding:0 10px;height:100%;background:rgba(0,0,0,0.68);-webkit-backdrop-filter:blur(5px) grayscale(10);backdrop-filter:blur(5px) grayscale(10)}.bottom .svgIcon[data-v-92742738]{font-size:25px;cursor:pointer;color:#fff}.bottom .svgIcon[data-v-92742738]:hover{transition:transform 0.3s ease-in-out;transform:scale(1.3);color:#3873FE}.bottom .active .svgIcon[data-v-92742738]{transition:transform 0.3s ease-in-out;transform:scale(1.3);color:#3873FE}

.overlay-view[data-v-58cf9f2b]{width:100%;height:100%;position:relative;overflow:hidden}

