#barrage{
    overflow: hidden;
    max-height: 240px;
}
#barrage li {
    display: flex;
    white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
    opacity: 0;
    border-radius: 32px;
    color: #fff;
    padding: 3px 10px 3px 4px;
    clear: both;
    font-size: 13px;
    height: 32px;
    float: right;
    line-height: 26px;
}
#barrage li img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    border-radius: 100%;
    vertical-align: inherit;
}

#barrage li .post-info{
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
#barrage li a{
    color:#ffffff;
}
#barrage li a:hover{
    color: var(--zweir_bg)!important
}