﻿body,
html,
#cesiumContainer {
  /* position: absolute; */
  /* width: 100%;
  height: 100%; */
  margin: 0;
  padding: 0;
  overflow: hidden;
  flex: 1;
  left: 45px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	
	not supported by any browser */
}
body .ToolContainer,
html .ToolContainer,
#cesiumContainer .ToolContainer {
  z-index: 2;
  position: absolute;
  right: 28px;
  bottom: 150px;
  width: 30px;
  height: auto;
  border-radius: 2px;
  background-color: white;
  text-align: center;
  box-shadow: 0px 0px 12px 0px #00000059;
  padding-bottom: 8px;
}
body .ToolContainer .Pointofmeasurement,
html .ToolContainer .Pointofmeasurement,
#cesiumContainer .ToolContainer .Pointofmeasurement {
  margin: 7px 0 15px 0;
}
body .ToolContainer .middle,
html .ToolContainer .middle,
#cesiumContainer .ToolContainer .middle {
  margin: 15px 0;
}
body .ToolContainer .measurement:hover .righttooltiptext,
html .ToolContainer .measurement:hover .righttooltiptext,
#cesiumContainer .ToolContainer .measurement:hover .righttooltiptext {
  visibility: visible;
}
body .ToolContainer .measurement span,
html .ToolContainer .measurement span,
#cesiumContainer .ToolContainer .measurement span {
  font-size: 16px;
  cursor: pointer;
  color: #616161;
}
body .ToolContainer .measurement span:hover,
html .ToolContainer .measurement span:hover,
#cesiumContainer .ToolContainer .measurement span:hover {
  color: #62a6da;
}
body .ToolContainer .measurement span.active,
html .ToolContainer .measurement span.active,
#cesiumContainer .ToolContainer .measurement span.active {
  color: #62a6da;
}
body .ToolContainer .measurement div,
html .ToolContainer .measurement div,
#cesiumContainer .ToolContainer .measurement div {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
				
							not supported by any browser */
  font-size: 10px;
}
body .ToolContainer2,
html .ToolContainer2,
#cesiumContainer .ToolContainer2 {
  z-index: 2;
  position: absolute;
  right: 120px;
  top: 70px;
  width: 300px;
  height: 30px;
  border-radius: 2px;
  background-color: white;
  text-align: center;
  box-shadow: 0px 0px 12px 0px #00000059;
}
body .ToolContainer2 .lines,
html .ToolContainer2 .lines,
#cesiumContainer .ToolContainer2 .lines {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
}
body .ToolContainer2 .lines .line,
html .ToolContainer2 .lines .line,
#cesiumContainer .ToolContainer2 .lines .line {
  height: 15px;
  width: 1px;
  background-color: #e2e2e2;
}
body .ToolContainer2 .Sonbox,
html .ToolContainer2 .Sonbox,
#cesiumContainer .ToolContainer2 .Sonbox {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  color: #626262;
}
body .ToolContainer2 .Sonbox .icon-map-thumbtack-full,
html .ToolContainer2 .Sonbox .icon-map-thumbtack-full,
#cesiumContainer .ToolContainer2 .Sonbox .icon-map-thumbtack-full {
  font-size: 13px;
}
body .ToolContainer2 .Sonbox div,
html .ToolContainer2 .Sonbox div,
#cesiumContainer .ToolContainer2 .Sonbox div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body .ToolContainer2 .Sonbox div span,
html .ToolContainer2 .Sonbox div span,
#cesiumContainer .ToolContainer2 .Sonbox div span {
  cursor: pointer;
  margin: 0 3px;
}
body .ToolContainer2 .Sonbox div:hover span,
html .ToolContainer2 .Sonbox div:hover span,
#cesiumContainer .ToolContainer2 .Sonbox div:hover span {
  color: #62a6da;
}
body .ToolContainer2 .Sonbox .text,
html .ToolContainer2 .Sonbox .text,
#cesiumContainer .ToolContainer2 .Sonbox .text {
  font-size: 10px;
}
.olmap {
  position: absolute;
  visibility: hidden;
  top: 45px;
  left: 45px;
  width: 100%;
  height: 100%;
}
.substitute {
  display: none;
  margin: 45px 0 0 45px;
  flex: 1;
}
.righttooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* 定位 */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}
.righttooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  /* 提示工具右侧 */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
#panorama {
  z-index: 2;
  flex: 1;
  top: 45px;
  display: none;
}
.echartbox {
  margin-top: 45px;
  display: none;
  flex: 0 0 340px;
  height: 100%;
  background-color: #1a1f36;
}
.echartbox .echart_headbox {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 40px;
  border-bottom: solid 1px #464a5c;
}
.echartbox .echart_headbox .echart_title {
  position: absolute;
  top: 12px;
  left: 105px;
  font-size: 16px;
  color: #e9e9e9;
}
.echartbox .echart_headbox .echartclose {
  cursor: pointer;
  position: absolute;
  top: 11px;
  left: 315px;
  font-size: 18px;
  color: #ffffff;
}
.echartbox .echart_headbox .echartclose:hover {
  color: #0099ff;
}
.echartbox .contentbox {
  width: 100%;
  top: 101px;
  bottom: 10px;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
}
.echartbox .contentbox .echartcontent {
  top: 0px;
  width: 340px;
  height: auto;
  bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.echartbox .contentbox .echartcontent .totalinfo {
  margin-top: 20px;
  height: 350px;
  width: 320px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_title .headicon {
  font-size: 13px;
  color: #e9e9e9;
  height: 24px;
  line-height: 24px;
  padding-left: 33px;
  background: url(../data/UI/20220105185650.png) 0 no-repeat;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body {
  position: relative;
  height: calc(100% - 24px);
  box-shadow: inset 0 0 10px #315466;
  background-color: rgba(15, 72, 99, 0.45);
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-right-horn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 63px;
  height: 46px;
  background: url(../data/UI/20220105185630.png) 100% 0 no-repeat;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-left-horn {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 63px;
  height: 46px;
  background: url(../data/UI/20220105192840.png) 100% 0 no-repeat;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box {
  height: auto;
  width: 300px;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box .total-box {
  height: auto;
  width: auto;
  display: flex;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box .total-box img {
  width: 50px;
  height: 50px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box .total-box .text {
  margin-left: 8px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box .total-box .text .body1_h {
  color: #92c2e8;
  font-size: 10px;
  line-height: 23px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box .total-box .text .number {
  font-family: ow-font;
  font-size: 22px;
  color: white;
  line-height: 25px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box .total-box .Dividingline {
  width: 1px;
  height: 50px;
  background-color: rgba(0, 175, 238, 0.25);
  margin: 0 15px;
  position: relative;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box .total-box .Dividingline::after {
  content: '';
  width: 3px;
  height: 5px;
  background-color: #00afee;
  position: absolute;
  left: -1px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box .total-box .Dividingline::before {
  content: '';
  width: 3px;
  height: 5px;
  background-color: #00afee;
  position: absolute;
  left: -1px;
  bottom: 0;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box #chart1 {
  position: absolute;
  right: 8px;
  top: -3px;
  width: 150px;
  height: 60px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box #leibiexiang {
  color: #92c2e8;
  position: absolute;
  top: 16px;
  right: 25px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .top-total-box #shujuxiang {
  color: #92c2e8;
  position: absolute;
  top: 42px;
  right: 23px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box {
  position: absolute;
  top: 77px;
  left: 10px;
  width: 300px;
  height: auto;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .headtable {
  width: 100%;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .headtable table {
  width: 100%;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .headtable table .a {
  text-align: left;
  padding-left: 12px;
  height: 25px;
  line-height: 25px;
  background: rgba(24, 85, 142, 0.3);
  font-size: 10px;
  color: #c4e5ff;
  font-weight: 400;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .headtable table .b {
  height: 25px;
  line-height: 25px;
  background: rgba(24, 85, 142, 0.3);
  font-size: 10px;
  color: #c4e5ff;
  font-weight: 400;
  padding: 0 5px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .bodytable {
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  height: 200px;
  /*修改滚动条样式*/
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .bodytable::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /**/
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .bodytable::-webkit-scrollbar-track {
  background: rgba(239, 239, 239, 0);
  border-radius: 2px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .bodytable::-webkit-scrollbar-thumb {
  background: #d1d1d100;
  border-radius: 20px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .bodytable table {
  position: relative;
  width: 100%;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .bodytable table tr td {
  font-size: 10px;
  padding: 0 5px;
  border-bottom: 1px dashed rgba(96, 182, 255, 0.2);
  box-sizing: border-box;
  border-top: 1px dashed rgba(96, 181, 255, 0);
  border-left: 1px dashed rgba(96, 181, 255, 0);
  border-right: 1px dashed rgba(96, 181, 255, 0);
  height: 20px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .bodytable table tr td:nth-child(1) {
  width: 84px;
  text-align: left;
  font-family: ow-font;
  color: #c4e5ff;
  padding: 5px 10px;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .bodytable table tr td:nth-child(2) {
  width: 107px;
  text-align: center;
  font-family: ow-font;
  color: #49de8b;
}
.echartbox .contentbox .echartcontent .totalinfo .totalinfo_body .bottom-total-box .bodytable table tr td:nth-child(3) {
  width: 107px;
  text-align: center;
  font-family: ow-font;
  color: #f7a061;
}
.echartbox .contentbox .echartcontent .Crimesituation {
  margin-top: 10px;
  height: 350px;
  width: 320px;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_title .headicon {
  font-size: 13px;
  color: #e9e9e9;
  height: 24px;
  line-height: 24px;
  padding-left: 33px;
  background: url(../data/UI/20220105185650.png) 0 no-repeat;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body {
  position: relative;
  height: calc(100% - 24px);
  box-shadow: inset 0 0 10px #315466;
  background-color: rgba(15, 72, 99, 0.45);
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .top-right-horn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 63px;
  height: 46px;
  background: url(../data/UI/20220105185630.png) 100% 0 no-repeat;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-left-horn {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 63px;
  height: 46px;
  background: url(../data/UI/20220105192840.png) 100% 0 no-repeat;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .top-total-box {
  position: absolute;
  width: 300px;
  height: auto;
  top: 10px;
  left: 10px;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .top-total-box #chart2 {
  height: 170px;
  width: 300px;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box {
  position: absolute;
  width: 300px;
  height: auto;
  top: 130px;
  left: 10px;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .box {
  display: flex;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .box #chart3 {
  height: 170px;
  width: 150px;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .box #chart4 {
  height: 170px;
  width: 150px;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .biaotibox {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 10px;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .biaotibox .biaoti {
  width: auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .biaotibox .biaoti .t3 {
  display: flex;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .biaotibox .biaoti .t3 .text3 {
  color: #bde1fd;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .biaotibox .biaoti .t3 .number3 {
  color: #f7a061;
  font-size: 16px;
  font-family: ow-font;
  margin-left: 5px;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .biaotibox .biaoti .t4 {
  display: flex;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .biaotibox .biaoti .t4 .text4 {
  color: #bde1fd;
}
.echartbox .contentbox .echartcontent .Crimesituation .Crimesituation_body .bottom-total-box .biaotibox .biaoti .t4 .number4 {
  color: #49de8b;
  font-size: 16px;
  font-family: ow-font;
  margin-left: 5px;
}
.echartbox .contentbox .echartcontent .AnnualCaseStatistics {
  margin-top: 10px;
  height: 300px;
  width: 320px;
}
.echartbox .contentbox .echartcontent .AnnualCaseStatistics .AnnualCaseStatistics_title .headicon {
  font-size: 13px;
  color: #e9e9e9;
  height: 24px;
  line-height: 24px;
  padding-left: 33px;
  background: url(../data/UI/20220105185650.png) 0 no-repeat;
}
.echartbox .contentbox .echartcontent .AnnualCaseStatistics .AnnualCaseStatistics_body {
  position: relative;
  height: calc(100% - 24px);
  box-shadow: inset 0 0 10px #315466;
  background-color: rgba(15, 72, 99, 0.45);
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.echartbox .contentbox .echartcontent .AnnualCaseStatistics .AnnualCaseStatistics_body .top-right-horn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 63px;
  height: 46px;
  background: url(../data/UI/20220105185630.png) 100% 0 no-repeat;
}
.echartbox .contentbox .echartcontent .AnnualCaseStatistics .AnnualCaseStatistics_body .bottom-left-horn {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 63px;
  height: 46px;
  background: url(../data/UI/20220105192840.png) 100% 0 no-repeat;
}
.echartbox .contentbox .echartcontent .AnnualCaseStatistics .AnnualCaseStatistics_body #chart5 {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 300px;
  height: 255px;
}
.echartbox .contentbox .echartcontent .KeyProjects {
  margin-top: 10px;
  height: 300px;
  width: 320px;
}
.echartbox .contentbox .echartcontent .KeyProjects .KeyProjects_title .headicon {
  font-size: 13px;
  color: #e9e9e9;
  height: 24px;
  line-height: 24px;
  padding-left: 33px;
  background: url(../data/UI/20220105185650.png) 0 no-repeat;
}
.echartbox .contentbox .echartcontent .KeyProjects .KeyProjects_body {
  position: relative;
  height: calc(100% - 24px);
  box-shadow: inset 0 0 10px #315466;
  background-color: rgba(15, 72, 99, 0.45);
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.echartbox .contentbox .echartcontent .KeyProjects .KeyProjects_body .top-right-horn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 63px;
  height: 46px;
  background: url(../data/UI/20220105185630.png) 100% 0 no-repeat;
}
.echartbox .contentbox .echartcontent .KeyProjects .KeyProjects_body .bottom-left-horn {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 63px;
  height: 46px;
  background: url(../data/UI/20220105192840.png) 100% 0 no-repeat;
}
.echartbox .contentbox .echartcontent .KeyProjects .KeyProjects_body #chart6 {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 300px;
  height: 255px;
}
.canvasbox {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.cesium-performanceDisplay-defaultContainer {
  display: none;
}
.compass {
  pointer-events: auto;
  right: 56px;
  overflow: hidden;
  top: 84px;
}
.navigation-controls {
  right: 80px;
}
@font-face {
  font-family: YSB;
  src: url(/img/YouSheBiaoTiHei-2.ttf);
}
.nav {
  z-index: 2;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #21252b;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.nav img {
  position: relative;
  margin: 7px 6px;
  width: 150px;
  height: 50px;
}
.title {
  margin-left: 10px;
  position: relative;
  color: aliceblue;
  letter-spacing: 2px;
  font-size: 22px;
  font-family: YSB;
}
.bottombar {
  z-index: 3;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.514);
  color: aliceblue;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.bottombar span {
  font-size: 13px;
}
.lefttoolbar {
  z-index: 2;
  color: aliceblue;
  position: absolute;
  top: 60px;
  left: 0;
  width: 45px;
  height: 100%;
  background-color: #21252b;
}
.lefttoolbar div {
  display: flex;
  width: 45px;
  height: 45px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lefttoolbar div:hover {
  background-color: #36393b;
}
.lefttoolbar div:hover .tooltiptext {
  visibility: visible;
}
.tooltiptext {
  left: 120%;
  visibility: hidden;
  width: 70px;
  background-color: #21252b;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 12px;
  /* 定位 */
  position: absolute;
  z-index: 1;
}
.tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  /* 提示工具左侧 */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #21252b transparent transparent;
}
.lefttoolbar div .iconfont {
  font-size: 20px;
}
.toolscontainer {
  z-index: 1;
  position: absolute;
  left: 45px;
  top: 60px;
  width: 300px;
  height: 100%;
  background-color: #eceff1;
}
[v-cloak] {
  display: none !important;
}
.slide-fade-enter-active {
  transition: all 0.5s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(-345px);
  opacity: 0;
}
.active {
  background-color: #36393b;
}
.toolscontainer .toolstitle {
  display: flex;
  width: 260px;
  height: 45px;
  color: #333;
  margin-bottom: 5px;
  font-size: 18px;
  background: #fff;
  line-height: 60px;
  padding: 0 20px;
  box-shadow: 0 1px 2px #99999966;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.toolscontainer i {
  cursor: pointer;
  font-size: 23px;
}
.toolscontainer .toolsbody {
  max-height: 90%;
  background: #fff;
  box-shadow: 0 1px 2px #99999966;
  color: #333;
  overflow-y: auto;
  padding-bottom: 20px;
}
.el-checkbox {
  margin-left: 20px;
  margin-bottom: 5px;
}
li {
  list-style-type: none;
}
.comparebox {
  margin-left: 20px;
  margin-bottom: 15px;
}
.measuretip1 {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
  display: none;
  position: absolute;
  top: 200px;
  left: 450px;
  justify-content: center;
  z-index: 2;
}
.measuretip1 .triangle {
  position: relative;
  top: 7px;
  left: 2.5px;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.5);
  transform: rotate(-90deg);
}
.measuretip1 .square {
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.measuretip1 .square .measuretiptext {
  font-size: 13px;
  margin: 1px 7px 0 7px;
}
.measuretip2 {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
  display: none;
  position: absolute;
  top: 200px;
  left: 450px;
  justify-content: center;
  z-index: 2;
}
.measuretip2 .triangle {
  position: relative;
  top: 7px;
  left: 2.5px;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.5);
  transform: rotate(-90deg);
}
.measuretip2 .square {
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.measuretip2 .square .measuretiptext {
  font-size: 13px;
  margin: 1px 7px 0 7px;
}
.dimensionbox {
  display: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	
	not supported by any browser */
  color: white;
  position: absolute;
  top: 100px;
  left: 500px;
  background-color: #263238;
  height: auto;
  width: auto;
}
.dimensionbox .dimensionboxclose {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
}
.dimensionbox #dimensiontitle {
  color: white;
  cursor: move;
}
.dimensionbox #map-marking-panel {
  margin: 15px;
}
.dimensionbox #map-marking-panel li {
  padding: 8px;
}
.dimensionbox #map-marking-panel .dimensionbtn {
  position: relative;
  left: 50px;
  width: 100px;
  height: 30px;
  line-height: 0px;
  margin: 15px 0 10px 0;
  left: 30%;
}
.chartck1 {
  display: none;
  position: absolute;
  z-index: 10;
  left: 70px;
  top: 90px;
  width: 450px;
  height: 200px;
  background-color: #00000086;
  border-radius: 3px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
.chartck1 .chartck1_1 {
  width: 200px;
  height: 200px;
}
.chartck1 .chartck1title {
  position: absolute;
  top: 8px;
  left: 11px;
  color: #00f7ff;
}
.chartck1 .chartck1line {
  position: absolute;
  top: 31px;
  left: 8px;
  width: 60px;
  height: 2px;
  background-color: #00f7ff;
}
.chartck1 .echartckclose1 {
  color: white;
  cursor: pointer;
}
.chartck1 .charttable1 {
  line-height: 25px;
  color: #ffffff;
  margin-top: 30px;
}
.chartck2 {
  display: none;
  position: absolute;
  z-index: 10;
  left: 70px;
  top: 310px;
  width: 450px;
  height: 200px;
  background-color: #00000086;
  border-radius: 3px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
.chartck2 .chartck2_1 {
  width: 200px;
  height: 200px;
}
.chartck2 .chartck2title {
  position: absolute;
  top: 8px;
  left: 11px;
  color: #00f7ff;
}
.chartck2 .chartck2line {
  position: absolute;
  top: 31px;
  left: 8px;
  width: 60px;
  height: 2px;
  background-color: #00f7ff;
}
.chartck2 .echartckclose2 {
  color: white;
  cursor: pointer;
}
.chartck2 .charttable2 {
  line-height: 25px;
  color: #ffffff;
  margin-top: 30px;
}
.chartck3 {
  display: none;
  position: absolute;
  z-index: 10;
  left: 70px;
  top: 530px;
  width: 450px;
  height: 200px;
  background-color: #00000086;
  border-radius: 3px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
.chartck3 .chartck3_1 {
  width: 200px;
  height: 200px;
}
.chartck3 .chartck3title {
  position: absolute;
  top: 8px;
  left: 11px;
  color: #00f7ff;
}
.chartck3 .chartck3line {
  position: absolute;
  top: 31px;
  left: 8px;
  width: 60px;
  height: 2px;
  background-color: #00f7ff;
}
.chartck3 .echartckclose3 {
  color: white;
  cursor: pointer;
}
.chartck3 .charttable3 {
  line-height: 25px;
  color: #ffffff;
  margin-top: 30px;
}
/* 隐藏属性查询功能下拉分页栏 */
.enterpriserighttable {
  z-index: 5;
  position: absolute;
  display: none;
  animation: animateRTable 0.5s;
  top: 117px;
  right: 120px;
  opacity: 0.9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.enterpriserighttable .layui-form {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 13px;
  background-color: #ffffff;
}
.enterpriserighttable .layui-form .layui-input-inline {
  position: relative;
  padding-left: 18px;
}
.enterpriserighttable .layui-form .layui-input {
  background-color: #e1e2e0;
}
.enterpriserighttable .layui-icon-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 25px;
  color: #000000;
  cursor: pointer;
}
