.video_container_list {
    display  : flex;
    flex-wrap: wrap;
    width    : 100%;
}

.video_container_list_item {
    width        : 3.2859rem;
    height       : 3.4123rem;
    background   : #FFFFFF;
    border       : .0126rem solid #F0F0F0;
    border-radius: .1264rem;
    box-sizing   : border-box;
    margin-bottom: .2528rem;
    margin-right : .2528rem;
}

.video_container_list_item:hover {
    box-shadow: 0rem 0rem .0758rem 0rem rgba(102, 102, 102, 0.15);
}

.video_container_box {
    position: relative;
}

.video_container_box:hover .Mask {
    display: block;
}

.video_container_img {
    width                  : 3.2607rem;
    height                 : 1.8705rem;
    margin-bottom          : .1643rem;
    /* border-radius       : .1264rem; */
    border-top-left-radius : .1264rem;
    border-top-right-radius: .1264rem;
}

.video_container_t1 {
    margin-left  : .1643rem;
    font-size    : .2022rem;
    color        : #333333;
    margin-bottom: .1137rem;
    display      : block;
    text-overflow: ellipsis;
    overflow     : hidden;
    white-space  : nowrap;
}

.video_container_t1:hover {
    color: #3C80F4;
}

.video_container_box {
    display: flex;
}

.video_container_img1 {
    width       : .2148rem;
    height      : .2022rem;
    margin-right: .0632rem;
}

.video_container_box2 {
    display        : flex;
    align-items    : center;
    /* margin-right: .4171rem; */
}

.video_container_box1 {
    margin-left  : .1643rem;
    display      : flex;
    padding-right: .1264rem;
}

.video_container_t2 {
    font-size  : .1517rem;
    color      : #999999;
    white-space: nowrap;
}

.video_container_box3 {
    display    : flex;
    align-items: center;
    margin-left: auto;
}

.video_container_img2 {
    width       : .2022rem;
    height      : .2022rem;
    margin-right: .0758rem;
}

.video_container_t3 {
    font-size  : .1517rem;
    color      : #999999;
    white-space: nowrap;
}

.video_container_line {
    width     : 3.2859rem;
    height    : .0126rem;
    background: #F0F0F0;
}

.video_container_line {
    margin-top: .1643rem;
}

.video_container_box4 {
    display    : flex;
    align-items: center;
    height     : .6951rem;
}

.video_container_img3 {
    margin-left : .1643rem;
    width       : .455rem;
    height      : .455rem;
    margin-right: .1643rem;
    border-radius: 50%;
}

.video_container_t4 {
    font-size   : .2022rem;
    font-family : Microsoft YaHei;
    font-weight : 400;
    color       : #333333;
    margin-right: .1769rem;
}

.video_container_t5 {
    font-size  : .1769rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color      : #999999;
}

.Mask {
    width                  : 3.2607rem;
    height                 : 1.8705rem;
    background             : rgba(102, 102, 102, .35);
    position               : absolute;
    display                : none;
    border-top-left-radius : 0.1264rem;
    border-top-right-radius: 0.1264rem;
}

.video_container_img4 {
    width    : .3791rem;
    height   : .3791rem;
    position : relative;
    left     : 50%;
    top      : 50%;
    transform: translate(-50%, -50%);
}

.video_search_n {
    width        : 12.3349rem;
    height       : 1.9968rem;
    background   : #FFFFFF;
    box-shadow   : 0rem 0rem .4676rem .0126rem rgba(0, 0, 0, 0.07);
    border-radius: .2022rem;
    top          : 7.8483rem;
    margin       : -1.049rem auto 0rem auto;
    z-index      : 999;
    display      : flex;
    align-items  : center;
}

.video_search_n2 {
    margin-right  : .3791rem;
    display       : flex;
    flex-direction: column;
    align-items   : center;
}

.video_search_n1 {
    display     : flex;
    align-items : flex-start;
    border-right: .0126rem solid #DDDDDD;
    width       : 2.7804rem;
    margin-left : .5561rem;
}

.video_search_n_list {
    display  : flex;
    flex-wrap: wrap;
    width    : 1.3902rem;

}

.video_search_n_list_item {
    width        : .6951rem;
    margin-bottom: .1517rem;
    font-size    : .1769rem;
    white-space: nowrap;
}

.video_search_n_img {
    width        : .5687rem;
    height       : .5687rem;
    margin-bottom: .0885rem;
}

.video_search_n_t1 {
    color    : #333333;
    font-size: .2022rem;
}

.video_search_n_t2 {
    display    : block;
    width      : .5055rem;
    height     : .5561rem;
    font-size  : .2275rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color      : #2E2E2E;
    line-height: .3286rem;
    margin-left: .8468rem;
}
.video_search_n_t3 a{
    color: #3E80F3;
}
.maskLink{
    display: block;
    width: 100%;
    height: 100%;
}