@charset "utf-8";

.widget-modvideo {
  background-color: #fff;
  background-color: var(--color-fill-1);
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
  cursor: pointer;
  display: block;
  border-radius: 3px;
  overflow: hidden;
}

.widget-modvideo.widget-modvideo--hasbg {
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
}

.widget-modvideo:hover {
  top: -4px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.09);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.09);
}

.widget-modvideo-figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0;
  background: url(../../images/page/sprites/defaut-img.png) no-repeat center center;
  background-size: 74px 54px;
}

.widget-modvideo-figure:after {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url(../../images/common/icon-player.png);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0);
          transform: translateY(50px) scale(0);
  z-index: 4;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.icon-mask-play {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

.icon-mask-playBg {
  position: absolute;
  background: url("../../images/common/icon-mask-playBg.png");
  background-size: 100% auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.widget-modvideo:hover .widget-modvideo-figure:after {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.widget-modvideo:hover .icon-mask-play {
  display: block;
}

.represent .widget-modvideo .widget-modvideo-figure-info {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.represent .widget-modvideo:hover .widget-modvideo-figure-info {
  opacity: 0;
}

.widget-modvideo:hover .widget-modvideo-figure-caption {
  display: none;
}

.widget-modvideo:hover .widget-modvideo-figure-desBox {
  display: block;
}

.widget-modvideo-cover {
  font-size: 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.widget-modvideo-figure-caption {
  font-size: 0;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.8);
}

.widget-modvideo-figure-info {
  padding: 5px 12px 8px;
}

.widget-modvideo-info--dark {
  background-color: #f6f6f6;
}

.widget-modvideo-main-tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #757575;
  color: var(--color-text-2);
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  white-space: normal;
}

.widget-modvideo-sub-tit {
  font-size: 12px;
  line-height: 12px;
  height: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-modvideo-pv-num {
  font-size: 0;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #757575;
  color: var(--color-text-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-modvideo-avatar-sm {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.widget-modvideo-main-tit > em {
  color: #f69c00;
  color: var(--color-text1);
}

.widget-modvideo-figure-duration.author {
  background-color: transparent;
  right: 5px;
}

.widget-modvideo-figure-duration {
  display: inline-block;
  float: right;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

.widget-modvideo-figureBox {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0 10px 0 10px;
}

.widget-modvideo-figureBox-tit {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.widget-modvideo-figureBox-des {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-modvideo-figure-desBox {
  z-index: 4;
  position: relative;
  bottom: 25px;
  right: 4px;
  display: none;
}

.widget-modvideo-sub-tit-cont {
  float: right;
  font-size: 0;
  margin-left: 8px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

.widget-modvideo-sub-tit-cont > span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.widget-modvideo-sub-tit-cont.anchor {
  background-color: transparent;
}

.widget-modvideo-sub-tit-cont .ico-cont {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(//wegame.gtimg.com/platform/images/icon-feeds-comm-sprite.5c7060d3.png);
  background-position: -5px -5px;
  margin-right: 5px;
}

.widget-modvideo:hover .icon-mask-playBg {
  display: none;
}

/*主播炸了*/
.item .play-cont {
  display: block;
}

.item .mod-figure:hover .widget-modvideo-figure-desBox {
  display: block;
}

.item .mod-figure:hover .play-cont {
  display: none;
}

.widget-modvideo-count,
.widget-modvideo-avatar-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.widget-modvideo p,
.widget-modvideo h4 {
  cursor: pointer;
}

.video-list--four {
  margin-right: -20px;
  font-size: 0;
}

.video-list--four > li {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 22px;
  display: inline-block;
}

.icon-video-sm {
  width: 13px;
  height: 11px;
  display: inline-block;
  background-image: url(../../images/common/icon-video-sm.png);
  background-size: 13px 11px;
  vertical-align: middle;
  margin-right: 5px;
}

.widget-modvideo-txt {
  margin-left: 6px;
}
