#plateType {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 100%;
  left: 0;
}

#toDaysituation {
}
#ScaleBox {
  width: 1920px;
  height: 1080px;
}
.dv-flyline-chart {
  svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.earth-box .net {
  top: calc(54% - 179px) !important;
}

.earth-box .earth-alarm {
  height: 103.84px !important;
}

.loading-bg {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  transition: opacity 0.5s ease-in-out;
}
.loading-bg .loader {
  width: 200px;
  background-color: #999;
  height: 10px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.loading-container {
  font-size: 14px;
  text-align: center;
}
.loader .active {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #1a73e8;
  transition: width 0.1s ease-in-out;
}
.operations-box{
  padding-top: 10% !important;
  
}

.operations-container{
  margin-bottom: 10px !important;
}
.operations-left .text{
  width: 65px !important;
}

.icon-is{
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

#toDaysituation{
  display: flex;
  flex-wrap: wrap;
}
.qixiang-item{
  width: 33.333333%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qixiang-item .title-x{
  display: flex;
  align-items: center;
}

.value-x{
  color: #33eff8;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.qixiang-item .unit{
  font-size: 14px;
}

#layer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#layer.active{
  display: flex;
}
#layer .mode{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.ly-table{
  position: relative;
  z-index: 2;
  color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.table-box{
  background: #09294e!important;
  opacity: .95;
  border: 1px solid #2957a9;
  padding: 20px;
  width: 60vw;
}

.table-box th{
  background-color: #08336d;
  color: #4aceff!important;
  height: 48px;
}

#table_title{
  color: #4aceff!important;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.max-height{
  height: 300px;
  overflow: hidden;
}

#tr_table{
  height: 50vh;
  overflow-y: scroll;
}

#tr_table td{
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.close-img{
  width: 15px;
  height: 15px;
}
#tr_table{
  position: relative;
}
#tr_table::-webkit-scrollbar{
  width: 6px;
  height: 12px;
}

#tr_table::-webkit-scrollbar-track{
  background-color: #ffffff52;
  border-radius: 6px;
}

#tr_table::-webkit-scrollbar-thumb{
  background-color: #08336d;
  border-radius: 6px;
}
.no-data{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% -50%);
  color: #4aceff;
  display: none;
}