
.video-proxy-player[data-v-1c45a160] {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.video-container[data-v-1c45a160] {
  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%;
}
.video-header[data-v-1c45a160] {
  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;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.camera-name[data-v-1c45a160] {
  font-weight: bold;
  font-size: 14px;
}
.video-controls[data-v-1c45a160] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-content[data-v-1c45a160] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background: #000;
}
.video-player[data-v-1c45a160] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
.loading-overlay[data-v-1c45a160],
.error-overlay[data-v-1c45a160] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.loading-overlay p[data-v-1c45a160],
.error-overlay p[data-v-1c45a160] {
  margin-top: 12px;
  font-size: 14px;
}
.error-overlay i[data-v-1c45a160] {
  font-size: 32px;
  color: #f56c6c;
}
.connection-status[data-v-1c45a160] {
  position: absolute;
  top: 8px;
  right: 8px;
}
.video-info[data-v-1c45a160] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 12px;
}
.info-item[data-v-1c45a160] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.info-item .label[data-v-1c45a160] {
  color: #ccc;
}
.info-item .value[data-v-1c45a160] {
  color: white;
}

/* 摄像头选择界面样式 */
.camera-selection[data-v-1c45a160] {
  padding: 20px;
  background: #f5f5f5;
  min-height: 100vh;
}
.selection-header[data-v-1c45a160] {
  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;
  margin-bottom: 20px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
          box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.selection-header h2[data-v-1c45a160] {
  margin: 0;
  color: #333;
}
.camera-list[data-v-1c45a160] {
  background: white;
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
          box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.loading-cameras[data-v-1c45a160],
.no-cameras[data-v-1c45a160] {
  text-align: center;
  padding: 40px;
  color: #666;
}
.no-cameras i[data-v-1c45a160] {
  font-size: 48px;
  color: #f56c6c;
  margin-bottom: 16px;
}
.camera-grid[data-v-1c45a160] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.camera-item[data-v-1c45a160] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camera-item[data-v-1c45a160]:hover {
  border-color: #409eff;
  -webkit-box-shadow: 0 2px 8px rgba(64, 158, 255, 0.2);
          box-shadow: 0 2px 8px rgba(64, 158, 255, 0.2);
}
.camera-icon[data-v-1c45a160] {
  margin-right: 16px;
  font-size: 24px;
  color: #409eff;
}
.camera-info[data-v-1c45a160] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.camera-name[data-v-1c45a160] {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}
.camera-id[data-v-1c45a160] {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}
.camera-url[data-v-1c45a160] {
  font-size: 12px;
  color: #67c23a;
}

/* 视频播放界面样式调整 */
.header-left[data-v-1c45a160] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 响应式设计 */
@media (max-width: 768px) {
.video-header[data-v-1c45a160] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.video-controls[data-v-1c45a160] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.video-info[data-v-1c45a160] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}
.camera-grid[data-v-1c45a160] {
    grid-template-columns: 1fr;
}
.selection-header[data-v-1c45a160] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
}

