/*!
 * vue-treeselect v0.4.0 | (c) 2017-2019 Riophae Lee
 * Released under the MIT License.
 * https://vue-treeselect.js.org/
 */.vue-treeselect-helper-hide{display:none}.vue-treeselect-helper-zoom-effect-off{-webkit-transform:none!important;transform:none!important}@-webkit-keyframes vue-treeselect-animation-fade-in{0%{opacity:0}}@keyframes vue-treeselect-animation-fade-in{0%{opacity:0}}@-webkit-keyframes vue-treeselect-animation-bounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vue-treeselect-animation-bounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes vue-treeselect-animation-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vue-treeselect-animation-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vue-treeselect__multi-value-item--transition-enter-active,.vue-treeselect__multi-value-item--transition-leave-active{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.vue-treeselect__multi-value-item--transition-enter-active{-webkit-transition-timing-function:cubic-bezier(.075,.82,.165,1);transition-timing-function:cubic-bezier(.075,.82,.165,1)}.vue-treeselect__multi-value-item--transition-leave-active{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);position:absolute}.vue-treeselect__multi-value-item--transition-enter,.vue-treeselect__multi-value-item--transition-leave-to{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}.vue-treeselect__multi-value-item--transition-move{-webkit-transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);transition:-webkit-transform .2s cubic-bezier(.165,.84,.44,1);transition:transform .2s cubic-bezier(.165,.84,.44,1);transition:transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1)}.vue-treeselect{position:relative;text-align:left}[dir=rtl] .vue-treeselect{text-align:right}.vue-treeselect div,.vue-treeselect span{-webkit-box-sizing:border-box;box-sizing:border-box}.vue-treeselect svg{fill:currentColor}.vue-treeselect__control{padding-left:5px;padding-right:5px;display:table;table-layout:fixed;width:100%;height:36px;border:1px solid #ddd;border-radius:5px;background:#fff;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:border-color,width,height,background-color,opacity,-webkit-box-shadow;transition-property:border-color,width,height,background-color,opacity,-webkit-box-shadow;transition-property:border-color,box-shadow,width,height,background-color,opacity;transition-property:border-color,box-shadow,width,height,background-color,opacity,-webkit-box-shadow;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover{border-color:#cfcfcf}.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control{border-color:#039be5;-webkit-box-shadow:0 0 0 3px rgba(3,155,229,.1);box-shadow:0 0 0 3px rgba(3,155,229,.1)}.vue-treeselect--disabled .vue-treeselect__control{background-color:#f9f9f9}.vue-treeselect--open .vue-treeselect__control{border-color:#cfcfcf}.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control{border-bottom-left-radius:0;border-bottom-right-radius:0}.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control{border-top-left-radius:0;border-top-right-radius:0}.vue-treeselect__multi-value,.vue-treeselect__value-container{width:100%;vertical-align:middle}.vue-treeselect__value-container{display:table-cell;position:relative}.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container{cursor:text}.vue-treeselect__multi-value{display:inline-block}.vue-treeselect--has-value .vue-treeselect__multi-value{margin-bottom:5px}.vue-treeselect__placeholder,.vue-treeselect__single-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:5px;padding-right:5px;position:absolute;top:0;right:0;bottom:0;left:0;line-height:34px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.vue-treeselect__placeholder{color:#bdbdbd}.vue-treeselect__single-value{color:#333}.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value{color:#bdbdbd}.vue-treeselect--disabled .vue-treeselect__single-value{position:static}.vue-treeselect__multi-value-item-container{display:inline-block;padding-top:5px;padding-right:5px;vertical-align:top}[dir=rtl] .vue-treeselect__multi-value-item-container{padding-right:0;padding-left:5px}.vue-treeselect__multi-value-item{display:inline-table;padding:2px 0;border:1px solid transparent;border-radius:2px;font-size:12px;vertical-align:top}.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new):hover,.vue-treeselect__multi-value-item{cursor:pointer;background:#e3f2fd;color:#039be5}.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled{cursor:default;background:#f5f5f5;color:#757575}.vue-treeselect--disabled .vue-treeselect__multi-value-item{cursor:default;background:#fff;border-color:#e5e5e5;color:#555}.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new,.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new:hover{background:#e8f5e9}.vue-treeselect__multi-value-label,.vue-treeselect__value-remove{display:table-cell;padding:0 5px;vertical-align:middle}.vue-treeselect__value-remove{color:#039be5;padding-left:5px;border-left:1px solid #fff;line-height:0}[dir=rtl] .vue-treeselect__value-remove{border-left:0 none;border-right:1px solid #fff}.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove{color:#e53935}.vue-treeselect--disabled .vue-treeselect__value-remove,.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove{display:none}.vue-treeselect__value-remove>svg{width:6px;height:6px}.vue-treeselect__multi-value-label{padding-right:5px;white-space:pre-line;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vue-treeselect__limit-tip{display:inline-block;padding-top:5px;padding-right:5px;vertical-align:top}[dir=rtl] .vue-treeselect__limit-tip{padding-right:0;padding-left:5px}.vue-treeselect__limit-tip-text{cursor:default;display:block;margin:2px 0;padding:1px 0;color:#bdbdbd;font-size:12px;font-weight:600}.vue-treeselect__input-container{display:block;max-width:100%;outline:none}.vue-treeselect--single .vue-treeselect__input-container{font-size:inherit;height:100%}.vue-treeselect--multi .vue-treeselect__input-container{display:inline-block;font-size:12px;vertical-align:top}.vue-treeselect--searchable .vue-treeselect__input-container{padding-left:5px;padding-right:5px}.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{padding-top:5px;padding-left:0}[dir=rtl] .vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{padding-left:5px;padding-right:0}.vue-treeselect--disabled .vue-treeselect__input-container{display:none}.vue-treeselect__input,.vue-treeselect__sizer{margin:0;line-height:inherit;font-family:inherit;font-size:inherit}.vue-treeselect__input{max-width:100%;margin:0;padding:0;border:0;outline:none;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:none;box-shadow:none;background:none transparent;line-height:1;vertical-align:middle}.vue-treeselect__input::-ms-clear{display:none}.vue-treeselect--single .vue-treeselect__input{width:100%;height:100%}.vue-treeselect--multi .vue-treeselect__input{padding-top:3px;padding-bottom:3px}.vue-treeselect--has-value .vue-treeselect__input{line-height:inherit;vertical-align:top}.vue-treeselect__sizer{position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre}.vue-treeselect__x-container{display:table-cell;vertical-align:middle;width:20px;text-align:center;line-height:0;cursor:pointer;color:#ccc;-webkit-animation:vue-treeselect-animation-fade-in .2s cubic-bezier(.075,.82,.165,1);animation:vue-treeselect-animation-fade-in .2s cubic-bezier(.075,.82,.165,1)}.vue-treeselect__x-container:hover{color:#e53935}.vue-treeselect__x{width:8px;height:8px}.vue-treeselect__control-arrow-container{display:table-cell;vertical-align:middle;width:20px;text-align:center;line-height:0;cursor:pointer}.vue-treeselect--disabled .vue-treeselect__control-arrow-container{cursor:default}.vue-treeselect__control-arrow{width:9px;height:9px;color:#ccc}.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow{color:#616161}.vue-treeselect--disabled .vue-treeselect__control-arrow{opacity:.35}.vue-treeselect__control-arrow--rotated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vue-treeselect__menu-container{position:absolute;left:0;width:100%;overflow:visible;-webkit-transition:0s;transition:0s}.vue-treeselect--open-below:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container{top:100%}.vue-treeselect--open-above:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container{bottom:100%}.vue-treeselect__menu{cursor:default;padding-top:5px;padding-bottom:5px;display:block;position:absolute;overflow-x:hidden;overflow-y:auto;width:auto;border:1px solid #cfcfcf;background:#fff;line-height:180%;-webkit-overflow-scrolling:touch}.vue-treeselect--open-below .vue-treeselect__menu{border-bottom-left-radius:5px;border-bottom-right-radius:5px;top:0;margin-top:-1px;border-top-color:#f2f2f2;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06)}.vue-treeselect--open-above .vue-treeselect__menu{border-top-left-radius:5px;border-top-right-radius:5px;bottom:0;margin-bottom:-1px;border-bottom-color:#f2f2f2}.vue-treeselect__indent-level-0 .vue-treeselect__option{padding-left:5px}[dir=rtl] .vue-treeselect__indent-level-0 .vue-treeselect__option{padding-left:5px;padding-right:5px}.vue-treeselect__indent-level-0 .vue-treeselect__tip{padding-left:25px}[dir=rtl] .vue-treeselect__indent-level-0 .vue-treeselect__tip{padding-left:5px;padding-right:25px}.vue-treeselect__indent-level-1 .vue-treeselect__option{padding-left:25px}[dir=rtl] .vue-treeselect__indent-level-1 .vue-treeselect__option{padding-left:5px;padding-right:25px}.vue-treeselect__indent-level-1 .vue-treeselect__tip{padding-left:45px}[dir=rtl] .vue-treeselect__indent-level-1 .vue-treeselect__tip{padding-left:5px;padding-right:45px}.vue-treeselect__indent-level-2 .vue-treeselect__option{padding-left:45px}[dir=rtl] .vue-treeselect__indent-level-2 .vue-treeselect__option{padding-left:5px;padding-right:45px}.vue-treeselect__indent-level-2 .vue-treeselect__tip{padding-left:65px}[dir=rtl] .vue-treeselect__indent-level-2 .vue-treeselect__tip{padding-left:5px;padding-right:65px}.vue-treeselect__indent-level-3 .vue-treeselect__option{padding-left:65px}[dir=rtl] .vue-treeselect__indent-level-3 .vue-treeselect__option{padding-left:5px;padding-right:65px}.vue-treeselect__indent-level-3 .vue-treeselect__tip{padding-left:85px}[dir=rtl] .vue-treeselect__indent-level-3 .vue-treeselect__tip{padding-left:5px;padding-right:85px}.vue-treeselect__indent-level-4 .vue-treeselect__option{padding-left:85px}[dir=rtl] .vue-treeselect__indent-level-4 .vue-treeselect__option{padding-left:5px;padding-right:85px}.vue-treeselect__indent-level-4 .vue-treeselect__tip{padding-left:105px}[dir=rtl] .vue-treeselect__indent-level-4 .vue-treeselect__tip{padding-left:5px;padding-right:105px}.vue-treeselect__indent-level-5 .vue-treeselect__option{padding-left:105px}[dir=rtl] .vue-treeselect__indent-level-5 .vue-treeselect__option{padding-left:5px;padding-right:105px}.vue-treeselect__indent-level-5 .vue-treeselect__tip{padding-left:125px}[dir=rtl] .vue-treeselect__indent-level-5 .vue-treeselect__tip{padding-left:5px;padding-right:125px}.vue-treeselect__indent-level-6 .vue-treeselect__option{padding-left:125px}[dir=rtl] .vue-treeselect__indent-level-6 .vue-treeselect__option{padding-left:5px;padding-right:125px}.vue-treeselect__indent-level-6 .vue-treeselect__tip{padding-left:145px}[dir=rtl] .vue-treeselect__indent-level-6 .vue-treeselect__tip{padding-left:5px;padding-right:145px}.vue-treeselect__indent-level-7 .vue-treeselect__option{padding-left:145px}[dir=rtl] .vue-treeselect__indent-level-7 .vue-treeselect__option{padding-left:5px;padding-right:145px}.vue-treeselect__indent-level-7 .vue-treeselect__tip{padding-left:165px}[dir=rtl] .vue-treeselect__indent-level-7 .vue-treeselect__tip{padding-left:5px;padding-right:165px}.vue-treeselect__indent-level-8 .vue-treeselect__option{padding-left:165px}[dir=rtl] .vue-treeselect__indent-level-8 .vue-treeselect__option{padding-left:5px;padding-right:165px}.vue-treeselect__indent-level-8 .vue-treeselect__tip{padding-left:185px}[dir=rtl] .vue-treeselect__indent-level-8 .vue-treeselect__tip{padding-left:5px;padding-right:185px}.vue-treeselect__option{padding-left:5px;padding-right:5px;display:table;table-layout:fixed;width:100%}.vue-treeselect__option--highlight{background:#f5f5f5}.vue-treeselect--single .vue-treeselect__option--selected{background:#e3f2fd;font-weight:600}.vue-treeselect--single .vue-treeselect__option--selected:hover{background:#e3f2fd}.vue-treeselect__option--hide{display:none}.vue-treeselect__option-arrow-container,.vue-treeselect__option-arrow-placeholder{display:table-cell;vertical-align:middle;width:20px;text-align:center;line-height:0}.vue-treeselect__option-arrow-container{cursor:pointer}.vue-treeselect__option-arrow{display:inline-block;width:9px;height:9px;color:#ccc;vertical-align:middle;-webkit-transition:-webkit-transform .2s cubic-bezier(.19,1,.22,1);transition:-webkit-transform .2s cubic-bezier(.19,1,.22,1);transition:transform .2s cubic-bezier(.19,1,.22,1);transition:transform .2s cubic-bezier(.19,1,.22,1),-webkit-transform .2s cubic-bezier(.19,1,.22,1);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=rtl] .vue-treeselect__option-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow,.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow{color:#616161}.vue-treeselect__option-arrow--rotated,[dir=rtl] .vue-treeselect__option-arrow--rotated{-webkit-transform:rotate(0);transform:rotate(0)}.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter{-webkit-transform:rotate(-90deg)!important;transform:rotate(-90deg)!important}[dir=rtl] .vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.vue-treeselect__label-container{display:table-cell;vertical-align:middle;cursor:pointer;display:table;width:100%;table-layout:fixed;color:inherit}.vue-treeselect__option--disabled .vue-treeselect__label-container{cursor:not-allowed;color:rgba(0,0,0,.25)}.vue-treeselect__checkbox-container{display:table-cell;width:20px;min-width:20px;height:100%;text-align:center;vertical-align:middle}.vue-treeselect__checkbox{display:block;margin:auto;width:12px;height:12px;border-width:1px;border-style:solid;border-radius:2px;position:relative;-webkit-transition:all .2s cubic-bezier(.075,.82,.165,1);transition:all .2s cubic-bezier(.075,.82,.165,1)}.vue-treeselect__check-mark,.vue-treeselect__minus-mark{display:block;position:absolute;left:1px;top:1px;background-repeat:no-repeat;opacity:0;-webkit-transition:all .2s ease;transition:all .2s ease}.vue-treeselect__minus-mark{width:8px;height:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);background-size:8px 8px}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==)}}.vue-treeselect__checkbox--indeterminate>.vue-treeselect__minus-mark{opacity:1}.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=)}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==)}}.vue-treeselect__check-mark{width:8px;height:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);background-size:8px 8px;-webkit-transform:scaleY(.125);transform:scaleY(.125)}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC)}}.vue-treeselect__checkbox--checked>.vue-treeselect__check-mark{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=)}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=)}}.vue-treeselect__checkbox--unchecked{border-color:#e0e0e0;background:#fff}.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked{border-color:#039be5;background:#fff}.vue-treeselect__checkbox--checked,.vue-treeselect__checkbox--indeterminate,.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked,.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate{border-color:#039be5;background:#039be5}.vue-treeselect__checkbox--disabled,.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled{border-color:#e0e0e0;background-color:#f7f7f7}.vue-treeselect__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:table-cell;padding-left:5px;max-width:100%;vertical-align:middle;cursor:inherit}[dir=rtl] .vue-treeselect__label{padding-left:0;padding-right:5px}.vue-treeselect__count{margin-left:5px;font-weight:400;opacity:.6}[dir=rtl] .vue-treeselect__count{margin-left:0;margin-right:5px}.vue-treeselect__tip{padding-left:5px;padding-right:5px;display:table;table-layout:fixed;width:100%;color:#757575}.vue-treeselect__tip-text{display:table-cell;vertical-align:middle;padding-left:5px;padding-right:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:12px}.vue-treeselect__error-tip .vue-treeselect__retry{cursor:pointer;margin-left:5px;font-style:normal;font-weight:600;text-decoration:none;color:#039be5}[dir=rtl] .vue-treeselect__error-tip .vue-treeselect__retry{margin-left:0;margin-right:5px}.vue-treeselect__icon-container{display:table-cell;vertical-align:middle;width:20px;text-align:center;line-height:0}.vue-treeselect--single .vue-treeselect__icon-container{padding-left:5px}[dir=rtl] .vue-treeselect--single .vue-treeselect__icon-container{padding-left:0;padding-right:5px}.vue-treeselect__icon-warning{display:block;margin:auto;border-radius:50%;position:relative;width:12px;height:12px;background:#fb8c00}.vue-treeselect__icon-warning:after{display:block;position:absolute;content:"";left:5px;top:2.5px;width:2px;height:1px;border:0 solid #fff;border-top-width:5px;border-bottom-width:1px}.vue-treeselect__icon-error{display:block;margin:auto;border-radius:50%;position:relative;width:12px;height:12px;background:#e53935}.vue-treeselect__icon-error:after,.vue-treeselect__icon-error:before{display:block;position:absolute;content:"";background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vue-treeselect__icon-error:before{width:6px;height:2px;left:3px;top:5px}.vue-treeselect__icon-error:after{width:2px;height:6px;left:5px;top:3px}.vue-treeselect__icon-loader{display:block;margin:auto;position:relative;width:12px;height:12px;text-align:center;-webkit-animation:vue-treeselect-animation-rotate 1.6s linear infinite;animation:vue-treeselect-animation-rotate 1.6s linear infinite}.vue-treeselect__icon-loader:after,.vue-treeselect__icon-loader:before{border-radius:50%;position:absolute;content:"";left:0;top:0;display:block;width:100%;height:100%;opacity:.6;-webkit-animation:vue-treeselect-animation-bounce 1.6s ease-in-out infinite;animation:vue-treeselect-animation-bounce 1.6s ease-in-out infinite}.vue-treeselect__icon-loader:before{background:#039be5}.vue-treeselect__icon-loader:after{background:#b3e5fc;-webkit-animation-delay:-.8s;animation-delay:-.8s}.vue-treeselect__menu-placeholder{display:none}.vue-treeselect__portal-target{position:absolute;display:block;left:0;top:0;height:0;width:0;padding:0;margin:0;border:0;overflow:visible;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog__wrapper .el-dialog[data-v-e2e3c41e]{width:61%!important}.el-dialog__wrapper .el-dialog .dialog-main-tree[data-v-e2e3c41e]{max-height:400px;overflow-y:auto}.el-dialog__wrapper .el-form-item__label[data-v-e2e3c41e]{width:20%!important;padding-right:20px}.el-dialog__wrapper .el-form-item__content[data-v-e2e3c41e]{margin-left:20%!important}.input_txt[data-v-43a1bc17]{width:100px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;margin:0 10px;text-align:center}.configuration_content[data-v-43a1bc17]{height:260px;background:#fafafa;border-radius:10px;margin:20px 0;padding:20px}.configuration_content .title[data-v-43a1bc17]{color:#333;font-weight:500;line-height:14px;font-size:14px}.configuration_content .tips[data-v-43a1bc17]{line-height:28px;font-size:14px;color:#333}.twoTitle[data-v-43a1bc17]{font-size:16px;font-weight:600;color:#343434;padding-left:10px;border-left:4px solid #14bd95;margin-top:20px}[data-v-43a1bc17] .avue-crud__menu{min-height:20px!important}[data-v-43a1bc17] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-43a1bc17] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.input_txt[data-v-2e4d39b0]{width:100px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;margin:0 10px;text-align:center}.configuration_content[data-v-2e4d39b0]{height:260px;background:#fafafa;border-radius:10px;margin:20px 0;padding:20px}.configuration_content .title[data-v-2e4d39b0]{color:#333;font-weight:500;line-height:14px;font-size:14px}.configuration_content .tips[data-v-2e4d39b0]{line-height:28px;font-size:14px;color:#333}[data-v-2e4d39b0] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-2e4d39b0] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.import_box[data-v-206706f0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:30px}.import_box .import[data-v-206706f0]{width:300px;height:100px;border:1px solid #dedede;text-align:center;line-height:100px;font-size:16px;cursor:pointer}.import_box .export[data-v-206706f0]{color:#00f;text-decoration:underline;margin:0 0 0 100px;cursor:pointer}.txt[data-v-206706f0]{margin:50px 30px}.last[data-v-206706f0]{margin-bottom:50px}.import_success[data-v-206706f0]{text-align:center;margin:0 auto}.import_success .img[data-v-206706f0]{width:150px;height:130px}.import_success .issuccess[data-v-206706f0]{margin:20px 0 30px 0;font-size:20px;font-weight:700}.import_success .total[data-v-206706f0]{color:#999}.import_success .export_success[data-v-206706f0]{color:#00f;text-decoration:underline;margin-top:20px;cursor:pointer}[data-v-206706f0] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-206706f0] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.clearfix[data-v-421131ec]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[data-v-421131ec] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-421131ec] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}[data-v-421131ec] .el-tree-node__expand-icon.is-leaf{display:none}.tree_lable[data-v-421131ec]{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap;width:155px;display:inline-block}.tree_btn[data-v-421131ec]{position:absolute;right:-50px;top:3px}[data-v-421131ec] .custom-tree-node{position:relative}.custom-tree-node[data-v-421131ec]{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px}.custom-tree-node[data-v-421131ec],[data-v-421131ec] .custom-tree-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[data-v-421131ec] .custom-tree-node{width:100%}[data-v-421131ec] .custom-tree-node .btns{display:none}[data-v-421131ec] .custom-tree-node .btns .el-button{margin:0 10px}.img[data-v-4f14c07b]{width:50px;margin:5px 5px 0}.el-tag[data-v-4eee37bf]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:5px 0}.item[data-v-4eee37bf]{padding:10px 25px}.tips[data-v-4eee37bf]{padding:5px 0 10px 0}[data-v-1a3e41ac] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-1a3e41ac] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}[data-v-2700c384] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-2700c384] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.dialogClass[data-v-a74b8c24]{height:300px;overflow-y:scroll}[data-v-a74b8c24] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-a74b8c24] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.one[data-v-a74b8c24]{border:1px solid #dedede;-webkit-box-align:end;-ms-flex-align:end;align-items:end;display:-webkit-box;display:-ms-flexbox;display:flex;width:240px;height:80px;margin:12px 20px 20px 0;background:#fff;border-radius:5px;padding:15px 20px}.one .image[data-v-a74b8c24]{width:50px;height:50px;margin-right:30px}.one .number[data-v-a74b8c24]{color:#333;font-size:24px;margin:10px 10px 0 0;font-weight:700}.one .longtime[data-v-a74b8c24]{color:#999}.top_left[data-v-477a99a3]{margin:10px 0}[data-v-477a99a3] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-477a99a3] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.one[data-v-477a99a3]{border:1px solid #dedede;-webkit-box-align:end;-ms-flex-align:end;align-items:end;display:-webkit-box;display:-ms-flexbox;display:flex;width:240px;height:80px;margin:12px 20px 20px 0;background:#fff;border-radius:5px;padding:15px 20px}.one .image[data-v-477a99a3]{width:50px;height:50px;margin-right:30px}.one .number[data-v-477a99a3]{color:#333;font-size:24px;margin:10px 10px 0 0;font-weight:700}.one .longtime[data-v-477a99a3]{white-space:nowrap;color:#999}.dialogClass[data-v-17e06c76]{height:300px;overflow-y:scroll}[data-v-17e06c76] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-17e06c76] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.one[data-v-17e06c76]{border:1px solid #dedede;-webkit-box-align:end;-ms-flex-align:end;align-items:end;display:-webkit-box;display:-ms-flexbox;display:flex;width:240px;height:80px;margin:12px 20px 20px 0;background:#fff;border-radius:5px;padding:15px 20px}.one .image[data-v-17e06c76]{width:50px;height:50px;margin-right:30px}.one .number[data-v-17e06c76]{color:#333;font-size:24px;margin:10px 10px 0 0;font-weight:700}.one .longtime[data-v-17e06c76]{color:#999}.input_txt[data-v-1952cf7a]{width:100px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;margin:0 10px;text-align:center}.configuration_content[data-v-1952cf7a]{height:260px;background:#fafafa;border-radius:10px;margin:20px 0;padding:20px}.configuration_content .title[data-v-1952cf7a]{color:#333;font-weight:500;line-height:14px;font-size:14px}.configuration_content .tips[data-v-1952cf7a]{line-height:28px;font-size:14px;color:#333}.twoTitle[data-v-1952cf7a]{font-size:16px;font-weight:600;color:#343434;padding-left:10px;border-left:4px solid #14bd95;margin:20px 0}.image[data-v-1952cf7a]{width:100px;height:100px;background:#d9d9d9;border-radius:10px;margin:20px 20px 0 0}[data-v-1952cf7a] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-1952cf7a] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.content_left[data-v-78756ac3]{height:800px;background:#fff;border-radius:10px;padding:20px;overflow-y:scroll;overflow-x:hidden}.content_left .company_msg[data-v-78756ac3]{font-size:18px;font-weight:500;color:#333}.content_left .input[data-v-78756ac3]{margin:20px 0}.content_left .nocheck[data-v-78756ac3]{background:#fafafa;color:#333}.content_left .ischeck[data-v-78756ac3],.content_left .nocheck[data-v-78756ac3]{width:240px;border-radius:5px;padding:10px;font-size:14px;cursor:pointer;text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap}.content_left .ischeck[data-v-78756ac3]{background:#14bd95;color:#fff;margin-bottom:15px}[data-v-78756ac3] .el-empty{margin:200px 0}.content_rightone[data-v-78756ac3]{margin:0 20px;padding:20px;background:#fff;border-radius:10px}.content_right[data-v-78756ac3]{margin:0 0 0 20px;padding:20px;background:#fff;border-radius:10px}.content_right .company_msg[data-v-78756ac3]{font-size:18px;font-weight:500;color:#333}.content_right .tips[data-v-78756ac3]{font-size:14px;color:#666}.content_right .content_middle[data-v-78756ac3]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}.content_right .content_middle .middle_left[data-v-78756ac3]{display:-webkit-box;display:-ms-flexbox;display:flex;width:540px;-ms-flex-wrap:wrap;flex-wrap:wrap}.content_right .content_middle .middle_left .one[data-v-78756ac3]{display:-webkit-box;display:-ms-flexbox;display:flex;width:240px;height:110px;background:#fff;border:1px solid #dedede;border-radius:10px;padding:30px;-webkit-box-align:end;-ms-flex-align:end;align-items:end;margin:0 20px 20px 0}.content_right .content_middle .middle_left .one .image[data-v-78756ac3]{width:50px;height:50px;margin-right:25px}.content_right .content_middle .middle_left .one .number[data-v-78756ac3]{font-size:28px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER;color:#333}.content_right .content_middle .middle_left .one .people[data-v-78756ac3]{font-size:14px}.content_right .content_middle .middle_left .one .join[data-v-78756ac3]{font-size:14px;color:#666}.input_txt[data-v-0a179348]{width:100px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;margin:0 10px;text-align:center}.configuration_content[data-v-0a179348]{height:260px;background:#fafafa;border-radius:10px;margin:20px 0;padding:20px}.configuration_content .title[data-v-0a179348]{color:#333;font-weight:500;line-height:14px;font-size:14px}.configuration_content .tips[data-v-0a179348]{line-height:28px;font-size:14px;color:#333}.twoTitle[data-v-0a179348]{font-size:16px;font-weight:600;color:#343434;padding-left:10px;border-left:4px solid #14bd95;margin:20px 0}.image[data-v-0a179348]{width:100px;height:100px;background:#d9d9d9;border-radius:10px;margin:20px 20px 0 0}[data-v-0a179348] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-0a179348] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.content[data-v-4757b0e7]{background:#fff;border-radius:10px;margin:0 20px;padding:5px 20px}.sieve[data-v-4757b0e7]{width:80px;height:34px;background:#14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#fff}.empty[data-v-4757b0e7]{border:1px solid #dedede;border-radius:5px;color:#333;margin:0 20px 15px 20px!important}.empty[data-v-4757b0e7],.export[data-v-4757b0e7]{width:80px;height:34px;background:#fff;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center}.export[data-v-4757b0e7]{border:1px solid #14bd95;border-radius:5px;color:#14bd95}[data-v-4757b0e7] .el-tabs__item.is-active{color:#14bd95}[data-v-4757b0e7] .el-tabs__active-bar{background-color:#14bd95}.input_txt[data-v-1013e9e4]{width:100px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;margin:0 10px;text-align:center}.configuration_content[data-v-1013e9e4]{height:260px;background:#fafafa;border-radius:10px;margin:20px 0;padding:20px}.configuration_content .title[data-v-1013e9e4]{color:#333;font-weight:500;line-height:14px;font-size:14px}.configuration_content .tips[data-v-1013e9e4]{line-height:28px;font-size:14px;color:#333}.twoTitle[data-v-1013e9e4]{font-size:16px;font-weight:600;color:#343434;padding-left:10px;border-left:4px solid #14bd95;margin:20px 0}.image[data-v-1013e9e4]{width:100px;height:100px;background:#d9d9d9;border-radius:10px;margin:20px 20px 0 0}[data-v-1013e9e4] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-1013e9e4] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.top_left[data-v-b8aa8072]{margin:10px 0}[data-v-b8aa8072] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-b8aa8072] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.one[data-v-b8aa8072]{border:1px solid #dedede;-webkit-box-align:end;-ms-flex-align:end;align-items:end;display:-webkit-box;display:-ms-flexbox;display:flex;width:240px;height:80px;margin:12px 20px 20px 0;background:#fff;border-radius:5px;padding:15px 20px}.one .image[data-v-b8aa8072]{width:50px;height:50px;margin-right:30px}.one .number[data-v-b8aa8072]{color:#333;font-size:24px;margin:10px 10px 0 0;font-weight:700}.one .longtime[data-v-b8aa8072]{white-space:nowrap;color:#999}.dialogClass[data-v-3c3bebd6]{height:300px;overflow-y:scroll}[data-v-3c3bebd6] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-3c3bebd6] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.one[data-v-3c3bebd6]{border:1px solid #dedede;-webkit-box-align:end;-ms-flex-align:end;align-items:end;display:-webkit-box;display:-ms-flexbox;display:flex;width:240px;height:80px;margin:12px 20px 20px 0;background:#fff;border-radius:5px;padding:15px 20px}.one .image[data-v-3c3bebd6]{width:50px;height:50px;margin-right:30px}.one .number[data-v-3c3bebd6]{color:#333;font-size:24px;margin:10px 10px 0 0;font-weight:700}.one .longtime[data-v-3c3bebd6]{color:#999}.content_left[data-v-7a2da724]{min-height:800px;background:#fff;border-radius:10px;margin-left:20px}.content_left .company_msg[data-v-7a2da724]{padding:20px;font-size:18px;font-weight:500;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #dedede}.content_left .input[data-v-7a2da724]{margin:20px 0}.content_left .nocheck[data-v-7a2da724]{width:240px;background:#fafafa;border-radius:5px;padding:10px;font-size:14px;color:#333;cursor:pointer}.content_left .ischeck[data-v-7a2da724]{width:240px;background:#14bd95;border-radius:5px;padding:10px;font-size:14px;color:#fff;margin-bottom:15px;cursor:pointer}.content_right[data-v-7a2da724]{margin:0 20px;padding:20px;min-height:780px;background:#fff;border-radius:10px}.content_right .company_msg[data-v-7a2da724]{font-size:18px;font-weight:500;color:#333}.content_right .tips[data-v-7a2da724]{font-size:14px;color:#666}.content_right .content_middle[data-v-7a2da724]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.content_right .content_middle .middle_left[data-v-7a2da724]{display:-webkit-box;display:-ms-flexbox;display:flex;width:540px;-ms-flex-wrap:wrap;flex-wrap:wrap}.content_right .content_middle .middle_left .one[data-v-7a2da724]{display:-webkit-box;display:-ms-flexbox;display:flex;width:240px;height:110px;background:#fff;border:1px solid #dedede;border-radius:10px;padding:30px;-webkit-box-align:end;-ms-flex-align:end;align-items:end;margin:20px 20px 0 0}.content_right .content_middle .middle_left .one .image[data-v-7a2da724]{width:50px;height:50px;margin-right:25px}.content_right .content_middle .middle_left .one .number[data-v-7a2da724]{font-size:28px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER;color:#333}.content_right .content_middle .middle_left .one .people[data-v-7a2da724]{font-size:14px}.content_right .content_middle .middle_left .one .join[data-v-7a2da724]{font-size:14px;color:#666}[data-v-7a2da724] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-7a2da724] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.input_txt[data-v-2415669e]{width:100px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;margin:0 10px;text-align:center}.configuration_content[data-v-2415669e]{height:260px;background:#fafafa;border-radius:10px;margin:20px 0;padding:20px}.configuration_content .title[data-v-2415669e]{color:#333;font-weight:500;line-height:14px;font-size:14px}.configuration_content .tips[data-v-2415669e]{line-height:28px;font-size:14px;color:#333}[data-v-2415669e] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-2415669e] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.top_right[data-v-09f57cad]{background:#fff;border-radius:10px;padding:20px 20px;margin:10px 20px 12px 0}.top_right .two[data-v-09f57cad]{display:-webkit-box;display:-ms-flexbox;display:flex}.top_right .two .image[data-v-09f57cad]{width:70x;height:70px;margin-right:20px}.top_right .two .waring[data-v-09f57cad]{font-size:14px;color:#333}.top_right .two .waring .timer[data-v-09f57cad]{color:#ff7360}.top_right .two .dispose[data-v-09f57cad]{width:90px;height:34px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;text-align:center;color:#14bd95;line-height:34px;margin-top:10px;cursor:pointer}.content[data-v-09f57cad]{background:#fff;border-radius:10px;margin:0 20px;padding:5px 20px}.sieve[data-v-09f57cad]{width:80px;height:34px;background:#14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#fff}.empty[data-v-09f57cad]{border:1px solid #dedede;border-radius:5px;color:#333;margin:0 20px 15px 20px!important}.empty[data-v-09f57cad],.export[data-v-09f57cad]{width:80px;height:34px;background:#fff;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center}.export[data-v-09f57cad]{border:1px solid #14bd95;border-radius:5px;color:#14bd95}[data-v-09f57cad] .el-tabs__item.is-active{color:#14bd95}[data-v-09f57cad] .el-tabs__active-bar{background-color:#14bd95}[data-v-09f57cad] .avue-crud__menu{display:none}.top_right[data-v-c0bd83b0]{background:#fff;border-radius:10px;padding:20px 20px;margin:10px 20px 12px 0}.top_right .two[data-v-c0bd83b0]{display:-webkit-box;display:-ms-flexbox;display:flex}.top_right .two .image[data-v-c0bd83b0]{width:70x;height:70px;margin-right:20px}.top_right .two .waring[data-v-c0bd83b0]{font-size:14px;color:#333}.top_right .two .waring .timer[data-v-c0bd83b0]{color:#ff7360}.top_right .two .dispose[data-v-c0bd83b0]{width:90px;height:34px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;text-align:center;color:#14bd95;line-height:34px;margin-top:10px;cursor:pointer}.content[data-v-c0bd83b0]{background:#fff;border-radius:10px;margin:0 20px;padding:5px 20px}.sieve[data-v-c0bd83b0]{width:80px;height:34px;background:#14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#fff}.empty[data-v-c0bd83b0]{border:1px solid #dedede;border-radius:5px;color:#333;margin:0 20px 15px 20px!important}.empty[data-v-c0bd83b0],.export[data-v-c0bd83b0]{width:80px;height:34px;background:#fff;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center}.export[data-v-c0bd83b0]{border:1px solid #14bd95;border-radius:5px;color:#14bd95}[data-v-c0bd83b0] .el-tabs__item.is-active{color:#14bd95}[data-v-c0bd83b0] .el-tabs__active-bar{background-color:#14bd95}[data-v-c0bd83b0] .avue-crud__menu{display:none}.top_right[data-v-08aa1d16]{background:#fff;border-radius:10px;padding:20px 20px;margin:10px 20px 12px 0}.top_right .two[data-v-08aa1d16]{display:-webkit-box;display:-ms-flexbox;display:flex}.top_right .two .image[data-v-08aa1d16]{width:70x;height:70px;margin-right:20px}.top_right .two .waring[data-v-08aa1d16]{font-size:14px;color:#333}.top_right .two .waring .timer[data-v-08aa1d16]{color:#ff7360}.top_right .two .dispose[data-v-08aa1d16]{width:90px;height:34px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;text-align:center;color:#14bd95;line-height:34px;margin-top:10px;cursor:pointer}.content[data-v-08aa1d16]{background:#fff;border-radius:10px;margin:0 20px;padding:5px 20px}.sieve[data-v-08aa1d16]{width:80px;height:34px;background:#14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#fff}.empty[data-v-08aa1d16]{border:1px solid #dedede;border-radius:5px;color:#333;margin:0 20px 15px 20px!important}.empty[data-v-08aa1d16],.export[data-v-08aa1d16]{width:80px;height:34px;background:#fff;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center}.export[data-v-08aa1d16]{border:1px solid #14bd95;border-radius:5px;color:#14bd95}[data-v-08aa1d16] .el-tabs__item.is-active{color:#14bd95}[data-v-08aa1d16] .el-tabs__active-bar{background-color:#14bd95}[data-v-08aa1d16] .avue-crud__menu{display:none}.top_right[data-v-6b1dcef9]{min-height:110px;background:#fff;border-radius:10px;padding:20px 30px;margin:10px 20px 12px 0}.top_right .two[data-v-6b1dcef9]{display:-webkit-box;display:-ms-flexbox;display:flex}.top_right .two .image[data-v-6b1dcef9]{width:70x;height:70px;margin-right:20px}.top_right .two .waring[data-v-6b1dcef9]{margin-top:10px;font-size:16px;color:#333}.top_right .two .waring .timer[data-v-6b1dcef9]{color:#ff7360}.top_right .two .dispose[data-v-6b1dcef9]{width:90px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;font-size:14px;text-align:center;color:#333;line-height:34px;margin-top:15px;cursor:pointer}.content[data-v-6b1dcef9]{background:#fff;border-radius:10px;margin:0 20px;padding:5px 20px}.sieve[data-v-6b1dcef9]{width:80px;height:34px;background:#14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#fff}.empty[data-v-6b1dcef9]{border:1px solid #dedede;border-radius:5px;color:#333;margin:0 20px 15px 20px!important}.empty[data-v-6b1dcef9],.export[data-v-6b1dcef9]{width:80px;height:34px;background:#fff;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center}.export[data-v-6b1dcef9]{border:1px solid #14bd95;border-radius:5px;color:#14bd95}[data-v-6b1dcef9] .el-tabs__item.is-active{color:#14bd95}[data-v-6b1dcef9] .el-tabs__active-bar{background-color:#14bd95}[data-v-6b1dcef9] .avue-crud__menu{display:none}.top_right[data-v-b0d2d56a]{min-height:110px;background:#fff;border-radius:10px;padding:20px 30px;margin:10px 20px 12px 0}.top_right .two[data-v-b0d2d56a]{display:-webkit-box;display:-ms-flexbox;display:flex}.top_right .two .image[data-v-b0d2d56a]{width:70x;height:70px;margin-right:20px}.top_right .two .waring[data-v-b0d2d56a]{margin-top:10px;font-size:16px;color:#333}.top_right .two .waring .timer[data-v-b0d2d56a]{color:#ff7360}.top_right .two .dispose[data-v-b0d2d56a]{width:90px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;font-size:14px;text-align:center;color:#333;line-height:34px;margin-top:15px;cursor:pointer}.content[data-v-b0d2d56a]{background:#fff;border-radius:10px;margin:0 20px;padding:5px 20px}.sieve[data-v-b0d2d56a]{width:80px;height:34px;background:#14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#fff}.empty[data-v-b0d2d56a]{border:1px solid #dedede;border-radius:5px;color:#333;margin:0 20px 15px 20px!important}.empty[data-v-b0d2d56a],.export[data-v-b0d2d56a]{width:80px;height:34px;background:#fff;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center}.export[data-v-b0d2d56a]{border:1px solid #14bd95;border-radius:5px;color:#14bd95}[data-v-b0d2d56a] .el-tabs__item.is-active{color:#14bd95}[data-v-b0d2d56a] .el-tabs__active-bar{background-color:#14bd95}[data-v-b0d2d56a] .avue-crud__menu{display:none}.top_right[data-v-64dfdbe4]{min-height:110px;background:#fff;border-radius:10px;padding:20px 30px;margin:10px 20px 12px 0}.top_right .two[data-v-64dfdbe4]{display:-webkit-box;display:-ms-flexbox;display:flex}.top_right .two .image[data-v-64dfdbe4]{width:70x;height:70px;margin-right:20px}.top_right .two .waring[data-v-64dfdbe4]{margin-top:10px;font-size:16px;color:#333}.top_right .two .waring .timer[data-v-64dfdbe4]{color:#ff7360}.top_right .two .dispose[data-v-64dfdbe4]{width:90px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;font-size:14px;text-align:center;color:#333;line-height:34px;margin-top:15px;cursor:pointer}.content[data-v-64dfdbe4]{background:#fff;border-radius:10px;margin:0 20px;padding:5px 20px}.sieve[data-v-64dfdbe4]{width:80px;height:34px;background:#14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#fff}.empty[data-v-64dfdbe4]{border:1px solid #dedede;border-radius:5px;color:#333;margin:0 20px 15px 20px!important}.empty[data-v-64dfdbe4],.export[data-v-64dfdbe4]{width:80px;height:34px;background:#fff;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center}.export[data-v-64dfdbe4]{border:1px solid #14bd95;border-radius:5px;color:#14bd95}[data-v-64dfdbe4] .el-tabs__item.is-active{color:#14bd95}[data-v-64dfdbe4] .el-tabs__active-bar{background-color:#14bd95}[data-v-64dfdbe4] .avue-crud__menu{display:none}.input_txt[data-v-602dc39e]{width:100px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;margin:0 10px;text-align:center}.configuration_content[data-v-602dc39e]{height:260px;background:#fafafa;border-radius:10px;margin:20px 0;padding:20px}.configuration_content .title[data-v-602dc39e]{color:#333;font-weight:500;line-height:14px;font-size:14px}.configuration_content .tips[data-v-602dc39e]{line-height:28px;font-size:14px;color:#333}.twoTitle[data-v-602dc39e]{font-size:16px;font-weight:600;color:#343434;padding-left:10px;border-left:4px solid #14bd95;margin:20px 0}.image[data-v-602dc39e]{width:100px;height:100px;background:#d9d9d9;border-radius:10px;margin:20px 20px 0 0}[data-v-602dc39e] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-602dc39e] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.input_txt[data-v-e64420e2]{width:100px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;margin:0 10px;text-align:center}.configuration_content[data-v-e64420e2]{height:260px;background:#fafafa;border-radius:10px;margin:20px 0;padding:20px}.configuration_content .title[data-v-e64420e2]{color:#333;font-weight:500;line-height:14px;font-size:14px}.configuration_content .tips[data-v-e64420e2]{line-height:28px;font-size:14px;color:#333}[data-v-e64420e2] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-e64420e2] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.top_right[data-v-d157d760]{height:110px;background:#fff;border-radius:10px;padding:20px 30px;margin:10px 20px 0 0}.top_right .two[data-v-d157d760]{display:-webkit-box;display:-ms-flexbox;display:flex}.top_right .two .image[data-v-d157d760]{width:70x;height:70px;margin-right:20px}.top_right .two .waring[data-v-d157d760]{font-size:16px;white-space:nowrap;color:#333}.top_right .two .waring .timer[data-v-d157d760]{color:#ff7360}.top_right .two .dispose[data-v-d157d760]{width:90px;height:34px;background:#fff;border:1px solid #dedede;border-radius:5px;font-size:14px;text-align:center;color:#333;line-height:34px;margin-top:15px;cursor:pointer}.content{padding:0 20px}.content img{width:100%}.el-tag[data-v-ecba5dba]{display:block;text-align:left;margin-top:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:230px}.clearfix[data-v-1f819079]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[data-v-1f819079] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-1f819079] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}[data-v-1f819079] .el-tree-node__expand-icon.is-leaf{display:none}.tree_lable[data-v-1f819079]{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap;width:205px;display:inline-block}.tree_btn[data-v-1f819079]{position:absolute;top:3px}[data-v-1f819079] .custom-tree-node{position:relative}.base[data-v-1ebb83c6]{background:#fff;margin:10px 20px 20px 20px;padding:20px;border-radius:10px}.system_top[data-v-1ebb83c6]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.system_top .system_one[data-v-1ebb83c6]{width:390px;height:140px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:35px 30px 35px 40px;margin:0 25px 0 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system_top .system_one .userNumber[data-v-1ebb83c6]{font-size:16px;font-weight:500;color:#666}.system_top .system_one .value[data-v-1ebb83c6]{font-size:36px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.system_top .system_one .value span[data-v-1ebb83c6]{font-size:16px;font-weight:400;margin-left:10px}.search[data-v-1ebb83c6]{height:54px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px;padding:10px}.search .month[data-v-1ebb83c6]{border:1px solid #dedede;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.search .nocheck_month[data-v-1ebb83c6]{background:#fff;color:#666}.search .check_month[data-v-1ebb83c6],.search .nocheck_month[data-v-1ebb83c6]{width:100px;border-right:1px solid #dedede;display:block;font-size:14px;font-weight:400;text-align:CENTER;line-height:34px;cursor:pointer}.search .check_month[data-v-1ebb83c6]{background:#14bd95;color:#fff}.lineChart[data-v-1ebb83c6]{margin:20px;height:286px;background:#fff;border-radius:10px;padding:20px}.system_bottom[data-v-1ebb83c6]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0 0 20px}.table_one[data-v-1ebb83c6]{background:#fff;width:50%;margin-right:20px;border-radius:10px;padding:20px}.table[data-v-1ebb83c6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table .headTitle[data-v-1ebb83c6]{font-size:16px;font-weight:700;color:#333}.table .btn[data-v-1ebb83c6]{width:120px;height:30px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#14bd95;line-height:30px;cursor:pointer;margin-left:20px}.base[data-v-0a4f7ba6]{background:#fff;margin:10px 20px 20px 20px;padding:20px;border-radius:10px}.system_top[data-v-0a4f7ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.system_top .system_one[data-v-0a4f7ba6]{width:390px;height:140px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:35px 30px 35px 40px;margin:0 25px 0 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system_top .system_one .userNumber[data-v-0a4f7ba6]{font-size:16px;font-weight:500;color:#666}.system_top .system_one .value[data-v-0a4f7ba6]{font-size:36px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.system_top .system_one .value span[data-v-0a4f7ba6]{font-size:16px;font-weight:400;margin-left:10px}.search[data-v-0a4f7ba6]{height:54px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px;padding:10px}.search .month[data-v-0a4f7ba6]{border:1px solid #dedede;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.search .nocheck_month[data-v-0a4f7ba6]{background:#fff;color:#666}.search .check_month[data-v-0a4f7ba6],.search .nocheck_month[data-v-0a4f7ba6]{width:100px;border-right:1px solid #dedede;display:block;font-size:14px;font-weight:400;text-align:CENTER;line-height:34px;cursor:pointer}.search .check_month[data-v-0a4f7ba6]{background:#14bd95;color:#fff}.lineChart[data-v-0a4f7ba6]{margin:20px;height:286px;background:#fff;border-radius:10px;padding:20px}.system_bottom[data-v-0a4f7ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0 0 20px}.table_one[data-v-0a4f7ba6]{background:#fff;width:50%;margin-right:20px;border-radius:10px;padding:20px}.table[data-v-0a4f7ba6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table .headTitle[data-v-0a4f7ba6]{font-size:16px;font-weight:700;color:#333}.table .btn[data-v-0a4f7ba6]{width:120px;height:30px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#14bd95;line-height:30px;cursor:pointer;margin-left:20px}.base[data-v-7ccb278d]{background:#fff;margin:10px 20px 20px 20px;padding:20px;border-radius:10px}.system_top[data-v-7ccb278d]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.system_top .system_one[data-v-7ccb278d]{width:390px;height:140px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:35px 30px 35px 40px;margin:0 25px 0 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system_top .system_one .userNumber[data-v-7ccb278d]{font-size:16px;font-weight:500;color:#666}.system_top .system_one .value[data-v-7ccb278d]{font-size:36px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.system_top .system_one .value span[data-v-7ccb278d]{font-size:16px;font-weight:400;margin-left:10px}.search[data-v-7ccb278d]{height:54px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px;padding:10px}.search .month[data-v-7ccb278d]{border:1px solid #dedede;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.search .nocheck_month[data-v-7ccb278d]{background:#fff;color:#666}.search .check_month[data-v-7ccb278d],.search .nocheck_month[data-v-7ccb278d]{width:100px;border-right:1px solid #dedede;display:block;font-size:14px;font-weight:400;text-align:CENTER;line-height:34px;cursor:pointer}.search .check_month[data-v-7ccb278d]{background:#14bd95;color:#fff}.lineChart[data-v-7ccb278d]{margin:20px;height:286px;background:#fff;border-radius:10px;padding:20px}.system_bottom[data-v-7ccb278d]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0 0 20px}.table_one[data-v-7ccb278d]{background:#fff;width:50%;margin-right:20px;border-radius:10px;padding:20px}.table[data-v-7ccb278d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table .headTitle[data-v-7ccb278d]{font-size:16px;font-weight:700;color:#333}.table .btn[data-v-7ccb278d]{width:120px;height:30px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#14bd95;line-height:30px;cursor:pointer;margin-left:20px}.base[data-v-f06e4b44]{background:#fff;margin:10px 20px 20px 20px;padding:20px;border-radius:10px}.system_top[data-v-f06e4b44]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.system_top .system_one[data-v-f06e4b44]{width:390px;height:140px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:35px 30px 35px 40px;margin:0 25px 20px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system_top .system_one .userNumber[data-v-f06e4b44]{font-size:16px;font-weight:500;color:#666;white-space:nowrap}.system_top .system_one .value[data-v-f06e4b44]{font-size:36px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.system_top .system_one .value span[data-v-f06e4b44]{font-size:16px;font-weight:400;margin-left:10px}.search[data-v-f06e4b44]{height:54px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 20px;padding:10px}.search .month[data-v-f06e4b44]{border:1px solid #dedede;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.search .nocheck_month[data-v-f06e4b44]{background:#fff;color:#666}.search .check_month[data-v-f06e4b44],.search .nocheck_month[data-v-f06e4b44]{width:100px;border-right:1px solid #dedede;display:block;font-size:14px;font-weight:400;text-align:CENTER;line-height:34px;cursor:pointer}.search .check_month[data-v-f06e4b44]{background:#14bd95;color:#fff}.lineChart[data-v-f06e4b44]{margin:20px;height:286px;background:#fff;border-radius:10px;padding:20px}.system_bottom[data-v-f06e4b44]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.table_one[data-v-f06e4b44]{margin-bottom:20px;background:#fff;width:50%;margin-right:20px;border-radius:10px;padding:20px}.table[data-v-f06e4b44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table .headTitle[data-v-f06e4b44]{font-size:16px;font-weight:700;color:#333}.table .btn[data-v-f06e4b44]{width:120px;height:30px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#14bd95;line-height:30px;cursor:pointer;margin-left:20px}[data-v-f06e4b44] .avue-crud__menu{min-height:20px}.base[data-v-de671cbe]{background:#fff;margin:10px 20px 20px 20px;padding:20px;border-radius:10px}.system_top[data-v-de671cbe]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.system_top .system_one[data-v-de671cbe]{width:390px;height:140px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:35px 30px 35px 40px;margin:0 25px 20px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system_top .system_one .userNumber[data-v-de671cbe]{font-size:16px;font-weight:500;color:#666;white-space:nowrap}.system_top .system_one .value[data-v-de671cbe]{font-size:36px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.system_top .system_one .value span[data-v-de671cbe]{font-size:16px;font-weight:400;margin-left:10px}.search[data-v-de671cbe]{height:54px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 20px;padding:10px}.search .month[data-v-de671cbe]{border:1px solid #dedede;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.search .nocheck_month[data-v-de671cbe]{background:#fff;color:#666}.search .check_month[data-v-de671cbe],.search .nocheck_month[data-v-de671cbe]{width:100px;border-right:1px solid #dedede;display:block;font-size:14px;font-weight:400;text-align:CENTER;line-height:34px;cursor:pointer}.search .check_month[data-v-de671cbe]{background:#14bd95;color:#fff}.lineChart[data-v-de671cbe]{margin:20px;height:286px;background:#fff;border-radius:10px;padding:20px}.system_bottom[data-v-de671cbe]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.table_one[data-v-de671cbe]{margin-bottom:20px;background:#fff;width:50%;margin-right:20px;border-radius:10px;padding:20px}.table[data-v-de671cbe]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table .headTitle[data-v-de671cbe]{font-size:16px;font-weight:700;color:#333}.table .btn[data-v-de671cbe]{width:120px;height:30px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#14bd95;line-height:30px;cursor:pointer;margin-left:20px}[data-v-de671cbe] .avue-crud__menu{min-height:20px}.base[data-v-8a2a8d6c]{background:#fff;margin:10px 20px 20px 20px;padding:20px;border-radius:10px}.system_top[data-v-8a2a8d6c]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.system_top .system_one[data-v-8a2a8d6c]{width:390px;height:140px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:35px 30px 35px 40px;margin:0 25px 20px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system_top .system_one .userNumber[data-v-8a2a8d6c]{font-size:16px;font-weight:500;color:#666;white-space:nowrap}.system_top .system_one .value[data-v-8a2a8d6c]{font-size:36px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.system_top .system_one .value span[data-v-8a2a8d6c]{font-size:16px;font-weight:400;margin-left:10px}.search[data-v-8a2a8d6c]{height:54px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 20px;padding:10px}.search .month[data-v-8a2a8d6c]{border:1px solid #dedede;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.search .nocheck_month[data-v-8a2a8d6c]{background:#fff;color:#666}.search .check_month[data-v-8a2a8d6c],.search .nocheck_month[data-v-8a2a8d6c]{width:100px;border-right:1px solid #dedede;display:block;font-size:14px;font-weight:400;text-align:CENTER;line-height:34px;cursor:pointer}.search .check_month[data-v-8a2a8d6c]{background:#14bd95;color:#fff}.lineChart[data-v-8a2a8d6c]{margin:20px;height:286px;background:#fff;border-radius:10px;padding:20px}.system_bottom[data-v-8a2a8d6c]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.table_one[data-v-8a2a8d6c]{margin-bottom:20px;background:#fff;width:50%;margin-right:20px;border-radius:10px;padding:20px}.table[data-v-8a2a8d6c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table .headTitle[data-v-8a2a8d6c]{font-size:16px;font-weight:700;color:#333}.table .btn[data-v-8a2a8d6c]{width:120px;height:30px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#14bd95;line-height:30px;cursor:pointer;margin-left:20px}[data-v-8a2a8d6c] .avue-crud__menu{min-height:20px}.base[data-v-edc44460]{background:#fff;margin:10px 20px 20px 20px;padding:20px;border-radius:10px}.system_top[data-v-edc44460]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;margin-bottom:20px}.system_top .system_one[data-v-edc44460]{width:390px;height:140px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:35px 30px 35px 40px;margin-right:25px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system_top .system_one .userNumber[data-v-edc44460]{font-size:16px;font-weight:500;color:#666}.system_top .system_one .value[data-v-edc44460]{font-size:36px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.system_top .system_one .value span[data-v-edc44460]{font-size:16px;font-weight:400;margin-left:10px}.search[data-v-edc44460]{height:54px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px;padding:10px}.search .month[data-v-edc44460]{border:1px solid #dedede;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.search .nocheck_month[data-v-edc44460]{background:#fff;color:#666}.search .check_month[data-v-edc44460],.search .nocheck_month[data-v-edc44460]{width:100px;border-right:1px solid #dedede;display:block;font-size:14px;font-weight:400;text-align:CENTER;line-height:34px;cursor:pointer}.search .check_month[data-v-edc44460]{background:#14bd95;color:#fff}.system_bottom[data-v-edc44460]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.table_one[data-v-edc44460]{margin-bottom:20px;background:#fff;margin-right:20px;border-radius:10px;padding:20px;width:100%}.table[data-v-edc44460]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.table .headTitle[data-v-edc44460]{font-size:16px;font-weight:500;color:#333}.table .btn[data-v-edc44460]{width:120px;height:30px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#14bd95;line-height:30px;cursor:pointer}[data-v-edc44460] .avue-crud__menu{min-height:20px}.system_top[data-v-3ff3c2b0]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-8px 20px 0 0;-ms-flex-wrap:wrap;flex-wrap:wrap}.system_top .system_one[data-v-3ff3c2b0]{height:140px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:35px 30px 35px 40px;margin:20px 0 0 20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system_top .system_one .userNumber[data-v-3ff3c2b0]{font-size:16px;font-weight:500;color:#666;white-space:nowrap}.system_top .system_one .value[data-v-3ff3c2b0]{font-size:36px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.system_top .system_one .value span[data-v-3ff3c2b0]{font-size:16px;font-weight:400;margin-left:10px}.search[data-v-3ff3c2b0]{height:54px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px;padding:10px}.search .month[data-v-3ff3c2b0]{border:1px solid #dedede;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.search .nocheck_month[data-v-3ff3c2b0]{background:#fff;color:#666}.search .check_month[data-v-3ff3c2b0],.search .nocheck_month[data-v-3ff3c2b0]{width:100px;border-right:1px solid #dedede;display:block;font-size:14px;font-weight:400;text-align:CENTER;line-height:34px;cursor:pointer}.search .check_month[data-v-3ff3c2b0]{background:#14bd95;color:#fff}.lineChart[data-v-3ff3c2b0]{margin:20px;height:286px;background:#fff;border-radius:10px;padding:20px}.system_bottom[data-v-3ff3c2b0]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.table_one[data-v-3ff3c2b0]{margin-bottom:20px;background:#fff;margin-right:20px;border-radius:10px;padding:20px}.table[data-v-3ff3c2b0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.table .headTitle[data-v-3ff3c2b0]{font-size:16px;font-weight:500;color:#333}.table .btn[data-v-3ff3c2b0]{width:120px;height:30px;background:#fff;border:1px solid #14bd95;border-radius:5px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:center;color:#14bd95;line-height:30px;cursor:pointer}[data-v-3ff3c2b0] .avue-crud__menu{min-height:20px}.clearfix[data-v-5d119d6b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[data-v-5d119d6b] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-5d119d6b] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}[data-v-5d119d6b] .el-tree-node__expand-icon.is-leaf{display:none}.tree_lable[data-v-5d119d6b]{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap;width:155px;display:inline-block}.tree_btn[data-v-5d119d6b]{position:absolute;right:-50px;top:3px}[data-v-5d119d6b] .custom-tree-node{position:relative}.custom-tree-node[data-v-5d119d6b]{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px}.custom-tree-node[data-v-5d119d6b],[data-v-5d119d6b] .custom-tree-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[data-v-5d119d6b] .custom-tree-node{width:100%}[data-v-5d119d6b] .custom-tree-node .btns{display:none}[data-v-5d119d6b] .custom-tree-node .btns .el-button{margin:0 10px}.clearfix[data-v-6b2607c1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[data-v-6b2607c1] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-6b2607c1] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}[data-v-6b2607c1] .el-tree-node__expand-icon.is-leaf{display:none}.tree_lable[data-v-6b2607c1]{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap;width:205px;display:inline-block}.tree_btn[data-v-6b2607c1]{position:absolute;top:3px}[data-v-6b2607c1] .custom-tree-node{position:relative}.workyear[data-v-043e6184]{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin:12px 20px 20px 20px;padding:20px;border-radius:10px}.workyear .one[data-v-043e6184]{width:600px}.workyear .one .one_txt[data-v-043e6184]{font-size:16px;line-height:40px}.workyear .one .one_txt .txt_title[data-v-043e6184]{width:100px;display:inline-block}.workyear .one .btn[data-v-043e6184]{width:150px;height:34px;background:#14bd95;border-radius:5px;text-align:center;line-height:34px;color:#fff;margin:50px 100px}.workyear .tips[data-v-043e6184]{border:1px solid #dedede;padding:50px;text-align:center;width:400px}.dialog_txt[data-v-043e6184]{margin:0 auto;text-align:center}.input_txt[data-v-043e6184]{margin:70px 0 20px 0}[data-v-043e6184] .el-dialog__header{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:10px 10px 0 0}[data-v-043e6184] .el-dialog__footer{border:1px solid #eee;padding:10px 20px}.webapp{background-color:#fff;position:relative;width:100%;height:100%}.webapp .form-designer{height:800px}.webapp .form-designer .widget-config-container .el-tabs__header{position:relative}.box_top[data-v-65002fb6]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.box_top .one[data-v-65002fb6]{display:-webkit-box;display:-ms-flexbox;display:flex;width:395px;height:140px;background:#fff;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 0 20px 20px;margin:0 20px 20px 0;-ms-flex-negative:0;flex-shrink:0}.box_top .one .image[data-v-65002fb6]{width:70px;height:70px;margin:10px 20px 0 0}.box_top .one .number[data-v-65002fb6]{font-size:16px;font-weight:700;color:#333;margin-bottom:10px}.box_top .one .content[data-v-65002fb6]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0!important}.box_top .one .content .content_one[data-v-65002fb6]{border-right:1px solid #f6f6f6}.box_top .one .content .content_two[data-v-65002fb6]{padding-left:20px}.box_top .one .content .content_three[data-v-65002fb6]{padding-right:20px}.box_top .one .content .content_four[data-v-65002fb6]{padding-left:15px}.box_top .one .content .content_five[data-v-65002fb6]{padding-right:15px}.box_top .one .content .peopleNumber[data-v-65002fb6]{font-size:28px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.box_top .one .content .one_color[data-v-65002fb6]{color:#ff7360}.box_top .one .content .two_color[data-v-65002fb6]{color:#18b696}.box_top .one .content .three_color[data-v-65002fb6]{color:#40a3ff}.box_top .one .content .four_color[data-v-65002fb6]{color:#ffa450}.box_top .one .content .peopleTxt[data-v-65002fb6]{font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:CENTER;color:#666;white-space:nowrap}.box_middle[data-v-65002fb6]{margin:0 0 12px 20px}.box_middle .six[data-v-65002fb6]{max-height:420px;background:#fff;border-radius:10px;-ms-flex-negative:0;flex-shrink:0;margin-right:20px;padding:20px 20px 0 20px}.box_middle .top[data-v-65002fb6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box_middle .top .Statistics[data-v-65002fb6]{font-size:16px;font-weight:700;color:#333}.box_middle .top .update[data-v-65002fb6]{font-size:12px;color:#999;margin-top:10px}.box_middle .top .timer[data-v-65002fb6]{display:-webkit-box;display:-ms-flexbox;display:flex}.box_middle .top .timer .yestday[data-v-65002fb6]{border:1px solid #dedede;border-radius:5px;color:#666}.box_middle .top .timer .nowday[data-v-65002fb6],.box_middle .top .timer .yestday[data-v-65002fb6]{width:100px;height:34px;background:#fff;font-size:14px;text-align:CENTER;line-height:34px;margin-right:20px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.box_middle .top .timer .nowday[data-v-65002fb6]{border:1px solid #4a7be3;border-radius:5px;color:#4a7be3}.box_middle .Warning[data-v-65002fb6]{font-size:16px;font-weight:700;color:#333;margin-bottom:20px}.box_middle .seven[data-v-65002fb6]{max-height:420px;height:420px;background:#fff;border-radius:10px;-ms-flex-negative:0;flex-shrink:0;padding:20px 20px 0 20px;overflow-y:scroll}.box_bottom[data-v-65002fb6]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.box_bottom .nine[data-v-65002fb6]{height:320px;display:-webkit-box;display:-ms-flexbox;display:flex}.box_bottom .nine .ten[data-v-65002fb6]{width:257px;height:320px;background:#fff;border-radius:10px;margin-right:20px}.box_bottom .nine .ten .evenel[data-v-65002fb6]{margin:20px 0 0 20px;font-size:16px;font-weight:500;color:#333}.box_bottom .eight[data-v-65002fb6]{width:100%;max-height:320px;height:320px;background:#fff;border-radius:10px;margin-right:20px;padding:20px 20px 0 20px;overflow-y:scroll}.box_bottom .eight .Warning[data-v-65002fb6]{font-size:16px;font-weight:700;color:#333;margin-bottom:20px}[data-v-65002fb6] .avue-crud__menu{min-height:0}[data-v-65002fb6] .noData .el-pagination{display:none}.box_top[data-v-96c97590]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.box_top .one[data-v-96c97590]{display:-webkit-box;display:-ms-flexbox;display:flex;width:395px;height:140px;background:#fff;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 0 20px 20px;margin:0 20px 20px 0;-ms-flex-negative:0;flex-shrink:0}.box_top .one .image[data-v-96c97590]{width:70px;height:70px;margin:10px 20px 0 0}.box_top .one .number[data-v-96c97590]{font-size:16px;font-weight:700;color:#333;margin-bottom:10px}.box_top .one .content[data-v-96c97590]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0!important}.box_top .one .content .content_one[data-v-96c97590]{border-right:1px solid #f6f6f6}.box_top .one .content .content_two[data-v-96c97590]{padding-left:20px}.box_top .one .content .content_three[data-v-96c97590]{padding-right:20px}.box_top .one .content .content_four[data-v-96c97590]{padding-left:15px}.box_top .one .content .content_five[data-v-96c97590]{padding-right:15px}.box_top .one .content .peopleNumber[data-v-96c97590]{font-size:28px;font-family:DIN Alternate,DIN Alternate-Bold;font-weight:700;text-align:CENTER}.box_top .one .content .one_color[data-v-96c97590]{color:#ff7360}.box_top .one .content .two_color[data-v-96c97590]{color:#18b696}.box_top .one .content .three_color[data-v-96c97590]{color:#40a3ff}.box_top .one .content .four_color[data-v-96c97590]{color:#ffa450}.box_top .one .content .peopleTxt[data-v-96c97590]{font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;text-align:CENTER;color:#666;white-space:nowrap}.box_middle[data-v-96c97590]{margin:0 0 12px 20px}.box_middle .six[data-v-96c97590]{max-height:420px;background:#fff;border-radius:10px;-ms-flex-negative:0;flex-shrink:0;margin-right:20px;padding:20px 20px 0 20px}.box_middle .top[data-v-96c97590]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box_middle .top .Statistics[data-v-96c97590]{font-size:16px;font-weight:700;color:#333}.box_middle .top .update[data-v-96c97590]{font-size:12px;color:#999;margin-top:10px}.box_middle .top .timer[data-v-96c97590]{display:-webkit-box;display:-ms-flexbox;display:flex}.box_middle .top .timer .yestday[data-v-96c97590]{border:1px solid #dedede;border-radius:5px;color:#666}.box_middle .top .timer .nowday[data-v-96c97590],.box_middle .top .timer .yestday[data-v-96c97590]{width:100px;height:34px;background:#fff;font-size:14px;text-align:CENTER;line-height:34px;margin-right:20px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.box_middle .top .timer .nowday[data-v-96c97590]{border:1px solid #4a7be3;border-radius:5px;color:#4a7be3}.box_middle .Warning[data-v-96c97590]{font-size:16px;font-weight:700;color:#333;margin-bottom:20px}.box_middle .seven[data-v-96c97590]{max-height:420px;height:420px;background:#fff;border-radius:10px;-ms-flex-negative:0;flex-shrink:0;padding:20px 20px 0 20px;overflow-y:scroll}.box_bottom[data-v-96c97590]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px}.box_bottom .nine[data-v-96c97590]{height:320px;display:-webkit-box;display:-ms-flexbox;display:flex}.box_bottom .nine .ten[data-v-96c97590]{width:257px;height:320px;background:#fff;border-radius:10px;margin-right:20px}.box_bottom .nine .ten .evenel[data-v-96c97590]{margin:20px 0 0 20px;font-size:16px;font-weight:500;color:#333}.box_bottom .eight[data-v-96c97590]{width:100%;max-height:320px;height:320px;background:#fff;border-radius:10px;margin-right:20px;padding:20px 20px 0 20px;overflow-y:scroll}.box_bottom .eight .Warning[data-v-96c97590]{font-size:16px;font-weight:700;color:#333;margin-bottom:20px}[data-v-96c97590] .avue-crud__menu{min-height:0}