.el-alert{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#fff;border-radius:4px;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0;opacity:1;overflow:hidden;padding:8px 16px;position:relative;-webkit-transition:opacity .2s;transition:opacity .2s;width:100%}.el-alert.is-light .el-alert__closebtn{color:#c0c4cc}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#fff}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.el-alert--success.is-light{background-color:#eaf9e8;color:#29bf18}.el-alert--success.is-light .el-alert__description{color:#29bf18}.el-alert--success.is-dark{background-color:#29bf18;color:#fff}.el-alert--info.is-light{background-color:#f3f3f1;color:#858574}.el-alert--info.is-dark{background-color:#858574;color:#fff}.el-alert--info .el-alert__description{color:#858574}.el-alert--warning.is-light{background-color:#fdf6ec;color:#e6a23c}.el-alert--warning.is-light .el-alert__description{color:#e6a23c}.el-alert--warning.is-dark{background-color:#e6a23c;color:#fff}.el-alert--error.is-light{background-color:#fce6e6;color:#e10000}.el-alert--error.is-light .el-alert__description{color:#e10000}.el-alert--error.is-dark{background-color:#e10000;color:#fff}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0}.el-alert__closebtn{cursor:pointer;font-size:12px;opacity:1;position:absolute;right:15px;top:12px}.el-alert__closebtn.is-customed{font-size:13px;font-style:normal;top:9px}.el-alert-fade-enter,.el-alert-fade-leave-active{opacity:0}.el-checkbox,.el-checkbox-button__inner{color:#000;font-size:14px;font-weight:500;-webkit-user-select:none;-ms-user-select:none}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative}.el-checkbox-button__inner,.el-checkbox__input{cursor:pointer;outline:0;vertical-align:middle;white-space:nowrap}.el-checkbox{cursor:pointer;margin-right:30px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.el-checkbox.is-bordered{border:1px solid #dcdfe6;border-radius:4px;box-sizing:border-box;height:40px;line-height:normal;padding:9px 20px 9px 10px}.el-checkbox.is-bordered.is-checked{border-color:#e3c24c}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{border-radius:4px;height:36px;padding:7px 20px 7px 10px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner,.el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{font-size:14px;line-height:17px}.el-checkbox.is-bordered.el-checkbox--small{border-radius:3px;height:32px;padding:5px 15px 5px 10px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{font-size:12px;line-height:15px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{border-radius:3px;height:28px;padding:3px 15px 3px 10px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{font-size:12px;line-height:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox__input{line-height:1}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{border-color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#e3c24c;border-color:#e3c24c}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner:after{-webkit-transform:rotate(45deg) scaleY(1);-ms-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#e3c24c}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#e3c24c}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{background-color:#fff;content:"";display:block;height:2px;left:0;position:absolute;right:0;top:5px;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{background-color:#fff;border:1px solid #dcdfe6;border-radius:2px;box-sizing:border-box;display:inline-block;position:relative;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);z-index:1}.el-checkbox__inner:hover{border-color:#e3c24c}.el-checkbox__inner:after{border:1px solid #fff;border-left:0;border-top:0;box-sizing:content-box;content:"";height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);-ms-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;width:3px}.el-checkbox__original{height:0;margin:0;opacity:0;outline:0;position:absolute;width:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;font-size:14px;line-height:19px;padding-left:10px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button__inner{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-left:0;border-radius:0;box-sizing:border-box;line-height:1;margin:0;padding:12px 20px;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#e3c24c}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{margin:0;opacity:0;outline:0;position:absolute;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#e3c24c;border-color:#e3c24c;box-shadow:-1px 0 0 0 #eeda94;color:#fff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#e3c24c}.el-checkbox-button.is-disabled .el-checkbox-button__inner{background-color:#fff;background-image:none;border-color:#ebeef5;box-shadow:none;color:#c0c4cc;cursor:not-allowed}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#e3c24c}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{border-radius:0;font-size:14px;padding:10px 20px}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:9px 15px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:7px 15px}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{position:absolute;right:20px;top:10px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;color:#fff;content:attr(href);font-size:12px;font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;top:-5px;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #444;content:" ";height:0;top:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transition:visibility 0s ease .2s;transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}.editor[data-v-7a84b15e]{background-color:#fff;border-color:#c0c4cc;line-height:normal!important;overflow:hidden}.editor.disabled[data-v-7a84b15e]{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.editor[data-v-7a84b15e] .ql-editor{line-height:20px!important;min-height:100px;padding-bottom:50px;resize:vertical}.editor[data-v-7a84b15e] .ql-editor ol,.editor[data-v-7a84b15e] .ql-editor ul{padding:0}.editor[data-v-7a84b15e] .ql-container{font-size:14px;height:100%!important}.editor[data-v-7a84b15e] .ql-container .ql-editor::-webkit-scrollbar{width:6px}.editor[data-v-7a84b15e] .ql-container .ql-editor::-webkit-scrollbar-track{background:transparent}.editor[data-v-7a84b15e] .ql-container .ql-editor::-webkit-scrollbar-thumb{background:#ccc;background-clip:padding-box;border-radius:3px}@-moz-document url-prefix(){.editor ::v-deep .ql-container .ql-editor{scrollbar-color:#ccc transparent;scrollbar-width:thin}}.editor[data-v-7a84b15e] .ql-location{left:0!important}.editor[data-v-7a84b15e] .ql-toolbar.ql-snow{background-color:#fff;border-radius:4px 4px 0 0!important;position:relative;z-index:1}.editor[data-v-7a84b15e] .ql-container.ql-snow{border-radius:0 0 4px 4px!important}.el-radio-group{display:inline-block;font-size:0;line-height:1;vertical-align:middle}.el-radio,.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio,.el-radio__input{line-height:1;outline:0;white-space:nowrap}.el-radio,.el-radio__inner,.el-radio__input{display:inline-block;position:relative}.el-radio{color:#000;cursor:pointer;font-weight:500;margin-right:30px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-radio.is-bordered{border:1px solid #dcdfe6;border-radius:4px;box-sizing:border-box;height:40px;padding:12px 20px 0 10px}.el-radio.is-bordered.is-checked{border-color:#e3c24c}.el-radio.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{border-radius:4px;height:36px;padding:10px 20px 0 10px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{border-radius:3px;height:32px;padding:8px 15px 0 10px}.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{border-radius:3px;height:28px;padding:6px 15px 0 10px}.el-radio--mini.is-bordered .el-radio__label{font-size:12px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio:last-child{margin-right:0}.el-radio__input{cursor:pointer;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner:after{background-color:#f5f7fa;cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner:after{background-color:#c0c4cc}.el-radio__input.is-disabled+span.el-radio__label{color:#c0c4cc;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{background:#e3c24c;border-color:#e3c24c}.el-radio__input.is-checked .el-radio__inner:after{-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#e3c24c}.el-radio__input.is-focus .el-radio__inner{border-color:#e3c24c}.el-radio__inner{background-color:#fff;border:1px solid #dcdfe6;border-radius:100%;box-sizing:border-box;cursor:pointer;height:14px;width:14px}.el-radio__inner:hover{border-color:#e3c24c}.el-radio__inner:after{background-color:#fff;border-radius:100%;content:"";height:4px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in;width:4px}.el-radio__original{bottom:0;left:0;margin:0;opacity:0;outline:0;position:absolute;right:0;top:0;z-index:-1}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{box-shadow:0 0 2px 2px #e3c24c}.el-radio__label{font-size:14px;padding-left:10px}.form-edit-dialog .setting-box .interaction-box[data-v-693ff5a3]{width:100%}.setting-box[data-v-693ff5a3]{line-height:28px;margin-bottom:8px;margin-top:8px;width:100%}.setting-box .el-checkbox[data-v-693ff5a3]{font-size:12px;margin-right:15px}.setting-box .el-checkbox[data-v-693ff5a3] .el-checkbox__label{font-size:12px}.interaction-box[data-v-693ff5a3]{line-height:28px;margin-bottom:8px;margin-top:8px;width:100%}.interaction-box .interaction-title[data-v-693ff5a3]{color:#000;font-size:14px;font-weight:500;margin-bottom:10px}.interaction-box .interaction-title .left-name[data-v-693ff5a3]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.interaction-box .interaction-title .left-name i[data-v-693ff5a3]{font-size:16px}.interaction-box .interaction-title .left-name[data-v-693ff5a3]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.interaction-box .interation-content .interaction-options[data-v-693ff5a3]{margin-bottom:15px}.interaction-box .interation-content .interaction-options .interaction-radio-group[data-v-693ff5a3]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.interaction-box .interation-content .interaction-radio[data-v-693ff5a3]{font-weight:400;margin-right:16px}@media screen and (min-width:1630px){.interaction-box .interation-content .interaction-radio[data-v-693ff5a3]{margin-right:40px}}.interaction-box .interation-content .interaction-radio[data-v-693ff5a3] .el-radio__label{padding-left:6px}.interaction-box .interation-content .interaction-description[data-v-693ff5a3]{color:#666;font-size:12px;line-height:1.5;margin-bottom:15px}.interaction-box .interation-content .prompt-container[data-v-693ff5a3]{margin-top:15px}.interaction-box .interation-content .prompt-container .moderator-card[data-v-693ff5a3]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px;margin-bottom:16px}.interaction-box .interation-content .prompt-container .moderator-card .cover[data-v-693ff5a3]{border-radius:50%;height:56px;overflow:hidden;width:56px}.interaction-box .interation-content .prompt-container .moderator-card .cover img[data-v-693ff5a3]{aspect-ratio:1/1;height:100%;margin:0;object-fit:cover;padding:0;width:100%}.interaction-box .interation-content .prompt-container .moderator-card .info-box .desc[data-v-693ff5a3]{color:#000;font-size:14px}.interaction-box .interation-content .prompt-container .prompt-title[data-v-693ff5a3]{color:#000;font-size:14px;margin-bottom:5px}.interaction-box .interation-content .prompt-container[data-v-693ff5a3] .prompt-input{width:100%}.interaction-box .interation-content .prompt-container[data-v-693ff5a3] .prompt-input .el-textarea__inner::-webkit-scrollbar{width:6px}.interaction-box .interation-content .prompt-container[data-v-693ff5a3] .prompt-input .el-textarea__inner::-webkit-scrollbar-track{background:transparent}.interaction-box .interation-content .prompt-container[data-v-693ff5a3] .prompt-input .el-textarea__inner::-webkit-scrollbar-thumb{background:#ccc;background-clip:padding-box;border-radius:3px}@-moz-document url-prefix(){.interaction-box .interation-content .prompt-container ::v-deep .prompt-input .el-textarea__inner{scrollbar-color:#ccc transparent;scrollbar-width:thin}}.checkbox-container[data-v-3537943a]{margin-top:20px}.checkbox-container .header-box[data-v-3537943a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:16px}.checkbox-container .header-box .header-left .left-name[data-v-3537943a],.checkbox-container .header-box .header-left[data-v-3537943a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.checkbox-container .header-box .header-left .left-name[data-v-3537943a]{cursor:pointer}.checkbox-container .header-box .header-left .left-name i[data-v-3537943a]{font-size:16px}.checkbox-container .header-box .header-left .left-name[data-v-3537943a]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .header-box .header-left .ri-shuffle-line[data-v-3537943a]{color:#858574;margin-left:12px}.checkbox-container .header-box .header-right[data-v-3537943a]{color:#858574;cursor:pointer}.checkbox-container .header-box .header-right i[data-v-3537943a]{margin-left:4px}.checkbox-container .header-box .header-right[data-v-3537943a]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .set-box[data-v-3537943a]{line-height:28px;margin-bottom:16px}.checkbox-container .set-box .el-checkbox[data-v-3537943a]{display:block}.checkbox-container .option-box[data-v-3537943a]{list-style:none}.checkbox-container .option-box li[data-v-3537943a]{margin-left:-7px;padding:7px}.checkbox-container .option-box li.option-row[data-v-3537943a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.checkbox-container .option-box li.option-row .el-input[data-v-3537943a]{width:calc(100% - 33px)}.checkbox-container .option-box li.option-row div .el-input[data-v-3537943a]{width:100%}.checkbox-container .option-box li.option-row i[data-v-3537943a]{cursor:pointer;display:none;font-size:20px}.checkbox-container .option-box li.option-row i.ri-add-circle-fill[data-v-3537943a]{color:#e3c24c;position:absolute;right:60px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.checkbox-container .option-box li.option-row i.ri-add-circle-fill[data-v-3537943a]:hover{color:#e9ce70;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-row i.ri-indeterminate-circle-fill[data-v-3537943a]{margin-left:9px}.checkbox-container .option-box li.option-row i.ri-indeterminate-circle-fill[data-v-3537943a]:hover{color:#e10000;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-row.active[data-v-3537943a]:hover{background-color:#ffea9f;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-row.active:hover i[data-v-3537943a]{display:block}.checkbox-container .option-box li.none-option-row[data-v-3537943a]{margin-right:0;width:calc(100% - 40px)}.checkbox-container .option-box li.none-option-row div[data-v-3537943a]{background-color:#f5f7fa;border:1px solid #dcdfe6;border-radius:4px;color:#c0c4cc;height:40px;line-height:40px;padding:0 15px;width:100%}.checkbox-container .option-box li.none-option-row .el-input[data-v-3537943a]{width:100%}.checkbox-container .option-box li.none-option-row.active[data-v-3537943a]:hover{background-color:transparent}.checkbox-container .option-box li.none-option-row.active:hover i[data-v-3537943a]{display:none}.checkbox-container .option-box li.other-row[data-v-3537943a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.checkbox-container .option-box li.other-row div[data-v-3537943a]{background-color:#f5f7fa;border:1px solid #dcdfe6;border-radius:4px;color:#c0c4cc;height:40px;line-height:40px;padding:0 15px;width:calc(100% - 33px)}.checkbox-container .option-box li.option-add[data-v-3537943a]{padding-bottom:0}.checkbox-container .option-box li.option-add .button[data-v-3537943a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;background-color:#fff;border:2px dashed #e3c24c;border-radius:4px;color:#e3c24c;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 15px;width:calc(100% - 33px)}.checkbox-container .option-box li.option-add .button[data-v-3537943a]:hover{border-color:#e9ce70;color:#e9ce70;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-add .button i[data-v-3537943a]{font-size:20px}.checkbox-container[data-v-28ba036b]{margin-top:20px}.checkbox-container .header-box[data-v-28ba036b]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:16px}.checkbox-container .header-box .header-left .left-name[data-v-28ba036b],.checkbox-container .header-box .header-left[data-v-28ba036b]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.checkbox-container .header-box .header-left .left-name[data-v-28ba036b]{cursor:pointer}.checkbox-container .header-box .header-left .left-name i[data-v-28ba036b]{font-size:16px}.checkbox-container .header-box .header-left .left-name[data-v-28ba036b]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .header-box .header-left .ri-shuffle-line[data-v-28ba036b]{color:#858574;margin-left:12px}.checkbox-container .header-box .header-right[data-v-28ba036b]{color:#858574;cursor:pointer}.checkbox-container .header-box .header-right[data-v-28ba036b]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .uploadTip[data-v-28ba036b]{color:#666;font-size:12px;margin:5px 0 10px}.checkbox-container .option-box[data-v-28ba036b]{list-style:none}.checkbox-container .option-box li[data-v-28ba036b]{--m:36px}.checkbox-container .option-box li.option-image[data-v-28ba036b]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px}.checkbox-container .option-box li.option-image .image-add[data-v-28ba036b]{padding:10px}.checkbox-container .option-box li.option-image .image-add .add-box[data-v-28ba036b]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fff;border:2px dashed #e3c24c;border-radius:5px;color:#e3c24c;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:166.5px;-webkit-justify-content:center;justify-content:center;width:166.5px}.checkbox-container .option-box li.option-image .image-add .add-box[data-v-28ba036b]:hover{border-color:#e9ce70;color:#e9ce70;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-image .image-add .add-box i[data-v-28ba036b]{font-size:20px;margin-bottom:4px}.checkbox-container .option-box li.option-image .image-row[data-v-28ba036b]{padding:10px 10px 0}.checkbox-container .option-box li.option-image .image-row .el-image[data-v-28ba036b]{border-radius:5px;display:block;height:166.5px;width:166.5px}.checkbox-container .option-box li.option-image .image-row .el-input[data-v-28ba036b]{margin-top:10px;width:166.5px}.checkbox-container .option-box li.option-image .image-row .operate[data-v-28ba036b]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:20px;height:34px;-webkit-justify-content:center;justify-content:center;padding:6px 0;text-align:center}.checkbox-container .option-box li.option-image .image-row .operate[data-v-28ba036b] .el-upload{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 14px}.checkbox-container .option-box li.option-image .image-row .operate i[data-v-28ba036b]{cursor:pointer;display:none;font-size:20px}.checkbox-container .option-box li.option-image .image-row .operate i.ri-add-circle-fill[data-v-28ba036b]:hover,.checkbox-container .option-box li.option-image .image-row .operate i.ri-image-edit-fill[data-v-28ba036b]:hover{color:#e9ce70;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-image .image-row .operate i.ri-indeterminate-circle-fill[data-v-28ba036b]{margin:0 14px}.checkbox-container .option-box li.option-image .image-row .operate i.ri-indeterminate-circle-fill[data-v-28ba036b]:hover{color:#e10000;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-image .image-row[data-v-28ba036b]:hover{background-color:#ffea9f;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-image .image-row:hover i[data-v-28ba036b]{display:inline-block}.checkbox-container .option-box li.none-option-row[data-v-28ba036b]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-7px;padding:7px;position:relative;width:calc(100% - var(--m) - 4px)}.checkbox-container .option-box li.none-option-row div[data-v-28ba036b]{background-color:#f5f7fa;border:1px solid #dcdfe6;border-radius:4px;color:#c0c4cc;height:40px;line-height:40px;padding:0 15px;width:100%}.checkbox-container .option-box li.other-row[data-v-28ba036b]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-7px;padding:7px;position:relative}.checkbox-container .option-box li.other-row div[data-v-28ba036b]{background-color:#f5f7fa;border:1px solid #dcdfe6;border-radius:4px;color:#c0c4cc;height:40px;line-height:40px;padding:0 15px;width:calc(100% - 33px)}.checkbox-container .option-box li.other-row[data-v-28ba036b]:last-child{padding-bottom:0}.operate-box .content-other[data-v-46662cee]{margin:22px 0}.operate-box .content-other .el-select[data-v-46662cee],.operate-box .content-other .time-custom-select[data-v-46662cee]{margin-right:20px;width:160px}.checkbox-container[data-v-6c2a59d4]{margin-top:20px}.checkbox-container .tabs[data-v-6c2a59d4]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:16px}.checkbox-container .tabs .tab[data-v-6c2a59d4]{cursor:pointer;font-weight:400;margin-right:20px;-webkit-transition:.2s;transition:.2s}.checkbox-container .tabs .active[data-v-6c2a59d4]{font-weight:700}.checkbox-container .header-box[data-v-6c2a59d4]{margin-bottom:12px}.checkbox-container .switch-box .switch-row[data-v-6c2a59d4]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px}.checkbox-container .switch-box .switch-row span[data-v-6c2a59d4]{width:100px}.checkbox-container .color-box[data-v-6c2a59d4]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:12px;margin-top:12px}.checkbox-container .color-box .color-row[data-v-6c2a59d4]{border:2px solid transparent;border-radius:5px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:14px;overflow:hidden}.checkbox-container .color-box .color-row div[data-v-6c2a59d4]{height:40px;width:25px}.checkbox-container .color-box .color-row.disabled[data-v-6c2a59d4]{cursor:not-allowed}.checkbox-container .color-box .color-row.disabled[data-v-6c2a59d4]:hover{border:2px solid transparent!important}.checkbox-container .color-box .color-row.active[data-v-6c2a59d4],.checkbox-container .color-box .color-row.active[data-v-6c2a59d4]:hover{border:2px solid #000!important}.checkbox-container .color-box .color-row[data-v-6c2a59d4]:hover{border:2px solid;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .color-box .el-textarea[data-v-6c2a59d4] ::-webkit-scrollbar{width:6px}.checkbox-container .color-box .el-textarea[data-v-6c2a59d4] ::-webkit-scrollbar-track{background:transparent}.checkbox-container .color-box .el-textarea[data-v-6c2a59d4] ::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.checkbox-container .shape-box[data-v-6c2a59d4]{margin-bottom:12px;margin-top:12px}.checkbox-container .shape-box .shape-row[data-v-6c2a59d4],.checkbox-container .shape-box[data-v-6c2a59d4]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.checkbox-container .shape-box .shape-row[data-v-6c2a59d4]{-webkit-box-pack:center;-ms-flex-pack:center;border:2px solid #bbb;border-radius:5px;color:#e5e5e5;cursor:pointer;height:98px;-webkit-justify-content:center;justify-content:center;margin-right:14px;overflow:hidden;width:98px}.checkbox-container .shape-box .shape-row[data-v-6c2a59d4] svg{fill:#e5e5e5}.checkbox-container .shape-box .shape-row.active[data-v-6c2a59d4]{border:2px solid #000!important;color:#e3c24c!important}.checkbox-container .shape-box .shape-row.active[data-v-6c2a59d4] svg{fill:#e3c24c}.checkbox-container .shape-box .shape-row[data-v-6c2a59d4]:hover{border:2px solid #000;color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .shape-box .shape-row[data-v-6c2a59d4]:hover svg{fill:#e3c24c}.answer-method[data-v-4ff839b7]{margin:16px 0}.answer-method .content[data-v-4ff839b7]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:16px}.answer-method .content .link[data-v-4ff839b7]{color:#2b75ff;font-size:12px;margin-left:15px}.answer-method .content .link .icon[data-v-4ff839b7]{vertical-align:text-top}.operate-box .content-other[data-v-737e11f4]{margin:22px 0}.operate-box .content-other .el-select[data-v-737e11f4],.operate-box .content-other .time-custom-select[data-v-737e11f4]{margin-right:20px;width:160px}.operate-box .operate-other[data-v-3397ff04]{margin:22px 0}.operate-box .operate-other .el-select[data-v-3397ff04],.operate-box .operate-other .time-custom-select[data-v-3397ff04]{margin-right:20px;width:160px}.operate-box .operate-upload .upload-value .el-button[data-v-85fdc512]{background-color:#fff;color:#e3c24c;display:block;width:100%}.operate-box .operate-upload .upload-value[data-v-85fdc512] .el-image__inner{max-height:300px}.operate-box .operate-upload .upload-value .el-image[data-v-85fdc512]{display:block;margin-top:18px}.operate-box .operate-upload[data-v-85fdc512] .el-upload{display:block}.operate-box .operate-upload .upload-box[data-v-85fdc512]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;border:1px solid #bbb;border-radius:5px;color:#858574;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:150px;-webkit-justify-content:center;justify-content:center}.operate-box .operate-upload .upload-box i[data-v-85fdc512]{font-size:50px}.operate-box .operate-upload .upload-box span[data-v-85fdc512]{font-size:12px;margin-top:10px}.operate-box .operate-upload .upload-box[data-v-85fdc512]:hover{border-color:#e3c24c;color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.operate-box .content-other[data-v-85fdc512]{margin:22px 0}.operate-box .content-other .el-select[data-v-85fdc512],.operate-box .content-other .time-custom-select[data-v-85fdc512]{margin-right:20px;width:160px}.checkbox-container[data-v-4a25bc86]{margin-top:20px}.checkbox-container .header-box[data-v-4a25bc86]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:16px}.checkbox-container .header-box .header-left .left-name[data-v-4a25bc86],.checkbox-container .header-box .header-left[data-v-4a25bc86]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.checkbox-container .header-box .header-left .left-name[data-v-4a25bc86]{cursor:pointer}.checkbox-container .header-box .header-left .left-name i[data-v-4a25bc86]{font-size:16px}.checkbox-container .header-box .header-left .left-name[data-v-4a25bc86]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .header-box .header-left .ri-shuffle-line[data-v-4a25bc86]{color:#858574;margin-left:12px}.checkbox-container .header-box .header-right[data-v-4a25bc86]{color:#858574;cursor:pointer}.checkbox-container .header-box .header-right[data-v-4a25bc86]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .uploadTip[data-v-4a25bc86]{color:#666;font-size:12px;line-height:18px;margin:5px 0 10px}.checkbox-container .option-box[data-v-4a25bc86]{list-style:none}.checkbox-container .option-box li.option-image[data-v-4a25bc86]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px}.checkbox-container .option-box li.option-image .image-add[data-v-4a25bc86]{padding:10px}.checkbox-container .option-box li.option-image .image-add .add-box[data-v-4a25bc86]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fff;border:2px dashed #e3c24c;border-radius:5px;color:#e3c24c;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:150px;-webkit-justify-content:center;justify-content:center;width:255px}.checkbox-container .option-box li.option-image .image-add .add-box[data-v-4a25bc86]:hover{border-color:#e9ce70;color:#e9ce70;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-image .image-add .add-box i[data-v-4a25bc86]{font-size:20px;margin-bottom:4px}.checkbox-container .option-box li.option-image .image-row[data-v-4a25bc86]{padding:10px 10px 0}.checkbox-container .option-box li.option-image .image-row .el-image[data-v-4a25bc86]{border-radius:5px;display:block;height:166.5px;width:166.5px}.checkbox-container .option-box li.option-image .image-row .el-input[data-v-4a25bc86]{margin-top:10px;width:255px}.checkbox-container .option-box li.option-image .image-row video[data-v-4a25bc86]{border-radius:5px;display:block;height:150px;width:255px}.checkbox-container .option-box li.option-image .image-row .operate[data-v-4a25bc86]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:20px;height:34px;-webkit-justify-content:center;justify-content:center;padding:6px 0;text-align:center}.checkbox-container .option-box li.option-image .image-row .operate[data-v-4a25bc86] .el-upload{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 14px}.checkbox-container .option-box li.option-image .image-row .operate i[data-v-4a25bc86]{cursor:pointer;display:none;font-size:20px}.checkbox-container .option-box li.option-image .image-row .operate i.ri-add-circle-fill[data-v-4a25bc86]:hover,.checkbox-container .option-box li.option-image .image-row .operate i.ri-image-edit-fill[data-v-4a25bc86]:hover{color:#e9ce70;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-image .image-row .operate i.ri-indeterminate-circle-fill[data-v-4a25bc86]{margin:0 14px}.checkbox-container .option-box li.option-image .image-row .operate i.ri-indeterminate-circle-fill[data-v-4a25bc86]:hover{color:#e10000;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-image .image-row[data-v-4a25bc86]:hover{background-color:#ffea9f;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .option-box li.option-image .image-row:hover i[data-v-4a25bc86]{display:inline-block}.checkbox-container .option-box li.other-row[data-v-4a25bc86]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-7px;padding:7px;position:relative}.checkbox-container .option-box li.other-row div[data-v-4a25bc86]{background-color:#f5f7fa;border:1px solid #dcdfe6;border-radius:4px;color:#c0c4cc;height:40px;line-height:40px;padding:0 15px;width:calc(100% - 33px)}.checkbox-container .option-box li.other-row[data-v-4a25bc86]:last-child{padding-bottom:0}.operate-box .operate-clock[data-v-6be355f7]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#f5f7fa;border:1px solid #e4e7ed;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:40px;margin-bottom:22px;padding-left:12px;width:160px}.operate-box .operate-clock i[data-v-6be355f7]{font-size:18px;margin-right:8px}.operate-box .operate-upload .upload-value .el-button[data-v-6be355f7]{background-color:#fff;color:#e3c24c;display:block;width:100%}.operate-box .operate-upload .upload-value video[data-v-6be355f7]{display:block;margin-top:18px;max-height:500px;max-width:100%}.operate-box .operate-upload[data-v-6be355f7] .el-upload{display:block}.operate-box .operate-upload .upload-box[data-v-6be355f7]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;border:1px solid #bbb;border-radius:5px;color:#858574;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:150px;-webkit-justify-content:center;justify-content:center}.operate-box .operate-upload .upload-box i[data-v-6be355f7]{font-size:50px}.operate-box .operate-upload .upload-box span[data-v-6be355f7]{font-size:12px;margin-top:10px}.operate-box .operate-upload .upload-box[data-v-6be355f7]:hover{border-color:#e3c24c;color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.operate-box .operate-source[data-v-fe355702]{margin-bottom:16px}.operate-box .operate-source .source-msg[data-v-fe355702]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px}.operate-box .operate-source .source-msg i[data-v-fe355702]{font-size:16px;margin-right:6px}.operate-box .operate-source .source-name[data-v-fe355702]{background-color:#ffea9f;border-radius:5px;margin-top:20px;min-height:50px;padding:8px 14px}.operate-box .operate-source .source-name[data-v-fe355702],.operate-box .operate-source .source-tab[data-v-fe355702]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-source .source-tab[data-v-fe355702]{border-bottom:2px solid #ffea9f;margin-top:16px}.operate-box .operate-source .source-tab .tab-row[data-v-fe355702]{-webkit-box-pack:justify;-ms-flex-pack:justify;border-radius:5px 5px 0 0;cursor:pointer;height:45px;-webkit-justify-content:space-between;justify-content:space-between;max-width:160px;min-width:140px;padding:8px}.operate-box .operate-source .source-tab .tab-row .left .option[data-v-fe355702],.operate-box .operate-source .source-tab .tab-row .left[data-v-fe355702],.operate-box .operate-source .source-tab .tab-row[data-v-fe355702]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.operate-box .operate-source .source-tab .tab-row .left .option[data-v-fe355702]{-webkit-box-pack:center;-ms-flex-pack:center;border:1px solid #bbb;border-radius:4px;height:30px;-webkit-justify-content:center;justify-content:center;margin-right:8px;width:30px}.operate-box .operate-source .source-tab .tab-row .left .value[data-v-fe355702]{-webkit-box-orient:vertical;-webkit-line-clamp:1;-webkit-box-flex:1;display:-webkit-box;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:700;overflow:hidden}.operate-box .operate-source .source-tab .tab-row .el-icon-arrow-down[data-v-fe355702]{font-size:16px;margin-left:4px}.operate-box .operate-source .source-tab .tab-row[data-v-fe355702]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.operate-box .operate-source .source-tab .tab-row:hover .option[data-v-fe355702]{border-color:#e3c24c}.operate-box .operate-source .source-tab .tab-row.active[data-v-fe355702]{background-color:#ffea9f;color:#000!important}.operate-box .operate-source .source-tab .tab-row.active .option[data-v-fe355702]{background-color:#e3c24c;border-color:#e3c24c}.operate-box .operate-source .source-tab .tab-row[data-v-fe355702] .el-popover{padding:0}.operate-box .operate-source .source-tab .tab-row .down-box[data-v-fe355702]{max-height:204.5px;overflow:auto}.operate-box .operate-source .source-tab .tab-row .down-box .name[data-v-fe355702]{font-weight:800;padding:12px}.operate-box .operate-source .source-tab .tab-row .down-box .row[data-v-fe355702]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:30px;padding:4px 12px}.operate-box .operate-source .source-tab .tab-row .down-box .row i[data-v-fe355702]{margin-right:6px}.operate-box .operate-source .source-tab .tab-row .down-box .row[data-v-fe355702]:hover{background:#fffbed;-webkit-transition:all .3s;transition:all .3s}.operate-box .operate-source .source-tab .tab-row .down-box .row .ri-checkbox-fill[data-v-fe355702]{display:none}.operate-box .operate-source .source-tab .tab-row .down-box .row .ri-checkbox-blank-line[data-v-fe355702]{display:block}.operate-box .operate-source .source-tab .tab-row .down-box .row.active[data-v-fe355702]{color:#e3c24c}.operate-box .operate-source .source-tab .tab-row .down-box .row.active .ri-checkbox-fill[data-v-fe355702]{display:block}.operate-box .operate-source .source-tab .tab-row .down-box .row.active .ri-checkbox-blank-line[data-v-fe355702]{display:none}.operate-box .operate-source .source-tab .tab-row .down-box .row.disabled[data-v-fe355702]{color:#bbb;cursor:not-allowed}.operate-box .operate-source .source-tab .tab-row .down-box .delete[data-v-fe355702]{border-top:1px solid #bbb;padding:5px 0}.operate-box .operate-source .source-tab .tab-row .down-box .delete div[data-v-fe355702]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#e10000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;padding:0 12px}.operate-box .operate-source .source-tab .tab-add[data-v-fe355702]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:5px 5px 0 0;color:#e3c24c;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:45px;margin-left:20px;min-width:82px}.operate-box .operate-source .source-tab .tab-add i[data-v-fe355702]{font-size:20px;margin-right:4px}.operate-box .operate-editor .operate-copy[data-v-fe355702]{font-size:12px;margin-top:22px}.operate-box .operate-editor .operate-copy div[data-v-fe355702]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#e3c24c;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.operate-box .operate-editor .operate-copy div i[data-v-fe355702]{margin-right:12px}.checkbox-container[data-v-5ce21bc5]{margin-top:20px}.checkbox-container .header-box[data-v-5ce21bc5]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:16px}.checkbox-container .header-box .header-left .left-name[data-v-5ce21bc5],.checkbox-container .header-box .header-left[data-v-5ce21bc5]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.checkbox-container .header-box .header-left .left-name[data-v-5ce21bc5]{cursor:pointer}.checkbox-container .header-box .header-left .left-name i[data-v-5ce21bc5]{font-size:16px}.checkbox-container .header-box .header-left .left-name[data-v-5ce21bc5]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .switch-box .switch-row[data-v-5ce21bc5]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px}.checkbox-container .switch-box .switch-row span[data-v-5ce21bc5]{width:100px}.checkbox-container .color-box[data-v-5ce21bc5]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:12px;margin-top:12px}.checkbox-container .color-box .color-row[data-v-5ce21bc5]{border:2px solid transparent;border-radius:5px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:14px;overflow:hidden}.checkbox-container .color-box .color-row div[data-v-5ce21bc5]{height:40px;width:25px}.checkbox-container .color-box .color-row.disabled[data-v-5ce21bc5]{cursor:not-allowed}.checkbox-container .color-box .color-row.disabled[data-v-5ce21bc5]:hover{border:2px solid transparent!important}.checkbox-container .color-box .color-row.active[data-v-5ce21bc5],.checkbox-container .color-box .color-row.active[data-v-5ce21bc5]:hover{border:2px solid #000!important}.checkbox-container .color-box .color-row[data-v-5ce21bc5]:hover{border:2px solid;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .color-box .el-textarea[data-v-5ce21bc5] ::-webkit-scrollbar{width:6px}.checkbox-container .color-box .el-textarea[data-v-5ce21bc5] ::-webkit-scrollbar-track{background:transparent}.checkbox-container .color-box .el-textarea[data-v-5ce21bc5] ::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.checkbox-container .shape-box[data-v-5ce21bc5]{margin-bottom:12px;margin-top:12px}.checkbox-container .shape-box .shape-row[data-v-5ce21bc5],.checkbox-container .shape-box[data-v-5ce21bc5]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.checkbox-container .shape-box .shape-row[data-v-5ce21bc5]{-webkit-box-pack:center;-ms-flex-pack:center;border:2px solid #bbb;border-radius:5px;color:#e5e5e5;cursor:pointer;height:98px;-webkit-justify-content:center;justify-content:center;margin-right:14px;overflow:hidden;width:98px}.checkbox-container .shape-box .shape-row[data-v-5ce21bc5] svg{fill:#e5e5e5}.checkbox-container .shape-box .shape-row.active[data-v-5ce21bc5]{border:2px solid #000!important;color:#e3c24c!important}.checkbox-container .shape-box .shape-row.active[data-v-5ce21bc5] svg{fill:#e3c24c}.checkbox-container .shape-box .shape-row[data-v-5ce21bc5]:hover{border:2px solid #000;color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.checkbox-container .shape-box .shape-row[data-v-5ce21bc5]:hover svg{fill:#e3c24c}.operate-box .content-hint[data-v-3f590bee]{color:#858574;font-size:12px;margin-top:10px}.operate-box .operate-upload .upload-value .el-button[data-v-6bfb7065]{background-color:#fff;color:#e3c24c;display:block;width:100%}.operate-box .operate-upload .upload-value[data-v-6bfb7065] .el-image__inner{max-height:300px}.operate-box .operate-upload .upload-value .el-image[data-v-6bfb7065]{display:block;margin-top:18px}.operate-box .operate-upload[data-v-6bfb7065] .el-upload{display:block}.operate-box .operate-upload .upload-box[data-v-6bfb7065]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;border:1px solid #bbb;border-radius:5px;color:#858574;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:150px;-webkit-justify-content:center;justify-content:center}.operate-box .operate-upload .upload-box i[data-v-6bfb7065]{font-size:50px}.operate-box .operate-upload .upload-box span[data-v-6bfb7065]{font-size:12px;margin-top:10px}.operate-box .operate-upload .upload-box[data-v-6bfb7065]:hover{border-color:#e3c24c;color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.operate-box .content-other[data-v-6bfb7065]{margin:22px 0}.operate-box .content-other .el-select[data-v-6bfb7065],.operate-box .content-other .time-custom-select[data-v-6bfb7065]{margin-right:20px;width:160px}.simulated-page-inputs .input-row[data-v-2723c28b]{margin-bottom:22px}.simulated-page-inputs .input-row .input-label[data-v-2723c28b]{color:#000;display:block;font-size:14px;margin-bottom:8px}.simulated-page-inputs .input-row .script-label[data-v-2723c28b]{display:inline-block;padding-right:20px;position:relative}.simulated-page-inputs .input-row .script-label .beta-badge[data-v-2723c28b]{color:#e3c24c;font-size:10px;line-height:1;position:absolute;right:-2px;top:-5px}.simulated-page-inputs .input-row .tips[data-v-2723c28b]{color:#666;font-size:12px;margin:4px 0 8px}.simulated-page-inputs .input-row .input-tips[data-v-2723c28b]{color:#999;font-size:12px;margin:5px 0 10px}.simulated-page-inputs .link-error[data-v-2723c28b]{color:#e10000;font-size:12px;margin-top:4px}.simulated-page-inputs .url-input.is-error[data-v-2723c28b] .el-input__inner{border-color:#e10000}.simulated-page-inputs .iframe-allow-row[data-v-2723c28b]{margin-top:-8px}.simulated-page-inputs .iframe-allow-row .permission-options[data-v-2723c28b]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px 24px}.simulated-page-inputs .script-tip[data-v-2723c28b]{color:#666;font-size:12px;line-height:1.6;margin-bottom:8px}.simulated-page-inputs .script-tip p[data-v-2723c28b]{margin:0}.simulated-page-inputs .script-tip p+p[data-v-2723c28b]{margin-top:8px}.simulated-page-inputs .script-box[data-v-2723c28b]{position:relative}.simulated-page-inputs .script-box .el-textarea.is-disabled[data-v-2723c28b]{cursor:auto}.simulated-page-inputs .script-box .el-textarea[data-v-2723c28b] *{cursor:auto!important}.simulated-page-inputs .script-box .el-textarea[data-v-2723c28b] .el-textarea__inner{background-color:#f9fafb;color:#cecece;padding:10px 16px}.simulated-page-inputs .script-box .copy-action[data-v-2723c28b]{position:absolute;right:10px;top:10px;z-index:1}.simulated-page-inputs .script-box .copy-action .btn[data-v-2723c28b]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;width:28px}.simulated-page-inputs .script-box .copy-action .btn .svg[data-v-2723c28b]{height:18px;width:18px}.simulated-page-inputs .script-box .copy-action .ai-copy-svg[data-v-2723c28b]{cursor:pointer;height:18px;width:18px}.simulated-page-inputs .script-box .copy-action .copy-done-svg[data-v-2723c28b]{cursor:default}.simulated-page-inputs .cover-upload-row[data-v-2723c28b]{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:16px}.simulated-page-inputs .cover-upload-row .image-upload-box[data-v-2723c28b]{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;width:186.5px}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row[data-v-2723c28b]{padding:10px}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row .el-image[data-v-2723c28b]{aspect-ratio:16/9;border-radius:5px;display:block;width:100%}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row .operate[data-v-2723c28b]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:20px;height:34px;-webkit-justify-content:center;justify-content:center;padding-top:6px;text-align:center}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row .operate[data-v-2723c28b] .el-upload{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 14px}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row .operate i[data-v-2723c28b]{cursor:pointer;display:none;font-size:20px}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row .operate i.ri-image-edit-fill[data-v-2723c28b]:hover{color:#e9ce70;-webkit-transition:all .3s;transition:all .3s}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row .operate i.ri-indeterminate-circle-fill[data-v-2723c28b]{margin:0 14px}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row .operate i.ri-indeterminate-circle-fill[data-v-2723c28b]:hover{color:#e10000;-webkit-transition:all .3s;transition:all .3s}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row.active[data-v-2723c28b]:hover{background-color:#ffea9f;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.simulated-page-inputs .cover-upload-row .image-upload-box .image-row.active:hover i[data-v-2723c28b]{display:inline-block}.simulated-page-inputs .cover-upload-row .image-upload-box .image-add[data-v-2723c28b]{padding:10px}.simulated-page-inputs .cover-upload-row .image-upload-box .image-add[data-v-2723c28b] .el-upload{width:100%}.simulated-page-inputs .cover-upload-row .image-upload-box .image-add .add-box[data-v-2723c28b]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;aspect-ratio:1/1;background-color:#fff;border:2px dashed #e3c24c;border-radius:5px;color:#e3c24c;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;width:100%}.simulated-page-inputs .cover-upload-row .image-upload-box .image-add .add-box[data-v-2723c28b]:hover{border-color:#e9ce70;color:#e9ce70;-webkit-transition:all .3s;transition:all .3s}.simulated-page-inputs .cover-upload-row .image-upload-box .image-add .add-box i[data-v-2723c28b]{font-size:20px;margin-bottom:4px}.simulated-page-inputs .cover-upload-row .image-upload-box .image-add.disabled .add-box[data-v-2723c28b]{cursor:not-allowed;opacity:.5}.simulated-page-inputs .cover-upload-row .image-upload-box .image-add.disabled .add-box[data-v-2723c28b]:hover{border-color:#e3c24c;color:#e3c24c}.simulated-page-inputs .cover-upload-row .cover-tips[data-v-2723c28b]{-webkit-box-flex:1;color:#606266;-webkit-flex:1;-ms-flex:1;flex:1;font-size:13px;line-height:1.6}.simulated-page-inputs .cover-upload-row .cover-tips.end[data-v-2723c28b]{margin-bottom:35px}.simulated-page-inputs .cover-upload-row .cover-tips p[data-v-2723c28b]{margin:0 0 6px}.simulated-page-inputs .cover-upload-row .cover-tips ul[data-v-2723c28b]{margin:0;padding-left:16px}.simulated-page-inputs .cover-upload-row .cover-tips ul li[data-v-2723c28b]{margin-bottom:2px}.operate-box .operate-editor[data-v-d533df88]{margin-bottom:22px}.error-container[data-v-622ab860]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#e10000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:10px}.error-container i[data-v-622ab860]{font-size:20px;margin-right:10px}.time-custom-select[data-v-45144bfc]{display:inline-block;overflow:hidden;vertical-align:bottom}.number-wrap[data-v-45144bfc]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:40px;overflow:hidden;padding-left:14px;position:relative}.number-wrap .el-input-number[data-v-45144bfc]{width:100%}.number-wrap[data-v-45144bfc] .el-input__inner{border:none;height:38px;line-height:normal;padding-left:7px;text-align:left}.number-wrap i[data-v-45144bfc]{color:#606266;font-size:18px;position:relative}.number-wrap span[data-v-45144bfc]{color:#aeae9f;padding:0 10px}[data-v-d30f636e] .el-dialog__body{padding:30px 20px 0}.dialog-tab[data-v-d30f636e]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dialog-tab .tab-row[data-v-d30f636e]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;color:#aeae9f;color:#666;cursor:pointer;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:80px;-webkit-justify-content:center;justify-content:center;-webkit-justify-content:flex-start;justify-content:flex-start;margin-bottom:4px;width:80px}.dialog-tab .tab-row .icon[data-v-d30f636e],.dialog-tab .tab-row[data-v-d30f636e]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.dialog-tab .tab-row .icon[data-v-d30f636e]{-webkit-box-pack:center;-ms-flex-pack:center;border:1px solid #aeae9f;border-radius:50%;font-size:16px;height:42px;-webkit-justify-content:center;justify-content:center;width:42px}.dialog-tab .tab-row .heatmap-svg[data-v-d30f636e]{background-color:#aeae9f;background-color:#666;margin:0}.dialog-tab .tab-row .title[data-v-d30f636e]{font-size:12px;line-height:1.2;margin-top:4px;text-align:center;white-space:wrap;word-break:break-word}.dialog-tab .tab-row.active[data-v-d30f636e]{color:#e3c24c}.dialog-tab .tab-row.active .icon[data-v-d30f636e]{background-color:#fffbed;border-color:#e3c24c}.dialog-tab .tab-row.active .heatmap-svg[data-v-d30f636e],.dialog-tab .tab-row.active .simulatedPage-svg[data-v-d30f636e]{background-color:#e3c24c;border-color:#e3c24c}.dialog-tab .tab-row.active .title[data-v-d30f636e]{font-weight:600}.dialog-form[data-v-d30f636e]{margin-top:4px;max-height:500px;min-height:300px;overflow-x:hidden;overflow-y:auto;padding:0 10px}.dialog-form[data-v-d30f636e]::-webkit-scrollbar{width:6px}.dialog-form[data-v-d30f636e]::-webkit-scrollbar-track{background:transparent}.dialog-form[data-v-d30f636e]::-webkit-scrollbar-thumb{background:#ccc;background-clip:padding-box;border-radius:3px}@media screen and (max-height:700px){.dialog-form[data-v-d30f636e]{max-height:400px}}@media screen and (max-height:600px){.dialog-form[data-v-d30f636e]{max-height:300px}}@-moz-document url-prefix(){.dialog-form{scrollbar-color:#ccc transparent;scrollbar-width:thin}}.dialog-form .wrap-serial[data-v-d30f636e]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px;margin-bottom:22px}.dialog-form .wrap-serial[data-v-d30f636e] .el-input,.dialog-form .wrap-serial[data-v-d30f636e] .el-select{width:160px}.dialog-form .wrap-serial .content-other[data-v-d30f636e]{gap:10px}.dialog-form .wrap-serial .content-other[data-v-d30f636e],.dialog-form .wrap-serial .select-box[data-v-d30f636e]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.dialog-form .wrap-serial .select-box[data-v-d30f636e]{gap:5px}.dialog-form .wrap-serial .select-box .el-input[data-v-d30f636e],.dialog-form .wrap-serial .select-box .el-select[data-v-d30f636e]{width:160px}.dialog-form .wrap-serial .select-box .ri-information-line[data-v-d30f636e]{color:#bbb;font-size:16px}.button[data-v-3b0f567a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:5px;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;height:46px;-webkit-justify-content:center;justify-content:center;margin-left:20px;padding:0 20px}.button svg[data-v-3b0f567a]{margin-right:10px}.button[data-v-3b0f567a]:hover{background-color:#fff7db;-webkit-transition:all .3s;transition:all .3s}.button .el-icon-arrow-down[data-v-3b0f567a]{font-size:18px;margin-left:4px}.popover-box[data-v-3b0f567a]{padding:0 28px}.popover-box .popover-header[data-v-3b0f567a]{font-weight:700}.popover-box .popover-message[data-v-3b0f567a]{line-height:22px;margin-top:16px;word-break:break-word}.popover-box .popover-button[data-v-3b0f567a]{margin-top:26px;text-align:center}.confirm-close-dialog .dialog-content .content-error[data-v-3b0f567a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#ffe4e4;border-radius:5px;color:#e10000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:50px;padding:0 20px}.confirm-close-dialog .dialog-content .content-error i[data-v-3b0f567a]{font-size:20px;margin-right:10px}.confirm-close-dialog .dialog-content .content-input[data-v-3b0f567a],.confirm-close-dialog .dialog-content .content-message[data-v-3b0f567a]{margin-top:18px}.confirm-close-dialog .dialog-content .content-input .hint[data-v-3b0f567a]{font-weight:700;margin-bottom:8px}.container-scan[data-v-3b0f567a]{-webkit-box-orient:vertical;-webkit-box-direction:normal;aspect-ratio:200/240;background-color:#fff;border-radius:10px;box-shadow:-8px -8px 12px 0 #fafafa,6px 6px 12px 0 #dedede;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 auto;max-width:200px;position:relative;text-align:center;width:100%}.container-scan .ri-close-line[data-v-3b0f567a]{color:#858574;cursor:pointer;font-size:20px;position:absolute;right:-20px;top:-25px}.container-scan .ri-close-line[data-v-3b0f567a]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.container-scan .scan-name[data-v-3b0f567a]{font-size:16px}.container-scan .scan-msg[data-v-3b0f567a]{color:#333;margin-top:30px}.container-scan .scan-title[data-v-3b0f567a]{color:#666;font-size:12px;margin-top:auto;padding-bottom:8.5px;text-align:center}.container-scan .scan-code[data-v-3b0f567a]{margin:0 auto;padding:0 24.5px}.container-scan .scan-code .box[data-v-3b0f567a]{aspect-ratio:1/1;height:100%;max-width:150px;position:relative;width:100%}.container-scan .scan-code .border[data-v-3b0f567a]{background:url(../img/QR-code-border.794fd2b9.svg) no-repeat;background-size:contain;bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.container-scan .scan-code .code[data-v-3b0f567a]{height:100%;width:100%}.container-scan .scan-input[data-v-3b0f567a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fefaec;border-radius:0 0 10px 10px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:36px;-webkit-justify-content:center;justify-content:center;margin-top:16.5px;width:100%}.container-scan .scan-input .el-input[data-v-3b0f567a]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.container-scan .scan-input .copy[data-v-3b0f567a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#e3c24c;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.container-scan .scan-input .copy i[data-v-3b0f567a]{margin-right:4px}.container-scan .scan-input .copy[data-v-3b0f567a]:hover{color:#e9ce70;-webkit-transition:all .3s;transition:all .3s}.close-popover[data-v-3b0f567a]{padding:25px}.el-divider{background-color:#dcdfe6;position:relative}.el-divider--horizontal{display:block;height:1px;margin:24px 0;width:100%}.el-divider--vertical{display:inline-block;height:1em;margin:0 8px;position:relative;vertical-align:middle;width:1px}.el-divider__text{background-color:#fff;color:#303133;font-size:14px;font-weight:500;padding:0 20px;position:absolute}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.el-progress{line-height:1;position:relative}.el-progress__text{color:#000;display:inline-block;font-size:14px;line-height:1;margin-left:10px;vertical-align:middle}.el-progress__text i{display:block;vertical-align:middle}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{left:0;margin:0;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{display:inline-block;vertical-align:middle}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{display:block;margin-right:0;padding-right:0}.el-progress-bar,.el-progress-bar__inner:after,.el-progress-bar__innerText{display:inline-block;vertical-align:middle}.el-progress--text-inside .el-progress-bar{margin-right:0;padding-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#29bf18}.el-progress.is-success .el-progress__text{color:#29bf18}.el-progress.is-warning .el-progress-bar__inner{background-color:#e6a23c}.el-progress.is-warning .el-progress__text{color:#e6a23c}.el-progress.is-exception .el-progress-bar__inner{background-color:#e10000}.el-progress.is-exception .el-progress__text{color:#e10000}.el-progress-bar{box-sizing:border-box;margin-right:-55px;padding-right:50px;width:100%}.el-progress-bar__outer{background-color:#ebeef5;border-radius:100px;height:6px;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{background-color:#e3c24c;border-radius:100px;height:100%;left:0;line-height:1;position:absolute;text-align:right;top:0;-webkit-transition:width .6s ease;transition:width .6s ease;white-space:nowrap}.el-progress-bar__inner:after{content:"";height:100%}.el-progress-bar__innerText{color:#fff;font-size:12px;margin:0 5px}@-webkit-keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}@keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}.translated-answer__translated[data-v-73d3bdcc]{color:inherit}.translated-answer__original[data-v-73d3bdcc]{color:#a6a6a6;margin-top:6px}.translated-answer__pending[data-v-73d3bdcc]{color:#e3c24c;font-size:13px}.translated-answer__pending i[data-v-73d3bdcc]{margin-right:4px}.translated-answer__error .retranslate-tips[data-v-73d3bdcc]{color:#e3c24c;cursor:pointer;display:inline-block;font-size:12px;margin-left:4px;vertical-align:middle}.translated-answer__error .retranslate-tips[data-v-73d3bdcc]:hover:not(.is-retranslating):not(.is-disabled){color:#e9ce70}.translated-answer__error .retranslate-tips:hover:not(.is-retranslating):not(.is-disabled) .warning-svg[data-v-73d3bdcc]{background-color:#e9ce70}.translated-answer__error .retranslate-tips .svg[data-v-73d3bdcc]{font-size:14px;margin-right:4px;margin-top:-2px}.translated-answer__error .retranslate-tips.is-retranslating[data-v-73d3bdcc]{cursor:auto}.translated-answer__error .retranslate-tips.is-disabled[data-v-73d3bdcc]{color:#b8b8ad;cursor:not-allowed}.translated-answer__error .retranslate-tips.is-disabled .warning-svg[data-v-73d3bdcc]{background-color:#b8b8ad}.translated-answer.playing .icon-box[data-v-73d3bdcc],.translated-answer.playing .text[data-v-73d3bdcc]{background-color:#ffea9f}.translated-answer .answer-box[data-v-73d3bdcc]{display:inline}.voice-tips[data-v-73d3bdcc]{display:inline-block;height:20px;margin-bottom:3px;vertical-align:middle}.voice-tips .icon-box[data-v-73d3bdcc]{border-radius:50%;display:inline-block;margin-left:4px;vertical-align:bottom}.voice-tips .icon[data-v-73d3bdcc]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:10px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:20px;-webkit-justify-content:center;justify-content:center;padding:2px;-webkit-transition:all .3s;transition:all .3s;width:20px}.voice-tips .icon[data-v-73d3bdcc]:hover{background:#e3c24c}.calculate-time-container[data-v-60726c71]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fcf8ee;border-radius:20px;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;-webkit-justify-content:center;justify-content:center;margin-right:10px;padding:8px 12px}[data-v-6122bbef] .el-dialog__body{background-color:transparent;padding:0}[data-v-6122bbef] .el-dialog{position:static}[data-v-6122bbef] .el-dialog .el-dialog__headerbtn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#606266;border-radius:50%;color:#fff;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:24px;height:40px;-webkit-justify-content:center;justify-content:center;opacity:.8;right:40px;top:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:40px}[data-v-6122bbef] .el-dialog .el-dialog__headerbtn .el-dialog__close{color:#fff;font-size:24px}.dialog-content video[data-v-6122bbef]{display:block;width:100%}.heatmap-wrapper-container[data-v-4b144c1c]{height:100%;width:100%}.heatmap-wrapper-container .container[data-v-4b144c1c],.heatmap-wrapper-container[data-v-4b144c1c]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.heatmap-wrapper-container .container[data-v-4b144c1c]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin:0 auto}.heatmap-wrapper-container .container .copy-canvas[data-v-4b144c1c]{bottom:0;height:100%;left:0;position:absolute!important;right:0;top:0;width:100%;z-index:-1}.heatmap-wrapper-container .container .copy-canvas[data-v-4b144c1c] canvas{height:100%!important;width:100%!important}.heatmap-wrapper-container .wrapper[data-v-4b144c1c]{height:100%;position:relative;width:100%}.heatmap-wrapper-container .wrapper .shape[data-v-4b144c1c]{position:absolute;top:0}.heatmap-wrapper-container .wrapper .base-image[data-v-4b144c1c]{height:auto;max-height:450px;max-width:710px;object-fit:contain}.heatmap-wrapper-container .wrapper .base-image-large[data-v-4b144c1c]{object-fit:contain}.icon-more{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:50%;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;width:28px}.icon-more:hover{background:#e3c24c}.answer-popover .answer-popover-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:5px 12px}.answer-popover .answer-popover-item i{font-size:16px;line-height:16px;margin-right:5px}.answer-popover .answer-popover-item:hover{background:#f5f7fa}.tail-wrap .wrap-message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:8px 0;padding:8px 0}.tail-wrap .wrap-message .test-group-icon{margin-right:10px}.tail-wrap .wrap-message .test-group-icon span{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#333;border:#fff;border-radius:6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;width:28px}.tail-wrap .wrap-message .test-group-icon .random-svg{background-color:#fff;height:18px;width:18px}.tail-wrap .wrap-message .test-group-icon p{color:#888;font-size:12px;line-height:20px;text-align:center}.tail-wrap .wrap-message .branch-box{border-radius:10px 10px 0 10px;margin-right:16px;overflow:hidden;width:410px}.tail-wrap .wrap-message .branch-box .branch-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:4px}.tail-wrap .wrap-message .branch-box .branch-header .button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#f9f1dd;border-radius:10px 10px 0 0;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;height:32px;-webkit-justify-content:center;justify-content:center;width:48px}.tail-wrap .wrap-message .branch-box .branch-header .button:hover{background-color:#fcf8ee}.tail-wrap .wrap-message .branch-box .branch-header .button.active{background-color:#e3c24c}.tail-wrap .wrap-message .branch-box .branch-content{background-color:#fcf8ee;border-radius:0 10px 0 10px;overflow:hidden;padding:14px 16px}.tail-wrap .wrap-message .branch-box .branch-content .branch-answer{background:#f9f1dd;border-radius:4px;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;font-weight:400;letter-spacing:0;line-height:18px;opacity:.7;padding:7px 12px}.tail-wrap .wrap-message .branch-box .branch-content .branch-message{background-color:#fcf8ed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;margin-top:12px}.tail-wrap .wrap-message .branch-box .branch-content .branch-message i{font-size:18px;margin-top:2px}.tail-wrap .wrap-message .branch-box .branch-content .branch-message .message{-webkit-box-orient:vertical;-webkit-line-clamp:8;display:-webkit-box;line-height:22px;overflow:hidden;word-break:break-word}.tail-wrap .wrap-message .branch-box .branch-content .branch-message .message img{height:auto;max-width:100%}.tail-wrap .wrap-message .message-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fcf8ee;border-radius:10px 10px 0 10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;margin-right:16px;max-width:540px;min-width:100px;padding:14px 16px}.tail-wrap .wrap-message .message-box.one-image-message{display:block}.tail-wrap .wrap-message .message-box.one-image-message .el-image{border-radius:5px;display:block;height:100%;min-height:90px;width:100%}.tail-wrap .wrap-message .message-box .message{width:100%}.tail-wrap .wrap-message .message-box .message-content{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:22px;margin-bottom:12px;max-width:430px;overflow-wrap:break-word;overflow-wrap:anywhere;white-space:normal;word-break:normal}.tail-wrap .wrap-message .message-box .message-content img{height:auto;max-width:100%}.tail-wrap .wrap-message .avatar-box{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#f1e0a5;border-radius:50%;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:32px;height:38px;-webkit-justify-content:center;justify-content:center;margin-right:16px;overflow:hidden;position:relative;-webkit-transition:.3s;transition:.3s;width:38px}.tail-wrap .wrap-message .avatar-box.active{background:#f2f2f2}.tail-wrap .wrap-message .avatar-box .el-progress{height:38px;left:0;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);width:38px}.tail-wrap .wrap-message .avatar-box .el-progress .el-progress-circle{height:100%;width:100%}.tail-wrap .wrap-message .avatar-box .el-progress .el-progress-bar{padding-right:60px}.tail-wrap .wrap-message .avatar-box .el-progress .el-progress__text{color:#000!important}.tail-wrap .wrap-message .avatar{height:100%;width:100%}.tail-wrap .wrap-message .wrap-option{border-radius:8px;width:740px}.tail-wrap .wrap-message .wrap-option .option-header{-webkit-box-pack:justify;-ms-flex-pack:justify;background:#f2f2f2;border-radius:8px 8px 0 0;-webkit-justify-content:space-between;justify-content:space-between;min-height:48px;padding:10px 16px}.tail-wrap .wrap-message .wrap-option .option-header,.tail-wrap .wrap-message .wrap-option .option-header .header-left{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tail-wrap .wrap-message .wrap-option .option-header .header-left{font-size:14px;font-weight:700}.tail-wrap .wrap-message .wrap-option .option-header .header-left .icon,.tail-wrap .wrap-message .wrap-option .option-header .header-left i{margin-right:5px}.tail-wrap .wrap-message .wrap-option .option-header .header-left .heatmap-svg{background-color:#000;color:#000}.tail-wrap .wrap-message .wrap-option .option-header .option-hint{color:#858574;font-size:12px;margin-left:16px}.tail-wrap .wrap-message .wrap-option .option-header .option-hint .el-divider{background:#9e9ea0;width:1.5px}.tail-wrap .wrap-message .wrap-option .option-header .option-action{font-size:14px;margin-left:auto}.tail-wrap .wrap-message .wrap-option .option-header .option-action,.tail-wrap .wrap-message .wrap-option .option-header .option-action .action{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tail-wrap .wrap-message .wrap-option .option-header .option-action .action{border-radius:4px;margin-right:20px;-webkit-transition:.3s;transition:.3s}.tail-wrap .wrap-message .wrap-option .option-header .option-action .action:hover{background:#e8e8e8}.tail-wrap .wrap-message .wrap-option .option-header .option-action .action .icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;margin-right:8px;-webkit-transition:.3s;transition:.3s;width:28px}.tail-wrap .wrap-message .wrap-option .option-header .option-action .action .icon:last-of-type{margin-right:0}.tail-wrap .wrap-message .wrap-option .option-header .option-action .action .icon .svg{background-color:#787878;-webkit-transition:.3s;transition:.3s}.tail-wrap .wrap-message .wrap-option .option-header .option-action .action .icon.active{background:#fff}.tail-wrap .wrap-message .wrap-option .option-header .option-action .action .icon.active .svg{background-color:#000}.tail-wrap .wrap-message .wrap-option .option-header .option-action .action .icon.active.ai-analyze{background-image:-webkit-linear-gradient(left,#fe9d15,#f2693e,#eb0064);background-image:linear-gradient(90deg,#fe9d15,#f2693e,#eb0064)}.tail-wrap .wrap-message .wrap-option .option-header .option-action .action .icon.active.ai-analyze .svg{background-color:#fff}.tail-wrap .wrap-message .wrap-option .option-header .option-action .open{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:6px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:3px 0 3px 7px;-webkit-transition:all .3s;transition:all .3s}.tail-wrap .wrap-message .wrap-option .option-header .option-action .open i{font-size:22px}.tail-wrap .wrap-message .wrap-option .option-header .option-action .open:hover{background:#e8e8e8}.tail-wrap .wrap-message .wrap-option .option-box{background-color:#fafafa;border-radius:0 0 8px 8px}.tail-wrap .wrap-message .wrap-option .option-box .box-hint{-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:1px solid #eaecee;color:#858574;-webkit-justify-content:space-between;justify-content:space-between;margin:0 16px;padding-bottom:10px}.tail-wrap .wrap-message .wrap-option .option-box .box-hint,.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-left,.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-left span,.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-right,.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-right span{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-left span,.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-right span{-webkit-box-pack:center;-ms-flex-pack:center;color:#b0b0a6;font-size:12px;gap:2px;-webkit-justify-content:center;justify-content:center;width:64px}.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-left .copy-svg,.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-right .copy-svg{background-color:#8d8c86;cursor:pointer;height:12px;margin-left:5px;width:12px}.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-left .copy-svg:hover,.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-right .copy-svg:hover{background-color:#000}.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-right{margin-left:auto}.tail-wrap .wrap-message .wrap-option .option-box .box-hint .download,.tail-wrap .wrap-message .wrap-option .option-box .box-hint .hint-right{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tail-wrap .wrap-message .wrap-option .option-box .box-hint .download{border-radius:6px;cursor:pointer;padding:3px 7px}.tail-wrap .wrap-message .wrap-option .option-box .box-hint .download .icon{height:22px;width:22px}.tail-wrap .wrap-message .wrap-option .option-box .box-hint .download .icon:hover{background-color:#000;color:#000}.tail-wrap .wrap-message .wrap-option .option-box .box-hint .download:hover{background:#f2f2f2}.tail-wrap .wrap-message .wrap-option .option-box .translation-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0;padding:10px 16px;width:100%}.tail-wrap .wrap-message .wrap-option .option-box .translation-header:hover{background:#efefef}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .answer-box .text{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:20px;overflow-wrap:break-word;overflow-wrap:anywhere;white-space:normal;word-break:normal}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .tips{display:inline-block;height:20px;margin-bottom:3px;vertical-align:middle}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .tips .icon-box{border-radius:50%}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .icon-box{display:inline-block;margin-left:4px;vertical-align:bottom}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .option-follow-box{margin-top:5px;padding-left:20px}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .option-follow-box .option-follow-up{border-left:2px solid #e3c24c;list-style-type:none;padding-left:10px}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .option-follow-box .option-follow-up li{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;margin-bottom:8px}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .option-follow-box .option-follow-up li svg{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;margin-top:2px}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .icon{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:10px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:20px;-webkit-justify-content:center;justify-content:center;padding:2px;-webkit-transition:all .3s;transition:all .3s;width:20px}.tail-wrap .wrap-message .wrap-option .option-box .translation-header .left .icon:hover{background:#e3c24c}.tail-wrap .wrap-message .wrap-option .option-box .translation-footer{margin-top:8px;padding-left:16px;width:100%}.tail-wrap .wrap-message .wrap-option .option-box .translation-footer__toggle{color:#8c8c8c;font-size:12px;padding:0}.tail-wrap .wrap-message .wrap-option .option-box .translation-footer__toggle:hover{color:#000}.tail-wrap .wrap-message .wrap-option .option-box.answer-box{padding-left:0;padding-right:0}.tail-wrap .wrap-message .wrap-option .option-box.answer-box .option-row:hover{background:#efefef}.tail-wrap .wrap-message .wrap-option .option-box.answer-box .option-row:hover .hidden-answer,.tail-wrap .wrap-message .wrap-option .option-box.answer-box .option-row:hover .ri-more-fill{opacity:1}.tail-wrap .wrap-message .wrap-option .option-box.answer-box .option-row .right{margin-left:0}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word{background:#fff;border:1px solid #e4e4e4;border-radius:6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;border-right:1px solid #e4e4e4;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:440px;overflow:auto;padding:12px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .tool-left{font-size:12px;margin-bottom:12px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-screen{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-screen .screen-box{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-screen .screen-box .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border:1px solid #bbb;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;-webkit-justify-content:center;justify-content:center;margin-bottom:10px;margin-right:10px;padding:4px 13px 4px 15px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-screen .screen-box .btn .el-icon-close{border-radius:4px;cursor:pointer;font-size:12px;margin-left:4px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-screen .screen-box .btn .el-icon-close:hover{background-color:#f2f2f2}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-screen .screen-delete{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;-webkit-justify-content:center;justify-content:center;-webkit-transition:all .2s;transition:all .2s;width:30px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-screen .screen-delete i{font-size:16px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-screen .screen-delete:hover{background:#f2f2f2}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:4px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#f2f2f2;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;margin-top:8px;min-height:48px;padding:12px;position:relative}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li .wordcloud-answer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li .wordcloud-answer .followup-text{border-top:1px dashed #c7c7c7;padding-top:8px;width:100%}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li>span{opacity:0}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li.follow>div{font-weight:700}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li:first-child{margin-top:0}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li:hover .hidden-answer,.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li:hover .respondents,.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li:hover>span{opacity:1}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li .respondents{background:#fff7db;bottom:0;height:28px;margin:auto 0;opacity:0;position:absolute;right:10px;top:0;-webkit-transition:.15s;transition:.15s;width:28px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li .respondents .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:50%;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;-webkit-transition:.15s;transition:.15s;width:28px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li .respondents .btn:hover{background:rgba(227,194,76,.8)}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li .respondents .btn:hover i{color:#333}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li .hidden-answer{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#fff7db;border-radius:50%;bottom:0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;margin:auto 0;opacity:0;position:absolute;right:10px;top:0;width:28px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li .hidden-answer:hover{background:rgba(227,194,76,.8)}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li .hidden-answer:hover i{color:#333}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#f2f2f2;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;height:120px;-webkit-justify-content:center;justify-content:center;margin-top:8px;position:relative;width:120px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-image:first-child{margin-top:0}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-image .el-image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;max-height:100%;max-width:100%}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-image .follow,.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-image .unfollow{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:50%;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;height:28px;-webkit-justify-content:center;justify-content:center;position:absolute;right:0;top:0;width:28px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-image .follow{background-color:#e3c24c;color:#000}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-image .unfollow{background-color:#000;color:#fff;opacity:0}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-image:hover .unfollow{opacity:1}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-video{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#f2f2f2;border-radius:10px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:120px;-webkit-justify-content:center;justify-content:center;margin-top:8px;overflow:hidden;position:relative;width:120px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-video:first-child{margin-top:0}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-video .el-image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;max-height:100%;max-width:100%}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-left .word-ul .word-li-video .ri-play-circle-line{color:#fff;font-size:40px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:440px;-webkit-justify-content:center;justify-content:center;position:relative;width:460px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .analysis-loading-mask,.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right canvas{border-radius:6px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .word-refresh{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:6px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;-webkit-justify-content:center;justify-content:center;width:30px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .word-refresh i{font-size:16px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .word-refresh:hover{background:#f2f1ef;-webkit-transition:all .3s;transition:all .3s}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .image-tags{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#000;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;left:12px;line-height:28px;position:absolute;top:8px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .image-tags i{cursor:pointer;margin-bottom:1px;margin-left:4px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .tabs-btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;position:absolute;right:8px;top:8px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .tabs-btn .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:6px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;margin-left:4px;-webkit-transition:all .2s;transition:all .2s;width:28px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .tabs-btn .btn svg{height:16px;width:16px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .tabs-btn .btn i{font-size:15px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .tabs-btn .btn:hover{background-color:#f2f2f2}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .tabs-btn .action{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:4px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;padding:5px 10px;-webkit-transition:.2s;transition:.2s}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .tabs-btn .action span{color:#000;margin-left:5px;width:auto}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .tabs-btn .action:hover{background:#f2f2f2}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .action-box{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;bottom:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;right:8px}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .action-box .action{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:4px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;padding:5px 10px;-webkit-transition:.2s;transition:.2s}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .action-box .action span{color:#000;margin-left:5px;width:auto}.tail-wrap .wrap-message .wrap-option .option-box.word-cloud-box .option-word .word-right .action-box .action:hover{background:#f2f2f2}.tail-wrap .wrap-message .wrap-option .option-box.ai-analyze-box .box-hint{border:none}.tail-wrap .wrap-message .wrap-option .option-box.ai-analyze-box .box-hint .hint-right{gap:0}.tail-wrap .wrap-message .wrap-option .option-box.ai-analyze-box .box-hint .hint-right .action{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:15px;height:28px;-webkit-justify-content:center;justify-content:center;-webkit-transition:.2s;transition:.2s;width:28px}.tail-wrap .wrap-message .wrap-option .option-box.ai-analyze-box .box-hint .hint-right .action span{color:#000;margin-left:5px;width:auto}.tail-wrap .wrap-message .wrap-option .option-box.ai-analyze-box .box-hint .hint-right .action:hover{background:#f2f2f2}.tail-wrap .wrap-message .wrap-option .option-box.ai-analyze-box .box-hint .hint-right .refresh{margin-left:5px;padding:5px 10px}.tail-wrap .wrap-message .wrap-option .option-box.ai-analyze-box .option-slide.ai-analysis-render-host .option-markdown{padding-top:0}.tail-wrap .wrap-message .wrap-option .option-box.ai-analyze-box .option-slide.ai-analysis-render-host .option-markdown>div{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:center;justify-content:center}.tail-wrap .wrap-message .wrap-option .option-box .option-markdown{padding-top:16px}.tail-wrap .wrap-message .wrap-option .option-box .ready{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;padding-bottom:48px}.tail-wrap .wrap-message .wrap-option .option-box .ready div{color:#8a8a8a}.tail-wrap .wrap-message .wrap-option .option-box .readyend span{cursor:pointer;font-weight:700}.tail-wrap .wrap-message.wrap-f-r{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:flex-end;justify-content:flex-end}.tail-wrap .wrap-message.wrap-f-r .avatar-box{background:transparent}.talk-poll .option-footer{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:8px}.talk-poll .option-footer,.talk-poll .option-footer .footer-left,.talk-poll .option-footer .footer-right{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.talk-poll .option-footer .footer-left,.talk-poll .option-footer .footer-right{-webkit-box-pack:center;-ms-flex-pack:center;background:#f2f2f2;border-radius:4px;cursor:pointer;height:28px;-webkit-justify-content:center;justify-content:center;line-height:28px;padding:0 8px;-webkit-transition:all .3s;transition:all .3s}.talk-poll .option-footer .footer-left i,.talk-poll .option-footer .footer-right i{font-size:16px}.talk-poll .option-footer .footer-left .ri-stackshare-line,.talk-poll .option-footer .footer-right .ri-stackshare-line{margin-right:4px}.talk-poll .option-footer .footer-left .ri-arrow-right-s-line,.talk-poll .option-footer .footer-right .ri-arrow-right-s-line{margin-left:4px}.talk-poll .option-footer .footer-left:hover,.talk-poll .option-footer .footer-right:hover{background:#e8e8e8}.option-box-checkbox{background:#fafafa;padding:0 16px}.option-box-checkbox .option-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-bottom:1px solid #e5e7ea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;-webkit-justify-content:space-between;justify-content:space-between;padding:4px 0;position:relative}.option-box-checkbox .option-row:last-of-type{border-bottom:none}.option-box-checkbox .option-row .option-body{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;max-width:calc(100% - 269px)}.option-box-checkbox .option-row .option-body .option-image{background-color:#f2f1ef;border-radius:4px;margin-right:16px;overflow:hidden;position:relative;z-index:2}.option-box-checkbox .option-row .option-body .option-image .el-image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;-webkit-justify-content:center;justify-content:center;width:40px}.option-box-checkbox .option-row .option-body .option-image .el-image .el-image__inner{height:auto;max-height:100%;max-width:100%;width:auto}.option-box-checkbox .option-row .option-body .option-value{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;padding:6px 16px 6px 0;text-overflow:ellipsis;white-space:nowrap}.option-box-checkbox .option-row .option-percentage{margin-left:auto;width:269px}.option-box-checkbox .option-row .option-percentage .el-progress{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.option-box-checkbox .option-row .option-percentage .el-progress .el-progress-bar__outer{background-color:#e8e8e8!important}.option-box-checkbox .option-row .option-percentage .el-progress .el-progress__text{color:#000!important;font-size:14px!important}.option-box-checkbox .option-row:first-child{margin-top:0}.talk-rank .option-box{padding:0 16px}.talk-rank .option-box .option-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-bottom:1px solid #e5e7ea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;-webkit-justify-content:space-between;justify-content:space-between;padding:8px 0;position:relative}.talk-rank .option-box .option-row:last-of-type{border-bottom:none}.talk-rank .option-box .option-row .option-value{-webkit-box-flex:1;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;max-width:calc(100% - 42px)}.talk-rank .option-box .option-row .option-value .value{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;padding:7px 0;text-overflow:ellipsis;white-space:nowrap}.talk-rank .option-box .option-row .option-serial{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#e3c24c;border-radius:4px;border-bottom-right-radius:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:400;height:32px;-webkit-justify-content:center;justify-content:center;line-height:1;margin-right:16px;width:32px}.talk-ask-experience .option-box .option-row{overflow-y:auto}.talk-ask-experience .option-box .option-row .button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;-webkit-justify-content:space-between;justify-content:space-between;min-height:48px;padding:14px 18px}.talk-ask-experience .option-box .option-row .button.active .left i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.talk-ask-experience .option-box .option-row .button:hover{background:#ebebeb;-webkit-transition:all .3s;transition:all .3s}.talk-ask-experience .option-box .option-row .button .left{-webkit-box-flex:1;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:16px;overflow:hidden}.talk-ask-experience .option-box .option-row .button .left i{-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start;font-size:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:8px;margin-top:1px;-webkit-transition:all .3s;transition:all .3s}.talk-ask-experience .option-box .option-row .button .left span{overflow:hidden;white-space:wrap}.talk-ask-experience .option-box .option-row .button .right{-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start;font-weight:400;margin-top:1px}.talk-ask-experience .option-box .option-row ul{background-color:#ebebeb;list-style:none;max-height:300px;overflow-y:auto;padding:0 20px 0 45px}.talk-ask-experience .option-box .option-row ul li{border-bottom:1px solid #dbdbdb;font-size:14px;padding:15.5px 0}.talk-ask-experience .option-box .option-row ul li:last-child{border-bottom:none}.talk-ask-experience .option-box .option-load{border:1px solid #bbb;border-radius:10px;height:400px;margin-top:24px;overflow:hidden}.talk-ask-opinion .analysis-loading-host{position:relative}.talk-ask-opinion .analysis-loading-mask{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fafafa;border-radius:0 0 8px 8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;inset:0;-webkit-justify-content:center;justify-content:center;position:absolute;z-index:3000}.talk-ask-opinion .analysis-loading-mask .el-icon-loading{color:#e3c24c;font-size:32px}.talk-ask-opinion .option-box{padding:10px 16px 16px}.talk-ask-opinion .option-box .option-slide{max-height:440px;overflow:auto;padding:0}.talk-ask-opinion .option-box .option-slide .option-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px;-webkit-justify-content:space-between;justify-content:space-between;padding:0!important;padding:14px 0}.talk-ask-opinion .option-box .option-slide .option-row:hover{background-color:transparent!important}.talk-ask-opinion .option-box .option-slide .option-row.follow .left{font-weight:700}.talk-ask-opinion .option-box .option-slide .option-row .right{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:20px;text-align:center}.talk-ask-opinion .option-box .option-slide .option-row .right div{width:64px}.talk-ask-opinion .option-box .option-slide .option-row .ri-more-fill{opacity:0}.talk-ask-opinion .option-box .option-slide .option-row .hidden-answer{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#fff7db;border-radius:50%;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;opacity:0;width:28px}.talk-ask-opinion .option-box .option-slide .option-row .hidden-answer i{color:#6c6c6c}.talk-ask-opinion .option-box .option-slide .option-row .hidden-answer:hover{background:rgba(227,194,76,.8)}.talk-ask-opinion .option-box .option-slide .option-row .hidden-answer:hover i{color:#333}.talk-heatmap .wrap-message .wrap-option .option-box{padding:0}.talk-heatmap .wrap-message .wrap-option .option-box .box-hint{-webkit-box-pack:end;-ms-flex-pack:end;border:none;color:#000;-webkit-justify-content:flex-end;justify-content:flex-end;padding-bottom:8px;padding-top:20px}.material .wrap-message .message-box .message-image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;max-width:430px;padding:0;width:100%}.material .wrap-message .message-box .message-image .el-image{border-radius:10px;height:90px;width:100px}.talk-video .wrap-message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.talk-video .wrap-message .video-box{margin-right:16px}.talk-video .wrap-message .video-box video{border-radius:10px;display:block;max-height:360px;max-width:430px}.talk-video .wrap-message .video-item{height:90px;position:relative;width:100px}.talk-video .wrap-message .video-item.active{cursor:pointer}.talk-video .wrap-message .video-item.active:hover .ri-play-circle-line{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.talk-video .wrap-message .video-item.active .ri-play-circle-line{display:block}.talk-video .wrap-message .video-item .el-image{border-radius:5px;display:block;width:100%}.talk-video .wrap-message .video-item .ri-play-circle-line{color:#fff;display:none;font-size:40px!important;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.talk-video .wrap-message .one-video-message{display:block}.talk-video .wrap-message .one-video-message .video-one{position:relative}.talk-video .wrap-message .one-video-message .video-one .el-image{border-radius:5px;display:block;height:100%;min-height:90px;min-width:100px;width:430px}.talk-video .wrap-message .one-video-message .video-one.active{cursor:pointer}.talk-video .wrap-message .one-video-message .video-one.active:hover .ri-play-circle-line{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.talk-video .wrap-message .one-video-message .video-one.active .ri-play-circle-line{display:block}.talk-video .wrap-message .one-video-message .ri-play-circle-line{color:#fff;display:none;font-size:40px!important;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.talk-upload .analysis-loading-host{position:relative}.talk-upload .analysis-loading-mask{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fafafa;border-radius:6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;inset:0;-webkit-justify-content:center;justify-content:center;position:absolute;z-index:3000}.talk-upload .analysis-loading-mask .el-icon-loading{color:#e3c24c;font-size:32px}.talk-upload .option-box{background:#fafafa;padding:10px 16px 16px}.talk-upload .option-box .option-load{border-radius:10px;height:380px;margin:20px}.talk-upload .option-box .option-slide{max-height:380px;overflow:auto}.talk-upload .option-box .option-row{grid-row-gap:15px;grid-column-gap:15px;display:grid;font-size:14px;grid-template-columns:repeat(5,120px);padding:16px 0}.talk-upload .option-box .option-row .media{background-color:#f2f2f2;border-radius:10px;overflow:hidden;position:relative}.talk-upload .option-box .option-row .media.active{cursor:pointer}.talk-upload .option-box .option-row .media.active:hover .ri-play-circle-line{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.talk-upload .option-box .option-row .media.active .ri-play-circle-line{display:block}.talk-upload .option-box .option-row .media .el-image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:120px;-webkit-justify-content:center;justify-content:center;width:120px}.talk-upload .option-box .option-row .media .el-image .el-image__inner{height:auto;max-height:100%;max-width:100%;width:auto}.talk-upload .option-box .option-row .media .ri-play-circle-line{color:#fff;display:none;font-size:40px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.talk-upload .option-box .option-row .media .follow,.talk-upload .option-box .option-row .media .unfollow{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:50%;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;height:28px;-webkit-justify-content:center;justify-content:center;position:absolute;right:0;top:0;width:28px}.talk-upload .option-box .option-row .media .follow{background-color:#e3c24c;color:#000}.talk-upload .option-box .option-row .media .unfollow{background-color:#000;color:#fff;opacity:0}.talk-upload .option-box .option-row .media:hover .unfollow{opacity:1}.talk-simulated-page .message-options-box{border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;overflow:hidden;-webkit-transition:box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out}.talk-simulated-page .message-options-box:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.talk-simulated-page .message-options-box:hover .options-box .el-image{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.talk-simulated-page .message-options-box:hover .options-box .mask{background-color:rgba(0,0,0,.1)}.talk-simulated-page .message-options-box:hover .options-box .mask .open-button{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.talk-simulated-page .message-options-box .options-box{aspect-ratio:16/9;overflow:hidden;position:relative}.talk-simulated-page .message-options-box .options-box .el-image{display:block;height:100%;min-height:90px;min-width:100px;object-fit:cover;-webkit-transition:-webkit-transform .5s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .5s cubic-bezier(.4,0,.2,1);transition:transform .5s cubic-bezier(.4,0,.2,1);transition:transform .5s cubic-bezier(.4,0,.2,1),-webkit-transform .5s cubic-bezier(.4,0,.2,1);width:430px}.talk-simulated-page .message-options-box .options-box .el-image img{height:100%;object-fit:cover!important;width:100%}.talk-simulated-page .message-options-box .options-box .mask{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:rgba(0,0,0,.2);bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.talk-simulated-page .message-options-box .options-box .mask .open-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.9);border-radius:20px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);color:#333;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;-webkit-transition:-webkit-transform .15s ease-in-out;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.talk-simulated-page .message-options-box .options-box .mask .open-button .open-icon{height:16px;width:16px}.talk-simulated-page .message-options-box .operate-link{color:#666;font-size:13px;padding:10px 12px;width:430px}.talk-simulated-page .message-options-box .operate-link .link-value{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}.calculate-time-container{position:relative}.calculate-time-container .calculate-time{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;bottom:-25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;-webkit-justify-content:center;justify-content:center;left:-21px;margin-top:6px;position:absolute;width:80px}.calculate-time-container .calculate-time span{border-radius:20px;font-size:14px;padding:2px 0;text-align:center;width:100%}.calculate-time-container .calculate-time i{color:#d4d4c9}.markdown-summary{font-size:16px}.markdown-summary h1{line-height:normal}.button[data-v-5300745d]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:5px;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;height:46px;-webkit-justify-content:center;justify-content:center;margin-left:20px;padding:0 20px}.button[data-v-5300745d]:hover{background-color:#fff7db;-webkit-transition:all .3s;transition:all .3s}.button.disabled[data-v-5300745d]{color:#b8b8ad;cursor:not-allowed}.button.disabled[data-v-5300745d]:hover{background-color:transparent}.popover-box .popover-row[data-v-5300745d]{border-top:1px solid #bbb;padding:24px 30px;position:relative}.popover-box .popover-row[data-v-5300745d]:first-child{border-top:none}.popover-box .popover-row .row-header[data-v-5300745d]{font-weight:700}.popover-box .popover-row .row-btn[data-v-5300745d],.popover-box .popover-row .row-user[data-v-5300745d]{margin-top:14px}.popover-box .popover-row .row-code[data-v-5300745d]{height:100px;width:100px}.popover-box .popover-row.flex[data-v-5300745d]{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.share-link-dialog .dialog-tip[data-v-5300745d]{color:#858574;font-size:12px;margin-bottom:5px;margin-left:5px}.share-link-dialog .dialog-content[data-v-5300745d]{padding-bottom:40px}.share-link-dialog .dialog-content .content-link[data-v-5300745d]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.share-link-dialog .dialog-content .content-link .el-input[data-v-5300745d]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.share-link-dialog .dialog-content .content-link .el-button[data-v-5300745d]{margin-left:12px}.share-link-dialog .dialog-content .content-btn[data-v-5300745d]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:25px;margin-top:14px}.share-link-dialog .dialog-content .content-btn .el-link[data-v-5300745d] .el-link--inner{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px;-webkit-justify-content:center;justify-content:center}.share-link-dialog .dialog-content .content-btn .el-link.el-link--primary:hover .svg[data-v-5300745d]{background-color:#e9ce70}.share-link-dialog .dialog-content .content-btn .el-link.el-link--danger:hover .svg[data-v-5300745d]{background-color:#e73333}.share-link-dialog .dialog-content .content-msg[data-v-5300745d]{font-weight:700;margin-top:26px;word-break:break-word}.share-link-dialog .dialog-content .content-switch[data-v-5300745d]{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#f2f1ef;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:400;-webkit-justify-content:space-between;justify-content:space-between;margin-top:12px;min-height:40px;padding:0 28px}.share-link-dialog .dialog-content .content-more[data-v-5300745d]{background-color:#f2f1ef;border-radius:5px;margin-top:12px;padding:14px 28px}.share-link-dialog .dialog-content .content-more .more-row[data-v-5300745d]{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:400;-webkit-justify-content:space-between;justify-content:space-between}.share-popover{padding:0}.content-group[data-v-75e24d4c]{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.content-group .list[data-v-75e24d4c]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:auto}.content-group .list .group-row[data-v-75e24d4c]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border:none;border-bottom:1px solid #d4d4c9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:110px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 50px 0 30px;position:relative}.content-group .list .group-row[data-v-75e24d4c]:first-child{border-top:none}.content-group .list .group-row[data-v-75e24d4c]:hover{background-color:#fffbed;-webkit-transition:all .3s;transition:all .3s}.content-group .list .group-row:hover .row-left[data-v-75e24d4c]{max-width:220px}.content-group .list .group-row:hover .row-right[data-v-75e24d4c]{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.content-group .list .group-row:hover .move-icon[data-v-75e24d4c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.content-group .list .group-row .move-icon[data-v-75e24d4c]{cursor:move;display:none;left:10px;margin-right:16px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.content-group .list .group-row .move-icon[data-v-75e24d4c]:hover{fill:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.content-group .list .group-row .row-left[data-v-75e24d4c]{width:100%}.content-group .list .group-row .row-left div[data-v-75e24d4c]:first-child{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-size:16px;overflow:hidden}.content-group .list .group-row .row-left div[data-v-75e24d4c]:nth-child(2){color:#858574;font-size:12px;margin-top:6px}.content-group .list .group-row .row-left div .el-icon-warning-outline[data-v-75e24d4c]{color:#e10000;margin-left:10px}.content-group .list .group-row .row-right[data-v-75e24d4c]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:none}.content-group .list .group-row .row-right .button[data-v-75e24d4c]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:5px;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:30px;-webkit-justify-content:center;justify-content:center;margin-left:20px;width:30px}.content-group .list .group-row .row-right .button i[data-v-75e24d4c]{font-size:20px}.content-group .list .group-row .row-right .button[data-v-75e24d4c]:hover{background-color:#ffeeb0;-webkit-transition:all .3s;transition:all .3s}.content-group .group-add[data-v-75e24d4c]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fff;border:1px solid #e5e7ea;color:#e3c24c;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;height:68px;-webkit-justify-content:center;justify-content:center;-webkit-transition:all .3s;transition:all .3s}.content-group .group-add[data-v-75e24d4c]:hover{background-color:#e3c24c;border-color:#e3c24c;color:#000}.content-group .group-add i[data-v-75e24d4c]{font-size:26px;margin-right:6px}.content-edit[data-v-568e5130]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.content-edit .edit-name[data-v-568e5130]{margin:0 29px 0 26px}.content-edit .edit-name .el-input[data-v-568e5130]{margin-top:18px}.content-edit .edit-operate[data-v-568e5130]{margin:15px 29px 0 26px}.content-edit .edit-box[data-v-568e5130]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:8px;overflow:auto;padding-left:26px;padding-right:29px}.content-edit .operate-button[data-v-568e5130]{-webkit-box-pack:justify;-ms-flex-pack:justify;height:68px;-webkit-justify-content:space-between;justify-content:space-between;padding-left:26px;padding-right:29px}.content-edit .operate-button .left[data-v-568e5130],.content-edit .operate-button[data-v-568e5130]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.content-edit .operate-button .left[data-v-568e5130]{-webkit-box-pack:center;-ms-flex-pack:center;background-color:#ffea9f;color:#000;font-size:14px;height:40px;-webkit-justify-content:center;justify-content:center;padding:0 15px}.content-edit .operate-button .right .el-button[data-v-568e5130]{border-radius:5px;color:#101010;font-size:14px;height:40px;text-align:center}.content-edit .operate-button .right .el-button.is-disabled[data-v-568e5130]{background-color:#f1e1a6;border-color:#f1e1a6;color:#fff}.content-edit .operate-button .right .cancel[data-v-568e5130]{background-color:#fff;border:1px solid #bbb}.content-edit .operate-button .right .cancel[data-v-568e5130]:hover{background-color:#fcf9ed;border-color:#f7edc9;color:#e3c24c}.content-edit .operate-button .right .confirm[data-v-568e5130]{background-color:#e3c24c}.content-edit .operate-button .right .confirm[data-v-568e5130]:not(.is-disabled):hover{background:#e9ce70;border-color:#e9ce70;color:#000}.drawer-content-edit .edit-box .edit-row .row-header[data-v-568e5130]{padding:0 20px}.drawer-content-edit .edit-box .edit-row .row-ul[data-v-568e5130]{padding:24px 20px}.el-drawer__wrapper.edit .drawer-header[data-v-38eaf266]{border:none}.button[data-v-38eaf266]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:5px;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;font-weight:600;height:46px;-webkit-justify-content:center;justify-content:center;margin-left:20px;padding:0 20px}.button[data-v-38eaf266]:hover{background-color:#fff7db;-webkit-transition:all .3s;transition:all .3s}.button.disabled[data-v-38eaf266]{color:#b8b8ad;cursor:not-allowed;pointer-events:none}.drawer-header[data-v-38eaf266]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-bottom:1px solid #d4d4c9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:60px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 20px}.drawer-header .name[data-v-38eaf266]{color:#000;font-size:16px;font-weight:700}.drawer-header i[data-v-38eaf266]{color:#858574;cursor:pointer;font-size:20px}.el-drawer__body[data-v-38eaf266]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.drawer-content[data-v-38eaf266]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:calc(100% - 60px);overflow:auto}.section-sort-dialog .dialog-content[data-v-32df067e]{padding:10px 0}.section-sort-dialog .dialog-content ul[data-v-32df067e]{list-style:none;max-height:400px;overflow-y:auto}.section-sort-dialog .dialog-content ul li[data-v-32df067e]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#f2f1ef;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:50px;margin-top:10px;padding:0 12px}.section-sort-dialog .dialog-content ul li i[data-v-32df067e]{cursor:pointer;font-size:16px;margin-right:16px}.section-sort-dialog .dialog-content ul li i[data-v-32df067e]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.section-sort-dialog .dialog-content ul li svg[data-v-32df067e]{fill:#858574;cursor:pointer;margin-right:16px}.section-sort-dialog .dialog-content ul li svg[data-v-32df067e]:hover{fill:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.section-sort-dialog .dialog-content ul li div[data-v-32df067e]{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden}.checkbox-container[data-v-26b66328]{margin-top:8px}.checkbox-container .operate-option .option-operate[data-v-26b66328]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;width:100%}.checkbox-container .operate-option .option-operate .btn[data-v-26b66328]{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;max-width:100%;width:100%}.checkbox-container .operate-option .option-operate .btn i[data-v-26b66328]{background:#ccc;border-radius:2px;color:#858574;font-size:12px;margin-left:1px;margin-right:5px;margin-top:3px}.checkbox-container .operate-option .option-operate .btn .operate-content[data-v-26b66328]{overflow:hidden}.checkbox-container .operate-option .option-operate .operate-content[data-v-26b66328]{width:100%}.checkbox-container .operate-option .option-operate .operate-content[data-v-26b66328] ol,.checkbox-container .operate-option .option-operate .operate-content[data-v-26b66328] ul{padding-left:16px}.checkbox-container .operate-option .option-operate .ri-shuffle-line[data-v-26b66328]{font-size:14px;margin-left:8px}.checkbox-container .operate-option .option-ul[data-v-26b66328]{color:#858574;font-size:12px;line-height:20px;list-style:none;margin-top:10px;padding-left:18px}.checkbox-container[data-v-0f081d0c]{margin-top:8px}.checkbox-container .operate-option .option-operate[data-v-0f081d0c]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px}.checkbox-container .operate-option .option-operate .btn[data-v-0f081d0c]{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:100%}.checkbox-container .operate-option .option-operate .btn i[data-v-0f081d0c]{background:#ccc;border-radius:2px;color:#858574;font-size:12px;margin-left:1px;margin-right:5px;margin-top:3px}.checkbox-container .operate-option .option-operate .btn .operate-content[data-v-0f081d0c]{overflow:hidden}.checkbox-container .operate-option .option-operate .operate-content[data-v-0f081d0c]{width:100%}.checkbox-container .operate-option .option-operate .operate-content[data-v-0f081d0c] ol,.checkbox-container .operate-option .option-operate .operate-content[data-v-0f081d0c] ul{padding-left:16px}.checkbox-container .operate-option .option-operate .ri-shuffle-line[data-v-0f081d0c]{font-size:14px;margin-left:8px}.checkbox-container .operate-option .option-ul[data-v-0f081d0c]{color:#858574;font-size:12px;line-height:20px;list-style:none;margin-top:4px;padding-left:18px}.checkbox-container .operate-option .option-ul .picture-box[data-v-0f081d0c]{display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin:10px 0}.checkbox-container .operate-option .option-ul .picture-box .image-item[data-v-0f081d0c]{overflow:hidden}.checkbox-container .operate-option .option-ul .picture-box .text[data-v-0f081d0c]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:inline-block;display:-webkit-box;font-size:12px;overflow:hidden;text-overflow:ellipsis}.checkbox-container .operate-option .option-ul .picture-box .el-image[data-v-0f081d0c]{height:90px;width:100%}.operate-box .operate-header[data-v-6511e2be]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#666;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header>i[data-v-6511e2be]:first-of-type{color:#999}.operate-box .operate-header i[data-v-6511e2be]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-6511e2be]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .random[data-v-6511e2be]{margin-right:8px}.operate-box .operate-header .options-number[data-v-6511e2be]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .options-number i[data-v-6511e2be]{color:inherit}.operate-box .operate-header .time[data-v-6511e2be]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-6511e2be]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-header .eye-close[data-v-6511e2be]{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-left:auto}.operate-box .operate-header[data-v-157516ca]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#666;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header>i[data-v-157516ca]:first-of-type{color:#999}.operate-box .operate-header i[data-v-157516ca]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-157516ca]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .answerMethod[data-v-157516ca]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .time[data-v-157516ca]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-157516ca]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-content[data-v-157516ca]{color:#000;font-size:14px;margin-top:8px}.operate-box .operate-content[data-v-157516ca] ol,.operate-box .operate-content[data-v-157516ca] ul{padding-left:16px}.operate-box .operate-header[data-v-5f37e04a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#666;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header>i[data-v-5f37e04a]:first-of-type{color:#999}.operate-box .operate-header i[data-v-5f37e04a]{font-size:14px;margin-right:4px}.operate-box .operate-header .time[data-v-5f37e04a]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-5f37e04a]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-content[data-v-5f37e04a]{color:#000;font-size:14px;margin-top:8px}.operate-box .operate-content[data-v-5f37e04a] ol,.operate-box .operate-content[data-v-5f37e04a] ul{padding-left:16px}.test-gruop-status[data-v-25896de2]{margin-top:6px}.test-gruop-status .test-group-icon[data-v-25896de2],.test-gruop-status[data-v-25896de2]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.test-gruop-status .test-group-icon[data-v-25896de2]{-webkit-box-pack:center;-ms-flex-pack:center;background:#000;border-radius:50%;height:24px;-webkit-justify-content:center;justify-content:center;margin-right:8px;overflow:hidden;width:24px}.test-gruop-status .test-group-icon .test1-svg[data-v-25896de2]{background-color:#fff}.test-gruop-status .rounds[data-v-25896de2]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#cecece;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;height:20px;-webkit-justify-content:center;justify-content:center;padding-left:8px;padding-right:4px}.test-gruop-status .rounds .rounds-status[data-v-25896de2]{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:8px}.test-gruop-status .rounds .rounds-status span[data-v-25896de2]{border-radius:50%;height:14px;margin-left:4px;width:14px}.test-gruop-status .rounds .rounds-status span .el-icon-success[data-v-25896de2]{color:#00b600;font-size:14px}.test-gruop-status .rounds .rounds-status span .el-icon-error[data-v-25896de2]{color:#e10000;font-size:14px}.test-gruop-status .rounds .rounds-status span .el-icon-remove[data-v-25896de2]{color:#ecebeb;font-size:14px;position:relative}.test-gruop-status .rounds .rounds-status span .el-icon-remove[data-v-25896de2]:after{background:#ecebeb;border-radius:100px;content:"";height:inherit;left:2px;position:absolute;top:2px;width:inherit}.operate-box .operate-header[data-v-031d106d]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#666;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header>i[data-v-031d106d]:first-of-type{color:#999}.operate-box .operate-header i[data-v-031d106d]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-031d106d]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .random[data-v-031d106d]{margin-right:8px}.operate-box .operate-header .options-number[data-v-031d106d]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .options-number i[data-v-031d106d]{color:inherit}.operate-box .operate-header .time[data-v-031d106d]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-031d106d]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-header .test-group-icon[data-v-031d106d]{margin-left:auto}.operate-box .operate-header .test-group-icon span[data-v-031d106d]{-webkit-box-pack:center;-ms-flex-pack:center;background:#000;border:#fff;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:24px;-webkit-justify-content:center;justify-content:center;width:24px}.operate-box .operate-header .test-group-icon span[data-v-031d106d],.operate-box .operate-header[data-v-55bb98b2]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header[data-v-55bb98b2]{color:#666}.operate-box .operate-header>i[data-v-55bb98b2]:first-of-type{color:#999}.operate-box .operate-header i[data-v-55bb98b2]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-55bb98b2]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .random[data-v-55bb98b2]{margin-right:8px}.operate-box .operate-header .options-number[data-v-55bb98b2]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .options-number i[data-v-55bb98b2]{color:inherit}.operate-box .operate-header .time[data-v-55bb98b2]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-55bb98b2]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-header .test-group-icon[data-v-55bb98b2]{margin-left:auto}.operate-box .operate-header .test-group-icon span[data-v-55bb98b2]{-webkit-box-pack:center;-ms-flex-pack:center;background:#000;border:#fff;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:24px;-webkit-justify-content:center;justify-content:center;width:24px}.operate-box .operate-header .test-group-icon span[data-v-55bb98b2],.operate-box .operate-header[data-v-7ba6bbd6]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header[data-v-7ba6bbd6]{color:#666}.operate-box .operate-header>i[data-v-7ba6bbd6]:first-of-type{color:#999}.operate-box .operate-header i[data-v-7ba6bbd6]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-7ba6bbd6]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .answerMethod[data-v-7ba6bbd6],.operate-box .operate-header .options-number[data-v-7ba6bbd6]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .time[data-v-7ba6bbd6]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-7ba6bbd6]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-header .test-group-icon[data-v-7ba6bbd6]{margin-left:auto}.operate-box .operate-header .test-group-icon span[data-v-7ba6bbd6]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:#000;border:#fff;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:24px;-webkit-justify-content:center;justify-content:center;width:24px}.operate-box .operate-content[data-v-7ba6bbd6]{color:#000;font-size:14px;margin-top:8px}.operate-box .operate-content[data-v-7ba6bbd6] ol,.operate-box .operate-content[data-v-7ba6bbd6] ul{padding-left:16px}.operate-box .operate-option[data-v-7ba6bbd6]{color:#858574;font-size:12px;gap:4px;margin-top:16px}.operate-box .operate-header[data-v-17c66640],.operate-box .operate-option[data-v-7ba6bbd6]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header[data-v-17c66640]{color:#666}.operate-box .operate-header>i[data-v-17c66640]:first-of-type{color:#999}.operate-box .operate-header i[data-v-17c66640]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-17c66640]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .random[data-v-17c66640]{margin-right:8px}.operate-box .operate-header .options-number[data-v-17c66640]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .options-number i[data-v-17c66640]{color:inherit}.operate-box .operate-header .time[data-v-17c66640]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-17c66640]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-header .test-group-icon[data-v-17c66640]{margin-left:auto}.operate-box .operate-header .test-group-icon span[data-v-17c66640]{-webkit-box-pack:center;-ms-flex-pack:center;background:#000;border:#fff;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:24px;-webkit-justify-content:center;justify-content:center;width:24px}.operate-box .operate-header .test-group-icon span[data-v-17c66640],.operate-box .operate-header[data-v-5c551b78]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header[data-v-5c551b78]{color:#666}.operate-box .operate-header>i[data-v-5c551b78]:first-of-type{color:#999}.operate-box .operate-header i[data-v-5c551b78]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-5c551b78]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .answerMethod[data-v-5c551b78],.operate-box .operate-header .options-number[data-v-5c551b78]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .time[data-v-5c551b78]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-5c551b78]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-image[data-v-5c551b78]{color:#858574;display:grid;font-size:12px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px;padding-left:18px}.operate-box .operate-image .text[data-v-5c551b78]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:inline-block;display:-webkit-box;font-size:12px;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.operate-box .operate-content[data-v-5c551b78]{color:#000;font-size:14px;width:100%}.operate-box .operate-content[data-v-5c551b78] ol,.operate-box .operate-content[data-v-5c551b78] ul{padding-left:16px}.operate-box .checkbox-container[data-v-5c551b78]{margin-top:8px}.operate-box .option-operate[data-v-5c551b78]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#858574;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px}.operate-box .option-operate .btn[data-v-5c551b78]{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;max-width:100%}.operate-box .option-operate .btn i[data-v-5c551b78]{background:#ccc;border-radius:2px;color:#858574;font-size:12px;margin-left:1px;margin-right:5px;margin-top:3px}.operate-box .option-operate .btn[data-v-5c551b78]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.operate-box .option-operate .btn .operate-content[data-v-5c551b78]{overflow:hidden}.operate-box .option-operate .ri-shuffle-line[data-v-5c551b78]{font-size:14px;margin-left:8px}.operate-box .operate-video[data-v-5c551b78]{min-width:0;position:relative;width:100%}.operate-box .operate-video.active[data-v-5c551b78]{cursor:pointer}.operate-box .operate-video.active:hover .ri-play-circle-line[data-v-5c551b78]{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.operate-box .operate-video.active .ri-play-circle-line[data-v-5c551b78]{display:block}.operate-box .operate-video .el-image[data-v-5c551b78]{border-radius:5px;display:block;height:95px;width:100%}.operate-box .operate-video .ri-play-circle-line[data-v-5c551b78]{color:#fff;display:none;font-size:40px;left:50%;position:absolute;top:48px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.operate-box .operate-header[data-v-cbbc4a3c]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#666;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header>i[data-v-cbbc4a3c]:first-of-type{color:#999}.operate-box .operate-header i[data-v-cbbc4a3c]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-cbbc4a3c]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .answerMethod[data-v-cbbc4a3c],.operate-box .operate-header .options-number[data-v-cbbc4a3c]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .time[data-v-cbbc4a3c]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-cbbc4a3c]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-header .test-group-icon[data-v-cbbc4a3c]{margin-left:auto}.operate-box .operate-header .test-group-icon span[data-v-cbbc4a3c]{-webkit-box-pack:center;-ms-flex-pack:center;background:#000;border:#fff;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:24px;-webkit-justify-content:center;justify-content:center;width:24px}.operate-box .operate-header .test-group-icon span[data-v-cbbc4a3c],.operate-box .operate-header[data-v-42a84429]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header[data-v-42a84429]{color:#666}.operate-box .operate-header>i[data-v-42a84429]:first-of-type{color:#999}.operate-box .operate-header i[data-v-42a84429]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-42a84429]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .random[data-v-42a84429]{margin-right:8px}.operate-box .operate-header .options-number[data-v-42a84429]{margin-right:4px}.operate-box .operate-header .answerMethod[data-v-42a84429],.operate-box .operate-header .options-number[data-v-42a84429]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .time[data-v-42a84429]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-42a84429]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-header .test-group-icon[data-v-42a84429]{margin-left:auto}.operate-box .operate-header .test-group-icon span[data-v-42a84429]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:#000;border:#fff;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:24px;-webkit-justify-content:center;justify-content:center;width:24px}.operate-box .operate-option[data-v-42a84429]{margin-top:8px}.operate-box .operate-option .option-operate[data-v-42a84429]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;width:100%}.operate-box .operate-option .option-operate .btn[data-v-42a84429]{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;max-width:100%;width:100%}.operate-box .operate-option .option-operate .btn i[data-v-42a84429]{background:#ccc;border-radius:2px;color:#858574;font-size:12px;margin-left:1px;margin-right:5px;margin-top:3px}.operate-box .operate-option .option-operate .btn .operate-content[data-v-42a84429]{overflow:hidden}.operate-box .operate-option .option-operate .operate-content[data-v-42a84429]{width:100%}.operate-box .operate-option .option-operate .ri-shuffle-line[data-v-42a84429]{font-size:14px;margin-left:8px}.operate-box .operate-option .option-ul[data-v-42a84429]{color:#858574;font-size:12px;line-height:20px;list-style:none;margin-top:8px;padding-left:18px}.operate-box .operate-option .option-ul[data-v-42a84429] img{display:block;height:auto;margin:10px 0;max-width:100%}.operate-box .settings-option[data-v-42a84429]{color:#858574;font-size:12px;gap:4px;margin-top:16px}.operate-box .operate-header[data-v-0003bf68],.operate-box .settings-option[data-v-42a84429]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header[data-v-0003bf68]{color:#666}.operate-box .operate-header>i[data-v-0003bf68]:first-of-type{color:#999}.operate-box .operate-header i[data-v-0003bf68]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-0003bf68]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .answerMethod[data-v-0003bf68],.operate-box .operate-header .options-number[data-v-0003bf68]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .time[data-v-0003bf68]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-0003bf68]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-header .test-group-icon[data-v-0003bf68]{margin-left:auto}.operate-box .operate-header .test-group-icon span[data-v-0003bf68]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:#000;border:#fff;border-radius:4px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:24px;-webkit-justify-content:center;justify-content:center;width:24px}.operate-box .operate-content[data-v-0003bf68]{color:#000;font-size:14px;margin-top:8px}.operate-box .operate-content[data-v-0003bf68] ol,.operate-box .operate-content[data-v-0003bf68] ul{padding-left:16px}.operate-box .operate-header[data-v-766c05f6]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#666;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header>i[data-v-766c05f6]:first-of-type{color:#999}.operate-box .operate-header>i.heatmap-svg[data-v-766c05f6]{background-color:#999;height:14px;width:14px}.operate-box .operate-header i[data-v-766c05f6]{font-size:14px;margin-right:4px}.operate-box .operate-header .type[data-v-766c05f6]:after{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .answerMethod[data-v-766c05f6],.operate-box .operate-header .options-number[data-v-766c05f6]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header .time[data-v-766c05f6]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-header .tag[data-v-766c05f6]{background-color:#d4d4c9;border-radius:30px;color:#858574;display:inline-block;font-size:12px;margin-left:10px;padding:2px 4px}.operate-box .operate-header .test-group-icon[data-v-766c05f6]{margin-left:auto}.operate-box .operate-header .test-group-icon span[data-v-766c05f6]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:#333;border:#fff;border-radius:6px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;width:28px}.operate-box .operate-content[data-v-766c05f6]{color:#000;font-size:14px;margin-top:8px}.operate-box .operate-content[data-v-766c05f6] ol,.operate-box .operate-content[data-v-766c05f6] ul{padding-left:16px}.operate-box .operate-image[data-v-766c05f6]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:18px}.operate-box .operate-image .image-item[data-v-766c05f6]{display:block;margin-bottom:8px;margin-right:2%;width:32%}.operate-box .operate-image .image-item[data-v-766c05f6]:nth-of-type(3n){margin-right:0}.operate-box .operate-image .text[data-v-766c05f6]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:inline-block;display:-webkit-box;font-size:12px;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.operate-box .operate-image .el-image[data-v-766c05f6]{border-radius:5px;height:72px;width:100%}.operate-box .operate-header[data-v-10459626]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#666;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operate-box .operate-header>i[data-v-10459626]:first-of-type{color:#999}.operate-box .operate-header>i.simulatedPage-svg[data-v-10459626]{height:14px;width:14px}.operate-box .operate-header i[data-v-10459626]{font-size:14px;margin-right:4px}.operate-box .operate-header .time[data-v-10459626]:before{color:rgba(0,0,0,.2);content:"|";margin:0 8px}.operate-box .operate-content[data-v-10459626]{color:#000;font-size:14px;margin-top:8px}.operate-box .operate-content[data-v-10459626] ol,.operate-box .operate-content[data-v-10459626] ul{padding-left:16px}.operate-box .operate-image[data-v-10459626]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:18px}.operate-box .operate-image .image-item[data-v-10459626]{display:block;margin-bottom:8px;margin-right:2%;width:32%}.operate-box .operate-image .image-item[data-v-10459626]:nth-of-type(3n){margin-right:0}.operate-box .operate-image .text[data-v-10459626]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:inline-block;display:-webkit-box;font-size:12px;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.operate-box .operate-image .el-image[data-v-10459626]{aspect-ratio:16/9;border-radius:5px;width:100%}.operate-box .operate-link[data-v-10459626]{color:#666;font-size:13px;margin-top:8px}.operate-box .operate-link .link-value[data-v-10459626]{word-break:break-all}.operate-content img{display:block;height:auto;margin:10px 0;max-width:100%}.form-wrap[data-v-13429d38]{padding:25px 0}.form-wrap .wrap-serial[data-v-13429d38]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;color:#858574;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:10px}.form-wrap .wrap-serial .txt-line-1[data-v-13429d38]{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.form-wrap .wrap-box[data-v-13429d38]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.item-move-dialog .dialog-content[data-v-5d0e88e2]{padding:10px 0}.item-move-dialog .dialog-content .content-type[data-v-5d0e88e2]{background-color:#fffbed;border-radius:5px}.item-move-dialog .dialog-content .content-type .form-wrap[data-v-5d0e88e2]{padding-left:18px;padding-right:18px}.item-move-dialog .dialog-content .content-type .type-header[data-v-5d0e88e2]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.item-move-dialog .dialog-content .content-type .type-header i[data-v-5d0e88e2]{font-size:14px;margin-right:4px}.item-move-dialog .dialog-content .content-type .type-header .time[data-v-5d0e88e2]:before{content:"|";margin:0 12px}.item-move-dialog .dialog-content .content-type .type-name[data-v-5d0e88e2],.item-move-dialog .dialog-content .content-type .type-option[data-v-5d0e88e2]{margin-top:16px}.item-move-dialog .dialog-content .content-type .type-option .option-operate .btn[data-v-5d0e88e2]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;color:#858574;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;justify-content:center}.item-move-dialog .dialog-content .content-type .type-option .option-operate .btn i[data-v-5d0e88e2]{font-size:14px}.item-move-dialog .dialog-content .content-type .type-option .option-operate .btn[data-v-5d0e88e2]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.item-move-dialog .dialog-content .content-type .type-option .option-ul[data-v-5d0e88e2]{list-style:none;margin-top:10px;padding-left:14px}.item-move-dialog .dialog-content .content-group[data-v-5d0e88e2]{margin-top:30px}.item-move-dialog .dialog-content .content-group .el-select[data-v-5d0e88e2]{margin-top:10px;width:100%}.item-move-dialog .dialog-content .content-choose[data-v-5d0e88e2]{margin-top:30px}.item-move-dialog .dialog-content .content-choose .el-radio-group .el-radio[data-v-5d0e88e2],.item-move-dialog .dialog-content .content-choose .el-radio-group[data-v-5d0e88e2]{margin-top:10px}[data-v-5d0e88e2] .el-dialog__body{max-height:70vh;overflow-y:auto}.talk-loading[data-v-2945d255]{-webkit-animation:flash 2s ease-out 0s infinite;animation:flash 2s ease-out 0s infinite;padding:30px}.talk-loading .row[data-v-2945d255]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:50px}.talk-loading .row .option[data-v-2945d255]{background:#f2f1ef;border-radius:10px;height:50px;width:410px}.talk-loading .row .message[data-v-2945d255]{background:#f2f1ef;border-radius:10px;height:20px;margin-bottom:10px;width:140px}.talk-loading .row .msg[data-v-2945d255]{background:#f2f1ef;border-radius:10px;height:30px;margin-bottom:10px;width:60px}.talk-loading .row i[data-v-2945d255]{background:#f2f1ef;border-radius:50%;height:50px;margin-left:18px;width:50px}.talk-loading .row ul[data-v-2945d255]{list-style:none}.talk-loading .row ul li[data-v-2945d255]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:16px}.talk-loading .row ul li .option[data-v-2945d255]{position:relative}.talk-loading .row ul li .option[data-v-2945d255]:after{background:#f2f1ef;content:"";height:1px;position:absolute;right:-50px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50px}.talk-loading .row ul li i[data-v-2945d255]{margin-left:50px}.talk-loading .row-right[data-v-2945d255]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end}.talk-loading .row-left[data-v-2945d255]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.el-input,.el-textarea{font-size:14px;width:100%}.el-input__inner,.el-textarea__inner{background-image:none;-webkit-box-sizing:border-box;color:#000;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea{display:inline-block;position:relative;vertical-align:bottom}.el-textarea__inner{background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;box-sizing:border-box;display:block;font-size:inherit;line-height:1.5;padding:5px 15px;resize:vertical;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{border-color:#e3c24c;outline:0}.el-textarea .el-input__count{background:#fff;bottom:5px;color:#858574;font-size:12px;position:absolute;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#e10000}.el-textarea.is-exceed .el-input__count{color:#e10000}.el-input{display:inline-block;position:relative}.el-input::-webkit-scrollbar{width:6px;z-index:11}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{background:#b4bccc;border-radius:5px;width:6px}.el-input::-webkit-scrollbar-corner,.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;cursor:pointer;font-size:14px;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#858574;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;font-size:12px;height:100%}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input,.el-input__inner{font-size:inherit}.el-input .el-input__count .el-input__count-inner{background:#fff;display:inline-block;line-height:normal;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;box-sizing:border-box;display:inline-block;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__inner:hover,.el-slider__runway.disabled .el-slider__button{border-color:#c0c4cc}.el-input__prefix,.el-input__suffix{color:#c0c4cc;height:100%;position:absolute;text-align:center;top:0;-webkit-transition:all .3s}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#e3c24c;outline:0}.el-input__suffix{pointer-events:none;right:5px;-webkit-transition:all .3s;transition:all .3s}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px}.el-input__icon,.el-input__prefix{-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;line-height:40px;text-align:center;width:25px}.el-input__icon:after{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#e10000}.el-input.is-exceed .el-input__suffix .el-input__count{color:#e10000}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{border-collapse:separate;border-spacing:0;display:inline-table;line-height:normal;width:100%}.el-input-group>.el-input__inner{display:table-cell;vertical-align:middle}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;border:1px solid #dcdfe6;border-radius:4px;color:#858574;display:table-cell;padding:0 20px;position:relative;vertical-align:middle;white-space:nowrap;width:1px}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-bottom-left-radius:0;border-top-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-bottom-right-radius:0;border-top-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{background-color:transparent;border-color:transparent;border-bottom:0;border-top:0;color:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;height:0;width:0}.el-input-number{display:inline-block;line-height:38px;position:relative;width:180px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{background:#f5f7fa;color:#000;cursor:pointer;font-size:13px;height:auto;position:absolute;text-align:center;top:1px;width:40px;z-index:1}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#e3c24c}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#e3c24c}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-input-number__increase{border-left:1px solid #dcdfe6;border-radius:0 4px 4px 0;right:1px}.el-input-number__decrease{border-radius:4px 0 0 4px;border-right:1px solid #dcdfe6;left:1px}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#e4e7ed;color:#e4e7ed}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#e4e7ed;cursor:not-allowed}.el-input-number--medium{line-height:34px;width:200px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{font-size:14px;width:36px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{line-height:30px;width:130px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{font-size:13px;width:32px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{line-height:26px;width:130px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{font-size:12px;width:28px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-bottom:1px solid #dcdfe6;border-radius:0 4px 0 0}.el-input-number.is-controls-right .el-input-number__decrease{border-left:1px solid #dcdfe6;border-radius:0 0 4px;border-right:none;bottom:1px;left:auto;right:1px;top:auto}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{word-wrap:break-word;border-radius:4px;font-size:12px;line-height:1.2;min-width:10px;padding:10px;position:absolute;z-index:2000}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{border-color:transparent;border-style:solid;display:block;height:0;position:absolute;width:0}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow:after{border-width:5px;content:" "}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{border-bottom-width:0;border-top-color:#303133;bottom:-6px}.el-tooltip__popper[x-placement^=top] .popper__arrow:after{border-bottom-width:0;border-top-color:#303133;bottom:1px;margin-left:-5px}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133;border-top-width:0;top:-6px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#303133;border-top-width:0;margin-left:-5px;top:1px}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{border-left-width:0;border-right-color:#303133;left:-6px}.el-tooltip__popper[x-placement^=right] .popper__arrow:after{border-left-width:0;border-right-color:#303133;bottom:-5px;left:1px}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{border-left-color:#303133;border-right-width:0;right:-6px}.el-tooltip__popper[x-placement^=left] .popper__arrow:after{border-left-color:#303133;border-right-width:0;bottom:-5px;margin-left:-5px;right:1px}.el-tooltip__popper.is-dark{background:#303133;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after{border-right-color:#fff}.el-slider:after,.el-slider:before{content:"";display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper:after{display:inline-block;vertical-align:middle}.el-slider:after{clear:both}.el-slider__runway{background-color:#e4e7ed;border-radius:3px;cursor:pointer;height:6px;margin:16px 0;position:relative;vertical-align:middle;width:100%}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#c0c4cc}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{cursor:not-allowed;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.el-slider__button-wrapper,.el-slider__stop{position:absolute;-webkit-transform:translateX(-50%)}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{background-color:#e3c24c;border-bottom-left-radius:3px;border-top-left-radius:3px;height:6px;position:absolute}.el-slider__button-wrapper{background-color:transparent;height:36px;line-height:normal;text-align:center;top:-15px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:36px;z-index:1001}.el-slider__button-wrapper:after{content:"";height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{background-color:#fff;border:2px solid #e3c24c;border-radius:50%;height:16px;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:16px}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{background-color:#fff;border-radius:100%;height:6px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:6px}.el-slider__marks{height:100%;left:12px;top:0;width:18px}.el-slider__marks-text{color:#858574;font-size:14px;margin-top:15px;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{height:100%;margin:0 16px;width:6px}.el-slider.is-vertical .el-slider__bar{border-radius:0 0 3px 3px;height:auto;width:6px}.el-slider.is-vertical .el-slider__button-wrapper{left:-15px;top:auto}.el-slider.is-vertical .el-slider__button-wrapper,.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{bottom:22px;float:none;margin-top:15px;overflow:visible;position:absolute;width:36px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{padding-left:5px;padding-right:5px;text-align:center}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{border:1px solid #dcdfe6;box-sizing:border-box;line-height:20px;margin-top:-1px;top:32px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{border-bottom-left-radius:4px;right:18px;width:18px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{border-bottom-right-radius:4px;width:19px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#c0c4cc}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#e3c24c}.el-slider.is-vertical .el-slider__marks-text{left:15px;margin-top:0;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.button[data-v-047697e0]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:5px;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;font-weight:600;height:46px;-webkit-justify-content:center;justify-content:center;margin-left:20px;padding:0 20px}.button[data-v-047697e0]:hover{background-color:#fff7db;-webkit-transition:all .3s;transition:all .3s}.button .time[data-v-047697e0]{-webkit-animation:twinkling-data-v-047697e0 1s ease-in-out infinite;animation:twinkling-data-v-047697e0 1s ease-in-out infinite;background-color:#d4d4c9;border-radius:50%;display:inline-block;height:15px;margin-right:10px;width:15px}.animated[data-v-047697e0]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes twinkling-data-v-047697e0{0%{opacity:.5}to{opacity:1}}@keyframes twinkling-data-v-047697e0{0%{opacity:.5}to{opacity:1}}.time-popover{padding:25px}.time-popover .popover-box,.time-popover .popover-box .left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.time-popover .popover-box .left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:40px;position:relative;width:100px}.time-popover .popover-box .left .el-slider{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:10px 0}.time-popover .popover-box .left .el-slider .el-slider__runway{background-color:#00b600}.time-popover .popover-box .left .el-slider .el-slider__bar{background-color:#d6f4d6}.time-popover .popover-box .left .el-slider .el-slider__button{border-color:#00b600;height:12px;width:12px}.time-popover .popover-box .left .el-slider .el-slider__button-wrapper:before{content:attr(data-before);font-weight:700;position:absolute;right:30px;top:8px;width:80px}.time-popover .popover-box .left .ri-more-2-fill{bottom:-24px;color:#e10000;font-size:20px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.time-popover .popover-box .right{-webkit-box-flex:1;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-justify-content:center;justify-content:center;line-height:40px}.content-people[data-v-06466bf0],.time-popover .popover-box .right{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.content-people[data-v-06466bf0]{background-color:#f7f7f7;min-width:200px;overflow:auto;width:290px}.content-people .QR-code[data-v-06466bf0]{border-bottom:1px solid #dbdbdb;padding:40px 0 20px}.content-people .box[data-v-06466bf0]{overflow-y:auto;padding:16px 18px}.content-people .people-header[data-v-06466bf0]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;-webkit-justify-content:space-between;justify-content:space-between}.content-people .people-header .ri-close-circle-line[data-v-06466bf0]{color:#858574;cursor:pointer;font-size:20px}.content-people .people-header .ri-close-circle-line[data-v-06466bf0]:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.content-people .people-num[data-v-06466bf0]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fff;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:42px;-webkit-justify-content:center;justify-content:center;margin-top:28px;min-height:42px}.content-people .people-poll[data-v-06466bf0]{margin-top:30px}.content-people .people-poll .poll-header[data-v-06466bf0]{font-weight:700;margin-bottom:16px}.content-people .people-poll .poll-box[data-v-06466bf0]{margin-bottom:30px}.content-people .people-poll .poll-box[data-v-06466bf0]:hover{color:#e3c24c;cursor:pointer}.content-people .people-poll .poll-box .poll-name[data-v-06466bf0]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.content-people .people-poll .poll-box .poll-name i[data-v-06466bf0]{font-size:18px;margin-right:6px}.content-people .people-poll .poll-box ul[data-v-06466bf0]{list-style:none}.content-people .people-poll .poll-box ul li[data-v-06466bf0]{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-top:8px}.content-people .people-poll .poll-box ul li[data-v-06466bf0]:first-child{margin-top:14px}.content-people .people-poll .poll-box ul li .value[data-v-06466bf0]{margin-right:20px}.content-people .people-poll .poll-box ul li .value .el-image[data-v-06466bf0]{height:60px;width:60px}.project-data-derive-dialog .dialog-content[data-v-6744ad5e]{padding-bottom:30px}.project-data-derive-dialog .dialog-content .content-msg[data-v-6744ad5e]{word-wrap:break-word;color:#858574;margin-top:10px;word-break:break-word}.project-data-derive-dialog .dialog-content .content-button .el-button[data-v-6744ad5e]{background-color:#fff;display:block;margin:20px 0 0;width:100%}.project-data-derive-dialog .dialog-content .content-button .blue[data-v-6744ad5e]{border-color:#0060ff;color:#0060ff}.project-data-derive-dialog .dialog-content .content-button .blue[data-v-6744ad5e]:hover{background-color:#e6f8ff;-webkit-transition:all .3s;transition:all .3s}.project-data-derive-dialog .dialog-content .content-button .gray[data-v-6744ad5e]{border-color:#aeae9f;color:#aeae9f}.project-data-derive-dialog .dialog-content .content-button .green[data-v-6744ad5e]{border-color:#00b600;color:#00b600}.project-data-derive-dialog .dialog-content .content-button .green[data-v-6744ad5e]:hover{background-color:#eaf9e8;-webkit-transition:all .3s;transition:all .3s}.project-data-derive-dialog .dialog-content .content-button .is-loading[data-v-6744ad5e]{background-color:#e6f8ff}.project-data-derive-dialog .dialog-content .content-button .is-disabled[data-v-6744ad5e]:hover{background-color:#fff}.project-data-derive-dialog .dialog-content .content-button .refresh-btn[data-v-6744ad5e]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px;margin:10px 0 0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.project-data-derive-dialog .dialog-content .content-button .refresh-btn.is-disabled[data-v-6744ad5e]{color:#aeae9f}.project-data-derive-dialog .dialog-content .content-button .refresh-btn.is-disabled i[data-v-6744ad5e]{background-color:#aeae9f}.project-data-derive-dialog .dialog-content .content-button .refresh-btn[data-v-6744ad5e]:hover{background-color:transparent!important}.new-messages-badge[data-v-2d0a6038]{background-color:#e3c24c;border:none;border-radius:20px;bottom:40px;box-shadow:2px 4px 4px rgba(0,0,0,.3);color:#000;cursor:pointer;display:inline-block;font-family:Arial,sans-serif;font-size:16px;margin:4px 2px;padding:10px 20px;position:fixed;right:40px;text-align:center;text-decoration:none;-webkit-transition-duration:.4s;transition-duration:.4s;z-index:1000}.new-messages-badge[data-v-2d0a6038]:hover{background-color:#e9ce70}.el-icon-d-arrow-right[data-v-2d0a6038]{margin-right:5px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.drawer-close[data-v-17e4db8a]{color:#858574;cursor:pointer;font-size:20px}.word-cloud-chart-loading[data-v-466c62e0]{visibility:hidden}.respondents-tooltip[data-v-29ce3596]{border-radius:5px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);opacity:0;padding:8px;pointer-events:auto;position:absolute;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;z-index:1000}.respondents-tooltip.opacity[data-v-29ce3596]{opacity:1}.respondents-tooltip-content[data-v-29ce3596]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.respondents-tooltip-content .respondents-tooltip-title[data-v-29ce3596]{white-space:nowrap}.respondents-tooltip-content .respondents[data-v-29ce3596]{bottom:0;height:28px;margin:auto 0 auto 10px;opacity:0;position:absolute;right:10px;top:0;-webkit-transition:.15s;transition:.15s;width:28px}.respondents-tooltip-content .respondents .btn[data-v-29ce3596]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#fff7db;border-radius:50%;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;-webkit-transition:.15s;transition:.15s;width:28px}.segments[data-v-29ce3596]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.concept[data-v-210cb2b8],.segments[data-v-29ce3596]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.concept[data-v-210cb2b8]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 10px}.concept .image[data-v-210cb2b8]{border-radius:4px;height:36px;margin-right:6px;overflow:hidden;width:36px}.concept .operate-video[data-v-210cb2b8]{height:36px;margin-right:6px;position:relative;width:36px}.concept .operate-video:hover .ri-play-fill[data-v-210cb2b8]{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.concept .operate-video .image[data-v-210cb2b8]{margin-right:0}.concept .operate-video .ri-play-fill[data-v-210cb2b8]{color:#fff;font-size:16px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.concept span[data-v-210cb2b8]{-webkit-box-flex:1;color:#000;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:500;height:32px;line-height:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.concept-tooltip-content .image[data-v-210cb2b8]{border-radius:4px;cursor:pointer;display:block;height:80px;margin:0 auto 4px;overflow:hidden;width:80px}.concept-tooltip-content .operate-video[data-v-210cb2b8]{cursor:pointer;height:80px;margin:0 auto 4px;position:relative;width:80px}.concept-tooltip-content .operate-video:hover .ri-play-fill[data-v-210cb2b8]{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.concept-tooltip-content .operate-video .ri-play-fill[data-v-210cb2b8]{color:#fff;font-size:36px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.concept-tooltip-content span[data-v-210cb2b8]{-webkit-box-flex:1;color:#fff;display:block;-webkit-flex:1;-ms-flex:1;flex:1;font-size:12px;line-height:20px;max-width:300px}.comparison-board-footer[data-v-5a3879d4]{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:16px;-webkit-justify-content:space-between;justify-content:space-between;margin-top:12px;padding:0 16px;width:100%}.comparison-legend-wrap[data-v-5a3879d4]{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:8px;min-width:0}.comparison-legend[data-v-5a3879d4]{color:#4f4f4f;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;gap:20px;line-height:20px;min-height:32px;white-space:nowrap}.comparison-legend-item[data-v-5a3879d4],.comparison-legend[data-v-5a3879d4]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.comparison-legend-item[data-v-5a3879d4]{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:8px}.marker[data-v-5a3879d4]{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.marker-project[data-v-5a3879d4]{height:10px;width:10px}.marker-compare[data-v-5a3879d4]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:1px;-webkit-justify-content:space-between;justify-content:space-between;width:28px}.marker-compare-segment[data-v-5a3879d4]{-webkit-box-flex:0;background-color:currentColor;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:1px;width:4px}.comparison-significance[data-v-5a3879d4]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#4f4f4f;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;line-height:18px;padding-top:2px}.comparison-significance-label[data-v-5a3879d4]{margin-right:4px}.comparison-significance-group[data-v-5a3879d4]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.comparison-significance-item[data-v-5a3879d4]{white-space:nowrap}.comparison-significance-separator[data-v-5a3879d4]{color:#4f4f4f;margin:0 4px;white-space:nowrap}.comparison-switch[data-v-5a3879d4]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-align-items:center;align-items:center;color:#4f4f4f;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:14px;gap:8px;line-height:20px;margin-left:auto;min-height:32px;white-space:nowrap}.comparison-switch[data-v-5a3879d4] .el-select{width:188px}.comparison-progress-bar .compare-base[data-v-d082a296]{color:#666;font-size:12px;line-height:1;margin-bottom:6px}.comparison-progress-bar .comparison-progress-shell[data-v-d082a296]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0}.comparison-progress-bar .comparison-main[data-v-d082a296]{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:0}.comparison-progress-bar .comparison-progress[data-v-d082a296]{overflow:visible;position:relative}.comparison-progress-bar .comparison-progress .comparison-track[data-v-d082a296]{height:20px;overflow:hidden;position:relative}.comparison-progress-bar .comparison-progress .comparison-track .participants-box[data-v-d082a296]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;height:20px;left:6px;line-height:18px;position:absolute;top:0;z-index:3}.comparison-progress-bar .comparison-progress .comparison-track .participants-box .count[data-v-d082a296]{margin-top:2px}.comparison-progress-bar .comparison-progress[data-v-d082a296] .el-progress{line-height:20px}.comparison-progress-bar .comparison-progress[data-v-d082a296] .el-progress-bar{margin-right:0;padding-right:0}.comparison-progress-bar .comparison-progress[data-v-d082a296] .el-progress-bar__outer{height:20px!important}.comparison-progress-bar .comparison-progress .comparison-overlay[data-v-d082a296]{height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.comparison-progress-bar .comparison-progress .compare-line[data-v-d082a296]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 2px);-webkit-justify-content:space-between;justify-content:space-between;margin-left:-.5px;position:absolute;top:1px;width:1px}.comparison-progress-bar .comparison-progress .compare-line-segment[data-v-d082a296]{-webkit-box-flex:0;background-color:currentColor;display:block;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:2px;width:100%}.comparison-progress-bar .compare-value-row[data-v-d082a296]{overflow:visible;position:relative}.comparison-progress-bar .compare-value[data-v-d082a296]{color:#4f4f4f;font-size:12px;font-style:italic;line-height:14px;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.comparison-progress-bar .current-value[data-v-d082a296]{-webkit-box-pack:end;-ms-flex-pack:end;font-size:14px;-webkit-justify-content:flex-end;justify-content:flex-end;line-height:20px;min-width:40px;padding-left:8px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px #e8e8e8,0 0 6px #e8e8e8;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);white-space:nowrap;z-index:4}.analyzingMessage[data-v-082c5436],.comparison-progress-bar .current-value[data-v-d082a296]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.analyzingMessage[data-v-082c5436]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;padding-bottom:48px}.analyzingMessage div[data-v-082c5436]{color:#8a8a8a}.analysis-loading-host{position:relative}.analysis-loading-mask{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;inset:0;-webkit-justify-content:center;justify-content:center;position:absolute;z-index:3000}.analysis-loading-mask .el-icon-loading{color:#e3c24c;font-size:32px}.word-li-video{height:100px;width:120px}.word-li-image{height:120px;width:120px}.word-li-image,.word-li-video{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#f2f2f2;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;overflow:hidden;position:relative}.word-li-image:hover .icon-more-image,.word-li-video:hover .icon-more-image{opacity:1}.word-li-image .ri-play-circle-line,.word-li-video .ri-play-circle-line{color:#fff;font-size:40px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.word-li-image .icon-done,.word-li-video .icon-done{background:url(../img/done.424ac886.svg) no-repeat 50%;background-size:contain;display:inline-block;height:16px;left:3px;position:absolute;top:2px;vertical-align:middle;width:16px}.word-li-image .icon-more-image,.word-li-video .icon-more-image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#605e5f;border-radius:50%;color:#fff;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;height:28px;-webkit-justify-content:center;justify-content:center;opacity:0;position:absolute;right:0;top:0;width:28px}.word-li-image .icon-more-image:hover,.word-li-video .icon-more-image:hover{background-color:#000}.word-li-image .follow,.word-li-image .unfollow,.word-li-video .follow,.word-li-video .unfollow{color:#000;height:28px;width:28px}.word-li-image .status,.word-li-video .status{-webkit-box-pack:end;-ms-flex-pack:end;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;gap:5px;-webkit-justify-content:flex-end;justify-content:flex-end;margin-bottom:5px;margin-right:5px;position:absolute;right:0}.word-li-image .status .blocked,.word-li-image .status .followed,.word-li-video .status .blocked,.word-li-video .status .followed{height:16px;width:16px}.icon-more-video{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:5px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;height:28px;-webkit-justify-content:center;justify-content:center;width:28px}.icon-more-video:hover{background-color:#f2f2f2}.drawer-container .drawer-close{color:#858574;cursor:pointer;font-size:20px;position:absolute;right:20px;top:20px}.drawer-container.discussion .drawer-header{border:none}.drawer-container .drawer-wrap{height:100%}.drawer-container .drawer-wrap,.drawer-container .drawer-wrap .drawer-header-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.drawer-container .drawer-wrap .drawer-header-container .drawer-branch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.drawer-container .drawer-wrap .drawer-header-container .drawer-branch .button{cursor:pointer;font-weight:700;height:50px;padding:0 20px}.drawer-container .drawer-wrap .drawer-header-container .drawer-branch .button,.drawer-container .drawer-wrap .drawer-header-container .drawer-branch .button .tag{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.drawer-container .drawer-wrap .drawer-header-container .drawer-branch .button .tag{-webkit-box-pack:center;-ms-flex-pack:center;border:1px solid #bbb;border-radius:4px;height:30px;-webkit-justify-content:center;justify-content:center;margin-right:8px;width:30px}.drawer-container .drawer-wrap .drawer-header-container .drawer-branch .button .name{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;max-width:120px;overflow:hidden}.drawer-container .drawer-wrap .drawer-header-container .drawer-branch .button.active .tag{background-color:#e3c24c;border-color:#e3c24c}.drawer-container .drawer-wrap .drawer-header-container .drawer-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;gap:4px;-webkit-justify-content:space-between;justify-content:space-between;padding:15px 20px}.drawer-container .drawer-wrap .drawer-header-container .drawer-header.expanded .header-left b{max-height:auto}.drawer-container .drawer-wrap .drawer-header-container .drawer-header .header-left{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.drawer-container .drawer-wrap .drawer-header-container .drawer-header .header-left b{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;word-wrap:break-word;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:24px;max-height:48px;overflow:hidden;overflow-wrap:break-word;overflow-wrap:anywhere;-webkit-transition:max-height .3s ease-in-out;transition:max-height .3s ease-in-out;white-space:normal;word-break:normal}.drawer-container .drawer-wrap .drawer-header-container .drawer-header .header-left ::v-deep img{max-height:60px;max-width:60px}.drawer-container .drawer-wrap .drawer-header-container .drawer-header .header-left .tab{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#e3c24c;border-radius:30px;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;height:30px;-webkit-justify-content:center;justify-content:center;margin-right:14px;min-width:42px;padding:0 14px}.drawer-container .drawer-wrap .drawer-header-container .drawer-header .header-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-justify-content:space-between;justify-content:space-between}.drawer-container .drawer-wrap .drawer-header-container .drawer-header .header-right .operate{cursor:pointer;margin-top:auto;white-space:nowrap}.drawer-container .drawer-wrap .drawer-header-container .drawer-header .header-right .operate .el-icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.drawer-container .drawer-wrap .drawer-header-container .drawer-header .ri-link-m{color:#858574;cursor:pointer;font-size:20px}.drawer-container .drawer-wrap .drawer-header-container .drawer-header .ri-link-m:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-bottom:1px solid #dbdbdb;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:48px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 20px}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-left{gap:36px}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-left,.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-left .tabs-btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:center;justify-content:center}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-left .tabs-btn{color:#858574;cursor:pointer;position:relative;-webkit-transition:all .3s;transition:all .3s}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-left .tabs-btn:after{background-color:#e3c24c;bottom:-1px;content:"";height:2px;left:0;opacity:0;position:absolute;-webkit-transition:all .3s;transition:all .3s;width:100%}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-left .tabs-btn.active{background-color:transparent;color:#e3c24c}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-left .tabs-btn.active:after{opacity:1}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-left .tabs-btn:hover{color:#e3c24c}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-left .tabs-btn:last-of-type{margin-right:0}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-right .operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:12px;-webkit-justify-content:space-between;justify-content:space-between}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-right .operate .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;margin-left:2px;-webkit-transition:all .2s;transition:all .2s;width:28px}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-right .operate .btn svg{height:16px;width:16px}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-right .operate .btn i{font-size:16px}.drawer-container .drawer-wrap .drawer-tabs-box .drawer-tabs .tabs-right .operate .btn:hover{background-color:#f2f1ef}.drawer-container .drawer-wrap .dropdown-menu-section{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:17px 16px 12px}.drawer-container .drawer-wrap .dropdown-menu-section .left{background:#f2f2f2;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:4px;padding:4px}.drawer-container .drawer-wrap .dropdown-menu-section .left .item-enable{border-radius:6px;color:#000;cursor:pointer;font-size:14px;padding:4px 16px}.drawer-container .drawer-wrap .dropdown-menu-section .left .item-enable:hover{color:#af8300;font-weight:600}.drawer-container .drawer-wrap .dropdown-menu-section .left .item-enable.active{background-color:#fff;color:#af8300;font-weight:600}.drawer-container .drawer-wrap .dropdown-menu-section .right{-webkit-box-flex:1;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;gap:8px;-webkit-justify-content:flex-end;justify-content:flex-end}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select{cursor:pointer;height:36px;min-width:163px}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-input{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:space-between;justify-content:space-between;outline:0}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-input .el-input__inner{border:none!important;color:#000;height:24px;line-height:24px!important;padding-left:0!important;padding-right:16px!important;position:absolute;z-index:-1}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-input .el-input__prefix{position:static}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-input .el-input__prefix .custom-prefix{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;height:100%;padding-left:12px}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-input .el-input__prefix .custom-prefix .count{color:#666}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-input .el-input__suffix{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;position:static}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-input .el-input__suffix .el-input__suffix-inner{color:#000;padding-right:10px}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-input .el-input__suffix .el-input__suffix-inner .el-input__icon{color:#000;line-height:1;width:16px}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-tag{display:none}.drawer-container .drawer-wrap .dropdown-menu-section .right>.operate .el-select .el-select-dropdown{max-width:300px}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu{border:1px solid #dbdbdb;border-radius:4px;cursor:pointer;height:36px;min-width:110px;width:160px}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu.experience-filter{width:auto}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu .el-select,.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu .el-select .el-input{height:100%}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu .el-select .el-input .el-input__inner{border:none;height:100%}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu .el-dropdown{height:100%;width:100%}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu .el-dropdown-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:space-between;justify-content:space-between;padding-left:12px;padding-right:10px;width:100%}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu .el-dropdown-menu__item{font-weight:700;text-align:center}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu .el-dropdown-menu__item:hover{background-color:#fffbed;color:#af8300}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu .el-dropdown-menu__item--divided{color:#af8300}.drawer-container .drawer-wrap .dropdown-menu-section .right .dropdown-menu .el-icon-arrow-down{font-size:12px;margin-left:15px}.drawer-container .drawer-wrap .drawer-content{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;min-height:0;width:100%}.drawer-container .drawer-wrap .drawer-content .content-main{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;min-width:0}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept{padding:0 16px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept.show-concept-table{max-width:100%}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table{border-bottom:1px solid #e3c24c}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .el-table__header-wrapper .el-table__cell{border-bottom:none!important;padding:0}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .el-table__header th{padding:0;position:relative}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .el-table__header .cell{overflow:initial;position:static}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table th{border-bottom:none}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table th:first-of-type .cell{padding-left:0}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .cell{height:100%;padding:0 0 0 4px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .cell .option-box{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 12px 0 8px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .cell .text{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:20px;padding:14px 0}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .cell .el-icon-arrow-down{color:#000;font-size:16px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .cell .option-image{background-color:#f2f1ef;border-radius:4px;cursor:pointer;margin-right:12px;overflow:hidden}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .cell .option-image .el-image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:60px;-webkit-justify-content:center;justify-content:center;width:60px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .cell .option-image .el-image .el-image__inner{height:100%;width:100%}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .el-table__body .el-table__cell{border-bottom:none!important;cursor:pointer;padding:4px 0;position:relative}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .el-table__body .el-table__cell:before{border-bottom:1px solid #e5e7ea;bottom:-1px;content:"";left:0;position:absolute;right:0;top:100%;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .el-table__body .answer-table-cell{background:#fff;cursor:auto;padding:0;vertical-align:initial}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .el-table__body .answer-table-cell:before{display:none}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-percentage{padding:0 12px;position:relative}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-percentage .el-progress{height:20px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-percentage .el-progress .el-progress-bar__outer{background-color:#e8e8e8!important;border-radius:4px;height:20px!important}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-percentage .el-progress .el-progress-bar__outer .el-progress-bar__inner{border-radius:4px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-percentage .el-progress .el-progress-bar{padding-right:0!important}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-percentage .el-progress .el-progress__text{color:#000!important;font-size:14px!important;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-percentage .right{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;height:20px;left:18px;line-height:18px;position:absolute;top:0}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-percentage .right span{margin-top:2px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option{padding:12px 12px 12px 8px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;-webkit-justify-content:space-between;justify-content:space-between}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-header .card-serial{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#af8300;border-radius:4px;border-bottom-right-radius:0;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;height:32px;-webkit-justify-content:center;justify-content:center;line-height:24px;width:32px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-header .left{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:24px;overflow:hidden;padding:0 8px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-header.radius{border-radius:10px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-header .right{line-height:24px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-progress{margin-bottom:16px;position:relative}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-progress:last-of-type{margin-bottom:0}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-progress .el-progress{height:20px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-progress .el-progress .el-progress-bar__outer{background-color:#e8e8e8!important;border-radius:4px;height:20px!important}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-progress .el-progress .el-progress-bar__outer .el-progress-bar__inner{border-radius:4px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-progress .el-progress .el-progress-bar{padding-right:0!important}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-progress .el-progress .el-progress__text{color:#000!important;font-size:14px!important;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-progress .progress-text{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:22px;-webkit-justify-content:space-between;justify-content:space-between;left:0;padding:0 10px;position:absolute;top:0;width:100%}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .el-table .body-rank-option .option-card .card-progress-section{background:#fafafa;border-radius:4px;margin-top:12px;padding:16px 12px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .branch-content-table{border-color:#dbdbdb;height:calc(100% - 46px)!important}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .branch-content-table:before{display:none}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .answer-column{width:380px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-bottom:2px solid #e3c24c;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:space-between;justify-content:space-between;left:0;min-height:62px;padding:0 12px;position:absolute;top:0;width:100%}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column-header .title{color:#000;font-size:14px;font-weight:500;line-height:28px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column-header .reset-sort{border-radius:4px;color:#000;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;font-weight:400;padding:4px 8px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column-header .reset-sort i{font-size:14px;font-weight:600;margin-right:5px;margin-top:3px;-webkit-transition:.3s;transition:.3s}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column-header .reset-sort span{line-height:18px;margin-top:2px;-webkit-transition:.3s;transition:.3s}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column-header .reset-sort:hover{background:#f9f3db}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column-header .reset-sort.clear{color:#e3c24c}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column{border-bottom:2px solid #e3c24c;padding:12px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column,.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters{color:#858574;margin-top:4px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:6px;padding:6px 4px;-webkit-transition:.3s;transition:.3s}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left span{color:#666;line-height:16px;margin-left:4px;margin-top:1px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left i{color:#c1c1c1;font-size:18px;line-height:7px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left .active{color:#000}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left:hover{background-color:#f9f3db}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left-copy{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:6px;padding:4px;-webkit-transition:.3s;transition:.3s}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left-copy span{color:#666;line-height:16px;margin-left:4px;margin-top:1px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left-copy i{color:#c1c1c1;font-size:18px;line-height:7px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left-copy .active{color:#000}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .left-copy:hover{background-color:#f9f3db}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .right{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;cursor:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:4px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .right span{color:#666;line-height:16px;margin-left:4px;margin-top:1px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .right i{font-size:14px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-filters .right span{font-size:12px;font-weight:400}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-height:400px;overflow:hidden}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;background-color:#f9f3db;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;-webkit-justify-content:space-between;justify-content:space-between;outline:0;padding:6px 8px 6px 12px;width:100%}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button .concept{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:calc(100% - 20px)}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button .concept .image{border-radius:4px;height:36px;margin-right:6px;overflow:hidden;width:36px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button .concept .operate-video{height:36px;margin-right:6px;position:relative;width:36px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button .concept .operate-video:hover .ri-play-fill{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button .concept .operate-video .image{margin-right:0}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button .concept .operate-video .ri-play-fill{color:#fff;font-size:16px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button .concept span{-webkit-box-flex:1;color:#000;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:500;height:24px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button i{color:#000;font-size:16px;font-weight:700}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .percentage-column .operate-dropdown .dropdown-button.active{background-color:#f9f3db;color:#e3c24c}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .body-row-list .body-option{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;border-bottom:1px solid #e7e9ec;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;padding:12px 6px 12px 12px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .body-row-list .body-option img{height:auto;margin-right:4px;width:16px}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .body-row-list .body-option:last-of-type{border-color:#e9ce70}.drawer-container .drawer-wrap .drawer-content .content-main .content-table-concept .body-row-list .body-option.active{color:#af8300}.drawer-container .drawer-wrap .drawer-content .content-table{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:100%;position:relative}.drawer-container .drawer-wrap .drawer-content .content-table .table-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-bottom:1px solid #d4d4c9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:15px 0}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;min-width:220px;overflow:hidden;padding:0 12px 12px;width:33.3333333333%}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li.btm-color-primary{border-bottom:2px solid #e3c24c}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .operate-dropdown{overflow:hidden;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .operate-dropdown .dropdown-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;background-color:rgba(227,194,76,.2);border-radius:5px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 10px 0 14px;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .el-select{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .el-select .el-input__inner{background-color:rgba(227,194,76,.2);border:none!important;color:#000;font-weight:700}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .el-select .el-input__icon{color:#000;font-weight:700;line-height:1!important}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .operate-filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;color:#858574;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;-webkit-justify-content:center;justify-content:center;margin-top:4px}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .operate-filters .left{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:6px;padding:6px 4px;-webkit-transition:.3s;transition:.3s}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .operate-filters .left i{color:#c1c1c1;font-size:18px;line-height:7px}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .operate-filters .right{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.drawer-container .drawer-wrap .drawer-content .content-table .table-header li .operate-filters .right span{margin-left:6px}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer{-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;list-style:none;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li{-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;overflow:hidden;padding:0 20px;width:33.3333333333%}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-dropdown{width:320px}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-dropdown .dropdown-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;background-color:#f2f1ef;border-radius:5px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 10px 0 14px;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-dropdown .dropdown-button span{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#000;display:-webkit-box;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:700;overflow:hidden}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-dropdown .dropdown-button i{font-size:20px}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-dropdown .dropdown-button.active{background-color:#fffbed;color:#e3c24c}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-dropdown .dropdown-button[disabled]{color:#bbb;cursor:not-allowed}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-filters{-webkit-box-pack:justify;-ms-flex-pack:justify;color:#858574;font-size:12px;-webkit-justify-content:space-between;justify-content:space-between;margin:24px 0 0}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-filters,.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-filters .right{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-filters .right span{margin-left:6px}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-filters .right i{font-size:14px}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-filters .right .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;margin-left:4px;-webkit-transition:all .3s;transition:all .3s;width:28px}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-filters .right .btn .svg{background-color:#666;height:15px;width:15px}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-filters .right .btn span{color:#000;margin-left:5px;width:auto}.drawer-container .drawer-wrap .drawer-content .content-table .table-header .header-operate-answer li .operate-filters .right .btn:hover{background:#f2f2f2}.drawer-container .drawer-wrap .drawer-content .content-table .table-body{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;overflow-x:hidden;overflow-y:auto;position:relative}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .loading{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-align:center}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-option-answer,.drawer-container .drawer-wrap .drawer-content .content-table .table-body .loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-option-answer .ready{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;background:#efefef;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100px;-webkit-justify-content:center;justify-content:center;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-option-answer .ready.loading{padding-bottom:18px;position:static}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-option-answer .ready div{color:#8a8a8a}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col{overflow-x:hidden;overflow-y:auto;width:33.3333333333%}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:24px 0;padding:0 20px;position:relative;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option{height:100%;position:relative;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:flex-start;align-items:flex-start;background-color:#f2f1ef;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:16px;gap:8px;-webkit-justify-content:center;justify-content:center;min-height:50px;padding:12px 20px;position:relative;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .answer-text{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:inline;overflow-wrap:break-word;width:100%;word-break:break-word}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .answer-text>i{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;padding-top:5px}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .follow-up-records{width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .follow-up-records .ai-probing-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;font-weight:400;gap:12px;margin-bottom:6px}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .follow-up-records .ai-probing-header .line{-webkit-box-flex:1;background-color:#ddd;-webkit-flex:1;-ms-flex:1;flex:1;height:1px}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .follow-up-records .followup-text,.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .follow-up-records .followup-text-indent{border-left:2px solid #e3c24c;border-top:none!important;padding-left:8px}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .follow-up-records .followup-text-indent{padding-left:28px}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .follow-up-records .followup-text-indent:last-child,.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .follow-up-records .followup-text:last-child{padding-bottom:8px}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text .follow-up-records .followup-text{border-top:1px dashed #c7c7c7;padding-top:8px;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row .body-option .option-text.follow{font-weight:700}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row-analysis{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:24px 0;position:relative}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row-analysis .body-analysis{padding:0 20px;width:100%}.drawer-container .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row-analysis .body-analysis .analysis{background-color:#efefef;border-radius:10px;font-size:16px;padding:15px}.drawer-container .drawer-wrap .drawer-content .comparison-content-main{height:100%;width:100%}.drawer-container .drawer-wrap .drawer-content.support-rate{border:none;padding:0 16px 16px}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:end;justify-content:end;padding:12px 0}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-header .settings-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-header .settings-item .el-checkbox-group .el-checkbox__label{color:#666;font-size:14px;padding-left:6px}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body{-webkit-box-flex:1;border:1px solid #dbdbdb;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;margin:0 auto;overflow:hidden;width:100%}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:48px;-webkit-justify-content:center;justify-content:center;overflow:hidden;padding:0 28px 0 20px}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-name{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-name .dropdown-button{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-name .dropdown-button span{max-width:154px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-name .dropdown-button.active{color:#e3c24c}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-tips{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;height:100%;width:148px}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-tips,.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-tips .text{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-tips .text{width:74px}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-tips .filter{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:6px 4px;-webkit-transition:.3s;transition:.3s}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-tips .filter i{color:#c1c1c1;font-size:18px;line-height:7px}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-tips .filter .active{color:#000}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-header .header-tips .filter:hover{background-color:#f9f3db}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;overflow-x:hidden;overflow-y:auto;padding:16px 0}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body .body-col{width:100%}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body .body-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:0;padding:0 20px;-webkit-transition:all .3s;transition:all .3s}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body .body-row:before{display:none}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body .body-row .body-option{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-flex:1;-webkit-align-items:center;align-items:center;background-color:#fafafa;border:2px solid transparent;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;gap:16px;-webkit-justify-content:center;justify-content:center;min-height:48px;padding:6px 6px 6px 16px;-webkit-transition:.3s;transition:.3s;width:100%}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body .body-row .body-option .option-text{-webkit-box-flex:1;word-wrap:break-word;background-color:transparent;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;height:100%;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;min-height:0;overflow-wrap:break-word;overflow-wrap:anywhere;padding:0;white-space:normal;word-break:normal}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body .body-row .body-option .option-text .answer-text .translation-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body .body-row .body-option .option-tips{-ms-flex-negative:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:var(--color);border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;flex-shrink:0;height:100%;-webkit-justify-content:center;justify-content:center;min-height:36px;-webkit-transition:all .3s;transition:all .3s;width:148px}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body .body-row .body-option .option-tips .text{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;width:74px}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.left .table-body .body-row .body-option .option-tips .text:first-of-type{border-right:1px solid #000}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.right{background-color:#fafafa;display:none}.drawer-container .drawer-wrap .drawer-content.support-rate .content-table .content-table-body>.right .table-header{background-color:#f2f2f2}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-bottom:1px solid #d4d4c9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:80px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 20px;width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .left,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .left,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .left{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .left .header-name,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .left .header-name,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .left .header-name{font-size:16px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate li,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate li,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate li{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 10px;width:33.3333333333%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate li .operate-dropdown,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate li .operate-dropdown,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate li .operate-dropdown{width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate li .operate-dropdown .dropdown-button,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate li .operate-dropdown .dropdown-button,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate li .operate-dropdown .dropdown-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;background-color:#f2f1ef;border-radius:5px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 10px 0 14px;width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate li .operate-dropdown .dropdown-button span,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate li .operate-dropdown .dropdown-button span,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate li .operate-dropdown .dropdown-button span{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:700;overflow:hidden}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate li .operate-dropdown .dropdown-button i,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate li .operate-dropdown .dropdown-button i,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate li .operate-dropdown .dropdown-button i{font-size:20px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate li .operate-dropdown .dropdown-button.active,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate li .operate-dropdown .dropdown-button.active,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate li .operate-dropdown .dropdown-button.active{background-color:#fffbed;color:#e3c24c}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate li .operate-filters,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate li .operate-filters,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate li .operate-filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;color:#858574;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;-webkit-justify-content:space-between;justify-content:space-between;margin-top:4px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate li .operate-filters .right,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate li .operate-filters .right,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate li .operate-filters .right{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px;-webkit-justify-content:flex-start;justify-content:flex-start}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .header-operate li .operate-filters i,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .header-operate li .operate-filters i,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .header-operate li .operate-filters i{font-size:14px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right{-webkit-box-flex:1;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;gap:8px;-webkit-justify-content:flex-end;justify-content:flex-end}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .header-operate,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .header-operate,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .header-operate{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .header-operate li,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .header-operate li,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .header-operate li{display:block}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .header-operate li .operate-filters,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .header-operate li .operate-filters,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .header-operate li .operate-filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:end;justify-content:end;width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .header-operate li .operate-filters .right,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .header-operate li .operate-filters .right,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .header-operate li .operate-filters .right{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .dropdown-menu,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .dropdown-menu,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .dropdown-menu{border:1px solid #dbdbdb;border-radius:4px;cursor:pointer;height:36px;min-width:110px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .dropdown-menu .el-dropdown,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .dropdown-menu .el-dropdown,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .dropdown-menu .el-dropdown{height:100%;width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .dropdown-menu .el-dropdown-button,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .dropdown-menu .el-dropdown-button,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .dropdown-menu .el-dropdown-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:space-between;justify-content:space-between;padding-left:12px;padding-right:10px;width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .dropdown-menu .el-dropdown-menu__item,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .dropdown-menu .el-dropdown-menu__item,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .dropdown-menu .el-dropdown-menu__item{font-weight:700;text-align:center}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .dropdown-menu .el-dropdown-menu__item:hover,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .dropdown-menu .el-dropdown-menu__item:hover,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .dropdown-menu .el-dropdown-menu__item:hover{background-color:#fffbed;color:#af8300}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .dropdown-menu .el-dropdown-menu__item--divided,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .dropdown-menu .el-dropdown-menu__item--divided,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .dropdown-menu .el-dropdown-menu__item--divided{color:#af8300}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-header .right .dropdown-menu .el-icon-arrow-down,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-header .right .dropdown-menu .el-icon-arrow-down,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-header .right .dropdown-menu .el-icon-arrow-down{font-size:12px;margin-left:15px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;overflow-x:hidden;overflow-y:auto}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left{overflow-x:hidden;overflow-y:auto;overflow:auto;padding:12px 20px;width:33.3333333333%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-screen,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-screen,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-screen{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-screen .screen-box,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-screen .screen-box,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-screen .screen-box{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-screen .screen-box .btn,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-screen .screen-box .btn,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-screen .screen-box .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border:1px solid #bbb;border-radius:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;padding:3px 10px 3px 14px;width:auto}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-screen .screen-box .btn .el-icon-close,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-screen .screen-box .btn .el-icon-close,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-screen .screen-box .btn .el-icon-close{cursor:pointer;font-size:12px;margin-left:4px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-screen .screen-box .btn .el-icon-close:hover,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-screen .screen-box .btn .el-icon-close:hover,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-screen .screen-box .btn .el-icon-close:hover{background-color:#bbb;border-radius:50%;color:#fff}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-screen .screen-delete,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-screen .screen-delete,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-screen .screen-delete{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#f2f1ef;border-radius:50%;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;-webkit-justify-content:center;justify-content:center;width:30px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-screen .screen-delete i,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-screen .screen-delete i,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-screen .screen-delete i{font-size:16px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-screen .screen-delete:hover,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-screen .screen-delete:hover,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-screen .screen-delete:hover{background-color:#e3c24c;-webkit-transition:all .2s;transition:all .2s}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul{margin-top:4px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#f2f1ef;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;margin-top:10px;min-height:50px;padding:12px 20px;position:relative;width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .wordcloud-answer,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .wordcloud-answer,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li .wordcloud-answer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .wordcloud-answer .followup-text,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .wordcloud-answer .followup-text,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li .wordcloud-answer .followup-text{border-top:1px dashed #c7c7c7;padding-top:8px;width:100%}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li.follow>div,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li.follow>div,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li.follow>div{font-weight:700}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:first-child,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:first-child,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li:first-child{margin-top:0}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer,.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover .respondents,.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover>span,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover .respondents,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover>span,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li:hover .respondents,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li:hover>span{opacity:1}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li>span,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li>span,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li>span{opacity:0}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .respondents,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .respondents,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li .respondents{bottom:0;height:28px;margin:auto 0 auto 10px;opacity:0;position:absolute;right:42px;top:0;-webkit-transition:.15s;transition:.15s;width:28px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .respondents .btn,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .respondents .btn,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li .respondents .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#fff7db;border-radius:50%;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;-webkit-transition:.15s;transition:.15s;width:28px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li .hidden-answer{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#fff7db;border-radius:50%;bottom:0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;margin:auto 0;opacity:0;position:absolute;right:42px;top:0;width:28px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover{background:rgba(227,194,76,.8)}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover i,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover i,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover i{color:#333}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer i,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer i,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-left .body-ul .body-li .hidden-answer i{color:#6c6c6c;cursor:pointer}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:18px 20px 12px 8px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-left span,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-left span,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-operate .operate-left span{color:#858574;cursor:pointer;margin-right:12px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-left span.active,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-left span.active,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-operate .operate-left span.active{color:#000}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-operate .operate-right{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .btn,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .btn,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-operate .operate-right .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;-webkit-justify-content:center;justify-content:center;margin-left:4px;width:30px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .btn svg,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .btn svg,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-operate .operate-right .btn svg{height:16px;width:16px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .btn i,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .btn i,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-operate .operate-right .btn i{font-size:16px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .btn:hover,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .btn:hover,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-operate .operate-right .btn:hover{background-color:#f2f1ef;border-radius:50%;-webkit-transition:all .2s;transition:all .2s}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-canvas{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border:1px solid #bbb;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:580px;-webkit-justify-content:center;justify-content:center;overflow:hidden;position:relative}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-canvas .operate-right{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;position:absolute;right:15px;top:15px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-canvas .operate-right .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;margin-left:4px;width:28px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn svg,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn svg,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-canvas .operate-right .btn svg{height:16px;width:16px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn i,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn i,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-canvas .operate-right .btn i{font-size:16px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn:hover,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn:hover,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-canvas .operate-right .btn:hover{background-color:#f2f1ef;-webkit-transition:all .2s;transition:all .2s}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .word-refresh,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .word-refresh,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-canvas .word-refresh{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:50%;bottom:15px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;-webkit-justify-content:center;justify-content:center;position:absolute;right:15px;width:30px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .word-refresh i,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .word-refresh i,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-canvas .word-refresh i{font-size:16px}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .word-refresh:hover,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .word-refresh:hover,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-body .body-right .body-canvas .word-refresh:hover{background:#f2f1ef;-webkit-transition:all .3s;transition:all .3s}.drawer-container .drawer-wrap .drawer-content.upload-image .content-word .word-card,.drawer-container .drawer-wrap .drawer-content.upload-video .content-word .word-card,.drawer-container .drawer-wrap .drawer-content.word-cloud .content-word .word-card{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center}.analyze-rank .drawer-wrap .dropdown-menu-section{padding:15px 12px 0}.analyze-rank .drawer-wrap .dropdown-menu-section .right .collapse-menu{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;margin-left:16px;padding-left:6px;position:relative}.analyze-rank .drawer-wrap .dropdown-menu-section .right .collapse-menu:after{background-color:#dbdbdb;content:"";height:14px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1.5px}.analyze-rank .drawer-wrap .dropdown-menu-section .right .collapse-menu.one:after{display:none}.analyze-rank .drawer-wrap .dropdown-menu-section .right .collapse-menu .collapse-btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;gap:6px;-webkit-justify-content:center;justify-content:center;padding:6px 8px 6px 10px;-webkit-transition:background-color .3s;transition:background-color .3s}.analyze-rank .drawer-wrap .dropdown-menu-section .right .collapse-menu .collapse-btn i{color:#000;font-size:14px;font-weight:700;margin-left:6px}.analyze-rank .drawer-wrap .dropdown-menu-section .right .collapse-menu .collapse-btn:hover{background:#f2f2f2}.analyze-rank .dropdown-menu-section{padding-bottom:12px!important}.analyze-rank .drawer-content{overflow-x:hidden;overflow-y:auto}.analyze-rank .drawer-content .content-table-concept{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:100%;padding:0 16px}.analyze-rank .drawer-content .content-table-concept .el-table{border-bottom:1px solid #e3c24c}.analyze-rank .drawer-content .content-table-concept .el-table .el-table__header-wrapper{overflow:hidden}.analyze-close-question .drawer-content .el-table .percentage-column{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-bottom:2px solid #e3c24c;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:12px}.analyze-close-question .drawer-content .el-table .percentage-column .operate-dropdown{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-height:400px;overflow:hidden}.analyze-close-question .drawer-content .el-table .percentage-column .operate-dropdown .dropdown-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:400;height:100%;-webkit-justify-content:space-between;justify-content:space-between;outline:0;padding:6px 8px 6px 12px;width:100%}.analyze-close-question .drawer-content .el-table .percentage-column .operate-dropdown .dropdown-button.active{background-color:#f9f3db;color:#000}.analyze-close-question .drawer-content .el-table .percentage-column .operate-filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;color:#858574;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-left:4px;margin-top:4px}.analyze-close-question .drawer-content .el-table .percentage-column .operate-filters .right{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;color:#666;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;gap:4px;-webkit-justify-content:center;justify-content:center}.analyze-close-question .drawer-content .el-table .percentage-column .operate-filters .right i{font-size:14px}.analyze-close-question .drawer-content .el-table .percentage-column .operate-filters .right span{font-weight:400;line-height:16px}.analyze-close-question .drawer-content .el-table .body-rank-option{padding:12px 12px 12px 8px}.analyze-close-question .drawer-content .el-table .body-rank-option .option-card .card-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;-webkit-justify-content:space-between;justify-content:space-between}.analyze-close-question .drawer-content .el-table .cell{padding:0 0 0 4px}.analyze-close-question .drawer-wrap .drawer-content .content-main{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:0}.analyze-close-question .drawer-wrap .drawer-content .content-main .content-table-concept{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.analyze-close-question .drawer-wrap .drawer-content .content-main .content-table-concept.show-concept-table{max-width:100%}.analyze-close-question .drawer-wrap .drawer-content .content-main .body-percentage{min-width:0}.analyze-close-question .drawer-wrap .drawer-content .content-table .table-body .content-body{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;gap:20px;padding:24px 20px 40px}.analyze-close-question .drawer-wrap .drawer-content .content-table .table-body .content-body .body-col,.analyze-close-question .drawer-wrap .drawer-content .content-table .table-body .content-body .body-col .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#efefef;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:16px;gap:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:100%;padding:15px}.analyze-close-question .drawer-wrap .drawer-content .content-table .table-body .content-body .body-col .item{color:#000;gap:10px;padding:0}.analyze-ask-opinion .drawer-wrap .table-body .body-option-answer .filter-answer-col{width:100%}.analyze-ask-opinion .drawer-wrap .dropdown-menu-section .right .dropdown-menu{width:auto}.analyze-branch .drawer-wrap .table-body .body-option-answer .filter-answer-col{width:100%}.analyze-branch .drawer-wrap .dropdown-menu-section .right .dropdown-menu{width:auto}.analyze-branch .table-body .body-col .body-row .analysis{background-color:#efefef;border-radius:10px;font-size:16px;padding:15px}.analyze-branch .table-body .body-col .body-row .ready{height:100px!important}.analyze-ask-experience{overflow:hidden}.analyze-ask-experience .drawer-wrap .drawer-content .content-table{overflow:auto}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border:none;list-style:none}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body,.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0 16px}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;min-width:220px}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row{margin:0;padding:0}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul{list-style:none}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul .body-li{background-color:#fff;border-bottom:1px solid #e5e7ea;overflow-y:auto}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul .body-li .button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;-webkit-justify-content:space-between;justify-content:space-between;min-height:48px;padding:14px 18px;-webkit-transition:all .3s;transition:all .3s}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul .body-li .button:hover{background:#fffbed}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul .body-li .button .left{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:16px}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul .body-li .button .left i{font-size:18px;margin-right:8px}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul .body-li .button .right{-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start;font-weight:700}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul .body-li ul{background-color:#f2f2f2;list-style:none;max-height:280px;overflow-y:auto;padding:0 32px}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul .body-li ul li{border-bottom:1px solid #e5e7ea;color:#000;font-size:12px;line-height:18px;padding:12.5px 0}.analyze-ask-experience .drawer-wrap .drawer-content .content-table .table-body .body-col .body-row ul .body-li ul li:last-child{border-bottom:none}.analyze-heatmap .heatmap-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.analyze-heatmap .heatmap-container-body{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;height:100%}.analyze-heatmap .heatmap-container-body-image{-webkit-box-flex:1;background-color:#efefef;-webkit-flex:1;-ms-flex:1;flex:1;min-width:0}.analyze-heatmap .heatmap-container-body-toolbox{-ms-flex-preferred-size:350px;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:350px;flex-basis:350px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-justify-content:space-between;justify-content:space-between;position:relative}.analyze-heatmap .heatmap-container-body-toolbox-top{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%;overflow-x:hidden;overflow-y:auto}.analyze-heatmap .heatmap-container-body-toolbox-top,.analyze-heatmap .heatmap-container-body-toolbox-top>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.analyze-heatmap .heatmap-container-body-toolbox-top>div{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:12px 0;padding:0 20px}.analyze-heatmap .heatmap-container-body-toolbox-top>div>:first-child{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:5px}.analyze-heatmap .heatmap-container-body-toolbox-top>div>:first-child,.analyze-heatmap .heatmap-container-body-toolbox-top>div>:first-child>span{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.analyze-heatmap .heatmap-container-body-toolbox-top>div>:first-child>span img{height:16px;margin-right:8px;width:16px}.analyze-heatmap .heatmap-container-body-toolbox-top>div .el-progress{height:20px}.analyze-heatmap .heatmap-container-body-toolbox-top>div .el-progress .el-progress-bar{padding-right:0}.analyze-heatmap .heatmap-container-body-toolbox-top>div .el-progress .el-progress-bar__outer{background-color:#e8e8e8;border-radius:4px;height:20px!important}.analyze-heatmap .heatmap-container-body-toolbox-top>div .el-progress .el-progress-bar__outer .el-progress-bar__inner{border-radius:4px}.analyze-heatmap .heatmap-container-body-toolbox-top>div .el-progress .el-progress-bar__outer .el-progress-bar__inner .el-progress-bar__innerText{font-size:14px}.analyze-heatmap .heatmap-container-body-toolbox-top>div .el-progress .el-progress-bar__innerText{color:#000}.analyze-heatmap .heatmap-container-body-toolbox-top>div .el-progress .el-progress__text{color:#000!important;font-size:14px!important;left:50%;margin:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-toolbar{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;border-top:1px solid #dfdfdf;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding-top:12px;width:100%}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-toolbar-filter{font-size:18px;font-weight:400}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-toolbar-select{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:15px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-toolbar .heatmap-toolbar-radio{margin-bottom:15px;margin-top:5px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-toolbar .heatmap-toolbar-select{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-toolbar .heatmap-toolbar-select .el-input__inner{padding:0 20px!important}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-draw .methods{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;padding-top:10px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-draw .methods .item{border-radius:5px;cursor:pointer;height:28px;position:relative;width:28px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-draw .methods .item.on:before,.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-draw .methods .item:hover:before{border-color:#e3c24c!important}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-draw .methods .item:before{bottom:0;content:"";display:block;left:0;overflow:hidden;position:absolute;right:0;top:0}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-draw .methods .item.any:before{border:2px dashed #000;border-radius:60px 20px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-draw .methods .item.rect:before{border:2px dashed #000}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-draw .heatmap-toolbar-filter,.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-toolbar .heatmap-toolbar-filter{font-size:14px;font-weight:700}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-top:1px solid #dfdfdf;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:12px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai,.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .heatmap-toolbar-ai{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .heatmap-toolbar-ai .name{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;gap:5px;-webkit-justify-content:center;justify-content:center}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .heatmap-toolbar-ai .name i{font-weight:400}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .heatmap-toolbar-ai .operate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .heatmap-toolbar-ai .operate .button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;-webkit-transition:all .2s;transition:all .2s;width:28px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .heatmap-toolbar-ai .operate .button:hover{background-color:#f2f1ef}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .heatmap-toolbar-ai .operate .button i,.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .heatmap-toolbar-ai .operate .button svg{font-size:15px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .content.empty,.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .content .ready{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .content .ready{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .content .button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#e3c24c;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;padding:12px 16px}.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .content ol,.analyze-heatmap .heatmap-container-body-toolbox-top .heatmap-ai .content ul{padding-left:20px}.analyze-heatmap .heatmap-container-body-toolbox-btn{-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-negative:0;color:#000;-webkit-flex-shrink:0;flex-shrink:0;gap:8px;-webkit-justify-content:space-between;justify-content:space-between;padding:16px;width:100%}.analyze-heatmap .heatmap-container-body-toolbox-btn,.analyze-heatmap .heatmap-container-body-toolbox-btn .vis{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.analyze-heatmap .heatmap-container-body-toolbox-btn .vis{-webkit-box-pack:center;-ms-flex-pack:center;background-color:#f2f2f2;border-radius:8px;cursor:pointer;height:36px;-webkit-justify-content:center;justify-content:center;width:36px}.analyze-heatmap .heatmap-container-body-toolbox-btn .vis img{height:16px;width:16px}.analyze-heatmap .heatmap-container-body-toolbox-btn .vis:hover{background-color:#ebebeb}.analyze-heatmap .heatmap-container-body-toolbox-btn .download{-webkit-box-flex:1;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border:1px solid #dddfe6;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;gap:10px;height:36px;-webkit-justify-content:center;justify-content:center;padding:12px}.analyze-heatmap .heatmap-container-body-toolbox-btn .download img{height:16px;width:16px}.analyze-heatmap .heatmap-container-body-toolbox-btn .download:hover{background-color:#ebebeb}.close-question-analyze{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 40px;width:100%}.close-question-analyze>.operate{-webkit-box-pack:end;-ms-flex-pack:end;gap:4px;-webkit-justify-content:flex-end;justify-content:flex-end;padding:12px 0}.close-question-analyze>.operate,.close-question-analyze>.operate .icon-box{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.close-question-analyze>.operate .icon-box{-webkit-box-pack:center;-ms-flex-pack:center;border-radius:4px;color:#000;cursor:pointer;height:28px;-webkit-justify-content:center;justify-content:center;-webkit-transition:.2s;transition:.2s;width:28px}.close-question-analyze>.operate .icon-box:hover{background:#f2f2f2}.close-question-analyze>.content-form{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:27px 44px;overflow:initial;width:100%}.close-question-analyze>.content-form,.close-question-analyze>.content-form .item{background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.close-question-analyze>.content-form .item{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:10px;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);color:#000;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:25px;min-height:230px;padding:25px}.close-question-analyze>.content-form .item:first-of-type{-ms-flex-preferred-size:100%;-ms-flex-negative:0;-webkit-flex-basis:100%;flex-basis:100%;-webkit-flex-shrink:0;flex-shrink:0;min-height:126px}.close-question-analyze>.content-form .item .title{-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-pack:start;-ms-flex-pack:start;font-size:16px;-webkit-justify-content:center;justify-content:center;-webkit-justify-content:flex-start;justify-content:flex-start}.close-question-analyze>.content-form .item .title,.close-question-analyze>.content-form .ready{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.close-question-analyze>.content-form .ready{-ms-flex-preferred-size:100%;-ms-flex-negative:0;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#efefef;border-radius:10px;-webkit-flex-basis:100%;flex-basis:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-shrink:0;flex-shrink:0;gap:4px;-webkit-justify-content:center;justify-content:center;padding:5px 6px}.close-question-analyze>.content-form .ready.loading{padding-bottom:26.06px}.close-question-analyze>.content-form .ready div{color:#8a8a8a}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left{overflow-x:hidden;overflow-y:auto;padding:12px 20px;width:auto}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px;margin-top:4px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .active,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .active,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .active,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .active{border:2px solid #e3c24c}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .word-li-video,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .word-li-video,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .word-li-video,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .word-li-video{margin:0}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#f2f1ef;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;margin-top:10px;min-height:50px;padding:12px 20px;position:relative;width:100%}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .answer-text,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .answer-text,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .answer-text,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .answer-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:first-child,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:first-child,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:first-child,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:first-child{margin-top:0}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li.follow>div,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li.follow>div,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li.follow>div,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li.follow>div{font-weight:700}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer,.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer-popover,.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover .respondents,.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover>span,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer-popover,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover .respondents,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover>span,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer-popover,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover .respondents,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li:hover>span,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover .hidden-answer-popover,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover .respondents,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li:hover>span{opacity:1}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .respondents,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .respondents,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .respondents,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .respondents{bottom:0;height:28px;margin:auto 0 auto 10px;opacity:0;position:absolute;right:48px;top:0;-webkit-transition:.15s;transition:.15s;width:28px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .respondents .btn,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .respondents .btn,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .respondents .btn,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .respondents .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#fff7db;border-radius:50%;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;-webkit-transition:.15s;transition:.15s;width:28px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#fff7db;border-radius:50%;bottom:0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;margin:auto 0;opacity:0;position:absolute;right:42px;top:0;width:28px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover{background:rgba(227,194,76,.8)}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover i,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover i,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover i,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer:hover i{color:#333}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer i,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer i,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li .hidden-answer i,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li .hidden-answer i{color:#6c6c6c;cursor:pointer}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li>span,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li>span,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul .body-li>span,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-left .body-ul .body-li>span{opacity:0}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right{-webkit-box-flex:1;border-left:1px solid #d4d4c9;-webkit-flex:1;-ms-flex:1;flex:1;min-width:920px;padding:18px 20px 12px 18px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:12px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-left,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-left,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-left,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-left{color:#000;font-size:18px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-left span,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-left span,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-left span,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-left span{color:inherit;cursor:auto;margin:0}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips{color:#e3c24c;cursor:pointer;display:inline-block;font-size:12px;margin-left:4px;vertical-align:middle}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips:hover:not(.is-retranslating):not(.is-disabled),.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips:hover:not(.is-retranslating):not(.is-disabled),.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips:hover:not(.is-retranslating):not(.is-disabled),.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips:hover:not(.is-retranslating):not(.is-disabled){color:#e9ce70}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips:hover:not(.is-retranslating):not(.is-disabled) .warning-svg,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips:hover:not(.is-retranslating):not(.is-disabled) .warning-svg,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips:hover:not(.is-retranslating):not(.is-disabled) .warning-svg,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips:hover:not(.is-retranslating):not(.is-disabled) .warning-svg{background-color:#e9ce70}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips .svg,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips .svg,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips .svg,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips .svg{font-size:14px;margin-right:4px;margin-top:-2px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-retranslating,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-retranslating,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-retranslating,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-retranslating{cursor:auto}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-disabled,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-disabled,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-disabled,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-disabled{color:#b8b8ad;cursor:not-allowed}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-disabled .warning-svg,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-disabled .warning-svg,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-disabled .warning-svg,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .retranslate-tips.is-disabled .warning-svg{background-color:#b8b8ad}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .follow,.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .unfollow,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .follow,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .unfollow,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .follow,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .unfollow,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .follow,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .unfollow{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;-webkit-justify-content:center;justify-content:center}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .follow .icon-follow,.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .follow .icon-unfollow,.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .unfollow .icon-follow,.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .unfollow .icon-unfollow,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .follow .icon-follow,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .follow .icon-unfollow,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .unfollow .icon-follow,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .unfollow .icon-unfollow,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .follow .icon-follow,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .follow .icon-unfollow,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .unfollow .icon-follow,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .unfollow .icon-unfollow,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .follow .icon-follow,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .follow .icon-unfollow,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .unfollow .icon-follow,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .unfollow .icon-unfollow{height:14px;margin-right:5px;width:14px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .follow,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .follow,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .follow,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .follow{color:#e3c24c}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .unfollow,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .unfollow,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-operate .operate-right .unfollow,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-operate .operate-right .unfollow{color:#000}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border:1px solid #bbb;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:580px;-webkit-justify-content:center;justify-content:center;overflow:hidden;position:relative;width:580px;width:100%}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;position:absolute;right:15px;top:15px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;margin-left:4px;-webkit-transition:all .2s;transition:all .2s;width:28px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn svg,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn svg,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn svg,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn svg{height:16px;width:16px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn i,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn i,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn i,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn i{font-size:16px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn:hover,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .btn:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .btn:hover{background-color:#f2f1ef}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .action,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .action,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .action,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .action{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:4px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;padding:5px 10px;-webkit-transition:.2s;transition:.2s}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .action span,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .action span,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .action span,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .action span{color:#000;margin-left:5px;width:auto}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .action:hover,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .action:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .operate-right .action:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .operate-right .action:hover{background:#f2f2f2}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .image-tags,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .image-tags,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .image-tags,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .image-tags{color:#000;font-size:12px;left:12px;line-height:28px;position:absolute;top:8px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .image-tags i,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .image-tags i,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .image-tags i,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .image-tags i{cursor:pointer;margin-bottom:1px;margin-left:4px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .action-box,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .action-box,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .action-box,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .action-box{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;bottom:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;right:8px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .action-box .action,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .action-box .action,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .action-box .action,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .action-box .action{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:4px;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;-webkit-transition:.2s;transition:.2s;width:28px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .action-box .action span,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .action-box .action span,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .action-box .action span,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .action-box .action span{color:#000;margin-left:5px;width:auto}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .action-box .action:hover,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .action-box .action:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .action-box .action:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .action-box .action:hover{background:#f2f2f2}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .word-refresh,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .word-refresh,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .word-refresh,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .word-refresh{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:50%;color:#000;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-justify-content:center;justify-content:center;width:28px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .word-refresh i,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .word-refresh i,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .word-refresh i,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .word-refresh i{font-size:16px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .word-refresh:hover,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .word-refresh:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-canvas .word-refresh:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-canvas .word-refresh:hover{background:#f2f1ef;-webkit-transition:all .3s;transition:all .3s}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:20px;-webkit-justify-content:space-between;justify-content:space-between}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-video,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-video,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-video,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-video{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:#f2f2f2;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:540px;-webkit-justify-content:center;justify-content:center;width:540px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-video video,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-video video,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-video video,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-video video{max-height:530px;width:100%}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription{-webkit-box-flex:1;border-radius:16px;box-shadow:0 4px 12px hsla(0,0%,50%,.5);-webkit-flex:1;-ms-flex:1;flex:1;height:540px;overflow-x:hidden;overflow-y:auto;padding:12px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase{border-radius:8px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:12px;padding:8px 10px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase:hover,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase:hover{background:#f7f7f7}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight,.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-text__translated,.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-time,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-text__translated,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-time,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-text__translated,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-time,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-text__translated,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-time{color:#e3c24c}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-text__original,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-text__original,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-text__original,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .timeline-phrase.highlight .timeline-text__original{color:#c7a83d}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription p,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription p,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription p,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription p{border-radius:5px;padding:5px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription p:hover,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription p:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription p:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription p:hover{background:#f2f2f2}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .highlight,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .highlight,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .highlight,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .highlight{color:#e3c24c}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .highlight:hover,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .highlight:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .highlight:hover,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .highlight:hover{background:#fff}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar{width:6px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar-track,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar-track,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar-track,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar-track{background:transparent}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar-thumb,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar-thumb,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar-thumb,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .ready,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .ready,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .ready,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .ready{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:500px;-webkit-justify-content:center;justify-content:center}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .ready.loading,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .ready.loading,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .ready.loading,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .ready.loading{padding-bottom:18px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .ready div,.analyze-upload__image .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .ready div,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right .body-content .content-transcription .ready div,.analyze-upload__video .drawer-wrap .drawer-content.upload-video .content-word .word-body .body-right .body-content .content-transcription .ready div{color:#8a8a8a}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-height:0;min-width:408px;padding:12px 20px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-left .body-ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px 16px}.analyze-upload__image .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right,.analyze-upload__video .drawer-wrap .drawer-content.upload-image .content-word .word-body .body-right{-webkit-box-flex:0;border:none;-webkit-flex:0;-ms-flex:0;flex:0;min-width:750px;width:750px}.analyze-upload__image .drawer-wrap .drawer-content.word-could .content-word .word-body .body-right,.analyze-upload__video .drawer-wrap .drawer-content.word-could .content-word .word-body .body-right{-webkit-box-flex:0;-webkit-flex:0;-ms-flex:0;flex:0;min-width:750px;width:750px}.translation-select-dropdown .el-select-dropdown__item{background-color:transparent;color:#000}.translation-select-dropdown .el-select-dropdown__item.selected,.translation-select-dropdown .el-select-dropdown__item:hover{background-color:#f2f2f2}.translation-select .el-input__inner{background-color:transparent;border:none}.translation-select:hover .el-input__inner{background-color:#f2f2f2}.translation-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;color:#9a9a9a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:13px;font-weight:400;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:6px}.translation-header-observer{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.translation-header__avatar{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;color:#9a9a9a;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;height:18px;-webkit-justify-content:center;justify-content:center;position:relative;width:18px}.translation-header__avatar:hover{color:#000}.translation-header__toggle{color:#9a9a9a;font-size:12px;padding:0}.translation-header__toggle:hover{color:#000}.translation-header__toggle span{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.translation-header__toggle i{margin-right:4px}.translation-header .right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px}.translation-header .right .analyze-answer{background-color:transparent;margin:0;position:static}.translation-header .right .analyze-answer,.translation-header .right .analyze-answer .ri-more-fill{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.translation-header .right .analyze-answer .ri-more-fill{line-height:normal}.translation-header .right .analyze-answer .ri-more-fill:hover{color:#000}.el-dropdown-menu.analyze{margin:12px 0 5px;max-height:400px;overflow:auto;padding:8px 0}.el-dropdown-menu.analyze .el-dropdown-menu__item{font-size:14px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.el-dropdown-menu.analyze .el-dropdown-menu__item .concept{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:4px 10px;width:100%}.el-dropdown-menu.analyze .el-dropdown-menu__item .concept .image{border-radius:4px;height:32px;margin-right:8px;overflow:hidden;width:32px}.el-dropdown-menu.analyze .el-dropdown-menu__item .filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;color:#b38a0f;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:32px;-webkit-justify-content:center;justify-content:center;padding:5px 10px}.el-dropdown-menu.analyze .el-dropdown-menu__item.item-enable,.el-dropdown-menu.analyze .el-dropdown-menu__item:hover{background-color:#fffbed;color:#af8300}.el-dropdown-menu.analyze.operate-dropdown-menu{width:280px}.el-dropdown-menu.analyze.operate-dropdown-menu .filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;color:#b38a0f;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:32px;-webkit-justify-content:center;justify-content:center;padding:5px 10px}.el-dropdown-menu.analyze.operate-dropdown-menu .filters:hover{color:#b38a0f}.el-dropdown-menu.analyze.header-dropdown-menu .messgae{color:#858574;margin:10px 20px}.el-dropdown-menu.analyze.header-dropdown-menu .el-dropdown-menu__item{text-align:left}.el-dropdown-menu.analyze.header-dropdown-menu .el-dropdown-menu__item--divided{color:#af8300}.el-dropdown-menu.analyze.dropdown-menu-default{width:auto}.el-dropdown-menu.analyze.dropdown-menu-default .el-dropdown-menu__item{font-weight:400;text-align:left}.el-dropdown-menu.analyze.dropdown-menu-default .el-dropdown-menu__item.item-enable,.el-dropdown-menu.analyze.dropdown-menu-default .el-dropdown-menu__item:hover{background-color:#fcf9ed;color:#e9ce70}.el-dropdown-menu.analyze.operate-dropdown-menu-closeQuestion{margin:5px 0;width:160px}.el-dropdown-menu.analyze.operate-dropdown-menu-closeQuestion.concept-poll,.el-dropdown-menu.analyze.operate-dropdown-menu-closeQuestion.rank{width:240px}.el-dropdown-menu.analyze.operate-dropdown-menu-closeQuestion .el-dropdown-menu__item{font-size:12px;line-height:1.5;padding:0 10px;text-align:left}.el-dropdown-menu.analyze.operate-dropdown-menu-closeQuestion .el-dropdown-menu__item.item-enable,.el-dropdown-menu.analyze.operate-dropdown-menu-closeQuestion .el-dropdown-menu__item:hover{background-color:#f5f5f5;color:#000}.el-dropdown-menu.analyze.operate-dropdown-menu-closeQuestion .el-dropdown-menu__item .concept span{-webkit-box-flex:1;color:#000;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:500;height:32px;line-height:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-dropdown-menu.analyze.operate-dropdown-menu-closeQuestion .filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;color:#b38a0f;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:32px;-webkit-justify-content:center;justify-content:center;padding:5px 10px}.el-dropdown-menu.analyze.operate-dropdown-menu-closeQuestion .filters:hover{color:#b38a0f}.analyze-answer-popover{min-width:100px;padding:12px 0}.analyze-answer-popover .analyze-answer-popover-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:5px 12px}.analyze-answer-popover .analyze-answer-popover-item i{font-size:16px;line-height:16px;margin-right:5px}.analyze-answer-popover .analyze-answer-popover-item:hover{background-color:#f5f7fa}.concept-tooltip-content .image{border-radius:4px;cursor:pointer;display:block;height:80px;margin:0 auto 4px;overflow:hidden;width:80px}.concept-tooltip-content .operate-video{cursor:pointer;height:80px;margin:0 auto 4px;position:relative;width:80px}.concept-tooltip-content .operate-video:hover .ri-play-fill{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}.concept-tooltip-content .operate-video .ri-play-fill{color:#fff;font-size:36px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.concept-tooltip-content span{-webkit-box-flex:1;color:#fff;display:block;-webkit-flex:1;-ms-flex:1;flex:1;font-size:12px;line-height:20px;max-width:300px}.markdown-summary{word-wrap:break-word;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:24px;overflow-wrap:break-word;overflow-wrap:anywhere;white-space:normal;width:100%;word-break:normal}.markdown-summary dl,.markdown-summary ol,.markdown-summary p,.markdown-summary pre,.markdown-summary table,.markdown-summary ul{margin-bottom:10px}.markdown-summary ul{padding-left:20px}.markdown-summary ul li{list-style:disc}.markdown-summary ol{padding-left:20px}.markdown-summary ol li{list-style:disc;list-style:decimal}.markdown-summary em{color:#666}.virtual-scroll-list[data-v-36221048]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;overflow-anchor:none;overflow-x:hidden;overflow-y:auto;padding:0 28px;position:relative;width:100%}.virtual-scroll-list .phantom[data-v-36221048]{left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.virtual-scroll-list .body[data-v-36221048]{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:100%}.virtual-scroll-list .body .list-item[data-v-36221048]{width:100%}.error-container[data-v-2f7c8b9c]{padding-top:12px}.input-alter-title[data-v-7cc795a8]{cursor:pointer}.outline-wrap[data-v-046427ec]{-ms-flex-preferred-size:30%;color:#000;-webkit-flex-basis:30%;flex-basis:30%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;max-width:430px;min-width:352px;overflow-x:hidden;overflow-y:auto;position:relative;width:30%}.outline-wrap .outline-body[data-v-046427ec],.outline-wrap[data-v-046427ec]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:0}.outline-wrap .outline-body[data-v-046427ec]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.outline-wrap.content-outline[data-v-046427ec]{height:100%;max-width:430px;min-width:352px;overflow:visible;width:30%}.outline-wrap.content-outline.mini[data-v-046427ec]{-ms-flex-preferred-size:25px;-webkit-flex-basis:25px;flex-basis:25px;min-width:25px;width:25px}.outline-wrap.content-outline .outline-site[data-v-046427ec]{width:25px}.outline-wrap.content-outline .outline-collapse[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fff;border:1px solid;border-radius:50%;bottom:10px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;-webkit-justify-content:center;justify-content:center;position:absolute;right:-15px;width:30px;z-index:20}.outline-wrap.content-outline .outline-collapse[data-v-046427ec]:hover{background-color:#e3c24c;border-color:#e3c24c;color:#000;-webkit-transition:all .3s;transition:all .3s}.outline-wrap.content-outline .outline-collapse i[data-v-046427ec]{font-size:22px}.outline-wrap .outline-header[data-v-046427ec]{-webkit-box-flex:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;background-color:#000;color:#e3c24c;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 24px 0 20px}.outline-wrap .outline-header .left[data-v-046427ec]{font-size:16px;font-weight:700}.outline-wrap .outline-header .right[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.outline-wrap .outline-header .switch-row i[data-v-046427ec]{font-size:18px;margin-right:4px}.outline-wrap .outline-header .switch-row span[data-v-046427ec]{margin-right:4px}.outline-wrap .outline-form[data-v-046427ec]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto}.outline-wrap .outline-form .form-box[data-v-046427ec]{border-bottom:8px solid #dfdfdf}.outline-wrap .outline-form .form-box[data-v-046427ec]:last-child{border-right:1px solid #d4d4c9}.outline-wrap .outline-form .form-box .form-header[data-v-046427ec]{-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#e3c24c;color:#000;height:50px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 20px}.outline-wrap .outline-form .form-box .form-header .header-left[data-v-046427ec],.outline-wrap .outline-form .form-box .form-header[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.outline-wrap .outline-form .form-box .form-header .header-left[data-v-046427ec]{font-weight:700}.outline-wrap .outline-form .form-box .form-header .header-left i[data-v-046427ec]{font-size:16px;margin-left:8px}.outline-wrap .outline-form .form-box .form-header .header-right[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.outline-wrap .outline-form .form-box .form-header .header-right i[data-v-046427ec]{cursor:pointer;font-size:16px;margin-left:8px}.outline-wrap .outline-form .form-unit[data-v-046427ec]{border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;border-top:1px solid #dbdbdb;padding:0 40px;position:relative}.outline-wrap .outline-form .form-unit[data-v-046427ec]:first-child{border-top:none}.outline-wrap .outline-form .form-unit:hover .form-toolbar[data-v-046427ec]{opacity:1}.outline-wrap .outline-form .form-unit:not(.disabled):hover .add[data-v-046427ec],.outline-wrap .outline-form .form-unit:not(.disabled):hover .move-icon[data-v-046427ec]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.outline-wrap .outline-form .form-unit.active[data-v-046427ec],.outline-wrap .outline-form .form-unit.tag[data-v-046427ec]{background:#fff}.outline-wrap .outline-form .form-unit.active[data-v-046427ec]:hover,.outline-wrap .outline-form .form-unit.tag[data-v-046427ec]:hover{background:#fffdf6}.outline-wrap .outline-form .form-unit.active:hover .form-send[data-v-046427ec],.outline-wrap .outline-form .form-unit.active:hover .form-stop[data-v-046427ec],.outline-wrap .outline-form .form-unit.tag:hover .form-send[data-v-046427ec],.outline-wrap .outline-form .form-unit.tag:hover .form-stop[data-v-046427ec]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.outline-wrap .outline-form .form-unit.on[data-v-046427ec]{background:#fefaec;border-right:none}.outline-wrap .outline-form .form-unit.disabled[data-v-046427ec],.outline-wrap .outline-form .form-unit.halfway[data-v-046427ec]{background-color:#f2f2f2}.outline-wrap .outline-form .form-unit.disabled[data-v-046427ec]:hover,.outline-wrap .outline-form .form-unit.halfway[data-v-046427ec]:hover{background-color:#e8e8e8}.outline-wrap .outline-form .form-unit.on.disabled[data-v-046427ec],.outline-wrap .outline-form .form-unit.on.halfway[data-v-046427ec]{background-color:#ebebeb}.outline-wrap .outline-form .form-unit .move-icon[data-v-046427ec]{cursor:move;display:none;left:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.outline-wrap .outline-form .form-unit .add[data-v-046427ec]{display:none}.outline-wrap .outline-form .form-unit .form-toolbar[data-v-046427ec]{-webkit-box-pack:end;-ms-flex-pack:end;gap:8px;-webkit-justify-content:flex-end;justify-content:flex-end;margin-right:-20px;min-height:36px;opacity:0;padding-top:12px;pointer-events:none}.outline-wrap .outline-form .form-unit .form-toolbar .icon-box[data-v-046427ec],.outline-wrap .outline-form .form-unit .form-toolbar[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.outline-wrap .outline-form .form-unit .form-toolbar .icon-box[data-v-046427ec]{-webkit-box-pack:center;-ms-flex-pack:center;cursor:pointer;font-size:16px;height:24px;-webkit-justify-content:center;justify-content:center;pointer-events:auto;width:24px}.outline-wrap .outline-form .form-unit .form-toolbar .icon-box[data-v-046427ec]:hover{background-color:#ffea9f;border-radius:4px}.outline-wrap .outline-form .form-unit .form-toolbar i[data-v-046427ec],.outline-wrap .outline-form .form-unit .form-toolbar svg[data-v-046427ec]{color:#000;cursor:pointer}.outline-wrap .outline-form .form-unit .form-send[data-v-046427ec],.outline-wrap .outline-form .form-unit .form-stop[data-v-046427ec]{background-color:#e3c24c;cursor:pointer;height:34px;width:34px}.outline-wrap .outline-form .form-unit .form-collect[data-v-046427ec],.outline-wrap .outline-form .form-unit .form-send[data-v-046427ec],.outline-wrap .outline-form .form-unit .form-stop[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;display:none;-webkit-justify-content:center;justify-content:center;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.outline-wrap .outline-form .form-unit .form-collect[data-v-046427ec]{background:#fff;height:22px;width:22px}.outline-wrap .outline-form .form-unit .form-collect .balls[data-v-046427ec]{background-color:hsla(0,11%,93%,0);margin-top:-2px}.outline-wrap .outline-form .form-unit .form-collect .balls .t-ball[data-v-046427ec]{background-color:#000;border-radius:50%;height:2px;width:2px}.outline-wrap .outline-form .form-unit .done1-svg[data-v-046427ec]{background:url(../img/done1.048a5306.svg) no-repeat 50%;background-size:cover}.outline-wrap .outline-form .form-unit .done[data-v-046427ec],.outline-wrap .outline-form .form-unit .skiped[data-v-046427ec]{height:20px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;z-index:1}.outline-wrap .outline-form .form-unit .skiped-bg[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background:url(../img/skiped1-bg.59fe18b2.svg) no-repeat 50%;background-size:cover;color:#666;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:12px;height:20px;-webkit-justify-content:center;justify-content:center;left:5px;position:absolute;top:0;width:52px}.outline-wrap .outline-form .form-unit .skiped-bg span[data-v-046427ec]{margin-bottom:8px;margin-right:8px}.outline-wrap .outline-form .form-unit.collect[data-v-046427ec]{background:#e3c24c}.outline-wrap .outline-form .form-unit.collect .form-collect[data-v-046427ec]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.outline-wrap .outline-form .form-unit.collect .done[data-v-046427ec]{display:none}.outline-wrap .outline-form .add[data-v-046427ec]:not(.empty){bottom:0;cursor:pointer;font-size:16px;height:16px;left:50%;position:absolute;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);width:16px;z-index:10}.outline-wrap .outline-form .add:not(.empty):hover .button[data-v-046427ec]{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.outline-wrap .outline-form .add:not(.empty) .button[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-transition:all .3s;transition:all .3s}.outline-wrap .outline-form .add:not(.empty) .button i[data-v-046427ec]{font-size:inherit}.outline-wrap .outline-form .add:not(.empty).top[data-v-046427ec]{bottom:auto;top:-1px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.outline-wrap .outline-form .add.empty[data-v-046427ec]{-webkit-box-pack:center;-ms-flex-pack:center;border-bottom:1px solid #d4d4c9;-webkit-justify-content:center;justify-content:center;padding:22px 0 20px}.outline-wrap .outline-form .add.empty .button[data-v-046427ec],.outline-wrap .outline-form .add.empty[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.outline-wrap .outline-form .add.empty .button[data-v-046427ec]{background-color:#e3c24c;border-radius:4px;color:#000;cursor:pointer;font-size:14px;gap:6px;height:36px;padding:0 16px}.outline-wrap .outline-form .add-new[data-v-046427ec]{border-right:1px solid #d4d4c9;padding:20px 33px}.outline-wrap .outline-form .add-new .button[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;gap:6px}.outline-wrap .outline-form .add-new .button[data-v-046427ec]:hover{color:#e3c24c}.outline-wrap .outline-form .form-view[data-v-046427ec]{position:relative}.outline-wrap .outline-form .form-view[data-v-046427ec]:before{background-color:var(--bgColor);content:"";height:100%;position:absolute;width:6px;z-index:2}.outline-wrap .outline-form .form-view .view-header[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;background-color:#f2f1ef;border:1px solid #bbb;border-left:none;border-right:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:50px;-webkit-justify-content:space-between;justify-content:space-between}.outline-wrap .outline-form .form-view .view-header.border-btm-none[data-v-046427ec]{border-bottom:none}.outline-wrap .outline-form .form-view .view-header .header-left[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:700;margin-left:22px}.outline-wrap .outline-form .form-view .view-header .header-left .ri-more-line[data-v-046427ec]{cursor:pointer;font-size:20px;margin-right:14px;position:relative;top:2px}.outline-wrap .outline-form .form-view .view-header .header-right[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:15px}.outline-wrap .outline-form .form-view .view-header .header-right i[data-v-046427ec]{cursor:pointer;font-size:20px;margin-left:14px}.outline-wrap .outline-operate[data-v-046427ec]{-webkit-box-flex:0;-webkit-box-pack:justify;-ms-flex-pack:justify;background:#fff;border-top:1px solid #bbb;-webkit-flex:0 0 54px;-ms-flex:0 0 54px;flex:0 0 54px;-webkit-justify-content:space-between;justify-content:space-between;padding:0 20px}.outline-wrap .outline-operate .right[data-v-046427ec],.outline-wrap .outline-operate[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.set-box .color-box .row[data-v-046427ec]{border:1px solid #bbb;border-radius:50%;cursor:pointer;height:30px;margin:5px 0;position:relative;width:30px}.set-box .color-box .row.none[data-v-046427ec]:before{border-bottom:1px solid #bbb;content:"";left:0;position:absolute;top:50%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:100%}.set-box .button-box[data-v-046427ec]{margin-top:16px}.set-box .button-row[data-v-046427ec]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px}.set-box .button-row i[data-v-046427ec]{font-size:18px;margin-right:10px}.set-box .button-row[data-v-046427ec]:hover{color:#e3c24c}.observer-live[data-v-33752f86]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.container-header[data-v-33752f86]{-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:1px solid #bbb;height:60px;-webkit-justify-content:space-between;justify-content:space-between;padding-right:30px}.container-header .header-left .logo[data-v-33752f86],.container-header .header-left[data-v-33752f86],.container-header[data-v-33752f86]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.container-header .header-left .logo[data-v-33752f86]{-webkit-box-pack:center;-ms-flex-pack:center;background:#101010;height:60px;-webkit-justify-content:center;justify-content:center;margin-right:20px;width:220px}.container-header .header-left .logo img[data-v-33752f86]{object-fit:contain;width:150px}.container-header .header-left .title-tooltip[data-v-33752f86]{color:#000;font-size:20px;margin:0}.container-header .header-right[data-v-33752f86]{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.container-header .header-right .button[data-v-33752f86]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-radius:5px;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;height:46px;-webkit-justify-content:center;justify-content:center;margin-left:20px;padding:0 20px}.container-header .header-right .button i[data-v-33752f86]{font-weight:400}.container-header .header-right .button.disabled[data-v-33752f86]{cursor:not-allowed}.container-header .header-right .button.disabled[data-v-33752f86]:hover{background-color:#fff}.container-header .header-right .button.active[data-v-33752f86]{background-color:#fffbed;color:#e3c24c}.container-header .header-right .button[data-v-33752f86]:hover{background-color:#fffbed;-webkit-transition:all .3s;transition:all .3s}.container-header .header-right .button .time[data-v-33752f86]{background-color:#d4d4c9;border-radius:50%;display:inline-block;height:15px;margin-right:10px;width:15px}.container-header .header-right .button .ri-user-3-line[data-v-33752f86]{font-size:18px;margin-right:12px}.container-header .header-right .button .el-icon-arrow-down[data-v-33752f86]{font-size:18px;margin-left:4px}.container-header .header-right .watch[data-v-33752f86]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fffbed;border-radius:50px;color:#b3923a;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:40px;-webkit-justify-content:center;justify-content:center;margin-left:20px;padding:0 14px}.container-header .header-right .watch span[data-v-33752f86]{font-weight:700}.container-header .header-right .watch i[data-v-33752f86]{margin-right:6px}.container-content[data-v-33752f86]{height:calc(100vh - 60px)}.container-content[data-v-33752f86],.content-talk[data-v-33752f86]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.content-talk[data-v-33752f86]{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-left:1px solid #bbb;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.content-talk .talk-scroll[data-v-33752f86]{height:100%;overflow-y:auto}.content-talk .observer-talk-loading[data-v-33752f86]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;overflow:hidden}.content-talk .talk-condition[data-v-33752f86]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:center;justify-content:center}.content-talk .talk-condition .condition-pending[data-v-33752f86]{position:relative}.content-talk .talk-condition .condition-pending .pending-name[data-v-33752f86]{font-size:24px;font-weight:700}.content-talk .talk-condition .condition-pending .pending-msg[data-v-33752f86]{margin-top:28px}.content-talk .talk-condition .condition-pending .pending-hint[data-v-33752f86]{color:#858574;margin-bottom:30px;margin-top:12px}.content-talk .talk-condition .condition-pending .pending-icon[data-v-33752f86]{bottom:-80px;height:140px;left:50px;position:absolute;width:140px;z-index:-1}.content-talk .talk-send[data-v-33752f86]{border-top:1px solid #bbb;position:relative}.content-talk .talk-send .send-collapse[data-v-33752f86]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fff;border:1px solid;border-radius:50%;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px;-webkit-justify-content:center;justify-content:center;position:absolute;right:10px;top:10px;width:30px}.content-talk .talk-send .send-collapse[data-v-33752f86]:hover{background-color:#e3c24c;border-color:#e3c24c;color:#000;-webkit-transition:all .3s;transition:all .3s}.content-talk .talk-send .send-collapse i[data-v-33752f86]{font-size:22px}.content-talk .talk-send .send-site[data-v-33752f86]{height:50px}.set-box .button-box{margin-top:16px}.set-box .button-box:first-child{margin-top:0}.set-box .button-box .button-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px}.set-box .button-box .button-row i{font-size:18px;margin-right:10px}.set-box .button-box .button-row:hover{color:#e3c24c;-webkit-transition:all .3s;transition:all .3s}