/* 弹幕css */
.barrage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 20px;
    padding-left: 15px;
    opacity: 0.8;
    will-change: transform;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    text-shadow: 0ch;
}

.barrage .header-avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.barrage .header-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_main .sf_wid_info {
    display: flex;
    justify-content: space-evenly;
}

.sf_wid_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sf_item a {
    display: flex;
    align-items: center;
}

.sf_item a {
    font-size: 13px;
    color: #7d9484;
}

.sf_item img {
    max-height: 16px;
    margin-right: 5px;
}