﻿.video-card{
    padding-top: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 40.28%;
    height: 0;
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 0.1rem;
    overflow: hidden;
    background-color: #ffffff;
}
.video-card:hover, .video-card-dark:hover{
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}

.video-card-dark{
    padding-top: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 40.28%;
    height: 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(237, 238, 240);
    border-radius: 0.08rem;
}
  
.video-card-des{
    width: 32%;
    box-sizing: content-box;
    padding: 0.35rem 0 0.4rem 0.15rem;
    font-size: 0.22rem;
    font-family: PuHuiFontLight;
    color: rgb(106, 122, 141);
    line-height: 2;
 }
  
.video-card-tag{
    width: 32%;
    position: absolute;
    bottom:1rem;
    display: flex;
    flex-wrap: wrap;
}
  
.video-card-tag>li{
    background: rgb(240, 236, 251);
    font-size: 0.2rem;
    color: #987DE6;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.25rem;
    padding: 0rem 0.25rem;
    margin: 0 0.06rem 0.12rem 0.06rem;
}
  
.video-card-tag>.dark{
    color: rgb(106, 122, 141);
    background-color: rgb(215, 218, 224);
}
  
.video-activity-active{
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0.11rem 0.33rem 0.11rem 0.22rem; /*10px 30px 10px 20px; */
    background-color: #987DE6;
    border-bottom-left-radius: 0.11rem;
}
  
.video-activity-close{
    position: absolute;
    right: 0;
    top: 0px;
    padding:0.11rem 0.33rem 0.11rem 0.22rem;
    background-color: rgb(103, 88, 99, 0.6);
    border-bottom-left-radius: 0.11rem;
}
  
.video-play{
    position: absolute;
    top: 45%;
    right: 27%;
}
  
.video-play img{
    width: 0.8rem;
    height: 0.8rem;
 }
  
.video-activity-tag{
    font-size: 0.22rem;
    color: rgb(255, 255, 255);
}

.video-card-img{
    position: absolute;
    margin-left: 0.3rem;
    left: 32%;
    top: 0;
    height: 100%;
}

.video-card-img img{
    height: 100%;
    width: auto;
    transition: all 0.2s;
}

.video-card-img img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}