body {
  background: #fff;
}
.video-list-min {
  padding: 0.1rem;
}
.video-list-min .video-item-min {
  flex: 0 0 calc(33.333% - 0.2rem);
  margin: 0.1rem;
  height: 4.45rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-list-min .video-item-min img {
  height: 100%;
}
.video-mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  pointer-events: none;
}
.video-box .video-block {
  pointer-events: auto;
  padding: 0rem;
  background: #fff;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
}
.video-box .video-block video {
  width: 100%;
  display: block;
}
.view-list-max {
  width: 100%;
  background: #fff;
  height: auto;
}
.view-list-max .video-item-max {
  padding: 0.4rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.view-list-max .video-item-max .athour-msg .avtor-pic {
  width: 0.92rem;
  height: 0.92rem;
}
.view-list-max .video-item-max .athour-msg .avtor-name {
  font-size: 0.4rem;
  margin-left: 0.2rem;
}
.view-list-max .video-msg {
  font-size: 0.373rem;
  color: #9f9f9f;
  margin: 0.35rem 0 0.2rem;
}
.view-list-max .video-con img {
  max-width: 100%;
}
/*# sourceMappingURL=z_video.css.map */
