
.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-3986f461]{height:100%;width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.mapView #dwgbox[data-v-3986f461]{width:100%;height:100%}.hasList[data-v-3986f461]{width:calc(100% - 300px)}.dwgspace[data-v-3986f461]{position:absolute;width:150px;left:5px;bottom:10px}

.el-icon-close[data-v-80fcbdc2]{cursor:pointer;font-size:20px;position:absolute;z-index:4;top:10px;right:10px;color:#fff}.right[data-v-80fcbdc2]{position:absolute;right:0px;top:44px;display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:48px;height:48px;background:rgba(0,0,0,0.68);border-bottom-left-radius:25px}.bottom[data-v-80fcbdc2]{position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:space-around;background:rgba(0,0,0,0.68);width:100%;height:48px;z-index:4;bottom:0}.bottom .operButton[data-v-80fcbdc2]{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;padding:0 10px;height:100%;-webkit-backdrop-filter:blur(5px) grayscale(10);backdrop-filter:blur(5px) grayscale(10)}.bottom .markup[data-v-80fcbdc2]{width:5px;height:5px;position:absolute;bottom:12px;right:15px;cursor:pointer}.bottom .markdown[data-v-80fcbdc2]{width:5px;height:5px;color:#3873FE;position:absolute;bottom:10px;right:10px;cursor:pointer}.iconSvg[data-v-80fcbdc2]{font-size:20px;cursor:pointer;color:#fff}.bottomSvg[data-v-80fcbdc2]{cursor:pointer;color:#fff;font-size:25px}.active .bottomSvg[data-v-80fcbdc2],.active .iconSvg[data-v-80fcbdc2]{transition:transform 0.3s ease-in-out;transform:scale(1.2);color:#3873FE}


.el-popover.popperStyle {
  left: 44px !important;
  min-width: 80px;
  padding: 7px 14px;
}

#dwgPanel[data-v-14442168]{width:100vw;height:100vh;position:relative;overflow:hidden}#dwgPanel .hasList[data-v-14442168]{width:calc(100% - 300px)}

