.comment-barrage{position:fixed;bottom:0;left:0;padding:0 0 10px 10px;z-index:100;display:flex;flex-direction:column;justify-content:end;align-items:flex-end}@media screen and (max-width:768px){.comment-barrage{display:none!important}}.comment-barrage-item{min-width:250px;max-width:270px;width:fit-content;min-height:80px;max-height:544px;margin:4px 0;padding:8px;background:rgba(0,0,0,.9);backdrop-filter:blur(20px) saturate(180%);border-radius:8px;color:#fff;animation:barrageIn .3s cubic-bezier(.25,.01,.5,1.5);transition:1s;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.2);box-shadow:var(--card-box-shadow);transition:.3s}.comment-barrage-item:hover{border:1px solid var(--heo-theme)}.comment-barrage-item.out{opacity:0}@keyframes barrageIn{0%{transform:scale(.1)}100%{transform:scale(1)}}.comment-barrage-item .barrageHead{height:36px;padding:0;line-height:36px;font-size:12px;border-bottom:1px dashed rgba(155,155,155,.6);display:flex;justify-content:space-between;align-items:center;padding-bottom:6px;box-sizing:content-box}.comment-barrage-item .barrageNick{font-size:18px}.comment-barrage-item .barrageAvatar{width:30px;height:30px;margin:0;border-radius:50%;background:var(--heo-theme);border:1px solid var(--heo-theme)}.comment-barrage-item .barrageContent{font-size:14px;height:calc(100% - 30px);overflow:scroll;display:flex;flex-wrap:wrap;color:var(--heo-fontcolor);font-size:1em}.comment-barrage-item .barrageContent br{display:none!important}.comment-barrage-item .barrageContent::-webkit-scrollbar{height:0;width:4px}.comment-barrage-item .barrageContent::-webkit-scrollbar-button{display:none}.barrageCloseBtn{position:relative;top:-2px}.barrageContent img{max-width:100%}.barrageContent p{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:5px!important}.barrageContent .tk-owo-emotion{max-width:30px}