.SSO{color:#fff;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;font-size:30px;font-weight:700;position:absolute}.pro-player,.pro-player-hint,.SSO{width:100%;height:100%}.pro-player-hint{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;background-color:#000}.pro-player-hint .__loading{height:100%;width:100%;z-index:0}.pro-player-hint .__hintext{color:#fff;font-size:20px}.pro-player-hint .__hintext span{cursor:pointer;color:#04e0ef}.pro-player-datepicker{position:absolute;bottom:4px;left:200px}.pro-player-playback{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pro-player-playback .pro-player-hint,.pro-player-playback .pro-player-video{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.pro-player-playback .pro-player-video{position:relative}.pro-player-video{height:100%;width:100%;position:relative;overflow:hidden;background-color:#000}.pro-player-video video{-o-object-fit:fill;object-fit:fill}.pro-player-video .__inner{height:100%;width:100%;position:absolute}.pro-player-video .__inner .el-loading-mask{z-index:1}.pro-player .canvas-replay{width:100%}.pro-player .canvas-replay .__cursor{cursor:pointer;width:100%;background-color:#566782;overflow-x:scroll;overflow-y:hidden}.pro-player .canvas-replay .__cursor_bar{display:-webkit-box;display:-ms-flexbox;display:flex;height:52px;width:2160px;position:relative;border-top:1px solid #447bb8}.pro-player .canvas-replay .__cursor_bar_showtime{position:absolute;top:0;height:52px;z-index:7;background-color:#15427d}.pro-player .canvas-replay .__cursor_bar_action{position:absolute;top:0;left:0;height:52px;width:2160px;z-index:10}.pro-player .canvas-replay .__cursor_bar_progress{position:absolute;top:0;left:0;height:52px;background:-webkit-gradient(linear,right top,left top,from(#2992f9),to(rgba(37,142,245,0)));background:linear-gradient(-90deg,#2992f9,rgba(37,142,245,0));border-right:1px solid #00fff6;z-index:8}.pro-player .canvas-replay .__cursor_bar_mouse{z-index:9;position:absolute}.pro-player .canvas-replay .__cursor_bar_mouse .__tooltip{height:26px;line-height:26px;padding-left:5px;color:#fff;border-left:1px solid #00fff6}.pro-player .canvas-replay .__cursor_bar_mouse .__view{width:1px;height:26px;background-color:#00fff6}.pro-player .canvas-replay .__cursor_bar_scale{color:#fff;width:90px;height:26px;line-height:68px;text-align:center;border-left:1px solid #447bb8;z-index:7}.pro-player .canvas-replay .__action{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.pro-player .canvas-replay .__action_left{-webkit-box-flex:1;-ms-flex:1;flex:1}.pro-player .canvas-replay .__action_center{width:150px;color:#8b8b8b;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:5px}.pro-player .canvas-replay .__action_center i{cursor:pointer;font-size:30px}.pro-player .canvas-replay .__action_center_text{font-size:20px;padding:2px 0}.pro-player .canvas-replay .__action_right{-webkit-box-flex:1;-ms-flex:1;flex:1}.pro-player .canvas-control{position:absolute;right:30px;top:30px;width:240px;height:280px;background:rgba(0,0,0,.35);border-radius:4px;z-index:2}.pro-player .canvas-control .__velocity{position:absolute;top:5px;right:5px;width:40px}.pro-player .canvas-control .__velocity .el-input--suffix .el-input__inner{padding:0;text-align:center;color:#3b64a8;background:hsla(0,0%,100%,.75);border-radius:20px}.pro-player .canvas-control .__magnifier,.pro-player .canvas-control .__magnifier_left,.pro-player .canvas-control .__magnifier_right{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}.pro-player .canvas-control .__magnifier_left,.pro-player .canvas-control .__magnifier_right{width:72px;height:32px;background:hsla(0,0%,100%,.75);cursor:pointer}.pro-player .canvas-control .__magnifier_left i,.pro-player .canvas-control .__magnifier_right i{color:#3b64a8;font-size:20px;font-weight:900}.pro-player .canvas-control .__magnifier_left:hover,.pro-player .canvas-control .__magnifier_right:hover{background:#fff}.pro-player .canvas-control .__magnifier_left{border-radius:16px 0 0 16px;margin-right:2px}.pro-player .canvas-control .__magnifier_right{border-radius:0 16px 16px 0;margin-left:2px}.pro-player .canvas-control .__box{width:180px;height:180px;background:hsla(0,0%,100%,.75);border-radius:50%;margin:18px auto;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;grid-template-columns:50px 80px 50px;grid-template-rows:50px 80px 50px;grid-template-areas:"top1 top top2" "left center right" "bottom1 bottom bottom2"}.pro-player .canvas-control .__box_top1{grid-area:top1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);padding-top:48px}.pro-player .canvas-control .__box_top2{grid-area:top2;-webkit-transform:rotate(45deg);transform:rotate(45deg);padding-top:48px}.pro-player .canvas-control .__box_top{grid-area:top;padding-bottom:5px}.pro-player .canvas-control .__box_left{grid-area:left;padding-left:5px}.pro-player .canvas-control .__box_center:hover{background-color:#fff}.pro-player .canvas-control .__box_center{cursor:pointer;grid-area:center;width:80px;height:80px;background-color:hsla(0,0%,100%,.75);border-radius:50%;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}.pro-player .canvas-control .__box_center img{width:34px;height:34px}.pro-player .canvas-control .__box_right{grid-area:right;padding-right:5px}.pro-player .canvas-control .__box_bottom{grid-area:bottom;padding-bottom:5px}.pro-player .canvas-control .__box_bottom1{grid-area:bottom1;-webkit-transform:rotate(45deg);transform:rotate(45deg);padding-bottom:48px}.pro-player .canvas-control .__box_bottom2{grid-area:bottom2;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);padding-bottom:48px}.pro-player .canvas-control .__box_bottom,.pro-player .canvas-control .__box_bottom1,.pro-player .canvas-control .__box_bottom2,.pro-player .canvas-control .__box_left,.pro-player .canvas-control .__box_right,.pro-player .canvas-control .__box_top,.pro-player .canvas-control .__box_top1,.pro-player .canvas-control .__box_top2{cursor:pointer;color:#3b64a8;font-size:45px}.pro-player .canvas-control .__box_bottom1:hover,.pro-player .canvas-control .__box_bottom2:hover,.pro-player .canvas-control .__box_bottom:hover,.pro-player .canvas-control .__box_left:hover,.pro-player .canvas-control .__box_right:hover,.pro-player .canvas-control .__box_top1:hover,.pro-player .canvas-control .__box_top2:hover,.pro-player .canvas-control .__box_top:hover{color:#74a2ec}.error-page[data-v-2be0fc08]{background:#f0f2f5;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}.error-page .img[data-v-2be0fc08]{margin-right:80px;height:360px;width:100%;max-width:430px;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.error-page .content h1[data-v-2be0fc08]{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.error-page .content .desc[data-v-2be0fc08]{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}.error-page[data-v-5e9f17e3]{background:#f0f2f5;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}.error-page .img[data-v-5e9f17e3]{margin-right:80px;height:360px;width:100%;max-width:430px;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.error-page .content h1[data-v-5e9f17e3]{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.error-page .content .desc[data-v-5e9f17e3]{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}.error-page[data-v-55c86129]{background:#f0f2f5;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}.error-page .img[data-v-55c86129]{margin-right:80px;height:360px;width:100%;max-width:430px;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.error-page .content h1[data-v-55c86129]{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.error-page .content .desc[data-v-55c86129]{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}.error-page{background:#f0f2f5;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}.error-page .img{margin-right:80px;height:360px;width:100%;max-width:430px;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.error-page .content h1{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.error-page .content .desc{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}.EditPoint{position:absolute;top:24px;left:14px;width:608px;border:1px solid #1c3c8d;background-color:#051d4a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);padding:5px 24px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9999}.EditPoint .edit-header{padding:15px 0;height:18px;color:#fff;font-size:18px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.EditPoint .edit-header,.EditPoint .edit-header-btns{display:-webkit-box;display:-ms-flexbox;display:flex}.EditPoint .edit-header-btns .button{margin-left:23px;width:68px;height:28px;border-radius:2px;color:#fff;font-size:15px;line-height:28px;text-align:center;cursor:pointer}.EditPoint .edit-header-btns .button.add{background-color:#e99f1f}.EditPoint .edit-header-btns .button.save{background-color:#006eff}.EditPoint .edit-header-btns .button.del{background-color:#ff5151}.EditPoint .edit-body{height:672px;pointer-events:all;background:#051d4a;border:1px solid #1c3c8d;display:-webkit-box;display:-ms-flexbox;display:flex}.EditPoint .edit-body-left{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:11px;padding-top:17px}.EditPoint .edit-body-left-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px;margin-bottom:6px;color:#fff;width:150px;height:30px;line-height:33px;font-size:16px;cursor:pointer}.EditPoint .edit-body-left-item.active{background:#175cca}.EditPoint .edit-body-left-item span{font-size:16px;margin-left:9px}.EditPoint .edit-body-right{padding-top:17px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.EditPoint .edit-body-right-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px;margin-bottom:6px;color:#fff;width:200px;height:33px;line-height:33px;font-size:16px;cursor:pointer}.EditPoint .edit-body-right-item span{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.EditPoint .edit-body-right-item.active{background:#175cca}.EditPolygon{position:absolute;top:24px;left:14px;width:608px;border:1px solid #1c3c8d;background-color:#051d4a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);padding:5px 24px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9999}.EditPolygon .edit-header{padding:15px 0;height:18px;color:#fff;font-size:18px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.EditPolygon .edit-header,.EditPolygon .edit-header-btns{display:-webkit-box;display:-ms-flexbox;display:flex}.EditPolygon .edit-header-btns .button{margin-left:23px;width:68px;height:28px;border-radius:2px;color:#fff;font-size:15px;line-height:28px;text-align:center;cursor:pointer}.EditPolygon .edit-header-btns .button.add{background-color:#e99f1f}.EditPolygon .edit-header-btns .button.save{background-color:#006eff}.EditPolygon .edit-header-btns .button.del{background-color:#ff5151}.EditPolygon .edit-header-btns .button.delarea{width:80px;background-color:#dc2f57}.EditPolygon .edit-body{height:300px;pointer-events:all;background:#051d4a;border:1px solid #1c3c8d;display:-webkit-box;display:-ms-flexbox;display:flex}.EditPolygon .edit-body-left{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:11px;padding-top:17px}.EditPolygon .edit-body-left-item{padding-left:10px;margin-bottom:6px;color:#fff;width:150px;height:33px;line-height:33px;font-size:16px;cursor:pointer}.EditPolygon .edit-body-left-item.active{background:#175cca}.EditPolygon .edit-body-right{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:21px}.EditPolygon .edit-body-right-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:11px}.EditPolygon .edit-body-right-item-title{width:56px;color:#fff;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.EditPolygon .edit-body-right-item input{width:200px;height:28px;border:1px solid #286aca;background:#051d4a;border-radius:2px;color:#fff}.slidercaptcha[data-v-758f0ad5]{width:280px;height:200px;border-radius:4px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.125);box-shadow:0 0 10px rgba(0,0,0,.125)}.slidercaptcha .card-body[data-v-758f0ad5]{padding:1rem}.slidercaptcha canvas[data-v-758f0ad5]:first-child{border-radius:4px;border:1px solid #e6e8eb}.slidercaptcha.card .card-header[data-v-758f0ad5]{background-image:none;background-color:rgba(0,0,0,.03)}body{overflow-x:hidden}.block{position:absolute;left:0;top:0}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;border:1px solid rgba(0,0,0,.125)}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.sliderContainer{position:relative;text-align:center;line-height:40px;background:#f7f9fa;color:#45494c;border-radius:2px}.sliderbg{position:absolute;left:0;right:0;top:0;background-color:#f7f9fa;height:40px;border-radius:2px;border:1px solid #e6e8eb}.sliderContainer_active .slider{top:-1px;border:1px solid #1991fa}.sliderContainer_active .sliderMask{border-width:1px 0 1px 1px}.sliderContainer_success .slider{top:-1px;border:1px solid #52ccba;background-color:#52ccba!important}.sliderContainer_success .sliderMask{border:1px solid #52ccba;border-width:1px 0 1px 1px;background-color:#d2f4ef}.sliderContainer_success .sliderIcon:before{content:"\F00C"}.sliderContainer_fail .slider{top:-1px;border:1px solid #f57a7a;background-color:#f57a7a!important}.sliderContainer_fail .sliderMask{border:1px solid #f57a7a;background-color:#fce1e1;border-width:1px 0 1px 1px}.sliderContainer_fail .sliderIcon:before{content:"\F00D"}.sliderContainer_active .sliderText,.sliderContainer_fail .sliderText,.sliderContainer_success .sliderText{display:none}.sliderMask{border:0 solid #1991fa;background:#d1e9fe;border-radius:2px}.slider,.sliderMask{position:absolute;left:0;top:0;height:40px}.slider{width:40px;background:#fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3);cursor:pointer;-webkit-transition:background .2s linear;transition:background .2s linear;border-radius:2px;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}.slider:hover{background:#1991fa}.slider:hover .sliderIcon{background-position:0 -13px}.sliderText{position:relative}.sliderContainer{margin-top:8px}.refreshIcon{position:absolute;right:0;top:0;cursor:pointer;margin:6px;color:rgba(0,0,0,.25);font-size:1rem;z-index:5;-webkit-transition:color .3s linear;transition:color .3s linear}.refreshIcon:hover{color:#6c757d}.infoPsd[data-v-6a372832]{width:800px;margin:40px auto}.infoPsd h4[data-v-6a372832]{text-align:center}.infoPsd .footer[data-v-6a372832]{margin-top:100px;text-align:center}.bounce-enter-active{-webkit-animation:bounce-in .2s;animation:bounce-in .2s}.bounce-leave-active{opacity:0}@-webkit-keyframes bounce-in{0%{opacity:0}to{opacity:1}}@keyframes bounce-in{0%{opacity:0}to{opacity:1}}.lock-container{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;position:relative}.lock-container .title{margin-bottom:8px;color:#333}.lock-container:before{z-index:-999;content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/img/bg/login.png);background-size:cover}.lock-form{width:300px}.wrap-sliderCaptcha[data-v-0cd362af]{position:absolute;background:#fff;z-index:100;top:67px;left:40px}.msg-text{display:block;width:60px;font-size:12px;text-align:center;cursor:pointer}.msg-text.display{color:#ccc}.social-container[data-v-ab9f742a]{margin:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.social-container .iconfont[data-v-ab9f742a]{color:#fff;font-size:30px}.social-container .container[data-v-ab9f742a]{cursor:pointer;display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;border-radius:4px;margin-bottom:10px}.social-container .title[data-v-ab9f742a]{text-align:center}.appQrdown{position:absolute;top:0;right:0;padding:20px;text-align:right;color:#686868;font-size:14px;cursor:pointer}.businessLicenseUrl[data-v-74c5ca3e],.item[data-v-74c5ca3e] .el-form-item__content{display:-webkit-box;display:-ms-flexbox;display:flex}.businessLicenseUrl[data-v-74c5ca3e]{width:148px;height:148px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ccc;border-radius:8px}.businessLicenseUrl img[data-v-74c5ca3e]{width:80px;height:80px}.item[data-v-66f94d84] .el-form-item__content{display:-webkit-box;display:-ms-flexbox;display:flex}.login-container{background-image:none!important}.login-container .login-container-bg{position:absolute;height:100%;width:100%;background-color:#f8f8f8}.login-reg{margin-top:10px;color:#999;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer}.loginYq[data-v-defeeb46]{height:100vh;background-image:url(/img/bgYq.png);background-size:cover}.loginYq-logo[data-v-defeeb46]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:100px;padding-left:80px}.loginYq-logo img[data-v-defeeb46]{width:140px}.loginYq-logo span[data-v-defeeb46]{color:#fff;font-size:36px;font-weight:700;line-height:76px;margin-left:30px}.loginYq-main[data-v-defeeb46]{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:60px 50px;background-color:#fff;margin:100px auto;width:382px;border-radius:14px}.loginYq-main[data-v-defeeb46] .wrap-sliderCaptcha{top:60px;left:50px}.loginYq-main-title[data-v-defeeb46]{font-size:18px;font-weight:700}.loginYq-main-reg[data-v-defeeb46]{margin-top:10px;color:#999;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer}.code[data-v-6e8bef7c]{font-size:12px;display:block;font-family:monospace;white-space:pre;margin:1em 0}.thirdUserBind[data-v-13338458]{width:800px;margin:40px auto}.thirdUserBind h4[data-v-13338458]{text-align:center}.thirdUserBind .footer[data-v-13338458]{margin-top:100px;text-align:center}.fade-transverse-enter-active,.fade-transverse-leave-active{-webkit-transition:all .5s;transition:all .5s}.fade-transverse-enter{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}.fade-transverse-leave-to{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}.fade-scale-enter-active,.fade-scale-leave-active{-webkit-transition:all .5s;transition:all .5s}.fade-scale-enter{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}.fade-scale-leave-to{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}@-webkit-keyframes animate-cloud{0%{background-position:600px 100%}to{background-position:0 100%}}.dscloud-logo{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:0;margin-right:20px;padding-left:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:2px}.dscloud-logo img{border:0}.dscloud-wrapper{height:100%;width:100%}.dscloud-header{font-size:14px;height:50px;background-color:#262f3e;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:0}.dscloud-header-search-panel{display:-webkit-box;display:-ms-flexbox;display:flex;width:600px;font-size:12px;padding:18px 0}.dscloud-header-search-panel__result{max-width:100%;max-height:400px;overflow-x:hidden;overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.dscloud-header-search-panel__result .dscloud-header-search-panel-history-list__item:hover{background-color:transparent}.dscloud-header-search-panel__result .dscloud-header-search-panel-history-list__item:hover span{color:#006eff}.dscloud-header-search-panel__result-tips{padding:0 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#888;margin:20px 0 40px 0;font-size:14px;word-wrap:break-word;word-break:break-word}.dscloud-header-search-panel__result-tips i{font-size:16px;margin-right:8px;-ms-flex-negative:0;flex-shrink:0}.dscloud-header-search-panel__result-tips span{color:#888;font-size:14px}.dscloud-header-search-panel__result-tips span em{margin:0 4px;color:#fff}.dscloud-header-search-panel__start{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:24px 0;max-width:100%}.dscloud-header-search-panel-history-status{padding:0 24px}.dscloud-header-search-panel-history-head{width:100%;-ms-flex-align:center;color:rgba(0,0,0,.9);-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:12px;padding-right:24px}.dscloud-header-search-panel-history-head,.dscloud-header-search-panel-history-head__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center}.dscloud-header-search-panel-history-head__title{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-align:center;text-align:left;padding:0 24px}.dscloud-header-search-panel-history-head__title h3{font-size:14px;color:#888;font-weight:400;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.dscloud-header-search-panel-history-head__clear{-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:end;-ms-flex-pack:end;justify-content:flex-end}.dscloud-header-search-panel-history-head__clear i:hover{background-color:#344258}.dscloud-header-search-panel-history-head__clear i{cursor:pointer;font-size:16px;color:#888;padding:5px}.dscloud-header-search-panel-history-list{margin:0;padding:0;list-style:none;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:0;padding-inline-start:0}.dscloud-header-search-panel-history-list__item:hover{background-color:#262f3e;text-decoration:none}.dscloud-header-search-panel-history-list__item:hover span{color:#fff}.dscloud-header-search-panel-history-list__item:hover button{opacity:1}.dscloud-header-search-panel-history-list__item:hover p{color:#fff}.dscloud-header-search-panel-history-list__item{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:30px;padding:0 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:#c1c6c8;white-space:nowrap;font-size:12px;max-width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-decoration:none}.dscloud-header-search-panel-history-list__item span{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:12px;display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:#c1c6c8}.dscloud-header-search-panel-history-list__item button{opacity:0;text-decoration:none;background-color:transparent;display:inline-block;text-align:center;height:auto;padding:0;vertical-align:middle;line-height:1.5;border:none;color:#006eff;cursor:pointer;outline:0 none;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;white-space:nowrap;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dscloud-header-search-panel-history-list>li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none}.dscloud-header-area{width:200px;position:relative;height:50px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.dscloud-header-area .el-input__inner{height:30px;line-height:30px;background:#344258;border:1px solid #344258;color:#fff}.dscloud-header-area .el-input__inner::-webkit-input-placeholder{color:#999}.dscloud-header-area .el-input__inner::-moz-placeholder{color:#999}.dscloud-header-area .el-input__inner:-ms-input-placeholder{color:#999}.dscloud-header-area .el-input__inner::-ms-input-placeholder{color:#999}.dscloud-header-area .el-input__inner::placeholder{color:#999}.dscloud-header-search{width:240px;position:relative;height:50px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.dscloud-header-search .el-input__suffix{top:-5px}.dscloud-header-search .el-input__inner{height:30px;line-height:30px;background:#344258;border:1px solid #344258;color:#fff}.dscloud-header-search .el-input__inner::-webkit-input-placeholder{color:#999}.dscloud-header-search .el-input__inner::-moz-placeholder{color:#999}.dscloud-header-search .el-input__inner:-ms-input-placeholder{color:#999}.dscloud-header-search .el-input__inner::-ms-input-placeholder{color:#999}.dscloud-header-search .el-input__inner::placeholder{color:#999}.dscloud-header-search .el-input-group__append{background-color:#344258;padding:0 10px;border:none;position:relative}.dscloud-header-search .el-input-group__append:before{content:"";width:1px;height:16px;position:absolute;top:7px;left:0;background-color:#4c5564}.dscloud-header-search-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0 10px;min-width:240px;min-height:30px}.dscloud-header-quick-enter,.dscloud-header-search-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.dscloud-header-quick-enter{height:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.dscloud-header-quick-enter__op{-ms-flex-wrap:nowrap;flex-wrap:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:16px}.dscloud-header-quick-enter__op .dscloud-header-btn{height:50px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0 16px;position:relative}.dscloud-header-quick-enter__op .dscloud-header-btn:hover{background-color:#344258}.dscloud-header-quick-enter__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding:0 0 0 4px;list-style:none;margin:0}.dscloud-header-quick-enter__list li{height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px}.dscloud-header-quick-enter__list li a{width:100%;height:auto;margin:0;padding:0 4px;border:1px dashed transparent;-webkit-box-sizing:border-box;box-sizing:border-box}.dscloud-header-quick-enter:after{content:"";width:1px;position:absolute;top:16px;bottom:14px;left:0;background-color:#4c5564}.dscloud-header-dropdown i{font-size:7px;color:#888;padding:0 2px}.dscloud-header-btn:hover,.dscloud-header-dropdown{color:#fff}.dscloud-header-btn,.dscloud-header-dropdown{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#c1c6c8;margin:0 12px;white-space:nowrap;height:100%}.dscloud-header-inner{height:50px;padding:0 20px 0 0;background-color:#262f3e}.dscloud-header-inner,.dscloud-header-inner__center,.dscloud-header-inner__end,.dscloud-header-inner__start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dscloud-header-inner__center,.dscloud-header-inner__end,.dscloud-header-inner__start{height:100%}.dscloud-header-inner__start{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.dscloud-header-inner__center{-webkit-box-flex:1;-ms-flex:1 1 600px;flex:1 1 600px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dscloud-header-inner__end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.dscloud-header-inner__end .dscloud-header-btn{height:50px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0 10px;position:relative;font-size:18px}.dscloud-header-inner__end .dscloud-header-btn:hover{background-color:#344258}.dscloud-container{overflow:hidden;left:-200px;top:50px;height:auto;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:none;transform:none}.dscloud-container,.dscloud-main{position:absolute;right:0;bottom:0;background-color:#f2f2f2}.dscloud-main{left:200px;top:0;overflow-y:overlay;overflow-x:hidden;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1)}.dscloud-page-root{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.dscloud-sidebar{display:inline-block}.dscloud-sidebar,.dscloud-sidebar__inner{position:relative;height:100%;vertical-align:top}.dscloud-sidebar__inner{background-color:#1e222d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1)}.dscloud-sidebar__inner-foot{display:block;width:100%;height:56px;background-color:#262f3e}.dscloud-sidebar__inner-foot-btn:hover{color:#fff;background-color:#344258}.dscloud-sidebar__inner-foot-btn{width:56px;height:100%;bottom:0;left:0;top:auto;border:0;z-index:1000;position:relative;cursor:pointer;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;font-size:20px;color:#7c878e}.dscloud-sidebar__inner-body{width:200px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto;overflow-x:hidden}.dscloud-sidebar__inner-body-menu:not(.el-menu--collapse){width:200px;min-height:400px}.dscloud-sidebar__inner-body::-webkit-scrollbar{width:15px;height:15px;background-color:transparent;border-radius:9px}.dscloud-sidebar__inner-body::-webkit-scrollbar-thumb{background-color:#344158;border-radius:0;background-clip:content-box;border:4px solid transparent}.dscloud-sidebar__inner-head-title{color:#fff;padding:0 20px;position:relative;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-align:center;-ms-flex-align:center;align-items:center;height:56px}.dscloud-sidebar__inner-head-title h2{display:table-cell;vertical-align:middle;font-size:16px;color:#fff;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0}.dscloud-layout{color:rgba(0,0,0,.9);-ms-flex-direction:column;flex-direction:column;height:100%}.dscloud-layout,.dscloud-layout__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal}.dscloud-layout__body{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;overflow-y:auto}.dscloud-layout__header{position:relative;border-bottom:1px solid #fff;padding:10px 20px;color:#000;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dscloud-layout__header-title{display:inline-block;vertical-align:middle;font-size:16px;font-weight:700;margin-right:20px;max-width:70%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:30px;line-height:30px}.dscloud-layout__content{background-color:#f3f4f7;overflow-y:auto;overflow-x:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1}.dscloud-layout__content-head{-webkit-box-flex:0;-ms-flex:none;flex:none}.dscloud-layout__content-inner{-webkit-box-sizing:border-box;box-sizing:border-box;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%}.dscloud-layout__content-body{padding:10px;position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.dscloud-layout__content-body-inner{max-width:100%;margin:0 auto;overflow-x:hidden}.dscloud-layout-overview{position:relative;padding-top:171px;background-color:#f3f4f7;overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.dscloud-layout-overview:before{content:"";-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;display:block;opacity:1;width:100%;height:190px;background-image:url(/img/overview_bg.png);background-size:auto 100%;background-repeat:no-repeat;background-position:top;background-color:#0e1621;position:absolute;top:0;left:0}.dscloud-layout-overview__content{-webkit-box-sizing:border-box;box-sizing:border-box;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%}.dscloud-layout-overview__content-body{position:relative;margin-top:-171px;padding:20px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.dscloud-layout-overview__content-body-inner{max-width:1360px;margin:0 auto}.dscloud-drawer__head{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;border-bottom:1px solid #ececec;padding:0 20px}.dscloud-drawer__head-title{color:#000;font-size:16px}.dscloud-drawer__head-subtitle{cursor:pointer;color:#999;font-size:14px}.dscloud-drawer__head-subtitle:hover{color:#2583ff}.dscloud-drawer__body{padding:12px 20px}.dscloud-drawer__body-search{cursor:pointer;margin-bottom:10px;width:80px;height:30px;border:1px solid #999;border-radius:2px;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}.dscloud-menus-overlay{width:1000px}.dscloud-menus-overlay-list{color:#fff;padding:0;list-style:none;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:0;padding-inline-start:0;font-size:12px}.dscloud-menus-overlay-list-item:last-child{margin-bottom:0}.dscloud-menus-overlay-list-item:hover{color:#2583ff}.dscloud-menus-overlay-list-item:hover i{opacity:1}.dscloud-menus-overlay-list-item{color:#ccc;cursor:pointer;line-height:1.5;margin-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-left:28px}.dscloud-menus-overlay-list-item i{opacity:0;position:absolute;left:2px;top:50%;margin-top:-8px;font-size:16px;color:#999}.dscloud-menus-overlay-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;color:rgba(0,0,0,.9);-webkit-box-sizing:border-box;box-sizing:border-box}.dscloud-menus-overlay-grid__box .dscloud-menus-overlay-box__label{font-size:14px;color:#ccc}.dscloud-menus-overlay-grid__box .dscloud-menus-overlay-box__label i{font-size:18px;margin-right:10px}.dscloud-menus-overlay-grid__item{width:auto;padding:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.dscloud-menus-overlay-panel{overflow:hidden;position:relative;width:100%;height:100%;padding-left:180px;-webkit-box-sizing:border-box;box-sizing:border-box}.dscloud-menus-overlay-panel__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;padding:10px}.dscloud-menus-overlay-panel__search-tips{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#888;margin:12px 0 20px;font-size:14px;word-break:break-word;word-wrap:break-word}.dscloud-menus-overlay-panel__lately,.dscloud-menus-overlay-panel__search-tips{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dscloud-menus-overlay-panel__lately{-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:400px;height:50px}.dscloud-menus-overlay-panel__lately-item:hover{color:#2583ff}.dscloud-menus-overlay-panel__lately-item{cursor:pointer;font-size:14px;color:#fff;margin-right:20px;padding:2px 0}.dscloud-menus-overlay-panel__header{height:64px;-ms-flex-align:center;border-bottom:1px solid #303549}.dscloud-menus-overlay-panel__header,.dscloud-menus-overlay-panel__header--left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;overflow:hidden}.dscloud-menus-overlay-panel__header--left{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-align:center}.dscloud-menus-overlay-panel__header--left .dscloud-menus-overlay-box__label{padding:20px;margin-bottom:0!important}.dscloud-menus-overlay-panel__header--right{width:260px;padding:0 20px}.dscloud-menus-overlay-panel__header--right .el-input__inner{height:30px;background:transparent;color:#fff;border:1px solid #344258;font-size:12px}.dscloud-menus-overlay-panel__header--right .el-input__inner::-webkit-input-placeholder{color:#999}.dscloud-menus-overlay-panel__header--right .el-input__inner::-moz-placeholder{color:#999}.dscloud-menus-overlay-panel__header--right .el-input__inner:-ms-input-placeholder{color:#999}.dscloud-menus-overlay-panel__header--right .el-input__inner::-ms-input-placeholder{color:#999}.dscloud-menus-overlay-panel__header--right .el-input__inner::placeholder{color:#999}.dscloud-menus-overlay-panel__header--right .el-input__suffix{top:-5px}.dscloud-menus-overlay-panel__start{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#151822;padding:18px 20px;height:100%;overflow:auto;width:180px;position:absolute;top:0;left:0}.dscloud-menus-overlay-panel__end{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#1b1e2a;height:100%;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.dscloud-menus-overlay-box{width:100%}.dscloud-menus-overlay-box__btn:hover i{opacity:1}.dscloud-menus-overlay-box__btn{cursor:pointer;width:calc(100% - 39px);height:30px;background:#273243;padding:0 30px 0 9px;font-size:12px;font-family:Microsoft YaHei;font-weight:300;color:#ececec;line-height:30px;position:relative;overflow:hidden}.dscloud-menus-overlay-box__btn i{opacity:0;font-size:18px;position:absolute;right:9px;top:6px;color:#999}.dscloud-menus-overlay-box__group{margin-bottom:35px}.dscloud-menus-overlay-box__label{font-size:16px;color:#999;font-weight:400;margin-bottom:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dscloud-menus-overlay-box__tips{font-size:12px;color:#888}.dscloud-menus-overlay-box__table{color:#fff;padding:0;list-style:none;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:0;padding-inline-start:0}.dscloud-menus-overlay-box__table>li:last-child{font-size:12px;margin-bottom:0}.dscloud-menus-overlay-box__table>li{cursor:pointer;line-height:1.5;margin-bottom:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.dscloud-menus-overlay.el-popover{padding:0;border:none;border-radius:0}.dscloud-menus-overlay.el-popover[x-placement^=bottom]{margin-top:16px}.dscloud-dropdown{margin-top:0!important}.dscloud-dropdown.el-dropdown-menu{padding:10px 0;margin:0;border:none;border-radius:4px;background-color:#0e1521;min-width:140px}.dscloud-dropdown.el-dropdown-menu .el-dropdown-menu__item{padding:0 24px;color:#c1c6c8}.dscloud-dropdown.el-dropdown-menu .el-dropdown-menu__item--divided{border-top:1px solid #262f3e}.dscloud-dropdown.el-dropdown-menu .el-dropdown-menu__item:focus,.dscloud-dropdown.el-dropdown-menu .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#344258;color:#fff}.dscloud-dropdown.el-dropdown-menu .popper__arrow{display:none}.dscloud-popover.el-popover{padding:0;border:none;border-radius:4px;background-color:#0e1521}.dscloud-popover.el-popover[x-placement^=bottom]{margin-top:0}.dscloud-sidebar__inner-body .el-menu-item [class^=el-icon-]{width:16px}.dscloud-sidebar__inner-body .el-menu--collapse{width:56px}.dscloud-sidebar__inner-body .el-menu--collapse .el-submenu__title .el-submenu__icon-arrow,.dscloud-sidebar__inner-body .el-menu--collapse .el-submenu__title span{display:none!important}.dscloud-sidebar__inner-body .el-menu--collapse .el-menu-item:before{margin-left:-25px!important;background:unset!important}.dscloud-sidebar__inner-body .el-menu--collapse .el-menu--popup .el-menu-item.is-active:before{content:"";top:unset!important;left:unset!important;bottom:unset!important;position:unset!important}.dscloud-sidebar__inner-body .el-menu--collapse .el-menu{background-color:#151822!important;margin-left:0!important}.dscloud-sidebar__inner-body .el-menu--collapse .el-menu-item{height:38px;line-height:30px}.dscloud-sidebar__inner-body-menu .el-submenu.is-opened{background-color:#151822;padding-bottom:10px}.dscloud-sidebar__inner-body-menu .el-submenu .el-menu-item:before{content:"";background-color:#7c878e;width:3px;height:3px;border-radius:10px;margin-right:14px;display:inline-block;vertical-align:text-top;margin-top:11px;margin-left:6px}.dscloud-sidebar__inner-body-menu .el-menu-item.is-active{background-color:#006eff!important;color:#fff}.dscloud-sidebar__inner-body-menu .el-menu-item:focus,.dscloud-sidebar__inner-body-menu .el-menu-item:hover,.dscloud-sidebar__inner-body-menu .el-submenu__title:focus,.dscloud-sidebar__inner-body-menu .el-submenu__title:hover{background-color:#262f3e}.dscloud-sidebar__inner-body-menu .el-menu-item,.dscloud-sidebar__inner-body-menu .el-submenu__title{padding-left:20px;padding-top:6px;padding-bottom:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:unset;line-height:unset;color:#c1c6c8}.dscloud-sidebar__inner-body-menu .el-menu-item i,.dscloud-sidebar__inner-body-menu .el-submenu__title i{font-size:16px;vertical-align:text-top;margin-top:5px;margin-right:8px}.dscloud-sidebar__inner-body-menu .el-menu-item span,.dscloud-sidebar__inner-body-menu .el-submenu__title span{font-size:14px;vertical-align:text-top;line-height:18px;padding:4px 0}.dscloud-sidebar__inner-body-menu .el-submenu__title .el-submenu__icon-arrow{vertical-align:unset!important;margin-right:unset!important;position:absolute;top:50%;right:20px;margin-top:-7px;font-size:12px}.dscloud-sidebar__inner-body-menu .el-menu-item-group__title{padding:18px 0 4px 20px;min-height:18px;display:block;color:#7c878e;font-size:12px;word-wrap:break-word;word-break:break-word;margin-left:0;font-weight:400;max-width:inherit}.el-dropdown-menu__item{font-size:12px!important;line-height:28px!important}.el-card.is-always-shadow{-webkit-box-shadow:none;box-shadow:none;border:none!important}.el-scrollbar__view{height:100%}.el-menu--horizontal{border-bottom:none!important}.el-menu{border-right:none!important}.el-menu--display,.el-menu--display+.el-submenu__icon-arrow{display:none}.el-message__content,.el-message__icon{display:inline-block}.el-date-editor .el-range-input,.el-date-editor .el-range-separator{height:auto;overflow:hidden}.el-dialog__wrapper{z-index:2048}.el-col{margin-bottom:8px}.el-main{padding:0!important}.el-dropdown-menu__item--divided:before,.el-menu,.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:transparent;background-color:transparent!important}.el-card__header{padding:6px 18px!important}.el-divider--horizontal{margin:12px 0!important}.el-dialog__wrapper{overflow:hidden;scrollbar-width:none;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}.el-dialog__wrapper::-webkit-scrollbar{display:none}.el-dialog__wrapper .el-dialog{margin:unset}.DSTable .el-table thead{color:rgba(0,0,0,.8509803921568627)}.DSTable .el-table th{background-color:#fafafa}.DSTable .el-table th>.cell{font-size:13px;font-weight:550}.DSTable .el-table td>.cell{font-size:13px}.avue-form .el-cascader .el-input.is-disabled .el-icon-arrow-down,.avue-form .el-select .el-input.is-disabled .el-select__caret,.viewDialog .el-cascader .el-input.is-disabled .el-icon-arrow-down,.viewDialog .el-select .el-input.is-disabled .el-select__caret{display:none!important}.avue-form .el-input.is-disabled .el-input__inner,.avue-form .el-textarea.is-disabled .el-textarea__inner,.viewDialog .el-input.is-disabled .el-input__inner,.viewDialog .el-textarea.is-disabled .el-textarea__inner{color:#2c2c2c!important}.login-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;height:100%;margin:0 auto}.login-weaper{margin:0 auto;width:820px;-webkit-box-shadow:0 3px 10px 0 hsla(0,0%,67.1%,.25);box-shadow:0 3px 10px 0 hsla(0,0%,67.1%,.25)}.login-weaper .el-input-group__append{border:none}.login-border,.login-left{position:relative;min-height:450px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.login-left{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-image:url(/img/loginBg.png);background-size:100% 100%;color:#fff;float:left;width:460px;position:relative}.login-left .img{width:186px;height:auto}.login-time{position:absolute;left:25px;top:25px;width:100%;color:#fff;font-weight:200;opacity:.9;font-size:18px;overflow:hidden}.login-left .title{margin-top:30px;text-align:center;letter-spacing:1px;font-size:36px;font-weight:700;color:#fff}.login-border{border-left:none;color:#fff;background-color:#fff;width:360px;float:left}.login-border,.login-main{-webkit-box-sizing:border-box;box-sizing:border-box}.login-main{margin:0 auto;width:calc(100% - 80px)}.login-main>h3{margin-bottom:20px}.login-main>p{color:#76838f}.login-title{color:#333;margin-bottom:40px;font-weight:500;font-size:22px;text-align:center;letter-spacing:4px}.login-menu{margin-top:40px;width:100%;text-align:center}.login-menu a{color:#999;font-size:12px;margin:0 8px}.login-submit{width:100%;height:44px;background:#2779eb;-webkit-box-shadow:0 2px 6px 0 rgba(39,121,235,.45);box-shadow:0 2px 6px 0 rgba(39,121,235,.45);border-radius:22px;font-size:22px;font-weight:400;color:#fff;letter-spacing:8px;cursor:pointer;font-family:neo;-webkit-transition:.25s;transition:.25s}.login-form{margin:10px 0}.login-form i{color:#333}.login-form .el-form-item__content{width:100%}.login-form .el-form-item{margin-bottom:20px}.login-form .el-input{width:280px;height:40px;border:1px solid #ececec;border-radius:20px}.login-form .el-input input{padding-bottom:10px;text-indent:30px;font-size:16px;font-weight:600;color:#000;background:transparent;border:none;border-radius:0;color:#333}.login-form .el-input .el-input__prefix i{padding-left:15px;padding-right:5px;font-size:20px!important;font-weight:800;color:#2779eb}.login-code{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;margin:0 0 0 10px}.login-code-img{margin-top:2px;width:120px;height:40px;background-color:#fdfdfd;color:#333;font-size:14px;font-weight:700;letter-spacing:5px;line-height:44px;text-indent:5px;text-align:center;cursor:pointer!important;-webkit-transform:scale(1.1);transform:scale(1.1)}.avue-header,.avue-layout .login-logo,.avue-left,.avue-logo,.avue-main,.avue-top{-webkit-transition:all .3s;transition:all .3s}.avue-contail{width:100%;height:100%;background:#f0f2f5;background-size:100%;background-repeat:no-repeat}.avue-left{position:fixed;left:0;top:0;width:240px;height:100%;z-index:1025}.avue--collapse .avue-left,.avue--collapse .avue-logo{width:60px}.avue--collapse .avue-header{padding-left:60px}.avue--collapse .avue-main{width:calc(100% - 60px);left:60px}.avue-header{padding-left:240px;width:100%;background-color:#fff}.avue-header,.avue-main{-webkit-box-sizing:border-box;box-sizing:border-box}.avue-main{position:absolute;left:240px;padding:0;padding-bottom:20px;width:calc(100% - 240px);height:calc(100% - 64px);overflow:hidden;-webkit-transition:all .5s;transition:all .5s;background:#f0f2f5;z-index:1026}.avue-main--fullscreen{width:100%;left:0}.avue-view{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.avue-footer{margin:0 auto;padding:0 22px;width:1300px;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}.avue-footer .logo{margin-left:-50px}.avue-footer .copyright{color:#666;line-height:1.5;font-size:12px}.avue-shade{position:fixed;display:none;width:100%;height:100%;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.3);z-index:1024}.avue-shade--show{display:block}@media screen and (max-width:992px){.el-dialog,.el-message-box{width:98%!important}.login-left{display:none!important}.login-logo{padding-top:30px!important;margin-left:-30px}.login-weaper{margin:0 auto;width:96%!important}.login-border{border-radius:5px;padding:40px;margin:0 auto;float:none!important}.login-border,.login-main{width:100%!important}.avue-tags{display:none}.avue-left,.avue-logo{left:-240px}.avue-main{left:0;width:100%}.avue-header{margin-bottom:15px;padding-left:15px}.top-bar__item{display:none}.avue--collapse .avue-left,.avue--collapse .avue-logo{width:240px;left:0}.avue--collapse .avue-main{left:240px;width:100%}.avue--collapse .avue-header{padding:0;-webkit-transform:translate3d(230px,0,0);transform:translate3d(230px,0,0)}.avue--collapse .avue-shade{display:block}}a{text-decoration:none;color:#333}*{outline:none}.versionaction{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:4px 6px;font-size:12px;border-radius:4px;color:#fff;background-color:#e6a23c;border-color:#e6a23c}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.el-menu--popup .el-menu-item{background-color:#20222a}.el-menu--popup .el-menu-item i,.el-menu--popup .el-menu-item span{color:hsla(0,0%,100%,.7)}.el-menu--popup .el-menu-item:hover i,.el-menu--popup .el-menu-item:hover span{color:#fff}.el-menu--popup .el-menu-item.is-active{background-color:rgba(0,0,0,.8)}.el-menu--popup .el-menu-item.is-active:before{content:"";top:0;left:0;bottom:0;width:4px;background:#409eff;position:absolute}.el-menu--popup .el-menu-item.is-active i,.el-menu--popup .el-menu-item.is-active span{color:#fff}.avue-sidebar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-top:60px;height:100%;position:relative;background-color:#20222a;-webkit-transition:width .2s;transition:width .2s;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:2px 0 6px rgba(0,21,41,.35);box-shadow:2px 0 6px rgba(0,21,41,.35)}.avue-sidebar .el-scrollbar__wrap{overflow-x:hidden}.avue-sidebar--tip{width:90%;height:140px;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;border-radius:5px;position:absolute;top:5px;left:5%;color:#ccc;z-index:2;text-align:center;font-size:14px;background-color:rgba(0,0,0,.4)}.avue-sidebar .el-menu-item i,.avue-sidebar .el-submenu__title i{margin-right:10px}.avue-sidebar .el-menu-item i,.avue-sidebar .el-menu-item span,.avue-sidebar .el-submenu__title i,.avue-sidebar .el-submenu__title span{color:hsla(0,0%,100%,.7)}.avue-sidebar .el-menu-item:hover,.avue-sidebar .el-submenu__title:hover{background:transparent}.avue-sidebar .el-menu-item:hover i,.avue-sidebar .el-menu-item:hover span,.avue-sidebar .el-submenu__title:hover i,.avue-sidebar .el-submenu__title:hover span{color:#fff}.avue-sidebar .el-menu-item.is-active,.avue-sidebar .el-submenu__title.is-active{background-color:rgba(0,0,0,.8)}.avue-sidebar .el-menu-item.is-active:before,.avue-sidebar .el-submenu__title.is-active:before{content:"";top:0;left:0;bottom:0;width:4px;background:#409eff;position:absolute}.avue-sidebar .el-menu-item.is-active i,.avue-sidebar .el-menu-item.is-active span,.avue-sidebar .el-submenu__title.is-active i,.avue-sidebar .el-submenu__title.is-active span{color:#fff}.theme-dark .avue-logo{color:#fff;background-color:#2c3643;-webkit-box-shadow:none;box-shadow:none}.theme-dark .avue-logo .avue-logo_title{font-size:20px;font-weight:400}.theme-dark .avue-top{background-color:#2c3643;-webkit-box-shadow:none;box-shadow:none;color:#ccc}.theme-dark .avue-top i,.theme-dark .avue-top span{color:#ccc}.theme-dark .avue-main{padding:0 5px}.theme-dark .avue-tags{padding-left:0;background-color:#2c3643;border-color:transparent}.theme-dark .avue-tags .el-tabs__item{margin:0!important;background-color:#262d37}.theme-dark .avue-tags .el-tabs__item.is-active{color:#262d37!important;background-color:#fff!important;border-color:#262d37!important}.theme-dark .avue-main{background-color:#2c3643}.theme-dark .avue-sidebar{background-color:#2c3643;-webkit-box-shadow:none;box-shadow:none}.theme-dark .avue-sidebar .el-menu-item i,.theme-dark .avue-sidebar .el-menu-item span,.theme-dark .avue-sidebar .el-submenu__title i,.theme-dark .avue-sidebar .el-submenu__title span{color:#ccc}.theme-dark .avue-sidebar .el-menu-item.is-active,.theme-dark .avue-sidebar .el-menu-item:hover,.theme-dark .avue-sidebar .el-submenu__title.is-active,.theme-dark .avue-sidebar .el-submenu__title:hover{background:#262d37}.theme-dark .avue-sidebar .el-menu-item.is-active i,.theme-dark .avue-sidebar .el-menu-item.is-active span,.theme-dark .avue-sidebar .el-menu-item:hover i,.theme-dark .avue-sidebar .el-menu-item:hover span,.theme-dark .avue-sidebar .el-submenu__title.is-active i,.theme-dark .avue-sidebar .el-submenu__title.is-active span,.theme-dark .avue-sidebar .el-submenu__title:hover i,.theme-dark .avue-sidebar .el-submenu__title:hover span{color:#fff}.theme-dark .avue-sidebar .el-menu-item.is-active:before,.theme-dark .avue-sidebar .el-menu-item:hover:before,.theme-dark .avue-sidebar .el-submenu__title.is-active:before,.theme-dark .avue-sidebar .el-submenu__title:hover:before{background-color:#000}.theme-d2 .avue-logo{color:#409eff;background-color:#ebf1f6;-webkit-box-shadow:none;box-shadow:none}.theme-d2 .avue-logo .avue-logo_title{font-size:20px;font-weight:400}.theme-d2 .avue-top{background-color:#ebf1f6;-webkit-box-shadow:none;box-shadow:none}.theme-d2 .avue-main{padding:0 5px}.theme-d2 .avue-tags{margin-left:6px;padding:0;border:1px solid #e4e7ed;border-radius:3px;background-color:#ebf1f6;-webkit-box-shadow:none;box-shadow:none}.theme-d2 .avue-tags .el-tabs__item{border-left:1px solid #cfd7e5!important;margin:0!important;background-color:rgba(0,0,0,.03)!important;color:#606266!important;font-size:14px!important;font-weight:500!important}.theme-d2 .avue-tags .el-tabs__item:first-child{border-left:none!important}.theme-d2 .avue-tags .is-active{border-bottom:1px solid #fff!important;background-color:#fff!important;color:#409eff!important}.theme-d2 .avue-sidebar{background-color:#ebf1f6;-webkit-box-shadow:none;box-shadow:none}.theme-d2 .avue-sidebar .el-menu-item i,.theme-d2 .avue-sidebar .el-menu-item span,.theme-d2 .avue-sidebar .el-submenu__title i,.theme-d2 .avue-sidebar .el-submenu__title span{color:#606266}.theme-d2 .avue-sidebar .el-menu-item.is-active,.theme-d2 .avue-sidebar .el-menu-item:hover,.theme-d2 .avue-sidebar .el-submenu__title.is-active,.theme-d2 .avue-sidebar .el-submenu__title:hover{background:hsla(0,0%,100%,.5)}.theme-d2 .avue-sidebar .el-menu-item.is-active i,.theme-d2 .avue-sidebar .el-menu-item.is-active span,.theme-d2 .avue-sidebar .el-menu-item:hover i,.theme-d2 .avue-sidebar .el-menu-item:hover span,.theme-d2 .avue-sidebar .el-submenu__title.is-active i,.theme-d2 .avue-sidebar .el-submenu__title.is-active span,.theme-d2 .avue-sidebar .el-submenu__title:hover i,.theme-d2 .avue-sidebar .el-submenu__title:hover span{color:#409eff}.theme-bule .avue-header,.theme-bule .avue-logo,.theme-bule .avue-sidebar{background:#004ca7}.theme-bule .avue-sidebar .el-menu-item.is-active,.theme-bule .avue-sidebar .el-submenu__title.is-active{background-color:rgba(0,0,0,.2)}.theme-bule .avue-breadcrumb i,.theme-bule .avue-logo .avue-logo_title,.theme-bule .avue-top .el-menu-item:hover i,.theme-bule .avue-top .el-menu-item:hover span,.theme-bule .avue-top .el-menu-item i,.theme-bule .avue-top .el-menu-item span,.theme-bule .el-dropdown,.theme-bule .top-bar__item i{color:#fff}.theme-hey .avue-sidebar{background-color:#fff;-webkit-box-shadow:0 1px 4px rgba(0,21,41,.08);box-shadow:0 1px 4px rgba(0,21,41,.08)}.theme-hey .avue-sidebar .el-menu-item i,.theme-hey .avue-sidebar .el-menu-item span,.theme-hey .avue-sidebar .el-submenu__title i,.theme-hey .avue-sidebar .el-submenu__title span{color:rgba(49,58,70,.8)}.theme-hey .avue-sidebar .el-menu-item:hover,.theme-hey .avue-sidebar .el-submenu__title:hover{background:transparent}.theme-hey .avue-sidebar .el-menu-item:hover i,.theme-hey .avue-sidebar .el-menu-item:hover span,.theme-hey .avue-sidebar .el-submenu__title:hover i,.theme-hey .avue-sidebar .el-submenu__title:hover span{color:#409eff}.theme-hey .avue-sidebar .el-menu-item.is-active,.theme-hey .avue-sidebar .el-submenu__title.is-active{background-color:#f0f6ff}.theme-hey .avue-sidebar .el-menu-item.is-active:before,.theme-hey .avue-sidebar .el-submenu__title.is-active:before{left:auto;right:0}.theme-hey .avue-sidebar .el-menu-item.is-active i,.theme-hey .avue-sidebar .el-menu-item.is-active span,.theme-hey .avue-sidebar .el-submenu__title.is-active i,.theme-hey .avue-sidebar .el-submenu__title.is-active span{color:#409eff}.theme-hey .avue-logo{background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.theme-hey .avue-logo .avue-logo_title{color:#409eff;font-size:20px}.theme-hey .avue-tags{background:#f3f6f8}.theme-hey .avue-tags .el-tabs__item{color:rgba(0,0,0,.65)!important}.theme-hey .avue-tags .is-active{background-color:#fff;border-bottom:none!important}.theme-cool .el-menu--popup .el-menu-item{background-color:#fff}.theme-cool .el-menu--popup .el-menu-item i,.theme-cool .el-menu--popup .el-menu-item span{color:#666}.theme-cool .el-menu--popup .el-menu-item:hover i,.theme-cool .el-menu--popup .el-menu-item:hover span{color:#333}.theme-cool .el-menu--popup .el-menu-item.is-active{background-color:#409eff}.theme-cool .el-menu--popup .el-menu-item.is-active:before{content:"";top:0;left:0;bottom:0;width:4px;background:#409eff;position:absolute}.theme-cool .el-menu--popup .el-menu-item.is-active i,.theme-cool .el-menu--popup .el-menu-item.is-active span{color:#fff}.theme-cool .avue-header{background:linear-gradient(120deg,#25aff3,#008ad3)}.theme-cool .avue-tags{padding:0 3px;margin:8px 0;-webkit-box-shadow:none;box-shadow:none;background-color:transparent}.theme-cool .avue-tags .el-tabs__header .el-tabs__item{padding:0 10px!important;background-color:#fff;margin-right:5px;color:#909399;border-radius:3px;height:30px;font-size:12px;line-height:30px}.theme-cool .avue-tags .el-tabs__header .el-tabs__item.is-active{border:none;color:#008ad3}.theme-cool .avue-logo{background:#fff;-webkit-box-shadow:none;box-shadow:none}.theme-cool .avue-sidebar--tip{background-color:transparent;color:#333}.theme-cool .el-dropdown{color:#fff}.theme-cool .avue-logo_title{font-weight:400;color:#008ad3}.theme-cool .avue-breadcrumb,.theme-cool .avue-breadcrumb i,.theme-cool .avue-top .el-menu-item:hover i,.theme-cool .avue-top .el-menu-item:hover span,.theme-cool .avue-top .el-menu-item i,.theme-cool .avue-top .el-menu-item span,.theme-cool .logo_title,.theme-cool .logo_title i{color:#fff}.theme-cool .avue-sidebar{-webkit-box-shadow:2px 0 6px rgba(0,21,41,.15);box-shadow:2px 0 6px rgba(0,21,41,.15);background-color:#fff;padding-top:70px}.theme-cool .avue-sidebar .el-menu-item,.theme-cool .avue-sidebar .el-submenu__title{font-size:13px}.theme-cool .avue-sidebar .el-menu-item i,.theme-cool .avue-sidebar .el-menu-item span,.theme-cool .avue-sidebar .el-submenu__title i,.theme-cool .avue-sidebar .el-submenu__title span{color:#000}.theme-cool .avue-sidebar .el-menu-item:hover,.theme-cool .avue-sidebar .el-submenu__title:hover{background:transparent}.theme-cool .avue-sidebar .el-menu-item:hover i,.theme-cool .avue-sidebar .el-menu-item:hover span,.theme-cool .avue-sidebar .el-submenu__title:hover i,.theme-cool .avue-sidebar .el-submenu__title:hover span{color:#000}.theme-cool .avue-sidebar .el-menu-item.is-active,.theme-cool .avue-sidebar .el-submenu__title.is-active{background-color:#e5f1fb}.theme-cool .avue-sidebar .el-menu-item.is-active:before,.theme-cool .avue-sidebar .el-submenu__title.is-active:before{width:0}.theme-cool .avue-sidebar .el-menu-item.is-active i,.theme-cool .avue-sidebar .el-menu-item.is-active span,.theme-cool .avue-sidebar .el-submenu__title.is-active i,.theme-cool .avue-sidebar .el-submenu__title.is-active span{color:#25aff3}.theme-cool .top-search .el-input__inner{color:#333}.theme-cool .top-search input::-webkit-input-placeholder,.theme-cool .top-search textarea::-webkit-input-placeholder{color:#fff}.theme-cool .top-search input:-moz-placeholder,.theme-cool .top-search input::-moz-placeholder,.theme-cool .top-search textarea:-moz-placeholder,.theme-cool .top-search textarea::-moz-placeholder{color:#fff}.theme-cool .top-search input:-ms-input-placeholder,.theme-cool .top-search textarea:-ms-input-placeholder{color:#fff}.theme-cool .top-bar__item i{color:#fff}.theme-iview .avue-logo{background:#001529;-webkit-box-shadow:none;box-shadow:none;text-align:center}.theme-iview .avue-logo .avue-logo_title{padding:5px 8px 8px 8px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;font-size:20px;color:#fff;font-weight:500;display:inline;background-color:#409eff}.theme-iview .avue-tags{padding:3px 5px 5px 0;background:#f0f0f0;-webkit-box-shadow:inset 0 0 3px 2px hsla(0,0%,39.2%,.1);box-shadow:inset 0 0 3px 2px hsla(0,0%,39.2%,.1)}.theme-iview .avue-tags .is-active:before{background:#409eff!important}.theme-iview .avue-tags .el-tabs__item{padding:0 15px!important;position:relative;height:32px!important;line-height:32px!important;border:1px solid #e8eaec!important;color:#515a6e!important;background:#fff!important;border-radius:3px}.theme-iview .avue-tags .el-tabs__item:before{content:"";display:inline-block;width:12px;height:12px;margin-right:10px;border-radius:50%;background:#e8eaec}.theme-iview .avue-sidebar{background:#001529}.theme-iview .avue-sidebar .el-menu-item.is-active{background-color:#000c17}.theme-iview .avue-sidebar .el-menu-item.is-active:before{display:none}.theme-iview .avue-sidebar .el-menu-item.is-active i,.theme-iview .avue-sidebar .el-menu-item.is-active span{color:#409eff}.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active{background-color:#409eff}.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active:before{display:none}.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active i,.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active span{color:#fff}.theme-lte .avue-logo{background-color:#409eff}.theme-lte .avue-logo .avue-logo_title{font-weight:500;font-size:20px;color:#fff}.theme-lte .avue-tags .el-tabs__item{font-size:12px!important;font-weight:500!important}.theme-lte .avue-sidebar{background-color:#263238}.theme-lte .avue-sidebar .el-menu-item i,.theme-lte .avue-sidebar .el-menu-item span,.theme-lte .avue-sidebar .el-submenu__title i,.theme-lte .avue-sidebar .el-submenu__title span{color:#8a979e}.theme-lte .avue-sidebar .el-menu-item.is-active,.theme-lte .avue-sidebar .el-menu-item:hover,.theme-lte .avue-sidebar .el-submenu__title.is-active,.theme-lte .avue-sidebar .el-submenu__title:hover{background-color:#2b373d}.theme-lte .avue-sidebar .el-menu-item.is-active:before,.theme-lte .avue-sidebar .el-submenu__title.is-active:before{display:none}.theme-lte .avue-sidebar .el-menu-item.is-active i,.theme-lte .avue-sidebar .el-menu-item.is-active span,.theme-lte .avue-sidebar .el-submenu__title.is-active i,.theme-lte .avue-sidebar .el-submenu__title.is-active span{color:#fff}.theme-star .avue-main{background:transparent}.theme-star .avue-contail{background-image:url(/img/bg/star-squashed.jpg);background-size:100% 100%}.theme-star .avue-logo{color:#fff}.theme-star .avue-header,.theme-star .avue-logo,.theme-star .tags-container{background-color:transparent}.theme-star .el-card,.theme-star .error-page{opacity:.9}.theme-star .avue-tabs{padding:0 20px}.theme-star .avue-tags{background-color:transparent;border-top:none}.theme-star .avue-top .avue-breadcrumb,.theme-star .avue-top .el-menu-item i,.theme-star .avue-top .el-menu-item span{color:#fff}.theme-star .avue-top .el-menu-item.is-active{background-color:rgba(0,0,0,.4)}.theme-star .avue-top .el-dropdown{color:#fff}.theme-star .avue-sidebar{-webkit-box-shadow:2px 0 6px rgba(0,21,41,.15);box-shadow:2px 0 6px rgba(0,21,41,.15);background-color:transparent}.theme-star .avue-sidebar .el-menu-item i,.theme-star .avue-sidebar .el-menu-item span,.theme-star .avue-sidebar .el-submenu__title i,.theme-star .avue-sidebar .el-submenu__title span{color:#fff}.theme-star .avue-sidebar .el-menu-item:hover,.theme-star .avue-sidebar .el-submenu__title:hover{background:transparent}.theme-star .avue-sidebar .el-menu-item:hover i,.theme-star .avue-sidebar .el-menu-item:hover span,.theme-star .avue-sidebar .el-submenu__title:hover i,.theme-star .avue-sidebar .el-submenu__title:hover span{color:#409eff}.theme-star .avue-sidebar .el-menu-item.is-active,.theme-star .avue-sidebar .el-submenu__title.is-active{background-color:rgba(0,0,0,.4)}.theme-star .avue-sidebar .el-menu-item.is-active i,.theme-star .avue-sidebar .el-menu-item.is-active span,.theme-star .avue-sidebar .el-submenu__title.is-active i,.theme-star .avue-sidebar .el-submenu__title.is-active span{color:#fff}.theme-star .top-search .el-input__inner{color:#333}.theme-star .top-search input::-webkit-input-placeholder,.theme-star .top-search textarea::-webkit-input-placeholder{color:#fff}.theme-star .top-search input:-moz-placeholder,.theme-star .top-search input::-moz-placeholder,.theme-star .top-search textarea:-moz-placeholder,.theme-star .top-search textarea::-moz-placeholder{color:#fff}.theme-star .top-search input:-ms-input-placeholder,.theme-star .top-search textarea:-ms-input-placeholder{color:#fff}.theme-star .top-bar__item i{color:#fff}.theme-vip .avue-header{background-color:#20222a}.theme-vip .el-dropdown{color:rgba(246,202,157,.7)}.theme-vip .avue-logo .avue-logo_title{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(246,202,157,.7)),to(#f6ca9d));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:400}.theme-vip .avue-breadcrumb i{color:rgba(246,202,157,.7)}.theme-vip .avue-sidebar .el-menu-item.is-active:before{background:rgba(246,202,157,.7)}.theme-vip .avue-sidebar .el-menu-item.is-active i,.theme-vip .avue-sidebar .el-menu-item.is-active span{color:#f6ca9d}.theme-vip .avue-tags .el-tabs__item{color:rgba(0,0,0,.4)!important}.theme-vip .avue-tags .el-tabs__item.is-active{color:#f6ca9d!important;border-color:#f6ca9d!important}.theme-vip .avue-tags .el-tabs__item:before{background:#f6ca9d}.theme-vip .top-search .el-input__inner{color:rgba(246,202,157,.7)}.theme-vip .top-search input::-webkit-input-placeholder,.theme-vip .top-search textarea::-webkit-input-placeholder{color:rgba(246,202,157,.7)}.theme-vip .top-search input:-moz-placeholder,.theme-vip .top-search input::-moz-placeholder,.theme-vip .top-search textarea:-moz-placeholder,.theme-vip .top-search textarea::-moz-placeholder{color:rgba(246,202,157,.7)}.theme-vip .top-search input:-ms-input-placeholder,.theme-vip .top-search textarea:-ms-input-placeholder{color:rgba(246,202,157,.7)}.theme-vip .avue-top .el-menu-item i,.theme-vip .avue-top .el-menu-item span,.theme-vip .top-bar__item i{color:rgba(246,202,157,.7)}.theme-vip .avue-top .el-menu-item:hover i,.theme-vip .avue-top .el-menu-item:hover span{color:#f6ca9d}.theme-white .el-menu--popup .el-menu-item{background-color:#fff}.theme-white .el-menu--popup .el-menu-item i,.theme-white .el-menu--popup .el-menu-item span{color:#666}.theme-white .el-menu--popup .el-menu-item:hover i,.theme-white .el-menu--popup .el-menu-item:hover span{color:#333}.theme-white .el-menu--popup .el-menu-item.is-active{background-color:#409eff}.theme-white .el-menu--popup .el-menu-item.is-active:before{content:"";top:0;left:0;bottom:0;width:4px;background:#409eff;position:absolute}.theme-white .el-menu--popup .el-menu-item.is-active i,.theme-white .el-menu--popup .el-menu-item.is-active span{color:#fff}.theme-white .avue-header,.theme-white .avue-logo,.theme-white .tags-container{background-color:#409eff}.theme-white .avue-sidebar--tip{background-color:transparent;color:#333}.theme-white .el-dropdown{color:#fff}.theme-white .avue-logo_title{font-weight:400;color:#fff}.theme-white .avue-breadcrumb,.theme-white .avue-breadcrumb i,.theme-white .avue-top .el-menu-item:hover i,.theme-white .avue-top .el-menu-item:hover span,.theme-white .avue-top .el-menu-item i,.theme-white .avue-top .el-menu-item span,.theme-white .logo_title,.theme-white .logo_title i{color:#fff}.theme-white .avue-sidebar{-webkit-box-shadow:2px 0 6px rgba(0,21,41,.15);box-shadow:2px 0 6px rgba(0,21,41,.15);background-color:#fff;padding-top:70px}.theme-white .avue-sidebar .el-menu-item i,.theme-white .avue-sidebar .el-menu-item span,.theme-white .avue-sidebar .el-submenu__title i,.theme-white .avue-sidebar .el-submenu__title span{color:#666}.theme-white .avue-sidebar .el-menu-item:hover,.theme-white .avue-sidebar .el-submenu__title:hover{background:transparent}.theme-white .avue-sidebar .el-menu-item:hover i,.theme-white .avue-sidebar .el-menu-item:hover span,.theme-white .avue-sidebar .el-submenu__title:hover i,.theme-white .avue-sidebar .el-submenu__title:hover span{color:#333}.theme-white .avue-sidebar .el-menu-item.is-active,.theme-white .avue-sidebar .el-submenu__title.is-active{background-color:#409eff}.theme-white .avue-sidebar .el-menu-item.is-active i,.theme-white .avue-sidebar .el-menu-item.is-active span,.theme-white .avue-sidebar .el-submenu__title.is-active i,.theme-white .avue-sidebar .el-submenu__title.is-active span{color:#fff}.theme-white .top-search .el-input__inner{color:#333}.theme-white .top-search input::-webkit-input-placeholder,.theme-white .top-search textarea::-webkit-input-placeholder{color:#fff}.theme-white .top-search input:-moz-placeholder,.theme-white .top-search input::-moz-placeholder,.theme-white .top-search textarea:-moz-placeholder,.theme-white .top-search textarea::-moz-placeholder{color:#fff}.theme-white .top-search input:-ms-input-placeholder,.theme-white .top-search textarea:-ms-input-placeholder{color:#fff}.theme-white .top-bar__item i{color:#fff}.avue-top{padding:0 20px;position:relative;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);box-shadow:0 1px 2px 0 rgba(0,0,0,.15);color:rgba(0,0,0,.65);font-size:28px;height:64px;line-height:64px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.avue-top .el-menu-item i,.avue-top .el-menu-item span{font-size:13px}.avue-top .el-menu--horizontal>.el-menu-item{height:64px;line-height:64px}.avue-breadcrumb{height:100%}.avue-breadcrumb i{font-size:30px!important}.avue-breadcrumb--active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.top-menu{-webkit-box-sizing:border-box;box-sizing:border-box}.top-menu .el-menu-item{padding:0 10px;border:none!important}.top-search{line-height:64px;position:absolute!important;left:20px;top:0;width:400px!important}.top-search .el-input__inner{font-size:13px;border:none;background-color:transparent}.top-bar__img{margin:0 8px 0 5px;padding:2px;width:30px;height:30px;border-radius:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #eee;vertical-align:middle}.top-bar__left,.top-bar__right{height:64px;position:absolute;top:0}.top-bar__left i,.top-bar__right i{line-height:64px}.top-bar__left{left:20px}.top-bar__right{right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-bar__item{position:relative;display:inline-block;height:64px;margin:0 10px;font-size:16px}.top-bar__item--show{display:inline-block!important}.top-bar__item .el-badge__content.is-fixed{top:12px;right:5px}.top-bar__title{height:100%;padding:0 40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:inherit;font-weight:400}.GB[data-v-1506e06e]{width:100%;height:100%}.GB-head[data-v-1506e06e]{width:100%}.GB-body[data-v-1506e06e]{width:100%;height:100%}.GB-body-action[data-v-1506e06e]{width:100%;margin-top:10px}.GB-body-table[data-v-1506e06e]{margin-top:10px;width:100%;height:100%}.YSY-body,.YSY-head{width:100%}.YSY-body{height:100%}.YSY-body-action,.YSY-body-table{width:100%;margin-top:10px}.YSY-body-table{height:100%}.hkConfig-body{width:100%;height:100%}.hkConfig-body-eventList{height:32px;margin-right:10px}.hkConfig-body-action,.hkConfig-body-table{width:100%;margin-top:10px}.app,.hkConfig-body-table{height:100%}.app,.app-body,.app-head{width:100%}.app-body{height:100%}.app-body-action,.app-body-table{width:100%;margin-top:10px}.app-body-table{height:100%}.associationtable[data-v-1ce75333]{width:100%;height:100%}.associationtable-head[data-v-1ce75333]{width:100%}.associationtable-body[data-v-1ce75333]{width:100%;height:100%}.associationtable-body-action[data-v-1ce75333]{width:100%;margin-top:10px}.associationtable-body-table[data-v-1ce75333]{margin-top:10px;width:100%;height:100%}.cloudArm[data-v-4d43e316]{width:100%;height:100%}.cloudArm-head[data-v-4d43e316]{width:100%}.cloudArm-body[data-v-4d43e316]{width:100%;height:100%}.cloudArm-body-action[data-v-4d43e316]{width:100%;margin-top:10px}.cloudArm-body-table[data-v-4d43e316]{margin-top:10px;width:100%;height:100%}.dockinginterface[data-v-3e0f9974]{width:100%;height:100%}.dockinginterface-head[data-v-3e0f9974]{width:100%}.dockinginterface-body[data-v-3e0f9974]{width:100%;height:100%}.dockinginterface-body-action[data-v-3e0f9974]{width:100%;margin-top:10px}.dockinginterface-body-table[data-v-3e0f9974]{margin-top:10px;width:100%;height:100%}.releaseRecords{width:100%;height:100%}.releaseRecords-head{width:100%}.releaseRecords-body{width:100%;height:100%}.releaseRecords-body-action{width:100%;margin-top:10px}.releaseRecords-body-table{margin-top:10px;width:100%;height:100%}.softwarePackage{width:100%;height:100%}.softwarePackage-head{width:100%}.softwarePackage-body{width:100%;height:100%}.softwarePackage-body-action{width:100%;margin-top:10px}.softwarePackage-body-table{margin-top:10px;width:100%;height:100%}.strategy[data-v-e4825b86]{width:100%;height:100%}.strategy-head[data-v-e4825b86]{width:100%}.strategy-body[data-v-e4825b86]{width:100%;height:100%}.strategy-body-action[data-v-e4825b86]{width:100%;margin-top:10px}.strategy-body-table[data-v-e4825b86]{margin-top:10px;width:100%;height:100%}.devicesSmoke[data-v-01c88682]{width:100%;height:100%}.devicesSmoke-head[data-v-01c88682]{width:100%}.devicesSmoke-body[data-v-01c88682]{width:100%;height:100%}.devicesSmoke-body-action[data-v-01c88682]{width:100%;margin-top:10px}.devicesSmoke-body-table[data-v-01c88682]{margin-top:10px;width:100%;height:100%}.panel{height:100%}.panel,.panel-head{width:100%}.panel-body{width:100%;height:100%}.panel-body-action,.panel-body-table{width:100%;margin-top:10px}.panel-body-table{height:100%}.file-head[data-v-2912d400]{width:100%}.file-body[data-v-2912d400]{width:100%;height:100%}.file-body-action[data-v-2912d400]{width:100%;margin-top:10px}.file-body-table[data-v-2912d400]{margin-top:10px;width:100%;height:100%}.folder-head[data-v-8dc788d4]{width:100%}.folder-body[data-v-8dc788d4]{width:100%;height:100%}.folder-body-action[data-v-8dc788d4]{width:100%;margin-top:10px}.folder-body-table[data-v-8dc788d4]{margin-top:10px;width:100%;height:100%}.box{height:800px}.el-scrollbar{height:100%}.box .el-scrollbar__wrap{overflow:scroll}.reportdesignconfig-body{width:100%;height:100%}.reportdesignconfig-body-eventList{height:32px;margin-right:10px}.reportdesignconfig-body-action{width:100%;margin-top:10px}.reportdesignconfig-body-table{margin-top:10px;width:100%;height:100%}.reportdesign[data-v-b6641f98]{width:100%;height:100%}.reportdesign-head[data-v-b6641f98]{width:100%}.reportdesign-body[data-v-b6641f98]{width:100%;height:100%}.reportdesign-body-action[data-v-b6641f98]{width:100%;margin-top:10px}.reportdesign-body-table[data-v-b6641f98]{margin-top:10px;width:100%;height:100%}.reportsubscription[data-v-f38e09f8]{width:100%;height:100%}.reportsubscription-head[data-v-f38e09f8]{width:100%}.reportsubscription-body[data-v-f38e09f8]{width:100%;height:100%}.reportsubscription-body-action[data-v-f38e09f8]{width:100%;margin-top:10px}.reportsubscription-body-table[data-v-f38e09f8]{margin-top:10px;width:100%;height:100%}.rolesassociated[data-v-1014720b]{width:100%;height:100%}.rolesassociated-head[data-v-1014720b]{width:100%}.rolesassociated-body[data-v-1014720b]{width:100%;height:100%}.rolesassociated-body-action[data-v-1014720b]{width:100%;margin-top:10px}.rolesassociated-body-table[data-v-1014720b]{margin-top:10px;width:100%;height:100%}.monitorSaveModal .el-form{height:300px}.monitorSaveModal-annotate{height:20px}.monitorSaveModal-annotate,.monitorSaveModal-annotate-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitorSaveModal-annotate-content{margin-left:5px;font-size:13px;color:#7a7a7a}.monitorUpdateModal .el-form{height:300px}.monitorUpdateModal-annotate{height:20px}.monitorUpdateModal-annotate,.monitorUpdateModal-annotate-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitorUpdateModal-annotate-content{margin-left:5px;font-size:13px;color:#7a7a7a}.monitorShowModal .el-form{height:300px}.monitorShowModal-annotate{height:20px}.monitorShowModal-annotate,.monitorShowModal-annotate-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitorShowModal-annotate-content{margin-left:5px;font-size:13px;color:#7a7a7a}.devicesSmoke[data-v-440ce3cc]{width:100%;height:100%}.devicesSmoke-head[data-v-440ce3cc]{width:100%}.devicesSmoke-body[data-v-440ce3cc]{width:100%;height:100%}.devicesSmoke-body-action[data-v-440ce3cc]{width:100%;margin-top:10px}.devicesSmoke-body-table[data-v-440ce3cc]{margin-top:10px;width:100%;height:100%}.associationtable[data-v-2995c45e]{width:100%;height:100%}.associationtable-head[data-v-2995c45e]{width:100%}.associationtable-body[data-v-2995c45e]{width:100%;height:100%}.associationtable-body-action[data-v-2995c45e]{width:100%;margin-top:10px}.associationtable-body-table[data-v-2995c45e]{margin-top:10px;width:100%;height:100%}.rolesAndSupplier-head[data-v-0416d4c3]{width:100%}.rolesAndSupplier-body[data-v-0416d4c3]{width:100%;height:100%}.rolesAndSupplier-body-action[data-v-0416d4c3]{width:100%;margin-top:10px}.rolesAndSupplier-body-table[data-v-0416d4c3]{margin-top:10px;width:100%;height:100%}.supplier-head{width:100%}.supplier-body{width:100%;height:100%}.supplier-body-action,.supplier-body-table{width:100%;margin-top:10px}.supplier-body-table{height:100%}.ysyChannel-head{width:100%}.ysyChannel-body{width:100%;height:100%}.ysyChannel-body-action,.ysyChannel-body-table{width:100%;margin-top:10px}.ysyChannel-body-table{height:100%}.ysyDeviceList-head{width:100%}.ysyDeviceList-body{width:100%;height:100%}.ysyDeviceList-body-action,.ysyDeviceList-body-table{width:100%;margin-top:10px}.ysyDeviceList-body-table{height:100%}.ysyAccount-head{width:100%}.ysyAccount-body{width:100%;height:100%}.ysyAccount-body-action,.ysyAccount-body-table{width:100%;margin-top:10px}.ysyAccount-body-table{height:100%}.bimAccount-head{width:100%}.bimAccount-body{width:100%;height:100%}.bimAccount-body-action,.bimAccount-body-table{width:100%;margin-top:10px}.bimAccount-body-table{height:100%}.bimModel-head{width:100%}.bimModel-body{width:100%;height:100%}.bimModel-body-action,.bimModel-body-table{width:100%;margin-top:10px}.bimModel-body-table{height:100%}.personsecurity[data-v-12983adc]{width:100%;height:100%}.personsecurity-head[data-v-12983adc]{width:100%}.personsecurity-body[data-v-12983adc]{width:100%;height:100%}.personsecurity-body-action[data-v-12983adc]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-12983adc]{margin-top:10px;width:100%;height:100%}.aifacedetection{width:100%;height:100%}.aifacedetection-head{width:100%}.aifacedetection-body{width:100%;height:100%}.aifacedetection-body-action{width:100%;margin-top:10px}.aifacedetection-body-table{margin-top:10px;width:100%;height:100%}.personsecurity[data-v-188f22a7]{width:100%;height:100%}.personsecurity-head[data-v-188f22a7]{width:100%}.personsecurity-body[data-v-188f22a7]{width:100%;height:100%}.personsecurity-body-action[data-v-188f22a7]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-188f22a7]{margin-top:10px;width:100%;height:100%}.aifiredetection[data-v-cb140eb4]{width:100%;height:100%}.aifiredetection-head[data-v-cb140eb4]{width:100%}.aifiredetection-body[data-v-cb140eb4]{width:100%;height:100%}.aifiredetection-body-action[data-v-cb140eb4]{width:100%;margin-top:10px}.aifiredetection-body-table[data-v-cb140eb4]{margin-top:10px;width:100%;height:100%}.personsecurity[data-v-3a45e480]{width:100%;height:100%}.personsecurity-head[data-v-3a45e480]{width:100%}.personsecurity-body[data-v-3a45e480]{width:100%;height:100%}.personsecurity-body-action[data-v-3a45e480]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-3a45e480]{margin-top:10px;width:100%;height:100%}.personsecurity[data-v-05b96cb3]{width:100%;height:100%}.personsecurity-head[data-v-05b96cb3]{width:100%}.personsecurity-body[data-v-05b96cb3]{width:100%;height:100%}.personsecurity-body-action[data-v-05b96cb3]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-05b96cb3]{margin-top:10px;width:100%;height:100%}.aihybridfacerecognition{width:100%;height:100%}.aihybridfacerecognition-head{width:100%}.aihybridfacerecognition-body{width:100%;height:100%}.aihybridfacerecognition-body-action{width:100%;margin-top:10px}.aihybridfacerecognition-body-table{margin-top:10px;width:100%;height:100%}.personsecurity[data-v-78dbd222]{width:100%;height:100%}.personsecurity-head[data-v-78dbd222]{width:100%}.personsecurity-body[data-v-78dbd222]{width:100%;height:100%}.personsecurity-body-action[data-v-78dbd222]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-78dbd222]{margin-top:10px;width:100%;height:100%}.ailicenseplaterecogniti{width:100%;height:100%}.ailicenseplaterecogniti-head{width:100%}.ailicenseplaterecogniti-body{width:100%;height:100%}.ailicenseplaterecogniti-body-action{width:100%;margin-top:10px}.ailicenseplaterecogniti-body-table{margin-top:10px;width:100%;height:100%}.personsecurity[data-v-5b686cd8]{width:100%;height:100%}.personsecurity-head[data-v-5b686cd8]{width:100%}.personsecurity-body[data-v-5b686cd8]{width:100%;height:100%}.personsecurity-body-action[data-v-5b686cd8]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-5b686cd8]{margin-top:10px;width:100%;height:100%}.aimucktruckcapture{width:100%;height:100%}.aimucktruckcapture-head{width:100%}.aimucktruckcapture-body{width:100%;height:100%}.aimucktruckcapture-body-action{width:100%;margin-top:10px}.aimucktruckcapture-body-table{margin-top:10px;width:100%;height:100%}.personsecurity[data-v-fb8a4c88]{width:100%;height:100%}.personsecurity-head[data-v-fb8a4c88]{width:100%}.personsecurity-body[data-v-fb8a4c88]{width:100%;height:100%}.personsecurity-body-action[data-v-fb8a4c88]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-fb8a4c88]{margin-top:10px;width:100%;height:100%}.detail{height:100%}.detail,.detail-head{width:100%}.detail-body{width:100%;height:100%}.detail-body-action,.detail-body-table{width:100%;margin-top:10px}.detail-body-table{height:100%}.aipeopleCount{width:100%;height:100%}.aipeopleCount-head{width:100%}.aipeopleCount-body{width:100%;height:100%}.aipeopleCount-body-action,.aipeopleCount-body-table{width:100%;margin-top:10px}.aipeopleCount-body-table{height:100%}.personsecurity[data-v-4398c55e]{width:100%;height:100%}.personsecurity-head[data-v-4398c55e]{width:100%}.personsecurity-body[data-v-4398c55e]{width:100%;height:100%}.personsecurity-body-action[data-v-4398c55e]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-4398c55e]{margin-top:10px;width:100%;height:100%}.airegionalintrusion{width:100%;height:100%}.airegionalintrusion-head{width:100%}.airegionalintrusion-body{width:100%;height:100%}.airegionalintrusion-body-action{width:100%;margin-top:10px}.airegionalintrusion-body-table{margin-top:10px;width:100%;height:100%}.personsecurity[data-v-bad41c64]{width:100%;height:100%}.personsecurity-head[data-v-bad41c64]{width:100%}.personsecurity-body[data-v-bad41c64]{width:100%;height:100%}.personsecurity-body-action[data-v-bad41c64]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-bad41c64]{margin-top:10px;width:100%;height:100%}.airoutinesnapshot{width:100%;height:100%}.airoutinesnapshot-head{width:100%}.airoutinesnapshot-body{width:100%;height:100%}.airoutinesnapshot-body-action{width:100%;margin-top:10px}.airoutinesnapshot-body-table{margin-top:10px;width:100%;height:100%}.personsecurity[data-v-28016764]{width:100%;height:100%}.personsecurity-head[data-v-28016764]{width:100%}.personsecurity-body[data-v-28016764]{width:100%;height:100%}.personsecurity-body-action[data-v-28016764]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-28016764]{margin-top:10px;width:100%;height:100%}.aisafetyhelmetdetection{width:100%;height:100%}.aisafetyhelmetdetection-head{width:100%}.aisafetyhelmetdetection-body{width:100%;height:100%}.aisafetyhelmetdetection-body-action{width:100%;margin-top:10px}.aisafetyhelmetdetection-body-table{margin-top:10px;width:100%;height:100%}.aisafetyhelmetdetection-body-table-video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.personsecurity[data-v-e123875c]{width:100%;height:100%}.personsecurity-head[data-v-e123875c]{width:100%}.personsecurity-body[data-v-e123875c]{width:100%;height:100%}.personsecurity-body-action[data-v-e123875c]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-e123875c]{margin-top:10px;width:100%;height:100%}.floormanagement-head{width:100%}.floormanagement-body{width:100%;height:100%}.floormanagement-body-action{width:100%;margin-top:10px}.floormanagement-body-table{margin-top:10px;width:100%;height:100%}.constructionmanagement-head{width:100%}.constructionmanagement-body{width:100%;height:100%}.constructionmanagement-body-action{width:100%;margin-top:10px}.constructionmanagement-body-table{margin-top:10px;width:100%;height:100%}.personbind-body{width:100%;height:100%}.personbind-body-eventList{height:32px;margin-right:10px}.personbind-body-action,.personbind-body-table{width:100%;margin-top:10px}.personbind-body-table{height:100%}.location-track-map{width:100%;height:100%}.location-track-map .map1{width:100%;height:700px}.LocationMap{width:100%;height:100%}.LocationMap .LocationMap-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.LocationMap .LocationMap-menu>div{margin-right:10px}.LocationMap .el-input__inner{border:1px solid #27dfe0}.LocationMap .el-input__inner,.LocationMap .el-range-input{background-color:rgba(0,0,0,.2)!important;color:#fff}.location-img-map{width:100%}.location-img-map .map1{width:100%;height:700px}.location-img-map .location-over-div{border:1px solid #27dfe0;background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:#fff}.location-img-map .popup-name{text-align:center}.location-img-map .popup-cardId,.location-img-map .popup-time{text-align:left}.installDeviceRecord[data-v-82a751f8]{width:100%;height:100%}.installDeviceRecord-head[data-v-82a751f8]{width:100%}.installDeviceRecord-body[data-v-82a751f8]{width:100%;height:100%}.installDeviceRecord-body-action[data-v-82a751f8]{width:100%;margin-top:10px}.installDeviceRecord-body-table[data-v-82a751f8]{margin-top:10px;width:100%;height:100%}[data-v-82a751f8] .DSPopconfirm{margin:0!important}.handleLog{width:100%;height:100%}.handleLog-head{width:100%}.handleLog-body{width:100%;height:100%}.handleLog-body-action,.handleLog-body-table{width:100%;margin-top:10px}.handleLog-body-table{height:100%}.form-item[data-v-450c118e],.ShowModal-content[data-v-520e670d]{display:-webkit-box;display:-ms-flexbox;display:flex}.ShowModal-content[data-v-520e670d]{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ShowModal-content h4[data-v-520e670d]{margin-top:0}.ShowModal-content-left[data-v-520e670d],.ShowModal-content .form-item[data-v-520e670d]{display:-webkit-box;display:-ms-flexbox;display:flex}.ShowModal-content-left[data-v-520e670d]{padding:20px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ShowModal-content-center[data-v-520e670d]{width:1px;background-color:#b6b6b6;margin:15px 25px}.ShowModal-content-right[data-v-520e670d]{padding:20px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%}.ShowModal-content .item[data-v-520e670d]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin-bottom:15px}.ShowModal-content .item-name[data-v-520e670d]{width:110px;color:#000}.ShowModal-content .item-desc[data-v-520e670d]{cursor:not-allowed;width:calc(100% - 110px);background-color:#f5f7fa;color:#2c2c2c;border:1px solid #e4e7ed;border-radius:4px;padding:8px 15px}.DealModal-content[data-v-36967f9c],.DealModal .form-item[data-v-36967f9c]{display:-webkit-box;display:-ms-flexbox;display:flex}.DealModal-content[data-v-36967f9c]{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.DealModal-content h4[data-v-36967f9c]{margin-top:0}.DealModal-content-left[data-v-36967f9c]{padding:20px 0;width:calc(60% - 25px);height:100%}.DealModal-content-left .item[data-v-36967f9c],.DealModal-content-left[data-v-36967f9c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.DealModal-content-left .item[data-v-36967f9c]{font-size:14px;margin-bottom:10px}.DealModal-content-left .item-name[data-v-36967f9c]{border-left:5px solid #20222a;padding:4px 8px;color:#fff;background-color:#666}.DealModal-content-left .item-desc[data-v-36967f9c]{padding:5px 10px}.DealModal-content-center[data-v-36967f9c]{width:1px;background-color:#b6b6b6;margin:15px 25px}.DealModal-content-right[data-v-36967f9c]{width:calc(60% - 25px);height:100%;padding:20px 0}.EditModal-content[data-v-15005c08],.EditModal .form-item[data-v-15005c08]{display:-webkit-box;display:-ms-flexbox;display:flex}.EditModal-content[data-v-15005c08]{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.EditModal-content h4[data-v-15005c08]{margin-top:0}.EditModal-content-left[data-v-15005c08]{padding:20px 0;width:calc(60% - 25px);height:100%}.EditModal-content-left .item[data-v-15005c08],.EditModal-content-left[data-v-15005c08]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.EditModal-content-left .item[data-v-15005c08]{font-size:14px;margin-bottom:10px}.EditModal-content-left .item-name[data-v-15005c08]{border-left:5px solid #20222a;padding:4px 8px;color:#fff;background-color:#666}.EditModal-content-left .item-desc[data-v-15005c08]{padding:5px 10px}.EditModal-content-center[data-v-15005c08]{width:1px;background-color:#b6b6b6;margin:15px 25px}.EditModal-content-right[data-v-15005c08]{width:calc(60% - 25px);height:100%;padding:20px 0}.maintenancerecord[data-v-968a5b34]{width:100%;height:100%}.maintenancerecord-head[data-v-968a5b34]{width:100%}.maintenancerecord-body[data-v-968a5b34]{width:100%;height:100%}.maintenancerecord-body-action[data-v-968a5b34]{width:100%;margin-top:10px}.maintenancerecord-body-table[data-v-968a5b34]{margin-top:10px;width:100%;height:100%}.maintenancerecord-columns[data-v-968a5b34]{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.maintenancerecord-columns .item[data-v-968a5b34],.maintenancerecord-columns[data-v-968a5b34]{display:-webkit-box;display:-ms-flexbox;display:flex}.maintenancerecord-columns .item-title[data-v-968a5b34]{-webkit-box-flex:7;-ms-flex:7;flex:7;padding-right:5px;text-align:right}.maintenancerecord-columns .item-content[data-v-968a5b34]{-webkit-box-flex:10;-ms-flex:10;flex:10;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left}.dischargingmonitoranalyse-head{width:100%}.dischargingmonitoranalyse-body{width:100%;height:100%}.dischargingmonitoranalyse-body-action{width:100%;margin-top:10px}.dischargingmonitoranalyse-body-table{margin-top:10px;width:100%;height:100%}.dustmonitoranalyse-head{width:100%}.dustmonitoranalyse-body{width:100%;height:100%}.dustmonitoranalyse-body-action{width:100%;margin-top:10px}.dustmonitoranalyse-body-table{margin-top:10px;width:100%;height:100%}.liftmonitoranalyse-head{width:100%}.liftmonitoranalyse-body{width:100%;height:100%}.liftmonitoranalyse-body-action{width:100%;margin-top:10px}.liftmonitoranalyse-body-table{margin-top:10px;width:100%;height:100%}.towermonitoranalyse-head{width:100%}.towermonitoranalyse-body{width:100%;height:100%}.towermonitoranalyse-body-action{width:100%;margin-top:10px}.towermonitoranalyse-body-table{margin-top:10px;width:100%;height:100%}.videomonitoranalyse-head{width:100%}.videomonitoranalyse-body{width:100%;height:100%}.videomonitoranalyse-body-action{width:100%;margin-top:10px}.videomonitoranalyse-body-table{margin-top:10px;width:100%;height:100%}.doormagnetismdata[data-v-281cfec7]{width:100%;height:100%}.doormagnetismdata-head[data-v-281cfec7]{width:100%}.doormagnetismdata-body[data-v-281cfec7]{width:100%;height:100%}.doormagnetismdata-body-action[data-v-281cfec7]{width:100%;margin-top:10px}.doormagnetismdata-body-table[data-v-281cfec7]{margin-top:10px;width:100%;height:100%}.dustalarmrecord[data-v-86f13380]{width:100%;height:100%}.dustalarmrecord-head[data-v-86f13380]{width:100%}.dustalarmrecord-body[data-v-86f13380]{width:100%;height:100%}.dustalarmrecord-body-action[data-v-86f13380]{width:100%;margin-top:10px}.dustalarmrecord-body-table[data-v-86f13380]{margin-top:10px;width:100%;height:100%}.dustrealtimedata[data-v-dbe731c2]{width:100%;height:100%}.dustrealtimedata-head[data-v-dbe731c2]{width:100%}.dustrealtimedata-body[data-v-dbe731c2]{width:100%;height:100%}.dustrealtimedata-body-action[data-v-dbe731c2]{width:100%;margin-top:10px}.dustrealtimedata-body-table[data-v-dbe731c2]{margin-top:10px;width:100%;height:100%}.duststatecontrolpoint[data-v-4ed4de02]{width:100%;height:100%}.duststatecontrolpoint-head[data-v-4ed4de02]{width:100%}.duststatecontrolpoint-body[data-v-4ed4de02]{width:100%;height:100%}.duststatecontrolpoint-body-action[data-v-4ed4de02]{width:100%;margin-top:10px}.duststatecontrolpoint-body-table[data-v-4ed4de02]{margin-top:10px;width:100%;height:100%}.stateControl[data-v-0b524dab]{width:100%;height:100%}.stateControl-head[data-v-0b524dab]{width:100%}.stateControl-body[data-v-0b524dab]{width:100%;height:100%}.stateControl-body-action[data-v-0b524dab]{width:100%;margin-top:10px}.stateControl-body-table[data-v-0b524dab]{margin-top:10px;width:100%;height:100%}.stateControl[data-v-e8b49588]{width:100%;height:100%}.stateControl-head[data-v-e8b49588]{width:100%}.stateControl-body[data-v-e8b49588]{width:100%;height:100%}.stateControl-body-action[data-v-e8b49588]{width:100%;margin-top:10px}.stateControl-body-table[data-v-e8b49588]{margin-top:10px;width:100%;height:100%}.electronrealtimedata{width:100%;height:100%}.electronrealtimedata-head{width:100%}.electronrealtimedata-body{width:100%;height:100%}.electronrealtimedata-body-action{width:100%;margin-top:10px}.electronrealtimedata-body-table{margin-top:10px;width:100%;height:100%}.handle[data-v-6e9dbda9],.handle[data-v-6e9dbda9] .ds-card__inner{height:100%}.handle-form[data-v-6e9dbda9]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-6e9dbda9]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.rectifyForm[data-v-6e9dbda9]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.rectifyForm[data-v-6e9dbda9] .el-input.is-disabled .el-input__inner,.rectifyForm[data-v-6e9dbda9] .el-textarea.is-disabled .el-textarea__inner{color:#2c2c2c}.rectifyForm .el-form-item[data-v-6e9dbda9]{display:-webkit-box;display:-ms-flexbox;display:flex}.rectifyForm .el-form-item[data-v-6e9dbda9] .el-form-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.handle[data-v-2498d544],.handle[data-v-2498d544] .ds-card__inner{height:100%}.handle-form[data-v-2498d544]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-2498d544]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.rectifyForm[data-v-2498d544]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.rectifyForm[data-v-2498d544] .el-input.is-disabled .el-input__inner,.rectifyForm[data-v-2498d544] .el-textarea.is-disabled .el-textarea__inner{color:#2c2c2c}.rectifyForm .el-form-item[data-v-2498d544]{display:-webkit-box;display:-ms-flexbox;display:flex}.rectifyForm .el-form-item[data-v-2498d544] .el-form-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.handle[data-v-f74370b0],.handle[data-v-f74370b0] .ds-card__inner{height:100%}.handle-form[data-v-f74370b0]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-f74370b0]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.handle[data-v-2e800e53],.handle[data-v-2e800e53] .ds-card__inner{height:100%}.handle-form[data-v-2e800e53]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-2e800e53]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.checkList[data-v-7e7ce4b8]{border:1px solid #eee;padding:10px;border-radius:6px}.checkList-action[data-v-7e7ce4b8]{display:-webkit-box;display:-ms-flexbox;display:flex}.handle[data-v-c760ac50],.handle[data-v-c760ac50] .ds-card__inner{height:100%}.handle-form[data-v-c760ac50]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-c760ac50]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.handle[data-v-09adbae4],.handle[data-v-09adbae4] .ds-card__inner{height:100%}.handle-form[data-v-09adbae4]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-09adbae4]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.handle[data-v-2e8d5d13],.handle[data-v-2e8d5d13] .ds-card__inner{height:100%}.handle-form[data-v-2e8d5d13]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-2e8d5d13]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.card[data-v-334ecd6b] .DSDrawer-body{padding:0}.flowdelete{width:100%;height:100%}.flowdelete-head{width:100%}.flowdelete-body{width:100%;height:100%}.flowdelete-body-action,.flowdelete-body-table{width:100%;margin-top:10px}.flowdelete-body-table{height:100%}.proType[data-v-6a69a74e]{width:100%;margin-bottom:20px}.proType-item-label[data-v-6a69a74e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:700}.proType-item-label-left[data-v-6a69a74e]{width:180px}.proType-item-value[data-v-6a69a74e]{display:-webkit-box;display:-ms-flexbox;display:flex}.proType-item-value.STRUCT[data-v-6a69a74e]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-6a69a74e]{margin-top:8px}.proType-item-value-item[data-v-6a69a74e]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-6a69a74e]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-6a69a74e]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-6a69a74e]{margin-left:12px}.proType[data-v-6a5a2596]{width:100%;margin-bottom:20px}.proType-item-label[data-v-6a5a2596]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700}.proType-item-label-left[data-v-6a5a2596]{width:180px}.proType-item-value[data-v-6a5a2596]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.proType-item-value.STRUCT[data-v-6a5a2596]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-6a5a2596]{margin-top:8px}.proType-item-value-item[data-v-6a5a2596]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-6a5a2596]{margin-right:8px;padding-left:8px;font-size:12px;line-height:30px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-6a5a2596]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-6a5a2596]{margin-left:12px}.checkList[data-v-3a9f20d2]{border:1px solid #eee;padding:10px;border-radius:6px}.setParams[data-v-0fd30c17]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.setParams-body[data-v-0fd30c17]{padding-right:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.setParams-footer[data-v-0fd30c17]{height:60px;text-align:right}.liftSetParams[data-v-25d3fba2]{width:100%;height:100%}.liftSetParams-head[data-v-25d3fba2]{width:100%}.liftSetParams-body[data-v-25d3fba2]{width:100%;height:100%}.liftSetParams-body-action[data-v-25d3fba2]{width:100%;margin-top:10px}.liftSetParams-body-table[data-v-25d3fba2]{margin-top:10px;width:100%;height:100%}.liftdevicedemolitionmanagement-head{width:100%}.liftdevicedemolitionmanagement-body{width:100%;height:100%}.liftdevicedemolitionmanagement-body-action{width:100%;margin-top:10px}.liftdevicedemolitionmanagement-body-table{margin-top:10px;width:100%;height:100%}.liftdeviceinspectionmanagement-head{width:100%}.liftdeviceinspectionmanagement-body{width:100%;height:100%}.liftdeviceinspectionmanagement-body-action{width:100%;margin-top:10px}.liftdeviceinspectionmanagement-body-table{margin-top:10px;width:100%;height:100%}.liftdeviceinstallationmanagement-head{width:100%}.liftdeviceinstallationmanagement-body{width:100%;height:100%}.liftdeviceinstallationmanagement-body-action{width:100%;margin-top:10px}.liftdeviceinstallationmanagement-body-table{margin-top:10px;width:100%;height:100%}.materialtabledemolitionmanagement-head{width:100%}.materialtabledemolitionmanagement-body{width:100%;height:100%}.materialtabledemolitionmanagement-body-action{width:100%;margin-top:10px}.materialtabledemolitionmanagement-body-table{margin-top:10px;width:100%;height:100%}.materialtableinspectionmanagement-head{width:100%}.materialtableinspectionmanagement-body{width:100%;height:100%}.materialtableinspectionmanagement-body-action{width:100%;margin-top:10px}.materialtableinspectionmanagement-body-table{margin-top:10px;width:100%;height:100%}.materialtableinstallationmanagement-head{width:100%}.materialtableinstallationmanagement-body{width:100%;height:100%}.materialtableinstallationmanagement-body-action{width:100%;margin-top:10px}.materialtableinstallationmanagement-body-table{margin-top:10px;width:100%;height:100%}.towerdemolitionmanagement-head{width:100%}.towerdemolitionmanagement-body{width:100%;height:100%}.towerdemolitionmanagement-body-action{width:100%;margin-top:10px}.towerdemolitionmanagement-body-table{margin-top:10px;width:100%;height:100%}.towerinspectionmanagement-head{width:100%}.towerinspectionmanagement-body{width:100%;height:100%}.towerinspectionmanagement-body-action{width:100%;margin-top:10px}.towerinspectionmanagement-body-table{margin-top:10px;width:100%;height:100%}.towerinstallationmanagement-head{width:100%}.towerinstallationmanagement-body{width:100%;height:100%}.towerinstallationmanagement-body-action{width:100%;margin-top:10px}.towerinstallationmanagement-body-table{margin-top:10px;width:100%;height:100%}.form-item[data-v-9d4c70e6],.ShowModal-content[data-v-a3a71ab2]{display:-webkit-box;display:-ms-flexbox;display:flex}.ShowModal-content[data-v-a3a71ab2]{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ShowModal-content h4[data-v-a3a71ab2]{margin-top:0}.ShowModal-content-left[data-v-a3a71ab2],.ShowModal-content .form-item[data-v-a3a71ab2]{display:-webkit-box;display:-ms-flexbox;display:flex}.ShowModal-content-left[data-v-a3a71ab2]{padding:20px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ShowModal-content-center[data-v-a3a71ab2]{width:1px;background-color:#b6b6b6;margin:15px 25px}.ShowModal-content-right[data-v-a3a71ab2]{padding:20px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%}.ShowModal-content .item[data-v-a3a71ab2]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin-bottom:15px}.ShowModal-content .item-name[data-v-a3a71ab2]{width:110px;color:#000}.ShowModal-content .item-desc[data-v-a3a71ab2]{cursor:not-allowed;width:calc(100% - 110px);background-color:#f5f7fa;color:#2c2c2c;border:1px solid #e4e7ed;border-radius:4px;padding:8px 15px}.DealModal-content[data-v-0f902d52],.DealModal .form-item[data-v-0f902d52]{display:-webkit-box;display:-ms-flexbox;display:flex}.DealModal-content[data-v-0f902d52]{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.DealModal-content h4[data-v-0f902d52]{margin-top:0}.DealModal-content-left[data-v-0f902d52]{padding:20px 0;width:calc(60% - 25px);height:100%}.DealModal-content-left .item[data-v-0f902d52],.DealModal-content-left[data-v-0f902d52]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.DealModal-content-left .item[data-v-0f902d52]{font-size:14px;margin-bottom:10px}.DealModal-content-left .item-name[data-v-0f902d52]{border-left:5px solid #20222a;padding:4px 8px;color:#fff;background-color:#666}.DealModal-content-left .item-desc[data-v-0f902d52]{padding:5px 10px}.DealModal-content-center[data-v-0f902d52]{width:1px;background-color:#b6b6b6;margin:15px 25px}.DealModal-content-right[data-v-0f902d52]{width:calc(60% - 25px);height:100%;padding:20px 0}.EditModal-content[data-v-d133d982],.EditModal .form-item[data-v-d133d982]{display:-webkit-box;display:-ms-flexbox;display:flex}.EditModal-content[data-v-d133d982]{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.EditModal-content h4[data-v-d133d982]{margin-top:0}.EditModal-content-left[data-v-d133d982]{padding:20px 0;width:calc(60% - 25px);height:100%}.EditModal-content-left .item[data-v-d133d982],.EditModal-content-left[data-v-d133d982]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.EditModal-content-left .item[data-v-d133d982]{font-size:14px;margin-bottom:10px}.EditModal-content-left .item-name[data-v-d133d982]{border-left:5px solid #20222a;padding:4px 8px;color:#fff;background-color:#666}.EditModal-content-left .item-desc[data-v-d133d982]{padding:5px 10px}.EditModal-content-center[data-v-d133d982]{width:1px;background-color:#b6b6b6;margin:15px 25px}.EditModal-content-right[data-v-d133d982]{width:calc(60% - 25px);height:100%;padding:20px 0}.EditModal-content[data-v-9020bd82],.EditModal .form-item[data-v-9020bd82]{display:-webkit-box;display:-ms-flexbox;display:flex}.EditModal-content[data-v-9020bd82]{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.EditModal-content h4[data-v-9020bd82]{margin-top:0}.EditModal-content-left[data-v-9020bd82]{padding:20px 0;width:calc(60% - 25px);height:100%}.EditModal-content-left .item[data-v-9020bd82],.EditModal-content-left[data-v-9020bd82]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.EditModal-content-left .item[data-v-9020bd82]{font-size:14px;margin-bottom:10px}.EditModal-content-left .item-name[data-v-9020bd82]{border-left:5px solid #20222a;padding:4px 8px;color:#fff;background-color:#666}.EditModal-content-left .item-desc[data-v-9020bd82]{padding:5px 10px}.EditModal-content-center[data-v-9020bd82]{width:1px;background-color:#b6b6b6;margin:15px 25px}.EditModal-content-right[data-v-9020bd82]{width:calc(60% - 25px);height:100%;padding:20px 0}.maintenancerecord[data-v-63512b29]{width:100%;height:100%}.maintenancerecord-head[data-v-63512b29]{width:100%}.maintenancerecord-body[data-v-63512b29]{width:100%;height:100%}.maintenancerecord-body-action[data-v-63512b29]{width:100%;margin-top:10px}.maintenancerecord-body-table[data-v-63512b29]{margin-top:10px;width:100%;height:100%}.maintenancerecord-columns[data-v-63512b29]{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.maintenancerecord-columns .item[data-v-63512b29],.maintenancerecord-columns[data-v-63512b29]{display:-webkit-box;display:-ms-flexbox;display:flex}.maintenancerecord-columns .item-title[data-v-63512b29]{-webkit-box-flex:7;-ms-flex:7;flex:7;padding-right:5px;text-align:right}.maintenancerecord-columns .item-content[data-v-63512b29]{-webkit-box-flex:10;-ms-flex:10;flex:10;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left}.configPanel{width:100%;height:100%}.configPanel-head{width:100%}.configPanel-body{width:100%;height:100%}.configPanel-body-action,.configPanel-body-table{width:100%;margin-top:10px}.configPanel-body-table{height:100%}.managePanel{width:100%;height:100%}.managePanel-head{width:100%}.managePanel-body{width:100%;height:100%}.managePanel-body-action,.managePanel-body-table{width:100%;margin-top:10px}.managePanel-body-table{height:100%}.typeManagePanel{width:100%;height:100%}.typeManagePanel-head{width:100%}.typeManagePanel-body{width:100%;height:100%}.typeManagePanel-body-action{width:100%;margin-top:10px}.typeManagePanel-body-table{margin-top:10px;width:100%;height:100%}.liftdevicecertificatemanagement-head{width:100%}.liftdevicecertificatemanagement-body{width:100%;height:100%}.liftdevicecertificatemanagement-body-action{width:100%;margin-top:10px}.liftdevicecertificatemanagement-body-table{margin-top:10px;width:100%;height:100%}.el-image-viewer__wrapper{z-index:9999!important}.liftdevicepropertymanagement-head{width:100%}.liftdevicepropertymanagement-body{width:100%;height:100%}.liftdevicepropertymanagement-body-action{width:100%;margin-top:10px}.liftdevicepropertymanagement-body-table{margin-top:10px;width:100%;height:100%}.liftdeviceusecertificatemanagement-head{width:100%}.liftdeviceusecertificatemanagement-body{width:100%;height:100%}.liftdeviceusecertificatemanagement-body-action{width:100%;margin-top:10px}.liftdeviceusecertificatemanagement-body-table{margin-top:10px;width:100%;height:100%}.materialtablecertificatemanagement-head{width:100%}.materialtablecertificatemanagement-body{width:100%;height:100%}.materialtablecertificatemanagement-body-action{width:100%;margin-top:10px}.materialtablecertificatemanagement-body-table{margin-top:10px;width:100%;height:100%}.materialtablepropertymanagement-head{width:100%}.materialtablepropertymanagement-body{width:100%;height:100%}.materialtablepropertymanagement-body-action{width:100%;margin-top:10px}.materialtablepropertymanagement-body-table{margin-top:10px;width:100%;height:100%}.materialtableusecertificatemanagement-head{width:100%}.materialtableusecertificatemanagement-body{width:100%;height:100%}.materialtableusecertificatemanagement-body-action{width:100%;margin-top:10px}.materialtableusecertificatemanagement-body-table{margin-top:10px;width:100%;height:100%}.towercertificatemanagement-head{width:100%}.towercertificatemanagement-body{width:100%;height:100%}.towercertificatemanagement-body-action{width:100%;margin-top:10px}.towercertificatemanagement-body-table{margin-top:10px;width:100%;height:100%}.towerpropertymanagement-head{width:100%}.towerpropertymanagement-body{width:100%;height:100%}.towerpropertymanagement-body-action{width:100%;margin-top:10px}.towerpropertymanagement-body-table{margin-top:10px;width:100%;height:100%}.towerusecertificatemanagement-head{width:100%}.towerusecertificatemanagement-body{width:100%;height:100%}.towerusecertificatemanagement-body-action{width:100%;margin-top:10px}.towerusecertificatemanagement-body-table{margin-top:10px;width:100%;height:100%}.accessRecords-head{width:100%}.accessRecords-body{width:100%;height:100%}.accessRecords-body-action,.accessRecords-body-table{width:100%;margin-top:10px}.accessRecords-body-table{height:100%}.form[data-v-503d18f8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-item[data-v-503d18f8]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form[data-v-c44b8334]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-item[data-v-c44b8334]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form[data-v-1d7f3e3c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-item[data-v-1d7f3e3c]{-webkit-box-flex:1;-ms-flex:1;flex:1}.delinquenentconduct-body{width:100%;height:100%}.delinquenentconduct-body-eventList{height:32px;margin-right:10px}.delinquenentconduct-body-action{width:100%;margin-top:10px}.delinquenentconduct-body-table{margin-top:10px;width:100%;height:100%}.delinquenentconductList[data-v-774b7506]{width:100%;height:100%}.delinquenentconductList-head[data-v-774b7506]{width:100%}.delinquenentconductList-body[data-v-774b7506]{width:100%;height:100%}.delinquenentconductList-body-action[data-v-774b7506]{width:100%;margin-top:10px}.delinquenentconductList-body-table[data-v-774b7506]{margin-top:10px;width:100%;height:100%}.form-item[data-v-23794d0c],.form-item[data-v-55862c00]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.dispose[data-v-477c756a]{width:100%;height:100%}.dispose-head[data-v-477c756a]{width:100%}.dispose-body[data-v-477c756a]{width:100%;height:100%}.dispose-body-action[data-v-477c756a]{width:100%;margin-top:10px}.dispose-body-table[data-v-477c756a]{margin-top:10px;width:100%;height:100%}.personList[data-v-a1afb292] .DSDrawer-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.dialog-footer[data-v-a1afb292]{height:60px;text-align:right;padding-top:20px}.safeinformation[data-v-a1afb292]{overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.safeinformation-head[data-v-a1afb292]{width:100%}.safeinformation-body[data-v-a1afb292]{margin-top:8px;width:100%;height:100%}.safeinformation-body-action[data-v-a1afb292]{width:100%;margin-top:10px}.safeinformation-body-table[data-v-a1afb292]{margin-top:10px;width:100%;height:100%}.safeinformation-result[data-v-a1afb292]{margin-top:20px;border:1px solid #eee;border-radius:6px;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.safeinformation-result-title[data-v-a1afb292]{height:40px;line-height:40px;font-size:14px;padding-left:10px;background-color:#eee}.safeinformation-result-person[data-v-a1afb292]{padding:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.safeinformation-result-person .el-tag[data-v-a1afb292]{margin-right:8px;margin-bottom:4px}.checkList[data-v-3b38f57c]{border:1px solid #eee;padding:10px;border-radius:6px}.changeRow,.twoList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.educationTrain[data-v-0ee2a325]{width:100%;height:100%}.educationTrain-head[data-v-0ee2a325]{width:100%}.educationTrain-body[data-v-0ee2a325]{width:100%;height:100%}.educationTrain-body-action[data-v-0ee2a325]{width:100%;margin-top:10px}.educationTrain-body-table[data-v-0ee2a325]{margin-top:10px;width:100%;height:100%}.executiveprocessmanagement{width:100%;height:100%}.executiveprocessmanagement-head{width:100%}.executiveprocessmanagement-body{width:100%;height:100%}.executiveprocessmanagement-body-action{width:100%;margin-top:10px}.executiveprocessmanagement-body-table{margin-top:10px;width:100%;height:100%}.form-item[data-v-7a760e70],.form-item[data-v-102a7240],.form-item[data-v-eb260d9e]{display:-webkit-box;display:-ms-flexbox;display:flex}.smokedata[data-v-6489120b]{width:100%;height:100%}.smokedata-head[data-v-6489120b]{width:100%}.smokedata-body[data-v-6489120b]{width:100%;height:100%}.smokedata-body-action[data-v-6489120b]{width:100%;margin-top:10px}.smokedata-body-table[data-v-6489120b]{margin-top:10px;width:100%;height:100%}.healthExamination[data-v-0dddcba4]{width:100%;height:100%}.healthExamination-head[data-v-0dddcba4]{width:100%}.healthExamination-body[data-v-0dddcba4]{width:100%;height:100%}.healthExamination-body-action[data-v-0dddcba4]{width:100%;margin-top:10px}.healthExamination-body-table[data-v-0dddcba4]{margin-top:10px;width:100%;height:100%}.healthExaminationPerson[data-v-e7367e90]{width:100%;height:100%}.healthExaminationPerson-head[data-v-e7367e90]{width:100%}.healthExaminationPerson-body[data-v-e7367e90]{width:100%;height:100%}.healthExaminationPerson-body-action[data-v-e7367e90]{width:100%;margin-top:10px}.healthExaminationPerson-body-table[data-v-e7367e90]{margin-top:10px;width:100%;height:100%}.personList[data-v-9e487f80] .DSDrawer-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.dialog-footer[data-v-9e487f80]{height:60px;text-align:right;padding-top:20px}.safeinformation[data-v-9e487f80]{overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.safeinformation-head[data-v-9e487f80]{width:100%}.safeinformation-body[data-v-9e487f80]{margin-top:8px;width:100%;height:100%}.safeinformation-body-action[data-v-9e487f80]{width:100%;margin-top:10px}.safeinformation-body-table[data-v-9e487f80]{margin-top:10px;width:100%;height:100%}.safeinformation-result[data-v-9e487f80]{margin-top:20px;border:1px solid #eee;border-radius:6px;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.safeinformation-result-title[data-v-9e487f80]{height:40px;line-height:40px;font-size:14px;padding-left:10px;background-color:#eee}.safeinformation-result-person[data-v-9e487f80]{padding:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.safeinformation-result-person .el-tag[data-v-9e487f80]{margin-right:8px;margin-bottom:4px}.checkList[data-v-2a9a3048]{border:1px solid #eee;padding:10px;border-radius:6px}.checkList-header[data-v-2a9a3048]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.annotation[data-v-2a9e0a6b]{color:#f56c6c}.codeList[data-v-2a9e0a6b] .el-form-item__content,.twoList[data-v-2a9e0a6b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.codeList .code[data-v-2a9e0a6b]{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex}.codeList .code span[data-v-2a9e0a6b]{margin-right:8px}.annotation[data-v-45274c9c]{color:#f56c6c}.changeRow[data-v-45274c9c],.codeList[data-v-45274c9c] .el-form-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.codeList .code[data-v-45274c9c]{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex}.codeList .code span[data-v-45274c9c]{margin-right:8px}.annotation[data-v-7d438973]{color:#f56c6c}.codeList[data-v-7d438973] .el-form-item__content,.twoList[data-v-7d438973]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.codeList .code[data-v-7d438973]{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex}.codeList .code span[data-v-7d438973]{margin-right:8px}.card[data-v-19307bf2] .DSDrawer-body{padding:10px}.morningConference[data-v-0d46a3d6]{width:100%;height:100%}.morningConference-head[data-v-0d46a3d6]{width:100%}.morningConference-body[data-v-0d46a3d6]{width:100%;height:100%}.morningConference-body-action[data-v-0d46a3d6]{width:100%;margin-top:10px}.morningConference-body-table[data-v-0d46a3d6]{margin-top:10px;width:100%;height:100%}.movemachine{width:100%;height:100%}.movemachine-head{width:100%}.movemachine-body{width:100%;height:100%}.movemachine-body-action,.movemachine-body-table{width:100%;margin-top:10px}.movemachine-body-table{height:100%}.participation-body{width:100%;height:100%}.participation-body-eventList{height:32px;margin-right:10px}.participation-body-action,.participation-body-table{width:100%;margin-top:10px}.participation-body-table{height:100%}.certificateManage-body{width:100%;height:100%}.certificateManage-body-eventList{height:32px;margin-right:10px}.certificateManage-body-action{width:100%;margin-top:10px}.certificateManage-body-table{margin-top:10px;width:100%;height:100%}.personCertificate[data-v-48445605]{width:100%;height:100%}.personCertificate-head[data-v-48445605]{width:100%}.personCertificate-body[data-v-48445605]{width:100%;height:100%}.personCertificate-body-action[data-v-48445605]{width:100%;margin-top:10px}.personCertificate-body-table[data-v-48445605]{margin-top:10px;width:100%;height:100%}.safeinformation[data-v-58fdf32f]{width:100%;height:100%}.safeinformation-head[data-v-58fdf32f]{width:100%}.safeinformation-body[data-v-58fdf32f]{width:100%;height:100%}.safeinformation-body-action[data-v-58fdf32f]{width:100%;margin-top:10px}.safeinformation-body-table[data-v-58fdf32f]{margin-top:10px;width:100%;height:100%}.personsecurity[data-v-3c034f8a]{width:100%;height:100%}.personsecurity-head[data-v-3c034f8a]{width:100%}.personsecurity-body[data-v-3c034f8a]{width:100%;height:100%}.personsecurity-body-action[data-v-3c034f8a]{width:100%;margin-top:10px}.personsecurity-body-table[data-v-3c034f8a]{margin-top:10px;width:100%;height:100%}.form[data-v-3e725d70]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-item[data-v-3e725d70]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form[data-v-b8ec4552]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-item[data-v-b8ec4552]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form[data-v-5d143b22]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-item[data-v-5d143b22]{-webkit-box-flex:1;-ms-flex:1;flex:1}.rewardpunishrecord-body{width:100%;height:100%}.rewardpunishrecord-body-eventList{height:32px;margin-right:10px}.rewardpunishrecord-body-action{width:100%;margin-top:10px}.rewardpunishrecord-body-table{margin-top:10px;width:100%;height:100%}.rewardpunishrecordList[data-v-f9518f8a]{width:100%;height:100%}.rewardpunishrecordList-head[data-v-f9518f8a]{width:100%}.rewardpunishrecordList-body[data-v-f9518f8a]{width:100%;height:100%}.rewardpunishrecordList-body-action[data-v-f9518f8a]{width:100%;margin-top:10px}.rewardpunishrecordList-body-table[data-v-f9518f8a]{margin-top:10px;width:100%;height:100%}.teams-body{width:100%;height:100%}.teams-body-eventList{height:32px;margin-right:10px}.teams-body-action,.teams-body-table{width:100%;margin-top:10px}.teams-body-table{height:100%}.workerAddmodel-baseInformation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.workerAddmodel-baseInformation-title{font-size:15px}.workerAddmodel-baseInformation-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-top:20px}.workerAddmodel-baseInformation-content-personPic{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;width:20%}.workerAddmodel-baseInformation-content-personPic .errorImg{width:100%;height:100%;background-image:url(/img/WorkerImage.jpg);background-size:100% 100%}.workerAddmodel-baseInformation-content-idInformation{display:-webkit-box;display:-ms-flexbox;display:flex;width:80%}.workerAddmodel-baseInformation-content-idInformation-noRequired,.workerAddmodel-baseInformation-content-idInformation-required{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.workerAddmodel-baseInformation-content-idInformation-noRequired{margin-left:20px}.worker-body{width:100%;height:100%}.worker-body-eventList{height:32px;margin-right:10px}.worker-body-action,.worker-body-table{width:100%;margin-top:10px}.worker-body-table{height:100%}.remoteswitchdata[data-v-ad3775da]{width:100%;height:100%}.remoteswitchdata-head[data-v-ad3775da]{width:100%}.remoteswitchdata-body[data-v-ad3775da]{width:100%;height:100%}.remoteswitchdata-body-action[data-v-ad3775da]{width:100%;margin-top:10px}.remoteswitchdata-body-table[data-v-ad3775da]{margin-top:10px;width:100%;height:100%}.rentaldevicebindperson[data-v-73b3e3c0]{width:100%;height:100%}.rentaldevicebindperson-head[data-v-73b3e3c0]{width:100%}.rentaldevicebindperson-body[data-v-73b3e3c0]{width:100%;height:100%}.rentaldevicebindperson-body-action[data-v-73b3e3c0]{width:100%;margin-top:10px}.rentaldevicebindperson-body-table[data-v-73b3e3c0]{margin-top:10px;width:100%;height:100%}.rentaldevicecheck[data-v-8e46dbc4]{width:100%;height:100%}.rentaldevicecheck-head[data-v-8e46dbc4]{width:100%}.rentaldevicecheck-body[data-v-8e46dbc4]{width:100%;height:100%}.rentaldevicecheck-body-action[data-v-8e46dbc4]{width:100%;margin-top:10px}.rentaldevicecheck-body-table[data-v-8e46dbc4]{margin-top:10px;width:100%;height:100%}.rentaldeviceperson{width:100%;height:100%}.rentaldeviceperson-head{width:100%}.rentaldeviceperson-body{width:100%;height:100%}.rentaldeviceperson-body-action{width:100%;margin-top:10px}.rentaldeviceperson-body-table{margin-top:10px;width:100%;height:100%}.ShowModal-content{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ShowModal-content,.ShowModal-content-left{display:-webkit-box;display:-ms-flexbox;display:flex}.ShowModal-content-left{padding:20px 0;width:calc(50% - 25px);height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ShowModal-content-center{width:1px;background-color:#b6b6b6;margin:15px 25px}.ShowModal-content-right{padding:20px 0;width:calc(50% - 25px);height:100%}.ShowModal-content .item{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin-bottom:15px}.ShowModal-content .item-name{width:110px;color:#000}.ShowModal-content .item-desc{cursor:not-allowed;width:calc(100% - 110px);background-color:#f5f7fa;color:#2c2c2c;border:1px solid #e4e7ed;border-radius:4px;padding:8px 15px}.DealModal-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.DealModal-content-left{padding:20px 0;width:calc(40% - 25px);height:100%}.DealModal-content-left,.DealModal-content-left .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.DealModal-content-left .item{font-size:14px;margin-bottom:10px}.DealModal-content-left .item-name{border-left:5px solid #20222a;padding:4px 8px;color:#fff;background-color:#666}.DealModal-content-left .item-desc{padding:5px 10px}.DealModal-content-center{width:1px;background-color:#b6b6b6;margin:15px 25px}.DealModal-content-right{width:calc(60% - 25px);height:100%}.rentaldevicemaintenancemanagement[data-v-1593a366]{width:100%;height:100%}.rentaldevicemaintenancemanagement-head[data-v-1593a366]{width:100%}.rentaldevicemaintenancemanagement-body[data-v-1593a366]{width:100%;height:100%}.rentaldevicemaintenancemanagement-body-action[data-v-1593a366]{width:100%;margin-top:10px}.rentaldevicemaintenancemanagement-body-table[data-v-1593a366]{margin-top:10px;width:100%;height:100%}.rentaldevicemaintenancemanagement-columns[data-v-1593a366]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rentaldevicemaintenancemanagement-columns .item[data-v-1593a366]{display:-webkit-box;display:-ms-flexbox;display:flex}.rentaldevicemaintenancemanagement-columns .item-title[data-v-1593a366]{-webkit-box-flex:7;-ms-flex:7;flex:7;padding-right:5px;text-align:right}.rentaldevicemaintenancemanagement-columns .item-content[data-v-1593a366]{-webkit-box-flex:10;-ms-flex:10;flex:10;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left}.BScatalogue[data-v-5df7d6c8]{width:100%;height:100%}.BScatalogue-head[data-v-5df7d6c8]{width:100%}.BScatalogue-body[data-v-5df7d6c8]{width:100%;height:100%}.BScatalogue-body-action[data-v-5df7d6c8]{width:100%;margin-top:10px}.BScatalogue-body-table[data-v-5df7d6c8]{margin-top:10px;width:100%;height:100%}.Bstemplate[data-v-b9622be6]{width:100%;height:100%}.Bstemplate-head[data-v-b9622be6]{width:100%}.Bstemplate-body[data-v-b9622be6]{width:100%;height:100%}.Bstemplate-body-action[data-v-b9622be6]{width:100%;margin-top:10px}.Bstemplate-body-table[data-v-b9622be6]{margin-top:10px;width:100%;height:100%}.card[data-v-43f86243]{margin:0;padding:0}.card[data-v-43f86243] .el-card__body{padding:0}.card[data-v-970fba7c] .DSDrawer-body{padding:10px}.Bsuploadfile[data-v-51f8e336]{width:100%;height:100%}.Bsuploadfile-head[data-v-51f8e336]{width:100%}.Bsuploadfile-body[data-v-51f8e336]{width:100%;height:100%}.Bsuploadfile-body-action[data-v-51f8e336]{width:100%;margin-top:10px}.Bsuploadfile-body-table[data-v-51f8e336]{margin-top:10px;width:100%;height:100%}.BScatalogue[data-v-7d165cd1]{width:100%;height:100%}.BScatalogue-head[data-v-7d165cd1]{width:100%}.BScatalogue-body[data-v-7d165cd1]{width:100%;height:100%}.BScatalogue-body-action[data-v-7d165cd1]{width:100%;margin-top:10px}.BScatalogue-body-table[data-v-7d165cd1]{margin-top:10px;width:100%;height:100%}.Bstemplate[data-v-7d93bb2c]{width:100%;height:100%}.Bstemplate-head[data-v-7d93bb2c]{width:100%}.Bstemplate-body[data-v-7d93bb2c]{width:100%;height:100%}.Bstemplate-body-action[data-v-7d93bb2c]{width:100%;margin-top:10px}.Bstemplate-body-table[data-v-7d93bb2c]{margin-top:10px;width:100%;height:100%}.card[data-v-fdf918ba] .DSDrawer-body{padding:10px}.Bsuploadfile[data-v-238bd164]{width:100%;height:100%}.Bsuploadfile-head[data-v-238bd164]{width:100%}.Bsuploadfile-body[data-v-238bd164]{width:100%;height:100%}.Bsuploadfile-body-action[data-v-238bd164]{width:100%;margin-top:10px}.Bsuploadfile-body-table[data-v-238bd164]{margin-top:10px;width:100%;height:100%}.BScatalogue[data-v-a115bd7a]{width:100%;height:100%}.BScatalogue-head[data-v-a115bd7a]{width:100%}.BScatalogue-body[data-v-a115bd7a]{width:100%;height:100%}.BScatalogue-body-action[data-v-a115bd7a]{width:100%;margin-top:10px}.BScatalogue-body-table[data-v-a115bd7a]{margin-top:10px;width:100%;height:100%}.Bstemplate[data-v-314ea542]{width:100%;height:100%}.Bstemplate-head[data-v-314ea542]{width:100%}.Bstemplate-body[data-v-314ea542]{width:100%;height:100%}.Bstemplate-body-action[data-v-314ea542]{width:100%;margin-top:10px}.Bstemplate-body-table[data-v-314ea542]{margin-top:10px;width:100%;height:100%}.card[data-v-f62ff37e] .DSDrawer-body{padding:10px}.Bsuploadfile[data-v-2bced480]{width:100%;height:100%}.Bsuploadfile-head[data-v-2bced480]{width:100%}.Bsuploadfile-body[data-v-2bced480]{width:100%;height:100%}.Bsuploadfile-body-action[data-v-2bced480]{width:100%;margin-top:10px}.Bsuploadfile-body-table[data-v-2bced480]{margin-top:10px;width:100%;height:100%}.Inspectionitems-body{width:100%;height:100%}.Inspectionitems-body-eventList{height:32px;margin-right:10px}.Inspectionitems-body-action{width:100%;margin-top:10px}.Inspectionitems-body-table{margin-top:10px;width:100%;height:100%}.card[data-v-252ffd75]{margin:0;padding:0}.card[data-v-252ffd75] .el-card__body{padding:0}.card[data-v-6f200cb8] .DSDrawer-body{padding:10px}.athandphotograph{width:100%;height:100%}.athandphotograph-head{width:100%}.athandphotograph-body{width:100%;height:100%}.athandphotograph-body-action{width:100%;margin-top:10px}.athandphotograph-body-table{margin-top:10px;width:100%;height:100%}.checkItem-head[data-v-64625532]{width:100%}.checkItem-body[data-v-64625532]{width:100%;height:100%}.checkItem-body-action[data-v-64625532]{width:100%;margin-top:10px}.checkItem-body-table[data-v-64625532]{margin-top:10px;width:100%;height:100%}.devicesSmoke[data-v-3af19f26]{width:100%;height:100%}.devicesSmoke-head[data-v-3af19f26]{width:100%}.devicesSmoke-body[data-v-3af19f26]{width:100%;height:100%}.devicesSmoke-body-action[data-v-3af19f26]{width:100%;margin-top:10px}.devicesSmoke-body-table[data-v-3af19f26]{margin-top:10px;width:100%;height:100%}.checkTerm[data-v-1c3bc134]{background-color:#fff}.checkTerm-item[data-v-1c3bc134]{min-height:500px;max-height:800px;overflow-y:auto}.checkTerm-item-card[data-v-1c3bc134]{height:100%}.checkTerm-item-card .custom-tree-node[data-v-1c3bc134]{font-size:14px}.checklistreport-head{width:100%}.checklistreport-body{width:100%;height:100%}.checklistreport-body-action{width:100%;margin-top:10px}.checklistreport-body-table{margin-top:10px;width:100%;height:100%}.card[data-v-1ee206bd]{margin:0;padding:0}.card[data-v-1ee206bd] .el-card__body{padding:0}.card[data-v-d3a6248e] .DSDrawer-body{padding:10px}.laborManage[data-v-73a79b64]{width:100%;height:100%}.laborManage-head[data-v-73a79b64]{width:100%}.laborManage-body[data-v-73a79b64]{width:100%;height:100%}.laborManage-body-action[data-v-73a79b64]{width:100%;margin-top:10px}.laborManage-body-table[data-v-73a79b64]{margin-top:10px;width:100%;height:100%}.inspectionItem-head[data-v-334409ac]{width:100%}.inspectionItem-body[data-v-334409ac]{width:100%;height:100%}.inspectionItem-body-action[data-v-334409ac]{width:100%;margin-top:10px}.inspectionItem-body-table[data-v-334409ac]{margin-top:10px;width:100%;height:100%}.pointCheck[data-v-5c28eeee] .wl-transfer .transfer-main{height:calc(100% - 70px)}.checkList[data-v-1461fb5e]{border:1px solid #eee;padding:10px;border-radius:6px}.inspectionPlanDrawer[data-v-46000d8e]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.inspectionPlanDrawer-form[data-v-46000d8e]{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;padding-right:20px}.inspectionPlanDrawer-form-item[data-v-46000d8e],.inspectionPlanDrawer-form[data-v-46000d8e]{display:-webkit-box;display:-ms-flexbox;display:flex}.inspectionPlanDrawer-footer[data-v-46000d8e]{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.inspectionPlanDrawer[data-v-9469c738]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.inspectionPlanDrawer-form[data-v-9469c738]{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;padding-right:20px}.inspectionPlanDrawer-form-item[data-v-9469c738],.inspectionPlanDrawer-form[data-v-9469c738]{display:-webkit-box;display:-ms-flexbox;display:flex}.inspectionPlanDrawer-footer[data-v-9469c738]{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.inspectionPlanDrawer[data-v-e3495cc0]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.inspectionPlanDrawer-form[data-v-e3495cc0]{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;padding-right:20px}.inspectionPlanDrawer-form-item[data-v-e3495cc0],.inspectionPlanDrawer-form[data-v-e3495cc0]{display:-webkit-box;display:-ms-flexbox;display:flex}.inspectionPlanDrawer-footer[data-v-e3495cc0]{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.inspectionPlan-head[data-v-4c34b853]{width:100%}.inspectionPlan-body[data-v-4c34b853]{width:100%;height:100%}.inspectionPlan-body-action[data-v-4c34b853]{width:100%;margin-top:10px}.inspectionPlan-body-table[data-v-4c34b853]{margin-top:10px;width:100%;height:100%}.inspectionMap .base-map-pop-head[data-v-4bea603f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inspectionMap .base-map-pop-head__title[data-v-4bea603f]{font-size:16px}.inspectionMap .base-map-pop-head__tag[data-v-4bea603f]{color:#fff;font-size:14px;background-color:#7ee5f3;height:18px;line-height:18px;padding:0 4px;margin-left:8px}.inspectionMap .base-map-pop-body[data-v-4bea603f]{height:30px}.inspectionMap .base-map-pop-body__inner[data-v-4bea603f]{height:40px}.inspectionMap .base-map-pop-body__footer[data-v-4bea603f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px}.inspectionMap .base-map-pop-body__footer-item[data-v-4bea603f]{color:#00f;text-align:center;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1}.inspectionMap .base-map[data-v-4bea603f]{position:relative}.inspectionMap .base-map-search[data-v-4bea603f]{position:absolute;left:10px;top:10px;z-index:10}.inspectionMap .base-map-switch[data-v-4bea603f]{position:absolute;left:220px;top:16px;z-index:10;font-size:12px;color:#fff}.inspectionMap .base-map-table[data-v-4bea603f]{padding:20px;position:absolute;z-index:10;left:20px;top:50px;width:350px;height:500px;background-color:#fff;font-size:14px;color:#555}.inspectionMap .base-map-table-header[data-v-4bea603f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px}.inspectionMap .base-map-table-header>span[data-v-4bea603f]{width:80px}.inspectionMap .base-map-table-body[data-v-4bea603f]{height:400px}.inspectionMap .base-map-table-footer[data-v-4bea603f]{padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.inspectionMap[data-v-4bea603f] .popup-box{display:inline-block;width:238px;height:133px;border-radius:4px;padding:8px;border:1px solid #ddd;background:#fff}.inspectionMap[data-v-4bea603f] .popup-box .base-map-pop-body__inner{height:80px;-webkit-box-sizing:border-box;box-sizing:border-box}.inspectionMap[data-v-4bea603f] .popup-box .base-map-pop-body__inner .base-map-pop-body__inner-item{margin-top:10px}.drawer-body[data-v-00605860]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.drawer-body .drawer-body-map[data-v-00605860]{-webkit-box-flex:1;-ms-flex:1;flex:1}.drawer-body .drawer-body-footer[data-v-00605860]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:20px;height:60px}.inspectionPointBind[data-v-479ee724]{width:100%;height:100%}.inspectionPointBind-head[data-v-479ee724]{width:100%}.inspectionPointBind-body[data-v-479ee724]{width:100%;height:100%}.inspectionPointBind-body-action[data-v-479ee724]{width:100%;margin-top:10px}.inspectionPointBind-body-table[data-v-479ee724]{margin-top:10px;width:100%;height:100%}.card[data-v-89347d6c]{margin:0;padding:0}.card[data-v-89347d6c] .el-card__body{padding:0}.card[data-v-2aa62b3d] .DSDrawer-body{padding:10px}.safePlanInspection-body{width:100%;height:100%}.safePlanInspection-body-eventList{height:32px;margin-right:10px}.safePlanInspection-body-action{width:100%;margin-top:10px}.safePlanInspection-body-table{margin-top:10px;width:100%;height:100%}.safePlanInspection-body-table .imageUrls{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card[data-v-14d3d8b1]{margin:0;padding:0}.card[data-v-14d3d8b1] .el-card__body{padding:0}.card[data-v-0cf0ea1a] .DSDrawer-body{padding:10px}.safetyinspectionpoint-body-table .imageUrls{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.safetyinspectionpoint-box{height:100%}.safetyinspectionpoint-body{width:100%;height:100%}.safetyinspectionpoint-body-eventList{height:32px;margin-right:10px}.safetyinspectionpoint-body-action{width:100%;margin-top:10px}.safetyinspectionpoint-body-table{margin-top:10px;width:100%;height:100%}.card[data-v-20604428]{margin:0;padding:0}.card[data-v-20604428] .el-card__body{padding:0}.card[data-v-341dbff1] .DSDrawer-body{padding:10px}.safesupervisioncheck-body{width:100%;height:100%}.safesupervisioncheck-body-eventList{height:32px;margin-right:10px}.safesupervisioncheck-body-action{width:100%;margin-top:10px}.safesupervisioncheck-body-table{margin-top:10px;width:100%;height:100%}.safesupervisioncheckitem[data-v-d24d014e]{width:100%;height:100%}.safesupervisioncheckitem-head[data-v-d24d014e]{width:100%}.safesupervisioncheckitem-body[data-v-d24d014e]{width:100%;height:100%}.safesupervisioncheckitem-body-action[data-v-d24d014e]{width:100%;margin-top:10px}.safesupervisioncheckitem-body-table[data-v-d24d014e]{margin-top:10px;width:100%;height:100%}.platformManagement[data-v-6aaf4796]{width:100%;height:100%}.platformManagement-head[data-v-6aaf4796]{width:100%}.platformManagement-body[data-v-6aaf4796]{width:100%;height:100%}.platformManagement-body-action[data-v-6aaf4796]{width:100%;margin-top:10px}.platformManagement-body-table[data-v-6aaf4796]{margin-top:10px;width:100%;height:100%}.platformManagement[data-v-5ca68347]{width:100%;height:100%}.platformManagement-head[data-v-5ca68347]{width:100%}.platformManagement-body[data-v-5ca68347]{width:100%;height:100%}.platformManagement-body-action[data-v-5ca68347]{width:100%;margin-top:10px}.platformManagement-body-table[data-v-5ca68347]{margin-top:10px;width:100%;height:100%}.projectreport-head{width:100%}.projectreport-body{width:100%;height:100%}.projectreport-body-action,.projectreport-body-table{width:100%;margin-top:10px}.projectreport-body-table{height:100%}.safetyrectificationanalysisreport-head{width:100%}.safetyrectificationanalysisreport-body{width:100%;height:100%}.safetyrectificationanalysisreport-body-action{width:100%;margin-top:10px}.safetyrectificationanalysisreport-body-table{margin-top:10px;width:100%;height:100%}.supervisionpatrolscorereport-head{width:100%}.supervisionpatrolscorereport-body{width:100%;height:100%}.supervisionpatrolscorereport-body-action{width:100%;margin-top:10px}.supervisionpatrolscorereport-body-table{margin-top:10px;width:100%;height:100%}.spotcheckscores[data-v-002bbf3d]{width:100%;height:100%}.spotcheckscores-head[data-v-002bbf3d]{width:100%}.spotcheckscores-body[data-v-002bbf3d]{width:100%;height:100%}.spotcheckscores-body-action[data-v-002bbf3d]{width:100%;margin-top:10px}.spotcheckscores-body-table[data-v-002bbf3d]{margin-top:10px;width:100%;height:100%}.card[data-v-0c2bfa34]{margin:0;padding:0}.card[data-v-0c2bfa34] .el-card__body{padding:0}.tips[data-v-0c2bfa34],.tips[data-v-5e941b62]{font-size:12px;font-weight:400;line-height:18px}.card[data-v-4f01dfd1] .DSDrawer-body{padding:10px}.useFire-body{width:100%;height:100%}.useFire-body-eventList{height:32px;margin-right:10px}.useFire-body-action,.useFire-body-table{width:100%;margin-top:10px}.useFire-body-table{height:100%}.useFire-body-table .imageUrls{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.accountmanagement[data-v-5ed11aa2]{width:100%;height:100%}.accountmanagement-head[data-v-5ed11aa2]{width:100%}.accountmanagement-body[data-v-5ed11aa2]{width:100%;height:100%}.accountmanagement-body-action[data-v-5ed11aa2]{width:100%;margin-top:10px}.accountmanagement-body-table[data-v-5ed11aa2]{margin-top:10px;width:100%;height:100%}.scheduleChart{width:100%;height:100%}.scheduleChart-head{width:100%}.scheduleChart-body{width:100%;height:100%}.scheduleChart-body-action,.scheduleChart-body-table{width:100%;margin-top:10px}.scheduleChart-body-table{min-height:650px}.card[data-v-017a269a]{margin:0;padding:0}.card[data-v-017a269a] .el-card__body{padding:0}.card[data-v-202cbaf1] .DSDrawer-body{padding:10px}.contour[data-v-7d697722]{width:100%;height:100%}.contour-head[data-v-7d697722]{width:100%}.contour-body[data-v-7d697722]{width:100%;height:100%}.contour-body-action[data-v-7d697722]{width:100%;margin-top:10px}.contour-body-table[data-v-7d697722]{margin-top:10px;width:100%;height:100%}.card[data-v-bae06310]{margin:0;padding:0}.card[data-v-bae06310] .el-card__body{padding:0}.card[data-v-12badbb6] .DSDrawer-body{padding:10px}.declare[data-v-3f330cfe]{width:100%;height:100%}.declare-head[data-v-3f330cfe]{width:100%}.declare-body[data-v-3f330cfe]{width:100%;height:100%}.declare-body-action[data-v-3f330cfe]{width:100%;margin-top:10px}.declare-body-table[data-v-3f330cfe]{margin-top:10px;width:100%;height:100%}.devicesSmoke[data-v-033b1048]{width:100%;height:100%}.devicesSmoke-head[data-v-033b1048]{width:100%}.devicesSmoke-body[data-v-033b1048]{width:100%;height:100%}.devicesSmoke-body-action[data-v-033b1048]{width:100%;margin-top:10px}.devicesSmoke-body-table[data-v-033b1048]{margin-top:10px;width:100%;height:100%}.devicesSmoke[data-v-851ad7b0]{width:100%;height:100%}.devicesSmoke-head[data-v-851ad7b0]{width:100%}.devicesSmoke-body[data-v-851ad7b0]{width:100%;height:100%}.devicesSmoke-body-action[data-v-851ad7b0]{width:100%;margin-top:10px}.devicesSmoke-body-table[data-v-851ad7b0]{margin-top:10px;width:100%;height:100%}.infotable{width:100%;height:100%}.infotable-head{width:100%}.infotable-body{width:100%;height:100%}.infotable-body-action,.infotable-body-table{width:100%;margin-top:10px}.infotable-body-table{height:100%}.attendancerecord-head{width:100%}.attendancerecord-body{width:100%;height:100%}.attendancerecord-body-action{width:100%;margin-top:10px}.attendancerecord-body-table{margin-top:10px;width:100%;height:100%}.shishanContour .el-form[data-v-41c27882]{width:100%}.shishanContour .el-form .form-item[data-v-41c27882]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.shishanContour .el-form[data-v-38009152]{width:100%}.shishanContour .el-form-left[data-v-38009152]{width:calc(50% - 25px);height:100%}.shishanContour .el-form-line[data-v-38009152]{width:1px;background-color:#b6b6b6;margin:15px 25px}.shishanContour .el-form-right[data-v-38009152]{width:calc(50% - 25px);height:100%}.shishanContour .el-form .form-item[data-v-38009152]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.shishanContour .el-form[data-v-4f7e8eb0]{width:100%}.shishanContour .el-form-left[data-v-4f7e8eb0]{width:calc(50% - 25px);height:100%}.shishanContour .el-form-line[data-v-4f7e8eb0]{width:1px;background-color:#b6b6b6;margin:15px 25px}.shishanContour .el-form-right[data-v-4f7e8eb0]{width:calc(50% - 25px);height:100%}.shishanContour .el-form .form-item[data-v-4f7e8eb0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.shishanContour[data-v-198be765]{width:100%;height:100%}.shishanContour-head[data-v-198be765]{width:100%}.shishanContour-body[data-v-198be765]{width:100%;height:100%}.shishanContour-body-action[data-v-198be765]{width:100%;margin-top:10px}.shishanContour-body-table[data-v-198be765]{margin-top:10px;width:100%;height:100%}.waterhistory{width:100%;height:100%}.waterhistory-head{width:100%}.waterhistory-body{width:100%;height:100%}.waterhistory-body-action,.waterhistory-body-table{width:100%;margin-top:10px}.waterhistory-body-table{height:100%}.highrealtimedata{width:100%;height:100%}.highrealtimedata-head{width:100%}.highrealtimedata-body{width:100%;height:100%}.highrealtimedata-body-action{width:100%;margin-top:10px}.highrealtimedata-body-table{margin-top:10px;width:100%;height:100%}.liftrealtimedata{width:100%;height:100%}.liftrealtimedata-head{width:100%}.liftrealtimedata-body{width:100%;height:100%}.liftrealtimedata-body-action{width:100%;margin-top:10px}.liftrealtimedata-body-table{margin-top:10px;width:100%;height:100%}.certificate[data-v-111b5174]{width:100%;height:100%}.certificate-head[data-v-111b5174]{width:100%}.certificate-body[data-v-111b5174]{width:100%;height:100%}.certificate-body-action[data-v-111b5174]{width:100%;margin-top:10px}.certificate-body-table[data-v-111b5174]{margin-top:10px;width:100%;height:100%}.certificate .upload[data-v-111b5174]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.attendance[data-v-041c96cc]{width:100%;height:100%}.attendance-head[data-v-041c96cc]{width:100%}.attendance-body[data-v-041c96cc]{width:100%;height:100%}.attendance-body-action[data-v-041c96cc]{width:100%;margin-top:10px}.attendance-body-table[data-v-041c96cc]{margin-top:10px;width:100%;height:100%}.attendance .upload[data-v-041c96cc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.driverList[data-v-73975836]{width:100%;height:100%}.driverList-head[data-v-73975836]{width:100%}.driverList-body[data-v-73975836]{width:100%;height:100%}.driverList-body-action[data-v-73975836]{width:100%;margin-top:10px}.driverList-body-table[data-v-73975836]{margin-top:10px;width:100%;height:100%}.driverList-body-table .img[data-v-73975836]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.driverList-body-table .img[data-v-73975836],.form-item[data-v-19eea880] .el-form-item__content,.form-item[data-v-26cacd96] .el-form-item__content,.form-item[data-v-4008eabc] .el-form-item__content,.form-item[data-v-18350630] .el-form-item__content,.item[data-v-26cacd96]{display:-webkit-box;display:-ms-flexbox;display:flex}.checkList[data-v-82615044]{border:1px solid #eee;padding:10px;border-radius:6px}.checkList-action[data-v-82615044],.form-item[data-v-0b53af6f] .el-form-item__content,.form-item[data-v-60f683b9] .el-form-item__content,.item[data-v-0b53af6f],.item[data-v-60f683b9]{display:-webkit-box;display:-ms-flexbox;display:flex}.towerpersonbind[data-v-0c0eb624]{width:100%;height:100%}.towerpersonbind-head[data-v-0c0eb624]{width:100%}.towerpersonbind-body[data-v-0c0eb624]{width:100%;height:100%}.towerpersonbind-body-action[data-v-0c0eb624]{width:100%;margin-top:10px}.towerpersonbind-body-table[data-v-0c0eb624]{margin-top:10px;width:100%;height:100%}.vue-img-cutter[data-v-37c7bfaa]{font-size:12px;line-height:130%}.fl[data-v-37c7bfaa]{float:left}.fr[data-v-37c7bfaa]{float:right}.i-dialog-footer[data-v-37c7bfaa]{display:block;width:100%;margin-top:15px;margin-bottom:15px;text-align:left}.mask[data-v-37c7bfaa]{background:rgba(0,0,0,.6);position:fixed;overflow-y:scroll;overflow-x:hidden;top:0;left:0;width:100%;height:100%;z-index:999}.dialogBox[data-v-37c7bfaa]{clear:both}.dialogBoxModal[data-v-37c7bfaa]{position:relative;padding-top:100px;padding-bottom:100px;clear:both}.dialogMainModal[data-v-37c7bfaa]{position:absolute;top:100px;left:50%;margin-bottom:100px;transform:translateX(-50%);border:1px solid rgba(0,0,0,.8);border-radius:3px;padding:15px 15px 0 15px;-webkit-animation:dialogShow-data-v-37c7bfaa .3s;animation:dialogShow-data-v-37c7bfaa .3s}.dialogMain[data-v-37c7bfaa],.dialogMainModal[data-v-37c7bfaa]{line-height:125%;font-size:16px;box-sizing:border-box;background:#fff;z-index:1000;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes dialogShow-data-v-37c7bfaa{0%{margin-top:-50px;opacity:0}to{margin-top:0;opacity:1}}@keyframes dialogShow-data-v-37c7bfaa{0%{margin-top:-50px;opacity:0}to{margin-top:0;opacity:1}}.toolMain[data-v-37c7bfaa]{box-sizing:border-box}.toolBox[data-v-37c7bfaa]{border:1px solid #dedede;background-image:linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 0,transparent 75%,rgba(0,0,0,.25) 0),linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 0,transparent 75%,rgba(0,0,0,.25) 0);background-color:#eee;background-size:30px 30px;background-position:0 0,15px 15px;position:relative}.tool-title[data-v-37c7bfaa]{margin-bottom:10px}.canvas[data-v-37c7bfaa]{position:absolute;top:0;left:0;z-index:98}.canvasSelectBox[data-v-37c7bfaa]{position:absolute;top:0;left:0;z-index:99}@-webkit-keyframes zi-antBorder-data-v-37c7bfaa{0%{background-position:0 0}50%{background-position:0 5px}to{background-position:0 10px}}@keyframes zi-antBorder-data-v-37c7bfaa{0%{background-position:0 0}50%{background-position:0 5px}to{background-position:0 10px}}.toolBoxControl[data-v-37c7bfaa]{background:hsla(0,0%,100%,0);position:absolute;z-index:101;box-sizing:border-box}.toolBoxControlBox[data-v-37c7bfaa]{width:100%;height:100%;position:relative;background:transparent;z-index:103;pointer-events:none}.controlBoxInnerLine[data-v-37c7bfaa]{position:absolute;z-index:1;background-size:10px 10px;background-image:linear-gradient(-45deg,#409eff 25%,rgba(64,158,255,0) 0,rgba(64,158,255,0) 50%,#409eff 0,#409eff 75%,rgba(64,158,255,0) 0,rgba(64,158,255,0));-webkit-animation:zi-antBorder-data-v-37c7bfaa .8s linear 0s infinite normal;animation:zi-antBorder-data-v-37c7bfaa .8s linear 0s infinite normal;pointer-events:none}.controlBoxInnerLineTop[data-v-37c7bfaa]{height:1px;width:100%;top:-1px}.controlBoxInnerLineBottom[data-v-37c7bfaa]{height:1px;width:100%;bottom:-1px}.controlBoxInnerLineLeft[data-v-37c7bfaa]{height:100%;width:1px;left:-1px;top:0}.controlBoxInnerLineRight[data-v-37c7bfaa]{height:100%;width:1px;right:-1px;top:0}.toolBoxControlLine[data-v-37c7bfaa]{position:absolute;z-index:1;background:transparent}.toolBoxControlLineItem-1[data-v-37c7bfaa]{top:33%;width:100%;height:1px;box-sizing:border-box;border-bottom:1px dashed #409eff}.toolBoxControlLineItem-2[data-v-37c7bfaa]{top:66%;width:100%;height:1px;box-sizing:border-box;border-bottom:1px dashed #409eff}.toolBoxControlLineItem-3[data-v-37c7bfaa]{left:33%;border-right:1px dashed #409eff;height:100%;width:1px;box-sizing:border-box}.toolBoxControlLineItem-4[data-v-37c7bfaa]{left:66%;border-right:1px dashed #409eff;height:100%;width:1px;box-sizing:border-box}.controlBox[data-v-37c7bfaa]{width:100%;height:100%;position:absolute;cursor:move;z-index:1;pointer-events:none}.controlBtn[data-v-37c7bfaa]{border:1px solid hsla(0,0%,100%,.5);box-sizing:border-box;width:6px;height:6px;background:#409eff;position:absolute;border-radius:50%;z-index:999;pointer-events:auto!important}.leftUp[data-v-37c7bfaa]{top:0;left:0;margin-left:-3px;margin-top:-3px;cursor:se-resize}.leftDown[data-v-37c7bfaa]{bottom:0;left:0;margin-left:-3px;margin-bottom:-3px;cursor:sw-resize}.rightUp[data-v-37c7bfaa]{top:0;right:0;margin-right:-3px;margin-top:-3px;cursor:sw-resize}.rightDown[data-v-37c7bfaa]{bottom:0;right:0;margin-right:-3px;margin-bottom:-3px;cursor:se-resize}.topCenter[data-v-37c7bfaa]{top:0;right:50%;margin-right:-3px;margin-top:-3px;cursor:s-resize}.downCenter[data-v-37c7bfaa]{bottom:0;right:50%;margin-right:-3px;margin-bottom:-3px;cursor:s-resize}.leftCenter[data-v-37c7bfaa]{top:50%;left:0;margin-left:-3px;margin-top:-3px;cursor:e-resize}.rightCenter[data-v-37c7bfaa]{top:50%;right:0;margin-right:-3px;margin-top:-3px;cursor:e-resize}.toolBar[data-v-37c7bfaa]{margin-top:10px}.selectArea[data-v-37c7bfaa]{display:block;width:260px;text-align:right;color:#fff;position:absolute;top:-20px;right:0;font-size:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tips[data-v-37c7bfaa]{position:absolute;top:50%;left:50%;color:red;z-index:101;transform:translate(-50%,-50%)}.btn[data-v-37c7bfaa]{display:inline-block;text-align:center;background:#dedede;height:40px;line-height:40px;padding:0 20px;box-sizing:border-box;border-radius:4px;cursor:pointer;border:1px solid;font-size:14px;transition:background .3s,color .3s;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn[disabled][data-v-37c7bfaa]{color:#333;cursor:default}.btn[disabled][data-v-37c7bfaa],.btn[disabled][data-v-37c7bfaa]:hover{opacity:.6;border-color:#dedede!important;background-color:#fff!important}.btn[disabled][data-v-37c7bfaa]:hover{color:#333!important}.btn-default[data-v-37c7bfaa]{color:#333;border-color:#dcdfe6;background-color:#fff;transition:background .3s,color .3s}.btn-default[data-v-37c7bfaa]:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff}.btn-primary[data-v-37c7bfaa]{color:#fff;background-color:#409eff;border-color:#409eff;transition:background .3s,color .3s}.btn-primary[data-v-37c7bfaa]:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.btn-warning[data-v-37c7bfaa]{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.btn-warning[data-v-37c7bfaa]:hover{color:#fff;background-color:#eeba6c;border-color:#e6a23c;transition:background .3s,color .3s}.btn-primary-plain[data-v-37c7bfaa]{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff;transition:background .3s,color .3s}.btn-primary-plain[data-v-37c7bfaa]:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.btn-xs[data-v-37c7bfaa]{height:26px;line-height:26px;padding:0 10px;font-size:12px}.dialog-footer[data-v-37c7bfaa]{float:right}.fade-enter-active[data-v-37c7bfaa],.fade-leave-active[data-v-37c7bfaa]{transition:opacity .3s}.fade-enter[data-v-37c7bfaa],.fade-leave-to[data-v-37c7bfaa]{opacity:0}.fade-in-enter[data-v-37c7bfaa]{margin-top:-50px;opacity:0}.fade-in-active[data-v-37c7bfaa],.fade-in-enter[data-v-37c7bfaa],.fade-out-active[data-v-37c7bfaa],.fade-out-enter[data-v-37c7bfaa]{transition:margin-top .2s,opacity .2s}.fade-out-active[data-v-37c7bfaa]{margin-top:-50px;opacity:0}.file-input[data-v-37c7bfaa]{height:40px;line-height:40px;padding:0 10px;box-sizing:border-box;border-radius:4px;border:1px solid #dedede}.file-input[data-v-37c7bfaa]::-moz-placeholder{color:#c0c4cc}.file-input[data-v-37c7bfaa]:-ms-input-placeholder{color:#c0c4cc}.file-input[data-v-37c7bfaa]::placeholder{color:#c0c4cc}.toolbar-item[data-v-37c7bfaa]{display:inline-block}.closeIcon[data-v-37c7bfaa]{float:right;cursor:pointer;display:block;background:#c6e2ff;color:#fff;width:18px;height:18px;line-height:18px;text-align:center;border-radius:50%;margin:0;padding:0;transition:transform .3s,background .3s}.closeIcon[data-v-37c7bfaa]:hover{background:#409eff;transform:rotate(180deg)}.copyright[data-v-37c7bfaa]{font-size:10px!important;clear:both!important;width:100%!important;text-align:right!important;display:block!important;opacity:.5!important;position:absolute!important;bottom:0!important;right:0!important;line-height:100%!important;z-index:100!important}.copyright a[data-v-37c7bfaa]{color:#fff!important;text-decoration:none!important;position:relative!important;opacity:1!important;display:inline-block!important;padding:2px!important;background:rgba(0,0,0,.4)}.dockMain[data-v-37c7bfaa]{position:absolute;z-index:1002;bottom:5px;left:5px;opacity:.5;transition:opacity .5s;box-sizing:border-box;padding:5px 5px;border-radius:5px}.dockMain[data-v-37c7bfaa]:hover{opacity:1}.dockBtn[data-v-37c7bfaa]{font-size:10px;cursor:pointer;display:inline-block;margin-right:4px;color:#409eff;border:1px solid #c6e2ff;background-color:#ecf5ff;padding:1px 4px;border-radius:3px;height:20px;line-height:16px;transition:background .2s,color .2s;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dockBtn[data-v-37c7bfaa]:hover{color:#fff;background-color:#409eff;border-color:#409eff}.dockBtnScrollBar[data-v-37c7bfaa]{display:inline-block;margin-right:4px;margin-left:10px;background:#409eff;width:200px;height:10px;border-radius:5px;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.scrollBarControl[data-v-37c7bfaa]{position:absolute;cursor:pointer;background:#fff;border:2px solid #409eff;box-sizing:border-box;border-radius:50%;width:20px;height:20px;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 3px #1f5184}.scrollBarText[data-v-37c7bfaa]{position:absolute;cursor:pointer;background:rgba(0,0,0,.7);color:#fff;top:-16px;height:16px;line-height:16px;text-align:center;font-size:10px;white-space:nowrap;min-width:50px;border-radius:3px;transform:translate(-50%,-50%)}.avatar-uploader[data-v-2c310e9e] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader[data-v-2c310e9e] .el-upload:hover{border-color:#409eff}.avatar-uploader[data-v-2c310e9e] .el-upload:hover .avatar-actionBg{border-top:35px solid #23e47a}.avatar-uploader-icon[data-v-2c310e9e]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.img[data-v-2c310e9e]{position:relative;width:178px;height:178px}.avatar[data-v-2c310e9e]{width:178px;height:178px;display:block}.avatar-actionBg[data-v-2c310e9e]{top:0;right:0;width:0;height:0;position:absolute;border-top:35px solid #13ce66;border-left:35px solid transparent}.avatar-action[data-v-2c310e9e]{top:0;right:0;width:20px;height:20px;position:absolute;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;z-index:3}.avatar-action i[data-v-2c310e9e]{cursor:pointer;color:#f8f8f8}.avatar-action i[data-v-2c310e9e]:hover{cursor:pointer;color:#fff}.form-item[data-v-6354fb10] .el-form-item__content,.item[data-v-6354fb10]{display:-webkit-box;display:-ms-flexbox;display:flex}.driverManage[data-v-807ff98c]{width:100%;height:100%}.driverManage-head[data-v-807ff98c]{width:100%}.driverManage-body[data-v-807ff98c]{width:100%;height:100%}.driverManage-body-action[data-v-807ff98c]{width:100%;margin-top:10px}.driverManage-body-table[data-v-807ff98c]{margin-top:10px;width:100%;height:100%}.driverManage-body-table .img[data-v-807ff98c]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.driverManage-body-table .img[data-v-807ff98c],.form-item[data-v-cc277098] .el-form-item__content,.item[data-v-cc277098]{display:-webkit-box;display:-ms-flexbox;display:flex}.operatingRecord[data-v-5ddf1c43]{width:100%;height:100%}.operatingRecord-head[data-v-5ddf1c43]{width:100%}.operatingRecord-body[data-v-5ddf1c43]{width:100%;height:100%}.operatingRecord-body-action[data-v-5ddf1c43]{width:100%;margin-top:10px}.operatingRecord-body-table[data-v-5ddf1c43]{margin-top:10px;width:100%;height:100%}.checkList[data-v-656a4a35]{border:1px solid #eee;padding:10px;border-radius:6px}.checkList-action[data-v-656a4a35],.form-item[data-v-1df467a2] .el-form-item__content,.form-item[data-v-3d45cb9a] .el-form-item__content,.form-item[data-v-67f11560] .el-form-item__content,.item[data-v-1df467a2],.item[data-v-3d45cb9a],.item[data-v-67f11560]{display:-webkit-box;display:-ms-flexbox;display:flex}.avatar-uploader[data-v-466e1688] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader[data-v-466e1688] .el-upload:hover{border-color:#409eff}.avatar-uploader[data-v-466e1688] .el-upload:hover .avatar-actionBg{border-top:35px solid #23e47a}.avatar-uploader-icon[data-v-466e1688]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.img[data-v-466e1688]{position:relative;width:178px;height:178px}.avatar[data-v-466e1688]{width:178px;height:178px;display:block}.avatar-actionBg[data-v-466e1688]{top:0;right:0;width:0;height:0;position:absolute;border-top:35px solid #13ce66;border-left:35px solid transparent}.avatar-action[data-v-466e1688]{top:0;right:0;width:20px;height:20px;position:absolute;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;z-index:3}.avatar-action i[data-v-466e1688]{cursor:pointer;color:#f8f8f8}.avatar-action i[data-v-466e1688]:hover{cursor:pointer;color:#fff}.towerpersonbind[data-v-79c0951c]{width:100%;height:100%}.towerpersonbind-head[data-v-79c0951c]{width:100%}.towerpersonbind-body[data-v-79c0951c]{width:100%;height:100%}.towerpersonbind-body-action[data-v-79c0951c]{width:100%;margin-top:10px}.towerpersonbind-body-table[data-v-79c0951c]{margin-top:10px;width:100%;height:100%}.form-item[data-v-be8ee724] .el-form-item__content,.item[data-v-be8ee724]{display:-webkit-box;display:-ms-flexbox;display:flex}.driverManage[data-v-e5eba72c]{width:100%;height:100%}.driverManage-head[data-v-e5eba72c]{width:100%}.driverManage-body[data-v-e5eba72c]{width:100%;height:100%}.driverManage-body-action[data-v-e5eba72c]{width:100%;margin-top:10px}.driverManage-body-table[data-v-e5eba72c]{margin-top:10px;width:100%;height:100%}.driverManage-body-table .img[data-v-e5eba72c]{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}.operatingRecord[data-v-3bebb79e]{width:100%;height:100%}.operatingRecord-head[data-v-3bebb79e]{width:100%}.operatingRecord-body[data-v-3bebb79e]{width:100%;height:100%}.operatingRecord-body-action[data-v-3bebb79e]{width:100%;margin-top:10px}.operatingRecord-body-table[data-v-3bebb79e]{margin-top:10px;width:100%;height:100%}.specialattendance[data-v-44e31e0e]{width:100%;height:100%}.specialattendance-head[data-v-44e31e0e]{width:100%}.specialattendance-body[data-v-44e31e0e]{width:100%;height:100%}.specialattendance-body-action[data-v-44e31e0e]{width:100%;margin-top:10px}.specialattendance-body-table[data-v-44e31e0e]{margin-top:10px;width:100%;height:100%}.specialattendance-body-table .url[data-v-44e31e0e]{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}.operatingRecord[data-v-48fa0b76]{width:100%;height:100%}.operatingRecord-head[data-v-48fa0b76]{width:100%}.operatingRecord-body[data-v-48fa0b76]{width:100%;height:100%}.operatingRecord-body-action[data-v-48fa0b76]{width:100%;margin-top:10px}.operatingRecord-body-table[data-v-48fa0b76]{margin-top:10px;width:100%;height:100%}.specialattendance[data-v-6fc8486e]{width:100%;height:100%}.specialattendance-head[data-v-6fc8486e]{width:100%}.specialattendance-body[data-v-6fc8486e]{width:100%;height:100%}.specialattendance-body-action[data-v-6fc8486e]{width:100%;margin-top:10px}.specialattendance-body-table[data-v-6fc8486e]{margin-top:10px;width:100%;height:100%}.specialattendance-body-table .url[data-v-6fc8486e]{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}.towerpersonbind[data-v-5bb71bb4]{width:100%;height:100%}.towerpersonbind-head[data-v-5bb71bb4]{width:100%}.towerpersonbind-body[data-v-5bb71bb4]{width:100%;height:100%}.towerpersonbind-body-action[data-v-5bb71bb4]{width:100%;margin-top:10px}.towerpersonbind-body-table[data-v-5bb71bb4]{margin-top:10px;width:100%;height:100%}.alarmrecord{width:100%;height:100%}.alarmrecord-head{width:100%}.alarmrecord-body{width:100%;height:100%}.alarmrecord-body-action,.alarmrecord-body-table{width:100%;margin-top:10px}.alarmrecord-body-table{height:100%}.realtimedata{width:100%;height:100%}.realtimedata-head{width:100%}.realtimedata-body{width:100%;height:100%}.realtimedata-body-action,.realtimedata-body-table{width:100%;margin-top:10px}.realtimedata-body-table{height:100%}.checkList[data-v-725be774]{border:1px solid #eee;padding:10px;border-radius:6px}.towerInfo[data-v-d892d576]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.towerInfo-body[data-v-d892d576]{padding-right:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.towerInfo-footer[data-v-d892d576]{height:60px;text-align:right}.towerInfo-form[data-v-d892d576]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.towerInfo-form-left[data-v-d892d576]{width:calc(50% - 25px);height:100%}.towerInfo-form-line[data-v-d892d576]{width:1px;background-color:#b6b6b6;margin:15px 25px}.towerInfo-form .across-line[data-v-d892d576]{margin:5px 0;height:1px;border-top:1px dotted #ccc}.btn[data-v-10e436f0]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.btn-right[data-v-10e436f0],.btn[data-v-10e436f0]{display:-webkit-box;display:-ms-flexbox;display:flex}#echarts[data-v-096adb8e]{height:600px}.rate[data-v-731d108a]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rate-body[data-v-731d108a]{-webkit-box-flex:1;-ms-flex:1;flex:1}.rate-footer[data-v-731d108a]{-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:20px;height:60px;text-align:right}.armLength[data-v-bff93212]{width:100%;height:100%}.armLength-head[data-v-bff93212]{width:100%}.armLength-body[data-v-bff93212]{width:100%;height:100%}.armLength-body-action[data-v-bff93212]{width:100%;margin-top:10px}.armLength-body-table[data-v-bff93212]{margin-top:10px;width:100%;height:100%}.towerMoment[data-v-3f4c684e]{width:100%;height:100%}.towerMoment-head[data-v-3f4c684e]{width:100%}.towerMoment-body[data-v-3f4c684e]{width:100%;height:100%}.towerMoment-body-action[data-v-3f4c684e]{width:100%;margin-top:10px}.towerMoment-body-table[data-v-3f4c684e]{margin-top:10px;width:100%;height:100%}.proType[data-v-51d5c8b9]{width:100%;margin-bottom:20px}.proType-item-label[data-v-51d5c8b9]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700}.proType-item-label-left[data-v-51d5c8b9]{width:180px}.proType-item-value[data-v-51d5c8b9]{display:-webkit-box;display:-ms-flexbox;display:flex}.proType-item-value.STRUCT[data-v-51d5c8b9]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-51d5c8b9]{margin-top:8px}.proType-item-value-item[data-v-51d5c8b9]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-51d5c8b9]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-51d5c8b9]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-51d5c8b9]{margin-left:12px}.proType[data-v-002fbec4]{width:100%;margin-bottom:20px}.proType-item-label[data-v-002fbec4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:700}.proType-item-label-left[data-v-002fbec4]{width:180px}.proType-item-value[data-v-002fbec4]{display:-webkit-box;display:-ms-flexbox;display:flex}.proType-item-value.STRUCT[data-v-002fbec4]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-002fbec4]{margin-top:8px}.proType-item-value-item[data-v-002fbec4]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-002fbec4]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-002fbec4]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-002fbec4]{margin-left:12px}.proType[data-v-6710c093]{width:100%;margin-bottom:20px}.proType-item-label[data-v-6710c093]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700}.proType-item-label-left[data-v-6710c093]{width:180px}.proType-item-value[data-v-6710c093]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.proType-item-value.STRUCT[data-v-6710c093]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-6710c093]{margin-top:8px}.proType-item-value-item[data-v-6710c093]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-6710c093]{margin-right:8px;padding-left:8px;font-size:12px;line-height:30px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-6710c093]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-6710c093]{margin-left:12px}.checkList[data-v-e2a6a30c]{border:1px solid #eee;padding:10px;border-radius:6px}.setParams[data-v-a5a70a8c]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.setParams-body[data-v-a5a70a8c]{padding-right:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.setParams-footer[data-v-a5a70a8c]{height:60px;text-align:right}.towerSetParams[data-v-43a48657]{width:100%;height:100%}.towerSetParams-head[data-v-43a48657]{width:100%}.towerSetParams-body[data-v-43a48657]{width:100%;height:100%}.towerSetParams-body-action[data-v-43a48657]{width:100%;margin-top:10px}.towerSetParams-body-table[data-v-43a48657]{margin-top:10px;width:100%;height:100%}.toweralarmrecord{width:100%;height:100%}.toweralarmrecord-head{width:100%}.toweralarmrecord-body{width:100%;height:100%}.toweralarmrecord-body-action{width:100%;margin-top:10px}.toweralarmrecord-body-table{margin-top:10px;width:100%;height:100%}.towermanage[data-v-2b03aa66],.towerrealtimedata{width:100%;height:100%}.towerrealtimedata-head{width:100%}.towerrealtimedata-body{width:100%;height:100%}.towerrealtimedata-body-action{width:100%;margin-top:10px}.towerrealtimedata-body-table{margin-top:10px;width:100%;height:100%}.watthourmeterdata[data-v-299b3997]{width:100%;height:100%}.watthourmeterdata-head[data-v-299b3997]{width:100%}.watthourmeterdata-body[data-v-299b3997]{width:100%;height:100%}.watthourmeterdata-body-action[data-v-299b3997]{width:100%;margin-top:10px}.watthourmeterdata-body-table[data-v-299b3997]{margin-top:10px;width:100%;height:100%}.accountmanagement[data-v-48edcf4b]{width:100%;height:100%}.accountmanagement-head[data-v-48edcf4b]{width:100%}.accountmanagement-body[data-v-48edcf4b]{width:100%;height:100%}.accountmanagement-body-action[data-v-48edcf4b]{width:100%;margin-top:10px}.accountmanagement-body-table[data-v-48edcf4b]{margin-top:10px;width:100%;height:100%}.accountmanagement[data-v-8b07f8c0]{width:100%;height:100%}.accountmanagement-head[data-v-8b07f8c0]{width:100%}.accountmanagement-body[data-v-8b07f8c0]{width:100%;height:100%}.accountmanagement-body-action[data-v-8b07f8c0]{width:100%;margin-top:10px}.accountmanagement-body-table[data-v-8b07f8c0]{margin-top:10px;width:100%;height:100%}.bindAttr[data-v-4d7dc767]{width:100%;height:100%}.bindAttr-head[data-v-4d7dc767]{width:100%}.bindAttr-body[data-v-4d7dc767]{width:100%;height:100%}.bindAttr-body-action[data-v-4d7dc767]{width:100%;margin-top:10px}.bindAttr-body-table[data-v-4d7dc767]{margin-top:10px;width:100%;height:100%}.weighingdetails[data-v-7cb09b3b]{width:100%;height:100%}.weighingdetails-head[data-v-7cb09b3b]{width:100%}.weighingdetails-body[data-v-7cb09b3b]{width:100%;height:100%}.weighingdetails-body-action[data-v-7cb09b3b]{width:100%;margin-top:10px}.weighingdetails-body-table[data-v-7cb09b3b]{margin-top:10px;width:100%;height:100%}.carAnalyse[data-v-3dcc1ef8]{width:100%;height:100%}.carAnalyse-head[data-v-3dcc1ef8]{width:100%}.carAnalyse-body[data-v-3dcc1ef8]{width:100%;height:100%}.carAnalyse-body-info[data-v-3dcc1ef8]{display:-webkit-box;display:-ms-flexbox;display:flex}.carAnalyse-body-info .el-tag+.el-tag[data-v-3dcc1ef8]{margin-left:10px}.carAnalyse-body-action[data-v-3dcc1ef8]{width:100%;margin-top:10px}.carAnalyse-body-table[data-v-3dcc1ef8]{margin-top:10px;width:100%;height:100%}.receiveDispatchAnalysis[data-v-7b494e44]{width:100%;height:100%}.receiveDispatchAnalysis-head[data-v-7b494e44]{width:100%}.receiveDispatchAnalysis-body[data-v-7b494e44]{width:100%;height:100%}.receiveDispatchAnalysis-body-info[data-v-7b494e44]{display:-webkit-box;display:-ms-flexbox;display:flex}.receiveDispatchAnalysis-body-info .el-tag+.el-tag[data-v-7b494e44]{margin-left:10px}.receiveDispatchAnalysis-body-action[data-v-7b494e44]{width:100%;margin-top:10px}.receiveDispatchAnalysis-body-table[data-v-7b494e44]{margin-top:10px;width:100%;height:100%}#echarts[data-v-94ea8812]{height:600px}.receiveDispatchAnalysis[data-v-1945e845]{width:100%;height:100%}.receiveDispatchAnalysis-head[data-v-1945e845]{width:100%}.receiveDispatchAnalysis-body[data-v-1945e845]{width:100%;height:100%}.receiveDispatchAnalysis-body-info[data-v-1945e845]{display:-webkit-box;display:-ms-flexbox;display:flex}.receiveDispatchAnalysis-body-info .el-tag+.el-tag[data-v-1945e845]{margin-left:10px}.receiveDispatchAnalysis-body-action[data-v-1945e845]{width:100%;margin-top:10px}.receiveDispatchAnalysis-body-table[data-v-1945e845]{margin-top:10px;width:100%;height:100%}.supplierAnalyse[data-v-45d74324]{width:100%;height:100%}.supplierAnalyse-head[data-v-45d74324]{width:100%}.supplierAnalyse-body[data-v-45d74324]{width:100%;height:100%}.supplierAnalyse-body-info[data-v-45d74324]{display:-webkit-box;display:-ms-flexbox;display:flex}.supplierAnalyse-body-info .el-tag+.el-tag[data-v-45d74324]{margin-left:10px}.supplierAnalyse-body-action[data-v-45d74324]{width:100%;margin-top:10px}.supplierAnalyse-body-table[data-v-45d74324]{margin-top:10px;width:100%;height:100%}#echarts[data-v-ef10d530]{height:600px}.supplierAnalyse[data-v-7f708e45]{width:100%;height:100%}.supplierAnalyse-head[data-v-7f708e45]{width:100%}.supplierAnalyse-body[data-v-7f708e45]{width:100%;height:100%}.supplierAnalyse-body-info[data-v-7f708e45]{display:-webkit-box;display:-ms-flexbox;display:flex}.supplierAnalyse-body-info .el-tag+.el-tag[data-v-7f708e45]{margin-left:10px}.supplierAnalyse-body-action[data-v-7f708e45]{width:100%;margin-top:10px}.supplierAnalyse-body-table[data-v-7f708e45]{margin-top:10px;width:100%;height:100%}.attrExtend[data-v-71a9514e]{width:100%;height:100%}.attrExtend-head[data-v-71a9514e]{width:100%}.attrExtend-body[data-v-71a9514e]{width:100%;height:100%}.attrExtend-body-action[data-v-71a9514e]{width:100%;margin-top:10px}.attrExtend-body-table[data-v-71a9514e]{margin-top:10px;width:100%;height:100%}.checkList[data-v-3e31a29c]{border:1px solid #eee;padding:10px;border-radius:6px}.checkList[data-v-3e31a29c] .star{position:relative}.checkList[data-v-3e31a29c] .star:after{content:"*";font-weight:400;color:red;position:absolute;top:-5px;right:-8px}.checkList[data-v-15f1ba29]{border:1px solid #eee;padding:10px;border-radius:6px}.checkList[data-v-15f1ba29] .star{position:relative}.checkList[data-v-15f1ba29] .star:after{content:"*";font-weight:400;color:red;position:absolute;top:-5px;right:-8px}.form_item[data-v-2d6ba5c2],.form_item[data-v-7d350e67],.form_item[data-v-39e58099]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.contactmanager[data-v-98b9b590]{width:100%;height:100%}.contactmanager-head[data-v-98b9b590]{width:100%}.contactmanager-body[data-v-98b9b590]{width:100%;height:100%}.contactmanager-body-action[data-v-98b9b590]{width:100%;margin-top:10px}.contactmanager-body-table[data-v-98b9b590]{margin-top:10px;width:100%;height:100%}.infoMaintain-head{width:100%}.infoMaintain-body{width:100%;height:100%}.infoMaintain-body-action,.infoMaintain-body-table{width:100%;margin-top:10px}.infoMaintain-body-table{height:100%}.clientInfo[data-v-1c367e44]{width:100%;height:100%}.clientInfo-head[data-v-1c367e44]{width:100%}.clientInfo-body[data-v-1c367e44]{width:100%;height:100%}.clientInfo-body-action[data-v-1c367e44]{width:100%;margin-top:10px}.clientInfo-body-table[data-v-1c367e44]{margin-top:10px;width:100%;height:100%}.form_item[data-v-2034b351],.form_item[data-v-7976af06],.form_item[data-v-bd3ccd2c]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.contract[data-v-fa29a04e]{width:100%;height:100%}.contract-head[data-v-fa29a04e]{width:100%}.contract-body[data-v-fa29a04e]{width:100%;height:100%}.contract-body-action[data-v-fa29a04e]{width:100%;margin-top:10px}.contract-body-table[data-v-fa29a04e]{margin-top:10px;width:100%;height:100%}.eip[data-v-aec3e548]{width:100%;height:100%}.eip-head[data-v-aec3e548]{width:100%}.eip-body[data-v-aec3e548]{width:100%;height:100%}.eip-body-action[data-v-aec3e548]{width:100%;margin-top:10px}.eip-body-table[data-v-aec3e548]{margin-top:10px;width:100%;height:100%}.administration[data-v-98c89dbc]{width:100%;height:100%}.administration-head[data-v-98c89dbc]{width:100%}.administration-body[data-v-98c89dbc]{width:100%;height:100%}.administration-body-action[data-v-98c89dbc]{width:100%;margin-top:10px}.administration-body-table[data-v-98c89dbc]{margin-top:10px;width:100%;height:100%}.SelectType{cursor:pointer;height:100%;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;border-radius:4px;height:32px;padding:0 15px}.SelectType-title{color:#5c5959;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SelectType-icon{color:#3a3a3a;font-size:14px}.bindAttr[data-v-591a21b5]{width:100%;height:100%}.bindAttr-head[data-v-591a21b5]{width:100%}.bindAttr-body[data-v-591a21b5]{width:100%;height:100%}.bindAttr-body-action[data-v-591a21b5]{width:100%;margin-top:10px}.bindAttr-body-table[data-v-591a21b5]{margin-top:10px;width:100%;height:100%}.classify[data-v-49867775]{width:100%;height:100%}.classify-head[data-v-49867775]{width:100%}.classify-body[data-v-49867775]{width:100%;height:100%}.classify-body-action[data-v-49867775]{width:100%;margin-top:10px}.classify-body-table[data-v-49867775]{margin-top:10px;width:100%;height:100%}.materialversion[data-v-015bd746]{width:100%;height:100%}.materialversion-head[data-v-015bd746]{width:100%}.materialversion-body[data-v-015bd746]{width:100%;height:100%}.materialversion-body-action[data-v-015bd746]{width:100%;margin-top:10px}.materialversion-body-table[data-v-015bd746]{margin-top:10px;width:100%;height:100%}.transform[data-v-7f7c7d8f]{width:100%;height:100%}.transform-head[data-v-7f7c7d8f]{width:100%}.transform-body[data-v-7f7c7d8f]{width:100%;height:100%}.transform-body-action[data-v-7f7c7d8f]{width:100%;margin-top:10px}.transform-body-table[data-v-7f7c7d8f]{margin-top:10px;width:100%;height:100%}.DSCascader[data-v-7840791c]{cursor:pointer;height:100%;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;border-radius:4px;height:32px;padding:0 15px;border:1px solid #e0e0e0}.DSCascader-title[data-v-7840791c]{color:#5c5959;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DSCascader-icon[data-v-7840791c]{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.DSCascader-content[data-v-7840791c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.DSCascader-content-list[data-v-7840791c]{max-height:400px;overflow-y:auto}.DSCascader[data-v-68332082]{cursor:pointer;height:100%;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;border-radius:4px;height:32px;padding:0 15px;border:1px solid #e0e0e0}.DSCascader-title[data-v-68332082]{color:#5c5959;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DSCascader-icon[data-v-68332082]{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.DSCascader-content[data-v-68332082]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.DSCascader-content-list[data-v-68332082]{max-height:400px;overflow-y:auto}.equipment[data-v-1f7dc819]{width:100%;height:100%}.equipment-head[data-v-1f7dc819]{width:100%}.equipment-body[data-v-1f7dc819]{width:100%;height:100%}.equipment-body-action[data-v-1f7dc819]{width:100%;margin-top:10px}.equipment-body-table[data-v-1f7dc819]{margin-top:10px;width:100%;height:100%}.checkList[data-v-48c79448]{border:1px solid #eee;padding:10px;border-radius:6px}.checkList[data-v-48c79448] .star{position:relative}.checkList[data-v-48c79448] .star:after{content:"*";font-weight:400;color:red;position:absolute;top:-5px;right:-8px}.checkList[data-v-c8b560fa]{border:1px solid #eee;padding:10px;border-radius:6px}.checkList[data-v-c8b560fa] .star{position:relative}.checkList[data-v-c8b560fa] .star:after{content:"*";font-weight:400;color:red;position:absolute;top:-5px;right:-8px}.form_item[data-v-2c080442],.form_item[data-v-74c118ac],.form_item[data-v-0590205e]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.suppliers[data-v-f1fd6fb2]{width:100%;height:100%}.suppliers-head[data-v-f1fd6fb2]{width:100%}.suppliers-body[data-v-f1fd6fb2]{width:100%;height:100%}.suppliers-body-action[data-v-f1fd6fb2]{width:100%;margin-top:10px}.suppliers-body-table[data-v-f1fd6fb2]{margin-top:10px;width:100%;height:100%}.peoplecheckreport-head{width:100%}.peoplecheckreport-body{width:100%;height:100%}.peoplecheckreport-body-action{width:100%;margin-top:10px}.peoplecheckreport-body-table{margin-top:10px;width:100%;height:100%}.ds-row[data-v-58d0bb6a],.ds-row[data-v-3072b4d1],.ds-row[data-v-3776ab71]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.weighingdata[data-v-aea8eea6]{width:100%;height:100%}.weighingdata-head[data-v-aea8eea6]{width:100%}.weighingdata-body[data-v-aea8eea6]{width:100%;height:100%}.weighingdata-body-action[data-v-aea8eea6]{width:100%;margin-top:10px}.weighingdata-body-table[data-v-aea8eea6]{margin-top:10px;width:100%;height:100%}.ds-row[data-v-2a974d85],.ds-row[data-v-291a323a],.ds-row[data-v-3054748a]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.weighingdata[data-v-3040b197]{width:100%;height:100%}.weighingdata-head[data-v-3040b197]{width:100%}.weighingdata-body[data-v-3040b197]{width:100%;height:100%}.weighingdata-body-action[data-v-3040b197]{width:100%;margin-top:10px}.weighingdata-body-table[data-v-3040b197]{margin-top:10px;width:100%;height:100%}.ds-row[data-v-1f6944f8],.ds-row[data-v-041c4504],.ds-row[data-v-177b92f5]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.weighingdataSanzheng[data-v-1baa8b82]{width:100%;height:100%}.weighingdataSanzheng-head[data-v-1baa8b82]{width:100%}.weighingdataSanzheng-body[data-v-1baa8b82]{width:100%;height:100%}.weighingdataSanzheng-body-action[data-v-1baa8b82]{width:100%;margin-top:10px}.weighingdataSanzheng-body-table[data-v-1baa8b82]{margin-top:10px;width:100%;height:100%}.dustrealtimedata[data-v-6018106a]{width:100%;height:100%}.dustrealtimedata-head[data-v-6018106a]{width:100%}.dustrealtimedata-body[data-v-6018106a]{width:100%;height:100%}.dustrealtimedata-body-action[data-v-6018106a]{width:100%;margin-top:10px}.dustrealtimedata-body-table[data-v-6018106a]{margin-top:10px;width:100%;height:100%}.equipment_edit{position:relative}.equipment_edit .mapdom{overflow:hidden;width:100vw;height:100vh}.map_edit{width:100%;height:100%;position:relative}.map_edit .mapjzw{overflow:hidden}.map_edit .mapjzw,.picList[data-v-50a795fe]{width:100%;height:100%}.picList-head[data-v-50a795fe]{width:100%}.picList-body[data-v-50a795fe]{width:100%;height:100%}.picList-body-action[data-v-50a795fe]{width:100%;margin-top:10px}.picList-body-table[data-v-50a795fe]{margin-top:10px;width:100%;height:100%}.drawMap[data-v-60561d58]{width:100%;position:relative}.drawer-body-map[data-v-1bfbd90a]{height:800px;-webkit-box-flex:1;-ms-flex:1;flex:1}.drawMap[data-v-3a52cd08]{width:100%;position:relative}.drawer-body-map[data-v-f40e71ee]{height:800px;-webkit-box-flex:1;-ms-flex:1;flex:1}.projectList[data-v-5d0451a9]{width:100%;height:100%}.projectList-head[data-v-5d0451a9]{width:100%}.projectList-body[data-v-5d0451a9]{width:100%;height:100%}.projectList-body-action[data-v-5d0451a9]{width:100%;margin-top:10px}.projectList-body-table[data-v-5d0451a9]{margin-top:10px;width:100%;height:100%}.messageLog[data-v-0a708ca2]{width:100%;height:100%}.messageLog-head[data-v-0a708ca2]{width:100%}.messageLog-body[data-v-0a708ca2]{width:100%;height:100%}.messageLog-body-action[data-v-0a708ca2]{width:100%;margin-top:10px}.messageLog-body-table[data-v-0a708ca2]{margin-top:10px;width:100%;height:100%}.moduleManagement[data-v-2084d84e]{width:100%;height:100%}.moduleManagement-head[data-v-2084d84e]{width:100%}.moduleManagement-body[data-v-2084d84e]{width:100%;height:100%}.moduleManagement-body-action[data-v-2084d84e]{width:100%;margin-top:10px}.moduleManagement-body-table[data-v-2084d84e]{margin-top:10px;width:100%;height:100%}.opResult[data-v-4445672f]{width:100%;height:100%}.opResult-head[data-v-4445672f]{width:100%}.opResult-body[data-v-4445672f]{width:100%;height:100%}.opResult-body-action[data-v-4445672f]{width:100%;margin-top:10px}.opResult-body-table[data-v-4445672f]{margin-top:10px;width:100%;height:100%}.opResult[data-v-34ffa3aa]{width:100%;height:100%}.opResult-head[data-v-34ffa3aa]{width:100%}.opResult-body[data-v-34ffa3aa]{width:100%;height:100%}.opResult-body-action[data-v-34ffa3aa]{width:100%;margin-top:10px}.opResult-body-table[data-v-34ffa3aa]{margin-top:10px;width:100%;height:100%}.opResult[data-v-2147b678]{width:100%;height:100%}.opResult-head[data-v-2147b678]{width:100%}.opResult-body[data-v-2147b678]{width:100%;height:100%}.opResult-body-action[data-v-2147b678]{width:100%;margin-top:10px}.opResult-body-table[data-v-2147b678]{margin-top:10px;width:100%;height:100%}.el-tag+.el-tag[data-v-10459360]{margin-left:10px}.button-new-tag[data-v-10459360]{margin-left:10px;height:32px;line-height:30px;padding-top:0;padding-bottom:0}.input-new-tag[data-v-10459360]{width:90px;margin-left:10px;vertical-align:bottom}.cron-time[data-v-10459360]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cron-time .el-tag[data-v-10459360]{margin-top:8px}.cron-time .el-tag+.el-tag[data-v-10459360]{margin-left:0}.el-tag+.el-tag[data-v-857f3b22]{margin-left:10px}.button-new-tag[data-v-857f3b22]{margin-left:10px;height:32px;line-height:30px;padding-top:0;padding-bottom:0}.input-new-tag[data-v-857f3b22]{width:90px;margin-left:10px;vertical-align:bottom}.cron-time[data-v-857f3b22]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cron-time .el-tag[data-v-857f3b22]{margin-top:8px}.cron-time .el-tag+.el-tag[data-v-857f3b22]{margin-left:0}.el-tag+.el-tag[data-v-3155bb41]{margin-left:10px}.button-new-tag[data-v-3155bb41]{margin-left:10px;height:32px;line-height:30px;padding-top:0;padding-bottom:0}.input-new-tag[data-v-3155bb41]{width:90px;margin-left:10px;vertical-align:bottom}.cron-time[data-v-3155bb41]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cron-time .el-tag[data-v-3155bb41]{margin-top:8px}.cron-time .el-tag+.el-tag[data-v-3155bb41]{margin-left:0}.parseType[data-v-696fa809]{margin-top:16px;padding-bottom:4px;border-bottom:1px solid #eee}.parseType .active[data-v-696fa809]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.parseType .body[data-v-696fa809]{padding:20px}.parseContent[data-v-0c56637c]{margin-top:16px;padding-bottom:4px;border-bottom:1px solid #eee}.parseContent .active[data-v-0c56637c]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.parseContent .body[data-v-0c56637c]{padding:20px}.http[data-v-9e4fa96a]{padding-bottom:4px}.params[data-v-28d4b314]{margin-top:16px;padding-bottom:4px}.params .active[data-v-28d4b314]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.headers[data-v-20261c3c]{margin-top:16px;padding-bottom:4px}.headers .active[data-v-20261c3c]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.body[data-v-cc7d4ab0]{margin-top:16px;padding-bottom:4px}.body .active[data-v-cc7d4ab0]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result[data-v-021e7b2f]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.result .active[data-v-021e7b2f]{padding-right:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result-item[data-v-021e7b2f],.result .active[data-v-021e7b2f]{display:-webkit-box;display:-ms-flexbox;display:flex}.result-item-left[data-v-021e7b2f]{width:120px;text-align:right}.result-item-right[data-v-021e7b2f]{-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.overdue[data-v-2a16714a]{margin-top:16px;padding-bottom:4px;border-bottom:1px solid #eee}.overdue .active[data-v-2a16714a]{padding-right:16px}.overdue .active[data-v-2a16714a],.overdue .body[data-v-2a16714a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mid[data-v-7f1bb74b]{margin-top:16px;padding-bottom:4px}.mid .active[data-v-7f1bb74b]{padding-right:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mid .active[data-v-7f1bb74b],.mid .midParams-item[data-v-7f1bb74b]{display:-webkit-box;display:-ms-flexbox;display:flex}.mid .midParams-item-left[data-v-7f1bb74b]{width:120px;text-align:right}.mid .midParams-item-right[data-v-7f1bb74b]{-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.http[data-v-e8dd794e]{padding-bottom:4px}.params[data-v-7c87a78e]{margin-top:16px;padding-bottom:4px}.params .active[data-v-7c87a78e]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.headers[data-v-b67a195a]{margin-top:16px;padding-bottom:4px}.headers .active[data-v-b67a195a]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.body[data-v-3c9db45d]{margin-top:16px;padding-bottom:4px}.body .active[data-v-3c9db45d]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dataCaches[data-v-2db3cc44]{margin-top:16px;padding-bottom:4px}.dataCaches .active[data-v-2db3cc44]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mainShell[data-v-12e32f5a]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.mainShell .active[data-v-12e32f5a]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mainResultShell[data-v-76d05aed]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.mainResultShell .active[data-v-76d05aed]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.responseCaches[data-v-bc26fd44]{margin-top:16px;padding-bottom:4px}.responseCaches .active[data-v-bc26fd44]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result[data-v-8d6623de]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.result .active[data-v-8d6623de]{padding-right:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result .active[data-v-8d6623de],.result .result-item[data-v-8d6623de]{display:-webkit-box;display:-ms-flexbox;display:flex}.result .result-item-left[data-v-8d6623de]{width:120px;text-align:right}.result .result-item-right[data-v-8d6623de]{-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.result[data-v-006a68a6]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.result .active[data-v-006a68a6]{padding-right:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result-item[data-v-006a68a6],.result .active[data-v-006a68a6]{display:-webkit-box;display:-ms-flexbox;display:flex}.result-item-left[data-v-006a68a6]{width:120px;text-align:right}.result-item-right[data-v-006a68a6]{-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.MainResultCode[data-v-11dfd44a]{margin-top:12px;padding-bottom:4px}.MainResultCodeCustom[data-v-4f19ba68]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.MainResultCodeCustom .active[data-v-4f19ba68]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.MainHttpResultCode[data-v-7f480c50]{margin-top:12px;padding-bottom:4px}.result[data-v-f9c8267c]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.result .active[data-v-f9c8267c]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.import[data-v-49f56f6e]{margin-left:10px}.import input[data-v-49f56f6e]{display:none}.config[data-v-2807f818]{height:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.config-body[data-v-2807f818]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.config-footer[data-v-2807f818]{padding-top:12px;height:50px;text-align:right}.config[data-v-2807f818] .el-collapse{border:none}.config[data-v-2807f818] .el-collapse .el-collapse-item{border:1px solid #eee;margin-bottom:8px}.config[data-v-2807f818] .el-collapse .el-collapse-item .el-collapse-item__header{border-bottom:none;padding-left:16px;background-color:#fafafa}.config[data-v-2807f818] .el-collapse .el-collapse-item .el-collapse-item__header.is-active{border-bottom:1px solid #eee}.config[data-v-2807f818] .el-collapse .el-collapse-item .el-collapse-item__wrap{border-bottom:none;padding:16px}.config[data-v-2807f818] .el-table td,.config[data-v-2807f818] .el-table th{border-bottom:none;padding:4px 0}.sendType[data-v-6e422526]{width:100%;height:100%}.sendType-head[data-v-6e422526]{width:100%}.sendType-body[data-v-6e422526]{width:100%;height:100%}.sendType-body-action[data-v-6e422526]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-top:10px}.sendType-body-table[data-v-6e422526]{margin-top:10px;width:100%;height:100%}.reportOptions[data-v-a1f99ffa]{width:100%;height:100%}.reportOptions-head[data-v-a1f99ffa]{width:100%}.reportOptions-body[data-v-a1f99ffa]{width:100%;height:100%}.reportOptions-body-action[data-v-a1f99ffa]{width:100%;margin-top:10px}.reportOptions-body-table[data-v-a1f99ffa]{margin-top:10px;width:100%;height:100%}.typeManagement[data-v-676e8a06]{width:100%;height:100%}.typeManagement-head[data-v-676e8a06]{width:100%}.typeManagement-body[data-v-676e8a06]{width:100%;height:100%}.typeManagement-body-action[data-v-676e8a06]{width:100%;margin-top:10px}.typeManagement-body-table[data-v-676e8a06]{margin-top:10px;width:100%;height:100%}.parseType[data-v-4f08f793]{margin-top:16px;padding-bottom:4px;border-bottom:1px solid #eee}.parseType .active[data-v-4f08f793]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.parseType .body[data-v-4f08f793]{padding:20px}.parseContent[data-v-04fb7e06]{margin-top:16px;padding-bottom:4px;border-bottom:1px solid #eee}.parseContent .active[data-v-04fb7e06]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.parseContent .body[data-v-04fb7e06]{padding:20px}.http[data-v-1cbb7455]{padding-bottom:4px}.params[data-v-ae0d3138]{margin-top:16px;padding-bottom:4px}.params .active[data-v-ae0d3138]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.headers[data-v-83b01cf4]{margin-top:16px;padding-bottom:4px}.headers .active[data-v-83b01cf4]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.body[data-v-9c9b6df0]{margin-top:16px;padding-bottom:4px}.body .active[data-v-9c9b6df0]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result[data-v-7a409065]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.result .active[data-v-7a409065]{padding-right:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result-item[data-v-7a409065],.result .active[data-v-7a409065]{display:-webkit-box;display:-ms-flexbox;display:flex}.result-item-left[data-v-7a409065]{width:120px;text-align:right}.result-item-right[data-v-7a409065]{-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.overdue[data-v-623ef1d4]{margin-top:16px;padding-bottom:4px;border-bottom:1px solid #eee}.overdue .active[data-v-623ef1d4]{padding-right:16px}.overdue .active[data-v-623ef1d4],.overdue .body[data-v-623ef1d4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mid[data-v-9af9dd12]{margin-top:16px;padding-bottom:4px}.mid .active[data-v-9af9dd12]{padding-right:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mid .active[data-v-9af9dd12],.mid .midParams-item[data-v-9af9dd12]{display:-webkit-box;display:-ms-flexbox;display:flex}.mid .midParams-item-left[data-v-9af9dd12]{width:120px;text-align:right}.mid .midParams-item-right[data-v-9af9dd12]{-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.http[data-v-1631723a]{padding-bottom:4px}.params[data-v-74a339fe]{margin-top:16px;padding-bottom:4px}.params .active[data-v-74a339fe]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.headers[data-v-39db8349]{margin-top:16px;padding-bottom:4px}.headers .active[data-v-39db8349]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.body[data-v-0247c490]{margin-top:16px;padding-bottom:4px}.body .active[data-v-0247c490]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dataCaches[data-v-590df864]{margin-top:16px;padding-bottom:4px}.dataCaches .active[data-v-590df864]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mainShell[data-v-9906a0ee]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.mainShell .active[data-v-9906a0ee]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mainResultShell[data-v-1149e023]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.mainResultShell .active[data-v-1149e023]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.responseCaches[data-v-a0f2abd8]{margin-top:16px;padding-bottom:4px}.responseCaches .active[data-v-a0f2abd8]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result[data-v-e38eeaca]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.result .active[data-v-e38eeaca]{padding-right:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result .active[data-v-e38eeaca],.result .result-item[data-v-e38eeaca]{display:-webkit-box;display:-ms-flexbox;display:flex}.result .result-item-left[data-v-e38eeaca]{width:120px;text-align:right}.result .result-item-right[data-v-e38eeaca]{-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.result[data-v-24a69961]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.result .active[data-v-24a69961]{padding-right:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.result-item[data-v-24a69961],.result .active[data-v-24a69961]{display:-webkit-box;display:-ms-flexbox;display:flex}.result-item-left[data-v-24a69961]{width:120px;text-align:right}.result-item-right[data-v-24a69961]{-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.MainResultCode[data-v-0c179750]{margin-top:12px;padding-bottom:4px}.MainResultCodeCustom[data-v-cfb5001c]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.MainResultCodeCustom .active[data-v-cfb5001c]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.MainHttpResultCode[data-v-33c7bee2]{margin-top:12px;padding-bottom:4px}.result[data-v-755d5968]{margin-top:16px;border-bottom:1px solid #eee;padding-bottom:4px}.result .active[data-v-755d5968]{padding-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.config[data-v-c621c8f8]{height:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.config-body[data-v-c621c8f8]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.config-footer[data-v-c621c8f8]{padding-top:12px;height:50px;text-align:right}.config[data-v-c621c8f8] .el-collapse{border:none}.config[data-v-c621c8f8] .el-collapse .el-collapse-item{border:1px solid #eee;margin-bottom:8px}.config[data-v-c621c8f8] .el-collapse .el-collapse-item .el-collapse-item__header{border-bottom:none;padding-left:16px;background-color:#fafafa}.config[data-v-c621c8f8] .el-collapse .el-collapse-item .el-collapse-item__header.is-active{border-bottom:1px solid #eee}.config[data-v-c621c8f8] .el-collapse .el-collapse-item .el-collapse-item__wrap{border-bottom:none;padding:16px}.config[data-v-c621c8f8] .el-table td,.config[data-v-c621c8f8] .el-table th{border-bottom:none;padding:4px 0}.dataType[data-v-11f632fc]{width:100%;height:100%}.dataType-head[data-v-11f632fc]{width:100%}.dataType-body[data-v-11f632fc]{width:100%;height:100%}.dataType-body-action[data-v-11f632fc]{width:100%;margin-top:10px}.dataType-body-table[data-v-11f632fc]{margin-top:10px;width:100%;height:100%}.opResult[data-v-8f12a15c]{width:100%;height:100%}.opResult-head[data-v-8f12a15c]{width:100%}.opResult-body[data-v-8f12a15c]{width:100%;height:100%}.opResult-body-action[data-v-8f12a15c]{width:100%;margin-top:10px}.opResult-body-table[data-v-8f12a15c]{margin-top:10px;width:100%;height:100%}.opResult[data-v-7b4807f4]{width:100%;height:100%}.opResult-head[data-v-7b4807f4]{width:100%}.opResult-body[data-v-7b4807f4]{width:100%;height:100%}.opResult-body-action[data-v-7b4807f4]{width:100%;margin-top:10px}.opResult-body-table[data-v-7b4807f4]{margin-top:10px;width:100%;height:100%}.opResult[data-v-6e628ff8]{width:100%;height:100%}.opResult-head[data-v-6e628ff8]{width:100%}.opResult-body[data-v-6e628ff8]{width:100%;height:100%}.opResult-body-action[data-v-6e628ff8]{width:100%;margin-top:10px}.opResult-body-table[data-v-6e628ff8]{margin-top:10px;width:100%;height:100%}.opResult[data-v-6288af8a]{width:100%;height:100%}.opResult-head[data-v-6288af8a]{width:100%}.opResult-body[data-v-6288af8a]{width:100%;height:100%}.opResult-body-action[data-v-6288af8a]{width:100%;margin-top:10px}.opResult-body-table[data-v-6288af8a]{margin-top:10px;width:100%;height:100%}.import[data-v-a77ce134]{margin-left:10px}.import input[data-v-a77ce134]{display:none}.platformManagement[data-v-683a7a3d]{width:100%;height:100%}.platformManagement-head[data-v-683a7a3d]{width:100%}.platformManagement-body[data-v-683a7a3d]{width:100%;height:100%}.platformManagement-body-action[data-v-683a7a3d]{width:100%;margin-top:10px}.platformManagement-body-table[data-v-683a7a3d]{margin-top:10px;width:100%;height:100%}.opResult[data-v-34ca3ebe]{width:100%;height:100%}.opResult-head[data-v-34ca3ebe]{width:100%}.opResult-body[data-v-34ca3ebe]{width:100%;height:100%}.opResult-body-action[data-v-34ca3ebe]{width:100%;margin-top:10px}.opResult-body-table[data-v-34ca3ebe]{margin-top:10px;width:100%;height:100%}.allDevicesStatus,.allDevicesStatus+div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aicamera-head{width:100%}.aicamera-body{width:100%;height:100%}.aicamera-body-action,.aicamera-body-table{width:100%;margin-top:10px}.aicamera-body-table{height:100%}.androidBox[data-v-5f4f9917]{width:100%;height:100%}.androidBox-head[data-v-5f4f9917]{width:100%}.androidBox-body[data-v-5f4f9917]{width:100%;height:100%}.androidBox-body-action[data-v-5f4f9917]{width:100%;margin-top:10px}.androidBox-body-table[data-v-5f4f9917]{margin-top:10px;width:100%;height:100%}.optionsModal .refreshTime{line-height:32px;text-align:right;padding:0 20px 32px 0}.optionsModal .refreshTime span{font-weight:700}.optionsModal .item{display:-webkit-box;display:-ms-flexbox;display:flex}.optionsModal .item>div{width:50%}.attendancemachine{width:100%}.attendancemachine-body,.attendancemachine-head{width:100%;height:100%}.attendancemachine-body-action{width:100%;margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.attendancemachine-body-table{margin-top:10px;width:100%;height:100%}.alarmManage[data-v-516e8da6]{width:100%;height:100%}.alarmManage-head[data-v-516e8da6]{width:100%}.alarmManage-body[data-v-516e8da6]{width:100%;height:100%}.alarmManage-body-action[data-v-516e8da6]{width:100%;margin-top:10px}.alarmManage-body-table[data-v-516e8da6]{margin-top:10px;width:100%;height:100%}[data-v-ebc105f6] .DSDrawer-body{padding:0 25px!important}[data-v-ebc105f6] .DSDrawer,[data-v-ebc105f6] .el-drawer__header{padding:20px 25px!important}[data-v-ebc105f6] .el-drawer__header{margin-bottom:0!important}.deepfoundationpit{width:100%;height:100%}.deepfoundationpit-head{width:100%}.deepfoundationpit-body{width:100%;height:100%}.deepfoundationpit-body-action{width:100%;margin-top:10px}.deepfoundationpit-body-table{margin-top:10px;width:100%;height:100%}[data-v-4ce98a46] .DSDrawer-body{padding:0 25px!important}[data-v-4ce98a46] .DSDrawer,[data-v-4ce98a46] .el-drawer__header{padding:20px 25px!important}[data-v-4ce98a46] .el-drawer__header{margin-bottom:0!important}.doormagnetism[data-v-f7d01fd6]{width:100%;height:100%}.doormagnetism-head[data-v-f7d01fd6]{width:100%}.doormagnetism-body[data-v-f7d01fd6]{width:100%;height:100%}.doormagnetism-body-action[data-v-f7d01fd6]{width:100%;margin-top:10px}.doormagnetism-body-table[data-v-f7d01fd6]{margin-top:10px;width:100%;height:100%}.DevicesDustMonitor[data-v-4b2129c8]{width:100%;height:100%}.DevicesDustMonitor-head[data-v-4b2129c8]{width:100%}.DevicesDustMonitor-body[data-v-4b2129c8]{width:100%;height:100%}.DevicesDustMonitor-body-action[data-v-4b2129c8]{width:100%;margin-top:10px}.DevicesDustMonitor-body-table[data-v-4b2129c8]{margin-top:10px;width:100%;height:100%}.monitorsItem,.monitorsItem>div{display:-webkit-box;display:-ms-flexbox;display:flex}.monitorsItem>div{height:40px;margin-bottom:12px;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitorsItem>div span{text-align:right;width:88px;padding-right:12px}[data-v-e3eb13d0] .DSDrawer-body{padding:0 25px!important}[data-v-e3eb13d0] .DSDrawer,[data-v-e3eb13d0] .el-drawer__header{padding:20px 25px!important}[data-v-e3eb13d0] .el-drawer__header{margin-bottom:0!important}.electronicfence-head{width:100%}.electronicfence-body{width:100%;height:100%}.electronicfence-body-action{width:100%;margin-top:10px}.electronicfence-body-table{margin-top:10px;width:100%;height:100%}.equipment[data-v-3b292152]{width:100%;height:100%}.equipment-head[data-v-3b292152]{width:100%}.equipment-body[data-v-3b292152]{width:100%;height:100%}.equipment-body-action[data-v-3b292152]{width:100%;margin-top:10px}.equipment-body-table[data-v-3b292152]{margin-top:10px;width:100%;height:100%}.add[data-v-ed14b81c]{margin-bottom:8px;text-align:right}.formBox[data-v-ed14b81c]{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}.formBox-item[data-v-ed14b81c]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;width:445px;margin-right:10px;border:1px dashed #ccc}.formBox-item ._item[data-v-ed14b81c]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.formBox-item ._item_close[data-v-ed14b81c]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.formBox-item ._item_close[data-v-ed14b81c],.formBox-item ._item_label[data-v-ed14b81c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.formBox-item ._item_label[data-v-ed14b81c]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:80px}.formBox-item ._item_value[data-v-ed14b81c]{-webkit-box-flex:1;-ms-flex:1;flex:1}.realTimeData[data-v-6fd28802]{width:100%;height:100%}.realTimeData-head[data-v-6fd28802]{width:100%}.realTimeData-body[data-v-6fd28802]{width:100%;height:100%}.realTimeData-body-action[data-v-6fd28802]{width:100%;margin-top:10px}.realTimeData-body-table[data-v-6fd28802]{margin-top:10px;width:100%;height:100%}.gridDevice[data-v-598d75a7]{width:100%;height:100%}.gridDevice-head[data-v-598d75a7]{width:100%}.gridDevice-body[data-v-598d75a7]{width:100%;height:100%}.gridDevice-body-action[data-v-598d75a7]{width:100%;margin-top:10px}.gridDevice-body-table[data-v-598d75a7]{margin-top:10px;width:100%;height:100%}[data-v-6e6e9f60] .DSDrawer-body{padding:0 25px!important}[data-v-6e6e9f60] .DSDrawer,[data-v-6e6e9f60] .el-drawer__header{padding:20px 25px!important}[data-v-6e6e9f60] .el-drawer__header{margin-bottom:0!important}.HighFormwork-head{width:100%}.HighFormwork-body{width:100%;height:100%}.HighFormwork-body-action,.HighFormwork-body-table{width:100%;margin-top:10px}.HighFormwork-body-table{height:100%}.ledPanel[data-v-df0fb7f0]{width:100%;height:100%}.ledPanel-head[data-v-df0fb7f0]{width:100%}.ledPanel-body[data-v-df0fb7f0]{width:100%;height:100%}.ledPanel-body-action[data-v-df0fb7f0]{width:100%;margin-top:10px}.ledPanel-body-table[data-v-df0fb7f0]{margin-top:10px;width:100%;height:100%}.form-box[data-v-64ac6228]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-64ac6228]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-49ebd6f4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-49ebd6f4]{-webkit-box-flex:1;-ms-flex:1;flex:1}.areaDrawer[data-v-32500726] .el-drawer__body{overflow-y:auto}.areaDrawer[data-v-32500726] .el-drawer__body .box{padding:20px}.areaDrawer[data-v-32500726] .el-drawer__body .box-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.areaDrawer[data-v-32500726] .el-drawer__body .box-item strong{width:100px}.areaDrawer[data-v-32500726] .el-drawer__body .box-item-data{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.areaDrawer[data-v-32500726] .el-drawer__body .box-item-data span{width:50px;margin-right:12px}.box[data-v-d359da88]{width:100%}[data-v-d359da88] .el-drawer__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-v-d359da88] .el-drawer__body>form{-webkit-box-flex:1;-ms-flex:1;flex:1}[data-v-d359da88] .el-drawer__body .dialog-footer{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.versionContrast[data-v-421dc393] .el-drawer__header{margin-bottom:0}.versionContrast[data-v-421dc393] .el-drawer__body,.versionContrast[data-v-421dc393] .el-drawer__body .DSDrawer-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.versionContrast[data-v-421dc393] .el-drawer__body .DSDrawer-body{overflow:hidden}.versionContrast[data-v-421dc393] .el-drawer__body .content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow-y:auto}.versionContrast[data-v-421dc393] .el-drawer__body .content .left{padding-right:20px;width:33%;border-right:1px dashed #ccc;-webkit-box-sizing:border-box;box-sizing:border-box}.versionContrast[data-v-421dc393] .el-drawer__body .content .left .versions{text-align:right;font-size:14px;font-weight:400;color:#409eff}.versionContrast[data-v-421dc393] .el-drawer__body .content .mid{padding-left:20px;padding-right:20px;width:34%;border-right:1px dashed #ccc;-webkit-box-sizing:border-box;box-sizing:border-box}.versionContrast[data-v-421dc393] .el-drawer__body .content .mid .versions{text-align:right;font-size:14px;font-weight:400;color:#409eff}.versionContrast[data-v-421dc393] .el-drawer__body .content .form{margin-top:20px}.versionContrast[data-v-421dc393] .el-drawer__body .content .form .form-item{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;padding:4px;border:1px dashed #fff}.versionContrast[data-v-421dc393] .el-drawer__body .content .form .form-item .el-form-item__content{width:calc(100% - 120px)}.versionContrast[data-v-421dc393] .el-drawer__body .content .form .form-item.contrast{border-color:red}.versionContrast[data-v-421dc393] .el-drawer__body .content .form .form-item-table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.versionContrast[data-v-421dc393] .el-drawer__body .content .right{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:20px;width:33%}.versionContrast[data-v-421dc393] .el-drawer__body .content .right .form>h4{opacity:0}.versionContrast[data-v-421dc393] .el-drawer__body .content .right .versions{text-align:right;font-size:14px;font-weight:400}.versionContrast[data-v-421dc393] .el-drawer__body .dialog-footer{height:60px;padding:10px 20px 10px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.versionContrast .STRUCT[data-v-421dc393]{width:100%}.versionContrast .STRUCT[data-v-421dc393]>.el-form-item__content{width:100%!important}.form-box[data-v-57149a09]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-57149a09]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-0696fc14]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-0696fc14]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-62191ef7]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-62191ef7]{-webkit-box-flex:1;-ms-flex:1;flex:1}.configdialog .title-btn[data-v-81fab0d8]{padding:0;margin-left:20px;width:20px;height:20px;font-size:16px}.configdialog[data-v-81fab0d8] .el-drawer__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 67px)}.configdialog[data-v-81fab0d8] .el-drawer__body .configdialog-body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.configdialog[data-v-81fab0d8] .el-drawer__body .configdialog-footer{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.configdialog .fileImage[data-v-81fab0d8]{margin:0 10%;margin-bottom:20px}.configdialog .versions[data-v-81fab0d8]{margin:0 10%;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.configdialog .versions>span[data-v-81fab0d8]{color:#409eff}.configdialog .versions .historyVersion>span[data-v-81fab0d8],.configdialog .versions>span[data-v-81fab0d8]{line-height:32px;font-weight:400;font-size:14px}.configdialog .createTime[data-v-81fab0d8]{font-size:12px;text-align:right;padding-right:100px;padding-bottom:8px}[data-v-e0d853a8] .DSDrawer-body{padding:0 25px!important}[data-v-e0d853a8] .DSDrawer,[data-v-e0d853a8] .el-drawer__header{padding:20px 25px!important}[data-v-e0d853a8] .el-drawer__header{margin-bottom:0!important}.historyVersion[data-v-bb4cd6aa]{text-align:right}.settingDialog[data-v-bb4cd6aa]{padding-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.settingDialog button[data-v-bb4cd6aa]{width:100px;margin-bottom:20px;margin-right:20px}.settingDialog .el-button+.el-button[data-v-bb4cd6aa]{margin-left:0}.driverInfoConfig .box[data-v-54f5b637]{height:800px;padding:20px;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-wrap:wrap;flex-wrap:wrap;overflow-y:auto}.driverInfoConfig .box-item[data-v-54f5b637]{width:20%;height:200px;margin-bottom:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.driverInfoConfig .box-item[data-v-54f5b637],.driverInfoConfig[data-v-54f5b637] .el-drawer__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.driverInfoConfig[data-v-54f5b637] .el-drawer__body>form{-webkit-box-flex:1;-ms-flex:1;flex:1}.driverInfoConfig[data-v-54f5b637] .el-drawer__body .dialog-footer{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.liftdevice-head{width:100%}.liftdevice-body{width:100%;height:100%}.liftdevice-body-action,.liftdevice-body-table{width:100%;margin-top:10px}.liftdevice-body-table{height:100%}.doormagnetismdata[data-v-1e625059]{width:100%;height:100%}.doormagnetismdata-head[data-v-1e625059]{width:100%}.doormagnetismdata-body[data-v-1e625059]{width:100%;height:100%}.doormagnetismdata-body-action[data-v-1e625059]{width:100%;margin-top:10px}.doormagnetismdata-body-table[data-v-1e625059]{margin-top:10px;width:100%;height:100%}.limb[data-v-14e5e292]{width:100%;height:100%}.limb-head[data-v-14e5e292]{width:100%}.limb-body[data-v-14e5e292]{width:100%;height:100%}.limb-body-action[data-v-14e5e292]{width:100%;margin-top:10px}.limb-body-table[data-v-14e5e292]{margin-top:10px;width:100%;height:100%}.basestation-head{width:100%}.basestation-body{width:100%;height:100%}.basestation-body-action,.basestation-body-table{width:100%;margin-top:10px}.basestation-body-table{height:100%}.map-body,.map-head{width:100%}.map-body{height:100%}.map-body-action,.map-body-table{width:100%;margin-top:10px}.map-body-table{height:100%}.server-head{width:100%}.server-body{width:100%;height:100%}.server-body-action,.server-body-table{width:100%;margin-top:10px}.server-body-table{height:100%}.form-box[data-v-1153f022]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-1153f022]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-37922aa5]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-37922aa5]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-6e28d27c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-6e28d27c]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-2a106aad]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-2a106aad]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-8c94c666]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-8c94c666]{-webkit-box-flex:1;-ms-flex:1;flex:1}[data-v-62a43f35] .DSDrawer-body{padding:0 25px!important}[data-v-62a43f35] .DSDrawer,[data-v-62a43f35] .el-drawer__header{padding:20px 25px!important}[data-v-62a43f35] .el-drawer__header{margin-bottom:0!important}.MaterialTable-head{width:100%}.MaterialTable-body{width:100%;height:100%}.MaterialTable-body-action,.MaterialTable-body-table{width:100%;margin-top:10px}.MaterialTable-body-table{height:100%}.monitorAddModal .el-form{height:600px}.monitorAddModal-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monitorAddModal-input-inp{-webkit-box-flex:1;-ms-flex:1;flex:1}.monitorAddModal-input-btn{width:10%;margin-left:10px}.monitorAddModal-annotate{height:20px}.monitorAddModal-annotate,.monitorAddModal-annotate-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitorAddModal-annotate-content{margin-left:5px;font-size:13px;color:#7a7a7a}.monitorUpModal .el-form{height:600px}.monitorUpModal-annotate{height:20px}.monitorUpModal-annotate,.monitorUpModal-annotate-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitorUpModal-annotate-content{margin-left:5px;font-size:13px;color:#7a7a7a}.monitorViewModal-annotate{height:20px}.monitorViewModal-annotate,.monitorViewModal-annotate-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monitorViewModal-annotate-content{margin-left:5px;font-size:13px;color:#7a7a7a}.videoModal .is-fullscreen{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.videoModal .is-fullscreen .el-dialog__body{-webkit-box-flex:1;-ms-flex:1;flex:1}.videoModal .is-fullscreen .el-dialog__body .DSModal-body{max-height:100%!important;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.syncModal{width:700px}.syncModal /deep/.my-autocomplete li{line-height:normal;padding:7px}.syncModal /deep/.my-autocomplete li .name{display:inline-block;text-overflow:ellipsis;overflow:hidden;vertical-align:middle}.syncModal /deep/.my-autocomplete li .addr{padding-top:5px;width:100%;font-size:12px;color:#b4b4b4}.syncModal-top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.syncModal-top-input{width:80%}.syncModal-top-input-select{width:100%}.syncModal-top-btn{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}.syncModal-body{margin-top:15px}.monitor-head{width:100%}.monitor-body{width:100%;height:100%}.monitor-body-action,.monitor-body-table{width:100%;margin-top:10px}.monitor-body-table{height:100%}.deepfoundrealtimedata{width:100%;height:100%}.deepfoundrealtimedata-head{width:100%}.deepfoundrealtimedata-body{width:100%;height:100%}.deepfoundrealtimedata-body-action{width:100%;margin-top:10px}.deepfoundrealtimedata-body-table{margin-top:10px;width:100%;height:100%}.collector-head{width:100%;margin-top:10px}.collector-body{width:100%;height:100%}.collector-body-action,.collector-body-table{width:100%;margin-top:10px}.collector-body-table{height:100%}[data-v-57896ebe] .DSDrawer-body{padding:0 25px!important}[data-v-57896ebe] .DSDrawer,[data-v-57896ebe] .el-drawer__header{padding:20px 25px!important}[data-v-57896ebe] .el-drawer__header{margin-bottom:0!important}.newdeepdevices{width:100%;height:100%}.newdeepdevices-head{width:100%}.newdeepdevices-body{width:100%;height:100%}.newdeepdevices-body-action{width:100%;margin-top:10px}.newdeepdevices-body-table{margin-top:10px;width:100%;height:100%}.remoteswitch[data-v-515431a2]{width:100%;height:100%}.remoteswitch-head[data-v-515431a2]{width:100%}.remoteswitch-body[data-v-515431a2]{width:100%;height:100%}.remoteswitch-body-action[data-v-515431a2]{width:100%;margin-top:10px}.remoteswitch-body-table[data-v-515431a2]{margin-top:10px;width:100%;height:100%}.realTimeData[data-v-63cd4642]{width:100%;height:100%}.realTimeData-head[data-v-63cd4642]{width:100%}.realTimeData-body[data-v-63cd4642]{width:100%;height:100%}.realTimeData-body-action[data-v-63cd4642]{width:100%;margin-top:10px}.realTimeData-body-table[data-v-63cd4642]{margin-top:10px;width:100%;height:100%}.statusDetail[data-v-7e12f9db]{width:100%;height:100%}.statusDetail-head[data-v-7e12f9db]{width:100%}.statusDetail-body[data-v-7e12f9db]{width:100%;height:100%}.statusDetail-body-action[data-v-7e12f9db]{width:100%;margin-top:10px}.statusDetail-body-table[data-v-7e12f9db]{margin-top:10px;width:100%;height:100%}.screw[data-v-cb9be110]{width:100%;height:100%}.screw-head[data-v-cb9be110]{width:100%}.screw-body[data-v-cb9be110]{width:100%;height:100%}.screw-body-action[data-v-cb9be110]{width:100%;margin-top:10px}.screw-body-table[data-v-cb9be110]{margin-top:10px;width:100%;height:100%}.devicesSmoke[data-v-4bbc0337]{width:100%;height:100%}.devicesSmoke-head[data-v-4bbc0337]{width:100%}.devicesSmoke-body[data-v-4bbc0337]{width:100%;height:100%}.devicesSmoke-body-action[data-v-4bbc0337]{width:100%;margin-top:10px}.devicesSmoke-body-table[data-v-4bbc0337]{margin-top:10px;width:100%;height:100%}.specialequipment-head{width:100%}.specialequipment-body{width:100%;height:100%}.specialequipment-body-action{width:100%;margin-top:10px}.specialequipment-body-table{margin-top:10px;width:100%;height:100%}.checkList[data-v-9b3f26c4],.checkList[data-v-250beef4]{border:1px solid #eee;padding:10px;border-radius:6px}.checkList .form[data-v-9b3f26c4]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.checkList .form[data-v-9b3f26c4],.form-item[data-v-65a6a47d],.form-item[data-v-63590acc],.form-item[data-v-37163886],.form-item[data-v-fd92720e]{display:-webkit-box;display:-ms-flexbox;display:flex}.spraydevicesrealtimedata[data-v-0abed552]{width:100%;height:100%}.spraydevicesrealtimedata-head[data-v-0abed552]{width:100%}.spraydevicesrealtimedata-body[data-v-0abed552]{width:100%;height:100%}.spraydevicesrealtimedata-body-action[data-v-0abed552]{width:100%;margin-top:10px}.spraydevicesrealtimedata-body-table[data-v-0abed552]{margin-top:10px;width:100%;height:100%}.spraydevicesconfigdata[data-v-35a74728]{width:100%;height:100%}.spraydevicesconfigdata-head[data-v-35a74728]{width:100%}.spraydevicesconfigdata-body[data-v-35a74728]{width:100%;height:100%}.spraydevicesconfigdata-body-action[data-v-35a74728]{width:100%;margin-top:10px}.spraydevicesconfigdata-body-table[data-v-35a74728]{margin-top:10px;width:100%;height:100%}.spraydevices[data-v-2b54d20a]{width:100%;height:100%}.spraydevices-head[data-v-2b54d20a]{width:100%}.spraydevices-body[data-v-2b54d20a]{width:100%;height:100%}.spraydevices-body-action[data-v-2b54d20a]{width:100%;margin-top:10px}.spraydevices-body-table[data-v-2b54d20a]{margin-top:10px;width:100%;height:100%}.bindPerson-head{width:100%}.bindPerson-body{width:100%;height:100%}.bindPerson-body-action,.bindPerson-body-table{width:100%;margin-top:10px}.bindPerson-body-table{height:100%}.bindPerson-body-table-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.faceStore-head{width:100%}.faceStore-body{width:100%;height:100%}.faceStore-body-action,.faceStore-body-table{width:100%;margin-top:10px}.faceStore-body-table{height:100%}.strangerRecognitionDevice-head{width:100%}.strangerRecognitionDevice-body{width:100%;height:100%}.strangerRecognitionDevice-body-action{width:100%;margin-top:10px}.strangerRecognitionDevice-body-table{margin-top:10px;width:100%;height:100%}.form-box[data-v-5105f2f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-5105f2f3]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-ba5011e4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-ba5011e4]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-c4e20f4a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-c4e20f4a]{-webkit-box-flex:1;-ms-flex:1;flex:1}.areaDrawer[data-v-2c3c8d0c] .el-drawer__body{overflow-y:auto}.areaDrawer[data-v-2c3c8d0c] .el-drawer__body .box{padding:20px}.areaDrawer[data-v-2c3c8d0c] .el-drawer__body .box-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.areaDrawer[data-v-2c3c8d0c] .el-drawer__body .box-item strong{width:100px}.areaDrawer[data-v-2c3c8d0c] .el-drawer__body .box-item-data{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.areaDrawer[data-v-2c3c8d0c] .el-drawer__body .box-item-data span{width:50px;margin-right:12px}[data-v-15c1675d] .el-drawer__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-v-15c1675d] .el-drawer__body>form{-webkit-box-flex:1;-ms-flex:1;flex:1}[data-v-15c1675d] .el-drawer__body .dialog-footer{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.configdialog .title-btn[data-v-c5073652]{padding:0;margin-left:20px;width:20px;height:20px;font-size:16px}.configdialog[data-v-c5073652] .el-drawer__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 67px)}.configdialog[data-v-c5073652] .el-drawer__body .configdialog-body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.configdialog[data-v-c5073652] .el-drawer__body .configdialog-footer{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.configdialog .fileImage[data-v-c5073652]{margin:0 10%;margin-bottom:20px}.configdialog .versions[data-v-c5073652]{margin:0 10%;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.configdialog .versions>span[data-v-c5073652]{color:#409eff}.configdialog .versions .historyVersion>span[data-v-c5073652],.configdialog .versions>span[data-v-c5073652]{line-height:32px;font-weight:400;font-size:14px}.configdialog .createTime[data-v-c5073652]{font-size:12px;text-align:right;padding-right:100px;padding-bottom:8px}.configdialog .STRUCT[data-v-c5073652],.configdialog .STRUCT[data-v-c5073652]>.el-form-item__content{width:100%}.configdialog .box[data-v-4f253918]{padding:20px}.configdialog[data-v-4f253918] .el-drawer__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.configdialog[data-v-4f253918] .el-drawer__body>form{-webkit-box-flex:1;-ms-flex:1;flex:1}.configdialog[data-v-4f253918] .el-drawer__body .dialog-footer{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.historyVersion[data-v-4e69f33a]{text-align:right}.settingDialog[data-v-4e69f33a]{padding-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}.settingDialog button[data-v-4e69f33a]{width:100px;margin-bottom:40px}.settingDialog .el-button+.el-button[data-v-4e69f33a]{margin-left:0}.versionContrast[data-v-d02ae3be] .el-drawer__header{margin-bottom:0}.versionContrast[data-v-d02ae3be] .el-drawer__body,.versionContrast[data-v-d02ae3be] .el-drawer__body .DSDrawer-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.versionContrast[data-v-d02ae3be] .el-drawer__body .DSDrawer-body{overflow:hidden}.versionContrast[data-v-d02ae3be] .el-drawer__body .content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow-y:auto}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .left{padding-right:20px;width:33%;border-right:1px dashed #ccc;-webkit-box-sizing:border-box;box-sizing:border-box}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .left .versions{text-align:right;font-size:14px;font-weight:400;color:#409eff}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .mid{padding-left:20px;padding-right:20px;width:34%;border-right:1px dashed #ccc;-webkit-box-sizing:border-box;box-sizing:border-box}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .mid .versions{text-align:right;font-size:14px;font-weight:400;color:#409eff}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .form{margin-top:20px}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .form .form-item{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;padding:4px;border:1px dashed #fff}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .form .form-item .el-form-item__content{width:calc(100% - 120px)}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .form .form-item.contrast{border-color:red}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .form .form-item-table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .right{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:20px;width:33%}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .right .form>h4{opacity:0}.versionContrast[data-v-d02ae3be] .el-drawer__body .content .right .versions{text-align:right;font-size:14px;font-weight:400}.versionContrast[data-v-d02ae3be] .el-drawer__body .dialog-footer{height:60px;padding:10px 20px 10px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.versionContrast .STRUCT[data-v-d02ae3be]{width:100%}.versionContrast .STRUCT[data-v-d02ae3be]>.el-form-item__content{width:100%!important}[data-v-63136d96] .DSDrawer-body{padding:0 25px!important}[data-v-63136d96] .DSDrawer,[data-v-63136d96] .el-drawer__header{padding:20px 25px!important}[data-v-63136d96] .el-drawer__header{margin-bottom:0!important}.form-box[data-v-781a317a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-781a317a]{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-box[data-v-bdf0712e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2}.form-box-item[data-v-bdf0712e]{-webkit-box-flex:1;-ms-flex:1;flex:1}.driverInfoConfig .box[data-v-dfdbbcfe]{height:800px;padding:20px;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-wrap:wrap;flex-wrap:wrap;overflow-y:auto}.driverInfoConfig .box-item[data-v-dfdbbcfe]{width:20%;height:200px;margin-bottom:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.driverInfoConfig .box-item[data-v-dfdbbcfe],.driverInfoConfig[data-v-dfdbbcfe] .el-drawer__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.driverInfoConfig[data-v-dfdbbcfe] .el-drawer__body>form{-webkit-box-flex:1;-ms-flex:1;flex:1}.driverInfoConfig[data-v-dfdbbcfe] .el-drawer__body .dialog-footer{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.tower-head{width:100%}.tower-body{width:100%;height:100%}.tower-body-action{width:100%;margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.tower-body-table{margin-top:10px;width:100%;height:100%}.box[data-v-6b25b59e]{width:100%}.box-item[data-v-6b25b59e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.box-item strong[data-v-6b25b59e]{width:100px}.box-item-data[data-v-6b25b59e]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box-item-data span[data-v-6b25b59e]{width:50px;margin-right:12px}.secondDrawer[data-v-efa057ec] .el-drawer__body{overflow-y:auto}.secondDrawer[data-v-efa057ec] .el-drawer__body .box{padding:20px}.secondDrawer[data-v-efa057ec] .el-drawer__body .box-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.secondDrawer[data-v-efa057ec] .el-drawer__body .box-item strong{width:100px}.secondDrawer[data-v-efa057ec] .el-drawer__body .box-item-data{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.secondDrawer[data-v-efa057ec] .el-drawer__body .box-item-data span{width:50px;margin-right:12px}.WaterMeter-head{width:100%}.WaterMeter-body{width:100%;height:100%}.WaterMeter-body-action,.WaterMeter-body-table{width:100%;margin-top:10px}.WaterMeter-body-table{height:100%}.devicesAmmeter[data-v-6e32c91e]{width:100%;height:100%}.devicesAmmeter-head[data-v-6e32c91e]{width:100%}.devicesAmmeter-body[data-v-6e32c91e]{width:100%;height:100%}.devicesAmmeter-body-action[data-v-6e32c91e]{width:100%;margin-top:10px}.devicesAmmeter-body-table[data-v-6e32c91e]{margin-top:10px;width:100%;height:100%}.realTimeData[data-v-6ba87881]{width:100%;height:100%}.realTimeData-head[data-v-6ba87881]{width:100%}.realTimeData-body[data-v-6ba87881]{width:100%;height:100%}.realTimeData-body-action[data-v-6ba87881]{width:100%;margin-top:10px}.realTimeData-body-table[data-v-6ba87881]{margin-top:10px;width:100%;height:100%}.wirerope[data-v-9e758b1a]{width:100%;height:100%}.wirerope-head[data-v-9e758b1a]{width:100%}.wirerope-body[data-v-9e758b1a]{width:100%;height:100%}.wirerope-body-action[data-v-9e758b1a]{width:100%;margin-top:10px}.wirerope-body-table[data-v-9e758b1a]{margin-top:10px;width:100%;height:100%}.callbackConfig-head{width:100%}.callbackConfig-body{width:100%;height:100%}.callbackConfig-body-action{width:100%;margin-top:10px}.callbackConfig-body-table{margin-top:10px;width:100%;height:100%}.form[data-v-17ebd4d1]{margin-top:20px}.form .form-item[data-v-17ebd4d1]{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;padding:4px;border:1px dashed #fff}.form .form-item .el-form-item__content[data-v-17ebd4d1]{width:calc(100% - 120px)}.form .form-item-table[data-v-17ebd4d1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form .STRUCT[data-v-17ebd4d1]{width:100%}.form .STRUCT[data-v-17ebd4d1]>.el-form-item__content{width:100%!important}.deviceData[data-v-2c3a83ab]{width:100%;height:100%}.deviceData-head[data-v-2c3a83ab]{width:100%}.deviceData-body[data-v-2c3a83ab]{width:100%;height:100%}.deviceData-body-action[data-v-2c3a83ab]{width:100%;margin-top:10px}.deviceData-body-table[data-v-2c3a83ab]{margin-top:10px;width:100%;height:100%}.deviceData__btns[data-v-2c3a83ab]{margin-right:10px;vertical-align:middle;padding-left:1px;display:inline-block;font-size:0;margin-bottom:-5px;overflow:visible}.deviceData__btns-selected[data-v-2c3a83ab]{color:#2e72ff!important;border-color:#2e72ff!important;background-color:transparent!important;z-index:1!important}.deviceData__btns-item[data-v-2c3a83ab]:hover{color:#fff;border-color:#585858;background-color:#262f3e;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.deviceData__btns-item[data-v-2c3a83ab]{cursor:pointer;background-color:transparent;border:1px solid #585858;max-width:6em;min-width:24px;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:content-box;box-sizing:content-box;padding:0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;font-size:12px;height:30px;line-height:30px;margin-left:-1px;text-align:center;z-index:0;border-radius:2px;float:left;position:relative;margin-bottom:5px;margin-right:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkList[data-v-0ef0c610]{border:1px solid #eee;padding:10px;border-radius:6px}.card[data-v-9ed471e6]{margin:0;padding:0}.card[data-v-9ed471e6] .el-card__body{padding:0}.card[data-v-13381e8b] .DSDrawer-body{padding:10px}.deviceexamine-body{width:100%;height:100%}.deviceexamine-body-eventList{height:32px;margin-right:10px}.deviceexamine-body-action,.deviceexamine-body-table{width:100%;margin-top:10px}.deviceexamine-body-table{height:100%}.form-item[data-v-5ca9942d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-item .btn[data-v-5ca9942d]{margin-left:8px}.offLineLog[data-v-3ce5b5ea]{width:100%;height:100%}.offLineLog-head[data-v-3ce5b5ea]{width:100%}.offLineLog-body[data-v-3ce5b5ea]{width:100%;height:100%}.offLineLog-body-action[data-v-3ce5b5ea]{width:100%;margin-top:10px}.offLineLog-body-table[data-v-3ce5b5ea]{margin-top:10px;width:100%;height:100%}.Deviceslist-head{width:100%}.Deviceslist-body{width:100%;height:100%}.Deviceslist-body-action,.Deviceslist-body-table{width:100%;margin-top:10px}.Deviceslist-body-table{height:100%}.iotServe-head{width:100%}.iotServe-body{width:100%;height:100%}.iotServe-body-action,.iotServe-body-table{width:100%;margin-top:10px}.iotServe-body-table{height:100%}.methodMap-head{width:100%}.methodMap-body{width:100%;height:100%}.methodMap-body-action,.methodMap-body-table{width:100%;margin-top:10px}.methodMap-body-table{height:100%}.mqtt[data-v-7e079ea4]{width:100%;height:100%}.mqtt-head[data-v-7e079ea4]{width:100%}.mqtt-body[data-v-7e079ea4]{width:100%;height:100%}.mqtt-body-action[data-v-7e079ea4]{width:100%;margin-top:10px}.mqtt-body-table[data-v-7e079ea4]{margin-top:10px;width:100%;height:100%}.proType[data-v-77f5c6d4]{width:100%;margin-bottom:20px}.proType-item-label[data-v-77f5c6d4]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700}.proType-item-label-left[data-v-77f5c6d4]{width:180px}.proType-item-value[data-v-77f5c6d4]{display:-webkit-box;display:-ms-flexbox;display:flex}.proType-item-value.STRUCT[data-v-77f5c6d4]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-77f5c6d4]{margin-top:8px}.proType-item-value-item[data-v-77f5c6d4]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-77f5c6d4]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-77f5c6d4]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-77f5c6d4]{margin-left:12px}.proType[data-v-757f8336]{width:100%;margin-bottom:20px}.proType-item-label[data-v-757f8336]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700}.proType-item-label-left[data-v-757f8336]{width:180px}.proType-item-value[data-v-757f8336]{display:-webkit-box;display:-ms-flexbox;display:flex}.proType-item-value.STRUCT[data-v-757f8336]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-757f8336]{margin-top:8px}.proType-item-value-item[data-v-757f8336]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-757f8336]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-757f8336]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-757f8336]{margin-left:12px}.modelGroup[data-v-a1c107d0]{width:100%;height:100%}.modelGroup-head[data-v-a1c107d0]{width:100%}.modelGroup-body[data-v-a1c107d0]{width:100%;height:100%}.modelGroup-body-action[data-v-a1c107d0]{width:100%;margin-top:10px}.modelGroup-body-table[data-v-a1c107d0]{margin-top:10px;width:100%;height:100%}.proType[data-v-f813b0b2]{width:100%;margin-bottom:20px}.proType-item-label[data-v-f813b0b2]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700}.proType-item-label-left[data-v-f813b0b2]{width:180px}.proType-item-value[data-v-f813b0b2]{display:-webkit-box;display:-ms-flexbox;display:flex}.proType-item-value.STRUCT[data-v-f813b0b2]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-f813b0b2]{margin-top:8px}.proType-item-value-item[data-v-f813b0b2]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-f813b0b2]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-f813b0b2]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-f813b0b2]{margin-left:12px}.proType[data-v-013fba96]{width:100%;margin-bottom:20px}.proType-item-label[data-v-013fba96]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:700}.proType-item-label-left[data-v-013fba96]{width:180px}.proType-item-value[data-v-013fba96]{display:-webkit-box;display:-ms-flexbox;display:flex}.proType-item-value.STRUCT[data-v-013fba96]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-013fba96]{margin-top:8px}.proType-item-value-item[data-v-013fba96]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-013fba96]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-013fba96]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-013fba96]{margin-left:12px}.proType[data-v-bdd6f4fe]{width:100%;margin-bottom:20px}.proType-item-label[data-v-bdd6f4fe]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700}.proType-item-label-left[data-v-bdd6f4fe]{width:180px}.proType-item-value[data-v-bdd6f4fe]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.proType-item-value.STRUCT[data-v-bdd6f4fe]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.proType-item-value+.proType-item-value[data-v-bdd6f4fe]{margin-top:8px}.proType-item-value-item[data-v-bdd6f4fe]{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.proType-item-value-item-name[data-v-bdd6f4fe]{margin-right:8px;padding-left:8px;font-size:12px;line-height:30px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.proType-item-value>span[data-v-bdd6f4fe]{width:30px;text-align:center}.proType-item-value .remove-btn[data-v-bdd6f4fe]{margin-left:12px}.checkList[data-v-06d1a49e]{border:1px solid #eee;padding:10px;border-radius:6px}.setParams[data-v-7a535f8d]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.setParams-body[data-v-7a535f8d]{padding-right:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.setParams-footer[data-v-7a535f8d]{height:60px;text-align:right}.params-item[data-v-ae2e0db4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.params-item+.params-item[data-v-ae2e0db4]{margin-top:8px}.params-item-name[data-v-ae2e0db4]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.params-item[data-v-0de0d64d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.params-item+.params-item[data-v-0de0d64d]{margin-top:8px}.params-item-name[data-v-0de0d64d]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.params-item[data-v-2725b1e2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.params-item+.params-item[data-v-2725b1e2]{margin-top:8px}.params-item-name[data-v-2725b1e2]{margin-right:8px;padding-left:8px;font-size:12px;width:300px;height:30px;border:1px solid #e1e2e5;background:#e3f2fd}.deviceModel[data-v-ae0a1ab8]{width:100%;height:100%}.deviceModel-head[data-v-ae0a1ab8]{width:100%}.deviceModel-body[data-v-ae0a1ab8]{width:100%;height:100%}.deviceModel-body-action[data-v-ae0a1ab8]{width:100%;margin-top:10px}.deviceModel-body-table[data-v-ae0a1ab8]{margin-top:10px;width:100%;height:100%}.protocol-head[data-v-225f70a4]{width:100%}.protocol-body[data-v-225f70a4]{width:100%;height:100%}.protocol-body-action[data-v-225f70a4]{width:100%;margin-top:10px}.protocol-body-table[data-v-225f70a4]{margin-top:10px;width:100%;height:100%}.product[data-v-aee479c8]{width:100%;height:100%}.product-head[data-v-aee479c8]{width:100%}.product-body[data-v-aee479c8]{width:100%;height:100%}.product-body-action[data-v-aee479c8]{width:100%;margin-top:10px}.product-body-table[data-v-aee479c8]{margin-top:10px;width:100%;height:100%}.setInterval[data-v-0c8aeab8]{width:100%;height:100%}.setInterval-head[data-v-0c8aeab8]{width:100%}.setInterval-body[data-v-0c8aeab8]{width:100%;height:100%}.setInterval-body-action[data-v-0c8aeab8]{width:100%;margin-top:10px}.setInterval-body-table[data-v-0c8aeab8]{margin-top:10px;width:100%;height:100%}.editattribute-head{width:100%}.editattribute-body{width:100%;height:100%}.editattribute-body-action,.editattribute-body-table{width:100%;margin-top:10px}.editattribute-body-table{height:100%}.mapConfig-body{width:100%;height:100%}.mapConfig-body-eventList{height:32px;margin-right:10px}.mapConfig-body-action,.mapConfig-body-table{width:100%;margin-top:10px}.mapConfig-body-table{height:100%}.materialplatform-head{width:100%}.materialplatform-body{width:100%;height:100%}.materialplatform-body-action{width:100%;margin-top:10px}.materialplatform-body-table{margin-top:10px;width:100%;height:100%}.materielstore-head{width:100%}.materielstore-body{width:100%;height:100%}.materielstore-body-action,.materielstore-body-table{width:100%;margin-top:10px}.materielstore-body-table{height:100%}.li[data-v-7f416cb7]{line-height:normal;padding:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}.li .name[data-v-7f416cb7]{width:400px;font-size:15px;display:inline-block;text-overflow:ellipsis;overflow:hidden;vertical-align:middle}.li .addr[data-v-7f416cb7]{font-size:12px;color:#b4b4b4;padding-right:20px}.pagemenus-head{width:100%}.pagemenus-body{width:100%;height:100%}.pagemenus-body-action,.pagemenus-body-table{width:100%;margin-top:10px}.pagemenus-body-table{height:100%}.import[data-v-066c30f3]{margin-left:10px}.import input[data-v-066c30f3]{display:none}.li[data-v-27f08afa]{line-height:normal;padding:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}.li .name[data-v-27f08afa]{width:400px;font-size:15px;display:inline-block;text-overflow:ellipsis;overflow:hidden;vertical-align:middle}.li .addr[data-v-27f08afa]{font-size:12px;color:#b4b4b4;padding-right:20px}.systemPagemenus-head{width:100%}.systemPagemenus-body{width:100%;height:100%}.systemPagemenus-body-action{width:100%;margin-top:10px}.systemPagemenus-body-table{margin-top:10px;width:100%;height:100%}.materielmodel-head{width:100%}.materielmodel-body{width:100%;height:100%}.materielmodel-body-action,.materielmodel-body-table{width:100%;margin-top:10px}.materielmodel-body-table{height:100%}.rolebind-body{width:100%;height:100%}.rolebind-body-eventList{height:32px;margin-right:10px}.rolebind-body-action,.rolebind-body-table{width:100%;margin-top:10px}.rolebind-body-table{height:100%}.userbind-body{width:100%;height:100%}.userbind-body-eventList{height:32px;margin-right:10px}.userbind-body-action,.userbind-body-table{width:100%;margin-top:10px}.userbind-body-table{height:100%}.orderAssign[data-v-c469398c]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.orderAssign-form[data-v-c469398c]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.orderAssign-form-item[data-v-c469398c]{width:48%;padding-right:20px}.orderAssign-form-line[data-v-c469398c]{height:100%;width:1px;background-color:#ccc}.orderAssign-footer[data-v-c469398c]{height:80px;padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.dealAll{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.dealAll-left{width:25%;height:100%}.dealAll-line{width:1px;background-color:#b6b6b6;margin:15px 25px}.dealAll-right{width:calc(75% - 51px);height:100%}.dealAll .assign-body-table{margin-top:14px;width:100%;height:100%;border:1px solid #ebeef5}.dealAll ._label{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.dealAll .row_label{height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dealAll .row_alarmAiCapture{width:45px;height:45px;margin-right:6px}.dealAll .alarmManage-body-table-action{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.alarmManage[data-v-0b7117ec]{width:100%;height:100%}.alarmManage-head[data-v-0b7117ec]{width:100%}.alarmManage-body[data-v-0b7117ec]{width:100%;height:100%}.alarmManage-body-action[data-v-0b7117ec]{width:100%;margin-top:10px}.alarmManage-body-table[data-v-0b7117ec]{margin-top:10px;width:100%;height:100%}.add_middle[data-v-a1c8f186]{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}.deviceNotice-body[data-v-a1c8f186]{width:100%;height:100%}.deviceNotice-body-eventList[data-v-a1c8f186]{height:32px;margin-right:10px}.deviceNotice-body-action[data-v-a1c8f186]{width:100%;margin-top:10px}.deviceNotice-body-table[data-v-a1c8f186]{margin-top:10px;width:100%;height:100%}[data-v-a1c8f186] .el-tag{margin-right:10px;margin-bottom:6px}.confirm[data-v-a1c8f186]{margin-top:20px}.confirm-list[data-v-a1c8f186]{padding:10px;max-height:200px;margin-top:10px;border:1px solid #ebeef5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;overflow-y:auto}.devicetype-head[data-v-32d39d21]{width:100%}.devicetype-body[data-v-32d39d21]{width:100%;height:100%}.devicetype-body-action[data-v-32d39d21]{width:100%;margin-top:10px}.devicetype-body-table[data-v-32d39d21]{margin-top:10px;width:100%;height:100%}.add_middle[data-v-3513ae96]{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}.deviceNotice-body[data-v-3513ae96]{width:100%;height:100%}.deviceNotice-body-eventList[data-v-3513ae96]{height:32px;margin-right:10px}.deviceNotice-body-action[data-v-3513ae96]{width:100%;margin-top:10px}.deviceNotice-body-table[data-v-3513ae96]{margin-top:10px;width:100%;height:100%}[data-v-3513ae96] .el-tag{margin-right:10px;margin-bottom:6px}.confirm[data-v-3513ae96]{margin-top:20px}.confirm-list[data-v-3513ae96]{padding:10px;max-height:200px;margin-top:10px;border:1px solid #ebeef5;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;overflow-y:auto}.add_middle,.confirm-list[data-v-3513ae96]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.add_middle{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.deviceNotice-body{width:100%;height:100%}.deviceNotice-body-eventList{height:32px;margin-right:10px}.deviceNotice-body-action,.deviceNotice-body-table{width:100%;margin-top:10px}.deviceNotice-body-table{height:100%}.manual-body{width:100%;height:100%}.manual-body-eventList{height:32px;margin-right:10px}.manual-body-action,.manual-body-table{width:100%;margin-top:10px}.manual-body-table{height:100%}.messageDialogue[data-v-08c1d29c]{width:100%;height:100%}.messageDialogue-head[data-v-08c1d29c]{width:100%}.messageDialogue-body[data-v-08c1d29c]{width:100%;height:100%}.messageDialogue-body-action[data-v-08c1d29c]{width:100%;margin-top:10px}.messageDialogue-body-table[data-v-08c1d29c]{margin-top:10px;width:100%;height:100%}.messageDialogue[data-v-134fd804]{width:100%;height:100%}.messageDialogue-head[data-v-134fd804]{width:100%}.messageDialogue-body[data-v-134fd804]{width:100%;height:100%}.messageDialogue-body-action[data-v-134fd804]{width:100%;margin-top:10px}.messageDialogue-body-table[data-v-134fd804]{margin-top:10px;width:100%;height:100%}.systemUser[data-v-1f57cc51]{width:100%;height:100%}.systemUser-head[data-v-1f57cc51]{width:100%}.systemUser-body[data-v-1f57cc51]{width:100%;height:100%}.systemUser-body-action[data-v-1f57cc51]{width:100%;margin-top:10px}.systemUser-body-table[data-v-1f57cc51]{margin-top:10px;width:100%;height:100%}.activeMessage[data-v-504d175d]{width:100%;height:100%}.activeMessage-head[data-v-504d175d]{width:100%}.activeMessage-body[data-v-504d175d]{width:100%;height:100%}.activeMessage-body-action[data-v-504d175d]{width:100%;margin-top:10px}.activeMessage-body-table[data-v-504d175d]{margin-top:10px;width:100%;height:100%}.checkList[data-v-6f5d147c],.checkList[data-v-e0a053fe]{border:1px solid #eee;padding:10px;border-radius:6px}.customMessage[data-v-02f9bc35]{width:100%;height:100%}.customMessage-head[data-v-02f9bc35]{width:100%}.customMessage-body[data-v-02f9bc35]{width:100%;height:100%}.customMessage-body-action[data-v-02f9bc35]{width:100%;margin-top:10px}.customMessage-body-table[data-v-02f9bc35]{margin-top:10px;width:100%;height:100%}.checkList[data-v-123ced5c],.checkList[data-v-778da8f6]{border:1px solid #eee;padding:10px;border-radius:6px}.realTimeMessage[data-v-b2ca6e92]{width:100%;height:100%}.realTimeMessage-head[data-v-b2ca6e92]{width:100%}.realTimeMessage-body[data-v-b2ca6e92]{width:100%;height:100%}.realTimeMessage-body-action[data-v-b2ca6e92]{width:100%;margin-top:10px}.realTimeMessage-body-table[data-v-b2ca6e92]{margin-top:10px;width:100%;height:100%}.enterprisebinding-body{width:100%;height:100%}.enterprisebinding-body-eventList{height:32px;margin-right:10px}.enterprisebinding-body-action{width:100%;margin-top:10px}.enterprisebinding-body-table{margin-top:10px;width:100%;height:100%}.projectbinding-body{width:100%;height:100%}.projectbinding-body-eventList{height:32px;margin-right:10px}.projectbinding-body-action{width:100%;margin-top:10px}.projectbinding-body-table{margin-top:10px;width:100%;height:100%}.rolebinding-body{width:100%;height:100%}.rolebinding-body-eventList{height:32px;margin-right:10px}.rolebinding-body-action,.rolebinding-body-table{width:100%;margin-top:10px}.rolebinding-body-table{height:100%}.userbinding-body{width:100%;height:100%}.userbinding-body-eventList{height:32px;margin-right:10px}.userbinding-body-action,.userbinding-body-table{width:100%;margin-top:10px}.userbinding-body-table{height:100%}.regulation[data-v-45a722ae]{width:100%;height:100%}.regulation-head[data-v-45a722ae]{width:100%}.regulation-body[data-v-45a722ae]{width:100%;height:100%}.regulation-body-action[data-v-45a722ae]{width:100%;margin-top:10px}.regulation-body-table[data-v-45a722ae]{margin-top:10px;width:100%;height:100%}.templateMessage[data-v-6c37a1ae]{width:100%;height:100%}.templateMessage-head[data-v-6c37a1ae]{width:100%}.templateMessage-body[data-v-6c37a1ae]{width:100%;height:100%}.templateMessage-body-action[data-v-6c37a1ae]{width:100%;margin-top:10px}.templateMessage-body-table[data-v-6c37a1ae]{margin-top:10px;width:100%;height:100%}.safetyCenterManage[data-v-8a2bcc4e]{width:100%;height:100%}.safetyCenterManage-head[data-v-8a2bcc4e]{width:100%}.safetyCenterManage-body[data-v-8a2bcc4e]{width:100%;height:100%}.safetyCenterManage-body-action[data-v-8a2bcc4e]{width:100%;margin-top:10px}.safetyCenterManage-body-table[data-v-8a2bcc4e]{margin-top:10px;width:100%;height:100%}.safetySendRule[data-v-cde7f630]{width:100%;height:100%}.safetySendRule-head[data-v-cde7f630]{width:100%}.safetySendRule-body[data-v-cde7f630]{width:100%;height:100%}.safetySendRule-body-action[data-v-cde7f630]{width:100%;margin-top:10px}.safetySendRule-body-table[data-v-cde7f630]{margin-top:10px;width:100%;height:100%}.safetySendRecord[data-v-48c00189]{width:100%;height:100%}.safetySendRecord-head[data-v-48c00189]{width:100%}.safetySendRecord-body[data-v-48c00189]{width:100%;height:100%}.safetySendRecord-body-action[data-v-48c00189]{width:100%;margin-top:10px}.safetySendRecord-body-table[data-v-48c00189]{margin-top:10px;width:100%;height:100%}.safetyInfoUpload[data-v-7b44a2a0]{width:100%;height:100%}.safetyInfoUpload-head[data-v-7b44a2a0]{width:100%}.safetyInfoUpload-body[data-v-7b44a2a0]{width:100%;height:100%}.safetyInfoUpload-body-action[data-v-7b44a2a0]{width:100%;margin-top:10px}.safetyInfoUpload-body-table[data-v-7b44a2a0]{margin-top:10px;width:100%;height:100%}.workOrderList[data-v-a5fdc99c]{width:100%;height:100%}.workOrderList-head[data-v-a5fdc99c]{width:100%}.workOrderList-body[data-v-a5fdc99c]{width:100%;height:100%}.workOrderList-body-action[data-v-a5fdc99c]{width:100%;margin-top:10px}.workOrderList-body-table[data-v-a5fdc99c]{margin-top:10px;width:100%;height:100%}.offLineLog[data-v-08145cb9]{width:100%;height:100%}.offLineLog-head[data-v-08145cb9]{width:100%}.offLineLog-body[data-v-08145cb9]{width:100%;height:100%}.offLineLog-body-action[data-v-08145cb9]{width:100%;margin-top:10px}.offLineLog-body-table[data-v-08145cb9]{margin-top:10px;width:100%;height:100%}.devicesSupervise[data-v-5ccceefe]{width:100%;height:100%}.devicesSupervise-head[data-v-5ccceefe]{width:100%}.devicesSupervise-body[data-v-5ccceefe]{width:100%;height:100%}.devicesSupervise-body-action[data-v-5ccceefe]{width:100%;margin-top:10px}.devicesSupervise-body-table[data-v-5ccceefe]{margin-top:10px;width:100%;height:100%}.devicesSupervise-body-table .tag[data-v-5ccceefe]{cursor:pointer}.projectSupervise[data-v-642b4ae2]{width:100%;height:100%}.projectSupervise-head[data-v-642b4ae2]{width:100%}.projectSupervise-body[data-v-642b4ae2]{width:100%;height:100%}.projectSupervise-body-action[data-v-642b4ae2]{width:100%;margin-top:10px}.projectSupervise-body-table[data-v-642b4ae2]{margin-top:10px;width:100%;height:100%}.projectSupervise-body-table .tag[data-v-642b4ae2]{cursor:pointer}.problemBase[data-v-2cc34a66]{width:100%;height:100%}.problemBase-head[data-v-2cc34a66]{width:100%}.problemBase-body[data-v-2cc34a66]{width:100%;height:100%}.problemBase-body-action[data-v-2cc34a66]{width:100%;margin-top:10px}.problemBase-body-table[data-v-2cc34a66]{margin-top:10px;width:100%;height:100%}.problemBase[data-v-e417fbae]{background-color:#fff}.problemBase-item[data-v-e417fbae]{min-height:500px;max-height:800px;overflow-y:auto}.problemBase-item-card[data-v-e417fbae]{height:100%}.problemBase-item-card .custom-tree-node[data-v-e417fbae]{font-size:14px}.problemBases[data-v-38fd32b2]{width:100%;height:100%}.problemBases-head[data-v-38fd32b2]{width:100%}.problemBases-body[data-v-38fd32b2]{width:100%;height:100%}.problemBases-body-action[data-v-38fd32b2]{width:100%;margin-top:10px}.problemBases-body-table[data-v-38fd32b2]{margin-top:10px;width:100%;height:100%}.problemBaseClassify-head[data-v-410a0e65]{width:100%}.problemBaseClassify-body[data-v-410a0e65]{width:100%;height:100%}.problemBaseClassify-body-action[data-v-410a0e65]{width:100%;margin-top:10px}.problemBaseClassify-body-table[data-v-410a0e65]{margin-top:10px;width:100%;height:100%}.problemBaseTemplate[data-v-53abbfec]{width:100%;height:100%}.problemBaseTemplate-head[data-v-53abbfec]{width:100%}.problemBaseTemplate-body[data-v-53abbfec]{width:100%;height:100%}.problemBaseTemplate-body-action[data-v-53abbfec]{width:100%;margin-top:10px}.problemBaseTemplate-body-table[data-v-53abbfec]{margin-top:10px;width:100%;height:100%}.card[data-v-5f6fff39]{margin:0;padding:0}.card[data-v-5f6fff39] .el-card__body{padding:0}.card[data-v-5c06bff8] .DSDrawer-body,.card[data-v-7abb1d55] .DSDrawer-body,.card[data-v-660a7c8c] .DSDrawer-body{padding:10px}.qualityCheckList-body{width:100%;height:100%}.qualityCheckList-body-eventList{height:32px;margin-right:10px}.qualityCheckList-body-action{width:100%;margin-top:10px}.qualityCheckList-body-table{margin-top:10px;width:100%;height:100%}.questionClassification-head[data-v-7f41e062]{width:100%}.questionClassification-body[data-v-7f41e062]{width:100%;height:100%}.questionClassification-body-action[data-v-7f41e062]{width:100%;margin-top:10px}.questionClassification-body-table[data-v-7f41e062]{margin-top:10px;width:100%;height:100%}.riskFile-head{width:100%}.riskFile-body{width:100%;height:100%}.riskFile-body-action,.riskFile-body-table{width:100%;margin-top:10px}.riskFile-body-table{height:100%}.riskOrigin-head[data-v-25e63c56]{width:100%}.riskOrigin-body[data-v-25e63c56]{width:100%;height:100%}.riskOrigin-body-action[data-v-25e63c56]{width:100%;margin-top:10px}.riskOrigin-body-table[data-v-25e63c56]{margin-top:10px;width:100%;height:100%}.riskRegister-head{width:100%}.riskRegister-body{width:100%;height:100%}.riskRegister-body-action,.riskRegister-body-table{width:100%;margin-top:10px}.riskRegister-body-table{height:100%}.item-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.download{position:absolute;left:-65px;top:40px}.superRiskRegister-head{width:100%}.superRiskRegister-body{width:100%;height:100%}.superRiskRegister-body-action{width:100%;margin-top:10px}.superRiskRegister-body-table{margin-top:10px;width:100%;height:100%}.checkItem-head[data-v-98c1eda0]{width:100%}.checkItem-body[data-v-98c1eda0]{width:100%;height:100%}.checkItem-body-action[data-v-98c1eda0]{width:100%;margin-top:10px}.checkItem-body-table[data-v-98c1eda0]{margin-top:10px;width:100%;height:100%}.devicesSmoke[data-v-a008d19c]{width:100%;height:100%}.devicesSmoke-head[data-v-a008d19c]{width:100%}.devicesSmoke-body[data-v-a008d19c]{width:100%;height:100%}.devicesSmoke-body-action[data-v-a008d19c]{width:100%;margin-top:10px}.devicesSmoke-body-table[data-v-a008d19c]{margin-top:10px;width:100%;height:100%}.checkTerm[data-v-7ee2cd29]{background-color:#fff}.checkTerm-item[data-v-7ee2cd29]{min-height:500px;max-height:800px;overflow-y:auto}.checkTerm-item-card[data-v-7ee2cd29]{height:100%}.checkTerm-item-card .custom-tree-node[data-v-7ee2cd29]{font-size:14px}.card[data-v-fbd1eeea] .DSDrawer-body{padding:10px}.inspectionlist-body{width:100%;height:100%}.inspectionlist-body-eventList{height:32px;margin-right:10px}.inspectionlist-body-action{width:100%;margin-top:10px}.inspectionlist-body-table{margin-top:10px;width:100%;height:100%}.device-head[data-v-3b5fec89]{width:100%}.device-body[data-v-3b5fec89]{width:100%;height:100%}.device-body-action[data-v-3b5fec89]{width:100%;margin-top:10px}.device-body-table[data-v-3b5fec89]{margin-top:10px;width:100%;height:100%}.issue-record-header[data-v-bf090130]{width:100%;margin-bottom:10px}.issue-record-footer[data-v-bf090130]{width:100%;text-align:right}.vioce-box[data-v-bf090130]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:200px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vioce-box .wave-box[data-v-bf090130]{display:block;width:100px;height:100px;background:url(../../assets/img/voice-wave.2b4fafc0.gif) top no-repeat;background-size:100px 100px;margin-left:20px}.sendVoiceBtn[data-v-bf090130]{font-size:60px;color:#999;cursor:pointer;display:inline-block;width:60px;height:60px;border-radius:50%;border:1px solid #999;padding:5px}.sendVoiceBtn.playing[data-v-bf090130]{color:#3af;border:1px solid #3af}[data-v-557fe2f2] .DSDrawer-body{padding:0 25px!important}[data-v-557fe2f2] .DSDrawer,[data-v-557fe2f2] .el-drawer__header{padding:20px 25px!important}[data-v-557fe2f2] .el-drawer__header{margin-bottom:0!important}.device-head[data-v-21890dc0]{width:100%}.device-body[data-v-21890dc0]{width:100%;height:100%}.device-body-action[data-v-21890dc0]{width:100%;margin-top:10px}.device-body-table[data-v-21890dc0]{margin-top:10px;width:100%;height:100%}.device-head[data-v-e5e7e176]{width:100%}.device-body[data-v-e5e7e176]{width:100%;height:100%}.device-body-action[data-v-e5e7e176]{width:100%;margin-top:10px}.device-body-table[data-v-e5e7e176]{margin-top:10px;width:100%;height:100%}.alert-head{width:100%}.alert-body{width:100%;height:100%}.alert-body-action,.alert-body-table{width:100%;margin-top:10px}.alert-body-table{height:100%}.config-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.config-form-tips{color:rgba(0,0,0,.45);line-height:1.524;-webkit-transition:color .3s cubic-bezier(.215,.61,.355,1);transition:color .3s cubic-bezier(.215,.61,.355,1);margin-top:-2px;clear:both}.wrap-mars-map[data-v-09ccc1d3]{height:500px}.trajectory-modal-header[data-v-b5a00f86]{margin-bottom:10px}.trajectory-modal-content[data-v-b5a00f86]{height:550px}.wrap-mars-map[data-v-b5a00f86]{height:500px}.device-head{width:100%}.device-body{width:100%;height:100%}.device-body-action,.device-body-table{width:100%;margin-top:10px}.device-body-table{height:100%}.live-modal-content{width:100%;height:600px;background-color:#000;color:#fff}.base-map-pop-head[data-v-0f0741ed]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.base-map-pop-head__title[data-v-0f0741ed]{font-size:16px}.base-map-pop-head__tag[data-v-0f0741ed]{color:#fff;font-size:14px;background-color:#7ee5f3;height:18px;line-height:18px;padding:0 4px;margin-left:8px}.base-map-pop-body[data-v-0f0741ed]{height:100px}.base-map-pop-body__inner[data-v-0f0741ed]{height:40px}.base-map-pop-body__footer[data-v-0f0741ed]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px}.base-map-pop-body__footer-item[data-v-0f0741ed]{color:#00f;text-align:center;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1}.base-map-search[data-v-0f0741ed]{position:absolute;left:10px;top:10px;z-index:10;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.base-map-search button[data-v-0f0741ed]{margin-left:10px}.base-map-switch[data-v-0f0741ed]{position:absolute;left:10px;top:47px;z-index:10;font-size:12px;color:#fff}.wrap-mars-map[data-v-0f0741ed]{width:100%;height:100%}.wrap-mars-map[data-v-0f0741ed] .mars3d-compass{top:90px}[data-v-0f0741ed] .popup-box{display:inline-block;width:238px;height:133px;border-radius:4px;padding:8px;border:1px solid #ddd;background:#fff}[data-v-0f0741ed] .popup-box .base-map-pop-body__inner{height:80px;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-0f0741ed] .popup-box .base-map-pop-body__inner .base-map-pop-body__inner-item{margin-top:10px}[data-v-0f0741ed] .popup-box .base-map-pop-body__footer{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#3af;cursor:pointer}[data-v-0f0741ed] .popup-box .base-map-pop-body__footer .base-map-pop-body__footer-item{display:inline-block;width:50%;text-align:center}.issue-record-header{width:100%;margin-bottom:10px}.issue-record-footer{width:100%;text-align:right}.smarthelmet-monitoring{height:760px;width:100%}.smarthelmet-monitoring-content{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.smarthelmet-monitoring-content .__inner{-webkit-box-flex:1;-ms-flex:1;flex:1}.smarthelmet-monitoring-content .__sider{width:300px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.smarthelmet-monitoring-content .__sider_head{width:100%;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #e8e8e8}.smarthelmet-monitoring-content .__sider_head_inner,.smarthelmet-monitoring-content .__sider_head_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.smarthelmet-monitoring-content .__sider_head_inner{padding:0 10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.smarthelmet-monitoring-content .__sider_head-title{font-size:16px;margin-right:2px}.smarthelmet-monitoring-content .__sider_head-badge{height:20px;border-radius:10px;min-width:20px;background:#f5222d;color:#fff;line-height:20px;text-align:center;padding:0 6px;font-size:12px;font-weight:400;white-space:nowrap;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff;z-index:10}.smarthelmet-monitoring-content .__sider_body{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.smarthelmet-monitoring-content .__sider_body_inner-item{border-bottom:1px solid #e8e8e8;padding:12px 10px;color:rgba(0,0,0,.6509803921568628);font-size:14px}.smarthelmet-monitoring-content .__sider_body_inner-item span{display:block}.smarthelmet-monitoring-content .__sider_body_inner-item_cell{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:3px}.smarthelmet-monitoring-content .__sider_body_inner-item_cell,.smarthelmet-monitoring-content .__sider_foot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.smarthelmet-monitoring-content .__sider_foot{border-top:1px solid #e8e8e8;padding:5px 10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.smarthelmet-monitoring-header{height:86px;width:100%;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.smarthelmet-monitoring-header .__inner{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.smarthelmet-monitoring-header .__inner-item{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.smarthelmet-monitoring-header .__inner-item_value{color:rgba(0,0,0,.85);font-size:24px;line-height:32px}.smarthelmet-monitoring-header .__inner-item_label{color:rgba(0,0,0,.45);font-size:14px;line-height:22px;margin-bottom:4px}.MarkingTool[data-v-7587edae]{border-top:1px dashed #ddd}.MarkingTool .__head[data-v-7587edae]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0}.MarkingTool .__body[data-v-7587edae]{width:950px;height:400px;background-color:#333;position:relative}.MarkingTool .__body canvas[data-v-7587edae]{position:absolute;z-index:1;width:950px;height:400px}.MarkingTool .__body_cursor[data-v-7587edae]{pointer-events:none;position:absolute;z-index:3;color:#fff;font-size:12px;width:30px;height:30px;line-height:28px;font-weight:800;border-radius:50%;text-align:center}.MarkingTool .__body_guides_x[data-v-7587edae]{pointer-events:none;position:absolute;z-index:2;background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fcff37),color-stop(50%,transparent));background:linear-gradient(90deg,#fcff37 50%,transparent 0);background-size:5px 100%;width:1px;height:1px}.MarkingTool .__body_guides_y[data-v-7587edae]{pointer-events:none;position:absolute;z-index:2;background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fcff37),color-stop(50%,transparent));background:linear-gradient(#fcff37 50%,transparent 0);background-size:100% 5px;width:1px;height:1px}.drawer-body[data-v-026c5c8e]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.drawer-body .drawer-body-map[data-v-026c5c8e]{-webkit-box-flex:1;-ms-flex:1;flex:1}.drawer-body .drawer-body-footer[data-v-026c5c8e]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:20px;height:60px}.drawer-body .drawer-body-footer[data-v-026c5c8e],.smarthelmet-overlay-modal .__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.smarthelmet-overlay-modal .__input{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.smarthelmet-overlay-modal .__input_left{width:120px}.smarthelmet-overlay-modal .__input_right{-webkit-box-flex:1;-ms-flex:1;flex:1}.smarthelmet-overlay-modal .__input_right_form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.smarthelmet-overlay-modal .__input_right_form_btn{margin-left:14px;margin-bottom:18px}.smarthelmet-overlay-modal .__cover{height:auto;width:auto}.smarthelmet-overlay-action{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right}.smarthelmet-overlay-action .DSFilter-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.smarthelmet-overlay-content{width:100%;margin-top:10px}.smarthelmet-overlay-content .__pagination{width:100%;text-align:center}.smarthelmet-overlay-content .__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;font-size:14px}.smarthelmet-overlay-content .__list_item,.smarthelmet-overlay-content .__list_item--add{width:calc(25% - 24px);height:364px;padding:0 12px}.smarthelmet-overlay-content .__list_item--add .__inner,.smarthelmet-overlay-content .__list_item .__inner{cursor:pointer;width:100%;border-radius:2px;background-color:#fff;-webkit-transition:all .3s;transition:all .3s}.smarthelmet-overlay-content .__list_item--add .__inner{color:#000;border:1px dashed #d9d9d9;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;color:rgba(0,0,0,.65);height:347px}.smarthelmet-overlay-content .__list_item--add .__inner_btn i{margin-right:6px;font-weight:800}.smarthelmet-overlay-content .__list_item--add .__inner:hover{border:1px dashed #597ef7;color:#597ef7}.smarthelmet-overlay-content .__list_item .__inner{border:1px solid #e8e8e8}.smarthelmet-overlay-content .__list_item .__inner_cover{width:100%;height:300px;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}.smarthelmet-overlay-content .__list_item .__inner_cover_title{width:100%;height:40px}.smarthelmet-overlay-content .__list_item .__inner_cover_title>div{text-align:center;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.smarthelmet-overlay-content .__list_item .__inner_cover_img{height:260px}.smarthelmet-overlay-content .__list_item .__inner_cover_img .el-image{height:100%}.smarthelmet-overlay-content .__list_item .__inner_actions{border-top:1px solid #e8e8e8;background:#fafafa;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}.smarthelmet-overlay-content .__list_item .__inner_actions_btn:not(:last-child){border-right:1px solid #e8e8e8}.smarthelmet-overlay-content .__list_item .__inner_actions_btn{width:50%;text-align:center;margin:12px 0;color:rgba(0,0,0,.45);line-height:22px}.smarthelmet-overlay-content .__list_item .__inner_actions_btn:hover{color:#597ef7}.smarthelmet-overlay-content .__list_item .__inner:hover{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.09);box-shadow:0 2px 8px rgba(0,0,0,.09);border-color:rgba(0,0,0,.09)}.smarthelmet-voice-content .__action,.smarthelmet-voice-header{margin-bottom:10px}.reportConfig[data-v-697914a6]{width:100%;height:100%}.reportConfig-head[data-v-697914a6]{width:100%}.reportConfig-body[data-v-697914a6]{width:100%;height:100%}.reportConfig-body-action[data-v-697914a6]{width:100%;margin-top:10px}.reportConfig-body-table[data-v-697914a6]{margin-top:10px;width:100%;height:100%}.checkList[data-v-48f03464]{border:1px solid #eee;padding:10px;border-radius:6px}.roleReport[data-v-41ac6f0c]{width:100%;height:100%}.roleReport-head[data-v-41ac6f0c]{width:100%}.roleReport-body[data-v-41ac6f0c]{width:100%;height:100%}.roleReport-body-action[data-v-41ac6f0c]{width:100%;margin-top:10px}.roleReport-body-table[data-v-41ac6f0c]{margin-top:10px;width:100%;height:100%}.roleReport-body-table .tagList[data-v-41ac6f0c]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.roleReport-body-table .tag[data-v-41ac6f0c]{cursor:pointer;margin-bottom:8px}.roleReport-body-table .tag+.tag[data-v-41ac6f0c]{margin-left:8px}.checkList[data-v-ecfa8eba]{border:1px solid #eee;padding:10px;border-radius:6px}.userReport[data-v-15e7f119]{width:100%;height:100%}.userReport-head[data-v-15e7f119]{width:100%}.userReport-body[data-v-15e7f119]{width:100%;height:100%}.userReport-body-action[data-v-15e7f119]{width:100%;margin-top:10px}.userReport-body-table[data-v-15e7f119]{margin-top:10px;width:100%;height:100%}.userReport-body-table .tagList[data-v-15e7f119]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.userReport-body-table .tag[data-v-15e7f119]{cursor:pointer;margin-bottom:8px}.userReport-body-table .tag+.tag[data-v-15e7f119]{margin-left:8px}.body[data-v-152f28c8]{max-height:600px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.body .html[data-v-152f28c8]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.body .btn[data-v-152f28c8]{height:80px;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}.userReportCreateList[data-v-c2fd4bf2]{width:100%;height:100%}.userReportCreateList-head[data-v-c2fd4bf2]{width:100%}.userReportCreateList-body[data-v-c2fd4bf2]{width:100%;height:100%}.userReportCreateList-body-action[data-v-c2fd4bf2]{width:100%;margin-top:10px}.userReportCreateList-body-table[data-v-c2fd4bf2]{margin-top:10px;width:100%;height:100%}.userReportList[data-v-f75e1aea]{width:100%;height:100%}.userReportList-head[data-v-f75e1aea]{width:100%}.userReportList-body[data-v-f75e1aea]{width:100%;height:100%}.userReportList-body-action[data-v-f75e1aea]{width:100%;margin-top:10px}.userReportList-body-table[data-v-f75e1aea]{margin-top:10px;width:100%;height:100%}.userReportList-body-table .tagList[data-v-f75e1aea]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.userReportList-body-table .tag[data-v-f75e1aea]{cursor:pointer;margin-bottom:8px}.userReportList-body-table .tag+.tag[data-v-f75e1aea]{margin-left:8px}.dict .el-pagination{white-space:normal}.dict .el-input--suffix .el-input__inner{padding-right:10px!important}.dictbiz .el-pagination{white-space:normal}.dictbiz .el-input--suffix .el-input__inner{padding-right:10px!important}.Enterprise[data-v-4d7e3954]{width:100%;height:100%}.Enterprise-head[data-v-4d7e3954]{width:100%}.Enterprise-body[data-v-4d7e3954]{width:100%;height:100%}.Enterprise-body-action[data-v-4d7e3954]{width:100%;margin-top:10px}.Enterprise-body-table[data-v-4d7e3954]{margin-top:10px;width:100%;height:100%}.project-box-title[data-v-669649ff]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.project-box-title-btn[data-v-669649ff]{display:block;margin-left:12px}.project-box-content-card[data-v-669649ff]{position:relative;margin-bottom:8px}.project-box-content-card:hover .project-box-content-close[data-v-669649ff]{display:block}.project-box-content-close[data-v-669649ff]{display:none;position:absolute;top:10px;right:10px;font-size:20px;color:#ccc;cursor:pointer}.dialog-footer[data-v-2f70bf83]{margin-top:20px;text-align:right}.project-category-head[data-v-59aea32f]{width:100%}.project-category-body[data-v-59aea32f]{width:100%;height:100%}.project-category-body-action[data-v-59aea32f]{width:100%;margin-top:10px}.project-category-body-table[data-v-59aea32f]{margin-top:10px;width:100%;height:100%}.yearPlanInvestments[data-v-18406ab1]{width:100%;height:100%}.yearPlanInvestments-head[data-v-18406ab1]{width:100%}.yearPlanInvestments-body[data-v-18406ab1]{width:100%;height:100%}.yearPlanInvestments-body-action[data-v-18406ab1]{width:100%;margin-top:10px}.yearPlanInvestments-body-table[data-v-18406ab1]{margin-top:10px;width:100%;height:100%}.projectInfo{width:100%;height:100%}.projectInfo-head{width:100%}.projectInfo-body{width:100%;height:100%}.projectInfo-body-action,.projectInfo-body-table{width:100%;margin-top:10px}.projectInfo-body-table{height:100%}.ProjectDialog-form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ProjectDialog-form-left{width:calc(50% - 25px);height:100%}.ProjectDialog-form-left.five-main .el-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProjectDialog-form-left.five-main .el-form-item__label{text-align:left;width:100%!important}.ProjectDialog-form-left.five-main .el-form-item__content{margin-left:0!important}.ProjectDialog-form-center{width:calc(33% - 25px);height:100%}.ProjectDialog-form-line{width:1px;background-color:#b6b6b6;margin:15px 25px}.ProjectDialog-form-right{width:calc(33% - 25px);height:100%}.ProjectDialog-form .from-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.ProjectDialog .across-line{margin:5px 0;height:1px;border-top:1px dotted #ccc}.dialog-footer[data-v-9bc523ea]{margin-top:20px;text-align:right}.Project{height:100%}.Project,.Project-head{width:100%}.Project-body{width:100%;height:100%}.Project-body-action,.Project-body-table{width:100%;margin-top:10px}.Project-body-table{height:100%}.infoPsd[data-v-2083a5d0]{width:800px}.infoPsd .footer[data-v-2083a5d0]{margin-top:100px;text-align:center}.rentalUnit{width:100%;height:100%}.rentalUnit-head{width:100%}.rentalUnit-body{width:100%;height:100%}.rentalUnit-body-action,.rentalUnit-body-table{width:100%;margin-top:10px}.rentalUnit-body-table{height:100%}.rentalUnitDevice[data-v-d0e28f44]{width:100%;height:100%}.rentalUnitDevice-head[data-v-d0e28f44]{width:100%}.rentalUnitDevice-body[data-v-d0e28f44]{width:100%;height:100%}.rentalUnitDevice-body-action[data-v-d0e28f44]{width:100%;margin-top:10px}.rentalUnitDevice-body-table[data-v-d0e28f44]{margin-top:10px;width:100%;height:100%}.AreaModule-head[data-v-1ea8d73a],.AreaModule[data-v-1ea8d73a]{width:100%}.AreaModule-head-select[data-v-1ea8d73a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.AreaModule-body[data-v-1ea8d73a],.ProjectModule-head[data-v-12a911ce],.ProjectModule[data-v-12a911ce]{width:100%}.ProjectModule-head-pop[data-v-12a911ce]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProjectModule-head-pop-filter[data-v-12a911ce]{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}.ProjectModule-head-pop-filter .item[data-v-12a911ce]{margin-right:10px}.ProjectModule-head-pop-table[data-v-12a911ce]{border:1px solid #ddd;border-radius:3px;margin-top:10px}.ProjectModule-head-pop-table .list[data-v-12a911ce],.ProjectModule-head-pop-table[data-v-12a911ce]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.ProjectModule-head-pop-table .list-item[data-v-12a911ce]{width: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;border-bottom:1px solid #ddd}.ProjectModule-head-pop-table .list-item .cell[data-v-12a911ce]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:10px}.ProjectModule-head-pop-table .pagination[data-v-12a911ce]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 10px 15px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.EnterpriseModule-head[data-v-9dc5bad6],.EnterpriseModule[data-v-9dc5bad6],.ProjectModule-body[data-v-12a911ce]{width:100%}.EnterpriseModule-head-select[data-v-9dc5bad6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.EnterpriseModule-body[data-v-9dc5bad6]{width:100%}.devicesSmoke[data-v-a9597c86]{width:100%;height:100%}.devicesSmoke-head[data-v-a9597c86]{width:100%}.devicesSmoke-body[data-v-a9597c86]{width:100%;height:100%}.devicesSmoke-body-action[data-v-a9597c86]{width:100%;margin-top:10px}.devicesSmoke-body-table[data-v-a9597c86]{margin-top:10px;width:100%;height:100%}.roleType[data-v-7922fae2]{width:100%;height:100%}.roleType-head[data-v-7922fae2]{width:100%}.roleType-body[data-v-7922fae2]{width:100%;height:100%}.roleType-body-action[data-v-7922fae2]{width:100%;margin-top:10px}.roleType-body-table[data-v-7922fae2]{margin-top:10px;width:100%;height:100%}.dynamicVerification[data-v-565976e0]{width:100%;height:100%}.dynamicVerification-head[data-v-565976e0]{width:100%}.dynamicVerification-body[data-v-565976e0]{width:100%;height:100%}.dynamicVerification-body-action[data-v-565976e0]{width:100%;margin-top:10px}.dynamicVerification-body-table[data-v-565976e0]{margin-top:10px;width:100%;height:100%}.dynamicVerification[data-v-2b5c853e]{width:100%;height:100%}.dynamicVerification-head[data-v-2b5c853e]{width:100%}.dynamicVerification-body[data-v-2b5c853e]{width:100%;height:100%}.dynamicVerification-body-action[data-v-2b5c853e]{width:100%;margin-top:10px}.dynamicVerification-body-table[data-v-2b5c853e]{margin-top:10px;width:100%;height:100%}.superviseButt[data-v-2e6a755e]{width:100%;height:100%}.superviseButt-head[data-v-2e6a755e]{width:100%}.superviseButt-body[data-v-2e6a755e]{width:100%;height:100%}.superviseButt-body-action[data-v-2e6a755e]{width:100%;margin-top:10px}.superviseButt-body-table[data-v-2e6a755e]{margin-top:10px;width:100%;height:100%}.supervisePanel[data-v-19f04648]{width:100%;height:100%}.supervisePanel-head[data-v-19f04648]{width:100%}.supervisePanel-body[data-v-19f04648]{width:100%;height:100%}.supervisePanel-body-action[data-v-19f04648]{width:100%;margin-top:10px}.supervisePanel-body-table[data-v-19f04648]{margin-top:10px;width:100%;height:100%}.thirdProject{width:100%;height:100%}.thirdProject-head{width:100%}.thirdProject-body{width:100%;height:100%}.thirdProject-body-action,.thirdProject-body-table{width:100%;margin-top:10px}.thirdProject-body-table{height:100%}.cursor{cursor:pointer;color:#21a9ff}.thirdUserUnbind[data-v-28360904]{width:100%;height:100%}.thirdUserUnbind-head[data-v-28360904]{width:100%}.thirdUserUnbind-body[data-v-28360904]{width:100%;height:100%}.thirdUserUnbind-body-action[data-v-28360904]{width:100%;margin-top:10px}.thirdUserUnbind-body-table[data-v-28360904]{margin-top:10px;width:100%;height:100%}.AreaModule-head[data-v-8f669ce6],.AreaModule[data-v-8f669ce6]{width:100%}.AreaModule-head-select[data-v-8f669ce6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.AreaModule-body[data-v-8f669ce6],.ProjectModule-head[data-v-f93544b0],.ProjectModule[data-v-f93544b0]{width:100%}.ProjectModule-head-pop[data-v-f93544b0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProjectModule-head-pop-filter[data-v-f93544b0]{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}.ProjectModule-head-pop-filter .item[data-v-f93544b0]{margin-right:10px}.ProjectModule-head-pop-table[data-v-f93544b0]{border:1px solid #ddd;border-radius:3px;margin-top:10px}.ProjectModule-head-pop-table .list[data-v-f93544b0],.ProjectModule-head-pop-table[data-v-f93544b0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.ProjectModule-head-pop-table .list-item[data-v-f93544b0]{width: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;border-bottom:1px solid #ddd}.ProjectModule-head-pop-table .list-item .cell[data-v-f93544b0]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:10px}.ProjectModule-head-pop-table .pagination[data-v-f93544b0]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 10px 15px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.EnterpriseModule-head[data-v-3f642422],.EnterpriseModule[data-v-3f642422],.ProjectModule-body[data-v-f93544b0]{width:100%}.EnterpriseModule-head-select[data-v-3f642422]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.EnterpriseModule-body[data-v-3f642422]{width:100%}.ds-ip-input[data-v-cc4d982a]{position:relative}.error[data-v-cc4d982a]{position:absolute;left:0;top:100%;font-size:12px;color:#f56c6c}.systemUser[data-v-0702a5db]{width:100%;height:100%}.systemUser-head[data-v-0702a5db]{width:100%}.systemUser-body[data-v-0702a5db]{width:100%;height:100%}.systemUser-body-action[data-v-0702a5db]{width:100%;margin-top:10px}.systemUser-body-table[data-v-0702a5db]{margin-top:10px;width:100%;height:100%}.AreaModule-head[data-v-288a9232],.AreaModule[data-v-288a9232]{width:100%}.AreaModule-head-select[data-v-288a9232]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.AreaModule-body[data-v-288a9232],.ProjectModule-head[data-v-fd1b501a],.ProjectModule[data-v-fd1b501a]{width:100%}.ProjectModule-head-pop[data-v-fd1b501a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProjectModule-head-pop-filter[data-v-fd1b501a]{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}.ProjectModule-head-pop-filter .item[data-v-fd1b501a]{margin-right:10px}.ProjectModule-head-pop-table[data-v-fd1b501a]{border:1px solid #ddd;border-radius:3px;margin-top:10px}.ProjectModule-head-pop-table .list[data-v-fd1b501a],.ProjectModule-head-pop-table[data-v-fd1b501a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.ProjectModule-head-pop-table .list-item[data-v-fd1b501a]{width: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;border-bottom:1px solid #ddd}.ProjectModule-head-pop-table .list-item .cell[data-v-fd1b501a]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:10px}.ProjectModule-head-pop-table .pagination[data-v-fd1b501a]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 10px 15px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.EnterpriseModule-head[data-v-7630227a],.EnterpriseModule[data-v-7630227a],.ProjectModule-body[data-v-fd1b501a]{width:100%}.EnterpriseModule-head-select[data-v-7630227a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.EnterpriseModule-body[data-v-7630227a]{width:100%}.systemUser[data-v-c9334928]{width:100%;height:100%}.systemUser-head[data-v-c9334928]{width:100%}.systemUser-body[data-v-c9334928]{width:100%;height:100%}.systemUser-body-action[data-v-c9334928]{width:100%;margin-top:10px}.systemUser-body-table[data-v-c9334928]{margin-top:10px;width:100%;height:100%}.showList{width:100%;margin:10px 0;border:1px solid #e0e0e0}.showList-item{height:35px;border-bottom:1px solid #e0e0e0}.showList-item,.showList-item-cell{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;overflow:hidden}.showList-item-cell{height:29px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px 10px}.showList-item-cell .__content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.showList-item:last-child{border-bottom:none}.showList-tips{height:50px;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;color:#868686}.AreaModule-head[data-v-31a1ada8],.AreaModule[data-v-31a1ada8]{width:100%}.AreaModule-head-select[data-v-31a1ada8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.AreaModule-body[data-v-31a1ada8],.ProjectModule-head[data-v-45585de4],.ProjectModule[data-v-45585de4]{width:100%}.ProjectModule-head-pop[data-v-45585de4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProjectModule-head-pop-filter[data-v-45585de4]{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}.ProjectModule-head-pop-filter .item[data-v-45585de4]{margin-right:10px}.ProjectModule-head-pop-table[data-v-45585de4]{border:1px solid #ddd;border-radius:3px;margin-top:10px}.ProjectModule-head-pop-table .list[data-v-45585de4],.ProjectModule-head-pop-table[data-v-45585de4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.ProjectModule-head-pop-table .list-item[data-v-45585de4]{width: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;border-bottom:1px solid #ddd}.ProjectModule-head-pop-table .list-item .cell[data-v-45585de4]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:10px}.ProjectModule-head-pop-table .pagination[data-v-45585de4]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 10px 15px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ProjectModule-body[data-v-45585de4]{width:100%}.ShowProjectList{width:100%;height:100%}.ShowProjectList-head{width:100%}.ShowProjectList-body{margin-top:10px;width:100%;height:100%}.EnterpriseModule-head[data-v-303a5c56],.EnterpriseModule[data-v-303a5c56]{width:100%}.EnterpriseModule-head-select[data-v-303a5c56]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.EnterpriseModule-body[data-v-303a5c56]{width:100%}.ProjectModal-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ProjectModal-content-left{margin:5px 0;width:calc(35% - 30px);height:100%}.ProjectModal-content-left .item{margin-bottom:10px}.ProjectModal-content-center{width:1px;background-color:#b6b6b6;margin:0 25px}.ProjectModal-content-right{margin:5px 0;width:calc(65% - 30px);height:100%}.userManage[data-v-79f564fd]{width:100%;height:100%}.userManage-head[data-v-79f564fd]{width:100%}.userManage-body[data-v-79f564fd]{width:100%;height:100%}.userManage-body-action[data-v-79f564fd]{width:100%;margin-top:10px}.userManage-body-table[data-v-79f564fd]{margin-top:10px;width:100%;height:100%}.info[data-v-099ccec7]{width:800px}.info .footer[data-v-099ccec7]{margin-top:100px;text-align:center}.picList-title[data-v-53bee860]{height:40px;line-height:40px;padding-left:8px;font-weight:700}.picList-main-tab[data-v-53bee860]{padding:8px;display:-webkit-box;display:-ms-flexbox;display:flex}.picList-main-tab>span[data-v-53bee860]{height:20px;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #ccc;font-size:12px;color:#666;cursor:pointer;line-height:20px;text-align:center}.picList-main-tab>span.current[data-v-53bee860]{border-color:#409eff;color:#409eff}.picList-main-pics[data-v-53bee860]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.picList-main-pics-item[data-v-53bee860]{width:50%;text-align:center;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #fff}.picList-main-pics-item.current[data-v-53bee860]{border-color:#409eff}.drawingBoard[data-v-17bdfa0d]{width:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAIRlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAAEsAAAAAQAAASwAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAAABigAwAEAAAAAQAAABgAAAAAd+xohQAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDYuMC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KGV7hBwAAA2NJREFUSA2dVdtKG1EUzdxNgmmqD6UEKrbaUj8oT0EweIEEfPAL/AIFHwRREV/9nmKxhVQx1Epa06bamMyta21yJpNxUqUbJnPmnLXXXvsyEy3zHxaGoQYL9/b2LNxnPc9r1Wq1ttqPU5rxhyesNWDITvIc1m+wztu2nT88PPSw/p0MQocnWdxxd3f3OZxem6ap4+7isnDuI5NP9Xr9No4l4FGLO0D5Syid13VdI2kQBCbWVG/gPs/MsA4V6aMZKPLNzU29VCrNuK77wjCMPgkYBM8Zy7IyUB9gnyV3i8XiWblc7gqGP2NMIynV7OzsOCB/N46cQVgu3/c9BLXb7fbcycmJQd7UDAaqeR4eHR0Ve73eDAgcPLv9fl+n4qQxCE2ddbvdD+vr670HUzRQHRB8cHAwhdSfIaBDddjSFAHPlaky8Rk4jT25ubmRPow0meS4hBzNegXHOSi/chznC3xFtlKaJCcxz9AH6An1hYUFgUQZDMoSsHadTmcWDtMg91BPbWNjo7W/v+9gYkogYC2ktEo5yUnMfmGtw09EMoLKAGdauLW1lQX5ezhOMU0QigOBKysrTZTrKwhs7pOcU0RyPhPDNe9xUwHC7e3tYj6fJznfUOkYHQqFQjTTeIku8dZe4TzqMslVX5hFnJxrCXB8fDw9OTn5lrWjcqUsDmYJ+by8vHwBoh+4UAnTV+Q8G5sBRq9Aclw+yQlOGkoYbYH8ljiW6TGTJiNNH0BJFUEin7SUeXh/f89RyaBcmSQezxL49PRUeKREUDKUF9Gnp8xjEA9VJPDsCbNTY6qaHIMNlyCKxm24O36FMga45BOB8RYR0XuQdKMSXGY2m03Njnj2AI2WO8mxZUG9h9KeYxikQSMBOAW4MgCzHzYcfjUajR7J0owThAEhPgAx8X8gqLG4uHin8FEAkvMNRHSWzYbT92azeY5Ph3yDsDdSd5Izy8Eg2PD/iTXJXTaaIhkkCsB6A0Ryi2/s2traJQEwlmiEnJuDEvLDZmF9jf/kC+Li5MRJgFwuFyBVA0B/YmKiAfIWD5Ng7tEggET8rzAg7GJpaekb99PwMkWYa2kOAGfValXIgY/SpHPcEMDEISfm87/I6SMZoJ53+CRfr66u3sVUPCiLCoJedfHd+lipVDoKj2Cp+L9Q0xAysPG1ugAAAABJRU5ErkJggg==) repeat}.drawingBoard-box[data-v-17bdfa0d],.drawingBoard[data-v-17bdfa0d]{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}#myCanvas[data-v-17bdfa0d]{background-color:#3d0609;background-repeat:no-repeat}.dislog[data-v-17bdfa0d]{width:200px;height:200px;background-color:pink}.label[data-v-a0db1cb6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.label-title[data-v-a0db1cb6]{height:40px;line-height:40px;padding-left:8px;font-weight:700}.label-main[data-v-a0db1cb6]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px}.label-main-tag[data-v-a0db1cb6]{margin-bottom:8px;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;width:160px}.label-footer[data-v-a0db1cb6]{padding:0 20px;text-align:right;height:60px}.AIDrill[data-v-6904f918]{width:100%;height:calc(100vh - 130px);display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff}.AIDrill-picList[data-v-6904f918]{width:210px;height:100%}.AIDrill-drawingBoard[data-v-6904f918]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 4px}.AIDrill-label[data-v-6904f918]{width:200px;height:100%}.messageLog[data-v-0b6b0e42]{width:100%;height:100%}.messageLog-head[data-v-0b6b0e42]{width:100%}.messageLog-body[data-v-0b6b0e42]{width:100%;height:100%}.messageLog-body-action[data-v-0b6b0e42]{width:100%;margin-top:10px}.messageLog-body-table[data-v-0b6b0e42]{margin-top:10px;width:100%;height:100%}.roleType[data-v-33be43bc]{width:100%;height:100%}.roleType-head[data-v-33be43bc]{width:100%}.roleType-body[data-v-33be43bc]{width:100%;height:100%}.roleType-body-action[data-v-33be43bc]{width:100%;margin-top:10px}.roleType-body-table[data-v-33be43bc]{margin-top:10px;width:100%;height:100%}.affix{position:relative;background-color:#fff}.affix-affix{display:inline-block;color:#fff;padding:10px 30px;text-align:center;background:rgba(0,153,229,.9)}.affix-line{height:100px}.title{margin-bottom:10px}.box{margin-bottom:20px}.top[data-v-9b5b37d8]{padding:10px;font-size:14px;background:rgba(0,153,229,.7);color:#fff;text-align:center;border-radius:2px}.StayReported{min-height:700px;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.CityWeather,.StayReported{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.CityWeather{padding:20px 15px 20px 10px;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-auto-flow:row;grid-template-rows:repeat(2,50%);grid-template-columns:40% 40% 20%}.CityWeather-type{color:#000;font-size:38px;font-weight:600;grid-area:1/3/3/4;text-align:right}.CityWeather-item{color:#333;font-size:16px;font-weight:400;padding-left:15px}.CityWeather-item i{font-size:18px;color:#b2d2e9}.CityWeather-item-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 15px}.CityWeather-item-location,.ProjectDeviceState{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ProjectDeviceState{display:grid;grid-auto-flow:row;grid-template-rows:repeat(2,50%);grid-template-columns:repeat(8,12.5%);justify-items:center;padding:5px 0 5px 15px}.ProjectDeviceState-item{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px}.ProjectDeviceState-item-desc{-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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;line-height:30px;font-weight:400;color:#6e6e6e}.ProjectDeviceState-item-desc img{width:100%;height:auto}.ProjectDeviceState-item-state{width:40px}.ProjectDeviceState-item-state .__state{text-align:center;font-size:12px;border-radius:20px;width:36px;height:16px;line-height:16px;border-radius:8px}.DailyTips{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-image:url(/img/bg/tips.png);background-size:100% 100%}.DailyTips-text{font-size:14px;font-weight:400;color:#666;width:calc(100% - 100px)}.handle[data-v-cf5de93e],.handle[data-v-cf5de93e] .ds-card__inner{height:100%}.handle-form[data-v-cf5de93e]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-cf5de93e]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.handle[data-v-eac990c2],.handle[data-v-eac990c2] .ds-card__inner{height:100%}.handle-form[data-v-eac990c2]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-eac990c2]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.handle .tips[data-v-eac990c2]{font-size:12px;font-weight:400;line-height:18px}.rectifyForm[data-v-eac990c2]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.rectifyForm[data-v-eac990c2] .el-input.is-disabled .el-input__inner,.rectifyForm[data-v-eac990c2] .el-textarea.is-disabled .el-textarea__inner{color:#2c2c2c}.rectifyForm .el-form-item[data-v-eac990c2]{display:-webkit-box;display:-ms-flexbox;display:flex}.rectifyForm .el-form-item[data-v-eac990c2] .el-form-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.rectifyForm .hint[data-v-eac990c2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rectifyForm .hint-content[data-v-eac990c2]{margin-left:6px}.card[data-v-eb669d82] .DSDrawer-body{padding:0}.NoticeMessage,.TodoJob{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wel_enthome{width:100%;height:100%;display:grid;grid-auto-flow:row;grid-template-rows:repeat(81,1.23457%);grid-template-columns:repeat(166,.60241%)}.wel_enthome .item-2{grid-area:1/1/82/116}.wel_enthome .item-1{grid-area:1/117/13/167;padding-bottom:8px}.wel_enthome .item-3{grid-area:13/117/30/167;padding-bottom:8px}.wel_enthome .item-5{grid-area:30/117/50/167;padding-bottom:8px}.wel_enthome .item-6{grid-area:50/117/82/167}.ProjectProgress{padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProjectProgress,.ProjectProgress-head{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}.ProjectProgress-head{width:100%}.ProjectProgress-head-title{font-size:16px;font-weight:600;color:#333}.ProjectProgress-head-num{font-size:16px;font-weight:400;color:#999}.ProjectProgress-body{height:18px;width:100%}.DeviceMonitor[data-v-f505d9c6]{width:100%;height:100%;min-height:700px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;background-size:100% 100%}.DeviceMonitor-body[data-v-f505d9c6]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.DeviceMonitor-item[data-v-f505d9c6]{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 10px 23px 10px;padding:10px;width:160px;height:180px;border:1px solid #b5b5b5;border-radius:4px;cursor:pointer}.DeviceMonitor-item-title[data-v-f505d9c6]{font-size:16px;font-weight:700}.DeviceMonitor-item-img[data-v-f505d9c6]{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;height:80px}.DeviceMonitor-item-img img[data-v-f505d9c6]{display:block;width:64px}.DeviceMonitor-item-info[data-v-f505d9c6]{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px}.DeviceMonitor-item-info-left[data-v-f505d9c6]{color:#666}.wel_project{width:100%;height:100%;display:grid;grid-auto-flow:row;grid-template-rows:repeat(81,1.23457%);grid-template-columns:repeat(166,.60241%)}.wel_project .item-2{grid-area:1/1/82/116}.wel_project .item-1{grid-area:1/117/13/167;padding-bottom:8px}.wel_project .item-3{grid-area:13/117/26/167;padding-bottom:8px}.wel_project .item-5{grid-area:26/117/50/167;padding-bottom:8px}.wel_project .item-6{grid-area:50/117/82/167}.AbnormalRegulation[data-v-74a7f159]{width:100%;height:100%;min-height:700px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;background-size:100% 100%}.AbnormalRegulation-header[data-v-74a7f159]{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:10px}.AbnormalRegulation-header-right[data-v-74a7f159]{font-size:14px;color:#666}.AbnormalRegulation-body[data-v-74a7f159]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.AbnormalRegulation-item[data-v-74a7f159]{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 10px 23px 10px;padding:10px;width:160px;height:180px;border:1px solid #b5b5b5;border-radius:4px;cursor:pointer}.AbnormalRegulation-item-title[data-v-74a7f159]{font-size:16px;font-weight:700}.AbnormalRegulation-item-img[data-v-74a7f159]{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;height:80px}.AbnormalRegulation-item-img img[data-v-74a7f159]{display:block;width:64px}.AbnormalRegulation-item-info[data-v-74a7f159]{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px}.AbnormalRegulation-item-info-left[data-v-74a7f159]{color:#666}.wel_device[data-v-1f6b2170]{width:100%;height:100%;display:grid;grid-auto-flow:row;grid-template-rows:repeat(81,1.23457%);grid-template-columns:repeat(166,.60241%)}.wel_device .item-2[data-v-1f6b2170]{grid-area:1/1/82/116}.wel_device .item-1[data-v-1f6b2170]{grid-area:1/117/13/167;padding-bottom:8px}.wel_device .item-3[data-v-1f6b2170]{grid-area:13/117/30/167;padding-bottom:8px}.wel_device .item-5[data-v-1f6b2170]{grid-area:30/117/50/167;padding-bottom:8px}.wel_device .item-6[data-v-1f6b2170]{grid-area:50/117/82/167}.welhome-guide{margin-bottom:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:32px;position:relative;z-index:1}.welhome-guide,.welhome-guide-left{display:-webkit-box;display:-ms-flexbox;display:flex}.welhome-guide-left{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.welhome-guide-left__btns{margin-right:10px;vertical-align:middle;padding-left:1px;display:inline-block;font-size:0;margin-bottom:-5px;overflow:visible}.welhome-guide-left__btns-selected{color:#2e72ff!important;border-color:#2e72ff!important;background-color:transparent!important;z-index:1!important}.welhome-guide-left__btns-item:hover{border-color:#585858;background-color:#262f3e;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.welhome-guide-left__btns-item{border:1px solid #585858;text-overflow:ellipsis;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;margin-left:-1px;z-index:0;border-radius:2px;float:left;margin-right:0}.welhome-guide-left__btns-item,.welhome-guide-left__editor{cursor:pointer;background-color:transparent;color:#fff;max-width:6em;min-width:24px;overflow:hidden;padding:0 10px;font-size:12px;height:30px;line-height:30px;text-align:center;position:relative;margin-bottom:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.welhome-guide-left__editor{border:1px solid #585858;border-radius:0}.welhome-guide-right{-webkit-box-flex:1;-ms-flex:1;flex:1}.welhome .card{position:relative;border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(54,58,80,.32);box-shadow:0 2px 4px 0 rgba(54,58,80,.32);background-color:#fff}.welhome .card .__head{margin-bottom:20px;font-size:16px;font-weight:600;color:#333}.welhome .card .el-table:before{height:0}.welhome .card .el-table td,.welhome .card .el-table th.is-leaf{border-bottom:none}.welhome .card .el-table .cell{padding-left:0;padding-right:0}.welhome .card .el-table td,.welhome .card .el-table th{padding:0;padding-bottom:7px}.components[data-v-60be99f7]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.components-item[data-v-60be99f7]{width:30%;height:60px;margin:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.components-none[data-v-60be99f7]{width:100%;height:60px;line-height:60px;text-align:center}.compile[data-v-52638bce]{position:relative}.compile-btns[data-v-52638bce]{position:absolute;bottom:20px;right:10px;opacity:.6;z-index:999}.compile .avue-draggable__item[data-v-52638bce]{position:relative}.compile .avue-draggable__item .close[data-v-52638bce]{position:absolute;top:-4px;right:-4px;z-index:9999;opacity:.6}.EntDeviceState{padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.EntDeviceState,.EntDeviceState .__head{display:-webkit-box;display:-ms-flexbox;display:flex}.EntDeviceState .__head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.EntDeviceState .__head_title{-webkit-box-flex:1;-ms-flex:1;flex:1}.EntDeviceState .__head_filter{width:240px}.EntDeviceState .__body{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}.EntDeviceState-list{width:100%}.EntDeviceState-list .__item:first-child{margin-top:0}.EntDeviceState-list .__item{border:1px solid #f0f2f5;border-radius:8px;padding:10px 15px;margin-top:12px}.EntDeviceState-list .__item_head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.EntDeviceState-list .__item_head_icon{width:8px;height:8px;background:#bbbed9;border-radius:50%;margin-right:10px}.EntDeviceState-list .__item_head_name{font-size:15px;font-weight:400;color:#000}.EntDeviceState-list .__item_body{display:-webkit-box;display:-ms-flexbox;display:flex}.EntDeviceState-list .__item_body_cell{cursor:pointer;margin-right:30px}.EntDeviceState-list .__item_body_cell_state{width:80px;height:32px;border-radius:8px;text-align:center;line-height:32px;margin-bottom:8px}.EntDeviceState-list .__item_body_cell_label{text-align:center;font-size:14px;font-weight:400;color:#757575}.wel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:1100px;margin:0 auto}.card[data-v-051d0f59] .DSDrawer-body,.card[data-v-91d3236a] .DSDrawer-body,.card[data-v-7991e736] .DSDrawer-body,.card[data-v-741297fa] .DSDrawer-body{padding:0}.handle[data-v-3063bbcc],.handle[data-v-3063bbcc] .ds-card__inner{height:100%}.handle-form[data-v-3063bbcc]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.handle-form-main[data-v-3063bbcc]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.card[data-v-1cb71382]{margin:0;padding:0}.card[data-v-1cb71382] .el-card__body{padding:0}.none-border{border:0;background-color:transparent!important}