.emote-list{width:100vw;height:60vw;display:flex;flex-direction:row;flex-wrap:wrap;overflow-y:auto}.emote-list .emoji-wrapper{width:14.28571vw;height:11.11111vw;padding:0 6px}.emote-list .emoji-wrapper .emoji-btn{width:100%;height:100%;font-size:20px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.mybz-emote-input-wrapper{width:100%;height:auto;display:flex;flex-direction:column}.mybz-emote-input-wrapper .mybz-comment-rich-textarea{width:100%;height:auto;padding:8px 12px;border-radius:16px;background-color:#f2f2f2;position:relative}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-placeholder{position:absolute;top:8px;left:13px;color:var(--van-text-color-3);font-size:14px;line-height:20px;height:20px;pointer-events:none}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-editor{width:100%;height:auto;outline:none;border:none;min-height:var(--min-h);color:var(--van-text-color);font-size:14px;line-height:20px;-webkit-user-modify:read-write-plaintext-only}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-editor img{width:16px;height:16px;vertical-align:text-bottom}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-opt-row{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-top:4px}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-opt-row .opt-btn{width:24px;height:24px;margin-left:20px;cursor:pointer}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-opt-row .opt-btn img{width:100%;height:100%;cursor:pointer}.mybz-emote-input-wrapper .emote-picker-wrapper{margin-left:-10px;margin-right:-10px;margin-top:10px}.mybz-emote-input-wrapper .phrase-picker-wrapper{margin-top:16px}.mybz-emote-input-wrapper .phrase-picker-wrapper .phrase-list{width:100%;height:auto;display:flex;flex-wrap:wrap;flex-direction:row;overflow:hidden auto;margin-top:-10px}.mybz-emote-input-wrapper .phrase-picker-wrapper .phrase-list .phrase-item{flex-shrink:0;width:auto;height:28px;padding:0 20px;line-height:28px;white-space:nowrap;border-radius:28px;margin-right:8px;margin-top:16px;color:var(--notobvious-color);font-size:var(--small-size);background-color:var(--background-color)}:host,:root{--van-pull-refresh-head-height:50px;--van-pull-refresh-head-font-size:var(--van-font-size-md);--van-pull-refresh-head-text-color:var(--van-text-color-2);--van-pull-refresh-loading-icon-size:16px}.van-pull-refresh{overflow:hidden}.van-pull-refresh__track{position:relative;height:100%;transition-property:transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--van-pull-refresh-head-height);overflow:hidden;color:var(--van-pull-refresh-head-text-color);font-size:var(--van-pull-refresh-head-font-size);line-height:var(--van-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.van-pull-refresh__loading .van-loading__spinner{width:var(--van-pull-refresh-loading-icon-size);height:var(--van-pull-refresh-loading-icon-size)}:host,:root{--van-list-text-color:var(--van-text-color-2);--van-list-text-font-size:var(--van-font-size-md);--van-list-text-line-height:50px;--van-list-loading-icon-size:16px}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}:host,:root{--van-empty-padding:var(--van-padding-xl) 0;--van-empty-image-size:160px;--van-empty-description-margin-top:var(--van-padding-md);--van-empty-description-padding:0 60px;--van-empty-description-color:var(--van-text-color-2);--van-empty-description-font-size:var(--van-font-size-md);--van-empty-description-line-height:var(--van-line-height-md);--van-empty-bottom-margin-top:24px}.van-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:var(--van-empty-padding)}.van-empty__image{width:var(--van-empty-image-size);height:var(--van-empty-image-size)}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:var(--van-empty-description-margin-top);padding:var(--van-empty-description-padding);color:var(--van-empty-description-color);font-size:var(--van-empty-description-font-size);line-height:var(--van-empty-description-line-height)}.van-empty__bottom{margin-top:var(--van-empty-bottom-margin-top)}.van-theme-dark .van-empty{opacity:.5}:host,:root{--van-sticky-z-index:99}.van-sticky--fixed{position:fixed;z-index:var(--van-sticky-z-index)}.comment-total{height:60px;font-size:17px;line-height:60px;font-weight:700;padding:0 10px}.answerlist-page,.comment-total{width:100%;background-color:#fff}.answerlist-page{height:calc(100vh - 46px);overflow:hidden auto;padding-bottom:calc(84px + constant(safe-area-inset-bottom));padding-bottom:calc(84px + env(safe-area-inset-bottom))}.answerlist-page .comment-wrapper{width:100%;height:auto;display:flex;flex-direction:column;transition:height .3s;margin-bottom:20px;padding-bottom:20px}.answerlist-page .comment-wrapper .comment-row{width:100%;height:auto;padding:0 10px;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between}.answerlist-page .comment-wrapper .comment-row .comment-avatar{width:36px;height:36px}.answerlist-page .comment-wrapper .comment-row .comment-avatar .van-image{cursor:pointer}.answerlist-page .comment-wrapper .comment-row .comment-info{width:calc(100% - 52px);height:auto;display:flex;flex-direction:column}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-name{width:100%;font-size:var(--small-size);color:var(--notobvious-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;cursor:pointer}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-name .grade{margin-left:8px;color:var(--success-color)}.answerlist-page .comment-wrapper .comment-row .comment-info .data-row{width:100%;font-size:var(--small-size);color:#6a6a6a;margin-bottom:8px}.answerlist-page .comment-wrapper .comment-row .comment-info .data-row span{margin-right:12px}.answerlist-page .comment-wrapper .comment-row .comment-info .comment{font-size:var(--primary-size);line-height:20px;margin-bottom:8px;word-break:break-all;word-wrap:break-word}.answerlist-page .comment-wrapper .comment-row .comment-info .comment span{cursor:pointer}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-video{width:100%;height:auto;margin-bottom:8px}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-imgs{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-imgs .comment-img{width:95px;height:95px;overflow:hidden;margin:0 8px 8px 0}@media (max-width:475px){.answerlist-page .comment-wrapper .comment-row .comment-info .comment-imgs .comment-img:nth-child(3n){margin-right:0}}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-opt{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-opt .left{font-size:var(--small-size);color:var(--notobvious-color)}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-opt .left .delete-btn,.answerlist-page .comment-wrapper .comment-row .comment-info .comment-opt .left .reply-btn{margin-left:12px;cursor:pointer}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-opt .left .delete-btn{color:var(--delete-color)}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-opt .right{font-size:var(--small-size);color:var(--notobvious-color);cursor:pointer}.answerlist-page .comment-wrapper .comment-row .comment-info .comment-opt .right .thumb-num{margin-left:4px}.answerlist-page .comment-wrapper .comment-row.answer-row .comment-info .comment-opt .right{display:flex;flex-direction:row;align-items:center}.answerlist-page .comment-wrapper .comment-row.answer-row .comment-info .comment-opt .right .mutual{margin-left:12px}.answerlist-page .comment-wrapper .comment-row.answer-row .comment-info .comment-opt .right .mutual .overturn{transform:rotateX(180deg)}.answerlist-page .comment-wrapper .reply-wrapper{width:calc(100% - 62px);height:auto;background-color:#f4f4f4;border-radius:6px;margin:10px 10px 0 52px;padding:10px;cursor:pointer}.answerlist-page .comment-wrapper .reply-wrapper .reply-row{font-size:var(--small-size);line-height:20px;color:var(--primary-color);margin-bottom:10px;word-break:break-all;word-wrap:break-word}.answerlist-page .comment-wrapper .reply-wrapper .reply-row .name{color:var(--notobvious-color);cursor:pointer}.answerlist-page .comment-wrapper .reply-wrapper .reply-row .mg{margin:0 4px}.answerlist-page .comment-wrapper .reply-wrapper .reply-row:last-child{margin-bottom:0}.answerlist-page .comment-wrapper .reply-wrapper .reply-link{font-size:var(--small-size);color:var(--success-color);cursor:pointer}.answerlist-page .comment-wrapper.nomg{margin-bottom:0}.answerlist-page .answer-btn-wrapper{position:fixed;top:calc(100% - 84px - constant(safe-area-inset-bottom));top:calc(100% - 84px - env(safe-area-inset-bottom));left:0;z-index:999;padding:20px 10px;width:100%}.answerlist-page .answer-btn-wrapper .answer-btn{width:100%;height:44px;opacity:.9}.answerlist-page .answer-btn-wrapper .answer-btn span{margin-left:8px}