.treeRight[data-v-de659efa] {
  height: 500px;
  width: 550px;
  overflow: auto;
  border: 1px solid #ebeef5;
  padding: 12px;
}
.treeLeft[data-v-de659efa] {
  overflow: auto;
}
.warp-title[data-v-de659efa] {
  height: 40px;
  padding-left: 15px;
  line-height: 40px;
  font-size: 14px;
  background: #f5f7fa;
  margin-bottom: 12px;
}
.tree-content[data-v-de659efa] {
  margin-top: 12px;
}
.data-item[data-v-de659efa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  margin-top: 5px;
  border: 1px solid #e7eaef;
  min-height: 36px;
}
.data-item .item-name[data-v-de659efa] {
  padding-left: 5px;
}
.data-item[data-v-de659efa]:hover {
  background-color: #f9fafb;
  text-decoration: none;
  outline: none;
}
.data-item:hover .item-name[data-v-de659efa] {
  color: var(--primary-color);
}
.data-item .level-down[data-v-de659efa] {
  cursor: pointer;
  color: var(--primary-color);
}
.data-item .level-down.is-selected[data-v-de659efa] {
  color: #c5c5c5;
  pointer-events: none;
  cursor: default;
}
.data-item .delete-icon[data-v-de659efa] {
  font-size: 12px;
  margin-left: auto;
  cursor: pointer;
}
.selected-item[data-v-de659efa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
}
.searching.table[data-v-de659efa] {
  background-color: rgba(0, 0, 0, 0);
}
.searching.table td[data-v-de659efa] {
  padding-left: 28px;
  font-size: 14px;
  height: 30px;
}
.searching.table .item[data-v-de659efa]:hover {
  background-color: #e7eaef;
  color: var(--primary-color);
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.searching.table .current[data-v-de659efa] {
  background-color: var(--primary-color);
  color: #fff;
}
.check-item-name[data-v-de659efa] {
  margin-left: 4px;
  padding: 3px 0;
  font-size: 14px;
}
.selected-list[data-v-de659efa] {
  height: 390px;
  overflow-y: auto;
  padding: 0 10px;
}
[data-v-de659efa] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #f6f6f6;
  border-radius: 4px;
}
.ellipsis[data-v-de659efa] {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgs[data-v-de659efa] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
[data-v-de659efa] .vue-recycle-scroller__item-wrapper {
  overflow-x: auto;
  height: 100%;
}
.custom-tree-node-item[data-v-de659efa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tree-item-class{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.content-wrapper[data-v-7b6d12de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.left[data-v-7b6d12de] {
  background-color: #fff;
  color: #333;
  padding: 8px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 116px);
  border-radius: 8px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.right[data-v-7b6d12de] {
  color: #333;
  height: calc(100vh - 116px);
  padding: 0px;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.left-collapsed[data-v-7b6d12de] {
  width: 0vw;
  padding: 0px;
}
.right-expand[data-v-7b6d12de] {
  border-radius: 6px;
}
.right-collapsed[data-v-7b6d12de] {
  width: 100vw;
}
.collapse-left-btn[data-v-7b6d12de] {
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}
.icon-left[data-v-7b6d12de] {
  width: 8px;
  height: 46px;
  background: var(--primary-color-with-alpha-06);
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.icon-right[data-v-7b6d12de] {
  width: 8px;
  height: 46px;
  background: var(--primary-color-with-alpha-06);
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.icon-right i[data-v-7b6d12de] {
  margin-left: 3px;
}
.expand-btn[data-v-7b6d12de] {
  background-color: #f4f6f8;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -12px;
  z-index: 2;
  border-left: 0px;
  cursor: pointer;
}
@charset "UTF-8";
.vnc-container[data-v-115d8f67] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.vnc-screen[data-v-115d8f67] {
  width: 100%;
  height: calc(100vh - 194px);
  background: #000;
  border: 1px solid #ccc;
}
.controls[data-v-115d8f67] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
}
.status[data-v-115d8f67] {
  color: #666;
  font-size: 14px;
  padding: 0 24px;
}
.vnc-screen-container[data-v-115d8f67] {
  /* background: #000; */
  height: calc(100% - 43px);
}
.noVNC_container[data-v-115d8f67] {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  /* 平滑过渡效果 */
  /* height: 100%; */
}

/* 自定义滚动条宽度和高度 */
.vnc-screen-container[data-v-115d8f67]::-webkit-scrollbar {
  width: 8px;
  /* 垂直滚动条宽度 */
  height: 8px;
  /* 水平滚动条高度 */
}
[data-v-115d8f67] .vnc-screen div {
  background: #d5d5d5 !important;
}
.icon-class[data-v-115d8f67] {
  font-size: 18px;
}
.icon-class[data-v-115d8f67]:hover {
  color: var(--el-color-primary);
}

/* 录制时的红色闪烁效果 */
.recording-icon[data-v-115d8f67] {
  position: relative;
}
.recording-icon[data-v-115d8f67]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(233, 30, 99, 0.3);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: pulse-data-v-115d8f67 1.5s infinite;
          animation: pulse-data-v-115d8f67 1.5s infinite;
}
.recording-icon i[data-v-115d8f67] {
  color: #e91e63 !important;
  position: relative;
  z-index: 1;
}
@-webkit-keyframes pulse-data-v-115d8f67 {
0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
}
70% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
}
100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}
}
@keyframes pulse-data-v-115d8f67 {
0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
}
70% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
}
100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}
}
/* 弹框样式 */
.vnc-dialog .el-dialog__body[data-v-115d8f67] {
  padding: 0;
  height: calc(100vh - 200px);
  overflow: hidden;
}
.vnc-dialog-container[data-v-115d8f67] {
  width: 100%;
  height: 100%;
  background: #000;
}
.vnc-dialog-container .vnc-screen[data-v-115d8f67] {
  height: 100% !important;
}
.vnc-dialog-container[data-v-115d8f67] {
  height: 100%;
}
.screen-header[data-v-115d8f67] {
  padding: 0 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.screen-header .close-icon[data-v-115d8f67] {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
.screen-title[data-v-115d8f67] {
  font-size: 14px;
  color: #333;
}
.enlarge-btn[data-v-115d8f67] {
  color: #333;
}
.enlarge-btn[data-v-115d8f67]:hover {
  color: var(--el-color-primary);
}
.model-name-text[data-v-115d8f67] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
[data-v-115d8f67] .vnc-dialog .el-dialog__body {
  padding: 0 !important;
}
.vnc-screen-warp[data-v-115d8f67] {
  height: 100%;
}
.cnt-top[data-v-4c69243c] {
  background: #fff;
  padding: 12px 0 12px 12px;
}
.vnc-viewer[data-v-4c69243c] {
  height: 100%;
  background: #fff;
}
@charset "UTF-8";
.right-cnt[data-v-76baaa10] {
  padding: 0 0px 0px 10px;
}
.right-cnt-bg[data-v-76baaa10] {
  height: 100%;
  overflow: auto;
  height: calc(100vh - 116px);
  position: relative;
}
.right-cnt-bg-cnt[data-v-76baaa10] {
  background: #fff;
  padding: 12px 16px;
  border-radius: 6px;
}
.no-device[data-v-76baaa10] {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-top: 50px;
}
.monitoring-screen-container[data-v-76baaa10] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  overflow-y: auto;
  margin-top: 10px;
  height: calc(100vh - 188px);
}
.screen-item[data-v-76baaa10] {
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.screen-item-1[data-v-76baaa10] {
  width: 100%;
  height: 100%;
}
.screen-item-2[data-v-76baaa10] {
  width: calc(50% - 5px);
  height: 100%;
}
.screen-item-4[data-v-76baaa10] {
  width: calc(50% - 5px);
  height: calc(50vh - 99px);
}
.screen-item-6[data-v-76baaa10] {
  width: calc(33.333% - 7px);
  height: calc(50% - 5px);
}
.screen-item-9[data-v-76baaa10] {
  width: calc(33.333% - 7px);
  height: calc(33.333% - 7px);
}
.screen-item-16[data-v-76baaa10] {
  width: calc(25% - 8px);
  height: calc(25% - 8px);
}
.screen-item-25[data-v-76baaa10] {
  width: calc(20% - 8px);
  height: calc(20% - 8px);
}
.screen-item-36[data-v-76baaa10] {
  width: calc(16.5% - 8px);
  height: calc(16.5% - 8px);
}
.screen-header[data-v-76baaa10] {
  padding: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.screen-header .close-icon[data-v-76baaa10] {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
.close-icon[data-v-76baaa10]:hover {
  background: #eee;
}
.screen-content[data-v-76baaa10] {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.screen-placeholder[data-v-76baaa10] {
  color: #999;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

/* 响应式调整 */
@media (max-width: 768px) {
.screen-item[data-v-76baaa10] {
    width: 100%;
    /* 小屏幕时每行一个 */
}
}
