.video_preview[data-v-5d526b70] {
  width: 100vw;
  height: 100vh;
}
.video_preview .top_tab[data-v-5d526b70] {
  height: 60px;
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.video_preview .top_tab .left_view[data-v-5d526b70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.video_preview .top_tab .left_view .tab_list[data-v-5d526b70] {
  padding: 5px 10px;
  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;
  color: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}
.video_preview .top_tab .left_view .active[data-v-5d526b70] {
  background-color: #333;
}
.video_preview .top_tab .right_view[data-v-5d526b70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.video_preview .bottom_container[data-v-5d526b70] {
  width: 70%;
  margin: 0 auto;
  height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: hidden;
}
.video_preview .bottom_container .video_list[data-v-5d526b70] {
  color: #fff;
  background-color: #999;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  position: relative;
}

