/*
 * @description: video css
 * @author: chenglong.wang@yoho.cn
 * @date: 2015/4/16
 */

.sub-tag {
    height: 25px;
    line-height: 25px;
    padding: 0 18px;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 100;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: rgba(#c9caca, .88);
}