.barrage {
    position: fixed;
    bottom: 70px;
    right: -400px;
    display: inline-block;
    width: 400px;
    z-index: 99999
}

.barrage_box {
    /* background-color: rgba(0, 0, 0, .5); */
    height: 44px;
    display: inline-block;
    border-radius: 25px;
    transition: all .3s;
}

.barrage_box .portrait {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.barrage_box .portrait img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.barrage_box div.p a {
    margin-right: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-left: 18px;
}

.barrage_box div.p a:hover {
    text-decoration: underline;
}

.barrage_box .close {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    margin-top: 8px;
    background-image: url(close.png);
}

.barrage_box:hover .close {
    visibility: visible;
    opacity: 1;
}

.barrage_box .close a {
    display: block;
}

.barrage_box .close .icon-close {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    margin-top: 5px;
}

.barrage .z {
    float: left !important;
}

.barrage a {
    text-decoration: none;
}
.barrage_vip {
    position: fixed;
    bottom: 70px;
    /* right: -400px; */
    right: 0;
    display: inline-block;
    width: max-content;
    z-index: 99999;
    height: 70px;
    background: linear-gradient(90deg, #4965ee, #6c88f4);
    border-radius: 35px;
}

.barrage2 {
    width: max-content;
    height: 58px;
    background: linear-gradient(90deg, #FF6564, #FFD069);
    border-radius: 29px;
    box-sizing: border-box;
    margin: 6px;
    overflow: hidden;
    border-right: none
}

.barrage2>.barrage_box {
    margin: 5px;
    height: 34px;
    line-height: 34px;
}

.barrage_vip>.barrage_vip_top {
    width: 198px;
    height: 57px;
    position: absolute;
    left: 24px;
    top: -50px
}