.comm__overlay{position:fixed;top:0;left:0;z-index:999;height:100%;width:100%;background:rgba(0,0,0,.7);transition:0.4s opacity ease;opacity:1;}.comm__overlay.is-fade{opacity:0;}.comm__overcont{max-width:820px;max-height:calc(100% - 48px);overflow:auto;margin:24px auto;background:var(--bg-seco);transition:0.5s transform ease;}.comm__overlay.is-fade .comm__overcont{transform:translateY(20px);}.comm__header{padding:16px 24px;font-weight:600;font-size:15px;position:sticky;top:0;z-index:1;background:var(--bg-main);display:flex;align-items:center;justify-content:space-between;}.comm__header .comm__item-opt .icon{font-size:20px;}.comm__textarea{position:relative;border-top:1px solid var(--bc2);}.comm__textarea textarea{border:none;height:90px;border-radius:0;box-shadow:none!important;padding:12px 24px 28px 24px;resize:vertical;font-family:var(--ff-main);}.comm__textarea .comm__btns{position:absolute;bottom:12px;right:24px;}.comm__item{padding:12px 24px;font-size:15px;border-top:1px solid var(--bc2);}.comm__item-header{display:flex;align-items:center;justify-content:space-between;}.comm__item-header-user{display:flex;align-items:center;}.comm__item-header .gqui-avatar{margin-right:8px;border-radius:6px;width:32px;height:32px;}.comm__item-header .name{font-weight:600;font-size:15px;}.comm__item-header .tip{color:var(--bc8);padding:0 8px;}.comm__item-header .extra{color:var(--bc8);}.comm__item-body{padding-left:41px;margin:2px 0 8px 0;white-space:pre-wrap;word-break:break-all;}.comm__item-body.article{--gqui-fs:15px;--gqui-mb:0;}.comm__item-body.article>blockquote{padding:0 1em;border-left-width:2px;}.comm__item-body.article>blockquote:first-child{margin-top:1em;}.comm__item-body.disabled{opacity:0.7;}.comm__item-footer{display:flex;padding-left:41px;font-size:14px;}.comm__item-opt{cursor:pointer;display:flex;align-items:center;color:var(--bc10);opacity:0;transition:opacity 0.3s ease;}.comm__item-opt.default{opacity:1;}.comm__item-opt+.comm__item-opt{margin-left:24px;}.comm__item-opt .name{display:flex;}.comm__item-opt .icon{font-size:18px;margin-right:2px;}.comm__item.is-reply{margin-left:40px;}.comm__item.is-reply+.comm-textarea{margin-left:40px;}.comm__item:hover .comm__item-opt{opacity:1;}.comm__item-opt.active{color:var(--primary);}.comm__item-opt.opt-report,.comm__item-opt.opt-delete{color:var(--red);}@media screen and (max-width:767px){.comm__textarea textarea{font-size:14px;}}
