@charset "UTF-8";
.cell-box[data-v-10446592] {
  height: 90vh;
  background-color: #000;
}
.videbox[data-v-10446592] {
  position: relative;
}
.video[data-v-10446592] {
  width: 100%;
  height: 100%;
  background-color: black;
}
.sjbox[data-v-10446592] {
  width: 100%;
  display: flex;
  align-items: right;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
.sjbox > span[data-v-10446592] {
  color: #0f0f0f;
  font-size: 18px;
  margin: 0 0.3rem;
}
.controsCon[data-v-10446592] {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  left: 0rem;
}
.contbox[data-v-10446592] {
  display: flex;
  align-items: center;
}
.playBtn[data-v-10446592] {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  margin-left: 20px;
}
.playIcon[data-v-10446592] {
  font-size: 30px;
}
.volum[data-v-10446592] {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.5rem;
  position: relative;
}
.vCon[data-v-10446592] {
  position: absolute;
  top: -150px;
  left: 0;
  height: 150px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.volum:hover .vCon[data-v-10446592] {
  opacity: 1;
}
.jdt[data-v-10446592] {
  height: 0.3rem;
  width: 66%;
  margin-top: 0.1rem;
}
.allCon[data-v-10446592] {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  color: #0f0f0f;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
}

/* //所有控件 */
video[data-v-10446592]::-webkit-media-controls-enclosure {
  display: none !important;
}
[data-v-10446592] .van-progress {
  background: #a1a3a6 !important;
}
