
/* cesium官方组件样式 */
.cesium-viewer-timelineContainer,
.cesium-viewer-bottom {
  display: none !important;
}

.cesium-performanceDisplay-defaultContainer {
  position: absolute;
  top: auto !important;
  right: 10px;
  bottom: 10px;
  text-align: right;
}

/* 鼠标提示 */
.twipsy {
  display: none;
  position: absolute;
  visibility: visible;
  max-width: 200px;
  min-width: 100px;
  padding: 5px;
  font-size: 12px;
  z-index: 1000;
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  pointer-events: none;
}

.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #000000;
}

.twipsy-inner {
  padding: 5px;
  background-color: #000000;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.full-screen {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}


/* Bim模型属性弹窗 */
.earth-css3-container {
  position: fixed;
  /* z-index: 997; */
  z-index: 6;
}

.earth-css3-box {
  position: fixed;
}

.ex-box {
  max-width: 350px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.326);
  color: #fff;
  padding: 8px 20px;
  word-break: break-all;
  border-radius: 3px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: popup-swashIn;
}

.ex-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  line-height: 35px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}

.ex-title i:hover {
  cursor: pointer;
}