.barrage {
    position: fixed;
    bottom: 70px;
    right: -500px;
    min-width: 100px;
    display: inline-block;
    z-index: 99999;
    overflow: hidden;
    white-space: nowrap;
}

.barrage_box {
    background-color: rgba(0, 0, 0, .5);
    padding-right: 8px;
    height: 40px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 25px !important;
    transition: all .3s;
}

.barrage_box .portrait {
    display: inline-block;
    margin-top: 4px;
    margin-left: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    overflow: hidden;
}

.barrage_box .portrait img {
    width: 100%;
    height: 100%;
}

.barrage_box div.p a {
    margin-right: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-left: 5px;
}

.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;
}

.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;
}

.comment-item-head{
    float: left;
    width:40px;
    height:40px;
}
.comment-item-nickname{
    margin-bottom: 0;
    color:#ccc;
}
.comment-item-time{
    margin-bottom: 0;
    color:#ccc;
    float: right;
}
.comment-item{
    margin-bottom: 10px;
}
.comment-item-content{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    text-indent: 2em;
    margin: 10px 0;
}
.comment-item-head-box{
    line-height: 40px;
}
.comment-item-head-box img{
    border-radius:50% !important;
    width:40px;
    margin-right:5px;
}