
.rtsp-player[data-v-4432e429] {
  width: 100%;
  height: 100%;
}
.video-container[data-v-4432e429] {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}
.rtsp-info[data-v-4432e429] {
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  border-radius: 4px;
  padding: 20px;
  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;
}
.info-header[data-v-4432e429] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.info-header i[data-v-4432e429] {
  margin-right: 8px;
  color: #409EFF;
}
.info-content[data-v-4432e429] {
  text-align: center;
  max-width: 400px;
}
.url-display[data-v-4432e429] {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin: 10px 0;
  font-family: monospace;
  font-size: 12px;
  word-break: break-all;
  color: #666;
}
.action-buttons[data-v-4432e429] {
  margin: 15px 0;
}
.action-buttons .el-button[data-v-4432e429] {
  margin: 0 5px;
}
.tips[data-v-4432e429] {
  text-align: left;
  margin-top: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  border-left: 3px solid #409EFF;
}
.tips p[data-v-4432e429] {
  margin: 0 0 8px 0;
  font-weight: 600;
  color: #333;
}
.tips ul[data-v-4432e429] {
  margin: 0;
  padding-left: 20px;
  color: #666;
  font-size: 12px;
}
.tips li[data-v-4432e429] {
  margin-bottom: 4px;
}


.camera-monitor[data-v-5f31924e] {
  padding: 20px;
  background: #f5f5f5;
  min-height: 100vh;
}
.control-panel[data-v-5f31924e] {
  background: white;
  padding: 20px;
  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);
  margin-bottom: 20px;
}
.control-title[data-v-5f31924e] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.control-form[data-v-5f31924e] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.full-width[data-v-5f31924e] {
  grid-column: 1 / -1;
}
.stats-panel[data-v-5f31924e] {
  background: white;
  padding: 20px;
  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);
  margin-bottom: 20px;
}
.stats-grid[data-v-5f31924e] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}
.stat-card[data-v-5f31924e] {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 6px;
}
.stat-number[data-v-5f31924e] {
  font-size: 24px;
  font-weight: bold;
  color: #409EFF;
}
.stat-label[data-v-5f31924e] {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.camera-grid[data-v-5f31924e] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.camera-card[data-v-5f31924e] {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
          box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.camera-card[data-v-5f31924e]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.camera-header[data-v-5f31924e] {
  padding: 15px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  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;
}
.camera-name[data-v-5f31924e] {
  font-size: 16px;
  font-weight: 600;
}
.camera-status[data-v-5f31924e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.status-indicator[data-v-5f31924e] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #67C23A;
}
.status-indicator.offline[data-v-5f31924e] {
  background: #F56C6C;
}
.camera-content[data-v-5f31924e] {
  padding: 20px;
}
.video-container[data-v-5f31924e] {
  position: relative;
  width: 100%;
  height: 240px;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.video-placeholder[data-v-5f31924e] {
  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%;
  color: #999;
  font-size: 14px;
}
.video-stream[data-v-5f31924e] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.camera-controls[data-v-5f31924e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.camera-info[data-v-5f31924e] {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
}
.info-row[data-v-5f31924e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.detection-results[data-v-5f31924e] {
  margin-top: 15px;
}
.result-item[data-v-5f31924e] {
  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: #f0f9ff;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 12px;
}
.result-time[data-v-5f31924e] {
  color: #666;
}

