.dialog-footer[data-v-4823b7bc] {
  text-align: right;
}
.the-video[data-v-a3821bd8] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.the-video .the-video-box .the-video-item[data-v-a3821bd8] {
  display: flex;
  align-items: center;
}
.the-video .the-video-box .the-video-item-icon[data-v-a3821bd8] {
  width: 6px;
  height: 20px;
  background: #007bff;
  border-radius: 10px;
}
.the-video .the-video-box .the-video-item-title[data-v-a3821bd8] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-left: 8px;
}
.the-video .the-video-box .video-iframe-small[data-v-a3821bd8] {
  margin-top: 10px;
  width: 420px;
  height: 350px;
}
.the-video .the-video-box .video-iframe[data-v-a3821bd8] {
  margin-top: 10px;
  width: 620px;
  height: 400px;
}
.table-operations[data-v-2f759032] {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.table-operations .video-type[data-v-2f759032] {
  display: flex;
  justify-content: space-between;
}
.table-operations .video-type .video-type-item[data-v-2f759032] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 18px;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
}
.table-operations .video-type .video-type-item.active[data-v-2f759032] {
  background: #007bff;
  color: #fff;
}
.table-operations .video-type .video-type-item[data-v-2f759032]:first-child {
  border-radius: 4px 0 0 4px;
  border: 1px solid #e6e6e6;
  border-right: none;
}
.table-operations .video-type .video-type-item[data-v-2f759032]:last-child {
  border-radius: 0 4px 4px 0;
  border: 1px solid #e6e6e6;
  border-left: none;
}
.el-pagination[data-v-2f759032] {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.search-btn[data-v-525533df] {
  float: right;
}
