@-webkit-keyframes bjy-loading-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes bjy-loading-rotate{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes bjy-loading-rotate{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes bjy-loading-rotate{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.bjy-component-menu{width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bjy-component-menu .bjy-component-menu-options{display:none;width:64px;margin-left:20px;margin-top:-10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:rgba(255,255,255,0.9);background-color:var(--brand-container-bg,rgba(255,255,255,0.9));color:#333;color:var(--brand-text-content,#333);-webkit-box-shadow:0 2px 4px 0 rgba(36,42,54,0.2);-moz-box-shadow:0 2px 4px 0 rgba(36,42,54,0.2);box-shadow:0 2px 4px 0 rgba(36,42,54,0.2);border:1px solid rgba(159,168,181,0.2)}.bjy-component-menu .bjy-component-menu-options .bjy-component-menu-option{padding:4px 8px;text-align:center}.bjy-component-menu .bjy-component-menu-options .bjy-component-menu-option:hover{background:rgba(159,168,181,0.2)}.bjy-component-menu[data-status='2'] .bjy-component-menu-options{display:block}.bjy-component-menu:hover::before{background-position:-16px 0}.bjy-component-menu:active::before{background-position:-32px 0}.bjy-component-menu[data-status='1']::before{background-position:-48px 0;-webkit-animation-name:bjy-loading-rotate;-moz-animation-name:bjy-loading-rotate;-o-animation-name:bjy-loading-rotate;animation-name:bjy-loading-rotate;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear}.bjy-component-menu::before{width:16px;height:16px;content:'';display:inline-block;background-image:url("../image/sprite5.png");background-image:-webkit-image-set(url("../image/sprite@2x5.png") 2x);background-repeat:no-repeat;background-position:0 0}.bjy-message-whisper{position:relative;width:100%;background:#fff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;opacity:.9;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 10px 0 rgba(0,0,0,0.2);box-shadow:0 2px 10px 0 rgba(0,0,0,0.2);border:1px solid #e2e2e2;padding:4px;font-size:14px;margin-bottom:20px}.bjy-message-whisper-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#4a4a4a}.bjy-message-whisper-header .bjy-icon{background-image:url("../image/whisper-icon.png");background-image:-webkit-image-set(url("../image/whisper-icon@2x.png") 2x);background-repeat:no-repeat}.bjy-message-whisper-header .bjy-icon-whisper-tip{background-position:-24px 0;width:24px;height:24px;cursor:pointer}.bjy-message-whisper-header .bjy-icon-whisper-close{background-position:0 0;width:24px;height:24px;position:absolute;right:0;cursor:pointer}.bjy-message-whisper-content{color:#000;padding:7px 4px 0 4px;word-wrap:break-word;word-break:break-all;word-wrap:break-word;white-space:normal}.bjy-message-whisper-footer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#1795ff;position:relative;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px;margin-bottom:4px;padding:0 4px;height:26px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bjy-message-whisper-footer a{cursor:pointer;color:#1795ff}.bjy-message-whisper-footer .button{cursor:pointer;font-size:12px;padding:3px 20px;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#1795ff;line-height:20px}.bjy-message-whisper-right{position:absolute;right:4px}.bjy-message-whisper-divider{height:1px;width:100%;background:#ccc;margin:8px 0 4px}.bjy-message-whisper textarea{width:100%;height:49px;color:#999;resize:none;outline:none;border:none;font-size:14px}.bjy-message-whisper-enter{-webkit-animation:moveNoticeIn 200ms;-moz-animation:moveNoticeIn 200ms;-o-animation:moveNoticeIn 200ms;animation:moveNoticeIn 200ms;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1}.bjy-message-whisper-leave{-webkit-animation:moveNoticeOut 200ms;-moz-animation:moveNoticeOut 200ms;-o-animation:moveNoticeOut 200ms;animation:moveNoticeOut 200ms;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1}.bjy-message-whisper-hide{display:none}@-webkit-keyframes moveNoticeIn{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes moveNoticeIn{0%{opacity:0;-moz-transform-origin:0 0;transform-origin:0 0;-moz-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-moz-transform-origin:0 0;transform-origin:0 0;-moz-transform:translateX(0);transform:translateX(0)}}@-o-keyframes moveNoticeIn{0%{opacity:0;-o-transform-origin:0 0;transform-origin:0 0;-o-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-o-transform-origin:0 0;transform-origin:0 0;-o-transform:translateX(0);transform:translateX(0)}}@keyframes moveNoticeIn{0%{opacity:0;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes moveNoticeOut{0%{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-moz-keyframes moveNoticeOut{0%{opacity:1;-moz-transform-origin:0 0;transform-origin:0 0;-moz-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-moz-transform-origin:0 0;transform-origin:0 0;-moz-transform:translateX(-100%);transform:translateX(-100%)}}@-o-keyframes moveNoticeOut{0%{opacity:1;-o-transform-origin:0 0;transform-origin:0 0;-o-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-o-transform-origin:0 0;transform-origin:0 0;-o-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes moveNoticeOut{0%{opacity:1;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}}.bjy-user-in-tips{position:fixed;top:32px;left:24px;z-index:1000}.bjy-user-in-tips-mobile{right:12px;left:unset}.bjy-user-in-tips-mobile .bjy-user-in-tips-item{-webkit-animation:moveTipsRightIn 1000ms;-moz-animation:moveTipsRightIn 1000ms;-o-animation:moveTipsRightIn 1000ms;animation:moveTipsRightIn 1000ms}.bjy-user-in-tips-item{width:184px;height:32px;line-height:32px;text-align:left;padding:0 8px;background:#000;opacity:.5;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.3);box-shadow:0 2px 5px 0 rgba(0,0,0,0.3);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#fff;overflow:hidden;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px;-webkit-animation:moveTipsIn 1000ms;-moz-animation:moveTipsIn 1000ms;-o-animation:moveTipsIn 1000ms;animation:moveTipsIn 1000ms;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1}.bjy-user-in-tips-item-leave{-webkit-animation:moveTipsOut 1000ms;-moz-animation:moveTipsOut 1000ms;-o-animation:moveTipsOut 1000ms;animation:moveTipsOut 1000ms;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes moveTipsIn{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes moveTipsIn{0%{opacity:0;-moz-transform-origin:0 0;transform-origin:0 0;-moz-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-moz-transform-origin:0 0;transform-origin:0 0;-moz-transform:translateX(0);transform:translateX(0)}}@-o-keyframes moveTipsIn{0%{opacity:0;-o-transform-origin:0 0;transform-origin:0 0;-o-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-o-transform-origin:0 0;transform-origin:0 0;-o-transform:translateX(0);transform:translateX(0)}}@keyframes moveTipsIn{0%{opacity:0;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes moveTipsRightIn{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes moveTipsRightIn{0%{opacity:0;-moz-transform-origin:0 0;transform-origin:0 0;-moz-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-moz-transform-origin:0 0;transform-origin:0 0;-moz-transform:translateX(0);transform:translateX(0)}}@-o-keyframes moveTipsRightIn{0%{opacity:0;-o-transform-origin:0 0;transform-origin:0 0;-o-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-o-transform-origin:0 0;transform-origin:0 0;-o-transform:translateX(0);transform:translateX(0)}}@keyframes moveTipsRightIn{0%{opacity:0;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes moveTipsOut{0%{opacity:1}100%{opacity:0;display:none}}@-moz-keyframes moveTipsOut{0%{opacity:1}100%{opacity:0;display:none}}@-o-keyframes moveTipsOut{0%{opacity:1}100%{opacity:0;display:none}}@keyframes moveTipsOut{0%{opacity:1}100%{opacity:0;display:none}}.bjy-sub-message-list{width:100%;overflow-x:hidden}.bjy-sub-message-list .bjy-sub-message-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;color:#fff;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.7px;margin-bottom:8px}.bjy-sub-message-list .bjy-sub-message-item[data-self='1']{color:#ffbb3c}.bjy-sub-message-list .bjy-sub-message-item .bjy-sub-message-item-inline{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:rgba(255,255,255,0.95);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:1px solid #e8e8e8;font-size:14px;color:#a0a7c7;text-align:center}.bjy-sub-message-list .bjy-sub-message-item .bjy-sub-message-item-left{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bjy-sub-message-list .bjy-sub-message-item .bjy-sub-message-item-left img{width:24px;height:24px;vertical-align:bottom}.bjy-sub-message-list .bjy-sub-message-item .bjy-sub-message-item-left .bjy-sub-message-item-content{padding:6px 6px 6px 12px;text-align:left}.bjy-sub-message-list .bjy-sub-message-item .bjy-sub-message-item-left .bjy-sub-reward-msg{padding:6px 6px 6px 12px}.bjy-sub-message-list .bjy-sub-message-item .bjy-sub-message-item-left .bjy-sub-bjy-message-reward-content{width:24px;height:24px;vertical-align:bottom}.bjy-sub-message-list .bjy-sub-message-item .bjy-sub-message-item-right .bjy-sub-msg-item-avatar{width:28px;height:28px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;vertical-align:bottom;margin:2px}.bjy-pointer-menu{position:fixed;z-index:5;display:none;background:#1b1c1d;border:1px solid rgba(176,190,197,0.05);-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;overflow:hidden}.bjy-pointer-menu .bjy-pointer-menu-option{min-width:56px;text-align:center;padding:3px 10px;cursor:pointer}.bjy-pointer-menu .bjy-pointer-menu-option:hover{background:rgba(176,190,197,0.1)}.bjy-message-list[data-skin='singleSide']{font-family:inherit;bottom:57px;height:auto;line-height:24px}.bjy-message-list[data-skin='singleSide'] .bjy-message-at-me{top:50px;padding:0 10px}.bjy-message-list[data-skin='singleSide'] *{line-height:24px}.bjy-message-list[data-skin='singleSide'] .bjy-sticky-message{position:relative;padding:8px 10px;background:rgba(176,190,197,0.05);font-size:14px;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bjy-message-list[data-skin='singleSide'] .bjy-sticky-message .bjy-name{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.bjy-message-list[data-skin='singleSide'] .bjy-sticky-message .bjy-name > span{display:block;height:16px;line-height:16px;font-size:12px;background:#1795ff;background:var(--brand-primary,#1795ff);color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-left:10px;padding:0 10px}.bjy-message-list[data-skin='singleSide'] .bjy-sticky-message .bjy-origin-content{line-height:24px;max-height:144px;overflow-y:auto;margin-bottom:24px;word-break:break-all;word-wrap:break-word;white-space:normal}.bjy-message-list[data-skin='singleSide'] .bjy-sticky-message .bjy-origin-content img:not(.img-content){width:24px;height:24px;vertical-align:text-bottom}.bjy-message-list[data-skin='singleSide'] .bjy-sticky-message .bjy-origin-content.fold{margin-bottom:0;cursor:pointer;max-height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.bjy-message-list[data-skin='singleSide'] .bjy-sticky-message .fold-btn{display:block;position:absolute;bottom:1px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);background:#1d1e20;color:rgba(255,255,255,0.6);width:48px;height:24px;line-height:24px;text-align:center;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;font-size:12px;cursor:pointer}.bjy-message-list[data-skin='singleSide'] .bjy-container{padding:10px 0 20px 0}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item{background:none;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:0 10px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item:hover{background:rgba(176,190,197,0.1)}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item + .bjy-message-item{margin-top:10px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-name{font-size:14px;color:rgba(255,255,255,0.6)}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-name.bjy-at-user-trigger:hover{color:#1795ff;color:var(--brand-primary,#1795ff);cursor:pointer}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-message-item-content{font-size:14px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item.has-translate,.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item.has-reference{background:rgba(176,190,197,0.05);padding-top:4px;padding-bottom:4px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item.has-reference{padding-top:0}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item[data-whisper='1']{background:rgba(176,190,197,0.05)}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item[data-whisper='1'] .whisper-wrap{position:relative;color:rgba(255,255,255,0.4);border-bottom:1px solid rgba(176,190,197,0.05);font-size:12px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item[data-whisper='1'] .whisper-wrap .icon-whisper-user{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item[data-whisper='1'] .bjy-origin-content .icon-whisper-user{color:rgba(255,255,255,0.4);float:right}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-translate-content{border-top:1px solid rgba(176,190,197,0.05)}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-translate-content > label{color:rgba(255,255,255,0.4);margin-right:5px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-reference{position:relative;padding:4px 0 4px 8px;margin-bottom:4px;border-bottom:1px solid rgba(176,190,197,0.1);color:rgba(255,255,255,0.4);font-size:12px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-reference::before{content:'';position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:-webkit-calc(100% - 16px);height:-moz-calc(100% - 16px);height:calc(100% - 16px);background:rgba(176,190,197,0.1)}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-reference > span:first-child{margin-right:5px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item img{vertical-align:middle}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-message-item-content[data-type='0'] img{width:auto;height:24px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-message-item-content[data-type='0'] .bjy-message-reward-content{width:48px;height:48px;margin-left:5px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-at-user{padding:0 4px;background:#333;background:var(--brand-text-content,#333);color:#1795ff;color:var(--brand-primary,#1795ff);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bjy-message-list[data-skin='singleSide'] .bjy-container .bjy-message-item .bjy-at-user[data-at-me='1']{background:#1795ff;background:var(--brand-primary,#1795ff);color:#333;color:var(--brand-text-content,#333)}.bjy-message-list{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px}.bjy-message-list .bjy-empty-container{display:none}.bjy-message-list .bjy-container{height:100%;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bjy-message-list .bjy-container:empty{background:url("../image/message-list-empty.png") no-repeat 50% 50%;background-image:-webkit-image-set(url("../image/message-list-empty@2x.png") 2x)}.bjy-message-list .bjy-container .no-more-history-message-hint{padding-bottom:10px;font-size:12px;text-align:center;color:#ccc}.bjy-message-list .bjy-container:empty{display:none}.bjy-message-list .bjy-container:empty + .bjy-empty-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bjy-message-list .bjy-scrollable{-webkit-overflow-scrolling:touch;overflow-y:auto;overflow-x:hidden}.bjy-message-list .bjy-divider{color:#dadada;text-align:center}.bjy-message-list .bjy-divider + div{margin-top:15px}.bjy-message-list .bjy-hint{background-color:#1795ff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;cursor:pointer;padding:2px 6px;position:absolute;bottom:8px;right:10px}.bjy-message-list .bjy-switch-message-show{display:inline-block;background-color:#fff;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;bottom:0;right:0}.bjy-message-list .bjy-switch-message-show [type='checkbox']{vertical-align:middle;margin-top:1px}.bjy-message-list .bjy-message-sticky{position:absolute;cursor:pointer;display:none;color:#006fff;font-size:14px;top:28px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bjy-message-list .bjy-cancel-sticky{cursor:pointer;margin-left:9px;color:#006fff;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bjy-message-list .bjy-sticky-message.bjy-message-item .bjy-role{max-width:5em;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-message-list .bjy-sticky-message.bjy-message-item .bjy-content[data-type='0'] img{width:auto;height:24px;vertical-align:middle}.bjy-message-list .bjy-message-at-me{position:absolute;top:5px;right:5px;padding:5px 10px;cursor:pointer;background-color:#1795ff;background-color:var(--brand-btn-primary,#1795ff);color:#fff;color:var(--brand-text-btn-primary,#fff);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none}.bjy-message-list .bjy-message-at-me:not(.bjy-disable):not(.disabled):hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.bjy-message-list .bjy-message-at-me:not(.bjy-disable):not(.disabled):active{-webkit-filter:brightness(.9);filter:brightness(.9)}.bjy-message-list .bjy-message-at-me.disabled,.bjy-message-list .bjy-message-at-me.bjy-disable{-webkit-filter:none;filter:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(159,168,181,0.4);color:#9fa8b5}.bjy-message-list .bjy-container .bjy-message-item[data-is-virtual='1'][data-from='self'] .bjy-message-item-content .bjy-content{background-color:rgba(23,149,255,0.2);color:#333;color:var(--brand-text-content,#333)}.bjy-message-list .bjy-container .bjy-message-item[data-is-virtual='1'][data-from='other'] .bjy-message-item-content .bjy-content{background-color:rgba(23,149,255,0.2);color:#333;color:var(--brand-text-content,#333)}.bjy-message-list .bjy-container .bjy-message-item.bjy-sensitive-notice[data-from='self'] .bjy-message-item-content.bjy-content,.bjy-message-list .bjy-container .bjy-message-item.bjy-sensitive-notice[data-from='other'] .bjy-message-item-content.bjy-content{background-color:rgba(159,168,181,0.2)}.bjy-message-list .bjy-container .bjy-message-item.bjy-sensitive-notice[data-from='self'] .bjy-message-item-content.bjy-content .bjy-reference,.bjy-message-list .bjy-container .bjy-message-item.bjy-sensitive-notice[data-from='other'] .bjy-message-item-content.bjy-content .bjy-reference{color:#9fa8b5}.bjy-message-list .bjy-sub-message{position:absolute;width:60%;max-height:-webkit-calc(100% - 54px);max-height:-moz-calc(100% - 54px);max-height:calc(100% - 54px);overflow-y:auto;right:12px}.bjy-message-item{zoom:1}.bjy-message-item:before,.bjy-message-item:after{content:' ';display:table}.bjy-message-item:after{clear:both}.bjy-message-item + .bjy-message-item{margin-top:20px}.bjy-message-item .bjy-content{font-size:14px}.bjy-message-item .bjy-content a{word-break:break-all;word-wrap:break-word;white-space:normal;white-space:break-spaces}.bjy-message-item .bjy-content .bjy-at-user{padding:0 4px;background:#333;background:var(--brand-text-content,#333);color:#1795ff;color:var(--brand-primary,#1795ff);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bjy-message-item .bjy-content .bjy-at-user[data-at-me='1']{background:#1795ff;background:var(--brand-primary,#1795ff);color:#fff}.bjy-message-item .bjy-content .bjy-component-menu{position:absolute;right:-7px;bottom:-8px;z-index:1}.bjy-message-item .bjy-content .bjy-component-menu .bjy-component-menu-options{margin:0;display:block;position:absolute;right:-9999px;top:-9999px}.bjy-message-item .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options{width:auto;min-width:64px;position:absolute;right:-77px;top:-8px}.bjy-message-item .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options.menu-options-left{right:20px}.bjy-message-item .bjy-content[data-type='0'] img{width:auto;height:24px;vertical-align:middle}.bjy-message-item .bjy-content[data-type='0'] .bjy-message-reward-content{width:48px;height:48px;margin-left:5px}.bjy-message-item .bjy-content .bjy-fixed-translation-icon{position:absolute;width:16px;height:16px;background-image:url("../image/translation.png");background-image:-webkit-image-set(url("../image/translation@2x.png") 2x);background-position:-16px 0;background-repeat:no-repeat;top:1px;right:-20px;left:unset;cursor:pointer}.bjy-message-item .bjy-content .bjy-fixed-translation-icon:hover{background-position:-16px -16px}.bjy-message-item .bjy-content .bjy-fixed-translation-icon:active{background-position:-16px -32px}.bjy-message-item .sensitive-word-warn-icon{width:14px;height:14px;background:url("../image/message-panel.png") no-repeat center;background-image:-webkit-image-set(url("../image/message-panel@2x.png") 2x);background-position:-49px -97px;display:inline-block;vertical-align:middle;margin-right:6px}.bjy-message-item .bjy-sensitive-message{color:#9fa8b5;display:inline-block;vertical-align:middle}.bjy-message-item[data-role='teacher'] .bjy-content,.bjy-message-item[data-role='assistant'] .bjy-content,.bjy-message-item[data-from='self'] .bjy-content{background-color:#a3cdff;color:#444}.bjy-message-item[data-role='teacher'] .bjy-content:after,.bjy-message-item[data-role='assistant'] .bjy-content:after,.bjy-message-item[data-from='self'] .bjy-content:after{border-right-color:#a3cdff}.bjy-message-item[data-role='teacher'] .bjy-content .bjy-divider,.bjy-message-item[data-role='assistant'] .bjy-content .bjy-divider,.bjy-message-item[data-from='self'] .bjy-content .bjy-divider{background-color:1px solid rgba(159,168,181,0.2)}.bjy-message-item[data-whisper='1'] .bjy-content{margin-top:5px}.bjy-message-item[data-whisper='1'] .bjy-content .bjy-translate-container{margin:0}.bjy-message-item[data-whisper='1'] .bjy-whisper-title:before{content:'';display:inline-block;margin-right:5px;width:24px;height:24px;background:url("../image/message-panel.png") no-repeat center;background-image:-webkit-image-set(url("../image/message-panel@2x.png") 2x);background-position:0 -48px;vertical-align:middle}.bjy-message-item[data-whisper='1'] .bjy-whisper-title[data-is-to-group='1']:before{background-position:0 -88px}.bjy-message-item[data-whisper='1'][data-from='other'] .bjy-whisper-title[data-is-to-group='1']:before{background-position:-24px -88px}.bjy-message-item[data-whisper='1'][data-from='other'] .bjy-whisper-title[data-is-to-group='1'] +div>div:before{display:none}.bjy-message-item[data-whisper='1'][data-from='other'] .bjy-content > div:not(.bjy-origin-content){display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bjy-message-item[data-whisper='1'][data-from='other'] .bjy-content > div .bjy-origin-content span{height:24px;display:inline-block;vertical-align:bottom}.bjy-message-item[data-whisper='1'][data-from='other'] .bjy-content > div> div{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.bjy-message-item[data-whisper='1'][data-from='other'] .bjy-content > div> div:not(.bjy-translate-content):not(.bjy-component-menu-options):before{content:'';display:inline-block;margin-right:5px;width:24px;height:24px;background:url("../image/message-panel.png") no-repeat center;background-image:-webkit-image-set(url("../image/message-panel@2x.png") 2x);background-position:-24px -48px;vertical-align:text-bottom;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.bjy-message-item[data-whisper='1'][data-from='other'] .bjy-content > div .bjy-component-menu-options{display:block}.bjy-message-item[data-whisper='1'][data-from='other'] .bjy-content .bjy-origin-content:before{content:'';display:inline-block;margin-right:5px;width:24px;height:24px;background:url("../image/message-panel.png") no-repeat center;background-image:-webkit-image-set(url("../image/message-panel@2x.png") 2x);background-position:-24px -48px;vertical-align:text-bottom}.bjy-message-item .bjy-custom-message{width:100%}.bjy-message-item .bjy-avatar{display:inline-block;width:40px;height:40px;float:left}.bjy-message-item .bjy-avatar img{width:100%;height:100%}.bjy-message-item .bjy-wrapper{margin-left:10px;float:left;max-width:70%}.bjy-message-item .bjy-header{color:#999;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;line-height:1.3;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.bjy-message-item .bjy-header + .bjy-body{margin-top:5px}.bjy-message-item .bjy-name{display:inline-block;max-width:8em;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-message-item .bjy-time,.bjy-message-item .bjy-role,.bjy-message-item .bjy-number,.bjy-message-item .bjy-end-type{margin-left:8px}.bjy-message-item .bjy-role:before{content:'[ '}.bjy-message-item .bjy-role:after{content:' ]'}.bjy-message-item .bjy-number{color:#1795ff;display:inline-block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-message-item .bjy-whisper-title{display:block;line-height:24px;max-width:150px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-message-item .bjy-content[data-type='2']{padding:0}.bjy-message-item .bjy-content{position:relative;background-color:rgba(159,168,181,0.2);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#333;color:var(--brand-text-content,#333);display:inline-block;line-height:1.5;padding:7px 10px;-webkit-transition-property:-webkit-box-shadow;transition-property:-webkit-box-shadow;-o-transition-property:box-shadow;-moz-transition-property:box-shadow, -moz-box-shadow;transition-property:box-shadow;transition-property:box-shadow, -webkit-box-shadow, -moz-box-shadow;-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;word-break:break-word}.bjy-message-item .bjy-content img{vertical-align:top;max-width:100%}.bjy-message-item .bjy-content a,.bjy-message-item .bjy-content .bjy-link{color:#297bea}.bjy-message-item .bjy-content:hover{-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.1);box-shadow:inset 0 0 2px rgba(0,0,0,0.1)}.bjy-message-item .bjy-content:hover .bjy-translate{opacity:1;visibility:visible}.bjy-message-item .bjy-content:after{content:'';position:absolute;height:0;width:0;border-color:transparent;border-style:solid;top:8px;left:-11px;border-width:6px;border-right-color:#f2f3f5}.bjy-message-item .bjy-content .bjy-divider{display:inline-block;width:100%;height:1px;background-color:#dadada;margin:2px 0}.bjy-message-item .bjy-content .bjy-translate-content{color:#768ba4;margin-top:0}.bjy-message-item .bjy-content .bjy-translate-content[data-sataus='3']{color:#ff1f49}.bjy-message-item .bjy-content .bjy-translate-content .bjy-translate-retry{text-decoration:underline;color:#1795ff;margin-left:5px;cursor:pointer}.bjy-message-item .bjy-content[data-show-translate-button='1'] .bjy-translate{opacity:1;visibility:visible}.bjy-message-item .bjy-content[data-show-translate-button='0'] .bjy-translate{opacity:0;visibility:hidden}.bjy-message-item .bjy-content .bjy-translate{width:22px;height:22px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;bottom:-12px;right:-12px;border:1px solid #ecf0f2;background-color:#fff;cursor:pointer;opacity:0;visibility:hidden;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-transition-property:opacity,visibility;-o-transition-property:opacity,visibility;-moz-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.bjy-message-item .bjy-content .bjy-translate .bjy-icon{display:inline-block;width:16px;height:16px;margin-top:3px;margin-left:3px;background-image:url("../image/translation.png");background-image:-webkit-image-set(url("../image/translation@2x.png") 2x);background-position:0 0;background-repeat:no-repeat}.bjy-message-item .bjy-content .bjy-translate[data-sataus='1']{opacity:1;visibility:visible}.bjy-message-item .bjy-content .bjy-translate[data-sataus='1'] .bjy-icon{background-position:0 -32px;-webkit-animation-name:bjy-loading-rotate;-moz-animation-name:bjy-loading-rotate;-o-animation-name:bjy-loading-rotate;animation-name:bjy-loading-rotate;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear}.bjy-message-item .bjy-content .bjy-translate[data-sataus='2'][data-show-translate='1'] .bjy-icon{background-position:0 -16px}.bjy-message-item .bjy-content .bjy-reference{color:#333;color:var(--brand-text-content,#333);opacity:.6}.bjy-message-item .bjy-content .bjy-reference[data-show='0']{overflow:hidden;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;display:-webkit-inline-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;word-wrap:break-word;word-break:break-all;word-wrap:break-word;white-space:normal;max-height:70px;line-height:22px}.bjy-message-item .bjy-content .bjy-reference[data-show='1']{margin-bottom:8px}.bjy-message-item .bjy-content .bjy-reference-divider{display:block;margin-bottom:8px}.bjy-message-item .bjy-sticky-button{background:#1795ff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;margin-left:8px;padding:1px 6px}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel{z-index:2;background:#fff;background:var(--brand-dialog-bg,#fff);color:#333;color:var(--brand-text-content,#333)}.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel{z-index:2;background:#fff;background:var(--brand-dialog-bg,#fff);color:#333;color:var(--brand-text-content,#333)}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-simple,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-simple{padding:7px 6px 10px 6px;margin-bottom:4px;max-height:52px;overflow:hidden;cursor:pointer;position:relative}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-sticky-button,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-sticky-button{position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;margin-left:2px;margin-right:5px;display:inline-block;min-width:16px;height:16px;text-align:center;line-height:16px;background-image:-webkit-gradient(linear,left top, left bottom,from(#fb0),to(#f60));background-image:-webkit-linear-gradient(#fb0,#f60);background-image:-moz- oldlinear-gradient(#fb0,#f60);background-image:-o-linear-gradient(#fb0,#f60);background-image:linear-gradient(#fb0,#f60)}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-sticky-button .bjy-count-tip,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-sticky-button .bjy-count-tip{width:16px;height:16px;background:#ff1f49;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center;line-height:16px;position:absolute;right:-11px;top:-9px;-webkit-transform:scale(.875);-moz-transform:scale(.875);-ms-transform:scale(.875);-o-transform:scale(.875);transform:scale(.875)}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-content,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-content{line-height:21px;word-break:break-all;word-wrap:break-word;white-space:normal}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-content img,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-content img{width:auto;height:18px;vertical-align:text-bottom}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-ellipsis,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-simple .bjy-ellipsis{position:absolute;bottom:6px;right:4px;padding:1px 5px;background-color:inherit}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel[data-fold='0'],.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel[data-fold='0']{max-height:100%;position:absolute;width:100%;padding-bottom:20px;-webkit-box-shadow:0 7px 7px -7px rgba(0,0,0,0.4);-moz-box-shadow:0 7px 7px -7px rgba(0,0,0,0.4);box-shadow:0 7px 7px -7px rgba(0,0,0,0.4);border-bottom:1px solid rgba(159,168,181,0.2)}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel[data-fold='1'],.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel[data-fold='1']{border-bottom:1px solid rgba(159,168,181,0.2);margin-bottom:4px}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-list,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-list{overflow:auto;padding:0 6px}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-footer,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-footer{position:absolute;bottom:0;display:inline-block;width:100%;height:20px;text-align:center}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-footer svg,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-footer svg{margin-top:2px;display:inline-block;cursor:pointer}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-footer svg .bjy-icon-fold{fill:#9fa8b5;fill:var(--icon-default-color,#9fa8b5)}.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-footer svg .bjy-icon-fold{fill:#9fa8b5;fill:var(--icon-default-color,#9fa8b5)}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message-footer svg:hover .bjy-icon-fold,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message-footer svg:hover .bjy-icon-fold{fill:#1795ff}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item{padding:6px 0;margin-top:0;border-bottom:none}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-cancel-sticky,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-cancel-sticky{opacity:1;background:none;vertical-align:middle;float:right;font-size:12px;color:#949494;width:auto;height:auto;max-width:unset;margin-top:1px}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-cancel-sticky:hover{color:#1795ff;color:var(--brand-primary,#1795ff)}.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-cancel-sticky:hover{color:#1795ff;color:var(--brand-primary,#1795ff)}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-header,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-header{display:block}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-body,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-body{margin-top:8px}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-sticky-button,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-sticky-button{margin-left:2px;margin-right:5px;vertical-align:middle;display:inline-block;width:16px;height:16px;text-align:center;line-height:16px;padding:0;background-image:-webkit-gradient(linear,left top, left bottom,from(#fb0),to(#f60));background-image:-webkit-linear-gradient(#fb0,#f60);background-image:-moz- oldlinear-gradient(#fb0,#f60);background-image:-o-linear-gradient(#fb0,#f60);background-image:linear-gradient(#fb0,#f60)}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-name,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-name{vertical-align:middle;max-width:136px}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-role,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-role{margin-left:2px;vertical-align:middle}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-content,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-content{width:100%}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-content img:not(.img-content),.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-content img:not(.img-content){vertical-align:middle;width:auto;height:24px}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-content .img-content,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-content .img-content{width:100%;max-width:unset;max-height:unset}.bjy-message-list[data-skin='light'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-content:after,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message-panel .bjy-sticky-message.bjy-message-item .bjy-content:after{display:none}.bjy-message-list[data-skin='light'] .bjy-error-tip,.bjy-message-list[data-skin='dialog'] .bjy-error-tip{background:rgba(255,31,73,0.8);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#fff;font-size:12px;line-height:24px;position:absolute;width:100%;top:34px;z-index:2;padding:0 8px}.bjy-message-list[data-skin='light'] .bjy-message-item .bjy-message-item-content,.bjy-message-list[data-skin='dialog'] .bjy-message-item .bjy-message-item-content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative}.bjy-message-list[data-skin='light'] .bjy-message-item .bjy-wrapper,.bjy-message-list[data-skin='dialog'] .bjy-message-item .bjy-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.bjy-message-list[data-skin='light'] .bjy-message-item .bjy-avatar,.bjy-message-list[data-skin='dialog'] .bjy-message-item .bjy-avatar{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.bjy-message-list[data-skin='light'] .bjy-message-item[data-whisper='0'] .bjy-message-item-content:hover .bjy-message-sticky,.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-whisper='0'] .bjy-message-item-content:hover .bjy-message-sticky{display:block;right:0}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item{padding:10px;border-bottom:1px solid rgba(159,168,181,0.2)}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item .bjy-cancel-sticky,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item .bjy-cancel-sticky{width:14px;height:14px;min-width:14px;opacity:0;margin-left:4px;background-image:url("../image/cancel-sticky.png");background-image:-webkit-image-set(url("../image/cancel-sticky@2x.png") 2x);-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item .bjy-cancel-sticky:hover,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item .bjy-cancel-sticky:hover{background-position-x:-14px}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item .bjy-wrapper,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item .bjy-wrapper{max-width:78%}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-header .bjy-name,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-header .bjy-name{max-width:initial}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-body .bjy-content,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-body .bjy-content{max-width:auto;background-color:#a3cdff}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-body .bjy-content .bjy-origin-content,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-body .bjy-content .bjy-origin-content{overflow:hidden;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;display:-webkit-inline-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;word-wrap:break-word;word-break:break-all;word-wrap:break-word;white-space:normal}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-body .bjy-content:after,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-body .bjy-content:after{border-right-color:#a3cdff}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-body .bjy-content:hover .bjy-sticky-message-title,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item .bjy-wrapper .bjy-body .bjy-content:hover .bjy-sticky-message-title{display:block}.bjy-message-list[data-skin='light'] .bjy-sticky-message.bjy-message-item .bjy-wrapper:hover .bjy-cancel-sticky,.bjy-message-list[data-skin='dialog'] .bjy-sticky-message.bjy-message-item .bjy-wrapper:hover .bjy-cancel-sticky{opacity:1}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content,.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content{padding:6px 10px;font-size:14px;max-width:210px}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content .bjy-name{display:inline-block;max-width:12em;color:#1795ff;color:var(--brand-primary,#1795ff);margin-right:5px;margin-bottom:-2px;line-height:1}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-name{display:inline-block;max-width:12em;color:#1795ff;color:var(--brand-primary,#1795ff);margin-right:5px;margin-bottom:-2px;line-height:1}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content .bjy-name .bjy-role,.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-name .bjy-role{margin:0 5px}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content img,.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content img{display:block;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content img.img-content,.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content img.img-content{margin-top:10px}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content:after,.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content:after{border:none;width:11px;height:11px;top:0;background-image:url("../image/sprite5.png");background-image:-webkit-image-set(url("../image/sprite@2x5.png") 2x)}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content[data-type='0'] img,.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content[data-type='0'] img{display:inline-block}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options,.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options{right:20px;min-width:74px}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options.menu-options-right,.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options.menu-options-right{right:-77px}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-content .bjy-fixed-translation-icon,.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-fixed-translation-icon{top:1px;left:-20px}.bjy-message-list[data-skin='dark'] .bjy-container:empty{display:none}.bjy-message-list[data-skin='dark'] .bjy-container:empty + .bjy-empty-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bjy-message-list[data-skin='dark'] .bjy-message-item{position:relative}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content{-webkit-border-radius:0 8px 8px 8px;-moz-border-radius:0 8px 8px 8px;border-radius:0 8px 8px 8px}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content:after{display:none}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-short-content{display:none}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-translate{right:-10px}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-origin-content .bjy-divider{background-color:rgba(159,168,181,0.2)}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-origin-content .bjy-translate-content{color:#a4a4a4;margin-top:0}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-origin-content .bjy-reference{color:#fff;opacity:.6}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-component-menu .bjy-forbid[data-forbid='0']{color:#ef6466}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-component-menu .bjy-component-menu-option{white-space:nowrap}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-header{margin-bottom:6px}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-header .bjy-name{color:#fff;max-width:12em;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-header .bjy-name.bjy-at-user-trigger:hover{color:#1795ff;color:var(--brand-primary,#1795ff);cursor:pointer}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-header .bjy-group-name{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-whisper='0']:hover .bjy-message-sticky{display:block}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='other'] .bjy-message-sticky{right:0}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-link{color:#fff}.bjy-message-list[data-skin='dark'] .bjy-container .bjy-message-item.bjy-sensitive-notice[data-from='self'] .bjy-content,.bjy-message-list[data-skin='dark'] .bjy-container .bjy-message-item.bjy-sensitive-notice[data-from='other'] .bjy-content{background-color:rgba(159,168,181,0.2)}.bjy-message-list[data-skin='dark'] .bjy-container .bjy-message-item.bjy-sensitive-notice[data-from='self'] .bjy-content .bjy-reference,.bjy-message-list[data-skin='dark'] .bjy-container .bjy-message-item.bjy-sensitive-notice[data-from='other'] .bjy-content .bjy-reference{color:#9fa8b5}.bjy-message-list[data-skin='dark'] .bjy-sticky-message{position:relative;width:322px;background:rgba(40,53,68,0.8);font-size:12px;top:-5px;left:-6px;z-index:1;padding:8px 16px}.bjy-message-list[data-skin='dark'] .bjy-sticky-message + .bjy-message-item{margin-top:0}.bjy-message-list[data-skin='dark'] .bjy-sticky-message .bjy-header{margin-bottom:6px}.bjy-message-list[data-skin='dark'] .bjy-sticky-message .bjy-header .bjy-time{margin:0 8px;color:#999}.bjy-message-list[data-skin='dark'] .bjy-sticky-message .bjy-content{position:relative;display:inline-block;line-height:1.5;background-color:#fff;max-width:300px}.bjy-message-list[data-skin='dark'] .bjy-sticky-message .bjy-content:after{display:none}.bjy-message-list[data-skin='dark'] .bjy-sticky-message .bjy-content .bjy-origin-content{background-color:#fff;color:#000}.bjy-message-list[data-skin='dark'] .bjy-sticky-message .bjy-origin-content{line-height:21px;max-height:126px;overflow-y:auto;margin-bottom:24px}.bjy-message-list[data-skin='dark'] .bjy-sticky-message .bjy-origin-content.fold{margin-bottom:0;cursor:pointer;max-height:42px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.bjy-message-list[data-skin='dark'] .bjy-sticky-message .fold-btn{display:block;position:absolute;bottom:9px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);background:#1d1e20;color:rgba(255,255,255,0.6);width:48px;height:24px;line-height:24px;text-align:center;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;font-size:12px;cursor:pointer}.bjy-message-list[data-skin='dark'] .bjy-divider{color:#6d6d6e;margin-top:2px}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-role='teacher'] .bjy-content{background-color:rgba(159,168,181,0.2);color:#333;color:var(--brand-text-content,#333)}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-role='assistant'] .bjy-content{background-color:rgba(159,168,181,0.2);color:#333;color:var(--brand-text-content,#333)}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content{background-color:rgba(159,168,181,0.2);color:#333;color:var(--brand-text-content,#333)}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-header{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-header .bjy-time{margin-right:8px}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-role='teacher'] .bjy-content .bjy-name,.bjy-message-list[data-skin='dark'] .bjy-message-item[data-role='assistant'] .bjy-content .bjy-name{color:#ff9200}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-role='teacher'] .bjy-content:after,.bjy-message-list[data-skin='dark'] .bjy-message-item[data-role='assistant'] .bjy-content:after{left:-6px;background-position:-22px 0}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content{float:right;background-color:#1795ff;-webkit-border-radius:8px 0 8px 8px;-moz-border-radius:8px 0 8px 8px;border-radius:8px 0 8px 8px;color:#fff}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content:after{left:auto;right:-6px;background-position:-33px 0}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content img.img-content{margin-top:0}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-origin-content .bjy-divider{background-color:rgba(255,255,255,0.2)}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-origin-content .bjy-translate-content{color:rgba(255,255,255,0.6)}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-origin-content .bjy-translate-content[data-sataus='3'] .bjy-translate-retry{color:#fff}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-origin-content .bjy-reference{color:#fff;opacity:.6}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-component-menu{left:-7px;right:auto}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='other'] .bjy-translate-content[data-sataus='3']{color:#999}.bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='other'] .bjy-translate-content[data-sataus='3'] .bjy-translate-retry{color:#1795ff}.bjy-message-list[data-skin='dark'] .bjy-message-item + .bjy-message-item{margin-top:12px}.bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-divider + div{margin-top:6px}.bjy-message-list[data-skin='float'] .bjy-divider,.bjy-message-list[data-skin='float'] .bjy-custom-message,.bjy-message-list[data-skin='float'] .bjy-hint,.bjy-message-list[data-skin='float'] .bjy-in-off-item{display:none}.bjy-message-list[data-skin='float'] .bjy-container:empty{display:none}.bjy-message-list[data-skin='float'] .bjy-container:empty + .bjy-empty-container{display:none}.bjy-message-list[data-skin='float'] .bjy-message-item{margin-top:5px}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-divider + div{margin:0}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content{float:right;background-color:rgba(0,0,0,0.8);color:#fff}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content img{display:block}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content .bjy-short-content{display:inline}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content:after,.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content .bjy-origin-content{display:none}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content .bjy-divider{background-color:#dadada}.bjy-message-list[data-skin='float'] .bjy-message-item .bjy-content .bjy-translate-content{color:#666}.bjy-message-list[data-skin='float'] .bjy-message-item[data-role='teacher'] .bjy-content .bjy-name,.bjy-message-list[data-skin='float'] .bjy-message-item[data-role='assistant'] .bjy-content .bjy-name,.bjy-message-list[data-skin='float'] .bjy-message-item[data-from='self'] .bjy-content .bjy-name{color:#ff9200}.bjy-message-list[data-skin='float'] .bjy-message-item[data-whisper='1'] .bjy-content{padding-left:34px}.bjy-message-list[data-skin='float'] .bjy-message-item[data-whisper='1'] .bjy-content:after{content:'';display:block;width:24px;height:24px;background:url("../image/message-panel.png") no-repeat center;background-image:-webkit-image-set(url("../image/message-panel@2x.png") 2x);border:none;background-position:0 -48px;top:4px;right:auto;left:6px}.bjy-message-list[data-skin='float'] .bjy-message-item[data-whisper='1'][data-is-to-group='1'] .bjy-content:after{background-position:0 -88px}.bjy-message-list[data-skin='float'] .bjy-message-item[data-whisper='1'][data-from='other'] .bjy-content:after{background-position:-24px -48px}.bjy-message-list[data-skin='float'] .bjy-message-item[data-whisper='1'][data-from='other'][data-is-to-group='1'] .bjy-content:after{background-position:-24px -88px}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-message-item-content{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-message-item-content:hover .bjy-message-sticky{left:0}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-avatar{float:right}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-wrapper{float:right;margin-right:10px;margin-left:0}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-wrapper .bjy-header{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-wrapper .bjy-body{text-align:right}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-wrapper .bjy-body .bjy-content{text-align:left;-webkit-border-radius:8px 0 8px 8px;-moz-border-radius:8px 0 8px 8px;border-radius:8px 0 8px 8px}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-wrapper .bjy-body .bjy-content:after{display:none}.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-role='teacher'] .bjy-wrapper .bjy-body .bjy-content:before,.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-role='assistant'] .bjy-wrapper .bjy-body .bjy-content:before,.bjy-message-list[data-skin='dialog'] .bjy-message-item[data-from='self'] .bjy-wrapper .bjy-body .bjy-content:before{border-left-color:#a3cdff}.bjy-in-off-item{margin:4px 0;text-align:center;font-size:12px;color:#6d6d6e}.bjy-in-off-item .bjy-divider{font-size:12px}.bjy-in-off-item >span{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap;width:100%;overflow:hidden}.bjy-in-off-item >span .bjy-text-overflow{overflow:hidden;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-in-off-item >span .bjy-text-point{margin-left:4px;display:inline-block}html.english .bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-component-menu .bjy-component-menu-options{width:102px}html.english .bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options{right:-106px;top:-8px}html.english .bjy-message-list[data-skin='dark'] .bjy-message-item .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options.menu-options-left{right:20px}html.english .bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options{right:20px}html.english .bjy-message-list[data-skin='dark'] .bjy-message-item[data-from='self'] .bjy-content .bjy-component-menu[data-status='2'] .bjy-component-menu-options.menu-options-right{right:-106px}.bjy-whisper-message-list{position:fixed;top:16px;left:0;margin-left:16px;z-index:999;width:360px}.bjy-message-list-simple{font-family:PingFangSC,PingFangSC-Medium;font-weight:500}.bjy-message-list-simple .bjy-sticky-message-list{background:rgba(255,255,255,0.72);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden}.bjy-message-list-simple .bjy-sticky-message-list .bjy-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:230px;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.bjy-message-list-simple .bjy-sticky-message-list .bjy-message-item +.bjy-message-item{margin-top:0}.bjy-message-list-simple .bjy-sticky-message-list .bjy-sticky-message{width:230px;background:none;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;text-align:left;padding:8px 10px}.bjy-message-list-simple .bjy-sticky-message-list .bjy-sticky-message .bjy-name{height:12px;line-height:12px;dusplay:block;color:rgba(0,0,0,0.4);margin-bottom:2px}.bjy-message-list-simple .bjy-sticky-message-list .bjy-sticky-message .bjy-name:before{content:'';width:2px;height:10px;background-color:#ff286c;display:inline-block;margin-right:5px}.bjy-message-list-simple .bjy-sticky-message-list .bjy-sticky-message .bjy-origin-content{color:#000;line-height:16px;font-size:12px;margin-left:3px;font-weight:700;max-height:32px;overflow:auto}.bjy-message-list-simple .bjy-container{padding:0;-ms-overflow-style:none}.bjy-message-list-simple .bjy-container::-webkit-scrollbar{display:none}.bjy-message-list-simple .bjy-container:empty{background:transparent}.bjy-message-list-simple .bjy-hint{right:unset;bottom:-9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}.bjy-message-list-simple .bjy-message-item{background:rgba(0,0,0,0.25);-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 8px;line-height:22px;font-size:13px;color:#fff}.bjy-message-list-simple .bjy-message-item .bjy-message-item-content{font-size:13px;text-align:left;line-height:24px}.bjy-message-list-simple .bjy-message-item .bjy-message-item-content .bjy-origin-content{text-align:left;word-break:break-all;word-wrap:break-word;white-space:normal;line-height:18px}.bjy-message-list-simple .bjy-message-item + .bjy-message-item{margin-top:4px}.bjy-message-list-simple .bjy-message-item .bjy-name{display:inline;max-width:78px;min-width:1em;padding-right:6px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.bjy-message-list-simple .bjy-message-item[data-is-reward="1"]{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(83,214,244,0.8)),to(rgba(83,191,249,0.8)));background-image:-webkit-linear-gradient(top,rgba(83,214,244,0.8) 0%,rgba(83,191,249,0.8) 100%);background-image:-moz- oldlinear-gradient(top,rgba(83,214,244,0.8) 0%,rgba(83,191,249,0.8) 100%);background-image:-o-linear-gradient(top,rgba(83,214,244,0.8) 0%,rgba(83,191,249,0.8) 100%);background-image:linear-gradient(180deg,rgba(83,214,244,0.8) 0%,rgba(83,191,249,0.8) 100%)}.bjy-message-list-simple .bjy-message-item[data-is-reward="1"] .bjy-origin-content{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bjy-message-list-simple .bjy-message-item[data-is-reward="1"] .bjy-origin-content >span{color:#ffd000}.bjy-message-list-simple .bjy-message-item[data-role='teacher'] .bjy-name,.bjy-message-list-simple .bjy-message-item[data-role='assistant'] .bjy-name{color:#8ee9ff}.bjy-message-list-simple .bjy-message-item[data-role='teacher']{background:rgba(255,159,0,0.6)}.bjy-message-list-simple .bjy-message-item[data-role='assistant']{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(83,162,244,0.8)),to(rgba(83,118,249,0.8)));background-image:-webkit-linear-gradient(top,rgba(83,162,244,0.8) 0%,rgba(83,118,249,0.8) 100%);background-image:-moz- oldlinear-gradient(top,rgba(83,162,244,0.8) 0%,rgba(83,118,249,0.8) 100%);background-image:-o-linear-gradient(top,rgba(83,162,244,0.8) 0%,rgba(83,118,249,0.8) 100%);background-image:linear-gradient(180deg,rgba(83,162,244,0.8) 0%,rgba(83,118,249,0.8) 100%)}.bjy-message-list-simple .bjy-message-item[data-role='student'] .bjy-name{color:#abf1ff}.bjy-message-list-simple .bjy-message-item .bjy-avatar{width:24px;height:24px;margin-right:8px}.bjy-message-list-simple .bjy-message-item .bjy-avatar img{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.bjy-message-list-simple .reference-content{opacity:.6}.bjy-message-list-simple .reference-content::after{display:block;content:'';height:1px;width:100%;background:rgba(255,255,255,0.2);margin:4px 0}