.vod_list_active::before{
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 3px;
    background: #e83a57;
    border-radius: 2px 2px 2px 2px;
}
.vod_list_active{
    color: #e83a57;
    position: relative;
}
.vod_list_tab_first{
    margin-left: 0;
    min-width: 35px;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
}
.vod_list_tab_other{
    margin-left: 25px;
    min-width: 35px;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
}
#short_vod_div{
    display: block;
}
#jx{
    transform: rotate(0deg);
}
#x_button{
    align-items: center;
    z-index: 300;
    font-size: 56px;
    cursor: pointer;
    justify-content: center;
    -webkit-box-align: center;
    display: flex;
    -webkit-box-pack: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
}