@CHARSET "UTF-8";

#md-toolBar3D {
	float: right;
	padding: 5px 0px;
}
/**============3dCommon.css  start================**/
.iframe-scenario {
	height: 50px;
	height: 49px\9\0; /*识别ie 9*/
	right: -2px;
	width: 52px;
	position: absolute;
	filter: Alpha(Opacity = 0);
}

.scenario3d-container {
	position: absolute;
	right: 10px;
	bottom: 31px;
	z-index: 3000;
}

.scenario3d-show {
	height: 56px;
}

.scenario3d-container dl {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.scenario3d-container dl.selected {
	z-index: 20000;
}

.scenario3d-container .scenario3d-single dt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	z-index: 9999;
}

.scenario3d-container .scenario3d-single dd {
	width: 50px;
	height: 52px;
}

.scenario3d-container .vector dd {
	background: url(../images/sl.png) 0px 0px no-repeat;
}

.scenario3d-container .vector.hover dd, .scenario3d-container .vector.selected dd
	{
	background: url(../images/sl.png) -51px 1px no-repeat;
}

.scenario3d-container .image dd {
	background: url(../images/sl.png) 0px -52px no-repeat;
}

.scenario3d-container .image.hover dd, .scenario3d-container .image.selected dd
	{
	background: url(../images/sl.png) -52px -53px no-repeat;
}

.scenario3d-container .dem dd {
	background: url(../images/sl.png) 0px -158px no-repeat;
}

.scenario3d-container .dem .hover dd, .scenario3d-container .dem .selected dd
	{
	background: url(../images/sl.png) -52px -158px no-repeat;
}

.scenario3d-container .globe dd {
	background: url(../images/sl.png) 0px -106px no-repeat;
}

.scenario3d-container .globe.hover dd, .scenario3d-container .globe.selected dd
	{
	background: url(../images/sl.png) -51px -106px no-repeat;
}

.floatAnalysisBox {
	position: absolute;
	height: calc(100% - 82px);
	top: 82px;
	left: 0;
	z-index: 5;
}

.analysis-panel {
	pointer-events: none;
	display: none;
	color: #FFF;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	width: 260px;
	height: 100%;
}

body .demo-class {
	background: rgba(0, 0, 0, .6);
	color: #fff;
}

body .demo-class .layui-layer-title {
	pointer-events: all;
	height: 38px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	line-height: 38px;
	padding-left: 15px;
	font-size: 14px;
	background: unset;
	color: #fff;
}

body .demo-class layui-layer-content {
	pointer-events: all;
	padding: 5px 0;
	background: rgba(0, 0, 0, .6);
	max-height: calc(100% - 63px);
	height: auto;
}

body .demo-class .layui-layer-btn {
	border-top: 1px solid #E9E7E7
}

body .demo-class .layui-layer-btn a {
	background: #333;
}

body .demo-class .layui-layer-btn .layui-layer-btn1 {
	background: #999;
}

.tool-container3d {
	position: relative;
	float: right;
	margin-right: 6px;
	display: block;
	background-color: rgba(0, 0, 0, .6);
	height: 37px;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	cursor: pointer;
	border-radius: 2px;
	padding: 0px 0px;
	bottom: 4px;
}

#mousePosition3d {
	position: absolute;
	bottom: 1px;
	left: 285px;
	z-index: 1005;
	font-size: 13px;
	color: #fff;
}
/**============3dCommon.css  end================**/
.toolbar .single-tool .toolbar-icon.clear3d {
	background-position: -62px 0px;
}

/**============searchInput.css  start================**/
.g-leftbody3d {
	position: absolute;
	top: 46px;
	left: -420px;
	width: 347px;
	z-index: 1000;
	height: 100%;
}

#searchbox3d {
	position: relative;
	float: left;
	width: 346px;
	z-index: 100;
	top: 15px;
	left: 21px;
	border-radius: 3px;
}

#sole-3dsearchbox-content {
	position: absolute;
	background-color: #fff;
	width: 403px;
	height: 38px;
	z-index: 100;
	border-radius: 3px;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: opacity .4s linear;
	transition: opacity .4s linear;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid white;
}

#id_geo-3dsearch_input {
	position: absolute;
	top: 7px;
	left: 12px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	width: 295px;
	border: 0px;
	padding: 2px;
	background-color: unset;
	font-family: SimSun;
}

#id_geo-3dsearch_input::-webkit-input-placeholder {
	color: #aaa; /* WebKit browsers */
}

#id_geo-3dsearch_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	　　color: #aaa;
}

#id_geo-3dsearch_input::-moz-placeholder { /* Mozilla Firefox 19+ */
	　　color: #aaa;
}

#id_geo-3dsearch_input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	　　color: #aaa;
}

#key_3dsearch_btn {
	opacity: 0.8;
}

#md-3dqueryKeyResultPanel {
	background-color: unset;
	position: absolute;
 /*    left: -420px; */
    top:10px;
}

#md-classifyresult3dpanel {
	background-color: unset;
}

#md-3dqueryPolygonResultPanel {
	background-color: unset;
}

#md-3dbufferResultPanel {
	background-color: unset;
}

.g-searchbox-head3d {
	position: relative;
	/* background: #f7f7f7; */
	height: 38px;
}

.g-searchbox-head3d .normal-title {
	height: 38px;
	padding: 0 0 0 10px;
	background-color: #fff;
	padding-top: 8px;
	line-height: 24px;
	color: #3385ff;
	border-radius: 2px;
	font-family: SimSun;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.6);
}

.g-searchbox-head3d .close {
	position: absolute;
	bottom: 35px;
	right: 2px;
	top: 4px;
}

.g-searchbox-content3d {
	max-height: 700px;
	overflow-y: auto;
	/*  height: 69%; */
	margin-top: 5px;
	background: rgba(0, 0, 0, 0.6);
}

.g-searchbox-content3d .resultlist li {
	border-bottom: 1px solid #565656;
}

.classify_list_3ddiv div {
	color: #fff;
}

.classify_list_3ddiv li {
	color: orange;
}

.delete-query3d {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 10px;
	right: 68px;
	cursor: pointer;
}

.classify-box3d {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	top: 37px;
	left: 0px;
	width: 402px;
	height: 250px;
	z-index: 2000;
	border-radius: 0px 0px 3px 3px;
	transition: opacity .4s linear;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	border-top: 1px solid #c7c7c7;
}
/* reset */
#md-classify3d {
	height: 100%;
}

.g-classify-search3d {
	overflow: hidden;
	/* overflow-y: auto; */
	position: relative;
	height: 100%;
	margin-left: -4px;
	z-index: 2000;
}
/**============searchInput.css  end================**/

/**============city.css  start================**/
#md-3d-city {
	float: right;
	padding: 0px 0px;
}

#now-3dcity :hover {
	color: #3385ff;
}

#now-3dcity {
	padding-left: 12px;
	font-family: SimSun;
	font-size: 12px;
	padding-right: 5px;
	background-color: unset;
	color: #fff;
}

.city-icon3d {
	background-image: url(./../images/3d-city-icon.png);
	height: 21px;
	width: 22px;
	vertical-align: middle;
	display: inline-block;
	background-size: 17px;
	background-repeat: no-repeat;
	margin-top: -1px;
}

#now-3dcity:hover .city-icon3d {
	background-image: url("./../images/city-icon-on.png");
	height: 21px;
	width: 22px;
	vertical-align: middle;
	display: inline-block;
	background-size: 17px;
	background-repeat: no-repeat;
	margin-top: -1px;
}

#city3d-listUI .dl-horizontal .inline li a {
	color: #fff;
}

#city3d-listUI .dl-horizontal dt a {
	color: #fff;
}
/**============city.css  end================**/

/**============location.css  start================**/
#m3d-location {
	display: none;
	margin-left: 15px;
}
/**============location.css  end================**/

/**============toolBar.css  start================**/
#analysis3d a {
	background-color: unset;
	color: #fff;
}

#analysis3d a:hover {
	color: #3385ff;
}

#tools3d a {
	background-color: unset;
	color: #fff;
}

#tools3d a:hover {
	color: #3385ff;
}

#analysis3d-popup {
	background-color: rgba(0, 0, 0, .6);
}

#tools-popup3d {
	background-color: rgba(0, 0, 0, .6);
}

#buffer3dQT #analysis-popup1 {
	background-color: rgba(0, 0, 0, .6);
}

.toolbar-icon.analysis3d {
	background-image: url(./../images/3d-analysis-icon.png);
	height: 21px;
	width: 22px;
	vertical-align: middle;
	display: inline-block;
	background-size: 15px;
	background-repeat: no-repeat;
	margin-top: 3px;
}

.nav-base:hover .toolbar-icon.analysis3d {
	background-image: url("./../images/3d-analysis-icon-on.png");
	height: 21px;
	width: 22px;
	vertical-align: middle;
	display: inline-block;
	background-size: 15px;
	background-repeat: no-repeat;
	margin-top: 3px;
}

.toolbar-icon.df3d {
	background-position: -491px 143px;
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
}

ul.unstyled li:hover .df3d {
	background-position: -464px 143px;
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
}

.toolbar-icon.ca3d {
	background-position: -494px 4px;
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
}

ul.unstyled li:hover .ca3d {
	background-position: -467px 4px;
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
}

.toolbar-icon.cd3d {
	background-position: -406px 4px;
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
}

ul.unstyled li:hover .cd3d {
	background-position: -435px 4px;
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
}

.toolbar-icon.pq3d {
	background-image: url(./../images/3d-polygon-icon.png);
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

ul.unstyled li:hover .pq3d {
	background-image: url(./../images/3d-polygon-icon-on.png);
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

.toolbar-icon.hc3d {
	background-image: url(./../images/3d-buffer-icon.png);
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

ul.unstyled li:hover .hc3d {
	background-image: url(./../images/3d-buffer-icon-on.png);
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

.toolbar-icon.tools3d {
	background-image: url("./../images/3d-tool-icon.png");
	height: 21px;
	width: 22px;
	vertical-align: middle;
	display: inline-block;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.nav-base:hover .toolbar-icon.tools3d {
	background-image: url("./../images/3d-tool-icon-on.png");
	height: 21px;
	width: 22px;
	vertical-align: middle;
	display: inline-block;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.toolbar-icon.mark3d {
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-image: url(./../images/3d-mark-icon.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 4px 4px;
}

ul.unstyled li:hover .mark3d {
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-image: url(./../images/mark-icon-on.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 4px 4px;
}

.toolbar-icon.fly3d {
	width: 19px;
	height: 28px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(./../images/3d-fly-icon.png);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: 2px 5px;
}

ul.unstyled li:hover .fly3d {
	width: 19px;
	height: 28px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(./../images/3d-fly-icon-on.png);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: 2px 5px;
}

.toolbar-icon.cl3d {
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-image: url(./../images/3d-measure-icon.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 3px 5px;
}

ul.unstyled li:hover .cl3d {
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-image: url(./../images/3d-measure-icon-on.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 3px 5px;
}

.toolbar-icon.dw3d {
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-image: url(./../images/3d-location-icon.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 3px 5px;
}

ul.unstyled li:hover .dw3d {
	width: 22px;
	height: 28px;
	margin-right: 5px;
	margin-left: 3px;
	background-image: url(./../images/3d-location-icon-on.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 3px 5px;
}

.toolbar-icon.layer3d {
	width: 25px;
	height: 28px;
	margin-right: 5px;
	margin-left: 2px;
	background-image: url(./../images/3d-layermanager-icon.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 3px 5px;
}

ul.unstyled li:hover .layer3d {
	width: 25px;
	height: 28px;
	margin-right: 5px;
	margin-left: 2px;
	background-image: url(./../images/3d-layermanager-icon-on.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 3px 5px;
}

.toolbar-icon.dou3d {
	width: 19px;
	height: 28px;
	margin-right: 5px;
	margin-left: 8px;
	background-image: url(./../images/3d-doublelayer-icon.png);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: 0px 5px;
}

ul.unstyled li:hover .dou3d {
	width: 19px;
	height: 28px;
	margin-right: 5px;
	margin-left: 8px;
	background-image: url(./../images/3d-doublelayer-icon-on.png);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: 0px 5px;
}

.toolbar-icon.monomer3d {
	width: 19px;
	height: 28px;
	margin-right: 5px;
	margin-left: 8px;
	background-image: url(./../images/3d-monomer-icon.png);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: -5px 0px;
}

ul.unstyled li:hover .monomer3d {
	width: 19px;
	height: 28px;
	margin-right: 5px;
	margin-left: 8px;
	background-image: url(./../images/3d-monomer-icon-on.png);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: -5px 0px;
}
/**============toolBar.css  end================**/

/**============setting.css  start================**/
.toolbar-icon.setting3d {
	background-image: url("./../images/3d-setting-icon.png");
	width: 39px;
	height: 39px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 11px;
}

.toolbar-icon.setting3d:hover {
	background-image: url("./../images/3d-setting-icon-on.png");
	width: 39px;
	height: 39px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 11px;
}

#settingSZ3d.active .toolbar-icon.setting3d {
	background-image: url("./../images/3d-setting-icon-on.png");
	width: 39px;
	height: 39px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 11px;
}

#settingSZ3d {
	position: relative;
	float: right;
	margin-right: 10px;
	background-color: rgba(0, 0, 0, .6);
	width: 37px;
	height: 37px;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	cursor: pointer;
	border-radius: 2px;
	bottom: 4px;
}

.setting-item-title {
	cursor: pointer;
	user-select: none;
	line-height: 38px;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.setting-item-title:hover {
	background-color: rgba(0, 0, 0, .2);
}

.setting-item-title i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
}

.setting-item-title i.checkicon {
	background: url(./../images/3d-setting-unchecked.png) center no-repeat;
	background-size: 15px;
}

.setting-item-title i.checkicon.active {
	background: url(./../images/3d-setting-checked.png) center no-repeat;
	background-size: 15px;
}

.setting-item-title i.particle {
	background-image: url(./../images/3d-particle-icon.png);
	height: 21px;
	width: 22px;
	vertical-align: middle;
	display: inline-block;
	background-size: 15px;
	background-repeat: no-repeat;
	margin-top: 3px;
}

#particleEffect:hover .particle {
	background-image: url("./../images/3d-particle-icon-on.png");
	height: 21px;
	width: 22px;
	vertical-align: middle;
	display: inline-block;
	background-size: 15px;
	background-repeat: no-repeat;
	margin-top: 3px;
}

#particleEffect:hover span {
	color: #3385ff;
}

.particle-content {
	padding: 0;
	font-size: 12px;
}

.particle-item {
	line-height: 30px;
	cursor: pointer;
	padding: 0 15px;
}

.particle-item:hover {
	background-color: rgba(0, 0, 0, .2);
}

.particle-content .particle-item.active {
	background: rgba(255, 255, 255, .4);
}

.clearEffectBtn {
	user-select: none;
	cursor: default;
	height: 30px;
	border-radius: 3px;
	background: #00BAFF;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 5px 15px;
}

.clearEffectBtn:hover {
	background: #00a1dc;
}

.particle-content .particle-item.active {
	background: rgba(255, 255, 255, .4);
}
/**============setting.css  start================**/

/**============clear.css  start================**/
.toolbar-icon.clear3d {
	background-image: url("./../images/3d-clear-icon.png");
	width: 39px;
	height: 39px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 11px;
}

.toolbar-icon.clear3d:hover {
	background-image: url("./../images/3d-clear-icon-on.png");
	width: 39px;
	height: 39px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 11px;
}

#clearQT3d {
	position: relative;
	float: right;
	margin-right: 6px;
	background-color: rgba(0, 0, 0, .6);
	width: 37px;
	height: 37px;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	cursor: pointer;
	border-radius: 2px;
	bottom: 4px;
}
/**============clear.css  end================**/

/**============markSet.css  start================**/
#md-3dmarkpanel {
	pointer-events: none;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 10px;
	width: 260px;
	height: 100%;
}

.mark-header {
	pointer-events: all;
	height: 38px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	line-height: 38px;
	padding-left: 15px;
	font-size: 14px;
	background: rgba(0, 0, 0, .6);
}

.mark-content {
	pointer-events: all;
	background: rgba(0, 0, 0, .6);
	padding: 5px 0 10px 0;
	border-top: 1px solid rgba(0, 0, 0, .2);
}

.markAdd {
	padding: 0 15px;
	height: 124px;
}

.markTab {
	height: 30px;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
}

.markTab>div {
	height: 30px;
	width: 33.3%;
	float: left;
	background: #00BAFF;
	cursor: pointer;
}

.markTab>div:hover {
	background: #5AC8F6;
}

.markTab i {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin: 5px 0 0 28px;
	background-image: url(../images/addTab.png);
}

.markTab>div.pointAdd i {
	background-position: 0 0;
}

.markTab>div.lineAdd i {
	background-position: 0 -18px;
}

.markTab>div.polygonAdd i {
	background-position: 0 -36px;
}

.markStyle {
	height: 90px;
	width: 100%;
	margin: 0;
	padding: 4px 8px;
	margin-top: 4px;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
	float: left;
}

.markStyle li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
	background: #fff;
	width: 40px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
}

.markStyle li i {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 1px;
	margin: 5px 0 0 5px;
}

.markStyle.point li i {
	background-image: url(../images/markpoint.png);
}

.markStyle.point li.point1 i {
	background-position: 0 0;
}

.markStyle.point li.point2 i {
	background-position: 0 -30px;
}

.markStyle.point li.point3 i {
	background-position: 0 -60px;
}

.markStyle.point li.point4 i {
	background-position: 0 -90px;
}

.markStyle.point li.point5 i {
	background-position: 0 -120px;
}

.markStyle.point li.point6 i {
	background-position: 0 -150px;
}

.markStyle.line li i {
	background-image: url(../images/markline.png);
}

.markStyle.line li.line1 i {
	background-position: 0 0;
}

.markStyle.line li.line2 i {
	background-position: 0 -30px;
}

.markStyle.line li.line3 i {
	background-position: 0 -60px;
}

.markStyle.line li.line4 i {
	background-position: 0 -90px;
}

.markStyle.line li.line5 i {
	background-position: 0 -120px;
}

.markStyle.line li.line6 i {
	background-position: 0 -150px;
}

.markStyle.line li.line7 i {
	background-position: 0 -180px;
}

.markStyle.line li.line8 i {
	background-position: 0 -210px;
}

.markStyle.line li.line9 i {
	background-position: 0 -240px;
}

.markStyle.line li.line10 i {
	background-position: 0 -270px;
}

.markStyle.polygon li i {
	background-image: url(../images/markpolygon.png);
}

.markStyle.polygon li.surface1 i {
	background-position: 0 0;
}

.markStyle.polygon li.surface2 i {
	background-position: 0 -30px;
}

.markStyle.polygon li.surface3 i {
	background-position: 0 -60px;
}

.markStyle.polygon li.surface4 i {
	background-position: 0 -90px;
}

.markStyle.polygon li.surface5 i {
	background-position: 0 -120px;
}

.markStyle.polygon li.surface6 i {
	background-position: 0 -150px;
}

.markStyle li:hover {
	background: #F1F1F1;
}

.MarkPropPanel {
	display: none;
	background: #f5f4f5;
	width: 290px;
	position: absolute;
	z-index: 20000001;
	left: 50%;
	margin-left: -145px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .5);
	font-size: 12px;
}

.mpp-title {
	line-height: 36px;
	border-bottom: 1px solid #b2b2b2;
	font-size: 14px;
	color: #333;
	padding-left: 15px;
	font-weight: bold;
}

.mpp-content {
	padding: 0 15px;
}

.prop-item {
	padding: 6px 0;
}

.mpp-prop-field {
	line-height: 30px;
	evertical-align: top;
	font-weight: bold;
	display: inline-block;
	width: 55px;
	font-size: 12px;
	color: #333;
}

.mpp-prop-content {
	vertical-align: top;
	display: inline-block;
}

.propInput[type=text] {
	padding: 0 5px;
}

.propInput {
	border: 1px solid #b2b2b2;
	height: 30px;
	width: 200px;
	background: #FFF;
}

.mpp-foot {
	padding-bottom: 10px;
	padding-top: 8px;
	position: relative;
}

.mpp-foot .tipmes {
	color: red;
	position: absolute;
	width: 100%;
	top: 0px;
	margin: 0 15px;
	left: 0;
	display: none;
}

.analysisBtn {
	user-select: none;
	cursor: default;
	height: 30px;
	border-radius: 3px;
	background: #00BAFF;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 15px;
}

.mpp-prop-table {
	width: 199px;
	background: #FFF;
	border: 1px solid #b2b2b2;
}

.mpp-prop-table td, .mpp-prop-table th {
	padding: 0 5px;
	height: 30px;
	width: 33.3%;
	text-align: center;
}

.mpp-prop-table input {
	border: none;
	outline: none;
	width: 100%;
	height: 29px;
}

.mpp-prop-table a {
	color: #333;
}

.signmask {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	filter: alpha(opacity : 50);
	position: fixed;
	z-index: 20000000;
	top: 0;
	left: 0;
}

.popover .arrow {
	position: absolute;
	display: block;
	border-color: transparent;
	border-style: solid;
	bottom: -22px;
	left: 50%;
	margin-left: -11px;
	border-top-color: rgba(0, 0, 0, 0.6) !important;
	border-bottom-width: 0;
	border-width: 11px;
}

.popover.top>.arrow:after {
	border-top-color: rgba(0, 0, 0, 0.6) !important;
}

.popover {
	background-color: rgba(0, 0, 0, 0.6) !important;
	font-family: "Microsoft YaHei";
	width: 272px;
	display: none;
	left: 511px;
	top: 105px;
	position: absolute;
	z-index: 1060;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto;
}

.popover-title {
	color: #00baff;
	border: none;
	padding: 8px 14px;
	margin: 0;
	font-size: 15px;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	background-color: unset;
}

.popover-content {
	padding: 10px 5px;
	color: #FFF;
	background: none;
	font-size: 12px;
	max-height: 300px;
	overflow-y: auto;
}

#popover2018 table {
	width: 100%;
	border-collapse: collapse;
}

#popover2018 td, #popover2018 th {
	text-align: center;
	height: 25px;
	line-height: 25px;
	border: 1px solid #fff;
	font-size: 12px;
}

#popover2018 td:first-child {
	width: 80px;
	font-size: 12px;
}

.float-tip {
	position: absolute;
	top: -40px;
	left: -105px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, .7);
	z-index: 3;
}
/**============markSet.css  end================**/

/**============flyingSet.css  start================**/
#md-3dpolygonFX {
	display: none;
}

.flybutton {
	padding: 0 5px;
	font-size: 12px;
	height: 25px;
	line-height: 20px;
	cursor: pointer;
	margin: 7px 15px 3px 0;
	width: 90px;
	font-family: SimSun;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	background-color: #5979ea;
	border: none;
	opacity: 0.8;
}

.flylnglat {
	font-size: 13px;
	height: 23px;
	line-height: 20px;
	border: 0px;
	background: rgb(255, 255, 255, 0.3);
	margin: 0px 6px 4px 0;
	width: 39px;
	font-family: SimSun;
	margin-left: 13px;
	letter-spacing: 10px;
}

.setflylnglat {
	font-size: 14px;
	height: 25px;
	line-height: 20px;
	width: 217px;
	font-family: SimSun;
	padding-left: 7px;
	background-color: rgb(255, 255, 255, 0.1);
	border: 0px;
	color: #fff;
}

.setflylnglat::-webkit-input-placeholder {
	color: #aaa; /* WebKit browsers */
}

.setflylnglat:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	　　color: #aaa;
}

.setflylnglat::-moz-placeholder { /* Mozilla Firefox 19+ */
	　　color: #aaa;
}

.setflylnglat:-ms-input-placeholder { /* Internet Explorer 10+ */
	　　color: #aaa;
}

.chooseflylnglat {
	font-size: 13px;
	height: 25px;
	line-height: 20px;
	border: 0px;
	margin: 0px 6px 4px 0;
	width: 50px;
	font-family: SimSun;
	margin-left: 6px;
	padding-left: 10px;
	letter-spacing: 5px;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	cursor: pointer;
	background: #3385ff;
	opacity: 0.9;
}

.delete-flylnglat0 {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 13px;
	right: 72px;
	cursor: pointer;
}

.delete-flylnglat1 {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 42px;
	right: 72px;
	cursor: pointer;
}

.black {
	background-color: #000;
	color: #ffffff;
}
/**============flyingSet.css  end================**/

/**============measureSet.css  start================**/
.analy-header {
	pointer-events: all;
	height: 38px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	line-height: 38px;
	padding-left: 15px;
	font-size: 14px;
	background: rgba(0, 0, 0, .6);
}

.analy-body {
	pointer-events: all;
	padding: 5px 0;
	background: rgba(0, 0, 0, .6);
	max-height: calc(100% - 63px);
}

.measure-content {
	padding: 0;
	font-size: 12px;
}

.measure-item {
	line-height: 30px;
	cursor: pointer;
	padding: 0 15px;
}

.measure-item:hover {
	background-color: rgba(0, 0, 0, .2);
}

.measure-content .measure-item.active {
	background: rgba(255, 255, 255, .4);
}

.measure-item i {
	margin-right: 5px;
	vertical-align: text-bottom;
	display: inline-block;
	width: 14px;
	height: 14px;
}

.measure-item i.distance {
	background: url(../images/icon-measure-distance.png) center no-repeat;
}

.measure-item i.groundDistance {
	background: url(../images/icon-measure-distance.png) center no-repeat;
}

.measure-item i.area {
	background: url(../images/icon-measure-area.png) center no-repeat;
}

.measure-item i.triangle {
	background: url(../images/icon-measure-triangle.png) center no-repeat;
}

.analysisBtn {
	user-select: none;
	cursor: default;
	height: 30px;
	border-radius: 3px;
	background: #00BAFF;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 15px;
}

.analysisBtn:hover {
	background: #00a1dc
}
/**============measureSet.css  end================**/

/**============monomerSet.css  start================**/
.monomer-item {
	cursor: pointer;
}

.monomer-item:first-child {
	user-select: none;
	height: 30px;
	border-radius: 12px 0 0 12px;
	background: #3385ff63;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 5px 0px 15px 15px;
	width: 120px;
	position: relative;
	float: left;
}

.monomer-item:last-child {
	user-select: none;
	height: 30px;
	border-radius: 0 12px 12px 0;
	background: #3385ff63;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 5px 15px 15px 0px;
	width: 120px;
	position: relative;
	float: left;
}

.monomer-item:hover {
	background: #3385ffa6;
}

.monomer-content .monomer-item.active {
	background: #3385ff;
	font-weight: 700;
}
/**============monomerSet.css  end================**/

/**============sortclassview.css  start================**/
.classify-search {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}
/*搜索定位*/
.classify-list {
	margin-left: 20px;
}

.classify-list li {
	position: relative;
	float: left;
	width: 84px;
	height: 30px;
	line-height: 30px;
	padding: 0 22px 0 6px;
	border: 1px dotted #cbcbcb;
	border-left: 0;
	border-top: 0;
	cursor: pointer;
	color: #666;
}

.classify-list li:nth-child(2n) {
	border-right: none;
}
/*
.classify-list li:nth-last-child(2){border-bottom:none;}
.classify-list li:last-child{border-bottom:none;}
*/
.classify-list li.hover {
	text-decoration: underline;
}

.classify-list li.right {
	border-right: 0;
}

.classify-list li .right-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 28px;
	background: url("../images/r_r.png") 4px center no-repeat;
}

.icon-link img {
	width: 18px;
	height: 18px;
	margin-right: 4px;
	vertical-align: middle;
}

.classify-list-detail-title {
	padding-left: 6px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.classify-list-detail-list li {
	float: left;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
	margin: 4px 2px;
	padding: 0 4px;
	cursor: pointer;
}

.classify-list-detail-list li.hover, .classify-list-detail-list li.selected
	{
	background: #fcb53f;
}

#location3dQT form label {
	float: left;
	margin: 6px;
	margin-top: 13px;
}

#location3dQT form input {
	float: left;
	margin: 6px;
	margin-top: 10px;
}

#location3dQT form select {
	float: left;
	margin: 6px;
	margin-top: 10px;
}

.checklng-lat {
	display: block;
}
/**============sortclassview.css  end================**/

/**============cesium.css  start================**/
.cesium-infoBox {
	margin-left: 750px;
}
/**============cesium.css  end================**/

/* 3维可视域面板 -end*/
.disable {
	pointer-events: none;
}

@media ( max-width : 1919px ) and (min-width: 1370px) {
	.g-searchbox-content3d {
		height: 560px;
	}
}

@media ( max-width : 1366px ) and (min-width: 1366px) {
	.g-searchbox-content3d {
		height: 480px;
	}
}

#classifyresult3d {
	position: relative;
	margin-bottom: 2px;
	top: 0px;
}

#classifyresult3d li {
	border-bottom: 1px solid #565656;
}

@media ( max-width : 1919px ) and (min-width: 1370px) {
	#classifyresult3d {
		height: 680px;
	}
}

@media screen and (max-width: 1366px) {
	#classifyresult3d {
		height: 690px;
	}
}

.layui-layer-lan{background-color: white;}
.layui-layer-lanM .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none;
}
.navigation-control-icon-reset{left:0px!important;}