
[data-v-6e6158a0]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-6e6158a0]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
.box[data-v-6e6158a0] {
  padding: 15px;
  height: 100%;
  width: 100%;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.top[data-v-6e6158a0] {
  /* height: 7vh; */
  padding: 0 15px;
  width: 100%;
  background-color: rgb(242, 242, 242);
}
.nav_top[data-v-6e6158a0] {
  width: 100%;
  /* height: 100%; */
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}
.nav_top > div[data-v-6e6158a0] {
  justify-content: center;
  align-items: center;
  display: inline-block;
  padding: 15px 0px 15px 15px;
  /* width: 300px; */
}
.text[data-v-6e6158a0] {
  display: inline-block;
  /* width: 100px; */
  text-align: left;
  height: 100%;
  padding-right: 15px;
}
.value[data-v-6e6158a0] {
  display: inline-block;
  width: 200px;
  height: 100%;
}
.bottom[data-v-6e6158a0] {
  /* height: 85vh; */
  /* margin-top: 5px; */
  width: 100%;
  padding: 0 15px 15px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}
.particulars[data-v-6e6158a0] {
  color: red;
}
.particulars[data-v-6e6158a0]:hover {
  color: blue;
}
.particulars2[data-v-6e6158a0] {
  color: #409eff;
}
.demo-image__preview audio[data-v-6e6158a0] {
  width: 200px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.historical_task .el-table .has-gutter tr .el-table__cell {
  background-color: #f5f7fa;
}
