.barrage {
    position: absolute;
    display: inline-block;
    z-index: 99999;
    width: 282px;
    height: 123px;
    background-image: url(../../Themes/images/meteor.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 34px 34px;
    box-sizing: border-box;
    opacity: 0;
}

.barrage_box {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 14px 50px;
    box-sizing: border-box;
}

.barrage_box .user_head {
    position: absolute;
    top: -2px;
    right: 0;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 2px solid #ffffff;
}

.barrage_box span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
