.el-message__closeBtn:focus,.el-message__content:focus{outline-width:0}.el-message{min-width:380px;box-sizing:border-box;border-radius:4px;border:1px solid #ebeef5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;transition:opacity .3s,-webkit-transform .4s;transition:opacity .3s,transform .4s;transition:opacity .3s,transform .4s,-webkit-transform .4s;overflow:hidden;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67c23a}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#e6a23c}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#f56c6c}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#c0c4cc;font-size:16px}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67c23a}.el-message .el-icon-error{color:#f56c6c}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#e6a23c}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:10000;background-color:hsla(0,0%,100%,.9);margin:0;top:0;right:0;bottom:0;left:0;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:#409eff;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409eff;stroke-linecap:round}.el-loading-spinner i{color:#409eff}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative}.el-checkbox-button__inner,.el-checkbox__input{white-space:nowrap;vertical-align:middle;outline:0}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409eff}.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{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.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{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size: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{cursor:pointer;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{cursor:not-allowed;border-color:#c0c4cc}.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:#409eff;border-color:#409eff}.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);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409eff}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409eff}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409eff}.el-checkbox__inner:after{box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;transition:-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms,-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;left:-999px}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox+.el-checkbox{margin-left:30px}.el-checkbox-button__inner{line-height:1;font-weight:500;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;margin:0;transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409eff}.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{opacity:0;outline:0;position:absolute;margin:0;left:-999px}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#409eff;border-color:#409eff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;box-shadow:none}.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:#409eff}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@-webkit-keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{to{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-dialog{position:relative;margin:0 auto 50px;background:#fff;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.3);box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:15px 15px 10px}.el-dialog__headerbtn{position:absolute;top:15px;right:15px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#409eff}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;line-height:24px;font-size:14px}.el-dialog__footer{padding:10px 15px 15px;text-align:right;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__header{padding-top:30px}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 27px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit;padding-bottom:30px}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer;vertical-align:middle}.el-switch__label{transition:.2s;height:20px;font-size:14px;font-weight:500;color:#303133}.el-switch__label.is-active{color:#409eff}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__input:focus~.el-switch__core{outline:1px solid #409eff}.el-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid #dcdfe6;outline:0;border-radius:10px;box-sizing:border-box;background:#dcdfe6;transition:border-color .3s,background-color .3s}.el-switch__core .el-switch__button{position:absolute;top:1px;left:1px;border-radius:100%;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:16px;height:16px;background-color:#fff}.el-switch.is-checked .el-switch__core{border-color:#409eff;background-color:#409eff}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:0;margin:0;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#409eff;color:#409eff}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#fff;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:hsla(0,0%,100%,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button--primary{color:#fff;background-color:#409eff;border-color:#409eff}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409eff;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409eff;border-color:#409eff;color:#fff}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--text{color:#409eff;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;background-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{display:table;content:""}.el-button-group:after{clear:both}.el-button-group .el-button{float:left;position:relative}.el-button-group .el-button+.el-button{margin-left:0}.el-button-group .el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group .el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group .el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group .el-button:not(:last-child){margin-right:-1px}.el-button-group .el-button.is-active,.el-button-group .el-button:active,.el-button-group .el-button:focus,.el-button-group .el-button:hover{z-index:1}.el-button-group .el-button--primary:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-popper .popper__arrow,.el-popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));filter:drop-shadow(0 2px 12px rgba(0,0,0,.03))}.el-popper .popper__arrow:after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow:after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button:before{content:"";position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:hsla(0,0%,100%,.5)}.el-dropdown .el-dropdown__caret-button:hover:before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#606266;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #ebeef5}.el-dropdown-menu__item--divided:before{content:"";height:6px;display:block;margin:0 -20px;background-color:#fff}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow:after{content:" ";border-width:5px}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow:after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.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-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle{display:inline-block}.el-progress--circle .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-progress--circle .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.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{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67c23a}.el-progress.is-success .el-progress__text{color:#67c23a}.el-progress.is-exception .el-progress-bar__inner{background-color:#f56c6c}.el-progress.is-exception .el-progress__text{color:#f56c6c}.el-progress-bar{padding-right:50px;width:100%;margin-right:-55px;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#ebeef5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#409eff;text-align:right;border-radius:100px;line-height:1;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}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:0;margin:0;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#409eff;color:#409eff}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#fff;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:hsla(0,0%,100%,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button--primary{color:#fff;background-color:#409eff;border-color:#409eff}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409eff;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409eff;border-color:#409eff;color:#fff}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--text{color:#409eff;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;background-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{display:table;content:""}.el-button-group:after{clear:both}.el-button-group .el-button{float:left;position:relative}.el-button-group .el-button+.el-button{margin-left:0}.el-button-group .el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group .el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group .el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group .el-button:not(:last-child){margin-right:-1px}.el-button-group .el-button.is-active,.el-button-group .el-button:active,.el-button-group .el-button:focus,.el-button-group .el-button:hover{z-index:1}.el-button-group .el-button--primary:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active,.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active,.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1);transform:scale(1);transition:opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45);transform:scale(.45)}.collapse-transition{transition:height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out}.horizontal-collapse-transition{transition:width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{transition:opacity .3s cubic-bezier(.55,0,.1,1)}@font-face{font-family:element-icons;src:url(https://ali-hk-cdn.hellotalk8.com/im/2fad952a20fbbcfd1bf2ebb210dccf7a.woff) format("woff"),url(https://ali-hk-cdn.hellotalk8.com/im/6f0a76321d30f3c8120915e57f7bd77e.ttf) format("truetype");font-weight:400;font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-upload:before{content:"\E60D"}.el-icon-error:before{content:"\E62C"}.el-icon-success:before{content:"\E62D"}.el-icon-warning:before{content:"\E62E"}.el-icon-sort-down:before{content:"\E630"}.el-icon-sort-up:before{content:"\E631"}.el-icon-arrow-left:before{content:"\E600"}.el-icon-circle-plus:before{content:"\E601"}.el-icon-circle-plus-outline:before{content:"\E602"}.el-icon-arrow-down:before{content:"\E603"}.el-icon-arrow-right:before{content:"\E604"}.el-icon-arrow-up:before{content:"\E605"}.el-icon-back:before{content:"\E606"}.el-icon-circle-close:before{content:"\E607"}.el-icon-date:before{content:"\E608"}.el-icon-circle-close-outline:before{content:"\E609"}.el-icon-caret-left:before{content:"\E60A"}.el-icon-caret-bottom:before{content:"\E60B"}.el-icon-caret-top:before{content:"\E60C"}.el-icon-caret-right:before{content:"\E60E"}.el-icon-close:before{content:"\E60F"}.el-icon-d-arrow-left:before{content:"\E610"}.el-icon-check:before{content:"\E611"}.el-icon-delete:before{content:"\E612"}.el-icon-d-arrow-right:before{content:"\E613"}.el-icon-document:before{content:"\E614"}.el-icon-d-caret:before{content:"\E615"}.el-icon-edit-outline:before{content:"\E616"}.el-icon-download:before{content:"\E617"}.el-icon-goods:before{content:"\E618"}.el-icon-search:before{content:"\E619"}.el-icon-info:before{content:"\E61A"}.el-icon-message:before{content:"\E61B"}.el-icon-edit:before{content:"\E61C"}.el-icon-location:before{content:"\E61D"}.el-icon-loading:before{content:"\E61E"}.el-icon-location-outline:before{content:"\E61F"}.el-icon-menu:before{content:"\E620"}.el-icon-minus:before{content:"\E621"}.el-icon-bell:before{content:"\E622"}.el-icon-mobile-phone:before{content:"\E624"}.el-icon-news:before{content:"\E625"}.el-icon-more:before{content:"\E646"}.el-icon-more-outline:before{content:"\E626"}.el-icon-phone:before{content:"\E627"}.el-icon-phone-outline:before{content:"\E628"}.el-icon-picture:before{content:"\E629"}.el-icon-picture-outline:before{content:"\E62A"}.el-icon-plus:before{content:"\E62B"}.el-icon-printer:before{content:"\E62F"}.el-icon-rank:before{content:"\E632"}.el-icon-refresh:before{content:"\E633"}.el-icon-question:before{content:"\E634"}.el-icon-remove:before{content:"\E635"}.el-icon-share:before{content:"\E636"}.el-icon-star-on:before{content:"\E637"}.el-icon-setting:before{content:"\E638"}.el-icon-circle-check:before{content:"\E639"}.el-icon-service:before{content:"\E63A"}.el-icon-sold-out:before{content:"\E63B"}.el-icon-remove-outline:before{content:"\E63C"}.el-icon-star-off:before{content:"\E63D"}.el-icon-circle-check-outline:before{content:"\E63E"}.el-icon-tickets:before{content:"\E63F"}.el-icon-sort:before{content:"\E640"}.el-icon-zoom-in:before{content:"\E641"}.el-icon-time:before{content:"\E642"}.el-icon-view:before{content:"\E643"}.el-icon-upload2:before{content:"\E644"}.el-icon-zoom-out:before{content:"\E645"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:transparent;border-bottom:transparent}.feedbackBtn{position:absolute;bottom:50px;right:50px;width:70px;height:70px;box-shadow:0 10px 30px 0 rgba(0,0,0,.3);border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-162px -245px;background-size:700px 760px;overflow:hidden;display:none;cursor:pointer}.feedbackBtn a{display:block;width:100%;height:100%}@media only screen and (min-width:1500px){.mainChat{width:1240px!important;border-radius:6px;box-shadow:0 30px 50px 0 rgba(0,0,0,.6)}}@media only screen and (min-height:900px){.mainChat{border-radius:6px;box-shadow:0 30px 50px 0 rgba(0,0,0,.6)}}.mainChat{width:100%;height:100%;background-color:#f7f7fb;display:-ms-flexbox;display:flex;overflow:hidden}.slide-fade-enter-active{transition:all .3s ease}.slide-fade-leave-active{transition:all .1s cubic-bezier(1,.5,.8,1)}.slide-fade-enter,.slide-fade-leave-to{transform:translateX(10px);opacity:0}.vip_hat[data-v-4de239fe]{top:-14px;transform:rotate(-45deg) scale(.58);left:-14px;background-image:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/vip_hat.png);background-repeat:no-repeat;background-size:cover;position:absolute;height:32px;width:32px;z-index:1}.my-flag[data-v-4de239fe]{left:28px;z-index:3;position:absolute}.headPortrait[data-v-4de239fe]{z-index:2;position:absolute}.emojione[data-v-4de239fe]{display:inline-block}.mainUserList[data-v-4de239fe]{width:27.42%;height:100%;box-sizing:border-box;box-shadow:8px 0 16px 0 rgba(0,0,0,.04);position:relative}.mainUserListMask[data-v-4de239fe]{z-index:10}.selfProfile-box[data-v-4de239fe]{width:100%;height:80px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:19px 14px;box-sizing:border-box;background-color:#fff}.headPortraitIng[data-v-4de239fe]{position:absolute;top:0;left:0}.headPortrait-box[data-v-4de239fe]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:calc(100% - 66px)}.headPortrait-box .headPortraitWrapper[data-v-4de239fe]{margin-right:12px;position:relative}.headPortraitWrapper span[data-v-4de239fe]{transform:scale(.52);transform-origin:left bottom}.headPortrait-box>span[data-v-4de239fe]{width:calc(100% - 53px);font:caption;font-weight:600;color:#484848;font-size:18px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.createGroup[data-v-4de239fe]{background:url("https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/ic_web_group_normal.svg") no-repeat;margin-right:21px}.chatListMoreMenu[data-v-4de239fe]{border:none;font-size:20px;transform:rotate(90deg);color:#626262;outline:none;cursor:pointer;background:transparent;margin-top:4px}.createGroup[data-v-4de239fe]{border:none;width:26px;height:26px;background-size:100% 100%;cursor:pointer;outline:none}.userSearch-box[data-v-4de239fe]{height:54px;width:100%;background-color:#f5f5f5;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.userSearch-box input[data-v-4de239fe]{height:34px;width:92%;border-radius:42px;border:none;text-indent:18px;outline:none;position:relative;z-index:3;font-size:14px;background-color:transparent}.userSearch-box.searchInputIng input[data-v-4de239fe]{text-indent:55px}.serchBackIcon[data-v-4de239fe]{width:26px;height:26px;font-size:16px;line-height:26px;font-weight:600;margin-top:-13px;left:24px}.delSearch[data-v-4de239fe],.serchBackIcon[data-v-4de239fe]{display:block;position:absolute;top:50%;z-index:5;cursor:pointer}.delSearch[data-v-4de239fe]{width:16px;height:16px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-94px -188px;background-size:700px 760px;margin-top:-6px;right:27px}.userSearch-box .placehold-box[data-v-4de239fe]{height:34px;width:92%;border-radius:42px;position:absolute;top:50%;left:50%;background-color:#fff;margin:-17px 0 0 -46%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:1}.placehold-box i[data-v-4de239fe]{display:inline-block;width:12px;height:12px;font-size:12px;color:#b5b5b5;margin-right:10px}.placehold-box span[data-v-4de239fe]{font:caption;font-size:14px;color:#b5b5b5}.userList-box[data-v-4de239fe]{overflow:hidden;background-color:#fff;height:calc(100% - 134px)}.userList-box>div[data-v-4de239fe]::-webkit-scrollbar{width:6px}.userList-box>div[data-v-4de239fe]::-webkit-scrollbar-track{background-color:transparent}.userList-box>div[data-v-4de239fe]::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:4px}.userList-box>div[data-v-4de239fe]::-webkit-scrollbar-button{background-color:transparent;display:none}.createGroupUserList[data-v-4de239fe]{height:calc(100% - 124px);overflow-y:auto}.createGroupUserItem[data-v-4de239fe]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:14px}.createGroupUserItem.topWrapper[data-v-4de239fe]{background-color:#f6f6f6}.createGroupUserItem[data-v-4de239fe]:hover{background-color:#dbebff}.createBtnGroup[data-v-4de239fe]{height:70px;width:100%;border-top:.5px solid #e7e7e7;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.createBtnGroup button[data-v-4de239fe]{width:180px;height:44px;border-radius:24px;background-color:#405bd3;font:caption;font-size:16px;color:#fff;border:none;cursor:pointer;outline:none}.onlineOpations[data-v-4de239fe]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.onlineOpations i[data-v-4de239fe]{display:inline-block;width:26px;height:26px;margin-right:10px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px}.exitBtn[data-v-4de239fe],.offlineBtn[data-v-4de239fe],.onlineBtn[data-v-4de239fe]{background-position:-321px -30px!important}.curtomCheckGroup[data-v-4de239fe]{height:100%}.btn-group[data-v-4de239fe]{width:66px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.toEmailBtn[data-v-4de239fe]{width:26px;height:26px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-97px -30px;background-size:700px 760px;border:none;font-size:20px;outline:none;margin-right:20px;cursor:pointer}.userItem[data-v-5303a51f]{height:70px;width:100%;cursor:pointer;padding:14px 0 0 14px;box-sizing:border-box;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mouseSelect[data-v-5303a51f]:hover{background-color:#efefef}.mouseSelect.select[data-v-5303a51f]{background-color:#dbebff}.headPortraitWrapper[data-v-5303a51f]{float:left;margin-right:15px;position:relative}.headPortraitWrapper span[data-v-5303a51f]{transform:scale(.55);transform-origin:left bottom}.newMsgCount[data-v-5303a51f]{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:18px;height:18px;border-radius:12px;background-color:#f54a41;color:#fff;position:absolute;top:-6px;right:-6px}.newMsgCount span[data-v-5303a51f]{display:inline-block;line-height:12px;font-size:12px;font-weight:500;transform:scale(.83333);transform-origin:center center}.userInfo-box[data-v-5303a51f]{overflow:hidden;height:100%;box-sizing:border-box;border-bottom:1px solid #e7e7e7;padding-right:14px;padding-bottom:8px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.nameAndOnlineWrapper[data-v-5303a51f]{-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4px}.nameAndOnlineWrapper[data-v-5303a51f],.userName-box[data-v-5303a51f]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.userName-box[data-v-5303a51f]{width:84%}.userName[data-v-5303a51f]{display:inline-block;font:caption;font-weight:600;color:#484848;font-size:16px;line-height:18px;margin-right:5px;max-width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memberLogo[data-v-5303a51f]{display:inline-block;width:16px;height:16px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-204px -188px;background-size:700px 760px;margin-right:5px}.unRemindLogo[data-v-5303a51f]{display:inline-block;width:16px;height:16px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px;background-position:-116px -188px}.onlineWrapper[data-v-5303a51f]{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end}.msgRecvTime[data-v-5303a51f],.onlineTime[data-v-5303a51f]{display:inline-block;font:caption;font-size:13px;transform:scale(.77);transform-origin:right bottom;color:#b5b5b5;white-space:nowrap}.onlineStatus[data-v-5303a51f]{display:block;width:6px;height:6px;border-radius:50%;background-color:#3dc051;margin-top:3px}.sentStatus[data-v-5303a51f]{background-position:-138px -188px!important}.readStatus[data-v-5303a51f]{background-position:-160px -188px!important}.readStatus[data-v-5303a51f],.sentStatus[data-v-5303a51f]{background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px;margin-top:3px;display:block;width:16px;height:16px}.lastMsgWrapper[data-v-5303a51f]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.lastMsgContent[data-v-5303a51f]{display:inline-block;font:caption;font-size:14px;line-height:18px;color:#7e7e7e;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:4px}.newMsgIcon[data-v-5303a51f]{width:7px;height:7px;border-radius:50%;background-color:#f54a41;border:1px solid #fff;position:absolute;top:-3px;right:-3px}.topper[data-v-5303a51f]{background-color:#f6f6f6}.headPortraitIng[data-v-5303a51f]{position:absolute;top:0;left:0}.mucHeadPortrait[data-v-5303a51f]{border-radius:0}.mainMsgSelection[data-v-25555d86]{-ms-flex:1;flex:1;border-radius:6px;background-color:#f7f7fb;position:relative;height:100%;width:0}.msgSelectionBox[data-v-25555d86],.placeholdMsgSelection[data-v-25555d86]{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.placeholdMsgSelection[data-v-25555d86]{font:caption;font-size:24px;color:#788ba5;text-align:center;-ms-flex-pack:center;justify-content:center}.placeholdMsgSelectionChild[data-v-25555d86]{width:340px;height:340px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-30px -371px;background-size:700px 760px}.placeholdMsgSelection span[data-v-25555d86]{width:100%;position:absolute;text-align:center;bottom:28%;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mainMsgBoxHead[data-v-52eee3f0]{width:100%;height:80px;background-color:#fff;-ms-flex-pack:justify;justify-content:space-between;box-sizing:border-box;padding-left:21px}.mainMsgBoxHead[data-v-52eee3f0],.userBase[data-v-52eee3f0]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.username[data-v-52eee3f0]{display:inline-block;font:caption;font-size:18px;font-weight:600;line-height:22px;color:#484848;cursor:pointer;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.memberLogo[data-v-52eee3f0]{display:inline-block;width:16px;height:16px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-204px -188px;background-size:700px 760px;margin-left:10px}.onlineSatus[data-v-52eee3f0]{font:caption;font-size:12px;font-weight:500;line-height:15px;color:#7e7e7e;margin-top:7px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btnGroup[data-v-52eee3f0]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.moreMenu[data-v-52eee3f0],.setBtn[data-v-52eee3f0]{width:26px;height:26px;border:none;outline:none;cursor:pointer;margin-right:10px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px}.setBtn[data-v-52eee3f0]{background-position:-193px -30px}.moreMenu[data-v-52eee3f0]{background-position:-1830px -1120px}.moreMeunOpations[data-v-52eee3f0]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.moreMeunOpations i[data-v-52eee3f0]{display:inline-block;width:26px;height:26px;margin-right:16px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-193px -30px;background-size:700px 760px}.profileBtn[data-v-52eee3f0]{background-position:-1739px -1194px}.selectMsgBtn[data-v-52eee3f0]{background-position:-1563px -1194px}.delMsgWindowBtn[data-v-52eee3f0]{background-position:-1871px -1194px}.mainMsgWrapper[data-v-4186c877]{-ms-flex:1;flex:1;width:100%;overflow-y:auto}.mainMsgWrapper[data-v-4186c877]::-webkit-scrollbar{width:6px}.mainMsgWrapper[data-v-4186c877]::-webkit-scrollbar-track{background-color:transparent}.mainMsgWrapper[data-v-4186c877]::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:4px}.mainMsgWrapper[data-v-4186c877]::-webkit-scrollbar-button{background-color:transparent;display:none}.loading-box[data-v-4186c877]{background-color:transparent;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:20px 0}.loading-child[data-v-4186c877]{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#405bd3;margin-right:5px;opacity:.3}.hideLoading[data-v-4186c877]{opacity:0;visibility:hidden}.loading-child[data-v-4186c877]:last-of-type{margin-right:0}.loading-child-left[data-v-4186c877]{animation:changeleft 2s linear 0s infinite}.loading-child-center[data-v-4186c877]{animation:changecenter 2s linear 0s infinite}.loading-child-right[data-v-4186c877]{animation:changeright 2s linear 0s infinite}.msgItemBigWrapper[data-v-09251564]{width:100%;display:-ms-flexbox;display:flex;padding:14px 22px;box-sizing:border-box;position:relative}.hasSendTimeBar[data-v-09251564]{padding-top:50px}.msgItemSendTime[data-v-09251564]{width:100%;position:absolute;top:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.msgItemSendTime span[data-v-09251564]{display:block;border-radius:45px;background-color:rgba(0,0,0,.2);padding:8px 10px;font:caption;font-size:12px;line-height:12px;color:#fff}.sendBox[data-v-09251564]{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.noticeMsg[data-v-09251564]{-ms-flex-pack:center;justify-content:center}.selectMsgBox[data-v-09251564]{margin-right:8px;cursor:pointer}.sendBox .selectMsgBox[data-v-09251564]{margin-right:0;margin-left:8px}.selectMsgBox i[data-v-09251564]{display:block;width:20px;height:20px;background-size:100% auto}.hasChosen[data-v-09251564]{background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/ic_web_select_selected.svg) no-repeat}.unChosen[data-v-09251564]{background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/ic_web_select_normal.svg) no-repeat}.receiveUserInfo[data-v-09251564]{margin-right:10px}.receiveBox .msgItemWrapper[data-v-09251564]{padding-right:30px}.sendBox .msgItemWrapper[data-v-09251564]{display:-ms-flexbox;display:flex;padding-left:30px}.noticeMsg .msgItemWrapper[data-v-09251564]{padding:0}.msgItemWrapper[data-v-09251564]{position:relative}.msgItemWrapper:hover .optionsMsg[data-v-09251564]{display:block}.headPortraitWrapper[data-v-09251564]{width:39px;height:39px}.headPortraitWrapper span[data-v-09251564]{left:-2px;bottom:-2px;transform:scale(.52);transform-origin:left bottom}.roomUserName[data-v-09251564]{display:inline-block;font:caption;font-size:12px;line-height:12px;color:#7e7e7e;position:absolute;top:-14px;left:0;white-space:nowrap}.optionsMsgWrapper[data-v-09251564]{position:absolute;top:0;height:100%;width:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.receiveBox .optionsMsgWrapper[data-v-09251564]{right:0}.sendBox .optionsMsgWrapper[data-v-09251564]{left:0}.optionsMsg[data-v-09251564]{cursor:pointer;display:none;width:20px;height:20px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-82px -162px;background-size:700px 760px;outline:none}.msgSendStatus[data-v-09251564]{height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-right:5px}.msgSendStatus .sendMsgFail[data-v-09251564]{display:block;width:24px;height:24px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICAgIDxwYXRoIGZpbGw9IiNGNTRBNDEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjcyNyAyNi43MjdjLTYuNjI3IDAtMTItNS4zNzItMTItMTIgMC02LjYyNyA1LjM3My0xMiAxMi0xMiA2LjYyOCAwIDEyIDUuMzczIDEyIDEyIDAgNi42MjgtNS4zNzIgMTItMTIgMTJ6bTAtMTguODFjLS44OTUgMC0xLjYyMS43MjUtMS42MjEgMS42MjF2NS44MzhhMS42MjIgMS42MjIgMCAxIDAgMy4yNDMgMFY5LjUzOGMwLS44OTYtLjcyNi0xLjYyMi0xLjYyMi0xLjYyMnptMCAxMC4zNzhhMS42MjIgMS42MjIgMCAwIDAgMCAzLjI0MyAxLjYyMiAxLjYyMiAwIDEgMCAwLTMuMjQzeiIvPgo8L3N2Zz4=) no-repeat;background-size:100% auto;cursor:pointer}.msgSendStatus .sendMsgWait[data-v-09251564]{width:30px;height:30px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICAgIDxnIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTE0LjgxNCA5LjQ4MmEuOTQ0Ljk0NCAwIDAgMS0uOTQxLS45NDFWNC43NzdjMC0uNTE3LjQyMy0uOTQuOTQtLjk0LjUxOCAwIC45NDIuNDIzLjk0Mi45NHYzLjc2NGMwIC41MTctLjQyNC45NC0uOTQxLjk0IiBvcGFjaXR5PSIuNjUiLz4KICAgICAgICA8cGF0aCBkPSJNMTcuNDggMTAuMTk2YS45NDQuOTQ0IDAgMCAxLS4zNDUtMS4yODVsMS44ODItMy4yNmEuOTQ0Ljk0NCAwIDAgMSAxLjI4NS0uMzQ0Ljk0NC45NDQgMCAwIDEgLjM0NSAxLjI4NWwtMS44ODIgMy4yNmEuOTQ0Ljk0NCAwIDAgMS0xLjI4NS4zNDQiIG9wYWNpdHk9Ii43NSIvPgogICAgICAgIDxwYXRoIGQ9Ik0xOS40MzEgMTIuMTQ4YS45NDQuOTQ0IDAgMCAxIC4zNDQtMS4yODZsMy4yNi0xLjg4MWEuOTQ0Ljk0NCAwIDAgMSAxLjI4NS4zNDQuOTQ0Ljk0NCAwIDAgMS0uMzQ0IDEuMjg1bC0zLjI2IDEuODgyYS45NDQuOTQ0IDAgMCAxLTEuMjg1LS4zNDQiIG9wYWNpdHk9Ii44NSIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMC4xNDUgMTQuODE0YzAtLjUxOC40MjQtLjk0MS45NDEtLjk0MWgzLjc2NGMuNTE3IDAgLjk0LjQyMy45NC45NCAwIC41MTgtLjQyMi45NDItLjk0Ljk0MmgtMy43NjRhLjk0NC45NDQgMCAwIDEtLjk0LS45NDEiIG9wYWNpdHk9Ii45Ii8+CiAgICAgICAgPHBhdGggZD0iTTE5LjQzMSAxNy40OGEuOTQ0Ljk0NCAwIDAgMSAxLjI4NS0uMzQ1bDMuMjYgMS44ODJhLjk0NC45NDQgMCAwIDEgLjM0NCAxLjI4NS45NDQuOTQ0IDAgMCAxLTEuMjg1LjM0NWwtMy4yNi0xLjg4MmEuOTQ0Ljk0NCAwIDAgMS0uMzQ0LTEuMjg1IiBvcGFjaXR5PSIuMiIvPgogICAgICAgIDxwYXRoIGQ9Ik0xNy40OCAxOS40MzFhLjk0NC45NDQgMCAwIDEgMS4yODUuMzQ0bDEuODgyIDMuMjZhLjk0NC45NDQgMCAwIDEtLjM0NSAxLjI4NS45NDQuOTQ0IDAgMCAxLTEuMjg1LS4zNDRsLTEuODgyLTMuMjZhLjk0NC45NDQgMCAwIDEgLjM0NS0xLjI4NSIgb3BhY2l0eT0iLjI1Ii8+CiAgICAgICAgPHBhdGggZD0iTTE0LjgxNCAyMC4xNDVjLjUxNyAwIC45NC40MjQuOTQuOTQxdjMuNzY0YzAgLjUxNy0uNDIzLjk0LS45NC45NGEuOTQ0Ljk0NCAwIDAgMS0uOTQxLS45NHYtMy43NjRjMC0uNTE3LjQyMy0uOTQuOTQtLjk0IiBvcGFjaXR5PSIuMyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMi4xNDggMTkuNDMxYS45NDQuOTQ0IDAgMCAxIC4zNDQgMS4yODVsLTEuODgyIDMuMjZhLjk0NC45NDQgMCAwIDEtMS4yODUuMzQ0Ljk0NC45NDQgMCAwIDEtLjM0NC0xLjI4NWwxLjg4MS0zLjI2YS45NDQuOTQ0IDAgMCAxIDEuMjg2LS4zNDQiIG9wYWNpdHk9Ii4zNSIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMC4xOTYgMTcuNDhhLjk0NC45NDQgMCAwIDEtLjM0NCAxLjI4NWwtMy4yNiAxLjg4MmEuOTQ0Ljk0NCAwIDAgMS0xLjI4NS0uMzQ1Ljk0NC45NDQgMCAwIDEgLjM0NS0xLjI4NWwzLjI1OS0xLjg4MmEuOTQ0Ljk0NCAwIDAgMSAxLjI4NS4zNDUiIG9wYWNpdHk9Ii40Ii8+CiAgICAgICAgPHBhdGggZD0iTTkuNDgyIDE0LjgxNGMwIC41MTctLjQyNC45NC0uOTQxLjk0SDQuNzc3YS45NDQuOTQ0IDAgMCAxLS45NC0uOTRjMC0uNTE4LjQyMy0uOTQxLjk0LS45NDFoMy43NjRjLjUxNyAwIC45NC40MjMuOTQuOTQiIG9wYWNpdHk9Ii40NSIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMC4xOTYgMTIuMTQ4YS45NDQuOTQ0IDAgMCAxLTEuMjg1LjM0NEw1LjY1IDEwLjYxYS45NDQuOTQ0IDAgMCAxLS4zNDQtMS4yODUuOTQ0Ljk0NCAwIDAgMSAxLjI4NS0uMzQ0bDMuMjYgMS44ODFhLjk0NC45NDQgMCAwIDEgLjM0NCAxLjI4NiIgb3BhY2l0eT0iLjUiLz4KICAgICAgICA8cGF0aCBkPSJNMTIuMTQ4IDEwLjE5NmEuOTQ0Ljk0NCAwIDAgMS0xLjI4Ni0uMzQ0bC0xLjg4MS0zLjI2YS45NDQuOTQ0IDAgMCAxIC4zNDQtMS4yODUuOTQ0Ljk0NCAwIDAgMSAxLjI4NS4zNDVsMS44ODIgMy4yNTlhLjk0NC45NDQgMCAwIDEtLjM0NCAxLjI4NSIgb3BhY2l0eT0iLjU1Ii8+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;background-size:100% auto;animation:change 1s linear infinite}@keyframes change{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg)}to{-webkit-transform:rotate(1turn)}}.textWrapper>pre>hr{margin:10px 0}.receiveBox .trans-icon[data-v-295bd8e2]{position:absolute;bottom:-15px;right:28px;height:24px;width:26px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/translate_icon.png) no-repeat;background-size:cover;cursor:pointer}.sendBox .trans-icon[data-v-295bd8e2]{display:none}.textWrapper[data-v-295bd8e2]{border-radius:20px;background-color:#fff;border:.5px solid rgba(0,0,0,.18);display:inline-block;overflow:hidden}.sendBox .textWrapper[data-v-295bd8e2]{background-color:#dbebff}.textWrapper>pre>hr[data-v-295bd8e2]{display:block;width:100%;height:1px;background-color:rgba(0,0,0,.18);margin:10px 0}.textWrapper pre[data-v-295bd8e2]{display:inline-block;padding:8px 16px;font:caption;font-size:14px;font-weight:500;color:#333;line-height:20px;max-width:428px;white-space:pre-wrap;word-wrap:break-word}.replayWrapper[data-v-0f9ca6cf]{background-color:#f5f5f5;border-bottom:.5px solid rgba(0,0,0,.12);padding:10px;box-sizing:border-box;display:-ms-flexbox;display:flex;min-width:100px}.sender.replayWrapper[data-v-0f9ca6cf]{background-color:#c9dcf4;border:.5px solid rgba(0,0,0,.12)}.replyIcon[data-v-0f9ca6cf]{display:inline-block;background-color:#999;width:5px;margin-right:10px}.sender.replyIcon[data-v-0f9ca6cf]{background-color:#405bd3}.isMeSend[data-v-0f9ca6cf],.sender.isMeSend[data-v-0f9ca6cf]{background-color:#49a836}p[data-v-3e56e77c]{font:caption;font-size:14px;line-height:16px;font-weight:500;color:#333;margin-bottom:4px;text-align:left}.sender[data-v-3e56e77c]{color:#405bd3}.isMeSend[data-v-3e56e77c],.sender.isMeSend[data-v-3e56e77c]{color:#49a836}pre[data-v-3e56e77c]{display:inline-block;max-width:430px;white-space:pre-wrap;word-wrap:break-word;line-height:17px;font:caption;font-size:12px;color:#7e7e7e}.replyInfoWrapper[data-v-23d6ec9a]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1;flex:1;-ms-flex-pack:justify;justify-content:space-between}p[data-v-23d6ec9a]{font:caption;font-size:14px;line-height:16px;font-weight:500;color:#333;margin-bottom:4px;text-align:left}.sender[data-v-23d6ec9a]{color:#405bd3;text-align:left}.isMeSend[data-v-23d6ec9a],.sender.isMeSend[data-v-23d6ec9a]{color:#49a836}.iconBox[data-v-23d6ec9a]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.cardIcon[data-v-23d6ec9a],.doodleIcon[data-v-23d6ec9a],.locationIcon[data-v-23d6ec9a],.photoIcon[data-v-23d6ec9a],.stickerIcon[data-v-23d6ec9a],.videoIcon[data-v-23d6ec9a],.voiceIcon[data-v-23d6ec9a]{display:inline-block;width:14px;height:14px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px;background-position:-190px -210px;margin-right:7px}.doodleIcon[data-v-23d6ec9a]{background-position:-270px -210px}.stickerIcon[data-v-23d6ec9a]{background-position:-210px -210px}.cardIcon[data-v-23d6ec9a]{background-position:-311px -210px}.videoIcon[data-v-23d6ec9a]{background-position:-250px -210px}.voiceIcon[data-v-23d6ec9a]{background-position:-170px -210px}span[data-v-23d6ec9a]{display:inline-block;line-height:14px;font:caption;font-size:12px;color:#7e7e7e}.imgBox[data-v-23d6ec9a]{margin:0 10px 0 62px;font-size:0;border-radius:4px;overflow:hidden}.imgBox img[data-v-23d6ec9a]{height:34px}.videoImg[data-v-23d6ec9a]{display:inline-block;width:40px;border-radius:8px;background-color:#000}p[data-v-55095371]{font:caption;font-size:14px;line-height:16px;font-weight:500;color:#333;margin-bottom:4px;text-align:left}.sender[data-v-55095371]{color:#405bd3}.isMeSend[data-v-55095371],.sender.isMeSend[data-v-55095371]{color:#49a836}.sendBox .correctionWrapper[data-v-9dffd5de]{background-color:#dbebff;border:.5px solid rgba(0,0,0,.12)}.correctionWrapper[data-v-9dffd5de]{padding:10px 16px;border-radius:14px;background-color:#fff;border:.5px solid rgba(0,0,0,.18);display:inline-block;font-size:14px;font-weight:500;width:100%;box-sizing:border-box}.correctionWrapper p[data-v-9dffd5de]{font:caption;max-width:400px;word-break:break-all;font-size:14px}.correctionFalseIcon[data-v-9dffd5de]{background-position:-30px -188px!important}.correctionTrueIcon[data-v-9dffd5de]{background-position:-52px -188px!important}.correctionFalseIcon[data-v-9dffd5de],.correctionTrueIcon[data-v-9dffd5de]{display:inline-block;height:16px;width:16px;margin-left:16px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px}pre[data-v-9dffd5de]{word-break:break-all;white-space:pre-wrap;font:caption}.correctionItem .correctionWrapper[data-v-9dffd5de]{border:none!important;padding:0;background-color:#fff!important}.correctionReplyWrapper .correctionWrapper[data-v-9dffd5de]{border:none!important;padding:0;background-color:transparent!important}.correctionReplyWrapper .falseTextBox[data-v-9dffd5de]{padding-top:2px}.correctionContent[data-v-9dffd5de]{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #666}.correctionContent[data-v-9dffd5de]:last-of-type{border-bottom:none;padding-bottom:0}.correctionCommentBox[data-v-9dffd5de]{font:caption;display:inline-block;width:100%;margin-top:10px;padding-top:10px;border-top:1px solid #666}p[data-v-c9649216]{font:caption;font-size:14px;line-height:16px;font-weight:500;color:#333;margin-bottom:4px;text-align:left}.sender[data-v-c9649216]{color:#405bd3}.isMeSend[data-v-c9649216],.sender.isMeSend[data-v-c9649216]{color:#49a836}.introduceBigWrapper[data-v-1dfe5ff8]{border:.5px solid rgba(0,0,0,.18);border-radius:9px;overflow:hidden}.introductionReplyWrapper .introduceBigWrapper[data-v-1dfe5ff8]{border:none}.introduceWrapper[data-v-1dfe5ff8]{cursor:pointer;width:262px;height:86px;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;box-sizing:border-box;padding-left:14px}.userInfoBox[data-v-1dfe5ff8]{margin-left:15px}.headPortraitWrapper[data-v-1dfe5ff8]{width:57px;height:57px}.headPortraitWrapper span[data-v-1dfe5ff8]{left:0;bottom:0;transform:scale(.6);transform-origin:left bottom}.username[data-v-1dfe5ff8]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:6px}.username>span[data-v-1dfe5ff8]{display:block;font:caption;font-size:14px;font-weight:600;line-height:14px;color:#484848;margin-right:5px;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sexBox[data-v-1dfe5ff8]{width:28px;height:14px;border-radius:3px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:4px}.manBox[data-v-1dfe5ff8]{background-color:#405bd3}.womanBox[data-v-1dfe5ff8]{background-color:#f3489b}.sexBox i[data-v-1dfe5ff8]{display:block;width:10px;height:10px;margin-left:2px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px}.sexBox .manIcon[data-v-1dfe5ff8]{background-position:-84px -245px}.sexBox .womanIcon[data-v-1dfe5ff8]{background-position:-100px -245px}.sexBox span[data-v-1dfe5ff8]{display:block;font-size:12px;line-height:8px;font:caption;font-size:8.6px;transform:scale(.9);transform-origin:center right;text-align:left;color:#fff}.learnBox[data-v-1dfe5ff8]{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.learnBox>i[data-v-1dfe5ff8]{display:block;font-style:normal;color:#333;font-weight:600;margin-right:7px;height:100%;font-size:12px;line-height:100%}.learnBox ul[data-v-1dfe5ff8]{display:-ms-flexbox;display:flex}.learnBox li[data-v-1dfe5ff8]{margin-right:7px}.learnBox li>span[data-v-1dfe5ff8]{display:block;width:17px;font:caption;font-size:10px;line-height:10px;transform:scale(.83);transform-origin:top left;color:#0f0f0f;margin-bottom:2px}.learnDepth[data-v-1dfe5ff8]{width:19px;height:4px;border-radius:2px;background-color:#e1e1e1;position:relative}.learnBox ul .learnDepth i[data-v-1dfe5ff8]{display:block;height:100%;width:100%;border-radius:2px}.learnBox ul:first-of-type .learnDepth i[data-v-1dfe5ff8]{background-color:#53bb3e}.learnBox ul:last-of-type .learnDepth i[data-v-1dfe5ff8]{background-color:#405bd3}.positionBox span[data-v-1dfe5ff8]{margin-top:4px;display:block;font:caption;font-size:12px;line-height:17px;color:#7e7e7e}.introductionReplyWrapper .introduceWrapper[data-v-1dfe5ff8]{background-color:transparent;border:none;padding:0;height:50px;width:auto}.introductionReplyWrapper .headPortraitWrapper[data-v-1dfe5ff8]{width:40px;height:40px}.introductionReplyWrapper .headPortraitWrapper span[data-v-1dfe5ff8]{transform:scale(.45);left:-2px;bottom:-2px}.voiceBigWrapper[data-v-97f6bcde]{border:.5px solid rgba(0,0,0,.18);border-radius:20px;overflow:hidden;box-sizing:border-box}.voiceWrapper[data-v-97f6bcde]{min-width:120px;height:40px;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px 0 5px;box-sizing:border-box;-ms-flex-align:center;align-items:center}.sendBox .voiceWrapper[data-v-97f6bcde]{background-color:#dbebff}.voiceTime[data-v-97f6bcde]{font:caption;font-size:16px;font-weight:600;color:#333}.pauseBtn[data-v-97f6bcde],.playBtn[data-v-97f6bcde]{width:30px;height:30px;border-radius:50%;background-color:#405bd3;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer}.pauseBtn[data-v-97f6bcde]:after,.pauseBtn[data-v-97f6bcde]:before{content:"";display:inline-block;width:4px;height:10px;border-radius:2px;background-color:#fff;margin-left:4px}.pauseBtn[data-v-97f6bcde]:before{margin-left:0}.playBtn[data-v-97f6bcde]:before{content:"";display:inline-block;width:0;height:0;border-top:6px solid transparent;border-left:10px solid #fff;border-bottom:6px solid transparent;margin-left:2px}.underlayBox[data-v-97f6bcde]{width:150px;height:0}.voiceProgress[data-v-97f6bcde]{width:150px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.voiceProgress input[data-v-97f6bcde]{display:block;width:80%;outline:none;-webkit-appearance:none;-ms-appearance:none;border:none;background-color:transparent;color:transparent}.voiceProgress input[data-v-97f6bcde]::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:6px;border-radius:3px;margin-top:-7px;background-color:#405bd3;cursor:pointer;border:none}.voiceProgress input[data-v-97f6bcde]::-moz-range-thumb{-webkit-appearance:none;height:20px;width:6px;border-radius:3px;margin-top:-7px;background-color:#405bd3;cursor:pointer;border:none}.voiceProgress input[data-v-97f6bcde]::-webkit-slider-runnable-track{height:6px;border-radius:3px;background-color:#e1e1e1}.voiceProgress input[data-v-97f6bcde]::-moz-range-track{height:6px;border-radius:3px;background-color:#e1e1e1}.voiceProgress span[data-v-97f6bcde]{display:inline-block;line-height:12px;font-size:12px;color:#7e7e7e;position:absolute;top:-12px;left:0}.voiceTextBox[data-v-97f6bcde]{background-color:#fff}.voiceTextBox[data-v-97f6bcde]:before{content:"";display:block;height:1px;width:96%;margin:0 auto;background-color:#afbfd2}.voiceTextBox p[data-v-97f6bcde]{padding:10px 20px;box-sizing:border-box;max-width:430px;word-wrap:break-word}.sendBox .voiceTextBox[data-v-97f6bcde]{background-color:#dbebff}.translateBigWrapper[data-v-14eba4f5]{border:.5px solid rgba(0,0,0,.18);border-radius:14px;overflow:hidden}.translateWrapper[data-v-14eba4f5]{padding:10px 20px;background-color:#fff;display:inline-block;width:100%;box-sizing:border-box}.sendBox .translateWrapper[data-v-14eba4f5]{background-color:#dbebff}.translateWrapper pre[data-v-14eba4f5]{font:caption;font-size:14px;font-weight:500;color:#333;line-height:16px;max-width:500px;word-break:break-word;white-space:pre-line}.translateWrapper i[data-v-14eba4f5]{display:block;width:100%;height:1px;background-color:rgba(0,0,0,.18);margin:10px 0}.sendBox .translateWrapper i[data-v-14eba4f5]{background-color:#afbfd2}.noticeWrapper[data-v-49e6eb57]{border-radius:45px;background-color:rgba(0,0,0,.2);padding:8px 20px}.noticeWrapper span[data-v-49e6eb57]{display:block;font:caption;font-size:12px;line-height:12px;color:#fff;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.imageBigWrapper[data-v-5607ed70]{border:1px solid rgba(0,0,0,.18);border-radius:9px;overflow:hidden;text-align:center;box-sizing:border-box}.imageWrapper[data-v-5607ed70]{font-size:0;height:200px;cursor:pointer;box-sizing:border-box;overflow:hidden;position:relative;min-width:50px}.imgLoading[data-v-5607ed70]{width:100px;border:none;background-color:#d7d7d7;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.imageWrapper>img[data-v-5607ed70]{height:200px;position:relative;z-index:4;max-width:450px}.previewImg[data-v-5607ed70]{max-height:600px}.loading-box[data-v-5607ed70]{background-color:transparent;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.loading-child[data-v-5607ed70]{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#878787;margin-right:5px;opacity:.3}.loading-child[data-v-5607ed70]:last-of-type{margin-right:0}.loading-child-left[data-v-5607ed70]{animation:changeleft 2s linear 0s infinite}.loading-child-center[data-v-5607ed70]{animation:changecenter 2s linear 0s infinite}.loading-child-right[data-v-5607ed70]{animation:changeright 2s linear 0s infinite}.imageBigWrapper[data-v-7d58cd9f]{border:1px solid rgba(0,0,0,.18);border-radius:9px;overflow:hidden;text-align:center;box-sizing:border-box}.imageWrapper[data-v-7d58cd9f]{font-size:0;cursor:pointer;box-sizing:border-box;overflow:hidden;position:relative;min-width:50px;width:-webkit-min-content;width:-moz-min-content;width:min-content}.imgLoading[data-v-7d58cd9f]{width:100px;border:none;background-color:#d7d7d7;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.imageWrapper>img[data-v-7d58cd9f]{height:200px;position:relative;z-index:4;max-width:450px}.previewImg[data-v-7d58cd9f]{max-height:600px}.loading-box[data-v-7d58cd9f]{background-color:transparent;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.loading-child[data-v-7d58cd9f]{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#878787;margin-right:5px;opacity:.3}.loading-child[data-v-7d58cd9f]:last-of-type{margin-right:0}.loading-child-left[data-v-7d58cd9f]{animation:changeleft 2s linear 0s infinite}.loading-child-center[data-v-7d58cd9f]{animation:changecenter 2s linear 0s infinite}.loading-child-right[data-v-7d58cd9f]{animation:changeright 2s linear 0s infinite}.card-text[data-v-7d58cd9f]{font-size:12px;margin:-10px 16px 10px;word-break:break-word}.old-card[data-v-7d58cd9f]{margin-top:10px}.videoBigWrapper[data-v-aee44bb0]{border-radius:9px;overflow:hidden;min-width:100px}.videoWrapper[data-v-aee44bb0]{width:100%;height:180px;position:relative;overflow:hidden}.maskGroup[data-v-aee44bb0]{height:100%;width:100%;background-color:#000;position:absolute;top:0;left:0;z-index:1}.maskGroup[data-v-aee44bb0],.playBtn[data-v-aee44bb0]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.playBtn[data-v-aee44bb0]{width:45px;height:45px;border:2px solid #fff;border-radius:50%;background-color:transparent;cursor:pointer}.playBtn[data-v-aee44bb0]:after{content:"";display:block;border-top:11px solid transparent;border-left:16px solid #fff;border-bottom:11px solid transparent;margin-left:5px}.playTime[data-v-aee44bb0]{position:absolute;bottom:6px;right:10px;font:caption;font-size:12px;letter-spacing:-.1px;color:#fff}.mainVideoBox[data-v-aee44bb0]{max-height:600px;display:block;background-color:#000}.mapWrapper[data-v-fec2d6b2]{width:262px;height:148px;border-radius:9px;background-color:#fff;border:.5px solid rgba(0,0,0,.18);overflow:hidden;position:relative;cursor:pointer}.positionWrapper[data-v-fec2d6b2]{width:100%;height:100%;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/mapbg.jpg) no-repeat;background-size:100% 100%}.mapWrapper>h3[data-v-fec2d6b2]{font:caption;min-height:30px;line-height:30px;font-size:14px;font-weight:500;color:#484848;padding:0 14px;box-sizing:border-box;position:absolute;bottom:0;left:0;background-color:#fff;width:100%;opacity:.8;word-wrap:break-word}.mapWrapper>p[data-v-fec2d6b2]{font:caption;font-size:12px;line-height:12px;letter-spacing:-.1px;color:#7e7e7e;text-indent:14px}.stickerWrapper[data-v-16032ca6]{border-radius:9px;overflow:hidden}.stickerWrapper.replyWrapper[data-v-16032ca6]{border:.5px solid rgba(0,0,0,.18)}.imgLoading[data-v-16032ca6]{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:180px;width:200px;background-color:#d7d7d7;border-radius:9px}.stickerImgWrapper[data-v-16032ca6]{text-align:center;height:120px;font-size:0;position:relative;min-width:50px}.stickerImgWrapper img[data-v-16032ca6]{height:100%;position:relative;z-index:4}.loading-box[data-v-16032ca6]{height:100%;width:100%;background-color:transparent;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;z-index:3}.loading-child[data-v-16032ca6]{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#878787;margin-right:5px;opacity:.3}.loading-child[data-v-16032ca6]:last-of-type{margin-right:0}.loading-child-left[data-v-16032ca6]{animation:changeleft 2s linear 0s infinite}.loading-child-center[data-v-16032ca6]{animation:changecenter 2s linear 0s infinite}.loading-child-right[data-v-16032ca6]{animation:changeright 2s linear 0s infinite}.linkMsgWrapper[data-v-3c75c516]{width:262px;height:86px;border-radius:9px;background-color:#fff;border:.5px solid rgba(0,0,0,.18);cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:0 8px;box-sizing:border-box}.linkImgWrapper[data-v-3c75c516]{width:72px;height:72px;overflow:hidden;font-size:0;margin-right:10px}.linkImgWrapper img[data-v-3c75c516]{max-height:100%}.linkDesWrapper[data-v-3c75c516]{-ms-flex:1;flex:1;overflow:hidden}.linkDesWrapper h3[data-v-3c75c516]{max-width:160;font:caption;font-size:14px;line-height:16px;font-weight:500;color:#484848;word-break:break-all;max-height:30px;overflow:hidden;text-overflow:ellipsis}.linkDesWrapper span[data-v-3c75c516]{display:block;line-height:15px;color:#b5b5b5;margin:4px 0}.linkDesWrapper p[data-v-3c75c516],.linkDesWrapper span[data-v-3c75c516]{font:caption;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.linkDesWrapper p[data-v-3c75c516]{line-height:14px;letter-spacing:-.1px;color:#7e7e7e}.mainCorrectionBox[data-v-2519be76]{width:100%;min-height:500px;border-top:.5px solid #e7e7e7;border-bottom:.5px solid #e7e7e7}.btnBox[data-v-2519be76]{width:100%;overflow:hidden}.sendCorrectionMsg[data-v-2519be76]{display:block;border:none;outline:none;width:180px;height:44px;border-radius:24px;background-color:#405bd3;font:caption;font-size:16px;text-align:left;color:#fff;line-height:44px;text-align:center;margin:13px auto;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.addRemarkBox[data-v-2519be76]{display:-ms-flexbox;display:flex;padding:20px;-ms-flex-pack:justify;justify-content:space-between}textarea[data-v-2519be76]{width:415px;height:90px;border-radius:6px;border:.5px solid #e7e7e7;display:block;margin:0 auto;outline:none;text-indent:0;line-height:20px;font-size:16px;margin-bottom:30px;resize:none;padding:10px;box-sizing:border-box;color:#484848;font-size:14px}.addRemarkBtn[data-v-2519be76],.isSendNoSelect span[data-v-2519be76]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.isSendNoSelect span[data-v-2519be76]{font:caption;font-size:14px;text-align:left;color:#7e7e7e}.correctionItem[data-v-469285ae]{padding:17px 20px;border-bottom:.5px solid #e7e7e7}.nativeTextBox[data-v-469285ae]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nativeTextBox i[data-v-469285ae]{display:block;width:14px;height:14px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-150px -210px;background-size:700px 760px;margin-left:18px;cursor:pointer}p[data-v-469285ae]{width:382px;font:caption;font-size:14px;line-height:16px;font-weight:500;text-align:left;color:#333;cursor:pointer;word-wrap:break-word}.mainCorrectionInputWrapper[data-v-469285ae]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.mainCorrectionInput[data-v-469285ae]{margin-top:10px;width:382px;line-height:16px;font:caption;font-size:14px;font-weight:500;text-align:left;color:#7e7e7e;outline:none}.correctionRusultPreview[data-v-469285ae]{cursor:pointer}.bigMsgInput[data-v-0a6729a4]{width:100%}.mainMsgInput[data-v-0a6729a4]{width:100%;min-height:80px;background-color:#fff;box-shadow:5px 0 10px 0 rgba(0,0,0,.05);position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 22px 0 26px;box-sizing:border-box}.mainMsgInput button[data-v-0a6729a4]{border:none;cursor:pointer;outline:none}.emojiBtn[data-v-0a6729a4]{display:block;width:26px;height:26px;margin-right:24px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-129px -30px;background-size:700px 760px;position:relative}.editWrapper[data-v-0a6729a4]{-ms-flex:1;flex:1;font:caption;font-size:16px;color:#7e7e7e;position:relative;outline:none;background-color:#fff;overflow:hidden}.editWrapper span[data-v-0a6729a4]{position:absolute;top:50%;left:0;line-height:16px;margin-top:-8px;z-index:4}.msgInputWrapper[data-v-0a6729a4]{font:caption;position:relative;z-index:5;width:100%;padding-right:4px;height:auto!important;min-height:30px;max-height:200px;overflow-y:auto;outline:none;box-sizing:border-box!important;line-height:20px;word-wrap:break-word;white-space:pre-wrap;padding-top:10px;padding-bottom:10px;font-size:16px}.msgInputWrapper[data-v-0a6729a4]::-webkit-scrollbar{width:6px}.msgInputWrapper[data-v-0a6729a4]::-webkit-scrollbar-track{background-color:transparent}.msgInputWrapper[data-v-0a6729a4]::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:4px}.msgInputWrapper[data-v-0a6729a4]::-webkit-scrollbar-button{background-color:transparent;display:none}.recorderBtn[data-v-0a6729a4]{width:26px;height:26px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-225px -30px;background-size:700px 760px}.sendBtn[data-v-0a6729a4]{width:26px;height:26px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-257px -30px;background-size:700px 760px;margin-left:30px}.mediaFile[data-v-0a6729a4]{width:26px;height:26px;margin-left:30px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-161px -30px;background-size:700px 760px}.filePreviewWrapper[data-v-0a6729a4]{-ms-flex-pack:center;justify-content:center;min-height:300px;max-height:500px;overflow:auto}.filePreviewWrapper[data-v-0a6729a4],.recorderStatusBox[data-v-0a6729a4]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.recorderStatusBox[data-v-0a6729a4]{width:220px;height:50px;border-radius:25px;background-color:#fff;border:.5px solid rgba(0,0,0,.18);-ms-flex-pack:justify;justify-content:space-between;padding:0 14px;box-sizing:border-box}.stopRecorder[data-v-0a6729a4],.stopRecorderBtn[data-v-0a6729a4]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.stopRecorderBtn[data-v-0a6729a4]{width:28px;height:28px;border-radius:50%;background-color:#f54a41;-ms-flex-pack:center;justify-content:center;cursor:pointer}.stopRecorderBtn[data-v-0a6729a4]:after{content:"";display:block;width:9px;height:9px;background-color:#fff;border-radius:1px}.recorderStatusBox span[data-v-0a6729a4]{display:inline-block;font:caption;font-size:18px;text-align:left;color:#484848;line-height:25px;margin-left:18px}.closeRecorderBtn[data-v-0a6729a4]{width:25px;height:25px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-63px -30px;background-size:700px 760px;cursor:pointer}.emojiPackWrapper[data-v-0a6729a4]{width:500px;display:block;background:transparent;border:none;outline:none;position:absolute;top:-300px;left:0;z-index:20}.emojiPickerFade-enter-active[data-v-0a6729a4],.emojiPickerFade-leave-active[data-v-0a6729a4]{transition:opacity .3s}.emojiPickerFade-enter[data-v-0a6729a4],.emojiPickerFade-leave-to[data-v-0a6729a4]{opacity:0}.pauserRecorderBtn[data-v-12dc9342],.playRecorderBtn[data-v-12dc9342]{width:28px;height:28px;border-radius:50%;background-color:#405bd3;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer}.playRecorderBtn[data-v-12dc9342]:after{content:"";display:inline-block;width:0;height:0;border-top:6px solid transparent;border-left:10px solid #fff;border-bottom:6px solid transparent;margin-left:2px}.pauserRecorderBtn[data-v-12dc9342]:after,.pauserRecorderBtn[data-v-12dc9342]:before{content:"";display:inline-block;width:4px;height:10px;border-radius:2px;background-color:#fff;margin-left:4px}.pauserRecorderBtn[data-v-12dc9342]:before{margin-left:0}.stopRecorderBtn[data-v-12dc9342]:after{content:"";display:block;width:9px;height:9px;background-color:#fff;border-radius:1px}.recorderStatusBox[data-v-12dc9342]{width:220px;height:50px;border-radius:25px;background-color:#fff;border:.5px solid rgba(0,0,0,.18);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:0 14px;box-sizing:border-box}.closeRecorderBtn[data-v-12dc9342]{width:26px;height:26px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-63px -30px;background-size:700px 760px;cursor:pointer}.voiceProgress[data-v-12dc9342]{width:114px;height:24px;-ms-flex-direction:column;flex-direction:column}.playTimeBox[data-v-12dc9342],.voiceProgress[data-v-12dc9342]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.playTimeBox[data-v-12dc9342]{width:100%;-ms-flex-align:center;align-items:center}.playTimeBox i[data-v-12dc9342]{display:inline-block;font-style:normal;line-height:14px;font:caption;font-size:10px;text-align:left;color:#7e7e7e}.voiceProgress input[data-v-12dc9342]{display:block;height:6px;width:100%;cursor:pointer;position:relative;z-index:3;-webkit-appearance:none;-moz-appearance:none;outline:none;background:none;color:transparent}.voiceProgress input[data-v-12dc9342]::-webkit-slider-thumb{-webkit-appearance:none;height:0;width:0}.voiceProgress input[data-v-12dc9342]::-moz-range-thumb{-webkit-appearance:none;height:0;width:0}.voiceProgress input[data-v-12dc9342]::-moz-range-track{background-color:transparent;height:100%}.audioProcess[data-v-12dc9342]{position:relative;border-radius:3px;overflow:hidden}.audioProcess i[data-v-12dc9342]{position:absolute;top:0;width:100%;height:100%;z-index:2}.audioProcess i[data-v-12dc9342]:first-of-type{left:0;background-color:#405bd3;border-radius:3px}.audioProcess i[data-v-12dc9342]:last-of-type{right:0;background-color:#e1e1e1}.filePreviewBtnGroup[data-v-a4d3a8fa]{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:10px 0}.submitFile[data-v-a4d3a8fa]{margin-right:200px}.filePreviewBox[data-v-a4d3a8fa]{text-align:center}.emojiPicker[data-v-2cd8b4e8]{height:300px;width:500px;background-color:#f8f9f8;box-shadow:0 5px 8px 0 rgba(0,0,0,.16),0 0 8px 0 rgba(0,0,0,.1);box-sizing:border-box;position:relative;z-index:20}.expressionNavBar[data-v-2cd8b4e8]{height:40px;width:100%;background-color:#fff;position:absolute;left:0;bottom:0}.expressionNavBar ul[data-v-2cd8b4e8]{display:-ms-flexbox;display:flex;width:100%;height:100%}.expressionNavBar ul li[data-v-2cd8b4e8]{width:60px;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;position:relative;cursor:pointer}.expressionBar[data-v-2cd8b4e8]:after{content:"";display:block;width:30px;height:30px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px}.expressionBar[data-v-2cd8b4e8]:first-of-type:after{width:24px;height:24px;background-position:-90px -132px}.expressionBar[data-v-2cd8b4e8]:nth-of-type(2):after{background-position:-328px -62px}.expressionBar[data-v-2cd8b4e8]:nth-of-type(3):after{background-position:-292px -98px}.expressionBar[data-v-2cd8b4e8]:nth-of-type(4):after{background-position:-352px -319px}.expressionBar[data-v-2cd8b4e8]:nth-of-type(5):after{background-position:-264px -319px}.expressionNavBar ul li.vipExpresstion[data-v-2cd8b4e8]:after{content:"";display:block;width:20px;height:20px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/web_sprites-min.png) no-repeat;background-position:-1470px -1239px;position:absolute;top:0;right:0}.expressionBigWrapper[data-v-2cd8b4e8]{width:100%;height:calc(100% - 40px);overflow-y:auto}.expressionBigWrapper[data-v-2cd8b4e8]::-webkit-scrollbar{width:6px}.expressionBigWrapper[data-v-2cd8b4e8]::-webkit-scrollbar-track{background-color:transparent}.expressionBigWrapper[data-v-2cd8b4e8]::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:4px}.expressionBigWrapper[data-v-2cd8b4e8]::-webkit-scrollbar-button{background-color:transparent;display:none}.expressionBigWrapper .stickerItem[data-v-2cd8b4e8]{height:80px}.expressionBigWrapper .stickerItem img[data-v-2cd8b4e8]{width:58px}.expressionWrapper>ul[data-v-2cd8b4e8]{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:20px;position:relative}.expressionWrapper>ul[data-v-2cd8b4e8]:after{content:"";display:block;width:460px;height:1px;background-color:#e7e7e7;position:absolute;bottom:0;left:20px}.expressionWrapper>ul[data-v-2cd8b4e8]:last-of-type{border-bottom:none}.expressionWrapper>ul li[data-v-2cd8b4e8]{margin:6px;cursor:pointer}.expressionNavBar ul li.activeBar[data-v-2cd8b4e8]{background-color:#ededed}.expressionWrapperItem>.noVipMask[data-v-2cd8b4e8]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);box-shadow:0 5px 8px 0 rgba(0,0,0,.16),0 0 8px 0 rgba(0,0,0,.1);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.expressionWrapperItem>.noVipMask i[data-v-2cd8b4e8]{display:block;width:40px;height:40px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/web_sprites-min.png) no-repeat;background-position:-1670px -1050px;margin-bottom:5px}.expressionWrapperItem>.noVipMask span[data-v-2cd8b4e8]{display:inline-block;line-height:20px;font:caption;font-size:14px;font-weight:500;text-align:center;color:#fff;max-width:260px;word-break:break-all}.aiteWrapper[data-v-0c8d7d00]{position:absolute;width:180px;max-height:244px;border-radius:3px;background-color:#fff;box-shadow:0 5px 8px 0 rgba(0,0,0,.16),0 0 8px 0 rgba(0,0,0,.1);overflow:hidden;z-index:10}.aiteWrapper[data-v-0c8d7d00]::-webkit-scrollbar{width:4px}.aiteWrapper[data-v-0c8d7d00]::-webkit-scrollbar-track{background-color:transparent;display:none}.aiteWrapper[data-v-0c8d7d00]::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:4px}.aiteWrapper[data-v-0c8d7d00]::-webkit-scrollbar-button{background-color:transparent;display:none}li[data-v-0c8d7d00]{height:50px;border-bottom:1px solid #e7e7e7;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:22px;box-sizing:border-box;cursor:pointer;color:#484848}li[data-v-0c8d7d00]:hover{background-color:#2874d5;border-bottom:1px solid #2874d5}li[data-v-0c8d7d00]:last-of-type{border-bottom:none}li img[data-v-0c8d7d00]{height:28px;border-radius:50%}span[data-v-0c8d7d00]{display:block;line-height:20px;font:caption;font-size:14px;font-weight:500;margin-left:15px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggest-item.hover[data-v-0c8d7d00]{background-color:#2874d5!important;color:#fff!important;border-bottom:1px solid #2874d5}ul.suggest[data-v-0c8d7d00]{max-height:244px;overflow-y:scroll}.sendReplyPreview[data-v-73dd203e]{width:100%;height:60px;background-color:#fff;border-bottom:1px solid #d8d8d8;box-shadow:5px 0 10px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-left:6px solid #405bd3;box-sizing:border-box;-ms-flex-pack:justify;justify-content:space-between}.sendReplyPreviewWrapper[data-v-73dd203e]{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin-left:16px}.sendReplyPreviewWrapper h3[data-v-73dd203e]{font:caption;font-size:16px;line-height:22px;font-weight:600;text-align:left;color:#405bd3}.sendReplyPreviewWrapper p[data-v-73dd203e],.sendReplyPreviewWrapper span[data-v-73dd203e]{display:block;line-height:20px;font:caption;font-size:14px;color:#7e7e7e;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.closeBtnWrapper[data-v-73dd203e]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-right:18px}.closeBtnWrapper img[data-v-73dd203e]{height:50px;margin-right:20px;display:block;border-radius:4px}.closeBtnWrapper .headImg[data-v-73dd203e]{border-radius:50%}.replyMsgCloseBtn[data-v-73dd203e]{width:26px;height:26px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-63px -30px;background-size:700px 760px;cursor:pointer}.otherWrapper[data-v-73dd203e]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:5px}.otherWrapper span[data-v-73dd203e]{display:inline-block;font:caption;font-size:14px;line-height:16px;color:#7e7e7e}.otherWrapper i[data-v-73dd203e]{display:block;width:14px;height:14px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px;margin-right:8px}.otherWrapper .voiceIcon[data-v-73dd203e]{background-position:-30px -210px}.otherWrapper .imageIcon[data-v-73dd203e]{background-position:-50px -210px}.otherWrapper .cardIcon[data-v-73dd203e]{background-position:-291px -210px}.otherWrapper .stickerIcon[data-v-73dd203e]{background-position:-70px -210px}.otherWrapper .introductionIcon[data-v-73dd203e]{background-position:-90px -210px}.otherWrapper .videoIcon[data-v-73dd203e]{background-position:-110px -210px}.otherWrapper .doodleIcon[data-v-73dd203e]{background-position:-130px -210px}.mianProfile[data-v-1dedf9c7]{width:28.88%;height:100%;border-radius:6px;background-color:#fff;box-sizing:border-box;border-left:1px solid #e7e7e7}.mainPersonProfile[data-v-6e7f7f89]{height:100%;width:100%;background-color:#f6f6f6;position:relative;box-sizing:border-box;padding:80px 0;z-index:10}.profileHead[data-v-6e7f7f89]{width:100%;height:80px;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e7e7e7;box-sizing:border-box;padding:0 10px;background-color:#fff;position:absolute;left:0;top:0}.btnGroup[data-v-6e7f7f89],.profileHead[data-v-6e7f7f89]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.btnGroup h3[data-v-6e7f7f89]{font:caption;font-size:18px;font-weight:600;line-height:18px;color:#484848}.moreMenu[data-v-6e7f7f89]{border:none;width:26px;height:26px;cursor:pointer;outline:none;background:url("https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/web_sprites-min.png") no-repeat;background-position:-1830px -1120px}.userInfoWrapper[data-v-6e7f7f89]{height:100%;overflow-y:auto}.userInfoWrapper[data-v-6e7f7f89]::-webkit-scrollbar{width:6px}.userInfoWrapper[data-v-6e7f7f89]::-webkit-scrollbar-track{background-color:transparent}.userInfoWrapper[data-v-6e7f7f89]::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:4px}.userInfoWrapper[data-v-6e7f7f89]::-webkit-scrollbar-button{background-color:transparent;display:none}.userinfoBox[data-v-6e7f7f89]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:25px 0 25px 15px;border-bottom:1px solid #e7e7e7;background-color:#fff}.headPortraitWrapper[data-v-6e7f7f89]{width:100px;height:100px;margin-right:15px}.headPortraitWrapper span[data-v-6e7f7f89]{transform:scale(.95);transform-origin:left bottom}.username[data-v-6e7f7f89]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:9px}.username>span[data-v-6e7f7f89]{display:block;font:caption;font-size:24px;font-weight:600;line-height:24px;color:#484848;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:8px}.sexBox[data-v-6e7f7f89]{width:40px;height:18px;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-top:1px}.manBox[data-v-6e7f7f89]{background-color:#405bd3}.womanBox[data-v-6e7f7f89]{background-color:#f3489b}.sexBox i[data-v-6e7f7f89]{display:block;width:10px;height:10px;margin-right:3px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px}.sexBox .manIcon[data-v-6e7f7f89]{background-position:-84px -245px}.sexBox .womanIcon[data-v-6e7f7f89]{background-position:-100px -245px}.sexBox span[data-v-6e7f7f89]{font:caption;display:block;font-size:12px;line-height:17px;color:#fff}.learnBox[data-v-6e7f7f89]{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.learnBox>i[data-v-6e7f7f89]{display:block;font-style:normal;color:#333;font-weight:600;margin-right:7px;height:100%;font-size:12px;line-height:100%}.learnBox ul[data-v-6e7f7f89]{display:-ms-flexbox;display:flex}.learnBox li[data-v-6e7f7f89]{margin-right:7px}.learnBox li>span[data-v-6e7f7f89]{display:block;width:17px;font:caption;font-size:10px;line-height:10px;transform:scale(.83);transform-origin:top left;color:#0f0f0f;margin-bottom:2px}.learnDepth[data-v-6e7f7f89]{width:19px;height:4px;border-radius:2px;background-color:#e1e1e1;position:relative}.learnBox ul .learnDepth i[data-v-6e7f7f89]{display:block;height:100%;width:100%;border-radius:2px}.learnBox ul:first-of-type .learnDepth i[data-v-6e7f7f89]{background-color:#53bb3e}.learnBox ul:last-of-type .learnDepth i[data-v-6e7f7f89]{background-color:#405bd3}.userinfoBox p[data-v-6e7f7f89]{font:caption;font-size:14px;line-height:15px;color:#7e7e7e;margin-top:7px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selfIntroduce[data-v-6e7f7f89]{padding:18px 15px;background-color:#fff;position:relative}.selfIntroduce h3[data-v-6e7f7f89]{font:caption;font-size:18px;line-height:21px;font-weight:600;color:#484848;margin-bottom:13px}.selfIntroduce p[data-v-6e7f7f89]{font:caption;font-size:14px;line-height:16px;color:#484848}.noticeBtn[data-v-6e7f7f89]{background-color:#fff;height:70px;width:100%;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;box-sizing:border-box;border-top:10px solid #f6f6f6}.noticeBtn span[data-v-6e7f7f89]{display:block;font:caption;font-size:16px;line-height:22px;font-weight:500;color:#484848}.controlBtnGroup[data-v-6e7f7f89]{width:100%;height:80px;border-radius:6px;background-color:#fff;box-shadow:5px 0 10px 0 rgba(0,0,0,.05);position:absolute;left:0;bottom:0}.controlBtnGroup ul[data-v-6e7f7f89]{width:100%;height:100%;display:-ms-flexbox;display:flex}.controlBtnGroup ul li[data-v-6e7f7f89]{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font:caption;font-size:14px;font-weight:500;color:#7e7e7e;position:relative;cursor:no-drop}.controlBtnGroup ul li[data-v-6e7f7f89]:first-of-type{cursor:pointer}.sendMessageBtn span[data-v-6e7f7f89]{color:#405bd3}.controlBtnGroup ul li[data-v-6e7f7f89]:after{display:block;content:"";width:1px;height:30px;background-color:#e5e5e5;position:absolute;top:50%;right:0;margin-top:-15px}.controlBtnGroup ul li[data-v-6e7f7f89]:last-of-type:after{display:none}.controlBtnGroup ul li i[data-v-6e7f7f89]{width:30px;height:30px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px}.sendMessageBtn i[data-v-6e7f7f89]{background-position:-30px -62px!important}.rartnerBtn i[data-v-6e7f7f89]{background-position:-106px -62px!important}.remindBtn i[data-v-6e7f7f89]{background-position:-184px -62px!important}.introduceVoiceBox[data-v-6e7f7f89]{position:absolute;right:15px;top:19px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.inVoiceIcon[data-v-6e7f7f89]{display:block;width:14px;height:14px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-30px -210px;background-size:700px 760px}.inVoiceDuration[data-v-6e7f7f89]{color:#405bd3;font-size:14px;display:inline-block;line-height:14px;margin-left:2px;min-width:30px;text-align:left;padding-top:2px}.miniLoading[data-v-6e7f7f89]{width:20px;height:20px;background-size:467px 507px;background-position:-171px -41px}.mainMucProfile{height:100%;width:100%;background-color:#f6f6f6;position:relative;box-sizing:border-box;padding-top:80px;z-index:10;overflow:hidden}.profileHead{width:100%;height:80px;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e7e7e7;box-sizing:border-box;padding:0 10px;background-color:#fff;position:absolute;left:0;top:0}.btnGroup,.profileHead{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.btnGroup h3{font:caption;font-size:18px;font-weight:600;line-height:18px;color:#484848}.closeBtn{background:url("https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/web_sprites-min.png") no-repeat;background-position:-1738px -1120px;margin-right:13px}.closeBtn,.moreMenu{width:26px;height:26px;border:none;outline:none;cursor:pointer}.moreMenu{background:url("https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/web_sprites-min.png") no-repeat;background-position:-1830px -1120px}.mucInfoWrapper{height:100%;overflow-y:auto;background-color:#fff}.mucInfoWrapper .common h3{font:caption;font-size:18px;font-weight:600;line-height:25px;color:#484848}.mucInfoWrapper::-webkit-scrollbar{width:6px}.mucInfoWrapper::-webkit-scrollbar-track{background-color:transparent}.mucInfoWrapper::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:4px}.mucInfoWrapper::-webkit-scrollbar-button{background-color:transparent;display:none}.mucInfoBox{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:25px 0 25px 15px;background-color:#fff;border-bottom:1px solid #e7e7e7;font-size:0}.mucInfoBox img{height:80px;width:80px;margin-right:14px}.mucInfoBox h3{font:caption;font-size:24px;font-weight:600;line-height:24px;color:#484848;max-width:240px;word-break:break-all}.roomAnnouncement{background-color:#fff;padding:16px 15px 22px;box-sizing:border-box}.roomAnnouncement h3{margin-bottom:9px}.roomAnnouncement p{font:caption;font-size:14px;text-align:left;color:#484848;line-height:20px}.noticeBtn{background-color:#fff;height:70px;width:100%;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;box-sizing:border-box;border-top:10px solid #f6f6f6}.noticeBtn span{display:block;font:caption;font-size:16px;line-height:22px;font-weight:500;color:#484848}.roomUserWrapper{background-color:#fff;border-top:10px solid #f6f6f6;padding:18px 0 0 16px}.roomUserWrapper h3{font:caption;font-size:18px;font-weight:600;line-height:25px;color:#484848;margin-bottom:22px}.roomUserWrapper ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.roomUserWrapper li{cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative;margin:0 5%;margin-bottom:13px}.roomUserWrapper li .headPortraitWrapper{height:54px;width:54px}.roomUserWrapper li .headPortraitWrapper span{transform:scale(.6);transform-origin:left bottom}.roomUserWrapper li p{font:caption;font-size:14px;line-height:18px;color:#484848;margin-top:10px;max-width:54px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roomUserWrapper li i{width:24px;height:24px;position:absolute;top:-5px;right:-5px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-size:700px 760px}.isCreater{background-position:-30px -132px!important}.isAdmin{background-position:-60px -132px!important}.allRoomUserBtn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:50px;line-height:50px;font-size:14px;word-break:break-all;cursor:pointer;color:#2554a5;display:block;margin:0!important;box-sizing:border-box}.loginWrapper[data-v-bcc8ef22]{width:100%;height:100%;-ms-flex-pack:center;justify-content:center}#login_box[data-v-bcc8ef22],.loginWrapper[data-v-bcc8ef22]{overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#login_box[data-v-bcc8ef22]{-ms-flex-direction:column;flex-direction:column;border-radius:4px;background-color:#f7f7fb;box-shadow:0 30px 50px 0 rgba(0,0,0,.6);padding:0 3%;position:relative;min-height:480px}#login_box.scanRemind[data-v-bcc8ef22]{padding-right:360px}.qr-title[data-v-bcc8ef22]{width:100%;font-size:0;padding:37px 0 45px}.ht-group-box[data-v-bcc8ef22]{margin:0 auto;width:200px;height:50px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-374px -549px;background-size:700px 760px}#qrcode[data-v-bcc8ef22]{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;min-height:240px;min-width:240px;font-size:0;position:relative}.unavailable_qr[data-v-bcc8ef22]:after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:hsla(0,0%,100%,.7);z-index:1;top:0;left:0}.refreshQrBtn[data-v-bcc8ef22]{position:absolute;width:120px;height:120px;top:50%;margin-top:-60px;left:50%;margin-left:-60px;z-index:3;cursor:pointer;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-238px -245px;background-size:700px 760px}#login_box>p[data-v-bcc8ef22]{font:caption;text-align:center;font-size:16px;margin:26px auto 35px;color:#484848}.footer-title[data-v-bcc8ef22]{font:caption;font-size:12px;font-weight:500;text-align:center;color:#7e7e7e;padding-bottom:26px}.footer-title a[data-v-bcc8ef22]{color:#7e7e7e}.ScanningTip[data-v-bcc8ef22]{width:100%;height:90px;position:absolute;left:0;bottom:0;background-color:#f6f6f6;font:caption;font-size:15px;text-align:center;color:#7e7e7e;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ScanningTip p[data-v-bcc8ef22]{line-height:20px}.ScanningTip p:first-of-type i[data-v-bcc8ef22]{margin:0 10px;font-style:normal}.ScanningTip p[data-v-bcc8ef22]:last-of-type{margin-top:13px}.ScanningTip p:last-of-type i[data-v-bcc8ef22]{margin:0 6px;font-style:normal}.scanRemindImg[data-v-bcc8ef22]{display:block;height:480px;width:320px;position:absolute;bottom:0;right:20px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-374px -30px;background-size:700px 760px}.slide-fade-enter-active[data-v-bcc8ef22]{transition:all 1.5s ease}.slide-fade-leave-active[data-v-bcc8ef22]{transition:all .1s cubic-bezier(1,.5,.8,1)}.slide-fade-enter[data-v-bcc8ef22],.slide-fade-leave-to[data-v-bcc8ef22]{transform:translateX(100px);opacity:0}.loginWrapper[data-v-27fbaf8c]{width:100%;height:100%;overflow:hidden;-ms-flex-pack:center;justify-content:center}#login_box[data-v-27fbaf8c],.loginWrapper[data-v-27fbaf8c]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#login_box[data-v-27fbaf8c]{-ms-flex-direction:column;flex-direction:column;border-radius:4px;background-color:#f7f7fb;box-shadow:0 30px 50px 0 rgba(0,0,0,.6);padding:0 3%}.qr-title[data-v-27fbaf8c]{width:100%;font-size:0;text-align:center;padding:37px 0 45px}.ht-group-box[data-v-27fbaf8c]{margin:0 auto;width:200px;height:50px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-374px -549px;background-size:700px 760px}#qrcode[data-v-27fbaf8c]{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;font-size:0;position:relative}.img-web-qr-normal[data-v-27fbaf8c]{width:160px;height:124px;background:url(https://d3jwpjmyedsb7z.cloudfront.net/im/static/img/imsprites-minv1.png) no-repeat;background-position:-374px -604px;background-size:700px 760px}.unavailable_qr[data-v-27fbaf8c]:after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:hsla(0,0%,100%,.7);z-index:1}.refreshQrBtn[data-v-27fbaf8c]{position:absolute;width:120px;height:120px;top:50%;margin-top:-60px;left:50%;margin-left:-60px;z-index:3;cursor:pointer}p[data-v-27fbaf8c]:first-of-type{font:caption;font-size:18px;line-height:25px;font-weight:500;color:#484848;margin:30px 0 10px}p[data-v-27fbaf8c]:last-of-type{word-break:break-all;max-width:291px;font:caption;font-size:16px;font-weight:500;line-height:25px;text-align:center;color:#7e7e7e}.footer-title[data-v-27fbaf8c]{font:caption;font-size:12px;font-weight:500;text-align:center;color:#7e7e7e;padding-bottom:26px}.footer-title a[data-v-27fbaf8c]{color:#7e7e7e}.button[data-v-27fbaf8c]{border:none;background-color:transparent;outline:none;cursor:pointer;line-height:22px;font:caption;font-size:16px;font-weight:500;text-align:left;color:#405bd3;text-decoration:underline;margin:40px 0}.timer[data-v-27fbaf8c]{display:inline-block;text-decoration:none;width:20px}