@charset "UTF-8";
/*！ 颜色样式 ！*/
/* 
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); }

.aiCard .ai-video-card {
  padding-bottom: 56.25%; }
  .aiCard .ai-video-card:hover .ai-video-card-icons.play {
    display: flex; }
  .aiCard .ai-video-card-icons {
    color: #ffffff;
    z-index: 991;
    width: 32px; }
    .aiCard .ai-video-card-icons.play {
      height: 42px;
      width: 42px; }
      .aiCard .ai-video-card-icons.play > i {
        font-size: 42px; }
    .aiCard .ai-video-card-icons.duration {
      height: auto;
      width: auto; }
    .aiCard .ai-video-card-icons-item {
      height: 32px; }
      .aiCard .ai-video-card-icons-item:last-child {
        border-bottom-left-radius: .25rem; }
      .aiCard .ai-video-card-icons-item:hover {
        transform: scale(1.1); }
      .aiCard .ai-video-card-icons-item > i {
        font-size: 32px;
        height: 32px;
        line-height: 32px; }
  .aiCard .ai-video-card .card-line {
    background-color: #F7B500; }

/*# sourceMappingURL=aiCard.css.map */
