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

.el-icon-close[data-v-72284454]{cursor:pointer;font-size:20px;position:absolute;z-index:4;top:10px;right:10px;color:#fff}.bottom[data-v-72284454]{position:absolute;left:50%;transform:translateX(-50%);height:40px;bottom:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;background:rgba(255,255,255,0.82);-webkit-backdrop-filter:blur(5px) grayscale(10);backdrop-filter:blur(5px) grayscale(10);border-radius:15px}.bottom .operButton[data-v-72284454]{width:50px;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;height:100%}.bottom .markup[data-v-72284454]{width:5px;height:5px;position:absolute;bottom:12px;right:15px;cursor:pointer}.bottom .markdown[data-v-72284454]{width:5px;height:5px;color:#3873FE;position:absolute;bottom:10px;right:10px;cursor:pointer}.iconSvg[data-v-72284454]{font-size:20px;cursor:pointer;color:#2c303b}.bottomSvg[data-v-72284454]{cursor:pointer;color:#2c303b;font-size:25px}.iconSvg[data-v-72284454]:hover,.bottomSvg[data-v-72284454]:hover{transition:transform 0.3s ease-in-out;transform:scale(1.3);color:#3873FE}.active .bottomSvg[data-v-72284454],.active .iconSvg[data-v-72284454]{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;
}

.monge-dialog{pointer-events:auto;border-radius:6px}.monge-dialog .el-dialog__header{padding:5px 10px;display:flex;flex-direction:row;align-items:center}.monge-dialog .el-dialog__header .el-dialog__title{font-size:16px;font-weight:700;margin-right:10px}.monge-dialog .el-dialog__header .leftIcon{font-size:18px;cursor:pointer}.monge-dialog .el-dialog__header .minibtn{margin-left:auto;margin-right:35px;cursor:pointer}.monge-dialog .el-dialog__header .el-dialog__headerbtn{top:4px}.monge-dialog .el-dialog__body{padding:10px}.noheaderLine .el-dialog__body{border-top:none}

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

