.vp0 {
  border: 1px solid #000;
  /* width: 600px; */
  /* height:400px; */
  width: 100%;
  height: 100%;
  position: relative;
}
.vp0 #vp1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.vp0 #vp2 {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  bottom: 5px;
  width: 150px;
}
.vp0 #cp {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp0 #w {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vp0 #c {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
.vp0 .t {
  color: #888;
  margin-top: 10px;
}
.wrapper {
  margin-bottom: 5px;
  width: 100%;
  height: 100px;
  border: 2px solid #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  opacity: .5;
  transition: all 0.8s ease;
}
.wrapper:hover {
  opacity: 1;
}
.vp0 #bClose {
  opacity: .5;
  cursor: pointer;
  background: #f00;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.vp0 #bClose:hover {
  opacity: 1;
}
.vp0 #bToggleAudio {
  opacity: .5;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin-right: 20px;
}
.vp0 #bToggleAudio:hover {
  opacity: 1;
}
.vp0 #bToggleVideo {
  opacity: .5;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin-left: 20px;
}
.vp0 #bToggleVideo:hover {
  opacity: 1;
}
.vp0 #bShareScreen {
  opacity: .5;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: absolute;
  left: 20px;
  bottom: 18px;
}
.vp0 #bShareScreen:hover {
  opacity: 1;
}
.vp0 #bRecord {
  opacity: .5;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: absolute;
  right: 20px;
  bottom: 18px;
}
.vp0 #bRecord:hover {
  opacity: 1;
}
video {
  width: 100%;
  display: block;
}
