@charset "UTF-8";
/* 
tvcbook  ins视频grid样式
Copyright @ by.daniel lee 
Date: 2020.02.03
Version: 1.0.0
*/
/*  引入公共样式  */
/*！ 颜色样式 ！*/
#video-list .ins .card .video-card .card-body .video-otherInfo .video-data span, #video-list .ins .card .video-card .card-body .video-otherInfo .card-user .link, #video-list .ins .card .video-card .card-body .video-otherInfo .card-user .ower .owner-name,
#video-list .ins .card .video-card .card-body .video-otherInfo .card-user .ower .source, #video-list .ins .card .video-card .card-img .time-length p {
  font-size: 12px;
  line-height: 17px;
}

/* 
tvcbook 小的组件化样式
Copyright @ by.daniel lee 
Date: 2020.01.25
Version: 1.0.0
*/
body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: red;
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  scrollbar-arrow-color: red;
}
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}

/*   ins视频grid样式  */
#video-list .ins {
  margin-bottom: 30px;
}
#video-list .ins .card {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border: 1px solid #EBEEF5;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#video-list .ins .card:hover {
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#video-list .ins .card .video-card .card-img {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 0;
}
#video-list .ins .card .video-card .card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#video-list .ins .card .video-card .card-img .video-controlar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#video-list .ins .card .video-card .card-img .btn-icon-play {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 44px;
  padding: 0 10px;
  border-radius: 16px;
  background-color: rgba(41, 42, 44, 0.6);
  text-align: center;
  opacity: 0;
}
#video-list .ins .card .video-card .card-img .btn-icon-play:hover {
  background-color: rgba(64, 64, 255, 0.92);
}
#video-list .ins .card .video-card .card-img .time-length {
  position: absolute;
  right: 10px;
  bottom: 15px;
  padding: 5px 8px;
  border-radius: 10px;
  background-color: rgba(41, 42, 44, 0.6);
  text-align: center;
  opacity: 0;
}
#video-list .ins .card .video-card .card-img .time-length p {
  margin: 0;
  font-weight: bold;
  color: #ffffff;
  color: #ffffff;
}
#video-list .ins .card .video-card .card-img .tbfont {
  font-size: 44px;
  line-height: 44px;
  color: #ffffff;
}
#video-list .ins .card .video-card .card-body {
  position: relative;
  min-height: 115px;
}
#video-list .ins .card .video-card .card-body .card-title {
  margin-bottom: 10px;
}
#video-list .ins .card .video-card .card-body .video-otherInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#video-list .ins .card .video-card .card-body .video-otherInfo .card-user {
  display: flex;
  align-items: center;
}
#video-list .ins .card .video-card .card-body .video-otherInfo .card-user img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 5px;
}
#video-list .ins .card .video-card .card-body .video-otherInfo .card-user .ower {
  display: flex;
  align-items: center;
}
#video-list .ins .card .video-card .card-body .video-otherInfo .card-user .ower .owner-name,
#video-list .ins .card .video-card .card-body .video-otherInfo .card-user .ower .source {
  font-weight: bold;
  color: #292A2C;
  margin-right: 5px;
}
#video-list .ins .card .video-card .card-body .video-otherInfo .card-user .link {
  font-weight: bold;
  color: #292A2C;
  color: #4040FF;
}
#video-list .ins .card .video-card .card-body .video-otherInfo .video-data {
  text-align: right;
}
#video-list .ins .card .video-card .card-body .video-otherInfo .video-data span {
  color: #909399;
}
#video-list .ins .card .video-card:hover .btn-icon-play,
#video-list .ins .card .video-card:hover .time-length {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  opacity: 1;
}

/*# sourceMappingURL=ins-video-grid.css.map */
