.lvse[data-v-679624ed]{color:#ff0}.customBtn[data-v-679624ed]{width:90px;height:32px;border:1px solid #eac13f;border-radius:5px;background:#fff;color:#eac13f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.iconfont[data-v-679624ed]{display:inline-block;margin-right:5px;font-size:16px;background:#ebf0fb;width:32px!important;height:32px!important;text-align:center;line-height:32px;color:#324168;border-radius:10px}.iconremove[data-v-679624ed]{background:#fbebeb;color:#fb5000}.iconchongzhi[data-v-679624ed]{background:#e4fbee;color:#45af52}.iconremove1[data-v-679624ed],.iconRestoredefault[data-v-679624ed]{background:#fbebeb;color:#fb5000}

/*!
 * 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}[data-v-09627692] .el-dialog .toptime .el-input__inner{width:80px;height:36px}[data-v-09627692] .el-dialog__body{background-color:#f6f8fa}[data-v-09627692] .el-dialog .el-dialog__title{color:#1b2b5d}.b-cancel[data-v-09627692]{background-color:#fff}.alarmManage .toolbar[data-v-09627692],.alarmManage[data-v-09627692]{width:100%}.alarmManage .toolbar .h-tree-wrap[data-v-09627692]{width:280px}.alarmManage .p-user[data-v-09627692]{color:#dbae21;font-size:16px;font-weight:600;margin:0 0 20px}.alarmManage .p-user .s-margin[data-v-09627692]{margin-left:30px}.alarmManage .d-box-wrap[data-v-09627692]{background:#fff;border-radius:10px;margin-bottom:20px;color:#1b2b5d;padding:10px}.alarmManage .d-box-wrap .switchbtnbox[data-v-09627692]{width:100%;height:54px;background:#f7f8fa;border-radius:8px;padding:5px 0;white-space:nowrap;overflow-x:scroll}.alarmManage .d-box-wrap .switchbtnbox .switchbtn[data-v-09627692]{padding:0 10px;height:38px;background:#fff;border-radius:8px;line-height:38px;text-align:center;font-size:14px;font-family:PingFang-SC-Bold,PingFang-SC;font-weight:700;color:#1b2b5d;margin:auto 10px;cursor:pointer;display:inline-block}.alarmManage .d-box-wrap .switchbtnbox .active[data-v-09627692]{background:#f3c921}.alarmManage .d-box-wrap .t-title-wrap[data-v-09627692]{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;color:#1b2b5d}.alarmManage .d-box-wrap .t-title-time[data-v-09627692]{display:-webkit-box;display:-ms-flexbox;display:flex;width:300px;height:100px}.alarmManage .d-box-wrap .t-title[data-v-09627692]{font-size:14px;color:#1b2b5d;font-weight:600}.alarmManage .d-box-wrap .voice-wrap[data-v-09627692]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.alarmManage .d-box-wrap .voice-wrap .v-label[data-v-09627692]{color:#dfb222;font-size:13px}.alarmManage .d-box-wrap .voice-wrap .v-switch[data-v-09627692]{width:30px;height:18px;margin:0 10px}.alarmManage .d-box-wrap .voice-wrap .v-select[data-v-09627692]{width:130px;height:30px}.alarmManage,.alarmManage .toolbar{width:100%}.alarmManage .toolbar .h-tree-wrap{width:280px}.alarmManage .p-user{color:#dbae21;font-size:16px;font-weight:600;margin:0 0 20px}.alarmManage .p-user .s-margin{margin-left:30px}.alarmManage .d-box-wrap{background:#fff;border-radius:10px;margin-bottom:20px;color:#1b2b5d;padding:10px}.alarmManage .d-box-wrap .switchbtnbox{width:100%;height:54px;background:#f7f8fa;border-radius:8px;padding:5px 0;white-space:nowrap;overflow-x:scroll}.alarmManage .d-box-wrap .switchbtnbox .switchbtn{padding:0 10px;height:38px;background:#fff;border-radius:8px;line-height:38px;text-align:center;font-size:14px;font-family:PingFang-SC-Bold,PingFang-SC;font-weight:700;color:#1b2b5d;margin:auto 10px;cursor:pointer;display:inline-block}.alarmManage .d-box-wrap .switchbtnbox .active{background:#f3c921}.alarmManage .d-box-wrap .t-title-wrap{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;color:#1b2b5d}.alarmManage .d-box-wrap .t-title-time{display:-webkit-box;display:-ms-flexbox;display:flex;width:300px;height:100px}.alarmManage .d-box-wrap .t-title{font-size:14px;color:#1b2b5d;font-weight:600}.alarmManage .d-box-wrap .voice-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.alarmManage .d-box-wrap .voice-wrap .v-label{color:#dfb222;font-size:13px}.alarmManage .d-box-wrap .voice-wrap .v-switch{width:30px;height:18px;margin:0 10px}.alarmManage .d-box-wrap .voice-wrap .v-select{width:130px;height:30px}.nav-wrap[data-v-5ba34585]{width:100%;height:54px;background:#fcfcfc}.nav-wrap .nav-step[data-v-5ba34585]{overflow:hidden;border-bottom:1px solid #f7f7f7;font-size:14px}.nav-wrap .nav-step .nav-item[data-v-5ba34585]{height:54px;text-align:center;line-height:54px;color:#c6c6c6;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAA4CAYAAAArQgIlAAABDElEQVRIie3VQStEURQA4O+ZaYpIKbH3TxAiWSkrCz/A0srWytJCShbKykoiFiP8iCkbJdnejUIjjcV7o5fe3HlL6Z3VWXznntu5p24SQuggUSIGyqAKV/g/49GyeA9NjJXBm7jJCsbLXGMLF7jFZC9cz+XbeM8KZvASw7CDNu4xjacYhl185Do8xjDphNq4wyweYhgO8Cmd0hxaMQxHWYcmlpIQQh8vwSXq/U5OsC9dh8UYruEQU5jHay9cwzEmsIA3iqfRwAmGsSx9VUW4gdMsX5FO4ifyyz+Iswys/oZ5PIRzBKwVwS4ewRWesY6vItjF12hhIwYhyX6rAXRiMH/nvjCPS0WFK/zH8TedWDt2di0n5gAAAABJRU5ErkJggg==) no-repeat}.nav-wrap .nav-step .nav-item .iconfont[data-v-5ba34585]{font-size:15px}.nav-wrap .nav-step .active[data-v-5ba34585]{color:#eac13f}.content-wrap[data-v-4a9825a9]{width:100%;height:400px;padding:25px}.content-wrap1[data-v-4a9825a9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content-wrap1 .down-btn[data-v-4a9825a9]{width:270px;height:50px;text-align:center;line-height:50px;background:#eac13f;color:#fff;border-radius:10px;font-size:18px;cursor:pointer}.equipManage .toolbar[data-v-094479f0],.equipManage[data-v-094479f0]{width:100%}.equipManage .toolbar .h-tree-wrap[data-v-094479f0]{width:0}.equipManage .addForm_btn[data-v-094479f0]{margin:8px 0}.equipManage .account-wrap[data-v-094479f0]{height:320px}.equipManage .account-wrap .getInput[data-v-094479f0]{height:63px}.equipManage .account-wrap .p-title[data-v-094479f0]{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.equipManage .account-wrap .p-title-margin[data-v-094479f0]{margin-top:30px}.equipManage .account-wrap .tree-select-wrap[data-v-094479f0]{width:260px;hieght:32px}.equipManage .account-wrap .s-label[data-v-094479f0]{float:left;width:40%;height:40px;line-height:40px}.equipManage .account-wrap .s-val[data-v-094479f0]{float:left;color:#333;font-weight:600;width:60%;height:40px;line-height:40px}.equipManage .account-wrap .oldBedInfo[data-v-094479f0]{color:#eac13f}.equipManage .account-wrap .p-bedInfo[data-v-094479f0]{padding-top:10px;color:#eac13f}.equipManage .account-wrap .addRow .el-col-2[data-v-094479f0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:18px}.equipManage .account-wrap .addRow .el-col-2 .el-button--primary[data-v-094479f0]{background:#eac13f;border-color:#eac13f}.equipManage .account-two[data-v-094479f0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px}.equipManage .account-two .bed[data-v-094479f0]{width:260px}.equipManage,.equipManage .toolbar{width:100%}.equipManage .toolbar .h-tree-wrap{width:0}.equipManage .addForm_btn{margin:8px 0}.equipManage .account-wrap{height:320px}.equipManage .account-wrap .getInput{height:63px}.equipManage .account-wrap .p-title{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.equipManage .account-wrap .p-title-margin{margin-top:30px}.equipManage .account-wrap .tree-select-wrap{width:260px;hieght:32px}.equipManage .account-wrap .s-label{float:left;width:40%;height:40px;line-height:40px}.equipManage .account-wrap .s-val{float:left;color:#333;font-weight:600;width:60%;height:40px;line-height:40px}.equipManage .account-wrap .oldBedInfo{color:#eac13f}.equipManage .account-wrap .p-bedInfo{padding-top:10px;color:#eac13f}.equipManage .account-wrap .addRow .el-col-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:18px}.equipManage .account-wrap .addRow .el-col-2 .el-button--primary{background:#eac13f;border-color:#eac13f}.equipManage .account-two{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px}.equipManage .account-two .bed{width:260px}.equipProductManage[data-v-500e19cc]{width:100%}.equipProductManage .table-wrap[data-v-500e19cc]{display:-webkit-box;display:-ms-flexbox;display:flex}.equipProductManage .table-wrap .table-left[data-v-500e19cc]{height:94%;margin:20px 20px;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;padding:20px 20px 0;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.05);box-shadow:0 2px 3px 0 rgba(0,0,0,.05);border-radius:5px;background-color:#f7f8fa}.equipProductManage .table-wrap .table-left .product-list[data-v-500e19cc]{height:100%;overflow:hidden}.equipProductManage .table-wrap .table-left .product-list .item[data-v-500e19cc]{white-space:nowrap;width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:5px;font-size:15px;font-family:Microsoft YaHei;font-weight:400;color:#494949;margin-bottom:20px;cursor:pointer}.equipProductManage .table-wrap .table-left .product-list .item_active[data-v-500e19cc]{background:#eac13f}.equipProductManage .table-wrap .table-right[data-v-500e19cc]{-webkit-box-flex:1;-ms-flex:1;flex:1}.equipProductManage .toolbar[data-v-500e19cc]{width:100%}.equipProductManage .toolbar .h-tree-wrap[data-v-500e19cc]{width:280px}.equipProductManage .account-wrap[data-v-500e19cc]{height:320px}.equipProductManage .account-wrap .getInput[data-v-500e19cc]{height:63px}.equipProductManage .account-wrap .p-title[data-v-500e19cc]{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.equipProductManage .account-wrap .p-title-margin[data-v-500e19cc]{margin-top:30px}.equipProductManage .account-wrap .tree-select-wrap[data-v-500e19cc]{width:260px;hieght:32px}.equipProductManage .account-wrap .s-label[data-v-500e19cc]{float:left;width:40%;height:40px;line-height:40px}.equipProductManage .account-wrap .s-val[data-v-500e19cc]{float:left;color:#333;font-weight:600;width:60%;height:40px;line-height:40px;white-space:nowrap}.equipProductManage .account-wrap .oldBedInfo[data-v-500e19cc]{color:#eac13f}.equipProductManage .account-wrap .p-bedInfo[data-v-500e19cc]{padding-top:10px;color:#eac13f}.equipProductManage .account-two[data-v-500e19cc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px}.equipProductManage .account-two .bed[data-v-500e19cc]{width:260px}.equipProductManage{width:100%}.equipProductManage .table-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.equipProductManage .table-wrap .table-left{height:94%;margin:20px 20px;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;padding:20px 20px 0;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.05);box-shadow:0 2px 3px 0 rgba(0,0,0,.05);border-radius:5px;background-color:#f7f8fa}.equipProductManage .table-wrap .table-left .product-list{height:100%;overflow:hidden}.equipProductManage .table-wrap .table-left .product-list .item{white-space:nowrap;width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:5px;font-size:15px;font-family:Microsoft YaHei;font-weight:400;color:#494949;margin-bottom:20px;cursor:pointer}.equipProductManage .table-wrap .table-left .product-list .item_active{background:#eac13f}.equipProductManage .table-wrap .table-right{-webkit-box-flex:1;-ms-flex:1;flex:1}.equipProductManage .toolbar{width:100%}.equipProductManage .toolbar .h-tree-wrap{width:280px}.equipProductManage .account-wrap{height:320px}.equipProductManage .account-wrap .getInput{height:63px}.equipProductManage .account-wrap .p-title{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.equipProductManage .account-wrap .p-title-margin{margin-top:30px}.equipProductManage .account-wrap .tree-select-wrap{width:260px;hieght:32px}.equipProductManage .account-wrap .s-label{float:left;width:40%;height:40px;line-height:40px}.equipProductManage .account-wrap .s-val{float:left;color:#333;font-weight:600;width:60%;height:40px;line-height:40px;white-space:nowrap}.equipProductManage .account-wrap .oldBedInfo{color:#eac13f}.equipProductManage .account-wrap .p-bedInfo{padding-top:10px;color:#eac13f}.equipProductManage .account-two{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px}.equipProductManage .account-two .bed{width:260px}.equipCardManage .toolbar[data-v-36969685],.equipCardManage[data-v-36969685]{width:100%}.equipCardManage .toolbar .h-tree-wrap[data-v-36969685]{width:280px}.equipCardManage .account-wrap[data-v-36969685]{height:320px}.equipCardManage .account-wrap .p-title[data-v-36969685]{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.equipCardManage .account-wrap .p-title-margin[data-v-36969685]{margin-top:30px}.equipCardManage .account-wrap .tree-select-wrap[data-v-36969685]{width:260px;hieght:32px}.equipCardManage .account-wrap .s-label[data-v-36969685]{float:left;width:40%;height:40px;line-height:40px}.equipCardManage .account-wrap .s-val[data-v-36969685]{float:left;color:#333;font-weight:600;width:60%;height:40px;line-height:40px}.equipCardManage .account-wrap .oldBedInfo[data-v-36969685]{color:#eac13f}.equipCardManage .account-wrap .p-bedInfo[data-v-36969685]{padding-top:10px;color:#eac13f}.equipCardManage .account-two[data-v-36969685]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px}.equipCardManage .account-two .bed[data-v-36969685]{width:260px}.equipCardManage,.equipCardManage .toolbar{width:100%}.equipCardManage .toolbar .h-tree-wrap{width:280px}.equipCardManage .account-wrap{height:320px}.equipCardManage .account-wrap .p-title{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.equipCardManage .account-wrap .p-title-margin{margin-top:30px}.equipCardManage .account-wrap .tree-select-wrap{width:260px;hieght:32px}.equipCardManage .account-wrap .s-label{float:left;width:40%;height:40px;line-height:40px}.equipCardManage .account-wrap .s-val{float:left;color:#333;font-weight:600;width:60%;height:40px;line-height:40px}.equipCardManage .account-wrap .oldBedInfo{color:#eac13f}.equipCardManage .account-wrap .p-bedInfo{padding-top:10px;color:#eac13f}.equipCardManage .account-two{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px}.equipCardManage .account-two .bed{width:260px}.icon-dianhua[data-v-73bd120b],.icon-email[data-v-73bd120b]{width:30px;height:30px;background:#fcf2ce;border-radius:.625rem;margin-right:10px;line-height:30px;text-align:center;color:#f3c921;font-size:12px}.equipUserDeviceManage .toolbar[data-v-73bd120b]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.equipUserDeviceManage .toolbar .topSearch[data-v-73bd120b]{-webkit-box-flex:1;-ms-flex:1;flex:1}.equipUserDeviceManage .toolbar .classify[data-v-73bd120b]{width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.top-search-wrap[data-v-73bd120b]{position:relative;width:300px;display:-webkit-box;display:-ms-flexbox;display:flex}.hander-search[data-v-73bd120b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hander-search .hander-right[data-v-73bd120b]{width:200px}.tb-span[data-v-73bd120b]{color:#333;font-size:14px}.b-enter-right[data-v-73bd120b]{position:absolute;right:30px;z-index:99999}.el-dialog .el-form-item[data-v-73bd120b]{margin-bottom:0!important}.el-dialog .b-enter1[data-v-73bd120b]{width:72px;height:30px;font-size:12px;color:#eac13f;border-color:#999;border:1px solid #eac13f;background:#fff}.detail-table-wrap[data-v-73bd120b]{height:600px!important}.el-table-filter .el-table-filter__list .el-table-filter__list-item[data-v-73bd120b]{background:red!important}.lvse[data-v-73bd120b]{color:red}.icon-email[data-v-448a5663]{width:30px;height:30px;background:#fcf2ce;border-radius:.625rem;margin-right:10px;line-height:30px;text-align:center;color:#f3c921;font-size:12px}.icon-switch[data-v-448a5663]{cursor:pointer}.icon-dianhua[data-v-448a5663]{width:30px;height:30px;background:#fcf2ce;border-radius:.625rem;margin-right:10px;line-height:30px;text-align:center;color:#f3c921;font-size:12px}[data-v-448a5663] .topSearch .e-wrap{float:right}.equipUserFamilyManage .toolbar[data-v-448a5663]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.equipUserFamilyManage .toolbar .topSearch[data-v-448a5663]{-webkit-box-flex:1;-ms-flex:1;flex:1}.equipUserFamilyManage .toolbar .classify[data-v-448a5663]{width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tb-span[data-v-448a5663]{color:#333;font-size:14px}.b-enter-right[data-v-448a5663]{position:absolute;right:30px;z-index:99999}.el-dialog .el-form-item[data-v-448a5663]{margin-bottom:0!important}.el-dialog .b-enter1[data-v-448a5663]{width:72px;height:30px;font-size:12px;color:#fb5000;background:#fbebeb;border-radius:8px;border:0}.detail-table-wrap[data-v-448a5663]{height:480px!important;margin-top:40px}.el-table-filter .el-table-filter__list .el-table-filter__list-item[data-v-448a5663]{background:red!important}.lvse[data-v-448a5663]{color:red}.equipUserFamilyManage .toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.equipUserFamilyManage .toolbar .topSearch{-webkit-box-flex:1;-ms-flex:1;flex:1}.equipUserFamilyManage .toolbar .classify{width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.charts[data-v-035f88e2]{width:100%;height:100%}.exportBox[data-v-4a3bfd66]{position:fixed;top:9999px;left:9999px;width:1300px;background:#f7f8fa;border-top:1px solid #e8e8e8;padding:0 30px}.exportBox .d-usermsg[data-v-4a3bfd66]{width:100%;height:91px;border-bottom:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exportBox .d-usermsg .d-usermsg-content[data-v-4a3bfd66]{height:100%;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:50px}.exportBox .d-usermsg .d-usermsg-content .title[data-v-4a3bfd66]{font-weight:400;font-size:13px;color:#b0b0b0}.exportBox .d-usermsg .d-usermsg-content .content[data-v-4a3bfd66]{font-weight:700;font-size:16px;color:#1b2b5d}.exportBox .d-echartbox[data-v-4a3bfd66]{width:100%;padding:19px 0}.exportBox .d-echartbox .d-usermsg[data-v-4a3bfd66]{width:100%;height:91px;border-bottom:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.exportBox .d-echartbox .d-usermsg .dayin[data-v-4a3bfd66]{padding:0 20px;height:32px;line-height:32px;background:#f3c921;border-radius:8px;position:absolute;right:10px;top:10px;cursor:pointer}.exportBox .d-echartbox .d-usermsg .d-usermsg-content[data-v-4a3bfd66]{height:100%;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:50px}.exportBox .d-echartbox .d-usermsg .d-usermsg-content .title[data-v-4a3bfd66]{font-weight:400;font-size:13px;color:#b0b0b0}.exportBox .d-echartbox .d-usermsg .d-usermsg-content .content[data-v-4a3bfd66]{font-weight:700;font-size:16px;color:#1b2b5d}.exportBox .d-echartbox .d-echartbox-title[data-v-4a3bfd66]{margin-top:20px;width:100%;font-size:14px;font-family:PingFang-SC-Bold,PingFang-SC;font-weight:700;color:#1b2b5d}.exportBox .d-echartbox .d-echart1 .d-echart1-title[data-v-4a3bfd66]{margin:15px 0}.exportBox .d-echartbox .d-echart1 .d-echart1-content[data-v-4a3bfd66]{width:100%;height:272px;background:-webkit-gradient(linear,left top,left bottom,from(#ebf0fb),to(#fff));background:linear-gradient(180deg,#ebf0fb,#fff);border-radius:10px;padding:30px 50px;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exportBox .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-left[data-v-4a3bfd66]{width:206px;height:100%;text-align:center;border-right:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exportBox .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-left .title[data-v-4a3bfd66]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d}.exportBox .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-left .content[data-v-4a3bfd66]{font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#46ce7b}.exportBox .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart1[data-v-4a3bfd66]{position:relative;height:212px;width:438px!important;border-right:1px solid #e7e7e7}.exportBox .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart1 .title[data-v-4a3bfd66]{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#1b2b5d}.exportBox .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart2[data-v-4a3bfd66]{width:544px;height:302px;padding:0 45px;position:relative}.exportBox .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart2 .title[data-v-4a3bfd66]{position:absolute;left:90px;top:20px;color:#1b2b5d}.exportBox .d-echartbox .d-echart2 .d-echart2-title[data-v-4a3bfd66]{margin:15px 0}.exportBox .d-echartbox .d-echart2 .d-echart2-content[data-v-4a3bfd66]{width:100%;height:272px;background:#fff;border-radius:10px;padding:30px 50px;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-left[data-v-4a3bfd66]{width:206px;height:100%;text-align:center;border-right:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-left .title[data-v-4a3bfd66]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-left .content[data-v-4a3bfd66]{font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#46ce7b}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center[data-v-4a3bfd66]{height:212px;width:438px;padding:0 29px;border-right:1px solid #e7e7e7}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox[data-v-4a3bfd66]{width:100%;height:100%;background:#f5f9fe;border-radius:10px}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .title1[data-v-4a3bfd66]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d;text-align:center;padding:12px 0}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1[data-v-4a3bfd66]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;text-align:center;color:#fff;height:56px!important;margin-bottom:0!important;margin-right:0!important}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .num[data-v-4a3bfd66]{font-size:24px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box1[data-v-4a3bfd66]{width:110px;height:57px;background:linear-gradient(166deg,#f7d410,#fab712);border-radius:10px}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box2[data-v-4a3bfd66]{width:110px;height:57px;background:linear-gradient(158deg,#f6981a,#f8771b);border-radius:10px}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box3[data-v-4a3bfd66]{width:110px;height:57px;background:linear-gradient(150deg,#f63e5b,#d62727);border-radius:10px}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box4[data-v-4a3bfd66]{width:80px;height:57px;background:#fff;border-radius:10px;color:#1b2b5d}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2[data-v-4a3bfd66]{width:544px;height:302px;padding:0 45px;position:relative}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .title[data-v-4a3bfd66]{margin-right:20px;color:#1b2b5d}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .box[data-v-4a3bfd66]{padding:0 10px;height:24px;border-radius:5px;margin-right:20px;text-align:center;line-height:24px;font-size:12px}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .xinlv[data-v-4a3bfd66]{color:#45ce7b;background:#e3f8eb}.exportBox .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .huxi[data-v-4a3bfd66]{color:#f3c921;background:#fdf7de}.exportBox .d-echartbox .d-echart3 .d-echart3-title[data-v-4a3bfd66]{margin:15px 0}.exportBox .d-echartbox .d-echart3 .d-echart3-content[data-v-4a3bfd66]{width:100%;height:122px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.exportBox .d-echartbox .d-echart3 .d-echart3-content .content[data-v-4a3bfd66]{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:25px 0}.exportBox .d-echartbox .d-echart3 .d-echart3-content .content .num[data-v-4a3bfd66]{font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#1b2b5d}.exportBox .d-echartbox .d-echart3 .d-echart3-content .content .title[data-v-4a3bfd66]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d}.exportBox .d-echartbox .d-echart4 .d-echart4-title[data-v-4a3bfd66]{margin:15px 0}.exportBox .d-echartbox .d-echart4 .d-echart4-content[data-v-4a3bfd66]{width:100%;height:530px;border-radius:10px;background:#fff;padding:0 20px}.exportBox .d-echartbox .d-echart4 .d-echart4-content .time[data-v-4a3bfd66]{width:100%;height:50px;line-height:50px;padding-left:75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row[data-v-4a3bfd66]{width:100%;height:100px;border-radius:10px;margin:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row .leftbox[data-v-4a3bfd66]{width:75px;height:100px;position:relative}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row .leftbox .img[data-v-4a3bfd66]{position:absolute;left:17px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row .content[data-v-4a3bfd66]{width:100%;height:100px;position:relative}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row .content .box[data-v-4a3bfd66]{position:absolute;height:70px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:10px}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row1[data-v-4a3bfd66]{background:#fbf6ea}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row1 .box[data-v-4a3bfd66]{background:#f3c921}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row2[data-v-4a3bfd66]{background:#eaf6f0}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row2 .box[data-v-4a3bfd66]{background:#8cecbc}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row3[data-v-4a3bfd66]{background:#ebf6f9}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row3 .box[data-v-4a3bfd66]{background:#7ce2ff}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row4[data-v-4a3bfd66]{background:#fcf1ef}.exportBox .d-echartbox .d-echart4 .d-echart4-content .row4 .box[data-v-4a3bfd66]{background:#f87c5a}.exportBox .top-hander[data-v-4a3bfd66]{width:347px;height:25px;margin-left:calc(100% - 347px)}.exportBox .top-hander img[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .report[data-v-4a3bfd66]{padding-left:60px}.exportBox .report .report-name[data-v-4a3bfd66]{font-size:24px;color:#ecc32d}.exportBox .report .report-monad[data-v-4a3bfd66]{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;margin-bottom:18px}.exportBox .report .report-monad span[data-v-4a3bfd66]:first-child{font-size:24px;color:#777}.exportBox .report .report-monad span[data-v-4a3bfd66]:nth-child(2){font-size:18px;color:#777;margin-left:-20px}.exportBox .report .report-monad div[data-v-4a3bfd66]{width:308px;height:21px}.exportBox .report .report-monad div img[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .report .report-form .report-community span[data-v-4a3bfd66]{font-size:8px;color:#3f3b3a;font-family:PingFangSC-Regular,PingFang SC;font-weight:400}.exportBox .report .report-form .report-community span[data-v-4a3bfd66]:first-child{margin-right:20px}.exportBox .report .report-form .report-site span[data-v-4a3bfd66],.exportBox .report .report-form .report-userinfor span[data-v-4a3bfd66]{font-size:10px;color:#3f3b3a;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-right:20px}.exportBox .report .report-form .report-information span[data-v-4a3bfd66]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#3f3b3a;margin-right:20px}.exportBox .report .repost-echarts[data-v-4a3bfd66]{width:calc(100% - 60px);height:528px}.exportBox .report .repost-echarts .today-echarts[data-v-4a3bfd66]{padding-bottom:10px;border-bottom:1px solid #e7e7e6;margin-bottom:5px}.exportBox .report .repost-echarts .today-echarts span[data-v-4a3bfd66]{color:#3f3b3a;font-size:10px;font-family:PingFangSC-Regular,PingFang SC}.exportBox .report .repost-echarts .today-echarts div[data-v-4a3bfd66]{margin-top:5px}.exportBox .report .repost-echarts .echarts-one div[data-v-4a3bfd66]{width:100%;height:100px}.exportBox .report .repost-echarts .echarts-one div .chart-same-box[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .report .repost-echarts .echarts-two div[data-v-4a3bfd66]{width:100%;height:70px}.exportBox .report .repost-echarts .echarts-two div .chart-same-box[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .report .repost-echarts .echarts-three div[data-v-4a3bfd66]{width:100%;height:95px}.exportBox .report .repost-echarts .echarts-three div .chart-same-box[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .report .repost-echarts .echarts-four div[data-v-4a3bfd66]:first-child{width:100%;height:95px}.exportBox .report .repost-echarts .echarts-four div:first-child .chart-same-box[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .report .repost-directions[data-v-4a3bfd66]{bottom:40px;width:475px;height:83px}.exportBox .report .repost-directions p[data-v-4a3bfd66]{font-size:8px;color:#3f3b3a;font-family:PingFangSC-Regular,PingFang SC}.exportBox .box-two .repost-echarts .today-echarts[data-v-4a3bfd66]{padding-bottom:10px;border-bottom:1px solid #e7e7e6;margin-bottom:5px}.exportBox .box-two .repost-echarts .today-echarts span[data-v-4a3bfd66]{color:#3f3b3a;font-size:10px;font-family:PingFangSC-Regular,PingFang SC}.exportBox .box-two .repost-echarts .today-echarts div[data-v-4a3bfd66]{margin-top:5px;width:100%;height:90px}.exportBox .box-two .repost-echarts .today-echarts div .chart-same-box[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .box-two .repost-echarts .repost-directions[data-v-4a3bfd66]{height:85px}.exportBox .repost-footer[data-v-4a3bfd66]{left:0;bottom:0;margin-bottom:0;width:calc(100% - 65px);height:20px;margin-right:calc(100% - 65px);background:url(../img/footer.28cd2f17.png);background-size:100% 100%;margin-top:25px}.exportBox .daily-abnormal-state .state-hander[data-v-4a3bfd66]{width:347px;height:25px;margin-left:calc(100% - 347px)}.exportBox .daily-abnormal-state .state-hander img[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .daily-abnormal-state .state-content[data-v-4a3bfd66]{padding-left:60px}.exportBox .daily-abnormal-state .state-content .state-name[data-v-4a3bfd66]{font-size:18px;font-family:PingFangSC-Regular,PingFang SC;color:#231815;font-weight:400;margin-top:13px;margin-bottom:9px}.exportBox .daily-abnormal-state .state-content .state-echarts[data-v-4a3bfd66]{padding-right:60px}.exportBox .daily-abnormal-state .state-content .state-echarts .state-echarts-list[data-v-4a3bfd66]{padding-bottom:11px;border-bottom:1px solid #e7e7e6;margin-bottom:14px}.exportBox .daily-abnormal-state .state-content .state-echarts .state-echarts-list .list-name[data-v-4a3bfd66]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exportBox .daily-abnormal-state .state-content .state-echarts .state-echarts-list .list-name span[data-v-4a3bfd66]{font-size:12px;color:#3f3b3a;font-family:PingFangSC-Regular,PingFang SC}.exportBox .daily-abnormal-state .state-content .state-echarts .state-echarts-list .list-echarts[data-v-4a3bfd66]{width:100%;height:65px}.exportBox .daily-abnormal-state .state-content .state-echarts .state-echarts-list .list-echarts .chart-same-box[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .daily-abnormal-state .state-content .list-directions[data-v-4a3bfd66]{height:77px;width:475px}.exportBox .daily-abnormal-state .state-content .list-directions span[data-v-4a3bfd66]{font-size:11px!important;color:red}.exportBox .daily-abnormal-state .list-footer[data-v-4a3bfd66]{left:0;bottom:0;margin-bottom:0;width:calc(100% - 65px);height:25px;margin-right:calc(100% - 65px);background:url(../img/footer.28cd2f17.png);background-size:100% 100%;margin-top:24px}.exportBox .daily-abnormal-two .state-hander[data-v-4a3bfd66]{width:347px;height:25px;margin-left:calc(100% - 347px)}.exportBox .daily-abnormal-two .state-hander img[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .daily-abnormal-two .state-content[data-v-4a3bfd66]{padding-left:60px}.exportBox .daily-abnormal-two .state-content .state-name[data-v-4a3bfd66]{font-size:18px;font-family:PingFangSC-Regular,PingFang SC;color:#231815;font-weight:400;margin-top:13px;margin-bottom:9px}.exportBox .daily-abnormal-two .state-content .repost-echarts[data-v-4a3bfd66]{width:calc(100% - 60px)}.exportBox .daily-abnormal-two .state-content .repost-echarts .today-echarts[data-v-4a3bfd66]{padding-bottom:5px;border-bottom:1px solid #e7e7e6}.exportBox .daily-abnormal-two .state-content .repost-echarts .today-echarts .list-name[data-v-4a3bfd66]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exportBox .daily-abnormal-two .state-content .repost-echarts .today-echarts .list-name span[data-v-4a3bfd66]{color:#3f3b3a;font-size:10px;font-family:PingFangSC-Regular,PingFang SC}.exportBox .daily-abnormal-two .state-content .repost-echarts .today-echarts .list-chart[data-v-4a3bfd66]{width:100%;height:80px}.exportBox .daily-abnormal-two .state-content .repost-echarts .today-echarts .list-chart .chart-same-box[data-v-4a3bfd66]{width:100%;height:100%}.exportBox .daily-abnormal-two .state-content .list-directions[data-v-4a3bfd66]{height:83px;width:475px;margin-top:5px}.exportBox .daily-abnormal-two .list-footer[data-v-4a3bfd66]{left:0;bottom:0;margin-bottom:0;width:calc(100% - 65px);height:25px;margin-right:calc(100% - 65px);background:url(../img/footer.28cd2f17.png);background-size:100% 100%;margin-top:18px}[data-v-0d434a27] .el-dialog .el-dialog__header{font-weight:bolder;padding:0 30px;border-bottom:1px solid #e7e7e7;height:54px;line-height:54px}[data-v-0d434a27] .el-dialog .el-dialog__headerbtn{top:16px!important}[data-v-0d434a27] .el-dialog .el-dialog__body{max-height:90vh!important}.equipUserHealthDaily[data-v-0d434a27]{width:100%}.equipUserHealthDaily .el-time-wrap[data-v-0d434a27]{position:absolute;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.equipUserHealthDaily .el-time-wrap .time-wrap[data-v-0d434a27]{width:200px!important;margin-right:30px}.equipUserHealthDaily .el-time-wrap .h-tree-wrap[data-v-0d434a27]{width:280px;height:30px}.equipUserHealthDaily .d-header[data-v-0d434a27]{position:absolute;top:0;left:0;height:54px;line-height:54px;color:#333;font-size:18px;font-weight:600;width:80%}.equipUserHealthDaily .d-header .h-span[data-v-0d434a27]{padding-left:30px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:700;color:#1b2b5d}.equipUserHealthDaily .d-body[data-v-0d434a27]{width:100%;height:100%!important;background:#f7f8fa;overflow:hidden;border-top:1px solid #e8e8e8;padding:0 30px}.equipUserHealthDaily .d-body .d-usermsg[data-v-0d434a27]{width:100%;height:91px;border-bottom:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.equipUserHealthDaily .d-body .d-usermsg .d-usermsg-content[data-v-0d434a27]{height:100%;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:50px}.equipUserHealthDaily .d-body .d-usermsg .d-usermsg-content .title[data-v-0d434a27]{font-weight:400;font-size:13px;color:#b0b0b0}.equipUserHealthDaily .d-body .d-usermsg .d-usermsg-content .content[data-v-0d434a27]{font-weight:700;font-size:16px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox[data-v-0d434a27]{width:100%;padding:19px 0}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg[data-v-0d434a27]{width:100%;height:91px;border-bottom:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg .dayin[data-v-0d434a27]{padding:0 20px;height:32px;line-height:32px;background:#f3c921;border-radius:8px;position:absolute;right:10px;top:10px;cursor:pointer!important}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg .d-usermsg-content[data-v-0d434a27]{height:100%;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:50px}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg .d-usermsg-content .title[data-v-0d434a27]{font-weight:400;font-size:13px;color:#b0b0b0}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg .d-usermsg-content .content[data-v-0d434a27]{font-weight:700;font-size:16px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echartbox-title[data-v-0d434a27]{margin-top:20px;width:100%;font-size:14px;font-family:PingFang-SC-Bold,PingFang-SC;font-weight:700;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-title[data-v-0d434a27]{margin:15px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content[data-v-0d434a27]{width:100%;height:272px;background:-webkit-gradient(linear,left top,left bottom,from(#ebf0fb),to(#fff));background:linear-gradient(180deg,#ebf0fb,#fff);border-radius:10px;padding:30px 50px;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-left[data-v-0d434a27]{width:206px;height:100%;text-align:center;border-right:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-left .title[data-v-0d434a27]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-left .content[data-v-0d434a27]{font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#46ce7b}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart1[data-v-0d434a27]{position:relative;height:212px;width:50%!important;border-right:1px solid #e7e7e7}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart1 .title[data-v-0d434a27]{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart2[data-v-0d434a27]{width:544px;height:302px;padding:0 45px;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart2 .title[data-v-0d434a27]{position:absolute;left:90px;top:20px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-title[data-v-0d434a27]{margin:15px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content[data-v-0d434a27]{width:100%;height:272px;background:#fff;border-radius:10px;padding:30px 50px;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-left[data-v-0d434a27]{width:206px;height:100%;text-align:center;border-right:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-left .title[data-v-0d434a27]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-left .content[data-v-0d434a27]{font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#46ce7b}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center[data-v-0d434a27]{height:212px;width:50%;padding:0 29px;border-right:1px solid #e7e7e7}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox[data-v-0d434a27]{width:100%;height:100%;background:#f5f9fe;border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .title1[data-v-0d434a27]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d;text-align:center;padding:12px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1[data-v-0d434a27]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;text-align:center;color:#fff;height:56px!important;margin-bottom:0!important;margin-right:0!important}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .num[data-v-0d434a27]{font-size:24px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box1[data-v-0d434a27]{width:33%;height:57px;background:linear-gradient(166deg,#f7d410,#fab712);border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box2[data-v-0d434a27]{width:33%;height:57px;background:linear-gradient(158deg,#f6981a,#f8771b);border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box3[data-v-0d434a27]{width:33%;height:57px;background:linear-gradient(150deg,#f63e5b,#d62727);border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box4[data-v-0d434a27]{width:24%;height:57px;background:#fff;border-radius:10px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2[data-v-0d434a27]{width:544px;height:302px;padding:0 45px;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .title[data-v-0d434a27]{margin-right:20px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .box[data-v-0d434a27]{padding:0 10px;height:24px;border-radius:5px;margin-right:20px;text-align:center;line-height:24px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .xinlv[data-v-0d434a27]{color:#45ce7b;background:#e3f8eb}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .huxi[data-v-0d434a27]{color:#f3c921;background:#fdf7de}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-title[data-v-0d434a27]{margin:15px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-content[data-v-0d434a27]{width:100%;height:122px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-content .content[data-v-0d434a27]{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:25px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-content .content .num[data-v-0d434a27]{font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-content .content .title[data-v-0d434a27]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-title[data-v-0d434a27]{margin:15px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content[data-v-0d434a27]{width:100%;height:530px;border-radius:10px;background:#fff;padding:0 20px}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .time[data-v-0d434a27]{width:100%;height:50px;line-height:50px;padding-left:75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row[data-v-0d434a27]{width:100%;height:100px;border-radius:10px;margin:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row .leftbox[data-v-0d434a27]{width:75px;height:100px;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row .leftbox .img[data-v-0d434a27]{position:absolute;left:17px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row .content[data-v-0d434a27]{width:100%;height:100px;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row .content .box[data-v-0d434a27]{position:absolute;height:70px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row1[data-v-0d434a27]{background:#fbf6ea}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row1 .box[data-v-0d434a27]{background:#f3c921}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row2[data-v-0d434a27]{background:#eaf6f0}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row2 .box[data-v-0d434a27]{background:#8cecbc}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row3[data-v-0d434a27]{background:#ebf6f9}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row3 .box[data-v-0d434a27]{background:#7ce2ff}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row4[data-v-0d434a27]{background:#fcf1ef}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row4 .box[data-v-0d434a27]{background:#f87c5a}.equipUserHealthDaily .d-body .d-left-nav[data-v-0d434a27]{width:80px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0}.equipUserHealthDaily .d-body .d-left-nav .d-left-item[data-v-0d434a27]{width:55px;height:55px;background:#ebc12b;border-radius:5px;color:#fff;text-align:center;line-height:55px}.equipUserHealthDaily .d-body .d-left-nav .d-left-item .iconribao[data-v-0d434a27]{font-size:24px}.equipUserHealthDaily .d-body .d-left-wrap[data-v-0d434a27]{border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;margin-bottom:20px;width:320px}.equipUserHealthDaily .d-body .d-left-wrap .h-calender[data-v-0d434a27]{border-bottom:1px solid #e8e8e8}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box[data-v-0d434a27]{padding:20px 15px}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-title[data-v-0d434a27]{color:#333;font-size:16px}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-item[data-v-0d434a27]{margin-top:20px;font-size:14px}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-item .h-label[data-v-0d434a27]{color:#999}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-item .h-val[data-v-0d434a27]{color:#333;font-weight:600;padding-left:13px}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-item .h-label2[data-v-0d434a27]{padding-left:16px}.equipUserHealthDaily .d-body .d-left-wrap .h-warn-box[data-v-0d434a27]{padding:20px 15px;background:#fff;border-top:1px solid #e8e8e8;height:calc(100% - 470px);overflow:auto}.equipUserHealthDaily .d-body .d-left-wrap .h-warn-box .h-title[data-v-0d434a27]{color:#333;font-size:16px;padding-bottom:18px}.equipUserHealthDaily .d-body .d-left-wrap .h-warn-box .h-list-menu[data-v-0d434a27]{width:100%}.equipUserHealthDaily .d-body .d-left-wrap .h-warn-box .h-list-menu .h-list-item[data-v-0d434a27]{width:290px;height:38px;line-height:38px;background:#fff;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);box-shadow:0 1px 5px 0 rgba(0,0,0,.1);border-radius:8px;margin-bottom:10px;padding:0 20px 0 13px;font-size:16px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .d-body .d-right-wrap[data-v-0d434a27]{margin-left:20px;width:1060px;overflow:auto}.equipUserHealthDaily .d-body .d-right-wrap .cur-time[data-v-0d434a27]{width:100%;height:63px;line-height:63px;color:#333;font-size:18px}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content[data-v-0d434a27]{width:100%;height:616px;overflow:auto}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-same[data-v-0d434a27]{width:100%;background:#fff;margin-bottom:20px;border-radius:5px;padding:20px}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-same .chart-same-box[data-v-0d434a27]{width:100%;height:100%}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-one[data-v-0d434a27]{height:316px}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-two[data-v-0d434a27]{height:265px}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-five[data-v-0d434a27],.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-four[data-v-0d434a27],.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-three[data-v-0d434a27]{height:316px}.equipUserHealthDaily .reporting-period[data-v-0d434a27]{width:100%;height:408px}.equipUserHealthDaily .reporting-period .period-title[data-v-0d434a27]{color:#333;font-weight:500;font-size:20px;text-align:center;font-family:PingFang SC;padding:69px 0 59px}.equipUserHealthDaily .reporting-period .period-content[data-v-0d434a27]{padding:0 145px;width:100%}.equipUserHealthDaily .reporting-period .period-content .period-list[data-v-0d434a27]{width:100%;height:190px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.equipUserHealthDaily .reporting-period .period-content .period-list div[data-v-0d434a27]{width:150px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border:1px solid #eee;border-radius:10px;cursor:pointer}.equipUserHealthDaily .reporting-period .period-content .period-list div .period-ico[data-v-0d434a27]{width:20px;height:20px;display:inline-block;margin-bottom:10px}.equipUserHealthDaily .reporting-period .period-content .period-list div .period-ico img[data-v-0d434a27]{width:100%;height:100%;background-size:100% 100%}.equipUserHealthDaily .reporting-period .period-content .period-list div[data-v-0d434a27]:nth-child(-n+2){margin-bottom:10px}.equipUserHealthDaily .reporting-period .period-content .period-list .listActive[data-v-0d434a27]{opacity:.7;border:1px solid #eac13f;background:rgba(255,219,58,.05);color:#585858}.equipUserHealthDaily .period-two[data-v-0d434a27]{width:100%;padding:30px 30px 0}.equipUserHealthDaily .period-two .period-two-wrap[data-v-0d434a27]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item[data-v-0d434a27]{width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item .wrap-item-one[data-v-0d434a27]{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#999;font-size:18px;font-family:PingFang SC}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item .wrap-item-two[data-v-0d434a27]{width:240px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item span[data-v-0d434a27]{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:105px;height:50px;background:#f9f9f9;border-radius:10px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#b0b0b0;cursor:pointer}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item .activeshow[data-v-0d434a27]{background:rgba(234,193,63,.1);border:1px solid #eac13f;opacity:.6;border-radius:10px;color:#eac13f}.equipUserHealthDaily .period-footer[data-v-0d434a27]{padding:16px 30px 16px;border-top:1px solid #f7f7f7;text-align:right}.equipUserHealthDaily{width:100%}.equipUserHealthDaily .el-time-wrap{position:absolute;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.equipUserHealthDaily .el-time-wrap .time-wrap{width:200px!important;margin-right:30px}.equipUserHealthDaily .el-time-wrap .h-tree-wrap{width:280px;height:30px}.equipUserHealthDaily .d-header{position:absolute;top:0;left:0;height:54px;line-height:54px;color:#333;font-size:18px;font-weight:600;width:80%}.equipUserHealthDaily .d-header .h-span{padding-left:30px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:700;color:#1b2b5d}.equipUserHealthDaily .d-body{width:100%;height:100%!important;background:#f7f8fa;overflow:hidden;border-top:1px solid #e8e8e8;padding:0 30px}.equipUserHealthDaily .d-body .d-usermsg{width:100%;height:91px;border-bottom:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.equipUserHealthDaily .d-body .d-usermsg .d-usermsg-content{height:100%;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:50px}.equipUserHealthDaily .d-body .d-usermsg .d-usermsg-content .title{font-weight:400;font-size:13px;color:#b0b0b0}.equipUserHealthDaily .d-body .d-usermsg .d-usermsg-content .content{font-weight:700;font-size:16px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox{width:100%;padding:19px 0}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg{width:100%;height:91px;border-bottom:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg .dayin{padding:0 20px;height:32px;line-height:32px;background:#f3c921;border-radius:8px;position:absolute;right:10px;top:10px;cursor:pointer!important}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg .d-usermsg-content{height:100%;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:50px}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg .d-usermsg-content .title{font-weight:400;font-size:13px;color:#b0b0b0}.equipUserHealthDaily .d-body .d-echartbox .d-usermsg .d-usermsg-content .content{font-weight:700;font-size:16px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echartbox-title{margin-top:20px;width:100%;font-size:14px;font-family:PingFang-SC-Bold,PingFang-SC;font-weight:700;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-title{margin:15px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content{width:100%;height:272px;background:-webkit-gradient(linear,left top,left bottom,from(#ebf0fb),to(#fff));background:linear-gradient(180deg,#ebf0fb,#fff);border-radius:10px;padding:30px 50px;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-left{width:206px;height:100%;text-align:center;border-right:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-left .title{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-left .content{font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#46ce7b}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart1{position:relative;height:212px;width:50%!important;border-right:1px solid #e7e7e7}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart1 .title{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart2{width:544px;height:302px;padding:0 45px;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-echart1 .d-echart1-content .d-echart1-content-chart2 .title{position:absolute;left:90px;top:20px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-title{margin:15px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content{width:100%;height:272px;background:#fff;border-radius:10px;padding:30px 50px;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-left{width:206px;height:100%;text-align:center;border-right:1px solid #e7e7e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-left .title{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-left .content{font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#46ce7b}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center{height:212px;width:50%;padding:0 29px;border-right:1px solid #e7e7e7}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox{width:100%;height:100%;background:#f5f9fe;border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .title1{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d;text-align:center;padding:12px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;text-align:center;color:#fff;height:56px!important;margin-bottom:0!important;margin-right:0!important}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .num{font-size:24px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box1{width:33%;height:57px;background:linear-gradient(166deg,#f7d410,#fab712);border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box2{width:33%;height:57px;background:linear-gradient(158deg,#f6981a,#f8771b);border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box3{width:33%;height:57px;background:linear-gradient(150deg,#f63e5b,#d62727);border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-center .contentbox .content1 .box4{width:24%;height:57px;background:#fff;border-radius:10px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2{width:544px;height:302px;padding:0 45px;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .title{margin-right:20px;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .box{padding:0 10px;height:24px;border-radius:5px;margin-right:20px;text-align:center;line-height:24px}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .xinlv{color:#45ce7b;background:#e3f8eb}.equipUserHealthDaily .d-body .d-echartbox .d-echart2 .d-echart2-content .d-echart2-content-chart2 .huxi{color:#f3c921;background:#fdf7de}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-title{margin:15px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-content{width:100%;height:122px;background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-content .content{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:25px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-content .content .num{font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart3 .d-echart3-content .content .title{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1b2b5d}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-title{margin:15px 0}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content{width:100%;height:530px;border-radius:10px;background:#fff;padding:0 20px}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .time{width:100%;height:50px;line-height:50px;padding-left:75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row{width:100%;height:100px;border-radius:10px;margin:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row .leftbox{width:75px;height:100px;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row .leftbox .img{position:absolute;left:17px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row .content{width:100%;height:100px;position:relative}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row .content .box{position:absolute;height:70px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:10px}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row1{background:#fbf6ea}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row1 .box{background:#f3c921}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row2{background:#eaf6f0}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row2 .box{background:#8cecbc}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row3{background:#ebf6f9}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row3 .box{background:#7ce2ff}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row4{background:#fcf1ef}.equipUserHealthDaily .d-body .d-echartbox .d-echart4 .d-echart4-content .row4 .box{background:#f87c5a}.equipUserHealthDaily .d-body .d-left-nav{width:80px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0}.equipUserHealthDaily .d-body .d-left-nav .d-left-item{width:55px;height:55px;background:#ebc12b;border-radius:5px;color:#fff;text-align:center;line-height:55px}.equipUserHealthDaily .d-body .d-left-nav .d-left-item .iconribao{font-size:24px}.equipUserHealthDaily .d-body .d-left-wrap{border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;margin-bottom:20px;width:320px}.equipUserHealthDaily .d-body .d-left-wrap .h-calender{border-bottom:1px solid #e8e8e8}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box{padding:20px 15px}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-title{color:#333;font-size:16px}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-item{margin-top:20px;font-size:14px}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-item .h-label{color:#999}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-item .h-val{color:#333;font-weight:600;padding-left:13px}.equipUserHealthDaily .d-body .d-left-wrap .h-health-box .h-item .h-label2{padding-left:16px}.equipUserHealthDaily .d-body .d-left-wrap .h-warn-box{padding:20px 15px;background:#fff;border-top:1px solid #e8e8e8;height:calc(100% - 470px);overflow:auto}.equipUserHealthDaily .d-body .d-left-wrap .h-warn-box .h-title{color:#333;font-size:16px;padding-bottom:18px}.equipUserHealthDaily .d-body .d-left-wrap .h-warn-box .h-list-menu{width:100%}.equipUserHealthDaily .d-body .d-left-wrap .h-warn-box .h-list-menu .h-list-item{width:290px;height:38px;line-height:38px;background:#fff;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);box-shadow:0 1px 5px 0 rgba(0,0,0,.1);border-radius:8px;margin-bottom:10px;padding:0 20px 0 13px;font-size:16px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .d-body .d-right-wrap{margin-left:20px;width:1060px;overflow:auto}.equipUserHealthDaily .d-body .d-right-wrap .cur-time{width:100%;height:63px;line-height:63px;color:#333;font-size:18px}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content{width:100%;height:616px;overflow:auto}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-same{width:100%;background:#fff;margin-bottom:20px;border-radius:5px;padding:20px}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-same .chart-same-box{width:100%;height:100%}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-one{height:316px}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-two{height:265px}.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-five,.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-four,.equipUserHealthDaily .d-body .d-right-wrap .d-right-content .chart-three{height:316px}.equipUserHealthDaily .reporting-period{width:100%;height:408px}.equipUserHealthDaily .reporting-period .period-title{color:#333;font-weight:500;font-size:20px;text-align:center;font-family:PingFang SC;padding:69px 0 59px}.equipUserHealthDaily .reporting-period .period-content{padding:0 145px;width:100%}.equipUserHealthDaily .reporting-period .period-content .period-list{width:100%;height:190px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.equipUserHealthDaily .reporting-period .period-content .period-list div{width:150px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border:1px solid #eee;border-radius:10px;cursor:pointer}.equipUserHealthDaily .reporting-period .period-content .period-list div .period-ico{width:20px;height:20px;display:inline-block;margin-bottom:10px}.equipUserHealthDaily .reporting-period .period-content .period-list div .period-ico img{width:100%;height:100%;background-size:100% 100%}.equipUserHealthDaily .reporting-period .period-content .period-list div:nth-child(-n+2){margin-bottom:10px}.equipUserHealthDaily .reporting-period .period-content .period-list .listActive{opacity:.7;border:1px solid #eac13f;background:rgba(255,219,58,.05);color:#585858}.equipUserHealthDaily .period-two{width:100%;padding:30px 30px 0}.equipUserHealthDaily .period-two .period-two-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item{width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item .wrap-item-one{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#999;font-size:18px;font-family:PingFang SC}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item .wrap-item-two{width:240px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item span{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:105px;height:50px;background:#f9f9f9;border-radius:10px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#b0b0b0;cursor:pointer}.equipUserHealthDaily .period-two .period-two-wrap .two-wrap-item .activeshow{background:rgba(234,193,63,.1);border:1px solid #eac13f;opacity:.6;border-radius:10px;color:#eac13f}.equipUserHealthDaily .period-footer{padding:16px 30px 16px;border-top:1px solid #f7f7f7;text-align:right}.icon-dianhua[data-v-9f85bca2],.icon-email[data-v-9f85bca2]{width:30px;height:30px;background:#fcf2ce;border-radius:.625rem;margin-right:10px;line-height:30px;text-align:center;color:#f3c921;font-size:12px}[data-v-9f85bca2] .dateInput .el-input__prefix{right:5px!important;left:auto}.d-title[data-v-9f85bca2]{color:#1b2b5d;font-size:14px;font-weight:600;margin-top:20px;margin-bottom:5px}.dInput[data-v-9f85bca2]{color:#000;background-color:#f1f1f1;height:32px;margin:5px 0;border-radius:6px;padding:0 10px}[data-v-9f85bca2] .el-dialog .numInput .el-input__inner{padding-left:50px!important}[data-v-9f85bca2] .fangjian{font-size:18px;color:#1b2b5d!important}.equipUserManage .toolbar[data-v-9f85bca2],.equipUserManage[data-v-9f85bca2]{width:100%}.equipUserManage .toolbar .h-tree-wrap[data-v-9f85bca2]{width:280px}.equipUserManage .account-wrap[data-v-9f85bca2]{height:320px}.equipUserManage .account-wrap .p-title[data-v-9f85bca2]{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.equipUserManage .account-wrap .p-title-margin[data-v-9f85bca2]{margin-top:30px}.equipUserManage .account-wrap .tree-select-wrap[data-v-9f85bca2]{width:260px;hieght:32px}.equipUserManage .account-wrap .s-label[data-v-9f85bca2]{float:left;width:40%;height:40px;line-height:40px}.equipUserManage .account-wrap .s-val[data-v-9f85bca2]{float:left;color:#333;font-weight:600;width:60%;height:40px;line-height:40px}.equipUserManage .account-wrap .oldBedInfo[data-v-9f85bca2]{color:#eac13f}.equipUserManage .account-wrap .p-bedInfo[data-v-9f85bca2]{padding-top:10px;color:#eac13f}.equipUserManage .account-two[data-v-9f85bca2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px}.equipUserManage .account-two .bed[data-v-9f85bca2]{width:260px}.equipUserManage,.equipUserManage .toolbar{width:100%}.equipUserManage .toolbar .h-tree-wrap{width:280px}.equipUserManage .account-wrap{height:320px}.equipUserManage .account-wrap .p-title{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.equipUserManage .account-wrap .p-title-margin{margin-top:30px}.equipUserManage .account-wrap .tree-select-wrap{width:260px;hieght:32px}.equipUserManage .account-wrap .s-label{float:left;width:40%;height:40px;line-height:40px}.equipUserManage .account-wrap .s-val{float:left;color:#333;font-weight:600;width:60%;height:40px;line-height:40px}.equipUserManage .account-wrap .oldBedInfo{color:#eac13f}.equipUserManage .account-wrap .p-bedInfo{padding-top:10px;color:#eac13f}.equipUserManage .account-two{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px}.equipUserManage .account-two .bed{width:260px}.homepage[data-v-31378be2]{width:100%;height:100%;background:#fff;border-radius:10px;position:relative}.homepage .msgbox[data-v-31378be2]{position:absolute;bottom:0;right:0;width:100%;height:100%}.homepage .msgbox .msg[data-v-31378be2]{margin:20px 0;width:382px;height:109px;background:red;border-radius:15px;text-align:center}.homepage .msgbox .msg .time[data-v-31378be2]{font-family:DS-Digital-Bold,DS-Digital;font-weight:700;color:#fff;font-size:40px;line-height:60px}.homepage .msgbox .msg .content[data-v-31378be2]{font-family:DS-Digital-Bold,DS-Digital;font-weight:700;color:#fff;font-size:24px}.homepage .topbox[data-v-31378be2]{width:100%;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.homepage .topbox .box[data-v-31378be2]{width:49%;height:100%;position:relative;cursor:pointer;z-index:9999999}.homepage .topbox .box .title[data-v-31378be2]{position:absolute;left:85px;bottom:45px;font-size:36px;font-family:PingFangSC-Medium,PingFang SC;font-weight:700;color:#1b2b5d}.homepage .topbox .box .btn[data-v-31378be2]{position:absolute;right:50px;bottom:45px;width:60px;height:48px;background-color:#fff;border-radius:10px;text-align:center;line-height:48px;color:#f3c921;font-size:35px}.homepage .topbox .box1[data-v-31378be2]{background:no-repeat url(../img/gif2.296777d2.gif);background-size:100% 100%}.homepage .topbox .box2[data-v-31378be2]{background:no-repeat url(../img/gif1.4395b0b4.gif);background-size:100% 100%}.homepage .bottombox[data-v-31378be2]{width:100%;height:37.5rem}.homepage .bottombox .title[data-v-31378be2]{margin:20px 0;padding-left:13px;border-left:2px solid #f3c921}.homepage .bottombox .contentbox[data-v-31378be2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%}.homepage .bottombox .contentbox .box1[data-v-31378be2]{width:32%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(#f1f6fc),to(#f9fafb));background:linear-gradient(180deg,#f1f6fc,#f9fafb);border-radius:10px;background:no-repeat url(../img/box1.eb0213de.png);background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.homepage .bottombox .contentbox .box1 .box1content[data-v-31378be2]{width:33%;height:33%;text-align:center;position:relative}.homepage .bottombox .contentbox .box1 .box1content .box1contenttitle[data-v-31378be2]{position:absolute;top:25%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:90%;font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:600;color:#1b2b5d}.homepage .bottombox .contentbox .box1 .box1content .num[data-v-31378be2]{position:absolute;top:45%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#1b2b5d}.homepage .bottombox .contentbox .box2[data-v-31378be2]{width:32%;height:100%;background:#f7f8fa;border-radius:10px;padding:20px;position:relative}.homepage .bottombox .contentbox .box2 .box2title[data-v-31378be2]{text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:500;color:#1b2b5d}.homepage .bottombox .contentbox .box2 .box2content[data-v-31378be2]{width:100%;height:100%}.homepage .bottombox .contentbox .box2 .box2content .nodata-img[data-v-31378be2]{position:absolute;top:30%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.homepage .bottombox .contentbox .box2 .box2content .nodata-title[data-v-31378be2]{position:absolute;top:55%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#b0b0b0}.homepage .bottombox .contentbox .box2 .box2content .box2content-low[data-v-31378be2]{width:100%;height:46px;background-color:#fff;border-radius:8px;text-align:center;line-height:46px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#f43d28;margin:15px 0}.homepage .bottombox .contentbox .box3[data-v-31378be2]{width:32%;height:100%;background:#f7f8fa;border-radius:10px;padding:20px;position:relative}.homepage .bottombox .contentbox .box3 .box3title[data-v-31378be2]{text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:500;color:#1b2b5d}.homepage .bottombox .contentbox .box3 .box3content[data-v-31378be2]{width:100%;height:100%}.homepage .bottombox .contentbox .box3 .box3content .nodata-img[data-v-31378be2]{position:absolute;top:30%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.homepage .bottombox .contentbox .box3 .box3content .nodata-title[data-v-31378be2]{position:absolute;top:55%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#b0b0b0}.homepage .bottombox .contentbox .box3 .box3content .box3content-low[data-v-31378be2]{width:100%;height:46px;background-color:#fff;border-radius:8px;text-align:center;line-height:46px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#f43d28;margin:15px 0}.homepage{width:100%;height:100%;background:#fff;border-radius:10px;position:relative}.homepage .msgbox{position:absolute;bottom:0;right:0;width:100%;height:100%}.homepage .msgbox .msg{margin:20px 0;width:382px;height:109px;background:red;border-radius:15px;text-align:center}.homepage .msgbox .msg .time{font-size:40px;line-height:60px}.homepage .msgbox .msg .content,.homepage .msgbox .msg .time{font-family:DS-Digital-Bold,DS-Digital;font-weight:700;color:#fff}.homepage .msgbox .msg .content{font-size:24px}.homepage .topbox{width:100%;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.homepage .topbox .box{width:49%;height:100%;position:relative;cursor:pointer;z-index:9999999}.homepage .topbox .box .title{position:absolute;left:85px;bottom:45px;font-size:36px;font-family:PingFangSC-Medium,PingFang SC;font-weight:700;color:#1b2b5d}.homepage .topbox .box .btn{position:absolute;right:50px;bottom:45px;width:60px;height:48px;background-color:#fff;border-radius:10px;text-align:center;line-height:48px;color:#f3c921;font-size:35px}.homepage .topbox .box1{background:no-repeat url(../img/gif2.296777d2.gif);background-size:100% 100%}.homepage .topbox .box2{background:no-repeat url(../img/gif1.4395b0b4.gif);background-size:100% 100%}.homepage .bottombox{width:100%;height:37.5rem}.homepage .bottombox .title{margin:20px 0;padding-left:13px;border-left:2px solid #f3c921}.homepage .bottombox .contentbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%}.homepage .bottombox .contentbox .box1{width:32%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(#f1f6fc),to(#f9fafb));background:linear-gradient(180deg,#f1f6fc,#f9fafb);border-radius:10px;background:no-repeat url(../img/box1.eb0213de.png);background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.homepage .bottombox .contentbox .box1 .box1content{width:33%;height:33%;text-align:center;position:relative}.homepage .bottombox .contentbox .box1 .box1content .box1contenttitle{position:absolute;top:25%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:90%;font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:600;color:#1b2b5d}.homepage .bottombox .contentbox .box1 .box1content .num{position:absolute;top:45%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:36px;font-family:AdihausDIN-Bold,AdihausDIN;font-weight:700;color:#1b2b5d}.homepage .bottombox .contentbox .box2{width:32%;height:100%;background:#f7f8fa;border-radius:10px;padding:20px;position:relative}.homepage .bottombox .contentbox .box2 .box2title{text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:500;color:#1b2b5d}.homepage .bottombox .contentbox .box2 .box2content{width:100%;height:100%}.homepage .bottombox .contentbox .box2 .box2content .nodata-img{position:absolute;top:30%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.homepage .bottombox .contentbox .box2 .box2content .nodata-title{position:absolute;top:55%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#b0b0b0}.homepage .bottombox .contentbox .box2 .box2content .box2content-low{width:100%;height:46px;background-color:#fff;border-radius:8px;text-align:center;line-height:46px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#f43d28;margin:15px 0}.homepage .bottombox .contentbox .box3{width:32%;height:100%;background:#f7f8fa;border-radius:10px;padding:20px;position:relative}.homepage .bottombox .contentbox .box3 .box3title{text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:500;color:#1b2b5d}.homepage .bottombox .contentbox .box3 .box3content{width:100%;height:100%}.homepage .bottombox .contentbox .box3 .box3content .nodata-img{position:absolute;top:30%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.homepage .bottombox .contentbox .box3 .box3content .nodata-title{position:absolute;top:55%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#b0b0b0}.homepage .bottombox .contentbox .box3 .box3content .box3content-low{width:100%;height:46px;background-color:#fff;border-radius:8px;text-align:center;line-height:46px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#f43d28;margin:15px 0}.side-wrap{width:100%}.b-title{width:100px}.b-title,.s-title{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.s-title{padding-left:15px;color:#b0b0b0;width:100%}.layout-wrap{width:100%;overflow:auto;background:#ebf0fb}.layout-wrap .header-wrap{position:relative;width:100%;height:200px;background:#1b2b5d;padding:30px 0;z-index:99}.layout-wrap .header-wrap .logo-warp{position:absolute;content:"";bottom:85px;right:277px;width:406px;height:43px;background:url(../img/home_logo.136e6d17.png) no-repeat;background-size:100% 100%;z-index:-1}.layout-wrap .header-wrap .logo-wrap{float:left;width:270px;margin-left:47px;height:65px;line-height:65px}.layout-wrap .header-wrap .logo-wrap .logo{width:30px;height:26px;float:left;margin:20px 10px 0 20px}.layout-wrap .header-wrap .logo-wrap .logo-text{font-size:22px;color:#fff;font-weight:600;white-space:nowrap}.layout-wrap .header-wrap .tag-wrap{float:left;width:66%;height:65px;line-height:65px;overflow:hidden;z-index:9999}.layout-wrap .header-wrap .tag-wrap .left-btn{float:left;width:30px;height:100%;text-align:center;cursor:pointer;color:#666}.layout-wrap .header-wrap .tag-wrap .left-btn .iconfont{background:none}.layout-wrap .header-wrap .tag-wrap .right-btn{float:left;width:30px;height:100%;text-align:center;cursor:pointer;color:#666}.layout-wrap .header-wrap .tag-wrap .right-btn .iconfont{background:none}.layout-wrap .header-wrap .tag-wrap .tabContent{float:left;width:calc(100% - 60px);height:100%;position:relative;overflow:hidden}.layout-wrap .header-wrap .tag-wrap .tabContent .tabScroll{position:absolute;top:0;white-space:nowrap;-webkit-transition:left .3s ease;transition:left .3s ease}.layout-wrap .header-wrap .tag-wrap .tabContent .tabScroll .el-tag{height:42px;line-height:42px;color:#324168!important;background:hsla(0,0%,100%,.5)!important;border-radius:10px;padding:0 20px;cursor:pointer;border:0!important;display:inline-block;font-size:15px;margin-right:30px}.layout-wrap .header-wrap .tag-wrap .tabContent .tabScroll .el-tag /deep/.el-tag__close{width:20px;height:20px;background:#fff!important;border-radius:7px;line-height:20px;text-align:center;margin-left:5px}.layout-wrap .header-wrap .tag-wrap .tabContent .tabScroll .el-tag:last-child{margin-right:0}.layout-wrap .header-wrap .tag-wrap .tabContent .tabScroll .activeTag{background:#fff!important;-webkit-box-shadow:0 5px 8px 1px rgba(0,0,0,.1);box-shadow:0 5px 8px 1px rgba(0,0,0,.1)}.layout-wrap .header-wrap .tag-wrap .tabContent .tabScroll .activeTag /deep/.el-tag__close{width:20px;height:20px;background:#ebf0fb!important;border-radius:7px;line-height:20px;text-align:center;margin-left:5px}.layout-wrap .header-wrap .sign-wrap{float:right;width:15%;height:65px;line-height:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.layout-wrap .header-wrap .sign-wrap .warn-count{padding:0 10px;cursor:pointer}.layout-wrap .header-wrap .sign-wrap .warn-count .iconfont{background:none}.layout-wrap .header-wrap .sign-wrap .warn-count .iconlingdang{position:relative;font-size:30px;background:none;color:#fff}.layout-wrap .header-wrap .sign-wrap .warn-count .iconlingdang .num{position:absolute;left:15px;top:0;padding:1px 3px;background:#f25252;border-radius:7px;text-align:center;line-height:15px;font-size:12px;color:#fff}.layout-wrap .header-wrap .sign-wrap .s-icon{font-size:20px;margin-left:20px;color:#1b2b5d;width:60px;height:50px;background:#f1f1f1;border-radius:25px;text-align:center;line-height:50px;cursor:pointer}.layout-wrap .main{width:1920px;height:calc(100% - 115px);padding:0 50px;padding-bottom:20px;position:absolute;top:115px;z-index:99}.layout-wrap .main .m-left{float:left;height:100%;position:relative;background:#fff;border-radius:10px}.layout-wrap .main .m-left .m-let-icon{width:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0 20px 15px}.layout-wrap .main .m-left .left-menu{border:0!important;height:100%;padding:40px 20px 50px;overflow:auto;border-radius:10px}.layout-wrap .main .m-left .left-menu:not(.el-menu--collapse){width:252px}.layout-wrap .main .m-left .l-bottom-tip{position:absolute;bottom:30px;left:0;white-space:nowrap;width:100%}.layout-wrap .main .m-left .l-bottom-tip .l-bottom-text{background:#fff;width:100%;height:60px;font-size:18px;text-align:center;line-height:60px}.layout-wrap .main .m-left .l-bottom-tip .l-bottom-text span{color:#d2d2d2;font-size:16px;margin:0 5px}.layout-wrap .main .m-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.layout-wrap .main .m-content .content{width:100%;height:100%;overflow:auto}.login-wrap{width:100%;height:100%;position:relative;background:#f1f6fc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:100% 100%!important;-webkit-transition:all .2s ease;transition:all .2s ease}.login-wrap .heard{margin-top:-80px;margin-left:100px;width:100px;height:200px}.login-wrap .heard1{margin-left:161px;margin-top:-40px;width:120px;height:100%}.login-wrap .bg-wrap{position:absolute;width:100%;background:url(../img/header.9eeee2c5.png) no-repeat;background-size:100% 387px}.login-wrap .bg-wrap,.login-wrap .bg-wrap .p-box{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login-wrap .bg-wrap .p-box{width:805px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.7);-webkit-box-shadow:5px 5px 30px 10px rgba(0,0,0,.05);box-shadow:5px 5px 30px 10px rgba(0,0,0,.05);border-radius:30px 0 0 30px}.login-wrap .bg-wrap .box-img{width:545px;height:475px;background-size:100% 100%}.login-wrap .bg-wrap .login-box{padding:225px 120px 40px;width:540px;height:100%;top:-2px;left:33%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#b0b0b0;font-size:15px}.login-wrap .bg-wrap .login-box,.login-wrap .bg-wrap .login-box .Language-wrap{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.login-wrap .bg-wrap .login-box .Language-wrap{height:20px;top:35px;right:35px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.7);cursor:pointer}.login-wrap .bg-wrap .login-box .Language-wrap div{line-height:20px;padding:7px 12px 8px;font-size:18px;font-weight:700;color:#fff}.login-wrap .bg-wrap .login-box .Language-wrap ul{height:100%;text-align:center}.login-wrap .bg-wrap .login-box .Language-wrap ul li{display:block;line-height:20px;padding:7px 12px 8px;color:#333;font-size:16px}.login-wrap .bg-wrap .login-box .Language-wrap ul li:hover{background:hsla(0,0%,95.3%,.8)}.login-wrap .bg-wrap .login-box .input-wrap{width:100%;height:66px;margin-top:44px}.login-wrap .bg-wrap .login-box .input-psd{margin-top:27px}.login-wrap .bg-wrap .login-box .enter-wrap{margin-top:32px;width:100%;text-align:center;height:74px;line-height:74px}.login-wrap .bg-wrap .login-box .pad{padding-left:20px}.login-wrap .bg-wrap .login-box .login-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;position:absolute;bottom:30px;left:0;text-align:center}.login-wrap .bg-wrap .login-box .versions{margin-right:46px}.login-wrap .lian-wrap{position:fixed;width:100%;height:100%;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.2)}.login-wrap .lian-wrap .lian-box{width:350px;height:270px;border-radius:15px;background:#fff;overflow:hidden}.login-wrap .lian-wrap .lian-box p{text-align:center;color:#666;font-size:24px}.loginLog .toolbar .time-title[data-v-b53ee4de]{margin-right:45px;color:#b0b0b0;font-size:14px}.loginLog .toolbar .el-input__inner[data-v-b53ee4de]{border-radius:20px;border:0;background-color:#f7f7f7}.loginLog .toolbar .el-input__inner .el-input__inner[data-v-b53ee4de]{padding:0 20px}.loginLog .toolbar .time-title{margin-right:45px;color:#b0b0b0;font-size:14px}.loginLog .toolbar .el-input__inner{border-radius:20px;border:0;background-color:#f7f7f7}.loginLog .toolbar .el-input__inner .el-input__inner{padding:0 20px}.none-data-wrap[data-v-587a9d4b]{width:150px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.none-data-wrap .iconkongshuju[data-v-587a9d4b]{font-size:100px;color:#ccc}.none-data-wrap .none-title[data-v-587a9d4b]{font-size:16px;color:#ccc}.real-warning-wrap[data-v-7fcd48b0]{width:100%;-webkit-box-shadow:-5px 5px 24px -5px rgba(0,0,0,.08);box-shadow:-5px 5px 24px -5px rgba(0,0,0,.08)}.real-warning-wrap .warning-toolbar[data-v-7fcd48b0]{width:100%;border-radius:3px;position:relative;background-color:#f7f8fa;padding:0 30px;border-radius:8px}.real-warning-wrap .warning-toolbar .ul-menu[data-v-7fcd48b0],.real-warning-wrap .warning-toolbar[data-v-7fcd48b0]{height:58px;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:64px}.real-warning-wrap .warning-toolbar .li-item[data-v-7fcd48b0]{width:160px;height:58px;background:#f7f8fb;border-radius:5px 5px 0 0;font-size:14px;font-weight:600;color:#666;text-align:center;line-height:58px;margin-right:5px;cursor:pointer}.real-warning-wrap .warning-toolbar .li-item-active div[data-v-7fcd48b0]:first-child{background:#ebc22d;display:inline-block;width:135px;height:36px;line-height:36px;background:#f3c921;border-radius:18px}.real-warning-wrap .warning-toolbar .li-origin[data-v-7fcd48b0]{position:relative}.real-warning-wrap .warning-toolbar .origin-active[data-v-7fcd48b0]{position:absolute;top:-2px;width:10px;height:10px;border-radius:50%;background:#e3492e;-webkit-box-shadow:2px 0 9px 1px rgba(238,118,98,.4);box-shadow:2px 0 9px 1px rgba(238,118,98,.4);border-radius:5px}.real-warning-wrap .warning-toolbar .today[data-v-7fcd48b0]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.real-warning-wrap .warning-toolbar .today .today-left[data-v-7fcd48b0]{width:120px;height:36px;text-align:center;line-height:36px;background:#ebc22c;color:#fff;-webkit-box-shadow:1px 3px 15px 1px rgba(235,194,44,.6);box-shadow:1px 3px 15px 1px rgba(235,194,44,.6);border-radius:5px;cursor:pointer;margin-right:20px}.real-warning-wrap .warning-toolbar .today .today-right[data-v-7fcd48b0]{font-size:24px;font-family:MicrosoftYaHei;font-weight:700;color:#eb5e2d;line-height:22px}.real-warning-wrap .warning-toolbar .today .tody-r[data-v-7fcd48b0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.real-warning-wrap .content-wrap[data-v-7fcd48b0]{background:#fff;width:100%;height:88.5%;overflow:auto;border-radius:0 0 10px 10px;padding:30px}.real-warning-wrap .content-wrap .menu-list[data-v-7fcd48b0],.real-warning-wrap .menu-content[data-v-7fcd48b0]{width:100%;height:100%}.real-warning-wrap .menu-content .no-data-wrap[data-v-7fcd48b0]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.real-warning-wrap .menu-item[data-v-7fcd48b0]{float:left;position:relative;height:120px;width:calc(25% - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:32px;margin-bottom:35px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#f7f8fa;-webkit-box-shadow:0 2px 17px 1px rgba(220,227,242,.2);box-shadow:0 2px 17px 1px rgba(220,227,242,.2);border-radius:5px;padding:20px 18px;color:#fe3e3c;font-size:14px;cursor:pointer}.real-warning-wrap .menu-item[data-v-7fcd48b0]:nth-child(4n){margin-right:0}.real-warning-wrap .menu-item[data-v-7fcd48b0]:hover{background:#fff8f8;-webkit-box-shadow:0 2px 17px 1px rgba(246,100,100,.4);box-shadow:0 2px 17px 1px rgba(246,100,100,.4);border-left:3px solid #ec4e3b}.real-warning-wrap .menu-item:hover .iconwancheng[data-v-7fcd48b0]{display:block}.real-warning-wrap .menu-text[data-v-7fcd48b0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.real-warning-wrap .menu-text1[data-v-7fcd48b0]{font-size:18px;font-family:PingFang SC;font-weight:600;color:#ec4b38}.real-warning-wrap .menu-text2[data-v-7fcd48b0]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#ec4b38}.real-warning-wrap .menu-text2 i[data-v-7fcd48b0]{margin-right:10px}.real-warning-wrap .menu-text3[data-v-7fcd48b0]{position:absolute;right:18px;bottom:18px}.real-warning-wrap .menu-text3 .iconwancheng[data-v-7fcd48b0]{display:none;font-size:24px!important;color:#ffbaba}.real-warning-wrap .menu-text3 .iconwancheng[data-v-7fcd48b0]:hover{color:red!important}.real-warning-wrap .text-tap[data-v-7fcd48b0]{font-size:16px;font-weight:600}.real-warning-wrap .text-tap[data-v-7fcd48b0]:nth-child(2){text-align:right}.real-warning-wrap .monitor-detail-dialog[data-v-7fcd48b0]{width:100%}.real-warning-wrap .monitor-detail-dialog .h-header-wrap[data-v-7fcd48b0]{position:absolute;top:40px;left:30px;width:464px}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-one[data-v-7fcd48b0]{width:100%;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}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-one .h-type[data-v-7fcd48b0]{color:#fd3e3b;font-size:24px;font-weight:600}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-one .h-time[data-v-7fcd48b0]{color:#333;font-size:14px}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-two[data-v-7fcd48b0]{width:100%;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}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-two .h-node[data-v-7fcd48b0]{color:#999;font-size:14px}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-two .h-time[data-v-7fcd48b0]{color:#333;font-size:14px}.real-warning-wrap .monitor-detail-dialog .h-mes-wrap[data-v-7fcd48b0]{margin-top:40px;padding:15px;background:#f5f5f5;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.real-warning-wrap .monitor-detail-dialog .h-mes-wrap .h-bed[data-v-7fcd48b0]{color:#333;font-size:20px;font-weight:600}.real-warning-wrap .monitor-detail-dialog .h-mes-wrap .h-name-wrap[data-v-7fcd48b0]{padding-top:10px;color:#333;font-size:16px;font-weight:600}.real-warning-wrap .monitor-detail-dialog .h-mes-wrap .h-name-wrap .h-gender[data-v-7fcd48b0]{padding:0 20px}.real-warning-wrap .monitor-detail-dialog .con-wrap[data-v-7fcd48b0]{margin-top:25px;width:100%;height:50px;overflow:hidden}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item[data-v-7fcd48b0]{float:left}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .icon-wrap[data-v-7fcd48b0]{float:left;width:50px;height:50px;background:#f5f5f5;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .icon-wrap .icon-[data-v-7fcd48b0]{font-size:30px;color:#fd3e3b}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .icon-wrap .iconfei[data-v-7fcd48b0]{font-size:30px;color:#02a8fd}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .num-wrap[data-v-7fcd48b0]{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .num-wrap .num[data-v-7fcd48b0]{font-size:34px;color:#333;font-weight:600;line-height:34px;width:63px}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .num-wrap .unit[data-v-7fcd48b0]{padding-left:5px;font-size:12px;color:#666}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item2[data-v-7fcd48b0],.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item3[data-v-7fcd48b0]{margin-left:28px}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item3 .num-wrap2[data-v-7fcd48b0]{line-height:50px;font-size:20px;font-weight:600}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item3 .iconfont[data-v-7fcd48b0]{font-size:30px}.real-warning-wrap .monitor-detail-dialog .settled-btn[data-v-7fcd48b0]{position:absolute;bottom:30px;right:30px;width:100px;height:38px;text-align:center;line-height:38px;color:#f8f9fa;font-size:16px;font-weight:600;background:#eac13f;border-radius:5px;cursor:pointer}.real-warning-wrap .monitor-detail-dialog2[data-v-7fcd48b0]{width:100%}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2[data-v-7fcd48b0]{width:558px;height:115px;background:hsla(0,0%,96.1%,.5);padding:15px;position:relative}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-row[data-v-7fcd48b0]{color:#333;font-size:18px;font-weight:600}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-row .h-name[data-v-7fcd48b0]{float:right}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-row .h-name .h-gender[data-v-7fcd48b0]{padding:0 20px}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-warn-type[data-v-7fcd48b0]{color:#fd3e3b;font-size:16px;font-weight:600;margin-top:10px}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-time-wrap[data-v-7fcd48b0]{color:#333;font-size:16px;margin-top:10px}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-time-wrap .last-time[data-v-7fcd48b0]{margin-left:20px}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .handle-btn[data-v-7fcd48b0]{position:absolute;right:15px;bottom:15px;cursor:pointer;float:right;width:100px;height:38px;text-align:center;line-height:38px;color:#fff;font-size:18px;font-weight:600;background:#eac13f;border-radius:5px}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap[data-v-7fcd48b0]{width:100%}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-title[data-v-7fcd48b0]{width:100%;height:43px;line-height:43px;background:#f5f5f5;color:#666;font-size:16px;font-weight:600;margin-top:25px;padding:0 20px}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-title .icon-[data-v-7fcd48b0]{color:#e66;margin-right:10px}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-title .iconfei[data-v-7fcd48b0]{color:#02a8fd;margin-right:10px}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-title .f-right[data-v-7fcd48b0]{float:right}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-chart[data-v-7fcd48b0]{width:100%;height:170px}.top-search-wrap[data-v-7fcd48b0]{position:relative;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b-left[data-v-7fcd48b0],.top-search-wrap[data-v-7fcd48b0]{display:-webkit-box;display:-ms-flexbox;display:flex}.home-select-wrap[data-v-7fcd48b0]{width:200px}.de-nav-wrap[data-v-7fcd48b0]{width:100%;height:36px;margin:20px 0 5px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border-radius:5px}.nav-menu[data-v-7fcd48b0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}.nav-item[data-v-7fcd48b0]{padding:0 20px;height:36px;line-height:36px;color:#333;font-size:13px;border-radius:5px;cursor:pointer}.nav-item-active[data-v-7fcd48b0]{background:#eac13f;color:#fff}.detail-table-wrap[data-v-7fcd48b0]{height:508px}.real-warning-wrap{width:100%;-webkit-box-shadow:-5px 5px 24px -5px rgba(0,0,0,.08);box-shadow:-5px 5px 24px -5px rgba(0,0,0,.08)}.real-warning-wrap .warning-toolbar{width:100%;border-radius:3px;position:relative;background-color:#f7f8fa;padding:0 30px;border-radius:8px}.real-warning-wrap .warning-toolbar,.real-warning-wrap .warning-toolbar .ul-menu{height:58px;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:64px}.real-warning-wrap .warning-toolbar .li-item{width:160px;height:58px;background:#f7f8fb;border-radius:5px 5px 0 0;font-size:14px;font-weight:600;color:#666;text-align:center;line-height:58px;margin-right:5px;cursor:pointer}.real-warning-wrap .warning-toolbar .li-item-active div:first-child{background:#ebc22d;display:inline-block;width:135px;height:36px;line-height:36px;background:#f3c921;border-radius:18px}.real-warning-wrap .warning-toolbar .li-origin{position:relative}.real-warning-wrap .warning-toolbar .origin-active{position:absolute;top:-2px;width:10px;height:10px;border-radius:50%;background:#e3492e;-webkit-box-shadow:2px 0 9px 1px rgba(238,118,98,.4);box-shadow:2px 0 9px 1px rgba(238,118,98,.4);border-radius:5px}.real-warning-wrap .warning-toolbar .today{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.real-warning-wrap .warning-toolbar .today .today-left{width:120px;height:36px;text-align:center;line-height:36px;background:#ebc22c;color:#fff;-webkit-box-shadow:1px 3px 15px 1px rgba(235,194,44,.6);box-shadow:1px 3px 15px 1px rgba(235,194,44,.6);border-radius:5px;cursor:pointer;margin-right:20px}.real-warning-wrap .warning-toolbar .today .today-right{font-size:24px;font-family:MicrosoftYaHei;font-weight:700;color:#eb5e2d;line-height:22px}.real-warning-wrap .warning-toolbar .today .tody-r{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.real-warning-wrap .content-wrap{background:#fff;width:100%;height:88.5%;overflow:auto;border-radius:0 0 10px 10px;padding:30px}.real-warning-wrap .content-wrap .menu-list,.real-warning-wrap .menu-content{width:100%;height:100%}.real-warning-wrap .menu-content .no-data-wrap{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.real-warning-wrap .menu-item{float:left;position:relative;height:120px;width:calc(25% - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:32px;margin-bottom:35px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#f7f8fa;-webkit-box-shadow:0 2px 17px 1px rgba(220,227,242,.2);box-shadow:0 2px 17px 1px rgba(220,227,242,.2);border-radius:5px;padding:20px 18px;color:#fe3e3c;font-size:14px;cursor:pointer}.real-warning-wrap .menu-item:nth-child(4n){margin-right:0}.real-warning-wrap .menu-item:hover{background:#fff8f8;-webkit-box-shadow:0 2px 17px 1px rgba(246,100,100,.4);box-shadow:0 2px 17px 1px rgba(246,100,100,.4);border-left:3px solid #ec4e3b}.real-warning-wrap .menu-item:hover .iconwancheng{display:block}.real-warning-wrap .menu-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.real-warning-wrap .menu-text1{font-size:18px;font-family:PingFang SC;font-weight:600;color:#ec4b38}.real-warning-wrap .menu-text2{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#ec4b38}.real-warning-wrap .menu-text2 i{margin-right:10px}.real-warning-wrap .menu-text3{position:absolute;right:18px;bottom:18px}.real-warning-wrap .menu-text3 .iconwancheng{display:none;font-size:24px!important;color:#ffbaba}.real-warning-wrap .menu-text3 .iconwancheng:hover{color:red!important}.real-warning-wrap .text-tap{font-size:16px;font-weight:600}.real-warning-wrap .text-tap:nth-child(2){text-align:right}.real-warning-wrap .monitor-detail-dialog{width:100%}.real-warning-wrap .monitor-detail-dialog .h-header-wrap{position:absolute;top:40px;left:30px;width:464px}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-one{width:100%;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}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-one .h-type{color:#fd3e3b;font-size:24px;font-weight:600}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-one .h-time{color:#333;font-size:14px}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-two{width:100%;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}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-two .h-node{color:#999;font-size:14px}.real-warning-wrap .monitor-detail-dialog .h-header-wrap .h-header-two .h-time{color:#333;font-size:14px}.real-warning-wrap .monitor-detail-dialog .h-mes-wrap{margin-top:40px;padding:15px;background:#f5f5f5;border-radius:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.real-warning-wrap .monitor-detail-dialog .h-mes-wrap .h-bed{color:#333;font-size:20px;font-weight:600}.real-warning-wrap .monitor-detail-dialog .h-mes-wrap .h-name-wrap{padding-top:10px;color:#333;font-size:16px;font-weight:600}.real-warning-wrap .monitor-detail-dialog .h-mes-wrap .h-name-wrap .h-gender{padding:0 20px}.real-warning-wrap .monitor-detail-dialog .con-wrap{margin-top:25px;width:100%;height:50px;overflow:hidden}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item{float:left}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .icon-wrap{float:left;width:50px;height:50px;background:#f5f5f5;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .icon-wrap .icon-{font-size:30px;color:#fd3e3b}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .icon-wrap .iconfei{font-size:30px;color:#02a8fd}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .num-wrap{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .num-wrap .num{font-size:34px;color:#333;font-weight:600;line-height:34px;width:63px}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item .num-wrap .unit{padding-left:5px;font-size:12px;color:#666}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item2,.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item3{margin-left:28px}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item3 .num-wrap2{line-height:50px;font-size:20px;font-weight:600}.real-warning-wrap .monitor-detail-dialog .con-wrap .box-item3 .iconfont{font-size:30px}.real-warning-wrap .monitor-detail-dialog .settled-btn{position:absolute;bottom:30px;right:30px;width:100px;height:38px;text-align:center;line-height:38px;color:#f8f9fa;font-size:16px;font-weight:600;background:#eac13f;border-radius:5px;cursor:pointer}.real-warning-wrap .monitor-detail-dialog2{width:100%}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2{width:558px;height:115px;background:hsla(0,0%,96.1%,.5);padding:15px;position:relative}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-row{color:#333;font-size:18px;font-weight:600}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-row .h-name{float:right}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-row .h-name .h-gender{padding:0 20px}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-warn-type{color:#fd3e3b;font-size:16px;font-weight:600;margin-top:10px}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-time-wrap{color:#333;font-size:16px;margin-top:10px}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .h-time-wrap .last-time{margin-left:20px}.real-warning-wrap .monitor-detail-dialog2 .h-mes-wrap2 .handle-btn{position:absolute;right:15px;bottom:15px;cursor:pointer;float:right;width:100px;height:38px;text-align:center;line-height:38px;color:#fff;font-size:18px;font-weight:600;background:#eac13f;border-radius:5px}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap{width:100%}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-title{width:100%;height:43px;line-height:43px;background:#f5f5f5;color:#666;font-size:16px;font-weight:600;margin-top:25px;padding:0 20px}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-title .icon-{color:#e66;margin-right:10px}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-title .iconfei{color:#02a8fd;margin-right:10px}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-title .f-right{float:right}.real-warning-wrap .monitor-detail-dialog2 .h-chart-wrap .h-chart{width:100%;height:170px}.monitor-wrap[data-v-3f040e5d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative}.monitor-wrap .mon-left-wrap[data-v-3f040e5d]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:20px;height:100%;min-width:960px}.monitor-wrap .mon-left-wrap .mon-toolbar[data-v-3f040e5d]{width:100%;height:64px;background:#fff;border-radius:3px;padding-top:15px;position:relative;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.05);box-shadow:0 2px 3px 0 rgba(0,0,0,.05)}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu[data-v-3f040e5d]{float:left;width:calc(100% - 490px);height:34px;line-height:34px;margin-left:20px;font-size:14px}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item[data-v-3f040e5d]{float:left;padding:0 15px;border-radius:15px;margin-left:15px;cursor:pointer;color:#999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconfont[data-v-3f040e5d]{padding-right:8px;font-size:30px}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconweibiaoti--[data-v-3f040e5d]{color:#ead03f}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconzaichuang[data-v-3f040e5d]{color:#68eeb8}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconlichuang[data-v-3f040e5d]{color:#ffbb3d}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconlixian[data-v-3f040e5d]{color:#b0b0b0}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .t-wrap[data-v-3f040e5d]{position:relative}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .t-wrap .line[data-v-3f040e5d]{position:absolute;width:30px;height:4px;background:#eac13f;border-radius:2px;left:50%;margin-left:-15px}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item-active[data-v-3f040e5d]{color:#333;font-weight:600}.monitor-wrap .mon-left-wrap .mon-toolbar .input-wrap[data-v-3f040e5d]{float:left;height:34px;position:relative;margin-left:20px}.monitor-wrap .mon-left-wrap .mon-toolbar .input-wrap .t-icon[data-v-3f040e5d]{position:absolute;left:10px;z-index:999;font-size:15px;top:10px;color:#b0b0b0}.monitor-wrap .mon-left-wrap .mon-toolbar .input-wrap .t-search[data-v-3f040e5d]{width:180px}.monitor-wrap .mon-left-wrap .mon-toolbar .search-btn-wrap[data-v-3f040e5d]{float:left;margin-left:10px}.monitor-wrap .mon-left-wrap .mon-toolbar .select-wrap[data-v-3f040e5d]{position:absolute;right:20px;top:13px;width:150px;height:34px}.monitor-wrap .mon-left-wrap .menu-list[data-v-3f040e5d]{margin-top:20px;width:100%;height:calc(100% - 84px);overflow:auto;padding-bottom:60px}.monitor-wrap .mon-left-wrap .menu-list .menu-item[data-v-3f040e5d]{width:calc(25% - 22.5px);float:left;height:140px;background:#fff;border-radius:3px;margin-right:30px;margin-bottom:30px;padding:25px;cursor:pointer;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.05);box-shadow:0 2px 3px 0 rgba(0,0,0,.05)}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap[data-v-3f040e5d]{width:100%;height:50px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .state-icon[data-v-3f040e5d]{float:left;font-size:50px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .iconlixian[data-v-3f040e5d]{color:#b0b0b0}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .iconzaichuang[data-v-3f040e5d]{color:#68eeb8;border-radius:50%;height:50px;width:50px;line-height:50px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .iconlichuang[data-v-3f040e5d]{color:#ffbb3d}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .move[data-v-3f040e5d]{-webkit-box-shadow:0 0 13px 2px #f36938;box-shadow:0 0 13px 2px #f36938}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .item-top-content[data-v-3f040e5d]{float:right;font-weight:600;width:calc(100% - 68px);margin-left:10px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .item-top-content .chuanghao[data-v-3f040e5d]{color:#333;font-weight:600;font-size:16px;width:100%;text-align:right}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .item-top-content .mes[data-v-3f040e5d]{margin-top:10px;font-size:15px;color:#333;text-align:right}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .item-top-content .mes .sex[data-v-3f040e5d]{padding:0 10px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num[data-v-3f040e5d]{margin-top:20px;width:100%}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-left[data-v-3f040e5d]{float:left;width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-left .icon-[data-v-3f040e5d]{color:#e66;font-size:20px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-left .num-val[data-v-3f040e5d]{color:#333;font-size:22px;font-weight:600;padding:0 8px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-left .num-text[data-v-3f040e5d]{color:#333;font-size:12px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-right[data-v-3f040e5d]{float:right;width:50%;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-right .num-val[data-v-3f040e5d]{color:#333;font-size:22px;font-weight:600;padding:0 8px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-right .num-text[data-v-3f040e5d]{color:#333;font-size:12px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-right .iconfei[data-v-3f040e5d]{color:#02a8fd;font-size:20px}.monitor-wrap .mon-left-wrap .menu-list .menu-item[data-v-3f040e5d]:nth-child(4n){margin-right:0}.monitor-wrap .mon-left-wrap .menu-list .warnActive[data-v-3f040e5d]{-webkit-box-shadow:inset 0 1px 16px 4px rgba(255,18,18,.4);box-shadow:inset 0 1px 16px 4px rgba(255,18,18,.4)}.monitor-wrap .mon-right-wrap[data-v-3f040e5d]{width:290px;height:100%;background:#fff;border-radius:3px;padding:20px;color:#666;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.05);box-shadow:0 2px 3px 0 rgba(0,0,0,.05)}.monitor-wrap .mon-right-wrap .p-title[data-v-3f040e5d]{font-size:18px}.monitor-wrap .mon-right-wrap .nav-wrap[data-v-3f040e5d]{margin:30px 0;width:100%;overflow:hidden;border-radius:5px}.monitor-wrap .mon-right-wrap .nav-wrap .nav-item[data-v-3f040e5d]{float:left;width:50%;height:34px;line-height:34px;text-align:center;background:#f5f5f5;font-size:15px;cursor:pointer}.monitor-wrap .mon-right-wrap .nav-wrap .nav-item-active[data-v-3f040e5d]{background:#ebc22c;color:#fff}.monitor-wrap .mon-right-wrap .box-wrap[data-v-3f040e5d]{width:100%;height:calc(100% - 114px);overflow:auto}.monitor-wrap .mon-right-wrap .box-wrap .box[data-v-3f040e5d]{background:#f8f8f8;height:110px;margin-bottom:20px;border-radius:5px;padding:20px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap[data-v-3f040e5d]{font-size:14px;color:#666;height:20px;line-height:20px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .chuanghao[data-v-3f040e5d]{color:#333;font-weight:600;font-size:16px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .mon-type[data-v-3f040e5d]{float:right;color:#e66;font-size:16px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .sex[data-v-3f040e5d]{padding:0 8px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .mon-state[data-v-3f040e5d]{float:right}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .mon-last[data-v-3f040e5d]{color:#ebc22c}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .mon-end[data-v-3f040e5d]{color:#999}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .last-time[data-v-3f040e5d]{margin-left:10px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .icon-wrap[data-v-3f040e5d]{float:right;color:#ebc22c}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .icon-wrap .iconfont[data-v-3f040e5d]{font-size:20px;cursor:pointer}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .icon-wrap .iconqueren2[data-v-3f040e5d]{margin-left:20px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .icon-wrap .noRead[data-v-3f040e5d]{color:rgba(235,194,44,.5)}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap[data-v-3f040e5d]:nth-child(2){margin:10px 0}.monitor-detail-dialog[data-v-3f040e5d]{width:100%}.monitor-detail-dialog .el-dialog__body[data-v-3f040e5d]{padding-bottom:0!important}.monitor-detail-dialog .h-mes-wrap[data-v-3f040e5d]{color:#333;font-size:18px}.monitor-detail-dialog .h-mes-wrap .sex[data-v-3f040e5d]{padding:0 30px}.monitor-detail-dialog .h-mes-wrap .s-state[data-v-3f040e5d]{float:right}.monitor-detail-dialog .h-mes-wrap .s-state .s-state-value[data-v-3f040e5d]{color:#2ec785;padding-left:20px}.monitor-detail-dialog .h-mes-wrap2[data-v-3f040e5d]{color:#333;font-size:18px;font-weight:600}.monitor-detail-dialog .h-mes-wrap2 .sex[data-v-3f040e5d]{padding:0 20px}.monitor-detail-dialog .h-mes-wrap2 .f-right[data-v-3f040e5d]{float:right}.monitor-detail-dialog .h-mes-wrap3[data-v-3f040e5d]{margin-top:18px;color:#333;font-size:16px}.monitor-detail-dialog .h-mes-wrap3 .warn-type[data-v-3f040e5d]{color:#fd3e3b;font-weight:600}.monitor-detail-dialog .h-mes-wrap3 .f-right[data-v-3f040e5d]{float:right}.monitor-detail-dialog .h-mes-wrap3 .f-right .time[data-v-3f040e5d]{padding-left:30px}.monitor-detail-dialog .h-chart-wrap[data-v-3f040e5d]{width:100%}.monitor-detail-dialog .h-chart-wrap .h-title[data-v-3f040e5d]{width:100%;height:43px;line-height:43px;background:#f5f5f5;color:#666;font-size:16px;font-weight:600;margin-top:25px;padding:0 20px}.monitor-detail-dialog .h-chart-wrap .h-title .icon-[data-v-3f040e5d]{color:#e66;margin-right:10px}.monitor-detail-dialog .h-chart-wrap .h-title .iconfei[data-v-3f040e5d]{color:#02a8fd;margin-right:10px}.monitor-detail-dialog .h-chart-wrap .h-title .f-right[data-v-3f040e5d]{float:right}.monitor-detail-dialog .h-chart-wrap .h-chart[data-v-3f040e5d]{width:100%;height:170px}.monitor-detail-dialog .h-table-wrap[data-v-3f040e5d]{margin-top:10px}.monitor-detail-dialog .h-table-wrap .h-table-title[data-v-3f040e5d]{color:#333;font-size:18px;font-weight:600;margin-bottom:15px}.mon-toolbar-page[data-v-3f040e5d]{position:absolute;width:auto;min-width:600px;height:60px;background:#fff;-webkit-box-shadow:0 2px 15px 3px rgba(0,0,0,.15);box-shadow:0 2px 15px 3px rgba(0,0,0,.15);border-radius:5px;bottom:0;left:calc(50% - 155px);margin-left:-300px;text-align:center;padding:10px 0}.d-header[data-v-3f040e5d]{position:absolute;top:0;left:0;height:70px;line-height:70px;color:#333;font-size:18px;font-weight:600;width:80%}.d-header .h-span[data-v-3f040e5d]{padding-left:30px}.d-body[data-v-3f040e5d]{width:100%;height:680px;overflow:hidden;border-top:1px solid #e8e8e8}.d-body .d-left-nav[data-v-3f040e5d],.d-body[data-v-3f040e5d]{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff}.d-body .d-left-nav[data-v-3f040e5d]{width:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0}.d-body .d-left-nav .d-left-item[data-v-3f040e5d]{width:55px;height:55px;border-radius:5px;color:#999;text-align:center;line-height:55px;cursor:pointer}.d-body .d-left-nav .d-left-item .iconfont[data-v-3f040e5d]{font-size:18px}.d-body .d-left-nav .item-one[data-v-3f040e5d]{margin-bottom:20px}.d-body .d-left-nav .item-active[data-v-3f040e5d]{background:#ebc22c;color:#fff}.d-body .d-box[data-v-3f040e5d]{width:calc(100% - 80px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.d-body .d-box .d-box-content[data-v-3f040e5d]{max-height:680px}.d-body .d-box .d-box-content .real-time[data-v-3f040e5d]{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;text-align:center;line-height:60px;border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.d-body .d-box .d-box-content .real-time .real-heart[data-v-3f040e5d]{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;border-right:1px solid #e8e8e8;padding:0 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .d-box-content .real-time .real-heart div[data-v-3f040e5d]:first-child{font-size:20px;font-weight:400;color:#666}.d-body .d-box .d-box-content .real-time .real-heart div:first-child .icon-[data-v-3f040e5d]{color:#e66;font-size:25px;margin-right:15px}.d-body .d-box .d-box-content .real-time .real-heart .real-heart-item[data-v-3f040e5d]{font-size:20px;font-weight:400;color:#333}.d-body .d-box .d-box-content .real-time .real-heart .real-heart-item span[data-v-3f040e5d]:first-child{font-family:electronicFont;font-size:35px;margin-right:5px}.d-body .d-box .d-box-content .real-time .real-breathe[data-v-3f040e5d]{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;padding:0 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .d-box-content .real-time .real-breathe div[data-v-3f040e5d]:first-child{font-size:20px;font-weight:400;color:#666}.d-body .d-box .d-box-content .real-time .real-breathe div:first-child .iconfei[data-v-3f040e5d]{color:#02a8fd;font-size:25px;margin-right:15px}.d-body .d-box .d-box-content .real-time .real-breathe .real-breathe-item[data-v-3f040e5d]{font-size:20px;font-weight:400;color:#333}.d-body .d-box .d-box-content .real-time .real-breathe .real-breathe-item span[data-v-3f040e5d]:first-child{font-family:electronicFont;font-size:35px;margin-right:5px}.d-body .d-box .d-box-content .real-centent[data-v-3f040e5d]{display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100% - 60px)}.d-body .d-box .d-box-content .real-centent .d-left-wrap[data-v-3f040e5d]{border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;width:320px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-calender[data-v-3f040e5d]{border-bottom:1px solid #e8e8e8}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box[data-v-3f040e5d]{padding:20px 15px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-title[data-v-3f040e5d]{color:#333;font-size:16px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-item[data-v-3f040e5d]{margin-top:20px;font-size:14px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-item .h-label[data-v-3f040e5d]{color:#999}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-item .h-val[data-v-3f040e5d]{color:#333;font-weight:600;padding-left:13px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-item .h-label2[data-v-3f040e5d]{padding-left:16px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box[data-v-3f040e5d]{padding:20px 15px;background:#fff;border-top:1px solid #e8e8e8;height:calc(100% - 178px);overflow:auto}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box .h-title[data-v-3f040e5d]{color:#333;font-size:16px;padding-bottom:18px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box .h-list-menu[data-v-3f040e5d]{width:100%}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box .h-list-menu .h-list-item[data-v-3f040e5d]{width:290px;height:38px;line-height:38px;background:#fff;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);box-shadow:0 1px 5px 0 rgba(0,0,0,.1);border-radius:8px;margin-bottom:20px;padding:0 20px 0 13px;font-size:16px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box .h-list-menu .h-list-item[data-v-3f040e5d]:last-child{margin-bottom:0}.d-body .d-box .d-box-content .real-centent .d-right-wrap[data-v-3f040e5d]{margin-left:20px;width:calc(100% - 320px);height:100%}.d-body .d-box .d-box-content .real-centent .d-right-wrap .cur-time[data-v-3f040e5d]{width:100%;height:63px;line-height:63px;color:#333;font-size:18px}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content[data-v-3f040e5d]{width:100%;height:calc(100% - 63px);overflow:auto}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-same[data-v-3f040e5d]{width:100%;background:#fff;margin-bottom:20px;border-radius:5px;padding:20px}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-same .chart-same-box[data-v-3f040e5d]{width:100%;height:100%}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-one[data-v-3f040e5d]{height:316px}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-two[data-v-3f040e5d]{height:265px}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-five[data-v-3f040e5d],.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-four[data-v-3f040e5d],.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-three[data-v-3f040e5d]{height:316px}.d-body .d-box .user-data-wrap[data-v-3f040e5d]{padding:0 10px 35px 39px;overflow:auto}.d-body .d-box .user-data-wrap .title-one[data-v-3f040e5d]{font-size:24px;font-weight:500;color:#333;font-family:PingFang SC;padding:30px 0 20px}.d-body .d-box .user-data-wrap .title-two[data-v-3f040e5d]{font-family:PingFang SC;font-size:18px;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .item-one[data-v-3f040e5d]{font-size:14px;font-family:PingFang SC;font-weight:300;color:#999}.d-body .d-box .user-data-wrap .item-two[data-v-3f040e5d]{font-size:16px;font-family:PingFang SC;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .user-name[data-v-3f040e5d]{font-size:22px;font-family:PingFang SC;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .other-item[data-v-3f040e5d]{padding:9px 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100px;height:69px;background:#f7f7f7;border-radius:8px}.d-body .d-box .user-data-wrap .user-info[data-v-3f040e5d]{width:100%;padding:25px 30px 30px;background:#fff;-webkit-box-shadow:0 3px 11px 1px rgba(0,0,0,.08);box-shadow:0 3px 11px 1px rgba(0,0,0,.08);border-radius:15px}.d-body .d-box .user-data-wrap .user-info .info-box[data-v-3f040e5d]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0;border-bottom:1px solid #e8e8e8}.d-body .d-box .user-data-wrap .user-info .info-box .user-img[data-v-3f040e5d]{width:58px;height:58px;margin-right:20px}.d-body .d-box .user-data-wrap .user-info .info-box .user-img img[data-v-3f040e5d]{width:100%;height:100%;border-radius:8px;background-size:100% 100%}.d-body .d-box .user-data-wrap .user-info .info-box .user-data[data-v-3f040e5d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .user-info .info-box .user-data .user-name[data-v-3f040e5d]{font-size:22px;font-family:PingFang SC;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .user-info .info-box .user-data .user-datum .data1[data-v-3f040e5d]{font-size:16px;font-family:PingFang SC;font-weight:400;color:#b0b0b0;opacity:.8}.d-body .d-box .user-data-wrap .user-info .info-box .user-data .user-datum span[data-v-3f040e5d]{margin-right:20px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#2b3f58;opacity:.8}.d-body .d-box .user-data-wrap .user-info .info-box .user-data .user-datum span .iconfont[data-v-3f040e5d]{margin-right:9px}.d-body .d-box .user-data-wrap .user-info .title[data-v-3f040e5d]{padding:20px 0 15px}.d-body .d-box .user-data-wrap .user-info .other-information[data-v-3f040e5d]{width:100%}.d-body .d-box .user-data-wrap .user-info .other-information .upper-information[data-v-3f040e5d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.d-body .d-box .user-data-wrap .user-info .other-information .upper-information .upper-item-special[data-v-3f040e5d]{width:310px;height:69px}.d-body .d-box .user-data-wrap .user-info .other-information .upder-information[data-v-3f040e5d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .user-info .other-information .upder-information .upper-item-special[data-v-3f040e5d]{width:474px;height:69px}.d-body .d-box .user-data-wrap .user-info .other-information .upder-information div[data-v-3f040e5d]{width:239px;height:69px}.d-body .d-box .user-data-wrap .residence-status[data-v-3f040e5d]{width:100%;background:#fff;padding:25px 30px 30px;-webkit-box-shadow:0 3px 11px 1px rgba(0,0,0,.08);box-shadow:0 3px 11px 1px rgba(0,0,0,.08);border-radius:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .residence-status div[data-v-3f040e5d]{width:298px;height:69px}.d-body .d-box .user-data-wrap .family-situation[data-v-3f040e5d]{width:100%;background:#fff;padding:25px 30px 30px;-webkit-box-shadow:0 3px 11px 1px rgba(0,0,0,.08);box-shadow:0 3px 11px 1px rgba(0,0,0,.08);border-radius:15px}.d-body .d-box .user-data-wrap .family-situation .spouse-information[data-v-3f040e5d]{padding:23px 0}.d-body .d-box .user-data-wrap .family-situation .spouse-information span[data-v-3f040e5d]{margin-right:20px}.d-body .d-box .user-data-wrap .family-situation .spouse-information .spouse-item[data-v-3f040e5d]{font-size:16px;font-family:PingFang SC;font-weight:400;color:#b0b0b0;opacity:.8;margin-right:20px}.d-body .d-box .user-data-wrap .family-situation .spouse-information .spouse-card[data-v-3f040e5d]{font-size:14px;font-family:PingFang SC;font-weight:400;color:#2b3f58;opacity:.8}.d-body .d-box .user-data-wrap .family-situation .spouse-information .spouse-card .iconcredentials_icon[data-v-3f040e5d]{margin-right:10px}.d-body .d-box .user-data-wrap .family-situation .spouse-data[data-v-3f040e5d]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:20px;border-bottom:1px solid #e8e8e8}.d-body .d-box .user-data-wrap .family-situation .spouse-data div[data-v-3f040e5d]{margin-right:25px}.d-body .d-box .user-data-wrap .family-situation .spouse-data .spouse-data2[data-v-3f040e5d]{width:310px;height:69px}.d-body .d-box .user-data-wrap .family-situation .spouse-data .spouse-data3[data-v-3f040e5d]{width:239px;height:69px}.d-body .d-box .user-data-wrap .family-situation .child-title[data-v-3f040e5d]{padding:20px 0 15px}.d-body .d-box .user-data-wrap .family-situation .child-information[data-v-3f040e5d]{width:100%}.d-body .d-box .user-data-wrap .family-situation .child-information span[data-v-3f040e5d]{width:115px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.d-body .d-box .user-data-wrap .family-situation .child-information .child-tabtle[data-v-3f040e5d]{background:#f7f7f7}.d-body .d-box .user-data-wrap .family-situation .child-information .child-list[data-v-3f040e5d],.d-body .d-box .user-data-wrap .family-situation .child-information .child-tabtle[data-v-3f040e5d]{padding:0 30px;display:-webkit-box;display:-ms-flexbox;width:100%;height:46px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .family-situation .child-information .child-list[data-v-3f040e5d]:nth-child(2n-1){background:#f7f7f7}.d-body .d-box .user-data-wrap .family-situation .description[data-v-3f040e5d]{padding-top:20px}.d-body .d-box .user-data-wrap .family-situation .description span[data-v-3f040e5d]:nth-child(2){margin-left:20px;font-size:14px;font-family:PingFang SC;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .health-status[data-v-3f040e5d]{width:100%;background:#fff;padding:25px 30px 30px;-webkit-box-shadow:0 3px 11px 1px rgba(0,0,0,.08);box-shadow:0 3px 11px 1px rgba(0,0,0,.08);border-radius:15px}.d-body .d-box .user-data-wrap .health-status .physical-status[data-v-3f040e5d]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:22px}.d-body .d-box .user-data-wrap .health-status .physical-status .status[data-v-3f040e5d]{width:239px;height:69px}.d-body .d-box .user-data-wrap .health-status .regular-wrap[data-v-3f040e5d]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.d-body .d-box .user-data-wrap .health-status .regular-wrap div[data-v-3f040e5d]{width:239px;height:69px;margin-right:25px}.d-body .d-box .user-data-wrap .health-status .health-item[data-v-3f040e5d]{padding:21px 0 0;font-size:14px;font-family:PingFang SC;font-weight:300;color:#999}.d-body .d-box .user-data-wrap .health-status .project-wrap[data-v-3f040e5d]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.d-body .d-box .user-data-wrap .health-status .project-wrap .item-two[data-v-3f040e5d]{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px;height:40px;background:#f7f7f7;border-radius:8px;margin-right:25px}.d-body .d-box .user-data-wrap .health-status .medication[data-v-3f040e5d]{margin-top:20px;padding:20px 0 15px;border-top:1px solid #e8e8e8}.d-body .d-box .user-data-wrap .health-status .medication-happening[data-v-3f040e5d]{width:100%}.d-body .d-box .user-data-wrap .health-status .medication-happening span[data-v-3f040e5d]{width:300px;height:100%;text-align:center;line-height:46px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.d-body .d-box .user-data-wrap .health-status .medication-happening .medication-tabtle[data-v-3f040e5d]{background:#f7f7f7}.d-body .d-box .user-data-wrap .health-status .medication-happening .medication-list[data-v-3f040e5d],.d-body .d-box .user-data-wrap .health-status .medication-happening .medication-tabtle[data-v-3f040e5d]{padding:0 70px;display:-webkit-box;display:-ms-flexbox;width:100%;height:46px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .health-status .medication-happening .medication-list[data-v-3f040e5d]:nth-child(2n-1){background:#f7f7f7}.monitor-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative}.monitor-wrap .mon-left-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:20px;height:100%;min-width:960px}.monitor-wrap .mon-left-wrap .mon-toolbar{width:100%;height:64px;background:#fff;border-radius:3px;padding-top:15px;position:relative;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.05);box-shadow:0 2px 3px 0 rgba(0,0,0,.05)}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu{float:left;width:calc(100% - 490px);height:34px;line-height:34px;margin-left:20px;font-size:14px}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item{float:left;padding:0 15px;border-radius:15px;margin-left:15px;cursor:pointer;color:#999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconfont{padding-right:8px;font-size:30px}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconweibiaoti--{color:#ead03f}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconzaichuang{color:#68eeb8}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconlichuang{color:#ffbb3d}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .iconlixian{color:#b0b0b0}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .t-wrap{position:relative}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item .t-wrap .line{position:absolute;width:30px;height:4px;background:#eac13f;border-radius:2px;left:50%;margin-left:-15px}.monitor-wrap .mon-left-wrap .mon-toolbar .ul-menu .li-item-active{color:#333;font-weight:600}.monitor-wrap .mon-left-wrap .mon-toolbar .input-wrap{float:left;height:34px;position:relative;margin-left:20px}.monitor-wrap .mon-left-wrap .mon-toolbar .input-wrap .t-icon{position:absolute;left:10px;z-index:999;font-size:15px;top:10px;color:#b0b0b0}.monitor-wrap .mon-left-wrap .mon-toolbar .input-wrap .t-search{width:180px}.monitor-wrap .mon-left-wrap .mon-toolbar .search-btn-wrap{float:left;margin-left:10px}.monitor-wrap .mon-left-wrap .mon-toolbar .select-wrap{position:absolute;right:20px;top:13px;width:150px;height:34px}.monitor-wrap .mon-left-wrap .menu-list{margin-top:20px;width:100%;height:calc(100% - 84px);overflow:auto;padding-bottom:60px}.monitor-wrap .mon-left-wrap .menu-list .menu-item{width:calc(25% - 22.5px);float:left;height:140px;background:#fff;border-radius:3px;margin-right:30px;margin-bottom:30px;padding:25px;cursor:pointer;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.05);box-shadow:0 2px 3px 0 rgba(0,0,0,.05)}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap{width:100%;height:50px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .state-icon{float:left;font-size:50px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .iconlixian{color:#b0b0b0}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .iconzaichuang{color:#68eeb8;border-radius:50%;height:50px;width:50px;line-height:50px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .iconlichuang{color:#ffbb3d}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .move{-webkit-box-shadow:0 0 13px 2px #f36938;box-shadow:0 0 13px 2px #f36938}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .item-top-content{float:right;font-weight:600;width:calc(100% - 68px);margin-left:10px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .item-top-content .chuanghao{color:#333;font-weight:600;font-size:16px;width:100%;text-align:right}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .item-top-content .mes{margin-top:10px;font-size:15px;color:#333;text-align:right}.monitor-wrap .mon-left-wrap .menu-list .menu-item .item-top-wrap .item-top-content .mes .sex{padding:0 10px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num{margin-top:20px;width:100%}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-left{float:left;width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-left .icon-{color:#e66;font-size:20px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-left .num-val{color:#333;font-size:22px;font-weight:600;padding:0 8px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-left .num-text{color:#333;font-size:12px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-right{float:right;width:50%;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-right .num-val{color:#333;font-size:22px;font-weight:600;padding:0 8px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-right .num-text{color:#333;font-size:12px}.monitor-wrap .mon-left-wrap .menu-list .menu-item .num .num-right .iconfei{color:#02a8fd;font-size:20px}.monitor-wrap .mon-left-wrap .menu-list .menu-item:nth-child(4n){margin-right:0}.monitor-wrap .mon-left-wrap .menu-list .warnActive{-webkit-box-shadow:inset 0 1px 16px 4px rgba(255,18,18,.4);box-shadow:inset 0 1px 16px 4px rgba(255,18,18,.4)}.monitor-wrap .mon-right-wrap{width:290px;height:100%;background:#fff;border-radius:3px;padding:20px;color:#666;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.05);box-shadow:0 2px 3px 0 rgba(0,0,0,.05)}.monitor-wrap .mon-right-wrap .p-title{font-size:18px}.monitor-wrap .mon-right-wrap .nav-wrap{margin:30px 0;width:100%;overflow:hidden;border-radius:5px}.monitor-wrap .mon-right-wrap .nav-wrap .nav-item{float:left;width:50%;height:34px;line-height:34px;text-align:center;background:#f5f5f5;font-size:15px;cursor:pointer}.monitor-wrap .mon-right-wrap .nav-wrap .nav-item-active{background:#ebc22c;color:#fff}.monitor-wrap .mon-right-wrap .box-wrap{width:100%;height:calc(100% - 114px);overflow:auto}.monitor-wrap .mon-right-wrap .box-wrap .box{background:#f8f8f8;height:110px;margin-bottom:20px;border-radius:5px;padding:20px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap{font-size:14px;color:#666;height:20px;line-height:20px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .chuanghao{color:#333;font-weight:600;font-size:16px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .mon-type{float:right;color:#e66;font-size:16px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .sex{padding:0 8px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .mon-state{float:right}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .mon-last{color:#ebc22c}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .mon-end{color:#999}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .last-time{margin-left:10px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .icon-wrap{float:right;color:#ebc22c}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .icon-wrap .iconfont{font-size:20px;cursor:pointer}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .icon-wrap .iconqueren2{margin-left:20px}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap .icon-wrap .noRead{color:rgba(235,194,44,.5)}.monitor-wrap .mon-right-wrap .box-wrap .box .p-wrap:nth-child(2){margin:10px 0}.monitor-detail-dialog{width:100%}.monitor-detail-dialog .el-dialog__body{padding-bottom:0!important}.monitor-detail-dialog .h-mes-wrap{color:#333;font-size:18px}.monitor-detail-dialog .h-mes-wrap .sex{padding:0 30px}.monitor-detail-dialog .h-mes-wrap .s-state{float:right}.monitor-detail-dialog .h-mes-wrap .s-state .s-state-value{color:#2ec785;padding-left:20px}.monitor-detail-dialog .h-mes-wrap2{color:#333;font-size:18px;font-weight:600}.monitor-detail-dialog .h-mes-wrap2 .sex{padding:0 20px}.monitor-detail-dialog .h-mes-wrap2 .f-right{float:right}.monitor-detail-dialog .h-mes-wrap3{margin-top:18px;color:#333;font-size:16px}.monitor-detail-dialog .h-mes-wrap3 .warn-type{color:#fd3e3b;font-weight:600}.monitor-detail-dialog .h-mes-wrap3 .f-right{float:right}.monitor-detail-dialog .h-mes-wrap3 .f-right .time{padding-left:30px}.monitor-detail-dialog .h-chart-wrap{width:100%}.monitor-detail-dialog .h-chart-wrap .h-title{width:100%;height:43px;line-height:43px;background:#f5f5f5;color:#666;font-size:16px;font-weight:600;margin-top:25px;padding:0 20px}.monitor-detail-dialog .h-chart-wrap .h-title .icon-{color:#e66;margin-right:10px}.monitor-detail-dialog .h-chart-wrap .h-title .iconfei{color:#02a8fd;margin-right:10px}.monitor-detail-dialog .h-chart-wrap .h-title .f-right{float:right}.monitor-detail-dialog .h-chart-wrap .h-chart{width:100%;height:170px}.monitor-detail-dialog .h-table-wrap{margin-top:10px}.monitor-detail-dialog .h-table-wrap .h-table-title{color:#333;font-size:18px;font-weight:600;margin-bottom:15px}.mon-toolbar-page{position:absolute;width:auto;min-width:600px;height:60px;background:#fff;-webkit-box-shadow:0 2px 15px 3px rgba(0,0,0,.15);box-shadow:0 2px 15px 3px rgba(0,0,0,.15);border-radius:5px;bottom:0;left:calc(50% - 155px);margin-left:-300px;text-align:center;padding:10px 0}.d-header{position:absolute;top:0;left:0;height:70px;line-height:70px;color:#333;font-size:18px;font-weight:600;width:80%}.d-header .h-span{padding-left:30px}.d-body{width:100%;height:680px;overflow:hidden;border-top:1px solid #e8e8e8}.d-body,.d-body .d-left-nav{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff}.d-body .d-left-nav{width:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0}.d-body .d-left-nav .d-left-item{width:55px;height:55px;border-radius:5px;color:#999;text-align:center;line-height:55px;cursor:pointer}.d-body .d-left-nav .d-left-item .iconfont{font-size:18px}.d-body .d-left-nav .item-one{margin-bottom:20px}.d-body .d-left-nav .item-active{background:#ebc22c;color:#fff}.d-body .d-box{width:calc(100% - 80px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.d-body .d-box .d-box-content{max-height:680px}.d-body .d-box .d-box-content .real-time{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;text-align:center;line-height:60px;border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.d-body .d-box .d-box-content .real-time .real-heart{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;border-right:1px solid #e8e8e8;padding:0 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .d-box-content .real-time .real-heart div:first-child{font-size:20px;font-weight:400;color:#666}.d-body .d-box .d-box-content .real-time .real-heart div:first-child .icon-{color:#e66;font-size:25px;margin-right:15px}.d-body .d-box .d-box-content .real-time .real-heart .real-heart-item{font-size:20px;font-weight:400;color:#333}.d-body .d-box .d-box-content .real-time .real-heart .real-heart-item span:first-child{font-family:electronicFont;font-size:35px;margin-right:5px}.d-body .d-box .d-box-content .real-time .real-breathe{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;padding:0 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .d-box-content .real-time .real-breathe div:first-child{font-size:20px;font-weight:400;color:#666}.d-body .d-box .d-box-content .real-time .real-breathe div:first-child .iconfei{color:#02a8fd;font-size:25px;margin-right:15px}.d-body .d-box .d-box-content .real-time .real-breathe .real-breathe-item{font-size:20px;font-weight:400;color:#333}.d-body .d-box .d-box-content .real-time .real-breathe .real-breathe-item span:first-child{font-family:electronicFont;font-size:35px;margin-right:5px}.d-body .d-box .d-box-content .real-centent{display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100% - 60px)}.d-body .d-box .d-box-content .real-centent .d-left-wrap{border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;width:320px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-calender{border-bottom:1px solid #e8e8e8}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box{padding:20px 15px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-title{color:#333;font-size:16px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-item{margin-top:20px;font-size:14px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-item .h-label{color:#999}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-item .h-val{color:#333;font-weight:600;padding-left:13px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-health-box .h-item .h-label2{padding-left:16px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box{padding:20px 15px;background:#fff;border-top:1px solid #e8e8e8;height:calc(100% - 178px);overflow:auto}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box .h-title{color:#333;font-size:16px;padding-bottom:18px}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box .h-list-menu{width:100%}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box .h-list-menu .h-list-item{width:290px;height:38px;line-height:38px;background:#fff;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);box-shadow:0 1px 5px 0 rgba(0,0,0,.1);border-radius:8px;margin-bottom:20px;padding:0 20px 0 13px;font-size:16px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .d-box-content .real-centent .d-left-wrap .h-warn-box .h-list-menu .h-list-item:last-child{margin-bottom:0}.d-body .d-box .d-box-content .real-centent .d-right-wrap{margin-left:20px;width:calc(100% - 320px);height:100%}.d-body .d-box .d-box-content .real-centent .d-right-wrap .cur-time{width:100%;height:63px;line-height:63px;color:#333;font-size:18px}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content{width:100%;height:calc(100% - 63px);overflow:auto}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-same{width:100%;background:#fff;margin-bottom:20px;border-radius:5px;padding:20px}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-same .chart-same-box{width:100%;height:100%}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-one{height:316px}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-two{height:265px}.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-five,.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-four,.d-body .d-box .d-box-content .real-centent .d-right-wrap .d-right-content .chart-three{height:316px}.d-body .d-box .user-data-wrap{padding:0 10px 35px 39px;overflow:auto}.d-body .d-box .user-data-wrap .title-one{font-size:24px;font-weight:500;color:#333;font-family:PingFang SC;padding:30px 0 20px}.d-body .d-box .user-data-wrap .title-two{font-family:PingFang SC;font-size:18px;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .item-one{font-size:14px;font-family:PingFang SC;font-weight:300;color:#999}.d-body .d-box .user-data-wrap .item-two{font-size:16px;font-family:PingFang SC;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .user-name{font-size:22px;font-family:PingFang SC;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .other-item{padding:9px 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100px;height:69px;background:#f7f7f7;border-radius:8px}.d-body .d-box .user-data-wrap .user-info{width:100%;padding:25px 30px 30px;background:#fff;-webkit-box-shadow:0 3px 11px 1px rgba(0,0,0,.08);box-shadow:0 3px 11px 1px rgba(0,0,0,.08);border-radius:15px}.d-body .d-box .user-data-wrap .user-info .info-box{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0;border-bottom:1px solid #e8e8e8}.d-body .d-box .user-data-wrap .user-info .info-box .user-img{width:58px;height:58px;margin-right:20px}.d-body .d-box .user-data-wrap .user-info .info-box .user-img img{width:100%;height:100%;border-radius:8px;background-size:100% 100%}.d-body .d-box .user-data-wrap .user-info .info-box .user-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .user-info .info-box .user-data .user-name{font-size:22px;font-family:PingFang SC;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .user-info .info-box .user-data .user-datum .data1{font-size:16px;font-family:PingFang SC;font-weight:400;color:#b0b0b0;opacity:.8}.d-body .d-box .user-data-wrap .user-info .info-box .user-data .user-datum span{margin-right:20px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#2b3f58;opacity:.8}.d-body .d-box .user-data-wrap .user-info .info-box .user-data .user-datum span .iconfont{margin-right:9px}.d-body .d-box .user-data-wrap .user-info .title{padding:20px 0 15px}.d-body .d-box .user-data-wrap .user-info .other-information{width:100%}.d-body .d-box .user-data-wrap .user-info .other-information .upper-information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.d-body .d-box .user-data-wrap .user-info .other-information .upper-information .upper-item-special{width:310px;height:69px}.d-body .d-box .user-data-wrap .user-info .other-information .upder-information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .user-info .other-information .upder-information .upper-item-special{width:474px;height:69px}.d-body .d-box .user-data-wrap .user-info .other-information .upder-information div{width:239px;height:69px}.d-body .d-box .user-data-wrap .residence-status{width:100%;background:#fff;padding:25px 30px 30px;-webkit-box-shadow:0 3px 11px 1px rgba(0,0,0,.08);box-shadow:0 3px 11px 1px rgba(0,0,0,.08);border-radius:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .residence-status div{width:298px;height:69px}.d-body .d-box .user-data-wrap .family-situation{width:100%;background:#fff;padding:25px 30px 30px;-webkit-box-shadow:0 3px 11px 1px rgba(0,0,0,.08);box-shadow:0 3px 11px 1px rgba(0,0,0,.08);border-radius:15px}.d-body .d-box .user-data-wrap .family-situation .spouse-information{padding:23px 0}.d-body .d-box .user-data-wrap .family-situation .spouse-information span{margin-right:20px}.d-body .d-box .user-data-wrap .family-situation .spouse-information .spouse-item{font-size:16px;font-family:PingFang SC;font-weight:400;color:#b0b0b0;opacity:.8;margin-right:20px}.d-body .d-box .user-data-wrap .family-situation .spouse-information .spouse-card{font-size:14px;font-family:PingFang SC;font-weight:400;color:#2b3f58;opacity:.8}.d-body .d-box .user-data-wrap .family-situation .spouse-information .spouse-card .iconcredentials_icon{margin-right:10px}.d-body .d-box .user-data-wrap .family-situation .spouse-data{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:20px;border-bottom:1px solid #e8e8e8}.d-body .d-box .user-data-wrap .family-situation .spouse-data div{margin-right:25px}.d-body .d-box .user-data-wrap .family-situation .spouse-data .spouse-data2{width:310px;height:69px}.d-body .d-box .user-data-wrap .family-situation .spouse-data .spouse-data3{width:239px;height:69px}.d-body .d-box .user-data-wrap .family-situation .child-title{padding:20px 0 15px}.d-body .d-box .user-data-wrap .family-situation .child-information{width:100%}.d-body .d-box .user-data-wrap .family-situation .child-information span{width:115px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.d-body .d-box .user-data-wrap .family-situation .child-information .child-tabtle{background:#f7f7f7}.d-body .d-box .user-data-wrap .family-situation .child-information .child-list,.d-body .d-box .user-data-wrap .family-situation .child-information .child-tabtle{padding:0 30px;display:-webkit-box;display:-ms-flexbox;width:100%;height:46px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .family-situation .child-information .child-list:nth-child(2n-1){background:#f7f7f7}.d-body .d-box .user-data-wrap .family-situation .description{padding-top:20px}.d-body .d-box .user-data-wrap .family-situation .description span:nth-child(2){margin-left:20px;font-size:14px;font-family:PingFang SC;font-weight:500;color:#333}.d-body .d-box .user-data-wrap .health-status{width:100%;background:#fff;padding:25px 30px 30px;-webkit-box-shadow:0 3px 11px 1px rgba(0,0,0,.08);box-shadow:0 3px 11px 1px rgba(0,0,0,.08);border-radius:15px}.d-body .d-box .user-data-wrap .health-status .physical-status{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:22px}.d-body .d-box .user-data-wrap .health-status .physical-status .status{width:239px;height:69px}.d-body .d-box .user-data-wrap .health-status .regular-wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.d-body .d-box .user-data-wrap .health-status .regular-wrap div{width:239px;height:69px;margin-right:25px}.d-body .d-box .user-data-wrap .health-status .health-item{padding:21px 0 0;font-size:14px;font-family:PingFang SC;font-weight:300;color:#999}.d-body .d-box .user-data-wrap .health-status .project-wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.d-body .d-box .user-data-wrap .health-status .project-wrap .item-two{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px;height:40px;background:#f7f7f7;border-radius:8px;margin-right:25px}.d-body .d-box .user-data-wrap .health-status .medication{margin-top:20px;padding:20px 0 15px;border-top:1px solid #e8e8e8}.d-body .d-box .user-data-wrap .health-status .medication-happening{width:100%}.d-body .d-box .user-data-wrap .health-status .medication-happening span{width:300px;height:100%;text-align:center;line-height:46px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.d-body .d-box .user-data-wrap .health-status .medication-happening .medication-tabtle{background:#f7f7f7}.d-body .d-box .user-data-wrap .health-status .medication-happening .medication-list,.d-body .d-box .user-data-wrap .health-status .medication-happening .medication-tabtle{padding:0 70px;display:-webkit-box;display:-ms-flexbox;width:100%;height:46px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-body .d-box .user-data-wrap .health-status .medication-happening .medication-list:nth-child(2n-1){background:#f7f7f7}.content1{padding:10px;width:auto;height:200px;background:#fff;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;margin-right:20px;margin-bottom:20px}.content1 .neirong{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:justify;align-content:space-between;background:#e9ecf6;height:179px}.content1 .neirong .cesuo{width:80px;height:80px;background:#e9ecf6}.content1 .neirong .men{width:80px;height:80px;position:relative}.content1 .neirong .men .men1{background:#88daa7;width:7px;height:30px}.content1 .neirong .men .men1,.content1 .neirong .men .men2{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.content1 .neirong .men .men2{width:31px;height:31px;background:#f5691d;border-radius:0 31px 0 0}.content1 .neirong .chuang{width:50px;height:80px;background:#b9c0da;border-radius:5px}.room{background-color:#fff;border-radius:10px;margin-top:30px;height:62px}.roombtn{cursor:pointer}.bedManage,.bedManage .text-area{width:100%}.bedManage .text-area .el-form-item__content{height:50px}.bedManage .t-title{height:50px;line-height:50px;font-size:16px;color:#2b303e;padding-left:30px;border-bottom:1px solid #f4f4f4;font-weight:500;width:330px}.b-tianjia[data-v-947cc280]{display:block;float:right;width:80px!important;margin-top:-30px}.p-title[data-v-947cc280]{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.account-wrap[data-v-947cc280]{margin-top:20px;margin-bottom:20px}.roombtn[data-v-947cc280]{width:69px;height:32px;background:#fbebeb;border-radius:8px;color:#fb5000;margin-top:15px;margin-right:20px}.detail-table-wrap[data-v-947cc280]{height:508px}.Dheader1[data-v-947cc280]{margin-left:20px;margin-bottom:20px;color:#b0b0b0;font-size:12px}[data-v-947cc280] .detail-table-wrap .ktTable .toolbar-page{bottom:-30px!important}[data-v-947cc280] .topSearch .center-search .b-search{margin-top:1px!important}.center-search[data-v-947cc280]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.center-searchbtn[data-v-947cc280]{width:32px;height:32px;background:#f3c921;color:#fff;border-radius:6px;text-align:center;line-height:32px;-webkit-transform:translate(-60px,-5px);transform:translate(-60px,-5px);margin-right:-80px;font-size:23px;cursor:pointer}.bindingManage .text-area[data-v-947cc280],.bindingManage[data-v-947cc280]{width:100%}.bindingManage .text-area .el-form-item__content[data-v-947cc280]{height:50px}.bindingManage .t-title[data-v-947cc280]{height:50px;line-height:50px;font-size:16px;color:#2b303e;padding-left:30px;border-bottom:1px solid #f4f4f4;font-weight:500;width:330px}.equipUserDeviceManage .toolbar[data-v-947cc280]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.equipUserDeviceManage .toolbar .topSearch[data-v-947cc280]{-webkit-box-flex:1;-ms-flex:1;flex:1}.equipUserDeviceManage .toolbar .classify[data-v-947cc280]{width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.top-search-wrap[data-v-947cc280]{position:relative;width:300px;display:-webkit-box;display:-ms-flexbox;display:flex}.hander-search[data-v-947cc280]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hander-search .hander-right[data-v-947cc280]{width:200px;margin-top:-5px}.tb-span[data-v-947cc280]{color:#333;font-size:14px}.b-enter-right[data-v-947cc280]{position:absolute;right:30px;z-index:99999}.bindingManage,.bindingManage .text-area{width:100%}.bindingManage .text-area .el-form-item__content{height:50px}.bindingManage .t-title{height:50px;line-height:50px;font-size:16px;color:#2b303e;padding-left:30px;border-bottom:1px solid #f4f4f4;font-weight:500;width:330px}.equipUserDeviceManage .toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.equipUserDeviceManage .toolbar .topSearch{-webkit-box-flex:1;-ms-flex:1;flex:1}.equipUserDeviceManage .toolbar .classify{width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.top-search-wrap{position:relative;width:300px}.hander-search,.top-search-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.hander-search{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hander-search .hander-right{width:200px;margin-top:-5px}.tb-span{color:#333;font-size:14px}.b-enter-right{position:absolute;right:30px;z-index:99999}.b-tianjia{display:block;float:right;width:80px!important;margin-top:-30px}.p-title{color:#1b2b5d;font-size:14px;font-weight:600;margin:5px 0}.account-wrap{margin-top:20px;margin-bottom:20px}.roombtn{width:69px;height:32px;background:#fbebeb;border-radius:8px;color:#fb5000;margin-top:15px;margin-right:20px}.structureManage,.structureManage .text-area{width:100%}.structureManage .text-area .el-form-item__content{height:50px}.structureManage .t-title{height:50px;line-height:50px;font-size:16px;color:#2b303e;padding-left:30px;border-bottom:1px solid #f4f4f4;font-weight:500;width:330px}.data-item-details .text-area{width:100%}.data-item-details .text-area .el-form-item__content{height:50px}.data-item-details .t-title{height:50px;line-height:50px;font-size:16px;color:#2b303e;padding-left:30px;border-bottom:1px solid #f4f4f4;font-weight:500;width:330px}.data-item-wrap .text-area{width:100%}.data-item-wrap .text-area .el-form-item__content{height:50px}.data-item-wrap .t-title{height:50px;line-height:50px;font-size:16px;color:#2b303e;padding-left:30px;border-bottom:1px solid #f4f4f4;font-weight:500;width:100%}.dept-wrap .text-area{width:100%}.dept-wrap .text-area .el-form-item__content{height:50px}.dept-wrap .t-title{height:50px;line-height:50px;font-size:16px;color:#2b303e;padding-left:30px;border-bottom:1px solid #f4f4f4;font-weight:500;width:330px}.duties-wrap .text-area{width:100%}.duties-wrap .text-area .el-form-item__content{height:50px}.roles-wrap .account-wrap,.roles-wrap .account-wrap[data-v-3e2ebf8c]{height:460px;overflow:auto}.unit-manage .text-area{width:100%}.unit-manage .text-area .el-form-item__content{height:50px}.unit-manage .t-title{height:50px;line-height:50px;font-size:16px;color:#2b303e;padding-left:30px;border-bottom:1px solid #f4f4f4;font-weight:500;width:100%}.users-wrap[data-v-7c6ce76b]{width:100%}.users-wrap .account-wrap[data-v-7c6ce76b]{height:460px;overflow:auto}.users-wrap{width:100%}.users-wrap .account-wrap{height:460px;overflow:auto}.myInformation[data-v-763ca55c]{background:#fff;width:100%;height:760px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.myInformation .basic[data-v-763ca55c]{width:416px;height:470px;margin:auto;background-color:#f9f9f9;border-radius:5px}.myInformation .basic .row-bg[data-v-763ca55c]{padding-top:25px!important;padding:0 42px}.myInformation .changePassword[data-v-763ca55c]{margin-top:50px}.myInformation .changePassword .btn-change[data-v-763ca55c]{padding:0;color:#fff;background-color:#455265;width:100px;height:30px;line-height:30px;border-radius:3px;cursor:pointer}.myInformation{background:#fff;width:100%;height:760px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.myInformation .basic{width:416px;height:470px;margin:auto;background-color:#f9f9f9;border-radius:5px}.myInformation .basic .row-bg{padding-top:25px!important;padding:0 42px}.myInformation .changePassword{margin-top:50px}.myInformation .changePassword .btn-change{padding:0;color:#fff;background-color:#455265;width:100px;height:30px;line-height:30px;border-radius:3px;cursor:pointer}.shortCutMenu[data-v-ac609cde]{width:100%}.shortCutMenu .menu[data-v-ac609cde]{background-color:#fff;margin:30px 0 20px 0}.shortCutMenu .menu .t-title .btn-shortcut[data-v-ac609cde]{padding-left:34px;padding-right:34px;margin-right:30px;border:0;color:#666;background-color:#f6f6f6;border-radius:20px}.shortCutMenu .menu .t-title .btn-shortcut[data-v-ac609cde]:hover{color:#f8f9fa;background:#455265}.shortCutMenu .icon-menu[data-v-ac609cde]{height:150px;line-height:135px;margin:0 45px;overflow:hidden}.shortCutMenu .icon-menu .check-box[data-v-ac609cde]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin:30px 45px 15px 45px;float:left}.shortCutMenu .icon-menu .check-box .iconOne[data-v-ac609cde]{color:#1e72ff;font-size:23px;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;background:rgba(45,123,255,.15);display:inline-block}.shortCutMenu .icon-menu .check-box .check-title[data-v-ac609cde]{font-size:16px;color:#666;font-weight:400;padding-top:9px}.shortCutMenu .notAdded[data-v-ac609cde]{height:100%}.shortCutMenu{width:100%}.shortCutMenu .menu{background-color:#fff;margin:30px 0 20px 0}.shortCutMenu .menu .t-title .btn-shortcut{padding-left:34px;padding-right:34px;margin-right:30px;border:0;color:#666;background-color:#f6f6f6;border-radius:20px}.shortCutMenu .menu .t-title .btn-shortcut:hover{color:#f8f9fa;background:#455265}.shortCutMenu .icon-menu{height:150px;line-height:135px;margin:0 45px;overflow:hidden}.shortCutMenu .icon-menu .check-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin:30px 45px 15px 45px;float:left}.shortCutMenu .icon-menu .check-box .iconOne{color:#1e72ff;font-size:23px;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;background:rgba(45,123,255,.15);display:inline-block}.shortCutMenu .icon-menu .check-box .check-title{font-size:16px;color:#666;font-weight:400;padding-top:9px}.shortCutMenu .notAdded{height:100%}