@charset "UTF-8";
.vnc-container[data-v-3ad3d2e8] {
  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-3ad3d2e8] {
  width: 100%;
  height: calc(100vh - 194px);
  background: #000;
  border: 1px solid #ccc;
}
.controls[data-v-3ad3d2e8] {
  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-3ad3d2e8] {
  color: #666;
  font-size: 14px;
  padding: 0 24px;
}
.vnc-screen-container[data-v-3ad3d2e8] {
  /* background: #000; */
  height: calc(100% - 43px);
}
.noVNC_container[data-v-3ad3d2e8] {
  -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-3ad3d2e8]::-webkit-scrollbar {
  width: 8px;
  /* 垂直滚动条宽度 */
  height: 8px;
  /* 水平滚动条高度 */
}
[data-v-3ad3d2e8] .vnc-screen div {
  background: #d5d5d5 !important;
}
.icon-class[data-v-3ad3d2e8] {
  font-size: 18px;
}
.icon-class[data-v-3ad3d2e8]:hover {
  color: var(--el-color-primary);
}

/* 录制时的红色闪烁效果 */
.recording-icon[data-v-3ad3d2e8] {
  position: relative;
}
.recording-icon[data-v-3ad3d2e8]::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-3ad3d2e8 1.5s infinite;
          animation: pulse-data-v-3ad3d2e8 1.5s infinite;
}
.recording-icon i[data-v-3ad3d2e8] {
  color: #e91e63 !important;
  position: relative;
  z-index: 1;
}
@-webkit-keyframes pulse-data-v-3ad3d2e8 {
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-3ad3d2e8 {
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-3ad3d2e8] {
  padding: 0;
  height: calc(100vh - 200px);
  overflow: hidden;
}
.vnc-dialog-container[data-v-3ad3d2e8] {
  width: 100%;
  height: 100%;
  background: #000;
}
.vnc-dialog-container .vnc-screen[data-v-3ad3d2e8] {
  height: 100% !important;
}
.vnc-dialog-container[data-v-3ad3d2e8] {
  height: 100%;
}
.screen-header[data-v-3ad3d2e8] {
  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-3ad3d2e8] {
  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-3ad3d2e8] {
  font-size: 14px;
  color: #333;
}
.enlarge-btn[data-v-3ad3d2e8] {
  color: #333;
}
.enlarge-btn[data-v-3ad3d2e8]:hover {
  color: var(--el-color-primary);
}
.model-name-text[data-v-3ad3d2e8] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
[data-v-3ad3d2e8] .vnc-dialog .el-dialog__body {
  padding: 0 !important;
}
.vnc-screen-warp[data-v-3ad3d2e8] {
  height: 100%;
}
