
.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;
}
}

.dlgView[data-v-0a46b95c]{height:100%;width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.dlgView #overDwg[data-v-0a46b95c]{width:100%;height:100%}

.fileStyleName[data-v-2a83d88a]{position:absolute;max-width:85%;height:40px;top:0px;border-bottom-right-radius:10px;background:rgba(255,255,255,0.51);z-index:2;display:flex;flex-direction:row;align-items:center;padding:0 10px}.fileStyleName img[data-v-2a83d88a]{width:25px;height:25px;-o-object-fit:contain;object-fit:contain}.fileStyleName span[data-v-2a83d88a]{width:100%;color:#fff;line-height:40px;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-indent:3px}

.dwgspace[data-v-53d0f78c]{position:absolute;width:150px;left:5px;bottom:10px}

.headerTab[data-v-3806760e]{position:absolute;top:0;right:0;display:flex;flex-direction:row;align-items:center}.thumbtack[data-v-3806760e]{font-size:20px;cursor:pointer;margin-right:5px;color:#fff}.activeBtn[data-v-3806760e]{color:#3873fe}.panelTips[data-v-3806760e]{background:rgba(255,255,255,0.51);border-radius:2px;padding:8px 10px;margin-top:5px;cursor:pointer}.panelTips span[data-v-3806760e]{color:#fff;margin-left:2px}.activeSelect[data-v-3806760e]{background:#409eff}

.mapView[data-v-73869e26]{height:680px;width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.mapView #overDwg[data-v-73869e26]{width:100%;height:100%}

