#main-container{
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
  overflow: auto;
}
.waterfull-ul{
  display: flex;
  align-items: flex-start;
}
.waterfull-col{
  width: 20%;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.waterfull-li{
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.waterfull-li-img{
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.waterfull-li-img img{
  width: 100%;
  background: #eee url('/static/admin/layui/css/modules/layer/default/loading-0.gif') no-repeat;
  background-position: center;

  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
}
.waterfull-li-img .layui-icon-play{
  position: absolute;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  color: #fff;

  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
}
.waterfull-li-img .bgimg{
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
}
.waterfull-li-img-mark{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: none;

  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
}
.waterfull-li-desc{
  line-height: 1.5;
  margin-top: 10px;
}
.waterfull-li-desc h4{
  height: 42px;
  overflow: hidden;
  word-break: break-all;
}
.waterfull-li-desc-col2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.waterfull-li-desc-counts{
  margin-left: 10px;
  white-space: nowrap;
}
.waterfull-li-desc-counts > span{
  margin-left: 10px;
  cursor: pointer;
}
.waterfull-li-desc-counts > span .layui-icon{
  margin-right: 5px;
}
.text-green{
  color: #009688;
}
/*.waterfull-li:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}*/
.waterfull-li:hover .layui-icon-play{
  font-size: 3rem;
  opacity: 1;
}
.waterfull-li:hover .waterfull-li-img-mark{
  background: rgba(0, 0, 0, 0.7);
}
#video-title{
    padding: 8px 15px;
    text-align: center;
}
#video-title a{
    text-decoration: underline;
}