
.domId[data-v-d86f3db0] {
  width: 100%;
  height: 100%;
}


.leadTips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 140px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px)
}
.leadTips img {
  display: inline-block;
  width: 49px;
  height: 40px
}
.leadText {
  width: auto;
  display: inline-block;
  background: #4a90e2;
  color: #fff;
  padding: 10px
}


.video-box[data-v-47f43b57] {
    width: 100%;
    height: 100%;
}
video[data-v-47f43b57]::-webkit-media-controls-play-button {
    display: none;
}
video[data-v-47f43b57]::-webkit-media-controls-current-time-display {
    display: none;
}
video[data-v-47f43b57]::-webkit-media-controls-timeline {
    display: none;
}
.camera-item[data-v-47f43b57] {
    float: left;
    width: 100%;
    height: 100%;
}
.camera-empty-item[data-v-47f43b57] {
    float: left;
    width: 50%;
    height: 50%;
    text-align: center;
    line-height: 150px;
    border: 1px solid lightgray;
    border-collapse: collapse;
}


.draggble-box[data-v-7e302606] {
  width: 100%;
  height: 100%;
}
[data-v-7e302606] .ws-control {
  height: 48px !important;
}
[data-v-7e302606] .player-wrapper {
  height: 100% !important;
}
[data-v-7e302606] .ws-select-self-adaption {
  font-size: 1px !important;
}


.page[data-v-5e7e42ce] {
  z-index: 9;
}


.radio[data-v-6cb9c01d] {
  margin-top: 20px;
  text-align: center;
  height: 100%;
  z-index: 999;
}
.upload-demo[data-v-6cb9c01d] {
  margin-top: 10px;
}
.manage-item[data-v-6cb9c01d] {
  font-size: 14px;
  font-weight: bolder;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}
.images-card[data-v-6cb9c01d] {
  margin-top: 20px;
  /* background-color: #99a9bf; */
}
.image-item-one[data-v-6cb9c01d] {
  width: 100%;
  height: 120px;
}
.image-item-two[data-v-6cb9c01d] {
  width: 100%;
  height: 120px;
}
.image-item-three[data-v-6cb9c01d] {
  width: 100%;
  height: 80px;
}
.empty[data-v-6cb9c01d] {
  font-size: 50px;
  margin-top: calc(25% - 25px);
}
.submit-btn[data-v-6cb9c01d] {
  margin-top: 10px;
}

.custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 2px;
}
.label {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  color: black;
  font-weight: bold;
}
.iconStyle {
  color: #409EFF;
  margin-right: 3px;
}
.tree-item {
  //overflow: auto;
}

 /* 改变被点击节点背景颜色，字体颜色 */
.el-tree-node:focus > .el-tree-node__content {
  background-color: #DCDFE6 !important;
  color: #fff !important;
}
/*节点失焦时的背景颜色*/
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
  background-color: #DCDFE6 !important;
  color: #fff !important;
}





.search .operation[data-v-09da6e12] {
  margin-bottom: 2vh;
}
.search .select-count[data-v-09da6e12] {
  font-weight: 600;
  color: #40a9ff;
}
.search .select-clear[data-v-09da6e12] {
  margin-left: 10px;
}
.search .page[data-v-09da6e12] {
  margin-top: 2vh;
}
.search .drop-down[data-v-09da6e12] {
  margin-left: 5px;
}
.tree-list[data-v-09da6e12] {
  position: relative;
  min-height: 80px;
}
.drawer-footer[data-v-09da6e12] {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: left;
  background: #fff;
}
.drawer-footer[data-v-09da6e12] {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: left;
  background: #fff;
}
.drawer-content[data-v-09da6e12] {
  overflow: auto;
}
.drawer-content[data-v-09da6e12]::-webkit-scrollbar {
  display: none;
}
.drawer-header[data-v-09da6e12] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.drawer-title[data-v-09da6e12] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 16px;
}
.newSeachAreaContent[data-v-09da6e12] {
  height: 70px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
}
.flex1[data-v-09da6e12] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.searchHeader[data-v-09da6e12] {
  padding: 20px 20px 0;
  height: auto!important;
}
.mypagination[data-v-09da6e12] {
  display: inline-block;
  text-align: right;
  margin-top: 10px;
  float: right;
}
real-time[data-v-09da6e12] {
  height: calc(100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-aside[data-v-09da6e12] {
  max-width: 90%;
  min-width: 20px;
  height: 100%;
  color: #333;
  text-align: center;
  background-color: white;
}
.big-container[data-v-09da6e12] {
  height: 100%;
}
.small-container[data-v-09da6e12] {
  height: 45%;
}
.el-main[data-v-09da6e12] {
  padding: 0;
  width: auto;
  margin-left: 3px;
  background-color: white;
}
.el-footer[data-v-09da6e12] {
  overflow: auto;
  height: 53% !important;
  width: 100%;
  background-color: white;
  text-align: center;
}
.el-footer .el-tabs[data-v-09da6e12] {
  height: calc(100% - 47px);
}
.el-footer .el-tabs[data-v-09da6e12] .el-tabs__header {
  margin: 0;
}
.el-footer .el-tabs[data-v-09da6e12] .el-tabs__content {
  height: calc(100% - 40px);
}
.el-footer .el-tabs[data-v-09da6e12] .el-tabs__content .el-tab-pane {
  height: 100%;
}
.el-table[data-v-09da6e12] {
  width: 100%;
}
.chart[data-v-09da6e12] {
  margin-top: 0%;
  width: 100%;
  height: 100%;
}
.chart-axialforce[data-v-09da6e12] {
  margin-top: 0%;
  width: 100%;
  height: 200%;
}
.top-chart[data-v-09da6e12] {
  margin-top: 0%;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-chart[data-v-09da6e12] {
  margin-top: 0%;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#chart11[data-v-09da6e12],
#chart12[data-v-09da6e12],
#chart13[data-v-09da6e12],
#chart14[data-v-09da6e12] {
  width: 50%;
  height: 100%;
}
.chartNDXT[data-v-09da6e12] {
  margin-top: 0%;
  width: 100%;
  height: 200%;
}
.select-area[data-v-09da6e12] {
  width: 100%;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.select-area[data-v-09da6e12] .el-button {
  height: 32px !important;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
[data-v-09da6e12] .el-input__inner {
  padding: 0 0 0 10px !important;
}
[data-v-09da6e12] .el-checkbox {
  margin-left: 10px;
  padding: 5px 5px !important;
}
[data-v-09da6e12] .el-checkbox__label {
  font-size: 14px !important;
  padding: 0 0 0 5px;
}
.el-form[data-v-09da6e12] {
  padding: 0;
}
[data-v-09da6e12] .el-form-item__content {
  height: 32px !important;
}
.el-form-item[data-v-09da6e12] {
  padding: 0;
  display: inline-block;
  height: 32px;
  margin: 0 15px 10px 0;
}
.widthDrag[data-v-09da6e12] {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
  background-color: transparent;
}
/*鼠标移入显示可拖动样式*/
.widthDrag[data-v-09da6e12]:hover {
  cursor: w-resize;
}
.heightDrag[data-v-09da6e12] {
  width: 100%;
  min-height: 5px;
  height: 5px;
  background-color: transparent;
}
/*鼠标移入显示可拖动样式*/
.heightDrag[data-v-09da6e12]:hover {
  cursor: s-resize;
}
.rightBim[data-v-09da6e12] {
  height: 100%;
}
/* 无BOM显示样式 */
.single-page[data-v-09da6e12] {
  min-height: calc(100%);
}
.single-page .noBimModenoBimMode.real-time[data-v-09da6e12] {
  height: 100%;
}
.single-page .noBimModenoBimMode.real-time .big-container[data-v-09da6e12],
.single-page .noBimModenoBimMode.real-time .small-container[data-v-09da6e12] {
  height: 100%;
}
.single-page .noBimModenoBimMode.real-time .big-container .noBimchart[data-v-09da6e12],
.single-page .noBimModenoBimMode.real-time .small-container .noBimchart[data-v-09da6e12] {
  padding: 10px;
  height: 100%;
}
.single-page .noBimModenoBimMode.real-time .big-container .noBimchart .el-tabs[data-v-09da6e12],
.single-page .noBimModenoBimMode.real-time .small-container .noBimchart .el-tabs[data-v-09da6e12] {
  height: calc(100% - 100px);
}
.single-page .noBimModenoBimMode.real-time .big-container .noBimchart .el-tabs[data-v-09da6e12] .el-tabs__header,
.single-page .noBimModenoBimMode.real-time .small-container .noBimchart .el-tabs[data-v-09da6e12] .el-tabs__header {
  margin: 0;
}
.single-page .noBimModenoBimMode.real-time .big-container .noBimchart .el-tabs[data-v-09da6e12] .el-tabs__content,
.single-page .noBimModenoBimMode.real-time .small-container .noBimchart .el-tabs[data-v-09da6e12] .el-tabs__content {
  height: calc(100% - 40px);
}
.single-page .noBimModenoBimMode.real-time .big-container .noBimchart .el-tabs[data-v-09da6e12] .el-tabs__content .el-tab-pane,
.single-page .noBimModenoBimMode.real-time .small-container .noBimchart .el-tabs[data-v-09da6e12] .el-tabs__content .el-tab-pane {
  height: 100%;
}
.my-autocomplete[data-v-09da6e12] {
  width: 240px;
}
.my-autocomplete li[data-v-09da6e12] {
  line-height: normal;
  padding: 0px;
}
.my-autocomplete li .type[data-v-09da6e12] {
  font-size: 14px;
  color: #606266;
}
.my-autocomplete li .monitorType[data-v-09da6e12] {
  font-size: 14px;
  color: #606266;
}
.my-autocomplete li .monitorContent[data-v-09da6e12] {
  font-size: 14px;
  color: #303133;
  text-overflow: ellipsis;
  overflow: hidden;
}
.my-autocomplete li .location[data-v-09da6e12] {
  font-size: 8px;
  color: #303133;
}
.my-autocomplete li .sensorInstallCode[data-v-09da6e12] {
  font-weight: bold;
  color: #303133;
  font-size: 16px;
}
.my-autocomplete li .initialValveOptions[data-v-09da6e12] {
  font-size: 16px;
}

