#barrage {
    overflow: hidden
}

#barrage li {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 32px;
    opacity: 0;
    color: #000;
    padding: 3px 10px 3px 4px;
    clear: both;
    max-width: 100%;
    font-size: 13px;
    align-items: center;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	border: 1px solid hsla(0, 0%, 100%, 0.5);
}

#barrage li img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    border-radius: 100%;
    vertical-align: middle;
}

#barrage li .post-info {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#barrage li a {
    color: #000
}

#barrage li a:hover {
    color: var(--is-element) !important
}
.bought-barrage-fixed {
    position: fixed;
    left: -800px;
    bottom: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    transition: all .3s ease 0s;
    border-radius: 4px;
    padding: 13px 15px 13px 15px !important;
    font-size: 14px;
    margin: 0 !important;
    z-index: 9999;
}

[data-bs-theme=dark] .bought-barrage-fixed{background-color:#191b1d}
.bought-barrage.bought-barrage-fixed .pro-item {
    width: 390px;
    margin-bottom: 0;
    padding: 0 100px 0 110px;
    position: relative;
    height: 64px;
}
.bought-barrage.bought-barrage-fixed .pro-item img {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.bought-barrage.bought-barrage-fixed .pro-item .tit {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-left: -30px;
}
.bought-barrage.bought-barrage-fixed .pro-item span {
    color: #999;
    font-size: 12px;
    margin-left: -30px;
}
.bought-barrage-fixed .btt {
    position: absolute;
    right: 20px;
    top: 16.5px;
    display: inline-block;
    background: #1784ff;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 15px;
    opacity: .8;
}
.bought-barrage-fixed .close {
    position: absolute;
    right: 10px;
    top: 30px;
}
@media (max-width:767px) {.bought-barrage-fixed{bottom: 80px;height: 80px;;width: 80%;padding: 8px 0 0 7px !important;}.bought-barrage.bought-barrage-fixed .pro-item .tit{margin-bottom: 23px;}.bought-barrage-fixed .btt{right: unset;}}