 @keyframes rotate {
      from {
        transform: rotate(360deg);
      }
      to {
        transform: rotate(0);
      }
    }
.z-line-1 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical !important;
}
.barrage{position: fixed;bottom:70px;right:-800px;display: inline-block;width: 800px;z-index:99;}
.barrage_box{background-color: rgba(0,0,0,.5);padding-right: 8px; height: 60px;display: inline-block;border-radius: 25px;transition: all .3s;}
.barrage_box .portrait{ display: inline-block;margin-top: 4px; margin-left: 4px; width: 52px;height: 52px;border-radius: 50%;overflow: hidden;}
.barrage_box .portrait img{width: 100%;height: 100%;}
.barrage_box div.p a{ margin-right: 2px; font-size: 4em;color: #fff;margin-left: 18px; display: inline-block;max-width:670px;display:flex;align-content:center;line-height:60px}
.barrage_box div.p img{height:40px;}
.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:20px; 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;overflow:hidden;height:60px}
.barrage  a{position: relative;text-decoration:none;}
.barrage_box div .p a {
    display: flex;
    align-content: content;
}
.barrage::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    left: -10px;
    top: -10px;
    display: block;
    background: url(quan.png) no-repeat;
    background-size: cover;
    animation: rotate 2s linear infinite;
}
.b1-bg {
    background: url(b1.png) no-repeat;
    background-size: cover;
}
.b2-bg {
    background: url(b2.png) no-repeat;
    background-size: cover;
}
.b3-bg {
    background: url(b3.png) no-repeat;
    background-size: cover;
}
