.showVideo_item_title {
    font-size: 20px;
    font-family: SL-TT-Simplified;
    margin-top: 8px;
}
.showVideo_item_subTitle {
    cursor: pointer;
    color: #656565 !important;
    font-size: 18px !important;
    font-family: SL-TT-Simplified;
    display: block;
}
.showVideo_item_subTitle_container {
    margin-top: 5px;
}
.showVideo_item_subTitle:hover {
    color: #656565 !important;
    opacity: 0.8;
    text-decoration: underline !important;
}
.audios {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    z-index: 111;
}
.playaudios {
    width: 100%;
    height: auto;
}
.audios .vclose {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 999;
}
#audiosMask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

@media screen and (max-width:640px) {
    .audios {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        z-index: 111;
    }
}
