.widget-box.show-panel{margin:15px 15px;background:#fff;border-radius:8px}.widget-box.show-panel.show-shadow{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.05);box-shadow:0 2px 12px 0 rgba(0,0,0,.05)}.widget-box.show-panel .panel-title{padding:15px 15px 0 15px;font-size:16px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.widget-box.show-panel .panel-title,.widget-box.show-panel .panel-title.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.widget-box.show-panel .panel-title.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.widget-box.show-panel .panel-title.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.widget-box .grid-container{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:16px;margin:0;padding:16px}.widget-box .grid-container .grid-col.col-hidden{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-container{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:10px;margin:0;padding:0}.card-container .grid-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:3px;padding:0 0 5px 0}.card-container .grid-col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.card-container .grid-col.col-left .item-name,.card-container .grid-col.col-left .item-value{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.card-container .grid-col.col-center .item-name,.card-container .grid-col.col-center .item-value{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-container .grid-col.col-right .item-name,.card-container .grid-col.col-right .item-value{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card-container .grid-col.col-hidden{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-container .grid-col .item-name{font-size:14px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.card-container .grid-col .item-value{width:100%;min-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-container .grid-col .item-value.show-flash{-webkit-animation:flash-opacity .3s ease-in-out 2;animation:flash-opacity .3s ease-in-out 2}@-webkit-keyframes flash-opacity{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes flash-opacity{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.card-container .grid-col .item-value.v-number{padding:3px 0;font-size:14px;line-height:1}.card-container .grid-col .item-value.v-number.bgcolor{border-radius:5px;padding:3px 6px}.card-container .grid-col .item-value.v-number.value-bold .n-value{font-weight:700}.card-container .grid-col .item-value.v-boolean{padding:0 3px}.card-container .grid-col .item-value.v-boolean .show-led{--shadow-color:#f90;--glow-color:#f30;width:10px;height:10px;border-radius:10px}.card-container .grid-col .item-value.v-boolean .show-led.show-shadow{-webkit-box-shadow:0 0 2px 2px var(--shadow-color);box-shadow:0 0 2px 2px var(--shadow-color)}.card-container .grid-col .item-value.v-boolean .show-led.show-glow{-webkit-animation:glow 1s ease-in-out infinite alternate;animation:glow 1s ease-in-out infinite alternate}@-webkit-keyframes glow{0%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}to{-webkit-box-shadow:0 0 2px 2px var(--glow-color);box-shadow:0 0 2px 2px var(--glow-color)}}@keyframes glow{0%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}to{-webkit-box-shadow:0 0 2px 2px var(--glow-color);box-shadow:0 0 2px 2px var(--glow-color)}}.card-container .grid-col .item-value.v-string{padding:3px 0;font-size:14px;line-height:1}.card-container .grid-col .item-value.v-string.bgcolor{border-radius:5px;padding:3px 6px}.card-container .grid-col .item-value.v-string.value-bold .n-value{font-weight:700}.card-container .grid-col .item-value.v-enum{padding:3px 0;font-size:14px;line-height:1}.card-container .grid-col .item-value.v-enum.bgcolor{border-radius:5px;padding:3px 6px}.card-container .grid-col .item-value.v-enum.value-bold .n-value{font-weight:700}.card-status-bar{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4px;min-height:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.card-status-bar,.card-status-bar .battery-status{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-status-bar .battery-status{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.card-status-bar .active-time{font-size:12px;color:#ccc}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes tilt-shaking{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}50%{-webkit-transform:rotate(0eg);transform:rotate(0eg)}75%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes tilt-shaking{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}50%{-webkit-transform:rotate(0eg);transform:rotate(0eg)}75%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes flip-x{0%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@keyframes flip-x{0%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@-webkit-keyframes flip-y{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(-1);transform:scaleY(-1)}}@keyframes flip-y{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(-1);transform:scaleY(-1)}}.clear[data-v-5119b166]{clear:both;height:0;overflow:hidden}.img-circle[data-v-5119b166]{border-radius:50%}.icon-btn1[data-v-5119b166]{width:25px;height:25px;background-color:#fff;border-radius:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:1px solid #999}.icon-btn1 i[data-v-5119b166]{font-size:20px;color:#666}.icon-btn1[data-v-5119b166]:hover{border:1px solid #1e88e5}.icon-btn1:hover i[data-v-5119b166]{color:#1e88e5}.el-select-dropdown.is-multiple .el-select-dropdown__item[data-v-5119b166]{padding-right:0}.app-ui-container[data-v-5119b166]{background-color:#f4f4f4}.app-ui-container .editor-topnav[data-v-5119b166]{padding:10px;border-bottom:1px solid #eee;position:relative;height:53px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-topnav .top-left[data-v-5119b166]{position:absolute;top:10px;left:10px}.app-ui-container .editor-topnav .top-center[data-v-5119b166]{margin:0 300px;text-align:center;font-size:18px;line-height:33px;font-weight:700}.app-ui-container .editor-topnav .top-right[data-v-5119b166]{position:absolute;top:10px;right:10px}.app-ui-container .editor-body[data-v-5119b166]{position:fixed;top:53px;left:0;right:0;bottom:0;background-color:#f0f0f0}.app-ui-container .editor-body .body-inner[data-v-5119b166]{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-left[data-v-5119b166]{position:absolute;top:0;left:0;bottom:0;width:300px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-left .body-left-tabs[data-v-5119b166]{padding:10px 10px 0 10px}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types[data-v-5119b166]{width:100%;height:30px;border:1px solid #1e88e5;border-radius:5px;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;overflow:hidden}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem[data-v-5119b166]{width:50%;height:30px;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;font-size:13px;font-weight:700;cursor:pointer;color:#1e88e5}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem i[data-v-5119b166]{display:none}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active[data-v-5119b166]{background-color:#1e88e5;color:#fff}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active i[data-v-5119b166]{display:inline-block;font-size:16px;margin:0 4px 0 0}.app-ui-container .editor-body .body-center[data-v-5119b166]{width:100%;margin:0 300px 0 300px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-right[data-v-5119b166]{position:absolute;right:0;top:0;bottom:0;width:300px;background-color:#fff;padding:5px 0 0 10px;border-left:1px solid #eee;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-right .body-right-tabs[data-v-5119b166]{padding:0 10px 0 0}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-5119b166]{padding:0 10px 30px 0;height:calc(100vh - 123px);overflow-y:auto}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-5119b166]::-webkit-scrollbar{width:4px}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-5119b166]::-webkit-scrollbar-track{background:#fff}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-5119b166]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-ui-container .editor-body .body-right .widget-info-edit .attr-config-item[data-v-5119b166]{margin:0 0 10px 0}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item[data-v-5119b166]{margin:0 0 5px 0;height:30px;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:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item .ikey[data-v-5119b166]{width:150px;overflow:hidden}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item i[data-v-5119b166]{font-size:18px;line-height:20px}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item button[data-v-5119b166]{width:80px}.app-widgets-libs[data-v-5119b166]{position:absolute;top:50px;left:0;bottom:0}.app-widgets-libs .widget-class[data-v-5119b166]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-widgets-libs .widget-class[data-v-5119b166]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-class[data-v-5119b166]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-class[data-v-5119b166]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-class .item[data-v-5119b166]{display:block;text-align:center;margin:0 0 12px 0}.app-widgets-libs .widget-class .item.active .class-icon[data-v-5119b166]{color:#1e88e5}.app-widgets-libs .widget-class .item.active .class-label[data-v-5119b166]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item:hover .class-icon[data-v-5119b166]{color:#1e88e5}.app-widgets-libs .widget-class .item:hover .class-label[data-v-5119b166]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item .class-icon[data-v-5119b166]{font-size:26px;line-height:30px;color:#999}.app-widgets-libs .widget-class .item .class-label[data-v-5119b166]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-widgets-libs .widget-list[data-v-5119b166]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 0 30px 0;overflow-x:hidden;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.app-widgets-libs .widget-list[data-v-5119b166]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-list[data-v-5119b166]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-list[data-v-5119b166]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-list .widgets-transform[data-v-5119b166]{-webkit-transform:scale(.56);transform:scale(.56);-webkit-transform-origin:0 0;transform-origin:0 0}.app-widgets-libs .widget-list .item[data-v-5119b166]{width:360px;margin:0 0 20px 0;border:2px solid #eee;border-radius:5px;position:relative}.app-widgets-libs .widget-list .item .item-locked-bg[data-v-5119b166]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:30px solid #eee;border-right:30px solid #eee;border-bottom:30px solid transparent;border-left:30px solid transparent}.app-widgets-libs .widget-list .item .item-locked-icon[data-v-5119b166]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:25px;height:30px;font-size:24px;color:#999}.app-widgets-libs .widget-list .item .item-widget[data-v-5119b166]{padding:0}.app-widgets-libs .widget-list .item .item-add[data-v-5119b166]{text-align:center;height:50px;background-color:#eee}.app-widgets-libs .widget-list .item .item-add[data-v-5119b166]:hover{background-color:#ddd}.app-widgets-libs .widget-list .item .item-add a[data-v-5119b166]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:22px;color:#909399}.app-widgets-libs .widget-list .item .item-add a i[data-v-5119b166]{font-size:26px}.app-widgets-libs .widget-list .item-bottom-holder[data-v-5119b166]{height:10px}.app-panel-templates[data-v-5119b166]{position:absolute;top:50px;left:0;bottom:0}.app-panel-templates .template-class[data-v-5119b166]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-panel-templates .template-class[data-v-5119b166]::-webkit-scrollbar{width:4px}.app-panel-templates .template-class[data-v-5119b166]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-class[data-v-5119b166]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-class .item[data-v-5119b166]{display:block;text-align:center;margin:0 0 12px 0}.app-panel-templates .template-class .item.active .class-icon[data-v-5119b166]{color:#1e88e5}.app-panel-templates .template-class .item.active .class-label[data-v-5119b166]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item:hover .class-icon[data-v-5119b166]{color:#1e88e5}.app-panel-templates .template-class .item:hover .class-label[data-v-5119b166]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item .class-icon[data-v-5119b166]{font-size:26px;line-height:30px;color:#999}.app-panel-templates .template-class .item .class-label[data-v-5119b166]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-panel-templates .template-list[data-v-5119b166]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 10px 10px 0;overflow-x:hidden;overflow-y:auto}.app-panel-templates .template-list[data-v-5119b166]::-webkit-scrollbar{width:4px}.app-panel-templates .template-list[data-v-5119b166]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-list[data-v-5119b166]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-list .template-tips[data-v-5119b166]{font-size:12px;color:#909399;margin:0 0 10px 0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-panel-templates .template-list .template-tips i[data-v-5119b166]{margin:0 5px 0 0}.app-panel-templates .template-list .template-tips a[data-v-5119b166]{color:#909399}.app-panel-templates .template-list .no-template[data-v-5119b166]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px;font-size:12px;color:#909399}.app-panel-templates .template-list .no-template img[data-v-5119b166]{width:60px;margin:0 0 10px 0}.app-panel-templates .template-list .item[data-v-5119b166]{width:100%;margin:0 0 10px 0;border:1px solid #eee;border-radius:5px;position:relative;padding:10px;overflow:hidden}.app-panel-templates .template-list .item.active[data-v-5119b166]{border:1px solid #1e88e5}.app-panel-templates .template-list .item .item-locked-bg[data-v-5119b166]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:17px solid #eee;border-right:17px solid #eee;border-bottom:17px solid transparent;border-left:17px solid transparent}.app-panel-templates .template-list .item .item-locked-icon[data-v-5119b166]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:14px;height:17px;font-size:13.4px;color:#999}.app-panel-templates .template-list .item .tname[data-v-5119b166]{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.app-panel-templates .template-list .item .tname span.uni-icon[data-v-5119b166]{font-size:28px;margin:0 10px 0 0}.app-panel-templates .template-list .item .tdescr[data-v-5119b166],.app-panel-templates .template-list .item .tvendor[data-v-5119b166]{font-size:12px;color:#909399;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-5119b166]{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;font-size:13px;font-weight:700;cursor:pointer;border-radius:5px;background-color:#eee;height:25px;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-5119b166]:hover{background-color:#ddd}.app-panel-templates .template-list .item .item-add i[data-v-5119b166]{color:#606266;font-size:16px}.app-panel-templates .template-list .item .item-add span[data-v-5119b166]{color:#606266}.app-panel-templates .template-list .item-bottom-holder[data-v-5119b166]{height:10px}.app-widget-nodata[data-v-5119b166]{padding:20px;margin:12px 20px;border:2px dotted #ddd;border-radius:5px;text-align:center;font-size:14px;line-height:20px;color:#999}.app-widgets-preview[data-v-5119b166]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:100px}.app-widgets-preview .app-page-name[data-v-5119b166]{font-size:14px;color:#909399;margin:0 0 10px 0}.app-widgets-preview .app-page-name.active[data-v-5119b166]{font-weight:700;color:#1e88e5}.app-widgets-preview .app-widget-editor[data-v-5119b166]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-widget-editor.active[data-v-5119b166]{outline:2px dashed #ccc;outline-offset:3px}.app-widgets-preview .app-panel-container[data-v-5119b166],.app-widgets-preview .app-widgets-container[data-v-5119b166]{position:relative;min-height:620px}.app-widgets-preview .app-widgets-container .app-bg[data-v-5119b166]{position:absolute;top:0;right:0;bottom:0;left:0}.app-widgets-preview .app-widgets-container .app-widgets[data-v-5119b166]{padding:0 0 50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-5119b166]{cursor:pointer;padding:0 0;position:relative}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-5119b166]{opacity:.5}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible.edit-seled[data-v-5119b166],.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-5119b166]:hover{opacity:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status[data-v-5119b166]{position:absolute;z-index:10;top:50%;left:-60px;height:20px;width:50px;margin-top:-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;gap:6px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status i[data-v-5119b166]{font-size:20px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions[data-v-5119b166]{position:absolute;top:0;bottom:0;z-index:10;right:-52px;width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions:hover button[data-v-5119b166]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions button[data-v-5119b166]{margin:0 0 0 4px;display:none}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions .action-sort[data-v-5119b166]{cursor:move}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-5119b166]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container:hover .widget-actions button[data-v-5119b166]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.edit-seled[data-v-5119b166]{outline:2px dashed #5fb3fd;outline-offset:-1px;z-index:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-loader[data-v-5119b166]{overflow:hidden}.app-widgets-preview .app-empty-tips[data-v-5119b166]{padding:100px 0;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;gap:20px;color:#c0c4cc}.app-widgets-preview .app-empty-tips span[data-v-5119b166]{font-size:14px}.app-widgets-preview .app-card-editor[data-v-5119b166]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-devices-body[data-v-5119b166]{position:relative;min-height:620px}.app-device-card[data-v-5119b166]{cursor:pointer}.app-device-card[data-v-5119b166]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px;border-radius:5px}.app-device-card.editing[data-v-5119b166]{outline:2px dashed #5fb3fd;outline-offset:-1px;border-radius:5px;z-index:1}.device-preview-card[data-v-5119b166]{min-height:50px}.device-preview-card .item-empty[data-v-5119b166]{min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#909399}.app-config-lines[data-v-5119b166]{padding:10px 0}.app-config-lines .item[data-v-5119b166]{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 15px 0;height:30px}.app-config-lines .item.vertical[data-v-5119b166]{-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;height:auto}.app-config-lines .item.vertical .icontrol[data-v-5119b166]{width:100%;height:auto}.app-config-lines .item .ilabel[data-v-5119b166]{font-size:14px;line-height:22px;color:#444;font-weight:700}.app-config-lines .item .icontrol[data-v-5119b166]{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-config-tabs .tab-item[data-v-5119b166]{padding:5px 10px;margin:0 0 5px 0;border-radius:5px;background-color:#fafafa}.app-config-tabs .tab-item.ghost[data-v-5119b166]{opacity:.5;background-color:#eee}.app-config-tabs .tab-item .sort[data-v-5119b166]{cursor:move}.clear[data-v-7d748a17]{clear:both;height:0;overflow:hidden}.img-circle[data-v-7d748a17]{border-radius:50%}.sensor-panel[data-v-7d748a17]{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sensor-panel .simg[data-v-7d748a17],.sensor-panel[data-v-7d748a17]{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}.sensor-panel .simg[data-v-7d748a17]{width:40px;height:40px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sensor-panel .sinfo[data-v-7d748a17]{padding:0 15px;-webkit-box-flex:1;-ms-flex:1;flex:1;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;-ms-flex-line-pack:start;align-content:flex-start}.sensor-panel .sinfo .svalue[data-v-7d748a17]{height:32px;overflow:hidden}.sensor-panel .sinfo .svalue .svnumber[data-v-7d748a17]{font-size:30px;line-height:30px}.sensor-panel .sinfo .svalue .svunit[data-v-7d748a17]{margin:0 0 0 4px;font-size:14px;line-height:30px}.sensor-panel .sinfo .sname[data-v-7d748a17]{font-size:12px;line-height:14px;color:#777}.clear[data-v-ac39cda8]{clear:both;height:0;overflow:hidden}.img-circle[data-v-ac39cda8]{border-radius:50%}.attribute-panel[data-v-ac39cda8]{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.attribute-panel .aimg[data-v-ac39cda8],.attribute-panel[data-v-ac39cda8]{height:40px;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}.attribute-panel .aimg[data-v-ac39cda8]{width:40px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.attribute-panel .ainfo[data-v-ac39cda8]{margin:0 15px;-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;-ms-flex-line-pack:start;align-content:flex-start}.attribute-panel .ainfo .atitle[data-v-ac39cda8]{height:20px;font-size:16px;line-height:20px;color:#777}.attribute-panel .ainfo .asubtitle[data-v-ac39cda8]{height:14px;font-size:12px;line-height:16px;color:#777}.attribute-panel .avalue .anumber[data-v-ac39cda8]{font-size:34px;line-height:40px}.attribute-panel .avalue .aunit[data-v-ac39cda8]{margin:0 0 0 4px;font-size:14px;line-height:40px}.clear[data-v-e2ba10a0]{clear:both;height:0;overflow:hidden}.img-circle[data-v-e2ba10a0]{border-radius:50%}.attribute-panel[data-v-e2ba10a0]{position:relative;padding:0 10px}.attribute-panel .aimg[data-v-e2ba10a0]{position:absolute;top:14px;right:10px;width:45px;height:45px;border-radius:50%;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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .avalue[data-v-e2ba10a0]{height:45px}.attribute-panel .avalue .anumber[data-v-e2ba10a0]{font-size:36px;line-height:43px;vertical-align:top}.attribute-panel .avalue .aunit[data-v-e2ba10a0]{margin:0 0 0 4px;font-size:14px;line-height:45px;vertical-align:top}.attribute-panel .alabel[data-v-e2ba10a0]{padding:0 0 0 0;height:14px;font-size:14px;line-height:14px;color:#777}.clear[data-v-14d95dda]{clear:both;height:0;overflow:hidden}.img-circle[data-v-14d95dda]{border-radius:50%}.attribute-panel[data-v-14d95dda]{position:relative;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .avalue .anumber[data-v-14d95dda]{font-family:Amaranth;vertical-align:top}.attribute-panel .avalue .aunit[data-v-14d95dda]{margin:0 0 0 4px;font-size:14px;vertical-align:top}.attribute-panel .alabel[data-v-14d95dda]{padding:7px 0 0 0}.clear[data-v-230ceb1f]{clear:both;height:0;overflow:hidden}.img-circle[data-v-230ceb1f]{border-radius:50%}.attribute-panel[data-v-230ceb1f]{position:relative;border-radius:8px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px}.attribute-panel.show-panel[data-v-230ceb1f]{padding:15px 10px}.attribute-panel.icon-left[data-v-230ceb1f]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.attribute-panel.icon-left .aicon[data-v-230ceb1f]{margin:0 15px 0 0}.attribute-panel.icon-right[data-v-230ceb1f]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.attribute-panel.icon-right .aicon[data-v-230ceb1f]{margin:0 0 0 15px}.attribute-panel .ainfo[data-v-230ceb1f]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 0 5px 0}.attribute-panel .ainfo .atext[data-v-230ceb1f]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;margin:0 0 5px 0}.attribute-panel .ainfo .atext .avalue[data-v-230ceb1f]{font-family:Amaranth;height:30px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.attribute-panel .ainfo .atext .avalue .anumber[data-v-230ceb1f]{font-size:30px;line-height:30px}.attribute-panel .ainfo .atext .avalue .aunit[data-v-230ceb1f]{margin:0 0 0 4px;font-size:14px;line-height:30px}.attribute-panel .ainfo .atext .alabel[data-v-230ceb1f]{font-size:14px;line-height:30px}.attribute-panel .aicon[data-v-230ceb1f]{width:32px;height:32px;border-radius:50%;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}.clear[data-v-519bfb90]{clear:both;height:0;overflow:hidden}.img-circle[data-v-519bfb90]{border-radius:50%}.attribute-panel[data-v-519bfb90]{position:relative;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:left;-ms-flex-align:left;align-items:left;height:110px;padding:10px 10px}.attribute-panel .aimg[data-v-519bfb90]{height:60px}.attribute-panel .aimg[data-v-519bfb90],.attribute-panel .alabel[data-v-519bfb90]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.attribute-panel .alabel[data-v-519bfb90],.attribute-panel .avalue[data-v-519bfb90]{height:25px;font-size:14px;color:#333;overflow:hidden}.attribute-panel .avalue[data-v-519bfb90]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.clear[data-v-093abc3d]{clear:both;height:0;overflow:hidden}.img-circle[data-v-093abc3d]{border-radius:50%}.attribute-panel[data-v-093abc3d]{position:relative;border-radius:8px;cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:left;-ms-flex-align:left;align-items:left;padding:15px}.attribute-panel.column .amain[data-v-093abc3d],.attribute-panel[data-v-093abc3d]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel.column .amain .ainfo[data-v-093abc3d]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0 0}.attribute-panel.loading[data-v-093abc3d]{opacity:.5}.attribute-panel .aloading[data-v-093abc3d]{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.attribute-panel .aloading[data-v-093abc3d],.attribute-panel .amain[data-v-093abc3d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .amain[data-v-093abc3d]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;width:100%}.attribute-panel .amain .aimg[data-v-093abc3d]{width:40px;height:40px;border-radius:50%;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.attribute-panel .amain .aimg[data-v-093abc3d],.attribute-panel .amain .ainfo[data-v-093abc3d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;justify-content:center}.attribute-panel .amain .ainfo[data-v-093abc3d]{margin:0 0 0 10px;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attribute-panel .amain .ainfo .alabel[data-v-093abc3d]{height:14px;font-size:14px;line-height:1;font-weight:500;overflow:hidden}.attribute-panel .amain .ainfo .astate[data-v-093abc3d]{margin:5px 0 0 0;height:12px;font-size:12px;line-height:1;overflow:hidden}.clear[data-v-c938e140]{clear:both;height:0;overflow:hidden}.img-circle[data-v-c938e140]{border-radius:50%}.attribute-panel[data-v-c938e140]{position:relative;padding:0 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel .alabel[data-v-c938e140],.attribute-panel[data-v-c938e140]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.attribute-panel .alabel[data-v-c938e140]{padding:5px 0 0 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.attribute-panel .avalue .anumber[data-v-c938e140]{font-family:Amaranth;vertical-align:top}.attribute-panel .avalue .aunit[data-v-c938e140]{margin:0 0 0 4px;font-size:14px;vertical-align:top}.clear[data-v-5b7ffc0a]{clear:both;height:0;overflow:hidden}.img-circle[data-v-5b7ffc0a]{border-radius:50%}.attribute-panel[data-v-5b7ffc0a]{position:relative;text-align:center}.attribute-panel .gcontainer[data-v-5b7ffc0a]{margin:0 20px}.clear[data-v-b80fd2ec]{clear:both;height:0;overflow:hidden}.img-circle[data-v-b80fd2ec]{border-radius:50%}.attribute-panel[data-v-b80fd2ec]{position:relative;text-align:center}.attribute-panel .gcontainer[data-v-b80fd2ec]{margin:0 20px}.clear[data-v-96c104a6]{clear:both;height:0;overflow:hidden}.img-circle[data-v-96c104a6]{border-radius:50%}.attribute-panel[data-v-96c104a6]{position:relative;text-align:center;padding-top:30px}.attribute-panel .gvalue[data-v-96c104a6]{position:absolute;top:0;left:0;right:0;font-size:26px;line-height:1.2;font-family:Amaranth,sans-serif;font-weight:600}.attribute-panel .gvalue .unit[data-v-96c104a6]{margin:0 0 0 3px}.clear[data-v-2497dce4]{clear:both;height:0;overflow:hidden}.img-circle[data-v-2497dce4]{border-radius:50%}.attribute-panel[data-v-2497dce4]{position:relative;padding:10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .wave-box[data-v-2497dce4]{border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translate(0);transform:translate(0)}.attribute-panel .wave[data-v-2497dce4]{position:relative;width:100%;height:100%;border-radius:50%}.attribute-panel .wave[data-v-2497dce4]:after,.attribute-panel .wave[data-v-2497dce4]:before{content:"";position:absolute;width:200%;height:200%;top:0;left:50%;background-color:hsla(0,0%,100%,.4);border-radius:45%;-webkit-transform:translate(-50%,-70%) rotate(0);transform:translate(-50%,-70%) rotate(0);-webkit-animation:rotate-2497dce4 6s linear infinite;animation:rotate-2497dce4 6s linear infinite;z-index:1}.attribute-panel .wave[data-v-2497dce4]:after{border-radius:47%;background-color:hsla(0,0%,100%,.8);-webkit-transform:translate(-50%,-70%) rotate(0);transform:translate(-50%,-70%) rotate(0);-webkit-animation:rotate-2497dce4 10s linear -5s infinite;animation:rotate-2497dce4 10s linear -5s infinite;z-index:2}.attribute-panel .wave.wave-0[data-v-2497dce4]:after,.attribute-panel .wave.wave-0[data-v-2497dce4]:before{width:300%;height:300%}.attribute-panel .wave.wave-1[data-v-2497dce4]:after,.attribute-panel .wave.wave-1[data-v-2497dce4]:before{width:297%;height:297%}.attribute-panel .wave.wave-2[data-v-2497dce4]:after,.attribute-panel .wave.wave-2[data-v-2497dce4]:before{width:294%;height:294%}.attribute-panel .wave.wave-3[data-v-2497dce4]:after,.attribute-panel .wave.wave-3[data-v-2497dce4]:before{width:291%;height:291%}.attribute-panel .wave.wave-4[data-v-2497dce4]:after,.attribute-panel .wave.wave-4[data-v-2497dce4]:before{width:288%;height:288%}.attribute-panel .wave.wave-5[data-v-2497dce4]:after,.attribute-panel .wave.wave-5[data-v-2497dce4]:before{width:285%;height:285%}.attribute-panel .wave.wave-6[data-v-2497dce4]:after,.attribute-panel .wave.wave-6[data-v-2497dce4]:before{width:282%;height:282%}.attribute-panel .wave.wave-7[data-v-2497dce4]:after,.attribute-panel .wave.wave-7[data-v-2497dce4]:before{width:279%;height:279%}.attribute-panel .wave.wave-8[data-v-2497dce4]:after,.attribute-panel .wave.wave-8[data-v-2497dce4]:before{width:276%;height:276%}.attribute-panel .wave.wave-9[data-v-2497dce4]:after,.attribute-panel .wave.wave-9[data-v-2497dce4]:before{width:273%;height:273%}.attribute-panel .wave.wave-10[data-v-2497dce4]:after,.attribute-panel .wave.wave-10[data-v-2497dce4]:before{width:270%;height:270%}.attribute-panel .wave.wave-11[data-v-2497dce4]:after,.attribute-panel .wave.wave-11[data-v-2497dce4]:before{width:267%;height:267%}.attribute-panel .wave.wave-12[data-v-2497dce4]:after,.attribute-panel .wave.wave-12[data-v-2497dce4]:before{width:264%;height:264%}.attribute-panel .wave.wave-13[data-v-2497dce4]:after,.attribute-panel .wave.wave-13[data-v-2497dce4]:before{width:261%;height:261%}.attribute-panel .wave.wave-14[data-v-2497dce4]:after,.attribute-panel .wave.wave-14[data-v-2497dce4]:before{width:258%;height:258%}.attribute-panel .wave.wave-15[data-v-2497dce4]:after,.attribute-panel .wave.wave-15[data-v-2497dce4]:before{width:255%;height:255%}.attribute-panel .wave.wave-16[data-v-2497dce4]:after,.attribute-panel .wave.wave-16[data-v-2497dce4]:before{width:252%;height:252%}.attribute-panel .wave.wave-17[data-v-2497dce4]:after,.attribute-panel .wave.wave-17[data-v-2497dce4]:before{width:249%;height:249%}.attribute-panel .wave.wave-18[data-v-2497dce4]:after,.attribute-panel .wave.wave-18[data-v-2497dce4]:before{width:246%;height:246%}.attribute-panel .wave.wave-19[data-v-2497dce4]:after,.attribute-panel .wave.wave-19[data-v-2497dce4]:before{width:243%;height:243%}.attribute-panel .wave.wave-20[data-v-2497dce4]:after,.attribute-panel .wave.wave-20[data-v-2497dce4]:before{width:240%;height:240%}.attribute-panel .wave.wave-21[data-v-2497dce4]:after,.attribute-panel .wave.wave-21[data-v-2497dce4]:before{width:237%;height:237%}.attribute-panel .wave.wave-22[data-v-2497dce4]:after,.attribute-panel .wave.wave-22[data-v-2497dce4]:before{width:234%;height:234%}.attribute-panel .wave.wave-23[data-v-2497dce4]:after,.attribute-panel .wave.wave-23[data-v-2497dce4]:before{width:231%;height:231%}.attribute-panel .wave.wave-24[data-v-2497dce4]:after,.attribute-panel .wave.wave-24[data-v-2497dce4]:before{width:228%;height:228%}.attribute-panel .wave.wave-25[data-v-2497dce4]:after,.attribute-panel .wave.wave-25[data-v-2497dce4]:before{width:225%;height:225%}.attribute-panel .wave.wave-26[data-v-2497dce4]:after,.attribute-panel .wave.wave-26[data-v-2497dce4]:before{width:222%;height:222%}.attribute-panel .wave.wave-27[data-v-2497dce4]:after,.attribute-panel .wave.wave-27[data-v-2497dce4]:before{width:219%;height:219%}.attribute-panel .wave.wave-28[data-v-2497dce4]:after,.attribute-panel .wave.wave-28[data-v-2497dce4]:before{width:216%;height:216%}.attribute-panel .wave.wave-29[data-v-2497dce4]:after,.attribute-panel .wave.wave-29[data-v-2497dce4]:before{width:213%;height:213%}.attribute-panel .wave.wave-30[data-v-2497dce4]:after,.attribute-panel .wave.wave-30[data-v-2497dce4]:before{width:210%;height:210%}.attribute-panel .wave.wave-31[data-v-2497dce4]:after,.attribute-panel .wave.wave-31[data-v-2497dce4]:before{width:207%;height:207%}.attribute-panel .wave.wave-32[data-v-2497dce4]:after,.attribute-panel .wave.wave-32[data-v-2497dce4]:before{width:204%;height:204%}.attribute-panel .wave.wave-33[data-v-2497dce4]:after,.attribute-panel .wave.wave-33[data-v-2497dce4]:before{width:201%;height:201%}.attribute-panel .wave.wave-34[data-v-2497dce4]:after,.attribute-panel .wave.wave-34[data-v-2497dce4]:before{width:198%;height:198%}.attribute-panel .wave.wave-35[data-v-2497dce4]:after,.attribute-panel .wave.wave-35[data-v-2497dce4]:before{width:195%;height:195%}.attribute-panel .wave.wave-36[data-v-2497dce4]:after,.attribute-panel .wave.wave-36[data-v-2497dce4]:before{width:192%;height:192%}.attribute-panel .wave.wave-37[data-v-2497dce4]:after,.attribute-panel .wave.wave-37[data-v-2497dce4]:before{width:189%;height:189%}.attribute-panel .wave.wave-38[data-v-2497dce4]:after,.attribute-panel .wave.wave-38[data-v-2497dce4]:before{width:186%;height:186%}.attribute-panel .wave.wave-39[data-v-2497dce4]:after,.attribute-panel .wave.wave-39[data-v-2497dce4]:before{width:183%;height:183%}.attribute-panel .wave.wave-40[data-v-2497dce4]:after,.attribute-panel .wave.wave-40[data-v-2497dce4]:before{width:180%;height:180%}.attribute-panel .wave.wave-41[data-v-2497dce4]:after,.attribute-panel .wave.wave-41[data-v-2497dce4]:before{width:177%;height:177%}.attribute-panel .wave.wave-42[data-v-2497dce4]:after,.attribute-panel .wave.wave-42[data-v-2497dce4]:before{width:174%;height:174%}.attribute-panel .wave.wave-43[data-v-2497dce4]:after,.attribute-panel .wave.wave-43[data-v-2497dce4]:before{width:171%;height:171%}.attribute-panel .wave.wave-44[data-v-2497dce4]:after,.attribute-panel .wave.wave-44[data-v-2497dce4]:before{width:168%;height:168%}.attribute-panel .wave.wave-45[data-v-2497dce4]:after,.attribute-panel .wave.wave-45[data-v-2497dce4]:before{width:165%;height:165%}.attribute-panel .wave.wave-46[data-v-2497dce4]:after,.attribute-panel .wave.wave-46[data-v-2497dce4]:before{width:162%;height:162%}.attribute-panel .wave.wave-47[data-v-2497dce4]:after,.attribute-panel .wave.wave-47[data-v-2497dce4]:before{width:159%;height:159%}.attribute-panel .wave.wave-48[data-v-2497dce4]:after,.attribute-panel .wave.wave-48[data-v-2497dce4]:before{width:156%;height:156%}.attribute-panel .wave.wave-49[data-v-2497dce4]:after,.attribute-panel .wave.wave-49[data-v-2497dce4]:before{width:153%;height:153%}.attribute-panel .wave.wave-50[data-v-2497dce4]:after,.attribute-panel .wave.wave-50[data-v-2497dce4]:before{width:150%;height:150%}.attribute-panel .wave.wave-51[data-v-2497dce4]:after,.attribute-panel .wave.wave-51[data-v-2497dce4]:before{width:147%;height:147%}.attribute-panel .wave.wave-52[data-v-2497dce4]:after,.attribute-panel .wave.wave-52[data-v-2497dce4]:before{width:144%;height:144%}.attribute-panel .wave.wave-53[data-v-2497dce4]:after,.attribute-panel .wave.wave-53[data-v-2497dce4]:before{width:141%;height:141%}.attribute-panel .wave.wave-54[data-v-2497dce4]:after,.attribute-panel .wave.wave-54[data-v-2497dce4]:before{width:138%;height:138%}.attribute-panel .wave.wave-55[data-v-2497dce4]:after,.attribute-panel .wave.wave-55[data-v-2497dce4]:before{width:135%;height:135%}.attribute-panel .wave.wave-56[data-v-2497dce4]:after,.attribute-panel .wave.wave-56[data-v-2497dce4]:before{width:132%;height:132%}.attribute-panel .wave.wave-57[data-v-2497dce4]:after,.attribute-panel .wave.wave-57[data-v-2497dce4]:before{width:129%;height:129%}.attribute-panel .wave.wave-58[data-v-2497dce4]:after,.attribute-panel .wave.wave-58[data-v-2497dce4]:before{width:126%;height:126%}.attribute-panel .wave.wave-59[data-v-2497dce4]:after,.attribute-panel .wave.wave-59[data-v-2497dce4]:before{width:123%;height:123%}.attribute-panel .wave.wave-60[data-v-2497dce4]:after,.attribute-panel .wave.wave-60[data-v-2497dce4]:before{width:120%;height:120%}.attribute-panel .wave.wave-61[data-v-2497dce4]:after,.attribute-panel .wave.wave-61[data-v-2497dce4]:before{width:117%;height:117%}.attribute-panel .wave.wave-62[data-v-2497dce4]:after,.attribute-panel .wave.wave-62[data-v-2497dce4]:before{width:114%;height:114%}.attribute-panel .wave.wave-63[data-v-2497dce4]:after,.attribute-panel .wave.wave-63[data-v-2497dce4]:before{width:111%;height:111%}.attribute-panel .wave.wave-64[data-v-2497dce4]:after,.attribute-panel .wave.wave-64[data-v-2497dce4]:before{width:108%;height:108%}.attribute-panel .wave.wave-65[data-v-2497dce4]:after,.attribute-panel .wave.wave-65[data-v-2497dce4]:before{width:105%;height:105%}.attribute-panel .wave.wave-66[data-v-2497dce4]:after,.attribute-panel .wave.wave-66[data-v-2497dce4]:before{width:102%;height:102%}.attribute-panel .wave.wave-67[data-v-2497dce4]:after,.attribute-panel .wave.wave-67[data-v-2497dce4]:before{width:99%;height:99%}.attribute-panel .wave.wave-68[data-v-2497dce4]:after,.attribute-panel .wave.wave-68[data-v-2497dce4]:before{width:96%;height:96%}.attribute-panel .wave.wave-69[data-v-2497dce4]:after,.attribute-panel .wave.wave-69[data-v-2497dce4]:before{width:93%;height:93%}.attribute-panel .wave.wave-70[data-v-2497dce4]:after,.attribute-panel .wave.wave-70[data-v-2497dce4]:before{width:90%;height:90%}.attribute-panel .wave.wave-71[data-v-2497dce4]:after,.attribute-panel .wave.wave-71[data-v-2497dce4]:before{width:87%;height:87%}.attribute-panel .wave.wave-72[data-v-2497dce4]:after,.attribute-panel .wave.wave-72[data-v-2497dce4]:before{width:84%;height:84%}.attribute-panel .wave.wave-73[data-v-2497dce4]:after,.attribute-panel .wave.wave-73[data-v-2497dce4]:before{width:81%;height:81%}.attribute-panel .wave.wave-74[data-v-2497dce4]:after,.attribute-panel .wave.wave-74[data-v-2497dce4]:before{width:78%;height:78%}.attribute-panel .wave.wave-75[data-v-2497dce4]:after,.attribute-panel .wave.wave-75[data-v-2497dce4]:before{width:75%;height:75%}.attribute-panel .wave.wave-76[data-v-2497dce4]:after,.attribute-panel .wave.wave-76[data-v-2497dce4]:before{width:72%;height:72%}.attribute-panel .wave.wave-77[data-v-2497dce4]:after,.attribute-panel .wave.wave-77[data-v-2497dce4]:before{width:69%;height:69%}.attribute-panel .wave.wave-78[data-v-2497dce4]:after,.attribute-panel .wave.wave-78[data-v-2497dce4]:before{width:66%;height:66%}.attribute-panel .wave.wave-79[data-v-2497dce4]:after,.attribute-panel .wave.wave-79[data-v-2497dce4]:before{width:63%;height:63%}.attribute-panel .wave.wave-80[data-v-2497dce4]:after,.attribute-panel .wave.wave-80[data-v-2497dce4]:before{width:60%;height:60%}.attribute-panel .wave.wave-81[data-v-2497dce4]:after,.attribute-panel .wave.wave-81[data-v-2497dce4]:before{width:57%;height:57%}.attribute-panel .wave.wave-82[data-v-2497dce4]:after,.attribute-panel .wave.wave-82[data-v-2497dce4]:before{width:54%;height:54%}.attribute-panel .wave.wave-83[data-v-2497dce4]:after,.attribute-panel .wave.wave-83[data-v-2497dce4]:before{width:51%;height:51%}.attribute-panel .wave.wave-84[data-v-2497dce4]:after,.attribute-panel .wave.wave-84[data-v-2497dce4]:before{width:48%;height:48%}.attribute-panel .wave.wave-85[data-v-2497dce4]:after,.attribute-panel .wave.wave-85[data-v-2497dce4]:before{width:45%;height:45%}.attribute-panel .wave.wave-86[data-v-2497dce4]:after,.attribute-panel .wave.wave-86[data-v-2497dce4]:before{width:42%;height:42%}.attribute-panel .wave.wave-87[data-v-2497dce4]:after,.attribute-panel .wave.wave-87[data-v-2497dce4]:before{width:39%;height:39%}.attribute-panel .wave.wave-88[data-v-2497dce4]:after,.attribute-panel .wave.wave-88[data-v-2497dce4]:before{width:36%;height:36%}.attribute-panel .wave.wave-89[data-v-2497dce4]:after,.attribute-panel .wave.wave-89[data-v-2497dce4]:before{width:33%;height:33%}.attribute-panel .wave.wave-90[data-v-2497dce4]:after,.attribute-panel .wave.wave-90[data-v-2497dce4]:before{width:30%;height:30%}.attribute-panel .wave.wave-91[data-v-2497dce4]:after,.attribute-panel .wave.wave-91[data-v-2497dce4]:before{width:27%;height:27%}.attribute-panel .wave.wave-92[data-v-2497dce4]:after,.attribute-panel .wave.wave-92[data-v-2497dce4]:before{width:24%;height:24%}.attribute-panel .wave.wave-93[data-v-2497dce4]:after,.attribute-panel .wave.wave-93[data-v-2497dce4]:before{width:21%;height:21%}.attribute-panel .wave.wave-94[data-v-2497dce4]:after,.attribute-panel .wave.wave-94[data-v-2497dce4]:before{width:18%;height:18%}.attribute-panel .wave.wave-95[data-v-2497dce4]:after,.attribute-panel .wave.wave-95[data-v-2497dce4]:before{width:15%;height:15%}.attribute-panel .wave.wave-96[data-v-2497dce4]:after,.attribute-panel .wave.wave-96[data-v-2497dce4]:before{width:12%;height:12%}.attribute-panel .wave.wave-97[data-v-2497dce4]:after,.attribute-panel .wave.wave-97[data-v-2497dce4]:before{width:9%;height:9%}.attribute-panel .wave.wave-98[data-v-2497dce4]:after,.attribute-panel .wave.wave-98[data-v-2497dce4]:before{width:6%;height:6%}.attribute-panel .wave.wave-99[data-v-2497dce4]:after,.attribute-panel .wave.wave-99[data-v-2497dce4]:before{width:3%;height:3%}.attribute-panel .wave.wave-100[data-v-2497dce4]:after,.attribute-panel .wave.wave-100[data-v-2497dce4]:before{width:0;height:0%}.attribute-panel .info-layer[data-v-2497dce4]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.attribute-panel .info-layer .ivalue[data-v-2497dce4]{font-family:Amaranth;line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.attribute-panel .info-layer .ivalue .iunit[data-v-2497dce4]{margin:0 0 0 3px}.attribute-panel .info-layer .ilabel[data-v-2497dce4]{line-height:1.2}@-webkit-keyframes rotate-2497dce4{50%{-webkit-transform:translate(-50%,-73%) rotate(180deg);transform:translate(-50%,-73%) rotate(180deg)}to{-webkit-transform:translate(-50%,-70%) rotate(1turn);transform:translate(-50%,-70%) rotate(1turn)}}@keyframes rotate-2497dce4{50%{-webkit-transform:translate(-50%,-73%) rotate(180deg);transform:translate(-50%,-73%) rotate(180deg)}to{-webkit-transform:translate(-50%,-70%) rotate(1turn);transform:translate(-50%,-70%) rotate(1turn)}}.clear[data-v-48e2f1ea]{clear:both;height:0;overflow:hidden}.img-circle[data-v-48e2f1ea]{border-radius:50%}.attribute-panel[data-v-48e2f1ea]{--container-color:hsla(0,0%,62.7%,0.5);--container-color-b:hsla(0,0%,62.7%,0.2);--container-color-a:hsla(0,0%,62.7%,0.4);--water-color:rgba(0,160,160,0.5);--water-color-b:rgba(0,160,160,0.2);--water-color-a:rgba(0,160,160,0.4);--width:100px;--height:300px;--ellipse-height:50px;--ellipse-border-radius:50px/25px;position:relative;padding:10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .cylinder[data-v-48e2f1ea]{position:relative;overflow:hidden;margin:0 auto;width:var(--width);height:var(--height);border-radius:var(--ellipse-border-radius);background-color:var(--container-color)}.attribute-panel .cylinder[data-v-48e2f1ea]:before{top:0;background-color:var(--container-color-b)}.attribute-panel .cylinder[data-v-48e2f1ea]:after,.attribute-panel .cylinder[data-v-48e2f1ea]:before{position:absolute;left:0;width:var(--width);height:var(--ellipse-height);border-radius:var(--ellipse-border-radius);content:""}.attribute-panel .cylinder[data-v-48e2f1ea]:after{bottom:0;background-color:var(--container-color-a)}.attribute-panel .cylinder .water[data-v-48e2f1ea]{position:absolute;left:0;bottom:0;width:var(--width);height:0;padding-top:var(--ellipse-height);border-radius:var(--ellipse-border-radius);background-color:var(--water-color);-webkit-transition:height .3s linear;transition:height .3s linear}.attribute-panel .cylinder .water[data-v-48e2f1ea]:before{top:0;background-color:var(--water-color-b)}.attribute-panel .cylinder .water[data-v-48e2f1ea]:after,.attribute-panel .cylinder .water[data-v-48e2f1ea]:before{position:absolute;left:0;width:var(--width);height:var(--ellipse-height);border-radius:var(--ellipse-border-radius);content:""}.attribute-panel .cylinder .water[data-v-48e2f1ea]:after{bottom:0;background-color:var(--water-color-a)}.attribute-panel .cylinder .info-layer[data-v-48e2f1ea]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.attribute-panel .cylinder .info-layer .ivalue[data-v-48e2f1ea]{font-family:Amaranth;line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.attribute-panel .cylinder .info-layer .ivalue .iunit[data-v-48e2f1ea]{margin:0 0 0 3px}.attribute-panel .cylinder .info-layer .ilabel[data-v-48e2f1ea]{line-height:1.2}.clear[data-v-221410f5]{clear:both;height:0;overflow:hidden}.img-circle[data-v-221410f5]{border-radius:50%}.attribute-panel[data-v-221410f5]{--normal-color:hsla(0,0%,62.7%,0.5);--width:100px;--height:200px;position:relative;padding:10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .battery[data-v-221410f5]{border:3px solid #333;width:var(--width);height:var(--height);padding:2px;border-radius:4px;position:relative;margin:15px 0}.attribute-panel .battery[data-v-221410f5]:before{content:"";height:3px;width:var(--width);background:#333;display:block;position:absolute;top:-6px;border-radius:4px 4px 0 0}.attribute-panel .battery[data-v-221410f5]:after{content:"";display:block;position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border:1px solid #fff;border-radius:2px}.attribute-panel .battery-level[data-v-221410f5]{background:#30b455;position:absolute;bottom:0;left:0;right:0}.attribute-panel .battery-level.warn[data-v-221410f5]{background-color:#efaf13}.attribute-panel .battery-level.alert[data-v-221410f5]{background-color:#e81309}.attribute-panel .battery-level.alert[data-v-221410f5]:before{background-image:url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%3E%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23e81309%22%20d%3D%22M17.927%2012l2.68-10.28c0.040-0.126%200.060-0.261%200.060-0.4%200-0.726-0.587-1.32-1.314-1.32-0.413%200-0.78%200.187-1.019%200.487l-13.38%2017.353c-0.18%200.227-0.287%200.513-0.287%200.827%200%200.733%200.6%201.333%201.333%201.333h8.073l-2.68%2010.28c-0.041%200.127-0.060%200.261-0.060%200.4%200.001%200.727%200.587%201.32%201.314%201.32%200.413%200%200.78-0.186%201.020-0.487l13.379-17.353c0.181-0.227%200.287-0.513%200.287-0.827%200-0.733-0.6-1.333-1.333-1.333h-8.073z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:18px;height:18px;width:18px;margin:-25px 0 0 2px;content:"";display:inline-block;position:absolute}.clear[data-v-0bbf514e]{clear:both;height:0;overflow:hidden}.img-circle[data-v-0bbf514e]{border-radius:50%}.widget-box[data-v-0bbf514e]{padding:10px 15px 10px 15px}.widget-box .chart-panel[data-v-0bbf514e]{border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget-box .chart-panel.show-panel[data-v-0bbf514e]{padding:15px 10px}.widget-box .chart-panel .chart-container[data-v-0bbf514e]{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.widget-box .chart-panel .chart-container .chart-loading[data-v-0bbf514e],.widget-box .chart-panel .chart-container .no-attrs-seled[data-v-0bbf514e]{position:absolute;top:0;bottom:0;z-index:10;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget-box .chart-panel .chart-container .no-attrs-seled[data-v-0bbf514e]{font-size:14px;color:#999}.clear[data-v-1375f36d]{clear:both;height:0;overflow:hidden}.img-circle[data-v-1375f36d]{border-radius:50%}.widget-box[data-v-1375f36d]{padding:10px 15px 10px 15px}.widget-box .widget-panel[data-v-1375f36d]{border-radius:8px}.widget-box .widget-panel.show-panel[data-v-1375f36d]{padding:15px 20px}.table-container[data-v-1375f36d]{height:200px;overflow-y:auto}.table-container .table-item[data-v-1375f36d]{border-bottom:1px solid #eee}.table-container .table-item .item-day[data-v-1375f36d]{height:26px;font-size:12px;color:#999;font-weight:700}.table-container .table-item .item-day[data-v-1375f36d],.table-container .table-item .item-value[data-v-1375f36d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-container .table-item .item-value[data-v-1375f36d]{font-size:14px;height:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.clear[data-v-268d1c12]{clear:both;height:0;overflow:hidden}.img-circle[data-v-268d1c12]{border-radius:50%}.attribute-panel .alabel[data-v-268d1c12]{height:20px;text-align:center;font-size:14px;line-height:20px;color:#777}.attribute-panel .avalue[data-v-268d1c12]{margin:6px 0 0 0;line-height:1.4;color:#444}.attribute-panel .aslider[data-v-268d1c12]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.clear[data-v-5c63c586]{clear:both;height:0;overflow:hidden}.img-circle[data-v-5c63c586]{border-radius:50%}.widget-card[data-v-5c63c586]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-5c63c586]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-5c63c586]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-5c63c586]{padding:0 15px 0 15px;height:70px}.attribute-panel.show-panel[data-v-5c63c586]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-5c63c586]{width:40px;height:40px;border-radius:50%;margin:0 10px 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.attribute-panel .alabel[data-v-5c63c586]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;line-height:20px;color:#333}.attribute-panel .avalue[data-v-5c63c586]{width:100px;font-size:16px;line-height:20px;color:#444;text-align:right}.number-input[data-v-5c63c586]{max-width:300px;width:80%}.clear[data-v-1db4b9b6]{clear:both;height:0;overflow:hidden}.img-circle[data-v-1db4b9b6]{border-radius:50%}.attribute-panel .alabel[data-v-1db4b9b6]{margin:10px 0 0 0;height:20px;text-align:center;font-size:14px;line-height:20px;color:#777}.attribute-panel .aslider[data-v-1db4b9b6]{margin:10px 0 0 0}.attribute-panel .aslider[data-v-1db4b9b6],.slider-control[data-v-6657dc04]{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:center;-ms-flex-pack:center;justify-content:center}.slider-control[data-v-6657dc04]{width:100%}.slider-control .slider-wrapper[data-v-6657dc04]{position:relative;overflow:hidden;width:100%;border-radius:10px}.slider-control .slider-slides[data-v-6657dc04]{display:-webkit-box;display:-ms-flexbox;display:flex;width:0;-webkit-transition:width .1s;transition:width .1s}.slider-control .slider-number[data-v-6657dc04]{position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;z-index:10;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slider-control .slider-control[data-v-6657dc04],.slider-control .slider-number[data-v-6657dc04]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px}.slider-control .slider-control[data-v-6657dc04]{width:50px;background-color:#fff;color:#666;border-radius:10px}.slider-control .slider-control.decr[data-v-6657dc04]{margin:0 5px 0 0}.slider-control .slider-control.incr[data-v-6657dc04]{margin:0 0 0 5px}.clear[data-v-b746c292]{clear:both;height:0;overflow:hidden}.img-circle[data-v-b746c292]{border-radius:50%}.attribute-panel .alabel[data-v-b746c292]{margin:0 0 0 0;height:20px;text-align:center;font-size:14px;line-height:20px;color:#777}.attribute-panel .aslider[data-v-b746c292]{margin:10px 0 0 0}.clear[data-v-9366df9c]{clear:both;height:0;overflow:hidden}.img-circle[data-v-9366df9c]{border-radius:50%}.widget-card[data-v-9366df9c]{border-radius:5px}.widget-card.show-shadow[data-v-9366df9c]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-9366df9c]{position:relative}.attribute-panel[data-v-9366df9c]:not(:last-child){margin:0 0 20px 0}.attribute-panel.show-panel[data-v-9366df9c]{padding:15px 15px;margin:0}.attribute-panel.show-panel[data-v-9366df9c]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .atop[data-v-9366df9c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.attribute-panel .atop .aimg[data-v-9366df9c],.attribute-panel .atop[data-v-9366df9c]{height:40px;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .atop .aimg[data-v-9366df9c]{width:40px;border-radius:50%;margin:0 10px 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.attribute-panel .atop .alabel[data-v-9366df9c]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;color:#333}.attribute-panel .atop .avalue[data-v-9366df9c]{width:100px;font-size:16px;color:#444;text-align:right}.attribute-panel .aslider[data-v-9366df9c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:20px 0 0 0}.clear[data-v-413ac9f0]{clear:both;height:0;overflow:hidden}.img-circle[data-v-413ac9f0]{border-radius:50%}.attribute-panel[data-v-413ac9f0]{position:relative;text-align:center}.attribute-panel .aimg[data-v-413ac9f0]{width:100px;height:100px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.attribute-panel .aimg .aswitchlabel[data-v-413ac9f0]{margin:5px 0 0 0;display:block}.attribute-panel .alabel[data-v-413ac9f0]{margin:8px 0 0 0;height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-1f51d91a]{clear:both;height:0;overflow:hidden}.img-circle[data-v-1f51d91a]{border-radius:50%}.attribute-panel[data-v-1f51d91a]{position:relative;text-align:center}.attribute-panel.cols-1 .aimg[data-v-1f51d91a]{width:80px;height:80px}.attribute-panel.cols-2 .aimg[data-v-1f51d91a]{width:50px;height:50px}.attribute-panel.cols-3 .aimg[data-v-1f51d91a]{width:40px;height:40px}.attribute-panel.cols-4 .aimg[data-v-1f51d91a]{width:30px;height:30px}.attribute-panel .aimg[data-v-1f51d91a]{display:inline-block;border-radius:50%;text-align:center}.attribute-panel .alabel[data-v-1f51d91a]{margin:10px 0 0 0;font-size:14px;line-height:20px;color:#777}.clear[data-v-2d934818]{clear:both;height:0;overflow:hidden}.img-circle[data-v-2d934818]{border-radius:50%}.attribute-panel[data-v-2d934818]{position:relative;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:left;-ms-flex-align:left;align-items:left;height:110px;padding:10px 10px}.attribute-panel .aimg[data-v-2d934818]{height:60px}.attribute-panel .aimg[data-v-2d934818],.attribute-panel .alabel[data-v-2d934818]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.attribute-panel .alabel[data-v-2d934818],.attribute-panel .astate[data-v-2d934818]{height:25px;font-size:14px;color:#333;overflow:hidden}.attribute-panel .astate[data-v-2d934818]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.clear[data-v-6a9f3bac]{clear:both;height:0;overflow:hidden}.img-circle[data-v-6a9f3bac]{border-radius:50%}.attribute-panel[data-v-6a9f3bac]{position:relative;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:left;-ms-flex-align:left;align-items:left;padding:15px}.attribute-panel.column .amain[data-v-6a9f3bac],.attribute-panel[data-v-6a9f3bac]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel.column .amain .ainfo[data-v-6a9f3bac]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0 0}.attribute-panel .amain[data-v-6a9f3bac]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;width:100%}.attribute-panel .amain .aimg[data-v-6a9f3bac],.attribute-panel .amain[data-v-6a9f3bac]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .amain .aimg[data-v-6a9f3bac]{width:40px;height:40px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f90}.attribute-panel .amain .ainfo[data-v-6a9f3bac]{margin:0 0 0 10px;-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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attribute-panel .amain .ainfo .alabel[data-v-6a9f3bac]{height:14px;font-size:14px;line-height:1;color:#333;font-weight:500;overflow:hidden}.attribute-panel .amain .ainfo .astate[data-v-6a9f3bac]{margin:5px 0 0 0;height:12px;font-size:12px;line-height:1;color:#666;overflow:hidden}.clear[data-v-980c89dc]{clear:both;height:0;overflow:hidden}.img-circle[data-v-980c89dc]{border-radius:50%}.attribute-panel[data-v-980c89dc]{--shadow-color:#0951df;--shadow-size:20px;--circle-size:20px;position:relative;text-align:center;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel .circle[data-v-980c89dc]{width:var(--circle-size);height:var(--circle-size);border-radius:50%}.attribute-panel .circle.on[data-v-980c89dc]{-webkit-animation:halo-980c89dc 1.5s linear infinite;animation:halo-980c89dc 1.5s linear infinite}@-webkit-keyframes halo-980c89dc{0%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}40%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}to{-webkit-box-shadow:0 0 0 var(--shadow-size) hsla(0,0%,100%,0);box-shadow:0 0 0 var(--shadow-size) hsla(0,0%,100%,0)}}@keyframes halo-980c89dc{0%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}40%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}to{-webkit-box-shadow:0 0 0 var(--shadow-size) hsla(0,0%,100%,0);box-shadow:0 0 0 var(--shadow-size) hsla(0,0%,100%,0)}}.attribute-panel .alabel[data-v-980c89dc]{font-size:14px;line-height:20px;color:#777}.clear[data-v-304faa7c]{clear:both;height:0;overflow:hidden}.img-circle[data-v-304faa7c]{border-radius:50%}.attribute-panel[data-v-304faa7c]{--on-bgcolor:#f90}.attribute-panel .switch-state[data-v-304faa7c]{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;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;background-color:var(--off-bgcolor)}.attribute-panel .switch-state.on[data-v-304faa7c]{background-color:var(--on-bgcolor)}.clear[data-v-593bb09a]{clear:both;height:0;overflow:hidden}.img-circle[data-v-593bb09a]{border-radius:50%}.attribute-panel[data-v-593bb09a]{text-align:left}.attribute-panel.text-center[data-v-593bb09a]{text-align:center}.attribute-panel.text-right[data-v-593bb09a]{text-align:right}.attribute-panel .alabel[data-v-593bb09a]{height:20px;font-size:14px;line-height:20px;color:#777}.attribute-panel .atext[data-v-593bb09a]{margin:5px 0 0 0;min-height:22px;line-height:1.2;color:#444;word-break:break-all}.clear[data-v-371f7365]{clear:both;height:0;overflow:hidden}.img-circle[data-v-371f7365]{border-radius:50%}.widget-card[data-v-371f7365]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-371f7365]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-371f7365]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-371f7365]{padding:0 20px 0 15px;height:70px}.attribute-panel.show-panel[data-v-371f7365]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-371f7365]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.attribute-panel .alabel[data-v-371f7365]{margin:0 10px;font-size:16px;line-height:20px;color:#333;min-width:40px;max-width:120px;max-height:40px;overflow:hidden}.attribute-panel .avalue[data-v-371f7365]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;line-height:20px;color:#444;text-align:right;min-width:100px;min-height:20px;max-height:40px;overflow:hidden}.clear[data-v-3082eb38]{clear:both;height:0;overflow:hidden}.img-circle[data-v-3082eb38]{border-radius:50%}.attribute-panel[data-v-3082eb38]{position:relative;text-align:center}.attribute-panel .aimg[data-v-3082eb38]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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-radius:50%;position:relative}.attribute-panel .aimg .aswitchlabel[data-v-3082eb38]{margin:5px 0 0 0;display:block}.attribute-panel .aimg .aloading[data-v-3082eb38]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .alabel[data-v-3082eb38]{margin:8px 0 0 0;height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-718d48da]{clear:both;height:0;overflow:hidden}.img-circle[data-v-718d48da]{border-radius:50%}.attribute-panel[data-v-718d48da]{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}.attribute-panel .aswitch .style-inset[data-v-718d48da]{margin-left:15px}.attribute-panel .alabel[data-v-718d48da]{margin:10px 0 0 0;height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-7d11d656]{clear:both;height:0;overflow:hidden}.img-circle[data-v-7d11d656]{border-radius:50%}.widget-card[data-v-7d11d656]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-7d11d656]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-7d11d656]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.attribute-panel.show-panel[data-v-7d11d656]{padding:0 15px 0 15px;height:70px}.attribute-panel.show-panel[data-v-7d11d656]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-7d11d656]{width:36px;height:36px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aimg[data-v-7d11d656],.attribute-panel .alabel[data-v-7d11d656]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center}.attribute-panel .alabel[data-v-7d11d656]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attribute-panel .alabel .aname[data-v-7d11d656]{font-size:16px;line-height:22px;color:#2f354d}.attribute-panel .alabel .astate[data-v-7d11d656]{font-size:13px;line-height:18px;color:#909399}.attribute-panel .aswitch[data-v-7d11d656]{display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.clear[data-v-5b021d3d]{clear:both;height:0;overflow:hidden}.img-circle[data-v-5b021d3d]{border-radius:50%}.widget-card[data-v-5b021d3d]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-5b021d3d]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-5b021d3d]{position:relative;height:45px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-5b021d3d]{padding:0 15px 0 15px;height:50px}.attribute-panel.show-panel[data-v-5b021d3d]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .alabel[data-v-5b021d3d]{font-size:16px;line-height:20px;color:#2f354d}.attribute-panel .aswitch[data-v-5b021d3d]{display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel .aswitch .style-inset[data-v-5b021d3d]{margin-left:15px}.clear[data-v-2c5b4d22]{clear:both;height:0;overflow:hidden}.img-circle[data-v-2c5b4d22]{border-radius:50%}.attribute-panel .loading[data-v-2c5b4d22]{opacity:.5}.attribute-panel .aloading[data-v-2c5b4d22]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clear[data-v-3515cf26]{clear:both;height:0;overflow:hidden}.img-circle[data-v-3515cf26]{border-radius:50%}.attribute-panel[data-v-3515cf26]{position:relative;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:left;-ms-flex-align:left;align-items:left;height:110px;padding:10px 10px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer}.attribute-panel.loading[data-v-3515cf26]{opacity:.5}.attribute-panel .aloading[data-v-3515cf26]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aimg[data-v-3515cf26]{height:60px}.attribute-panel .aimg[data-v-3515cf26],.attribute-panel .alabel[data-v-3515cf26]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.attribute-panel .alabel[data-v-3515cf26],.attribute-panel .astate[data-v-3515cf26]{height:25px;font-size:14px;color:#333;overflow:hidden}.attribute-panel .astate[data-v-3515cf26]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.clear[data-v-1f68aa47]{clear:both;height:0;overflow:hidden}.img-circle[data-v-1f68aa47]{border-radius:50%}.attribute-panel[data-v-1f68aa47]{position:relative;border-radius:8px;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:70px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer}.attribute-panel.loading[data-v-1f68aa47]{opacity:.5}.attribute-panel .aloading[data-v-1f68aa47]{position:absolute;top:0;left:0;right:0;bottom:0}.attribute-panel .aimg[data-v-1f68aa47],.attribute-panel .aloading[data-v-1f68aa47]{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}.attribute-panel .aimg[data-v-1f68aa47]{height:100%;width:100%}.clear[data-v-095d57a6]{clear:both;height:0;overflow:hidden}.img-circle[data-v-095d57a6]{border-radius:50%}.attribute-panel[data-v-095d57a6]{position:relative;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:left;-ms-flex-align:left;align-items:left;padding:15px}.attribute-panel.column .amain[data-v-095d57a6],.attribute-panel[data-v-095d57a6]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel.column .amain .ainfo[data-v-095d57a6]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0 0}.attribute-panel .amain[data-v-095d57a6]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;width:100%}.attribute-panel .amain .aimg[data-v-095d57a6],.attribute-panel .amain[data-v-095d57a6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .amain .aimg[data-v-095d57a6]{width:40px;height:40px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f90}.attribute-panel .amain .ainfo[data-v-095d57a6]{margin:0 0 0 10px;-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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attribute-panel .amain .ainfo .alabel[data-v-095d57a6]{height:14px;font-size:14px;line-height:1;color:#333;font-weight:500;overflow:hidden}.attribute-panel .amain .ainfo .astate[data-v-095d57a6]{margin:5px 0 0 0;height:12px;font-size:12px;line-height:1;color:#666;overflow:hidden}.clear[data-v-881178ee]{clear:both;height:0;overflow:hidden}.img-circle[data-v-881178ee]{border-radius:50%}.widget-card[data-v-881178ee]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-881178ee]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-881178ee]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.attribute-panel.show-panel[data-v-881178ee]{padding:0 20px 0 15px;height:70px}.attribute-panel.show-panel[data-v-881178ee]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-881178ee]{width:30px}.attribute-panel .alabel[data-v-881178ee]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attribute-panel .alabel .aname[data-v-881178ee]{font-size:16px;line-height:20px;color:#2f354d}.attribute-panel .alabel .astate[data-v-881178ee]{font-size:13px;line-height:18px;color:#909399}.attribute-panel .aswitch[data-v-881178ee]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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;position:relative}.attribute-panel .aswitch.loading[data-v-881178ee]{opacity:.5}.attribute-panel .aswitch .aloading[data-v-881178ee]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clear[data-v-20eb07ec]{clear:both;height:0;overflow:hidden}.img-circle[data-v-20eb07ec]{border-radius:50%}.widget-card[data-v-20eb07ec]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px}.attribute-panel[data-v-20eb07ec]{position:relative;border-radius:5px;overflow:hidden}.attribute-panel.show-shadow[data-v-20eb07ec]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel.show-panel[data-v-20eb07ec]{padding:10px 15px 10px 15px}.attribute-panel.show-panel[data-v-20eb07ec]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aswitch-container[data-v-20eb07ec]{height:40px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.attribute-panel .aswitch-container .alabel[data-v-20eb07ec]{font-size:16px;color:#2f354d}.attribute-panel .aswitch-container .adelay-timer[data-v-20eb07ec]{-webkit-box-flex:1;-ms-flex:1;flex:1;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;gap:3px;font-size:14px}.attribute-panel .aswitch-container .aswitch[data-v-20eb07ec]{display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel .aswitch-container .aswitch .style-inset[data-v-20eb07ec]{margin-left:15px}.attribute-panel .aswitch-delay-state[data-v-20eb07ec]{height:40px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aswitch-delay-state .alabel[data-v-20eb07ec]{font-size:16px;color:#2f354d}.attribute-panel .aswitch-delay-state .aswitch[data-v-20eb07ec]{display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel .aswitch-delay-state .aswitch .style-inset[data-v-20eb07ec]{margin-left:15px}.attribute-panel .aswitch-delay-time[data-v-20eb07ec]{height:40px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aswitch-delay-time .alabel[data-v-20eb07ec]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;color:#2f354d}.attribute-panel .aswitch-delay-time .atime[data-v-20eb07ec]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:150px;padding:0 10px 0 0}.clear[data-v-c94c77bc]{clear:both;height:0;overflow:hidden}.img-circle[data-v-c94c77bc]{border-radius:50%}.attribute-panel[data-v-c94c77bc]{position:relative;height:40px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.attribute-panel .aimg[data-v-c94c77bc]{width:36px;height:36px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aimg[data-v-c94c77bc],.attribute-panel .alabel[data-v-c94c77bc]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center}.attribute-panel .alabel[data-v-c94c77bc]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attribute-panel .alabel .aname[data-v-c94c77bc]{font-size:16px;line-height:22px;color:#2f354d}.attribute-panel .alabel .astate[data-v-c94c77bc]{font-size:13px;line-height:18px;color:#909399}.attribute-panel .aswitch[data-v-c94c77bc]{width:50px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.attribute-panel .adelay[data-v-c94c77bc],.attribute-panel .aswitch[data-v-c94c77bc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel .adelay[data-v-c94c77bc]{width:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .adelay .adelay-timer[data-v-c94c77bc]{font-size:11px;line-height:11px}.sheet-container[data-v-c94c77bc]{padding:30px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.sheet-container .info-list[data-v-c94c77bc]{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sheet-container .info-list .ilabel[data-v-c94c77bc],.sheet-container .info-list[data-v-c94c77bc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sheet-container .info-list .ilabel[data-v-c94c77bc]{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sheet-container .info-list .ilabel .ilabel1[data-v-c94c77bc]{font-size:16px;line-height:22px;color:#2f354d}.sheet-container .info-list .ilabel .ilabel2[data-v-c94c77bc]{font-size:12px;line-height:18px;color:#909399}.sheet-container .info-list .ilabel .ilabel2 .itime[data-v-c94c77bc]{margin:0 5px;color:#000}.sheet-container .info-list .ivalue[data-v-c94c77bc]{font-size:16px;line-height:22px;color:#909399}.sheet-container .info-list .ivalue.offset-right[data-v-c94c77bc]{margin-right:-10px}.clear[data-v-75bd6618]{clear:both;height:0;overflow:hidden}.img-circle[data-v-75bd6618]{border-radius:50%}.widget-card[data-v-75bd6618]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px}.attribute-panel[data-v-75bd6618]{position:relative;border-radius:5px;overflow:hidden}.attribute-panel.show-shadow[data-v-75bd6618]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel.show-panel[data-v-75bd6618]{padding:10px 15px 10px 15px}.attribute-panel.show-panel[data-v-75bd6618]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aswitch-container[data-v-75bd6618]{height:40px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.attribute-panel .aswitch-container .alabel[data-v-75bd6618]{font-size:16px;color:#2f354d}.attribute-panel .aswitch-container .adelay-timer[data-v-75bd6618]{-webkit-box-flex:1;-ms-flex:1;flex:1;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;gap:3px;font-size:14px}.attribute-panel .aswitch-container .aswitch[data-v-75bd6618]{display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel .aswitch-container .aswitch .style-inset[data-v-75bd6618]{margin-left:15px}.attribute-panel .aswitch-delay-state[data-v-75bd6618]{height:40px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aswitch-delay-state .alabel[data-v-75bd6618]{font-size:16px;color:#2f354d}.attribute-panel .aswitch-delay-state .aswitch[data-v-75bd6618]{display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.attribute-panel .aswitch-delay-state .aswitch .style-inset[data-v-75bd6618]{margin-left:15px}.attribute-panel .aswitch-delay-time[data-v-75bd6618]{height:40px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aswitch-delay-time .alabel[data-v-75bd6618]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;color:#2f354d}.attribute-panel .aswitch-delay-time .atime[data-v-75bd6618]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:150px;padding:0 10px 0 0}.clear[data-v-fa30d416]{clear:both;height:0;overflow:hidden}.img-circle[data-v-fa30d416]{border-radius:50%}.widget-card[data-v-fa30d416]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-fa30d416]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.entry-panel[data-v-fa30d416]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.entry-panel.show-panel[data-v-fa30d416]{padding:0 20px 0 15px;height:70px}.entry-panel.show-panel[data-v-fa30d416]:not(:last-child){border-bottom:1px solid #eee}.entry-panel .aimg[data-v-fa30d416]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.entry-panel .alabel[data-v-fa30d416]{margin:0 10px;min-width:40px;max-width:120px;max-height:40px;overflow:hidden}.entry-panel .alabel .alabel-text[data-v-fa30d416]{font-size:16px;line-height:22px;color:#333}.entry-panel .alabel .alabel-remark[data-v-fa30d416]{font-size:13px;line-height:18px;color:#888}.entry-panel .alink[data-v-fa30d416]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;color:#444;min-width:100px;min-height:20px;max-height:40px;overflow:hidden}.entry-panel .alink .alink-text[data-v-fa30d416]{margin:0 5px 0 0;font-size:14px}.attribute-panel[data-v-fa30d416]{position:relative;height:50px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.attribute-panel.show-panel[data-v-fa30d416]{padding:0 20px 0 15px;height:70px}.attribute-panel.show-panel[data-v-fa30d416]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .acheck[data-v-fa30d416]{width:30px;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.attribute-panel .acheck[data-v-fa30d416],.attribute-panel .acheck span[data-v-fa30d416]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .acheck span[data-v-fa30d416]{height:20px;width:20px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#eee}.attribute-panel .acheck span i[data-v-fa30d416]{font-size:16px;color:#fff}.attribute-panel .aimg[data-v-fa30d416]{width:32px;height:32px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aimg[data-v-fa30d416],.attribute-panel .alabel[data-v-fa30d416]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center}.attribute-panel .alabel[data-v-fa30d416]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attribute-panel .alabel .aname[data-v-fa30d416]{font-size:16px;line-height:20px;color:#2f354d}.attribute-panel .alabel .astate[data-v-fa30d416]{font-size:13px;line-height:18px;color:#909399}.attribute-panel .aswitch[data-v-fa30d416]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.clear[data-v-7fdb17ab]{clear:both;height:0;overflow:hidden}.img-circle[data-v-7fdb17ab]{border-radius:50%}.attribute-panel[data-v-7fdb17ab]{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}.attribute-panel .alabel[data-v-7fdb17ab]{margin:0 0 5px 0;height:20px;font-size:14px;line-height:20px;color:#333}.attribute-panel .aswitch[data-v-7fdb17ab]{margin:5px 0 0 0}.clear[data-v-28437c74]{clear:both;height:0;overflow:hidden}.img-circle[data-v-28437c74]{border-radius:50%}.attribute-panel[data-v-28437c74]{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}.attribute-panel .alabel[data-v-28437c74]{margin:0 0 8px 0;height:20px;font-size:14px;line-height:20px;color:#333}.btns[data-v-28437c74]{background-color:#f90;height:50px;border-radius:25px;-webkit-box-shadow:0 2px 4px -1px rgba(25,25,25,.2);box-shadow:0 2px 4px -1px rgba(25,25,25,.2);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:nowrap;flex-wrap:nowrap}.btns input[data-v-28437c74]{display:none}.btns label[data-v-28437c74]{display:table;padding:0;height:100%;margin:0;text-align:center;border-left:1px solid rgba(0,0,0,.05)}.btns label[data-v-28437c74]:first-child{border-left:none;border-radius:50% 0 0 50%}.btns label:first-child .btn[data-v-28437c74]{border-radius:25px 0 0 25px}.btns label[data-v-28437c74]:last-child{border-radius:0 50% 50% 0}.btns label:last-child .btn[data-v-28437c74]{border-radius:0 25px 25px 0}.btns .btn[data-v-28437c74]{font-size:14px;cursor:pointer;width:100%;padding:0 10px;display:table-cell;vertical-align:middle;font-weight:300;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.04);-webkit-box-shadow:inset 0 30px 20px -20px hsla(0,0%,100%,.15);box-shadow:inset 0 30px 20px -20px hsla(0,0%,100%,.15);-webkit-transition:color .25s cubic-bezier(.165,.84,.44,1),-webkit-box-shadow .25s cubic-bezier(.895,.03,.685,.22);transition:color .25s cubic-bezier(.165,.84,.44,1),-webkit-box-shadow .25s cubic-bezier(.895,.03,.685,.22);transition:color .25s cubic-bezier(.165,.84,.44,1),box-shadow .25s cubic-bezier(.895,.03,.685,.22);transition:color .25s cubic-bezier(.165,.84,.44,1),box-shadow .25s cubic-bezier(.895,.03,.685,.22),-webkit-box-shadow .25s cubic-bezier(.895,.03,.685,.22)}.btns .btn[data-v-28437c74]:hover{-webkit-box-shadow:inset 0 30px 30px -20px rgba(50,50,50,.02);box-shadow:inset 0 30px 30px -20px rgba(50,50,50,.02);-webkit-transition:all .25s cubic-bezier(.165,.84,.44,1);transition:all .25s cubic-bezier(.165,.84,.44,1)}.btns .btn[data-v-28437c74]:after{content:"✔";display:inline-block;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:margin .25s cubic-bezier(.6,-.28,.735,.045) .1s,-webkit-transform .25s cubic-bezier(.895,.03,.685,.22);transition:margin .25s cubic-bezier(.6,-.28,.735,.045) .1s,-webkit-transform .25s cubic-bezier(.895,.03,.685,.22);transition:margin .25s cubic-bezier(.6,-.28,.735,.045) .1s,transform .25s cubic-bezier(.895,.03,.685,.22);transition:margin .25s cubic-bezier(.6,-.28,.735,.045) .1s,transform .25s cubic-bezier(.895,.03,.685,.22),-webkit-transform .25s cubic-bezier(.895,.03,.685,.22)}.btns input:checked+.btn[data-v-28437c74]{color:#5f6982;text-shadow:none;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(65%,rgba(25,25,25,0)),to(rgba(25,25,25,.08)));background-image:linear-gradient(0deg,rgba(25,25,25,0) 65%,rgba(25,25,25,.08));-webkit-box-shadow:inset 0 10px 50px rgba(25,25,25,.08);box-shadow:inset 0 10px 50px rgba(25,25,25,.08);-webkit-transition:color .5s cubic-bezier(.165,.84,.44,1),-webkit-box-shadow .15s;transition:color .5s cubic-bezier(.165,.84,.44,1),-webkit-box-shadow .15s;transition:color .5s cubic-bezier(.165,.84,.44,1),box-shadow .15s;transition:color .5s cubic-bezier(.165,.84,.44,1),box-shadow .15s,-webkit-box-shadow .15s}.btns input:checked+.btn[data-v-28437c74]:after{margin-left:10px;-webkit-transform:scale(1.25);transform:scale(1.25);-webkit-transition:margin .5s,-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275) .25s;transition:margin .5s,-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275) .25s;transition:transform .5s cubic-bezier(.175,.885,.32,1.275) .25s,margin .5s;transition:transform .5s cubic-bezier(.175,.885,.32,1.275) .25s,margin .5s,-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275) .25s}.clear[data-v-f3eeb8ca]{clear:both;height:0;overflow:hidden}.img-circle[data-v-f3eeb8ca]{border-radius:50%}.attribute-panel[data-v-f3eeb8ca]{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}.attribute-panel .alabel[data-v-f3eeb8ca]{margin:0 0 5px 0;height:20px;font-size:14px;line-height:20px;color:#333}.radio-tile-group[data-v-f3eeb8ca]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.radio-tile-group .input-container[data-v-f3eeb8ca]{position:relative;height:80px;width:80px;margin:10px}.radio-tile-group .input-container .radio-button[data-v-f3eeb8ca]{opacity:0;position:absolute;top:0;left:0;z-index:10;height:100%;width:100%;margin:0;cursor:pointer}.radio-tile-group .input-container .radio-tile[data-v-f3eeb8ca]{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;width:100%;height:100%;border:2px solid #079ad9;border-radius:5px;padding:10px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.radio-tile-group .input-container .radio-icon[data-v-f3eeb8ca]{color:#079ad9}.radio-tile-group .input-container .radio-tile-label[data-v-f3eeb8ca]{margin:10px 0 0 0;text-align:center;font-size:12px;line-height:1.2;font-weight:600;letter-spacing:1px;color:#079ad9}.radio-tile-group .input-container .radio-button:checked+.radio-tile[data-v-f3eeb8ca]{background-color:#079ad9;border:2px solid #079ad9;color:#fff;-webkit-transform:scale(1.1);transform:scale(1.1)}.radio-tile-group .input-container .radio-button:checked+.radio-tile .icon i[data-v-f3eeb8ca]{color:#fff}.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label[data-v-f3eeb8ca]{color:#fff;background-color:#079ad9}.clear[data-v-204d338c]{clear:both;height:0;overflow:hidden}.img-circle[data-v-204d338c]{border-radius:50%}.widget-card[data-v-204d338c]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-204d338c]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-204d338c]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-204d338c]{padding:0 15px 0 15px;height:70px}.attribute-panel.show-panel[data-v-204d338c]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-204d338c]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.attribute-panel .alabel[data-v-204d338c]{margin:0 10px;font-size:16px;line-height:20px;color:#333}.attribute-panel .avalue[data-v-204d338c]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;font-size:16px;line-height:20px;color:#444;text-align:right}.clear[data-v-02d3d4de]{clear:both;height:0;overflow:hidden}.img-circle[data-v-02d3d4de]{border-radius:50%}.attribute-panel .alabel[data-v-02d3d4de]{margin:0 0 8px 0;height:20px;text-align:center;font-size:14px;line-height:20px;color:#333}.clear[data-v-abdb944e]{clear:both;height:0;overflow:hidden}.img-circle[data-v-abdb944e]{border-radius:50%}.attribute-panel[data-v-abdb944e]{margin:8px 20px;-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}.attribute-panel .alabel[data-v-abdb944e],.attribute-panel[data-v-abdb944e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.attribute-panel .alabel[data-v-abdb944e]{margin:0 0 8px 0;height:20px;font-size:14px;line-height:20px;color:#333}.tabs-wrapper[data-v-abdb944e]{width:100%;overflow-x:auto;overflow-y:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs-wrapper[data-v-abdb944e]::-webkit-scrollbar{display:none}.tabs-wrapper .eitem[data-v-abdb944e]{z-index:1;height:100%;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;-webkit-transition:color .6s ease;transition:color .6s ease;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;padding:0 10px}.tabs-wrapper .eitem .elabel[data-v-abdb944e]{padding:0 10px;white-space:nowrap}.tabs-wrapper .etab[data-v-abdb944e]{position:absolute;height:100%;top:0;left:0;bottom:0;z-index:0;-webkit-transition:.6s cubic-bezier(.68,-.55,.265,1.55);transition:.6s cubic-bezier(.68,-.55,.265,1.55)}.clear[data-v-9f072f00]{clear:both;height:0;overflow:hidden}.img-circle[data-v-9f072f00]{border-radius:50%}.attribute-panel[data-v-9f072f00]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px}.attribute-panel.show-panel[data-v-9f072f00]{padding:20px;border-radius:5px}.attribute-panel.show-shadow[data-v-9f072f00]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel .enum-item[data-v-9f072f00]{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;cursor:pointer}.attribute-panel .enum-item .ei-icon[data-v-9f072f00]{width:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.attribute-panel .enum-item .ei-info[data-v-9f072f00]{-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-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow-x:hidden}.attribute-panel .enum-item .ei-info .ei-name[data-v-9f072f00]{font-size:16px;color:#333}.attribute-panel .enum-item .ei-info .ei-remark[data-v-9f072f00]{font-size:12px;line-height:16px;color:#999}.attribute-panel .enum-item .ei-select[data-v-9f072f00]{width:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.clear[data-v-2b7dae67]{clear:both;height:0;overflow:hidden}.img-circle[data-v-2b7dae67]{border-radius:50%}.widget-card[data-v-2b7dae67]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-2b7dae67]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.widget-card.show-panel[data-v-2b7dae67]{padding:20px 15px}.widget-card.show-panel[data-v-2b7dae67]:not(:last-child){border-bottom:1px solid #eee}.widget-card .attr-name[data-v-2b7dae67]{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;height:20px;font-size:14px;line-height:20px;color:#333;margin:0 0 20px 0}.widget-card .attribute-panel[data-v-2b7dae67]{position:relative;text-align:center}.widget-card .attribute-panel .aimg[data-v-2b7dae67]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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-radius:50%;position:relative}.widget-card .attribute-panel .aimg .aswitchlabel[data-v-2b7dae67]{margin:5px 0 0 0;display:block}.widget-card .attribute-panel .alabel[data-v-2b7dae67]{margin:10px 0 0 0;height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-73870352]{clear:both;height:0;overflow:hidden}.img-circle[data-v-73870352]{border-radius:50%}.widget-card[data-v-73870352]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-73870352]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-73870352]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-73870352]{padding:0 15px 0 15px;height:70px}.attribute-panel.show-panel[data-v-73870352]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-73870352]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.attribute-panel .alabel[data-v-73870352]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px;font-size:16px;line-height:20px;color:#333}.attribute-panel .avalue[data-v-73870352]{width:100px;font-size:16px;line-height:20px;color:#444;text-align:right}.clear[data-v-0fdedbbf]{clear:both;height:0;overflow:hidden}.img-circle[data-v-0fdedbbf]{border-radius:50%}.widget-card[data-v-0fdedbbf]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-0fdedbbf]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-0fdedbbf]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-0fdedbbf]{padding:0 15px 0 15px;height:70px}.attribute-panel.show-panel[data-v-0fdedbbf]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-0fdedbbf]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.attribute-panel .alabel[data-v-0fdedbbf]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px;font-size:16px;line-height:20px;color:#333}.attribute-panel .avalue[data-v-0fdedbbf]{min-width:100px;font-size:16px;line-height:20px;color:#444;text-align:right}.clear[data-v-39b7c2a4]{clear:both;height:0;overflow:hidden}.img-circle[data-v-39b7c2a4]{border-radius:50%}.widget-card[data-v-39b7c2a4]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-39b7c2a4]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-39b7c2a4]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-39b7c2a4]{padding:0 15px 0 15px;height:70px}.attribute-panel.show-panel[data-v-39b7c2a4]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-39b7c2a4]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.attribute-panel .alabel[data-v-39b7c2a4]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px;font-size:16px;line-height:20px;color:#333}.attribute-panel .avalue[data-v-39b7c2a4]{min-width:100px;font-size:16px;line-height:20px;color:#444;text-align:right}.clear[data-v-0c29a1b8]{clear:both;height:0;overflow:hidden}.img-circle[data-v-0c29a1b8]{border-radius:50%}.widget-card[data-v-0c29a1b8]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-0c29a1b8]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-0c29a1b8]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-0c29a1b8]{padding:0 15px 0 15px;height:70px}.attribute-panel.show-panel[data-v-0c29a1b8]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-0c29a1b8]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.attribute-panel .alabel[data-v-0c29a1b8]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px;font-size:16px;line-height:20px;color:#333}.attribute-panel .avalue[data-v-0c29a1b8]{min-width:100px;font-size:16px;line-height:20px;color:#444;text-align:right}.weekdays[data-v-0c29a1b8]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;padding:0 20px 20px 20px}.menu-options[data-v-0c29a1b8]{--theme-color:#1e88e5}.menu-options .oitem[data-v-0c29a1b8]{padding:0 20px;height:40px;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;cursor:pointer;color:#666}.menu-options .oitem.checked[data-v-0c29a1b8]{color:var(--theme-color)}.menu-options .oitem .olabel[data-v-0c29a1b8]{font-size:14px}.menu-options .oitem .ochecked[data-v-0c29a1b8]{font-size:18px}.clear[data-v-d77bd83c]{clear:both;height:0;overflow:hidden}.img-circle[data-v-d77bd83c]{border-radius:50%}.widget-card[data-v-d77bd83c]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-d77bd83c]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-d77bd83c]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-d77bd83c]{padding:0 10px 0 15px;height:70px}.attribute-panel.show-panel[data-v-d77bd83c]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-d77bd83c]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aimg[data-v-d77bd83c],.attribute-panel .alabel[data-v-d77bd83c]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center}.attribute-panel .alabel[data-v-d77bd83c]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attribute-panel .alabel .aname[data-v-d77bd83c]{font-size:16px;line-height:22px;color:#222}.attribute-panel .alabel .atimer[data-v-d77bd83c]{font-size:13px;line-height:18px;color:#666}.attribute-panel .aswitch[data-v-d77bd83c]{display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.time-picker[data-v-d77bd83c]{margin:0 20px}.weekdays[data-v-d77bd83c]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;padding:0 20px 20px 20px}.menu-options[data-v-d77bd83c]{--theme-color:#1e88e5}.menu-options .oitem[data-v-d77bd83c]{padding:0 20px;height:40px;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;cursor:pointer;color:#666}.menu-options .oitem.checked[data-v-d77bd83c]{color:var(--theme-color)}.menu-options .oitem .olabel[data-v-d77bd83c]{font-size:14px}.menu-options .oitem .ochecked[data-v-d77bd83c]{font-size:18px}.clear[data-v-454c24e6]{clear:both;height:0;overflow:hidden}.img-circle[data-v-454c24e6]{border-radius:50%}.widget-card[data-v-454c24e6]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-454c24e6]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-454c24e6]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-454c24e6]{padding:0 10px 0 15px;height:70px}.attribute-panel.show-panel[data-v-454c24e6]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-454c24e6]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel .aimg[data-v-454c24e6],.attribute-panel .alabel[data-v-454c24e6]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center}.attribute-panel .alabel[data-v-454c24e6]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.attribute-panel .alabel .aname[data-v-454c24e6]{font-size:16px;line-height:22px;color:#222}.attribute-panel .alabel .atimer[data-v-454c24e6]{font-size:13px;line-height:18px;color:#666}.attribute-panel .aswitch[data-v-454c24e6]{display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.time-range[data-v-454c24e6]{margin:0 20px;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;gap:20px}.time-range .end-time[data-v-454c24e6],.time-range .start-time[data-v-454c24e6]{-webkit-box-flex:1;-ms-flex:1;flex:1}.weekdays[data-v-454c24e6]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;padding:0 20px 20px 20px}.menu-options[data-v-454c24e6]{--theme-color:#1e88e5}.menu-options .oitem[data-v-454c24e6]{padding:0 20px;height:40px;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;cursor:pointer;color:#666}.menu-options .oitem.checked[data-v-454c24e6]{color:var(--theme-color)}.menu-options .oitem .olabel[data-v-454c24e6]{font-size:14px}.menu-options .oitem .ochecked[data-v-454c24e6]{font-size:18px}.clear[data-v-0a3f0f94]{clear:both;height:0;overflow:hidden}.img-circle[data-v-0a3f0f94]{border-radius:50%}.attribute-panel[data-v-0a3f0f94]{position:relative}.attribute-panel .alabel[data-v-0a3f0f94]{padding:0 0 10px 0;font-size:14px;line-height:20px;color:#777;text-align:center}.attribute-panel .apicker[data-v-0a3f0f94]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.clear[data-v-77781b1a]{clear:both;height:0;overflow:hidden}.img-circle[data-v-77781b1a]{border-radius:50%}.attribute-panel[data-v-77781b1a]{position:relative}.attribute-panel .alabel[data-v-77781b1a]{padding:0 0 10px 0;font-size:14px;line-height:20px;color:#777;text-align:center}.attribute-panel .apicker[data-v-77781b1a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.clear[data-v-a5e36788]{clear:both;height:0;overflow:hidden}.img-circle[data-v-a5e36788]{border-radius:50%}.widget-box .camera-tips[data-v-a5e36788]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:220px;background-color:#000;color:#ccc;position:relative}.widget-box .camera-tips .tips-logo[data-v-a5e36788]{position:absolute;top:10px;left:10px;width:80px}.widget-box .camera-tips .tips-logo img[data-v-a5e36788]{width:100%}.widget-box .camera-tips .tips1[data-v-a5e36788]{font-size:14px}.widget-box .camera-tips .tips2[data-v-a5e36788]{margin:10px 0 0 0;font-size:12px}.clear[data-v-0d1f65a6]{clear:both;height:0;overflow:hidden}.img-circle[data-v-0d1f65a6]{border-radius:50%}.widget-box .video-container[data-v-0d1f65a6]{background-color:#000;position:relative}.widget-box .video-container .video-loading[data-v-0d1f65a6],.widget-box .video-container .video-play-btn[data-v-0d1f65a6]{position:absolute;z-index:10;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget-box .video-container .video-play-btn i[data-v-0d1f65a6]{font-size:50px;color:#fff}.widget-box .camera-tips[data-v-0d1f65a6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:220px;background-color:#000;color:#ccc;position:relative}.widget-box .camera-tips .tips-logo[data-v-0d1f65a6]{position:absolute;top:10px;left:10px;width:50px}.widget-box .camera-tips .tips-logo img[data-v-0d1f65a6]{width:100%}.widget-box .camera-tips .tips1[data-v-0d1f65a6]{font-size:14px}.widget-box .camera-tips .tips2[data-v-0d1f65a6]{margin:10px 0 0 0;font-size:12px}.clear[data-v-762e410c]{clear:both;height:0;overflow:hidden}.img-circle[data-v-762e410c]{border-radius:50%}.widget-box .video-container[data-v-762e410c]{background-color:#000;position:relative}.widget-box .video-container .video-loading[data-v-762e410c],.widget-box .video-container .video-play-btn[data-v-762e410c]{position:absolute;z-index:10;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget-box .video-container .video-play-btn i[data-v-762e410c]{font-size:50px;color:#fff}.widget-box .camera-tips[data-v-762e410c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:220px;background-color:#000;color:#ccc;position:relative}.widget-box .camera-tips .tips-logo[data-v-762e410c]{position:absolute;top:15px;left:15px;width:30px}.widget-box .camera-tips .tips-logo img[data-v-762e410c]{width:100%}.widget-box .camera-tips .tips1[data-v-762e410c]{font-size:14px}.widget-box .camera-tips .tips2[data-v-762e410c]{margin:10px 0 0 0;font-size:12px}.clear[data-v-4244761c]{clear:both;height:0;overflow:hidden}.img-circle[data-v-4244761c]{border-radius:50%}.widget-box .map-tips[data-v-4244761c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#eee;color:#999}.widget-box .map-tips .tips1[data-v-4244761c]{font-size:14px}.widget-box .map-tips .tips2[data-v-4244761c]{margin:10px 0 0 0;font-size:12px}.clear[data-v-db5db5f4]{clear:both;height:0;overflow:hidden}.img-circle[data-v-db5db5f4]{border-radius:50%}.widget-box .map-tips[data-v-db5db5f4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#eee;color:#999}.widget-box .map-tips .tips1[data-v-db5db5f4]{font-size:14px}.widget-box .map-tips .tips2[data-v-db5db5f4]{margin:10px 0 0 0;font-size:12px}.clear[data-v-6419c97c]{clear:both;height:0;overflow:hidden}.img-circle[data-v-6419c97c]{border-radius:50%}.btn-panel[data-v-6419c97c]{position:relative;text-align:center}.btn-panel .aimg[data-v-6419c97c]{border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.btn-panel .alabel[data-v-6419c97c]{margin:10px 0 0 0;min-height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-7e3a7212]{clear:both;height:0;overflow:hidden}.img-circle[data-v-7e3a7212]{border-radius:50%}.btn-panel[data-v-7e3a7212]{position:relative;text-align:center}.btn-panel .abtn[data-v-7e3a7212]{border-radius:50%;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.btn-panel .abtn .abtntext[data-v-7e3a7212]{display:block;line-height:1.2;color:#999}.btn-panel .alabel[data-v-7e3a7212]{margin:10px 0 0 0;min-height:20px;font-size:14px;line-height:20px;color:#777}.push-button[data-v-1f29c716]{position:relative;z-index:1;height:40px;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;-webkit-transition:color .6s ease;transition:color .6s ease;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;padding:0 10px}.push-button.running[data-v-1f29c716]{opacity:.5}.push-button .btn-text[data-v-1f29c716]{padding:0 10px;white-space:nowrap}.push-button .btn-loading[data-v-1f29c716]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clear[data-v-0d89e27b]{clear:both;height:0;overflow:hidden}.img-circle[data-v-0d89e27b]{border-radius:50%}.command-panel[data-v-0d89e27b]{position:relative;text-align:center}.command-panel .aimg[data-v-0d89e27b]{border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.command-panel .alabel[data-v-0d89e27b]{margin:10px 0 0 0;min-height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-60f4db83]{clear:both;height:0;overflow:hidden}.img-circle[data-v-60f4db83]{border-radius:50%}.command-panel[data-v-60f4db83]{position:relative;text-align:center}.command-panel .abtn[data-v-60f4db83]{border-radius:50%;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.command-panel .abtn .abtntext[data-v-60f4db83]{display:block;line-height:1.2;color:#999}.command-panel .alabel[data-v-60f4db83]{margin:10px 0 0 0;min-height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-9a83ffde]{clear:both;height:0;overflow:hidden}.img-circle[data-v-9a83ffde]{border-radius:50%}.command-panel[data-v-9a83ffde]{position:relative;text-align:center}.command-panel .aimg[data-v-9a83ffde]{border-radius:50%;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.command-panel .aimg.running[data-v-9a83ffde]{opacity:.5}.command-panel .aimg .aloading[data-v-9a83ffde]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.command-panel .alabel[data-v-9a83ffde]{margin:10px 0 0 0;min-height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-14bf5482]{clear:both;height:0;overflow:hidden}.img-circle[data-v-14bf5482]{border-radius:50%}.command-panel[data-v-14bf5482]{position:relative;text-align:center}.command-panel .abtn[data-v-14bf5482]{border-radius:50%;position:relative;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.command-panel .abtn.running[data-v-14bf5482]{opacity:.5}.command-panel .abtn .aloading[data-v-14bf5482]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.command-panel .abtn .abtntext[data-v-14bf5482]{display:block;line-height:1.2;color:#999}.command-panel .alabel[data-v-14bf5482]{margin:10px 0 0 0;min-height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-8a17ad84]{clear:both;height:0;overflow:hidden}.img-circle[data-v-8a17ad84]{border-radius:50%}.command-panel[data-v-8a17ad84]{margin:0 0 20px 0;position:relative;text-align:center}.command-panel .abtn[data-v-8a17ad84]{border-radius:50%;position:relative;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.command-panel .abtn.running[data-v-8a17ad84]{opacity:.5}.command-panel .abtn .aloading[data-v-8a17ad84]{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.command-panel .abtn .abtntext[data-v-8a17ad84]{display:block;line-height:1.2;color:#999}.command-panel .alabel[data-v-8a17ad84]{margin:10px 0 0 0;min-height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-0e9db07b]{clear:both;height:0;overflow:hidden}.img-circle[data-v-0e9db07b]{border-radius:50%}.attribute-panel[data-v-0e9db07b]{padding:15px 20px;text-align:left}.attribute-panel .atitle[data-v-0e9db07b]{margin:0;line-height:1.2;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}.attribute-panel .atitle .aicon[data-v-0e9db07b]{margin:0 5px 0 0}.attribute-panel .atitle.align-left[data-v-0e9db07b]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.attribute-panel .atitle.align-center[data-v-0e9db07b]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.attribute-panel .atitle.align-right[data-v-0e9db07b]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.clear[data-v-59269be6]{clear:both;height:0;overflow:hidden}.img-circle[data-v-59269be6]{border-radius:50%}.text-container[data-v-59269be6]{padding:15px 20px}.text-container .align-left[data-v-59269be6]{text-align:left}.text-container .align-center[data-v-59269be6]{text-align:center}.text-container .align-right[data-v-59269be6]{text-align:right}.clear[data-v-1c17bb28]{clear:both;height:0;overflow:hidden}.img-circle[data-v-1c17bb28]{border-radius:50%}.image-container[data-v-1c17bb28]{position:relative;min-height:100px}.image-container .image-loading[data-v-1c17bb28],.image-container[data-v-1c17bb28]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.image-container .image-loading[data-v-1c17bb28]{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clear[data-v-232546f3]{clear:both;height:0;overflow:hidden}.img-circle[data-v-232546f3]{border-radius:50%}.image-container[data-v-232546f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;min-height:100px}.clear[data-v-2543978c]{clear:both;height:0;overflow:hidden}.img-circle[data-v-2543978c]{border-radius:50%}.btn-panel[data-v-2543978c]{position:relative;text-align:center}.btn-panel .aimg[data-v-2543978c]{border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.btn-panel .alabel[data-v-2543978c]{margin:10px 0 0 0;min-height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-dd847f4a]{clear:both;height:0;overflow:hidden}.img-circle[data-v-dd847f4a]{border-radius:50%}.btn-panel[data-v-dd847f4a]{position:relative;text-align:center}.btn-panel .abtn[data-v-dd847f4a]{border-radius:50%;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.btn-panel .abtn .abtntext[data-v-dd847f4a]{display:block;line-height:1.2;color:#999}.btn-panel .alabel[data-v-dd847f4a]{margin:10px 0 0 0;min-height:20px;font-size:14px;line-height:20px;color:#777}.clear[data-v-01d78011]{clear:both;height:0;overflow:hidden}.img-circle[data-v-01d78011]{border-radius:50%}.widget-card[data-v-01d78011]{border-radius:5px;overflow:hidden}.widget-card.show-shadow[data-v-01d78011]{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.1);box-shadow:1px 1px 5px 0 rgba(0,0,0,.1)}.attribute-panel[data-v-01d78011]{position:relative;height:55px;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attribute-panel.show-panel[data-v-01d78011]{padding:0 15px 0 15px;height:70px}.attribute-panel.show-panel[data-v-01d78011]:not(:last-child){border-bottom:1px solid #eee}.attribute-panel .aimg[data-v-01d78011]{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-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}.attribute-panel .alabel[data-v-01d78011]{margin:0 10px;min-width:40px;max-width:120px;max-height:40px;overflow:hidden}.attribute-panel .alabel .alabel-text[data-v-01d78011]{font-size:16px;line-height:22px;color:#333}.attribute-panel .alabel .alabel-remark[data-v-01d78011]{font-size:13px;line-height:18px;color:#888}.attribute-panel .alink[data-v-01d78011]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;color:#444;min-width:100px;min-height:20px;max-height:40px;overflow:hidden}.attribute-panel .alink .alink-text[data-v-01d78011]{margin:0 5px 0 0;font-size:14px}.clear[data-v-b2b412d6]{clear:both;height:0;overflow:hidden}.img-circle[data-v-b2b412d6]{border-radius:50%}.confirm-body[data-v-b2b412d6]{padding:50px 50px}.confirm-body .confirm-title[data-v-b2b412d6]{font-size:16px;line-height:22px;color:#2f354d}.confirm-body .confirm-tips[data-v-b2b412d6]{margin:10px 0;font-size:14px;line-height:18px;color:#909399}img[data-v-5b45e990]{cursor:pointer;display:block}img.seled_icon[data-v-5b45e990]{width:auto;height:32px}img.icon[data-v-5b45e990]{width:24px;height:24px}.clear[data-v-5f0c537e]{clear:both;height:0;overflow:hidden}.img-circle[data-v-5f0c537e]{border-radius:50%}.config-enum-icons .item[data-v-5f0c537e]{height:30px;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:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.config-enum-icons .item[data-v-5f0c537e]:not(:last-child){margin:0 0 5px 0}.config-enum-icons .item .ikey[data-v-5f0c537e]{width:150px;overflow:hidden}.config-enum-icons .item i[data-v-5f0c537e]{font-size:18px;line-height:20px}.config-enum-icons .item button[data-v-5f0c537e]{width:80px}.config-enum-remarks .item[data-v-5f0c537e]{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;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.config-enum-remarks .item[data-v-5f0c537e]:not(:last-child){margin:0 0 5px 0}.config-enum-remarks .item .ikey[data-v-5f0c537e]{overflow:hidden}.image-items .image-item[data-v-89db67dc]{margin:0 0 6px 0}.image-items .image-item[data-v-89db67dc]:last-child{margin:0}.clear[data-v-92fa4d88]{clear:both;height:0;overflow:hidden}.img-circle[data-v-92fa4d88]{border-radius:50%}.icon-btn1[data-v-92fa4d88]{width:25px;height:25px;background-color:#fff;border-radius:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:1px solid #999}.icon-btn1 i[data-v-92fa4d88]{font-size:20px;color:#666}.icon-btn1[data-v-92fa4d88]:hover{border:1px solid #1e88e5}.icon-btn1:hover i[data-v-92fa4d88]{color:#1e88e5}.el-select-dropdown.is-multiple .el-select-dropdown__item[data-v-92fa4d88]{padding-right:0}.app-ui-container[data-v-92fa4d88]{background-color:#f4f4f4}.app-ui-container .editor-topnav[data-v-92fa4d88]{padding:10px;border-bottom:1px solid #eee;position:relative;height:53px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-topnav .top-left[data-v-92fa4d88]{position:absolute;top:10px;left:10px}.app-ui-container .editor-topnav .top-center[data-v-92fa4d88]{margin:0 300px;text-align:center;font-size:18px;line-height:33px;font-weight:700}.app-ui-container .editor-topnav .top-right[data-v-92fa4d88]{position:absolute;top:10px;right:10px}.app-ui-container .editor-body[data-v-92fa4d88]{position:fixed;top:53px;left:0;right:0;bottom:0;background-color:#f0f0f0}.app-ui-container .editor-body .body-inner[data-v-92fa4d88]{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-left[data-v-92fa4d88]{position:absolute;top:0;left:0;bottom:0;width:300px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-left .body-left-tabs[data-v-92fa4d88]{padding:10px 10px 0 10px}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types[data-v-92fa4d88]{width:100%;height:30px;border:1px solid #1e88e5;border-radius:5px;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;overflow:hidden}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem[data-v-92fa4d88]{width:50%;height:30px;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;font-size:13px;font-weight:700;cursor:pointer;color:#1e88e5}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem i[data-v-92fa4d88]{display:none}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active[data-v-92fa4d88]{background-color:#1e88e5;color:#fff}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active i[data-v-92fa4d88]{display:inline-block;font-size:16px;margin:0 4px 0 0}.app-ui-container .editor-body .body-center[data-v-92fa4d88]{width:100%;margin:0 300px 0 300px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-right[data-v-92fa4d88]{position:absolute;right:0;top:0;bottom:0;width:300px;background-color:#fff;padding:5px 0 0 10px;border-left:1px solid #eee;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-right .body-right-tabs[data-v-92fa4d88]{padding:0 10px 0 0}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-92fa4d88]{padding:0 10px 30px 0;height:calc(100vh - 123px);overflow-y:auto}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-92fa4d88]::-webkit-scrollbar{width:4px}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-92fa4d88]::-webkit-scrollbar-track{background:#fff}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-92fa4d88]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-ui-container .editor-body .body-right .widget-info-edit .attr-config-item[data-v-92fa4d88]{margin:0 0 10px 0}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item[data-v-92fa4d88]{margin:0 0 5px 0;height:30px;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:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item .ikey[data-v-92fa4d88]{width:150px;overflow:hidden}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item i[data-v-92fa4d88]{font-size:18px;line-height:20px}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item button[data-v-92fa4d88]{width:80px}.app-widgets-libs[data-v-92fa4d88]{position:absolute;top:50px;left:0;bottom:0}.app-widgets-libs .widget-class[data-v-92fa4d88]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-widgets-libs .widget-class[data-v-92fa4d88]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-class[data-v-92fa4d88]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-class[data-v-92fa4d88]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-class .item[data-v-92fa4d88]{display:block;text-align:center;margin:0 0 12px 0}.app-widgets-libs .widget-class .item.active .class-icon[data-v-92fa4d88]{color:#1e88e5}.app-widgets-libs .widget-class .item.active .class-label[data-v-92fa4d88]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item:hover .class-icon[data-v-92fa4d88]{color:#1e88e5}.app-widgets-libs .widget-class .item:hover .class-label[data-v-92fa4d88]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item .class-icon[data-v-92fa4d88]{font-size:26px;line-height:30px;color:#999}.app-widgets-libs .widget-class .item .class-label[data-v-92fa4d88]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-widgets-libs .widget-list[data-v-92fa4d88]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 0 30px 0;overflow-x:hidden;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.app-widgets-libs .widget-list[data-v-92fa4d88]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-list[data-v-92fa4d88]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-list[data-v-92fa4d88]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-list .widgets-transform[data-v-92fa4d88]{-webkit-transform:scale(.56);transform:scale(.56);-webkit-transform-origin:0 0;transform-origin:0 0}.app-widgets-libs .widget-list .item[data-v-92fa4d88]{width:360px;margin:0 0 20px 0;border:2px solid #eee;border-radius:5px;position:relative}.app-widgets-libs .widget-list .item .item-locked-bg[data-v-92fa4d88]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:30px solid #eee;border-right:30px solid #eee;border-bottom:30px solid transparent;border-left:30px solid transparent}.app-widgets-libs .widget-list .item .item-locked-icon[data-v-92fa4d88]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:25px;height:30px;font-size:24px;color:#999}.app-widgets-libs .widget-list .item .item-widget[data-v-92fa4d88]{padding:0}.app-widgets-libs .widget-list .item .item-add[data-v-92fa4d88]{text-align:center;height:50px;background-color:#eee}.app-widgets-libs .widget-list .item .item-add[data-v-92fa4d88]:hover{background-color:#ddd}.app-widgets-libs .widget-list .item .item-add a[data-v-92fa4d88]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:22px;color:#909399}.app-widgets-libs .widget-list .item .item-add a i[data-v-92fa4d88]{font-size:26px}.app-widgets-libs .widget-list .item-bottom-holder[data-v-92fa4d88]{height:10px}.app-panel-templates[data-v-92fa4d88]{position:absolute;top:50px;left:0;bottom:0}.app-panel-templates .template-class[data-v-92fa4d88]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-panel-templates .template-class[data-v-92fa4d88]::-webkit-scrollbar{width:4px}.app-panel-templates .template-class[data-v-92fa4d88]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-class[data-v-92fa4d88]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-class .item[data-v-92fa4d88]{display:block;text-align:center;margin:0 0 12px 0}.app-panel-templates .template-class .item.active .class-icon[data-v-92fa4d88]{color:#1e88e5}.app-panel-templates .template-class .item.active .class-label[data-v-92fa4d88]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item:hover .class-icon[data-v-92fa4d88]{color:#1e88e5}.app-panel-templates .template-class .item:hover .class-label[data-v-92fa4d88]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item .class-icon[data-v-92fa4d88]{font-size:26px;line-height:30px;color:#999}.app-panel-templates .template-class .item .class-label[data-v-92fa4d88]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-panel-templates .template-list[data-v-92fa4d88]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 10px 10px 0;overflow-x:hidden;overflow-y:auto}.app-panel-templates .template-list[data-v-92fa4d88]::-webkit-scrollbar{width:4px}.app-panel-templates .template-list[data-v-92fa4d88]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-list[data-v-92fa4d88]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-list .template-tips[data-v-92fa4d88]{font-size:12px;color:#909399;margin:0 0 10px 0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-panel-templates .template-list .template-tips i[data-v-92fa4d88]{margin:0 5px 0 0}.app-panel-templates .template-list .template-tips a[data-v-92fa4d88]{color:#909399}.app-panel-templates .template-list .no-template[data-v-92fa4d88]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px;font-size:12px;color:#909399}.app-panel-templates .template-list .no-template img[data-v-92fa4d88]{width:60px;margin:0 0 10px 0}.app-panel-templates .template-list .item[data-v-92fa4d88]{width:100%;margin:0 0 10px 0;border:1px solid #eee;border-radius:5px;position:relative;padding:10px;overflow:hidden}.app-panel-templates .template-list .item.active[data-v-92fa4d88]{border:1px solid #1e88e5}.app-panel-templates .template-list .item .item-locked-bg[data-v-92fa4d88]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:17px solid #eee;border-right:17px solid #eee;border-bottom:17px solid transparent;border-left:17px solid transparent}.app-panel-templates .template-list .item .item-locked-icon[data-v-92fa4d88]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:14px;height:17px;font-size:13.4px;color:#999}.app-panel-templates .template-list .item .tname[data-v-92fa4d88]{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.app-panel-templates .template-list .item .tname span.uni-icon[data-v-92fa4d88]{font-size:28px;margin:0 10px 0 0}.app-panel-templates .template-list .item .tdescr[data-v-92fa4d88],.app-panel-templates .template-list .item .tvendor[data-v-92fa4d88]{font-size:12px;color:#909399;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-92fa4d88]{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;font-size:13px;font-weight:700;cursor:pointer;border-radius:5px;background-color:#eee;height:25px;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-92fa4d88]:hover{background-color:#ddd}.app-panel-templates .template-list .item .item-add i[data-v-92fa4d88]{color:#606266;font-size:16px}.app-panel-templates .template-list .item .item-add span[data-v-92fa4d88]{color:#606266}.app-panel-templates .template-list .item-bottom-holder[data-v-92fa4d88]{height:10px}.app-widget-nodata[data-v-92fa4d88]{padding:20px;margin:12px 20px;border:2px dotted #ddd;border-radius:5px;text-align:center;font-size:14px;line-height:20px;color:#999}.app-widgets-preview[data-v-92fa4d88]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:100px}.app-widgets-preview .app-page-name[data-v-92fa4d88]{font-size:14px;color:#909399;margin:0 0 10px 0}.app-widgets-preview .app-page-name.active[data-v-92fa4d88]{font-weight:700;color:#1e88e5}.app-widgets-preview .app-widget-editor[data-v-92fa4d88]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-widget-editor.active[data-v-92fa4d88]{outline:2px dashed #ccc;outline-offset:3px}.app-widgets-preview .app-panel-container[data-v-92fa4d88],.app-widgets-preview .app-widgets-container[data-v-92fa4d88]{position:relative;min-height:620px}.app-widgets-preview .app-widgets-container .app-bg[data-v-92fa4d88]{position:absolute;top:0;right:0;bottom:0;left:0}.app-widgets-preview .app-widgets-container .app-widgets[data-v-92fa4d88]{padding:0 0 50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-92fa4d88]{cursor:pointer;padding:0 0;position:relative}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-92fa4d88]{opacity:.5}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible.edit-seled[data-v-92fa4d88],.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-92fa4d88]:hover{opacity:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status[data-v-92fa4d88]{position:absolute;z-index:10;top:50%;left:-60px;height:20px;width:50px;margin-top:-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;gap:6px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status i[data-v-92fa4d88]{font-size:20px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions[data-v-92fa4d88]{position:absolute;top:0;bottom:0;z-index:10;right:-52px;width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions:hover button[data-v-92fa4d88]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions button[data-v-92fa4d88]{margin:0 0 0 4px;display:none}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions .action-sort[data-v-92fa4d88]{cursor:move}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-92fa4d88]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container:hover .widget-actions button[data-v-92fa4d88]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.edit-seled[data-v-92fa4d88]{outline:2px dashed #5fb3fd;outline-offset:-1px;z-index:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-loader[data-v-92fa4d88]{overflow:hidden}.app-widgets-preview .app-empty-tips[data-v-92fa4d88]{padding:100px 0;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;gap:20px;color:#c0c4cc}.app-widgets-preview .app-empty-tips span[data-v-92fa4d88]{font-size:14px}.app-widgets-preview .app-card-editor[data-v-92fa4d88]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-devices-body[data-v-92fa4d88]{position:relative;min-height:620px}.app-device-card[data-v-92fa4d88]{cursor:pointer}.app-device-card[data-v-92fa4d88]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px;border-radius:5px}.app-device-card.editing[data-v-92fa4d88]{outline:2px dashed #5fb3fd;outline-offset:-1px;border-radius:5px;z-index:1}.device-preview-card[data-v-92fa4d88]{min-height:50px}.device-preview-card .item-empty[data-v-92fa4d88]{min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#909399}.app-config-lines[data-v-92fa4d88]{padding:10px 0}.app-config-lines .item[data-v-92fa4d88]{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 15px 0;height:30px}.app-config-lines .item.vertical[data-v-92fa4d88]{-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;height:auto}.app-config-lines .item.vertical .icontrol[data-v-92fa4d88]{width:100%;height:auto}.app-config-lines .item .ilabel[data-v-92fa4d88]{font-size:14px;line-height:22px;color:#444;font-weight:700}.app-config-lines .item .icontrol[data-v-92fa4d88]{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-config-tabs .tab-item[data-v-92fa4d88]{padding:5px 10px;margin:0 0 5px 0;border-radius:5px;background-color:#fafafa}.app-config-tabs .tab-item.ghost[data-v-92fa4d88]{opacity:.5;background-color:#eee}.app-config-tabs .tab-item .sort[data-v-92fa4d88]{cursor:move}.el-collapse-item__wrap[data-v-92fa4d88]{border:0}.seled-icon[data-v-1305db69]{width:30px;height:30px;cursor:pointer;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}i[data-v-1305db69]{line-height:1;color:#666;cursor:pointer}i.icon[data-v-1305db69]{font-size:24px}.icon-empty[data-v-1305db69]{display:block;width:30px;height:30px;border:2px dashed #ccc;border-radius:4px;cursor:pointer}.adv-icons[data-v-1305db69]{position:relative}.adv-icons .mask-layer[data-v-1305db69]{position:absolute;inset:0;z-index:100;background-color:hsla(0,0%,100%,.8);-webkit-filter:blur(10px);filter:blur(10px)}.seled-icon[data-v-64630e7b]{width:30px;height:30px;cursor:pointer;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}i[data-v-64630e7b]{line-height:1;color:#666;cursor:pointer}i.icon[data-v-64630e7b]{font-size:24px}.icon-empty[data-v-64630e7b]{display:block;width:30px;height:30px;border:2px dashed #ccc;border-radius:4px;cursor:pointer}.adv-icons[data-v-64630e7b]{position:relative}.adv-icons .mask-layer[data-v-64630e7b]{position:absolute;inset:0;z-index:100;background-color:hsla(0,0%,100%,.8);-webkit-filter:blur(10px);filter:blur(10px)}.seled-icon[data-v-3ccb2175]{width:30px;height:30px;cursor:pointer;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}i[data-v-3ccb2175]{line-height:1;color:#666;cursor:pointer}i.icon[data-v-3ccb2175]{font-size:24px}.icon-empty[data-v-3ccb2175]{display:block;width:30px;height:30px;border:2px dashed #ccc;border-radius:4px;cursor:pointer}.adv-icons[data-v-3ccb2175]{position:relative}.adv-icons .mask-layer[data-v-3ccb2175]{position:absolute;inset:0;z-index:100;background-color:hsla(0,0%,100%,.8);-webkit-filter:blur(10px);filter:blur(10px)}.clear[data-v-2673db41]{clear:both;height:0;overflow:hidden}.img-circle[data-v-2673db41]{border-radius:50%}.icon-btn1[data-v-2673db41]{width:25px;height:25px;background-color:#fff;border-radius:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:1px solid #999}.icon-btn1 i[data-v-2673db41]{font-size:20px;color:#666}.icon-btn1[data-v-2673db41]:hover{border:1px solid #1e88e5}.icon-btn1:hover i[data-v-2673db41]{color:#1e88e5}.el-select-dropdown.is-multiple .el-select-dropdown__item[data-v-2673db41]{padding-right:0}.app-ui-container[data-v-2673db41]{background-color:#f4f4f4}.app-ui-container .editor-topnav[data-v-2673db41]{padding:10px;border-bottom:1px solid #eee;position:relative;height:53px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-topnav .top-left[data-v-2673db41]{position:absolute;top:10px;left:10px}.app-ui-container .editor-topnav .top-center[data-v-2673db41]{margin:0 300px;text-align:center;font-size:18px;line-height:33px;font-weight:700}.app-ui-container .editor-topnav .top-right[data-v-2673db41]{position:absolute;top:10px;right:10px}.app-ui-container .editor-body[data-v-2673db41]{position:fixed;top:53px;left:0;right:0;bottom:0;background-color:#f0f0f0}.app-ui-container .editor-body .body-inner[data-v-2673db41]{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-left[data-v-2673db41]{position:absolute;top:0;left:0;bottom:0;width:300px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-left .body-left-tabs[data-v-2673db41]{padding:10px 10px 0 10px}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types[data-v-2673db41]{width:100%;height:30px;border:1px solid #1e88e5;border-radius:5px;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;overflow:hidden}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem[data-v-2673db41]{width:50%;height:30px;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;font-size:13px;font-weight:700;cursor:pointer;color:#1e88e5}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem i[data-v-2673db41]{display:none}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active[data-v-2673db41]{background-color:#1e88e5;color:#fff}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active i[data-v-2673db41]{display:inline-block;font-size:16px;margin:0 4px 0 0}.app-ui-container .editor-body .body-center[data-v-2673db41]{width:100%;margin:0 300px 0 300px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-right[data-v-2673db41]{position:absolute;right:0;top:0;bottom:0;width:300px;background-color:#fff;padding:5px 0 0 10px;border-left:1px solid #eee;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-right .body-right-tabs[data-v-2673db41]{padding:0 10px 0 0}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-2673db41]{padding:0 10px 30px 0;height:calc(100vh - 123px);overflow-y:auto}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-2673db41]::-webkit-scrollbar{width:4px}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-2673db41]::-webkit-scrollbar-track{background:#fff}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-2673db41]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-ui-container .editor-body .body-right .widget-info-edit .attr-config-item[data-v-2673db41]{margin:0 0 10px 0}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item[data-v-2673db41]{margin:0 0 5px 0;height:30px;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:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item .ikey[data-v-2673db41]{width:150px;overflow:hidden}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item i[data-v-2673db41]{font-size:18px;line-height:20px}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item button[data-v-2673db41]{width:80px}.app-widgets-libs[data-v-2673db41]{position:absolute;top:50px;left:0;bottom:0}.app-widgets-libs .widget-class[data-v-2673db41]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-widgets-libs .widget-class[data-v-2673db41]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-class[data-v-2673db41]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-class[data-v-2673db41]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-class .item[data-v-2673db41]{display:block;text-align:center;margin:0 0 12px 0}.app-widgets-libs .widget-class .item.active .class-icon[data-v-2673db41]{color:#1e88e5}.app-widgets-libs .widget-class .item.active .class-label[data-v-2673db41]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item:hover .class-icon[data-v-2673db41]{color:#1e88e5}.app-widgets-libs .widget-class .item:hover .class-label[data-v-2673db41]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item .class-icon[data-v-2673db41]{font-size:26px;line-height:30px;color:#999}.app-widgets-libs .widget-class .item .class-label[data-v-2673db41]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-widgets-libs .widget-list[data-v-2673db41]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 0 30px 0;overflow-x:hidden;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.app-widgets-libs .widget-list[data-v-2673db41]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-list[data-v-2673db41]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-list[data-v-2673db41]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-list .widgets-transform[data-v-2673db41]{-webkit-transform:scale(.56);transform:scale(.56);-webkit-transform-origin:0 0;transform-origin:0 0}.app-widgets-libs .widget-list .item[data-v-2673db41]{width:360px;margin:0 0 20px 0;border:2px solid #eee;border-radius:5px;position:relative}.app-widgets-libs .widget-list .item .item-locked-bg[data-v-2673db41]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:30px solid #eee;border-right:30px solid #eee;border-bottom:30px solid transparent;border-left:30px solid transparent}.app-widgets-libs .widget-list .item .item-locked-icon[data-v-2673db41]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:25px;height:30px;font-size:24px;color:#999}.app-widgets-libs .widget-list .item .item-widget[data-v-2673db41]{padding:0}.app-widgets-libs .widget-list .item .item-add[data-v-2673db41]{text-align:center;height:50px;background-color:#eee}.app-widgets-libs .widget-list .item .item-add[data-v-2673db41]:hover{background-color:#ddd}.app-widgets-libs .widget-list .item .item-add a[data-v-2673db41]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:22px;color:#909399}.app-widgets-libs .widget-list .item .item-add a i[data-v-2673db41]{font-size:26px}.app-widgets-libs .widget-list .item-bottom-holder[data-v-2673db41]{height:10px}.app-panel-templates[data-v-2673db41]{position:absolute;top:50px;left:0;bottom:0}.app-panel-templates .template-class[data-v-2673db41]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-panel-templates .template-class[data-v-2673db41]::-webkit-scrollbar{width:4px}.app-panel-templates .template-class[data-v-2673db41]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-class[data-v-2673db41]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-class .item[data-v-2673db41]{display:block;text-align:center;margin:0 0 12px 0}.app-panel-templates .template-class .item.active .class-icon[data-v-2673db41]{color:#1e88e5}.app-panel-templates .template-class .item.active .class-label[data-v-2673db41]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item:hover .class-icon[data-v-2673db41]{color:#1e88e5}.app-panel-templates .template-class .item:hover .class-label[data-v-2673db41]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item .class-icon[data-v-2673db41]{font-size:26px;line-height:30px;color:#999}.app-panel-templates .template-class .item .class-label[data-v-2673db41]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-panel-templates .template-list[data-v-2673db41]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 10px 10px 0;overflow-x:hidden;overflow-y:auto}.app-panel-templates .template-list[data-v-2673db41]::-webkit-scrollbar{width:4px}.app-panel-templates .template-list[data-v-2673db41]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-list[data-v-2673db41]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-list .template-tips[data-v-2673db41]{font-size:12px;color:#909399;margin:0 0 10px 0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-panel-templates .template-list .template-tips i[data-v-2673db41]{margin:0 5px 0 0}.app-panel-templates .template-list .template-tips a[data-v-2673db41]{color:#909399}.app-panel-templates .template-list .no-template[data-v-2673db41]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px;font-size:12px;color:#909399}.app-panel-templates .template-list .no-template img[data-v-2673db41]{width:60px;margin:0 0 10px 0}.app-panel-templates .template-list .item[data-v-2673db41]{width:100%;margin:0 0 10px 0;border:1px solid #eee;border-radius:5px;position:relative;padding:10px;overflow:hidden}.app-panel-templates .template-list .item.active[data-v-2673db41]{border:1px solid #1e88e5}.app-panel-templates .template-list .item .item-locked-bg[data-v-2673db41]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:17px solid #eee;border-right:17px solid #eee;border-bottom:17px solid transparent;border-left:17px solid transparent}.app-panel-templates .template-list .item .item-locked-icon[data-v-2673db41]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:14px;height:17px;font-size:13.4px;color:#999}.app-panel-templates .template-list .item .tname[data-v-2673db41]{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.app-panel-templates .template-list .item .tname span.uni-icon[data-v-2673db41]{font-size:28px;margin:0 10px 0 0}.app-panel-templates .template-list .item .tdescr[data-v-2673db41],.app-panel-templates .template-list .item .tvendor[data-v-2673db41]{font-size:12px;color:#909399;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-2673db41]{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;font-size:13px;font-weight:700;cursor:pointer;border-radius:5px;background-color:#eee;height:25px;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-2673db41]:hover{background-color:#ddd}.app-panel-templates .template-list .item .item-add i[data-v-2673db41]{color:#606266;font-size:16px}.app-panel-templates .template-list .item .item-add span[data-v-2673db41]{color:#606266}.app-panel-templates .template-list .item-bottom-holder[data-v-2673db41]{height:10px}.app-widget-nodata[data-v-2673db41]{padding:20px;margin:12px 20px;border:2px dotted #ddd;border-radius:5px;text-align:center;font-size:14px;line-height:20px;color:#999}.app-widgets-preview[data-v-2673db41]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:100px}.app-widgets-preview .app-page-name[data-v-2673db41]{font-size:14px;color:#909399;margin:0 0 10px 0}.app-widgets-preview .app-page-name.active[data-v-2673db41]{font-weight:700;color:#1e88e5}.app-widgets-preview .app-widget-editor[data-v-2673db41]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-widget-editor.active[data-v-2673db41]{outline:2px dashed #ccc;outline-offset:3px}.app-widgets-preview .app-panel-container[data-v-2673db41],.app-widgets-preview .app-widgets-container[data-v-2673db41]{position:relative;min-height:620px}.app-widgets-preview .app-widgets-container .app-bg[data-v-2673db41]{position:absolute;top:0;right:0;bottom:0;left:0}.app-widgets-preview .app-widgets-container .app-widgets[data-v-2673db41]{padding:0 0 50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-2673db41]{cursor:pointer;padding:0 0;position:relative}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-2673db41]{opacity:.5}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible.edit-seled[data-v-2673db41],.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-2673db41]:hover{opacity:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status[data-v-2673db41]{position:absolute;z-index:10;top:50%;left:-60px;height:20px;width:50px;margin-top:-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;gap:6px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status i[data-v-2673db41]{font-size:20px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions[data-v-2673db41]{position:absolute;top:0;bottom:0;z-index:10;right:-52px;width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions:hover button[data-v-2673db41]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions button[data-v-2673db41]{margin:0 0 0 4px;display:none}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions .action-sort[data-v-2673db41]{cursor:move}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-2673db41]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container:hover .widget-actions button[data-v-2673db41]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.edit-seled[data-v-2673db41]{outline:2px dashed #5fb3fd;outline-offset:-1px;z-index:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-loader[data-v-2673db41]{overflow:hidden}.app-widgets-preview .app-empty-tips[data-v-2673db41]{padding:100px 0;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;gap:20px;color:#c0c4cc}.app-widgets-preview .app-empty-tips span[data-v-2673db41]{font-size:14px}.app-widgets-preview .app-card-editor[data-v-2673db41]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-devices-body[data-v-2673db41]{position:relative;min-height:620px}.app-device-card[data-v-2673db41]{cursor:pointer}.app-device-card[data-v-2673db41]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px;border-radius:5px}.app-device-card.editing[data-v-2673db41]{outline:2px dashed #5fb3fd;outline-offset:-1px;border-radius:5px;z-index:1}.device-preview-card[data-v-2673db41]{min-height:50px}.device-preview-card .item-empty[data-v-2673db41]{min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#909399}.app-config-lines[data-v-2673db41]{padding:10px 0}.app-config-lines .item[data-v-2673db41]{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 15px 0;height:30px}.app-config-lines .item.vertical[data-v-2673db41]{-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;height:auto}.app-config-lines .item.vertical .icontrol[data-v-2673db41]{width:100%;height:auto}.app-config-lines .item .ilabel[data-v-2673db41]{font-size:14px;line-height:22px;color:#444;font-weight:700}.app-config-lines .item .icontrol[data-v-2673db41]{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-config-tabs .tab-item[data-v-2673db41]{padding:5px 10px;margin:0 0 5px 0;border-radius:5px;background-color:#fafafa}.app-config-tabs .tab-item.ghost[data-v-2673db41]{opacity:.5;background-color:#eee}.app-config-tabs .tab-item .sort[data-v-2673db41]{cursor:move}.el-collapse-item__wrap[data-v-2673db41]{border:0}.clear[data-v-bdc6ea30]{clear:both;height:0;overflow:hidden}.img-circle[data-v-bdc6ea30]{border-radius:50%}.icon-btn1[data-v-bdc6ea30]{width:25px;height:25px;background-color:#fff;border-radius:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:1px solid #999}.icon-btn1 i[data-v-bdc6ea30]{font-size:20px;color:#666}.icon-btn1[data-v-bdc6ea30]:hover{border:1px solid #1e88e5}.icon-btn1:hover i[data-v-bdc6ea30]{color:#1e88e5}.el-select-dropdown.is-multiple .el-select-dropdown__item[data-v-bdc6ea30]{padding-right:0}.app-ui-container[data-v-bdc6ea30]{background-color:#f4f4f4}.app-ui-container .editor-topnav[data-v-bdc6ea30]{padding:10px;border-bottom:1px solid #eee;position:relative;height:53px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-topnav .top-left[data-v-bdc6ea30]{position:absolute;top:10px;left:10px}.app-ui-container .editor-topnav .top-center[data-v-bdc6ea30]{margin:0 300px;text-align:center;font-size:18px;line-height:33px;font-weight:700}.app-ui-container .editor-topnav .top-right[data-v-bdc6ea30]{position:absolute;top:10px;right:10px}.app-ui-container .editor-body[data-v-bdc6ea30]{position:fixed;top:53px;left:0;right:0;bottom:0;background-color:#f0f0f0}.app-ui-container .editor-body .body-inner[data-v-bdc6ea30]{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-left[data-v-bdc6ea30]{position:absolute;top:0;left:0;bottom:0;width:300px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-left .body-left-tabs[data-v-bdc6ea30]{padding:10px 10px 0 10px}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types[data-v-bdc6ea30]{width:100%;height:30px;border:1px solid #1e88e5;border-radius:5px;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;overflow:hidden}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem[data-v-bdc6ea30]{width:50%;height:30px;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;font-size:13px;font-weight:700;cursor:pointer;color:#1e88e5}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem i[data-v-bdc6ea30]{display:none}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active[data-v-bdc6ea30]{background-color:#1e88e5;color:#fff}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active i[data-v-bdc6ea30]{display:inline-block;font-size:16px;margin:0 4px 0 0}.app-ui-container .editor-body .body-center[data-v-bdc6ea30]{width:100%;margin:0 300px 0 300px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-right[data-v-bdc6ea30]{position:absolute;right:0;top:0;bottom:0;width:300px;background-color:#fff;padding:5px 0 0 10px;border-left:1px solid #eee;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-right .body-right-tabs[data-v-bdc6ea30]{padding:0 10px 0 0}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-bdc6ea30]{padding:0 10px 30px 0;height:calc(100vh - 123px);overflow-y:auto}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-bdc6ea30]::-webkit-scrollbar{width:4px}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-bdc6ea30]::-webkit-scrollbar-track{background:#fff}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-bdc6ea30]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-ui-container .editor-body .body-right .widget-info-edit .attr-config-item[data-v-bdc6ea30]{margin:0 0 10px 0}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item[data-v-bdc6ea30]{margin:0 0 5px 0;height:30px;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:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item .ikey[data-v-bdc6ea30]{width:150px;overflow:hidden}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item i[data-v-bdc6ea30]{font-size:18px;line-height:20px}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item button[data-v-bdc6ea30]{width:80px}.app-widgets-libs[data-v-bdc6ea30]{position:absolute;top:50px;left:0;bottom:0}.app-widgets-libs .widget-class[data-v-bdc6ea30]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-widgets-libs .widget-class[data-v-bdc6ea30]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-class[data-v-bdc6ea30]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-class[data-v-bdc6ea30]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-class .item[data-v-bdc6ea30]{display:block;text-align:center;margin:0 0 12px 0}.app-widgets-libs .widget-class .item.active .class-icon[data-v-bdc6ea30]{color:#1e88e5}.app-widgets-libs .widget-class .item.active .class-label[data-v-bdc6ea30]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item:hover .class-icon[data-v-bdc6ea30]{color:#1e88e5}.app-widgets-libs .widget-class .item:hover .class-label[data-v-bdc6ea30]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item .class-icon[data-v-bdc6ea30]{font-size:26px;line-height:30px;color:#999}.app-widgets-libs .widget-class .item .class-label[data-v-bdc6ea30]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-widgets-libs .widget-list[data-v-bdc6ea30]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 0 30px 0;overflow-x:hidden;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.app-widgets-libs .widget-list[data-v-bdc6ea30]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-list[data-v-bdc6ea30]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-list[data-v-bdc6ea30]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-list .widgets-transform[data-v-bdc6ea30]{-webkit-transform:scale(.56);transform:scale(.56);-webkit-transform-origin:0 0;transform-origin:0 0}.app-widgets-libs .widget-list .item[data-v-bdc6ea30]{width:360px;margin:0 0 20px 0;border:2px solid #eee;border-radius:5px;position:relative}.app-widgets-libs .widget-list .item .item-locked-bg[data-v-bdc6ea30]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:30px solid #eee;border-right:30px solid #eee;border-bottom:30px solid transparent;border-left:30px solid transparent}.app-widgets-libs .widget-list .item .item-locked-icon[data-v-bdc6ea30]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:25px;height:30px;font-size:24px;color:#999}.app-widgets-libs .widget-list .item .item-widget[data-v-bdc6ea30]{padding:0}.app-widgets-libs .widget-list .item .item-add[data-v-bdc6ea30]{text-align:center;height:50px;background-color:#eee}.app-widgets-libs .widget-list .item .item-add[data-v-bdc6ea30]:hover{background-color:#ddd}.app-widgets-libs .widget-list .item .item-add a[data-v-bdc6ea30]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:22px;color:#909399}.app-widgets-libs .widget-list .item .item-add a i[data-v-bdc6ea30]{font-size:26px}.app-widgets-libs .widget-list .item-bottom-holder[data-v-bdc6ea30]{height:10px}.app-panel-templates[data-v-bdc6ea30]{position:absolute;top:50px;left:0;bottom:0}.app-panel-templates .template-class[data-v-bdc6ea30]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-panel-templates .template-class[data-v-bdc6ea30]::-webkit-scrollbar{width:4px}.app-panel-templates .template-class[data-v-bdc6ea30]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-class[data-v-bdc6ea30]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-class .item[data-v-bdc6ea30]{display:block;text-align:center;margin:0 0 12px 0}.app-panel-templates .template-class .item.active .class-icon[data-v-bdc6ea30]{color:#1e88e5}.app-panel-templates .template-class .item.active .class-label[data-v-bdc6ea30]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item:hover .class-icon[data-v-bdc6ea30]{color:#1e88e5}.app-panel-templates .template-class .item:hover .class-label[data-v-bdc6ea30]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item .class-icon[data-v-bdc6ea30]{font-size:26px;line-height:30px;color:#999}.app-panel-templates .template-class .item .class-label[data-v-bdc6ea30]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-panel-templates .template-list[data-v-bdc6ea30]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 10px 10px 0;overflow-x:hidden;overflow-y:auto}.app-panel-templates .template-list[data-v-bdc6ea30]::-webkit-scrollbar{width:4px}.app-panel-templates .template-list[data-v-bdc6ea30]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-list[data-v-bdc6ea30]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-list .template-tips[data-v-bdc6ea30]{font-size:12px;color:#909399;margin:0 0 10px 0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-panel-templates .template-list .template-tips i[data-v-bdc6ea30]{margin:0 5px 0 0}.app-panel-templates .template-list .template-tips a[data-v-bdc6ea30]{color:#909399}.app-panel-templates .template-list .no-template[data-v-bdc6ea30]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px;font-size:12px;color:#909399}.app-panel-templates .template-list .no-template img[data-v-bdc6ea30]{width:60px;margin:0 0 10px 0}.app-panel-templates .template-list .item[data-v-bdc6ea30]{width:100%;margin:0 0 10px 0;border:1px solid #eee;border-radius:5px;position:relative;padding:10px;overflow:hidden}.app-panel-templates .template-list .item.active[data-v-bdc6ea30]{border:1px solid #1e88e5}.app-panel-templates .template-list .item .item-locked-bg[data-v-bdc6ea30]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:17px solid #eee;border-right:17px solid #eee;border-bottom:17px solid transparent;border-left:17px solid transparent}.app-panel-templates .template-list .item .item-locked-icon[data-v-bdc6ea30]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:14px;height:17px;font-size:13.4px;color:#999}.app-panel-templates .template-list .item .tname[data-v-bdc6ea30]{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.app-panel-templates .template-list .item .tname span.uni-icon[data-v-bdc6ea30]{font-size:28px;margin:0 10px 0 0}.app-panel-templates .template-list .item .tdescr[data-v-bdc6ea30],.app-panel-templates .template-list .item .tvendor[data-v-bdc6ea30]{font-size:12px;color:#909399;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-bdc6ea30]{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;font-size:13px;font-weight:700;cursor:pointer;border-radius:5px;background-color:#eee;height:25px;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-bdc6ea30]:hover{background-color:#ddd}.app-panel-templates .template-list .item .item-add i[data-v-bdc6ea30]{color:#606266;font-size:16px}.app-panel-templates .template-list .item .item-add span[data-v-bdc6ea30]{color:#606266}.app-panel-templates .template-list .item-bottom-holder[data-v-bdc6ea30]{height:10px}.app-widget-nodata[data-v-bdc6ea30]{padding:20px;margin:12px 20px;border:2px dotted #ddd;border-radius:5px;text-align:center;font-size:14px;line-height:20px;color:#999}.app-widgets-preview[data-v-bdc6ea30]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:100px}.app-widgets-preview .app-page-name[data-v-bdc6ea30]{font-size:14px;color:#909399;margin:0 0 10px 0}.app-widgets-preview .app-page-name.active[data-v-bdc6ea30]{font-weight:700;color:#1e88e5}.app-widgets-preview .app-widget-editor[data-v-bdc6ea30]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-widget-editor.active[data-v-bdc6ea30]{outline:2px dashed #ccc;outline-offset:3px}.app-widgets-preview .app-panel-container[data-v-bdc6ea30],.app-widgets-preview .app-widgets-container[data-v-bdc6ea30]{position:relative;min-height:620px}.app-widgets-preview .app-widgets-container .app-bg[data-v-bdc6ea30]{position:absolute;top:0;right:0;bottom:0;left:0}.app-widgets-preview .app-widgets-container .app-widgets[data-v-bdc6ea30]{padding:0 0 50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-bdc6ea30]{cursor:pointer;padding:0 0;position:relative}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-bdc6ea30]{opacity:.5}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible.edit-seled[data-v-bdc6ea30],.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-bdc6ea30]:hover{opacity:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status[data-v-bdc6ea30]{position:absolute;z-index:10;top:50%;left:-60px;height:20px;width:50px;margin-top:-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;gap:6px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status i[data-v-bdc6ea30]{font-size:20px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions[data-v-bdc6ea30]{position:absolute;top:0;bottom:0;z-index:10;right:-52px;width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions:hover button[data-v-bdc6ea30]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions button[data-v-bdc6ea30]{margin:0 0 0 4px;display:none}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions .action-sort[data-v-bdc6ea30]{cursor:move}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-bdc6ea30]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container:hover .widget-actions button[data-v-bdc6ea30]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.edit-seled[data-v-bdc6ea30]{outline:2px dashed #5fb3fd;outline-offset:-1px;z-index:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-loader[data-v-bdc6ea30]{overflow:hidden}.app-widgets-preview .app-empty-tips[data-v-bdc6ea30]{padding:100px 0;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;gap:20px;color:#c0c4cc}.app-widgets-preview .app-empty-tips span[data-v-bdc6ea30]{font-size:14px}.app-widgets-preview .app-card-editor[data-v-bdc6ea30]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-devices-body[data-v-bdc6ea30]{position:relative;min-height:620px}.app-device-card[data-v-bdc6ea30]{cursor:pointer}.app-device-card[data-v-bdc6ea30]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px;border-radius:5px}.app-device-card.editing[data-v-bdc6ea30]{outline:2px dashed #5fb3fd;outline-offset:-1px;border-radius:5px;z-index:1}.device-preview-card[data-v-bdc6ea30]{min-height:50px}.device-preview-card .item-empty[data-v-bdc6ea30]{min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#909399}.app-config-lines[data-v-bdc6ea30]{padding:10px 0}.app-config-lines .item[data-v-bdc6ea30]{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 15px 0;height:30px}.app-config-lines .item.vertical[data-v-bdc6ea30]{-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;height:auto}.app-config-lines .item.vertical .icontrol[data-v-bdc6ea30]{width:100%;height:auto}.app-config-lines .item .ilabel[data-v-bdc6ea30]{font-size:14px;line-height:22px;color:#444;font-weight:700}.app-config-lines .item .icontrol[data-v-bdc6ea30]{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-config-tabs .tab-item[data-v-bdc6ea30]{padding:5px 10px;margin:0 0 5px 0;border-radius:5px;background-color:#fafafa}.app-config-tabs .tab-item.ghost[data-v-bdc6ea30]{opacity:.5;background-color:#eee}.app-config-tabs .tab-item .sort[data-v-bdc6ea30]{cursor:move}.el-collapse-item__wrap[data-v-bdc6ea30]{border:0}.clear[data-v-749c8561]{clear:both;height:0;overflow:hidden}.img-circle[data-v-749c8561]{border-radius:50%}.config-enum-icons .item[data-v-749c8561]{height:30px;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:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.config-enum-icons .item[data-v-749c8561]:not(:last-child){margin:0 0 5px 0}.config-enum-icons .item .ikey[data-v-749c8561]{width:150px;overflow:hidden}.config-enum-icons .item i[data-v-749c8561]{font-size:18px;line-height:20px}.config-enum-icons .item button[data-v-749c8561]{width:80px}.config-enum-remarks .item[data-v-749c8561]{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;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.config-enum-remarks .item[data-v-749c8561]:not(:last-child){margin:0 0 5px 0}.config-enum-remarks .item .ikey[data-v-749c8561]{overflow:hidden}.clear[data-v-805e9a8a]{clear:both;height:0;overflow:hidden}.img-circle[data-v-805e9a8a]{border-radius:50%}.icon-btn1[data-v-805e9a8a]{width:25px;height:25px;background-color:#fff;border-radius:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:1px solid #999}.icon-btn1 i[data-v-805e9a8a]{font-size:20px;color:#666}.icon-btn1[data-v-805e9a8a]:hover{border:1px solid #1e88e5}.icon-btn1:hover i[data-v-805e9a8a]{color:#1e88e5}.el-select-dropdown.is-multiple .el-select-dropdown__item[data-v-805e9a8a]{padding-right:0}.app-ui-container[data-v-805e9a8a]{background-color:#f4f4f4}.app-ui-container .editor-topnav[data-v-805e9a8a]{padding:10px;border-bottom:1px solid #eee;position:relative;height:53px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-topnav .top-left[data-v-805e9a8a]{position:absolute;top:10px;left:10px}.app-ui-container .editor-topnav .top-center[data-v-805e9a8a]{margin:0 300px;text-align:center;font-size:18px;line-height:33px;font-weight:700}.app-ui-container .editor-topnav .top-right[data-v-805e9a8a]{position:absolute;top:10px;right:10px}.app-ui-container .editor-body[data-v-805e9a8a]{position:fixed;top:53px;left:0;right:0;bottom:0;background-color:#f0f0f0}.app-ui-container .editor-body .body-inner[data-v-805e9a8a]{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-left[data-v-805e9a8a]{position:absolute;top:0;left:0;bottom:0;width:300px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-left .body-left-tabs[data-v-805e9a8a]{padding:10px 10px 0 10px}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types[data-v-805e9a8a]{width:100%;height:30px;border:1px solid #1e88e5;border-radius:5px;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;overflow:hidden}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem[data-v-805e9a8a]{width:50%;height:30px;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;font-size:13px;font-weight:700;cursor:pointer;color:#1e88e5}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem i[data-v-805e9a8a]{display:none}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active[data-v-805e9a8a]{background-color:#1e88e5;color:#fff}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active i[data-v-805e9a8a]{display:inline-block;font-size:16px;margin:0 4px 0 0}.app-ui-container .editor-body .body-center[data-v-805e9a8a]{width:100%;margin:0 300px 0 300px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-right[data-v-805e9a8a]{position:absolute;right:0;top:0;bottom:0;width:300px;background-color:#fff;padding:5px 0 0 10px;border-left:1px solid #eee;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-right .body-right-tabs[data-v-805e9a8a]{padding:0 10px 0 0}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-805e9a8a]{padding:0 10px 30px 0;height:calc(100vh - 123px);overflow-y:auto}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-805e9a8a]::-webkit-scrollbar{width:4px}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-805e9a8a]::-webkit-scrollbar-track{background:#fff}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-805e9a8a]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-ui-container .editor-body .body-right .widget-info-edit .attr-config-item[data-v-805e9a8a]{margin:0 0 10px 0}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item[data-v-805e9a8a]{margin:0 0 5px 0;height:30px;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:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item .ikey[data-v-805e9a8a]{width:150px;overflow:hidden}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item i[data-v-805e9a8a]{font-size:18px;line-height:20px}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item button[data-v-805e9a8a]{width:80px}.app-widgets-libs[data-v-805e9a8a]{position:absolute;top:50px;left:0;bottom:0}.app-widgets-libs .widget-class[data-v-805e9a8a]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-widgets-libs .widget-class[data-v-805e9a8a]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-class[data-v-805e9a8a]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-class[data-v-805e9a8a]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-class .item[data-v-805e9a8a]{display:block;text-align:center;margin:0 0 12px 0}.app-widgets-libs .widget-class .item.active .class-icon[data-v-805e9a8a]{color:#1e88e5}.app-widgets-libs .widget-class .item.active .class-label[data-v-805e9a8a]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item:hover .class-icon[data-v-805e9a8a]{color:#1e88e5}.app-widgets-libs .widget-class .item:hover .class-label[data-v-805e9a8a]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item .class-icon[data-v-805e9a8a]{font-size:26px;line-height:30px;color:#999}.app-widgets-libs .widget-class .item .class-label[data-v-805e9a8a]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-widgets-libs .widget-list[data-v-805e9a8a]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 0 30px 0;overflow-x:hidden;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.app-widgets-libs .widget-list[data-v-805e9a8a]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-list[data-v-805e9a8a]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-list[data-v-805e9a8a]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-list .widgets-transform[data-v-805e9a8a]{-webkit-transform:scale(.56);transform:scale(.56);-webkit-transform-origin:0 0;transform-origin:0 0}.app-widgets-libs .widget-list .item[data-v-805e9a8a]{width:360px;margin:0 0 20px 0;border:2px solid #eee;border-radius:5px;position:relative}.app-widgets-libs .widget-list .item .item-locked-bg[data-v-805e9a8a]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:30px solid #eee;border-right:30px solid #eee;border-bottom:30px solid transparent;border-left:30px solid transparent}.app-widgets-libs .widget-list .item .item-locked-icon[data-v-805e9a8a]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:25px;height:30px;font-size:24px;color:#999}.app-widgets-libs .widget-list .item .item-widget[data-v-805e9a8a]{padding:0}.app-widgets-libs .widget-list .item .item-add[data-v-805e9a8a]{text-align:center;height:50px;background-color:#eee}.app-widgets-libs .widget-list .item .item-add[data-v-805e9a8a]:hover{background-color:#ddd}.app-widgets-libs .widget-list .item .item-add a[data-v-805e9a8a]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:22px;color:#909399}.app-widgets-libs .widget-list .item .item-add a i[data-v-805e9a8a]{font-size:26px}.app-widgets-libs .widget-list .item-bottom-holder[data-v-805e9a8a]{height:10px}.app-panel-templates[data-v-805e9a8a]{position:absolute;top:50px;left:0;bottom:0}.app-panel-templates .template-class[data-v-805e9a8a]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-panel-templates .template-class[data-v-805e9a8a]::-webkit-scrollbar{width:4px}.app-panel-templates .template-class[data-v-805e9a8a]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-class[data-v-805e9a8a]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-class .item[data-v-805e9a8a]{display:block;text-align:center;margin:0 0 12px 0}.app-panel-templates .template-class .item.active .class-icon[data-v-805e9a8a]{color:#1e88e5}.app-panel-templates .template-class .item.active .class-label[data-v-805e9a8a]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item:hover .class-icon[data-v-805e9a8a]{color:#1e88e5}.app-panel-templates .template-class .item:hover .class-label[data-v-805e9a8a]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item .class-icon[data-v-805e9a8a]{font-size:26px;line-height:30px;color:#999}.app-panel-templates .template-class .item .class-label[data-v-805e9a8a]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-panel-templates .template-list[data-v-805e9a8a]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 10px 10px 0;overflow-x:hidden;overflow-y:auto}.app-panel-templates .template-list[data-v-805e9a8a]::-webkit-scrollbar{width:4px}.app-panel-templates .template-list[data-v-805e9a8a]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-list[data-v-805e9a8a]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-list .template-tips[data-v-805e9a8a]{font-size:12px;color:#909399;margin:0 0 10px 0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-panel-templates .template-list .template-tips i[data-v-805e9a8a]{margin:0 5px 0 0}.app-panel-templates .template-list .template-tips a[data-v-805e9a8a]{color:#909399}.app-panel-templates .template-list .no-template[data-v-805e9a8a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px;font-size:12px;color:#909399}.app-panel-templates .template-list .no-template img[data-v-805e9a8a]{width:60px;margin:0 0 10px 0}.app-panel-templates .template-list .item[data-v-805e9a8a]{width:100%;margin:0 0 10px 0;border:1px solid #eee;border-radius:5px;position:relative;padding:10px;overflow:hidden}.app-panel-templates .template-list .item.active[data-v-805e9a8a]{border:1px solid #1e88e5}.app-panel-templates .template-list .item .item-locked-bg[data-v-805e9a8a]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:17px solid #eee;border-right:17px solid #eee;border-bottom:17px solid transparent;border-left:17px solid transparent}.app-panel-templates .template-list .item .item-locked-icon[data-v-805e9a8a]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:14px;height:17px;font-size:13.4px;color:#999}.app-panel-templates .template-list .item .tname[data-v-805e9a8a]{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.app-panel-templates .template-list .item .tname span.uni-icon[data-v-805e9a8a]{font-size:28px;margin:0 10px 0 0}.app-panel-templates .template-list .item .tdescr[data-v-805e9a8a],.app-panel-templates .template-list .item .tvendor[data-v-805e9a8a]{font-size:12px;color:#909399;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-805e9a8a]{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;font-size:13px;font-weight:700;cursor:pointer;border-radius:5px;background-color:#eee;height:25px;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-805e9a8a]:hover{background-color:#ddd}.app-panel-templates .template-list .item .item-add i[data-v-805e9a8a]{color:#606266;font-size:16px}.app-panel-templates .template-list .item .item-add span[data-v-805e9a8a]{color:#606266}.app-panel-templates .template-list .item-bottom-holder[data-v-805e9a8a]{height:10px}.app-widget-nodata[data-v-805e9a8a]{padding:20px;margin:12px 20px;border:2px dotted #ddd;border-radius:5px;text-align:center;font-size:14px;line-height:20px;color:#999}.app-widgets-preview[data-v-805e9a8a]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:100px}.app-widgets-preview .app-page-name[data-v-805e9a8a]{font-size:14px;color:#909399;margin:0 0 10px 0}.app-widgets-preview .app-page-name.active[data-v-805e9a8a]{font-weight:700;color:#1e88e5}.app-widgets-preview .app-widget-editor[data-v-805e9a8a]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-widget-editor.active[data-v-805e9a8a]{outline:2px dashed #ccc;outline-offset:3px}.app-widgets-preview .app-panel-container[data-v-805e9a8a],.app-widgets-preview .app-widgets-container[data-v-805e9a8a]{position:relative;min-height:620px}.app-widgets-preview .app-widgets-container .app-bg[data-v-805e9a8a]{position:absolute;top:0;right:0;bottom:0;left:0}.app-widgets-preview .app-widgets-container .app-widgets[data-v-805e9a8a]{padding:0 0 50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-805e9a8a]{cursor:pointer;padding:0 0;position:relative}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-805e9a8a]{opacity:.5}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible.edit-seled[data-v-805e9a8a],.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-805e9a8a]:hover{opacity:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status[data-v-805e9a8a]{position:absolute;z-index:10;top:50%;left:-60px;height:20px;width:50px;margin-top:-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;gap:6px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status i[data-v-805e9a8a]{font-size:20px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions[data-v-805e9a8a]{position:absolute;top:0;bottom:0;z-index:10;right:-52px;width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions:hover button[data-v-805e9a8a]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions button[data-v-805e9a8a]{margin:0 0 0 4px;display:none}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions .action-sort[data-v-805e9a8a]{cursor:move}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-805e9a8a]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container:hover .widget-actions button[data-v-805e9a8a]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.edit-seled[data-v-805e9a8a]{outline:2px dashed #5fb3fd;outline-offset:-1px;z-index:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-loader[data-v-805e9a8a]{overflow:hidden}.app-widgets-preview .app-empty-tips[data-v-805e9a8a]{padding:100px 0;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;gap:20px;color:#c0c4cc}.app-widgets-preview .app-empty-tips span[data-v-805e9a8a]{font-size:14px}.app-widgets-preview .app-card-editor[data-v-805e9a8a]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-devices-body[data-v-805e9a8a]{position:relative;min-height:620px}.app-device-card[data-v-805e9a8a]{cursor:pointer}.app-device-card[data-v-805e9a8a]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px;border-radius:5px}.app-device-card.editing[data-v-805e9a8a]{outline:2px dashed #5fb3fd;outline-offset:-1px;border-radius:5px;z-index:1}.device-preview-card[data-v-805e9a8a]{min-height:50px}.device-preview-card .item-empty[data-v-805e9a8a]{min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#909399}.app-config-lines[data-v-805e9a8a]{padding:10px 0}.app-config-lines .item[data-v-805e9a8a]{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 15px 0;height:30px}.app-config-lines .item.vertical[data-v-805e9a8a]{-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;height:auto}.app-config-lines .item.vertical .icontrol[data-v-805e9a8a]{width:100%;height:auto}.app-config-lines .item .ilabel[data-v-805e9a8a]{font-size:14px;line-height:22px;color:#444;font-weight:700}.app-config-lines .item .icontrol[data-v-805e9a8a]{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-config-tabs .tab-item[data-v-805e9a8a]{padding:5px 10px;margin:0 0 5px 0;border-radius:5px;background-color:#fafafa}.app-config-tabs .tab-item.ghost[data-v-805e9a8a]{opacity:.5;background-color:#eee}.app-config-tabs .tab-item .sort[data-v-805e9a8a]{cursor:move}.el-collapse-item__wrap[data-v-805e9a8a]{border:0}.widget-box.show-panel[data-v-13c27247]{margin:15px 15px;background:#fff;border-radius:8px}.widget-box.show-panel.show-shadow[data-v-13c27247]{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.05);box-shadow:0 2px 12px 0 rgba(0,0,0,.05)}.widget-box.show-panel .panel-title[data-v-13c27247]{padding:15px 15px 0 15px;font-size:16px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.widget-box.show-panel .panel-title.left[data-v-13c27247],.widget-box.show-panel .panel-title[data-v-13c27247]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.widget-box.show-panel .panel-title.center[data-v-13c27247]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.widget-box.show-panel .panel-title.right[data-v-13c27247]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.widget-box .grid-container[data-v-13c27247]{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:16px;margin:0;padding:16px}.widget-box .grid-container .grid-col.col-hidden[data-v-13c27247]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-container[data-v-13c27247]{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:10px;margin:0;padding:0}.card-container .grid-col[data-v-13c27247]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:3px;padding:0 0 5px 0}.card-container .grid-col.reverse[data-v-13c27247]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.card-container .grid-col.col-left .item-name[data-v-13c27247],.card-container .grid-col.col-left .item-value[data-v-13c27247]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.card-container .grid-col.col-center .item-name[data-v-13c27247],.card-container .grid-col.col-center .item-value[data-v-13c27247]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-container .grid-col.col-right .item-name[data-v-13c27247],.card-container .grid-col.col-right .item-value[data-v-13c27247]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card-container .grid-col.col-hidden[data-v-13c27247]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-container .grid-col .item-name[data-v-13c27247]{font-size:14px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.card-container .grid-col .item-value[data-v-13c27247]{width:100%;min-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-container .grid-col .item-value.show-flash[data-v-13c27247]{-webkit-animation:flash-opacity-13c27247 .3s ease-in-out 2;animation:flash-opacity-13c27247 .3s ease-in-out 2}@-webkit-keyframes flash-opacity-13c27247{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes flash-opacity-13c27247{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.card-container .grid-col .item-value.v-number[data-v-13c27247]{padding:3px 0;font-size:14px;line-height:1}.card-container .grid-col .item-value.v-number.bgcolor[data-v-13c27247]{border-radius:5px;padding:3px 6px}.card-container .grid-col .item-value.v-number.value-bold .n-value[data-v-13c27247]{font-weight:700}.card-container .grid-col .item-value.v-boolean[data-v-13c27247]{padding:0 3px}.card-container .grid-col .item-value.v-boolean .show-led[data-v-13c27247]{--shadow-color:#f90;--glow-color:#f30;width:10px;height:10px;border-radius:10px}.card-container .grid-col .item-value.v-boolean .show-led.show-shadow[data-v-13c27247]{-webkit-box-shadow:0 0 2px 2px var(--shadow-color);box-shadow:0 0 2px 2px var(--shadow-color)}.card-container .grid-col .item-value.v-boolean .show-led.show-glow[data-v-13c27247]{-webkit-animation:glow-13c27247 1s ease-in-out infinite alternate;animation:glow-13c27247 1s ease-in-out infinite alternate}@-webkit-keyframes glow-13c27247{0%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}to{-webkit-box-shadow:0 0 2px 2px var(--glow-color);box-shadow:0 0 2px 2px var(--glow-color)}}@keyframes glow-13c27247{0%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}to{-webkit-box-shadow:0 0 2px 2px var(--glow-color);box-shadow:0 0 2px 2px var(--glow-color)}}.card-container .grid-col .item-value.v-string[data-v-13c27247]{padding:3px 0;font-size:14px;line-height:1}.card-container .grid-col .item-value.v-string.bgcolor[data-v-13c27247]{border-radius:5px;padding:3px 6px}.card-container .grid-col .item-value.v-string.value-bold .n-value[data-v-13c27247]{font-weight:700}.card-container .grid-col .item-value.v-enum[data-v-13c27247]{padding:3px 0;font-size:14px;line-height:1}.card-container .grid-col .item-value.v-enum.bgcolor[data-v-13c27247]{border-radius:5px;padding:3px 6px}.card-container .grid-col .item-value.v-enum.value-bold .n-value[data-v-13c27247]{font-weight:700}.card-status-bar[data-v-13c27247]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;min-height:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.card-status-bar .battery-status[data-v-13c27247]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-status-bar .active-time[data-v-13c27247]{font-size:12px;color:#ccc}.widget-box.show-panel[data-v-496e6db3]{margin:15px 15px;background:#fff;border-radius:8px}.widget-box.show-panel.show-shadow[data-v-496e6db3]{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.05);box-shadow:0 2px 12px 0 rgba(0,0,0,.05)}.widget-box.show-panel .panel-title[data-v-496e6db3]{padding:15px 15px 0 15px;font-size:16px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.widget-box.show-panel .panel-title.left[data-v-496e6db3],.widget-box.show-panel .panel-title[data-v-496e6db3]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.widget-box.show-panel .panel-title.center[data-v-496e6db3]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.widget-box.show-panel .panel-title.right[data-v-496e6db3]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.widget-box .grid-container[data-v-496e6db3]{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:16px;margin:0;padding:16px}.widget-box .grid-container .grid-col.col-hidden[data-v-496e6db3]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-container[data-v-496e6db3]{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:10px;margin:0;padding:0}.card-container .grid-col[data-v-496e6db3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:3px;padding:0 0 5px 0}.card-container .grid-col.reverse[data-v-496e6db3]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.card-container .grid-col.col-left .item-name[data-v-496e6db3],.card-container .grid-col.col-left .item-value[data-v-496e6db3]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.card-container .grid-col.col-center .item-name[data-v-496e6db3],.card-container .grid-col.col-center .item-value[data-v-496e6db3]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-container .grid-col.col-right .item-name[data-v-496e6db3],.card-container .grid-col.col-right .item-value[data-v-496e6db3]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card-container .grid-col.col-hidden[data-v-496e6db3]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-container .grid-col .item-name[data-v-496e6db3]{font-size:14px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.card-container .grid-col .item-value[data-v-496e6db3]{width:100%;min-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-container .grid-col .item-value.show-flash[data-v-496e6db3]{-webkit-animation:flash-opacity-496e6db3 .3s ease-in-out 2;animation:flash-opacity-496e6db3 .3s ease-in-out 2}@-webkit-keyframes flash-opacity-496e6db3{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes flash-opacity-496e6db3{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.card-container .grid-col .item-value.v-number[data-v-496e6db3]{padding:3px 0;font-size:14px;line-height:1}.card-container .grid-col .item-value.v-number.bgcolor[data-v-496e6db3]{border-radius:5px;padding:3px 6px}.card-container .grid-col .item-value.v-number.value-bold .n-value[data-v-496e6db3]{font-weight:700}.card-container .grid-col .item-value.v-boolean[data-v-496e6db3]{padding:0 3px}.card-container .grid-col .item-value.v-boolean .show-led[data-v-496e6db3]{--shadow-color:#f90;--glow-color:#f30;width:10px;height:10px;border-radius:10px}.card-container .grid-col .item-value.v-boolean .show-led.show-shadow[data-v-496e6db3]{-webkit-box-shadow:0 0 2px 2px var(--shadow-color);box-shadow:0 0 2px 2px var(--shadow-color)}.card-container .grid-col .item-value.v-boolean .show-led.show-glow[data-v-496e6db3]{-webkit-animation:glow-496e6db3 1s ease-in-out infinite alternate;animation:glow-496e6db3 1s ease-in-out infinite alternate}@-webkit-keyframes glow-496e6db3{0%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}to{-webkit-box-shadow:0 0 2px 2px var(--glow-color);box-shadow:0 0 2px 2px var(--glow-color)}}@keyframes glow-496e6db3{0%{-webkit-box-shadow:0 0 0 0 var(--shadow-color);box-shadow:0 0 0 0 var(--shadow-color)}to{-webkit-box-shadow:0 0 2px 2px var(--glow-color);box-shadow:0 0 2px 2px var(--glow-color)}}.card-container .grid-col .item-value.v-string[data-v-496e6db3]{padding:3px 0;font-size:14px;line-height:1}.card-container .grid-col .item-value.v-string.bgcolor[data-v-496e6db3]{border-radius:5px;padding:3px 6px}.card-container .grid-col .item-value.v-string.value-bold .n-value[data-v-496e6db3]{font-weight:700}.card-container .grid-col .item-value.v-enum[data-v-496e6db3]{padding:3px 0;font-size:14px;line-height:1}.card-container .grid-col .item-value.v-enum.bgcolor[data-v-496e6db3]{border-radius:5px;padding:3px 6px}.card-container .grid-col .item-value.v-enum.value-bold .n-value[data-v-496e6db3]{font-weight:700}.card-status-bar[data-v-496e6db3]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;min-height:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.card-status-bar .battery-status[data-v-496e6db3]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-status-bar .active-time[data-v-496e6db3]{font-size:12px;color:#ccc}.clear[data-v-776a6e72]{clear:both;height:0;overflow:hidden}.img-circle[data-v-776a6e72]{border-radius:50%}@font-face{font-family:Amaranth;font-style:normal;font-weight:400;src:url(/webfonts/amaranth-v10-latin-regular.eot);src:local("Amaranth Regular"),local("Amaranth-Regular"),url(/webfonts/amaranth-v10-latin-regular.eot?#iefix) format("embedded-opentype"),url(/webfonts/amaranth-v10-latin-regular.woff2) format("woff2"),url(/webfonts/amaranth-v10-latin-regular.woff) format("woff"),url(/webfonts/amaranth-v10-latin-regular.ttf) format("truetype"),url(/webfonts/amaranth-v10-latin-regular.svg#Amaranth) format("svg")}.icon-btn1[data-v-776a6e72]{width:25px;height:25px;background-color:#fff;border-radius:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:1px solid #999}.icon-btn1 i[data-v-776a6e72]{font-size:20px;color:#666}.icon-btn1[data-v-776a6e72]:hover{border:1px solid #1e88e5}.icon-btn1:hover i[data-v-776a6e72]{color:#1e88e5}.el-select-dropdown.is-multiple .el-select-dropdown__item[data-v-776a6e72]{padding-right:0}.app-ui-container[data-v-776a6e72]{background-color:#f4f4f4}.app-ui-container .editor-topnav[data-v-776a6e72]{padding:10px;border-bottom:1px solid #eee;position:relative;height:53px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-topnav .top-left[data-v-776a6e72]{position:absolute;top:10px;left:10px}.app-ui-container .editor-topnav .top-center[data-v-776a6e72]{margin:0 300px;text-align:center;font-size:18px;line-height:33px;font-weight:700}.app-ui-container .editor-topnav .top-right[data-v-776a6e72]{position:absolute;top:10px;right:10px}.app-ui-container .editor-body[data-v-776a6e72]{position:fixed;top:53px;left:0;right:0;bottom:0;background-color:#f0f0f0}.app-ui-container .editor-body .body-inner[data-v-776a6e72]{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-left[data-v-776a6e72]{position:absolute;top:0;left:0;bottom:0;width:300px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-left .body-left-tabs[data-v-776a6e72]{padding:10px 10px 0 10px}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types[data-v-776a6e72]{width:100%;height:30px;border:1px solid #1e88e5;border-radius:5px;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;overflow:hidden}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem[data-v-776a6e72]{width:50%;height:30px;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;font-size:13px;font-weight:700;cursor:pointer;color:#1e88e5}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem i[data-v-776a6e72]{display:none}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active[data-v-776a6e72]{background-color:#1e88e5;color:#fff}.app-ui-container .editor-body .body-left .body-left-tabs .panel-types .ptitem.active i[data-v-776a6e72]{display:inline-block;font-size:16px;margin:0 4px 0 0}.app-ui-container .editor-body .body-center[data-v-776a6e72]{width:100%;margin:0 300px 0 300px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.app-ui-container .editor-body .body-right[data-v-776a6e72]{position:absolute;right:0;top:0;bottom:0;width:300px;background-color:#fff;padding:5px 0 0 10px;border-left:1px solid #eee;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-ui-container .editor-body .body-right .body-right-tabs[data-v-776a6e72]{padding:0 10px 0 0}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-776a6e72]{padding:0 10px 30px 0;height:calc(100vh - 123px);overflow-y:auto}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-776a6e72]::-webkit-scrollbar{width:4px}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-776a6e72]::-webkit-scrollbar-track{background:#fff}.app-ui-container .editor-body .body-right .widget-info-edit[data-v-776a6e72]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-ui-container .editor-body .body-right .widget-info-edit .attr-config-item[data-v-776a6e72]{margin:0 0 10px 0}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item[data-v-776a6e72]{margin:0 0 5px 0;height:30px;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:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item .ikey[data-v-776a6e72]{width:150px;overflow:hidden}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item i[data-v-776a6e72]{font-size:18px;line-height:20px}.app-ui-container .editor-body .body-right .widget-info-edit .config-enum-icons .item button[data-v-776a6e72]{width:80px}.app-widgets-libs[data-v-776a6e72]{position:absolute;top:50px;left:0;bottom:0}.app-widgets-libs .widget-class[data-v-776a6e72]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-widgets-libs .widget-class[data-v-776a6e72]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-class[data-v-776a6e72]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-class[data-v-776a6e72]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-class .item[data-v-776a6e72]{display:block;text-align:center;margin:0 0 12px 0}.app-widgets-libs .widget-class .item.active .class-icon[data-v-776a6e72]{color:#1e88e5}.app-widgets-libs .widget-class .item.active .class-label[data-v-776a6e72]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item:hover .class-icon[data-v-776a6e72]{color:#1e88e5}.app-widgets-libs .widget-class .item:hover .class-label[data-v-776a6e72]{color:#1e88e5;font-weight:700}.app-widgets-libs .widget-class .item .class-icon[data-v-776a6e72]{font-size:26px;line-height:30px;color:#999}.app-widgets-libs .widget-class .item .class-label[data-v-776a6e72]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-widgets-libs .widget-list[data-v-776a6e72]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 0 30px 0;overflow-x:hidden;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.app-widgets-libs .widget-list[data-v-776a6e72]::-webkit-scrollbar{width:4px}.app-widgets-libs .widget-list[data-v-776a6e72]::-webkit-scrollbar-track{background:#fff}.app-widgets-libs .widget-list[data-v-776a6e72]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-widgets-libs .widget-list .widgets-transform[data-v-776a6e72]{-webkit-transform:scale(.56);transform:scale(.56);-webkit-transform-origin:0 0;transform-origin:0 0}.app-widgets-libs .widget-list .item[data-v-776a6e72]{width:360px;margin:0 0 20px 0;border:2px solid #eee;border-radius:5px;position:relative}.app-widgets-libs .widget-list .item .item-locked-bg[data-v-776a6e72]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:30px solid #eee;border-right:30px solid #eee;border-bottom:30px solid transparent;border-left:30px solid transparent}.app-widgets-libs .widget-list .item .item-locked-icon[data-v-776a6e72]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:25px;height:30px;font-size:24px;color:#999}.app-widgets-libs .widget-list .item .item-widget[data-v-776a6e72]{padding:0}.app-widgets-libs .widget-list .item .item-add[data-v-776a6e72]{text-align:center;height:50px;background-color:#eee}.app-widgets-libs .widget-list .item .item-add[data-v-776a6e72]:hover{background-color:#ddd}.app-widgets-libs .widget-list .item .item-add a[data-v-776a6e72]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:22px;color:#909399}.app-widgets-libs .widget-list .item .item-add a i[data-v-776a6e72]{font-size:26px}.app-widgets-libs .widget-list .item-bottom-holder[data-v-776a6e72]{height:10px}.app-panel-templates[data-v-776a6e72]{position:absolute;top:50px;left:0;bottom:0}.app-panel-templates .template-class[data-v-776a6e72]{position:absolute;top:0;left:0;bottom:0;z-index:10;width:80px;overflow-y:auto;border-right:1px solid #eee;padding-top:10px;background-color:#fff}.app-panel-templates .template-class[data-v-776a6e72]::-webkit-scrollbar{width:4px}.app-panel-templates .template-class[data-v-776a6e72]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-class[data-v-776a6e72]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-class .item[data-v-776a6e72]{display:block;text-align:center;margin:0 0 12px 0}.app-panel-templates .template-class .item.active .class-icon[data-v-776a6e72]{color:#1e88e5}.app-panel-templates .template-class .item.active .class-label[data-v-776a6e72]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item:hover .class-icon[data-v-776a6e72]{color:#1e88e5}.app-panel-templates .template-class .item:hover .class-label[data-v-776a6e72]{color:#1e88e5;font-weight:700}.app-panel-templates .template-class .item .class-icon[data-v-776a6e72]{font-size:26px;line-height:30px;color:#999}.app-panel-templates .template-class .item .class-label[data-v-776a6e72]{font-size:12px;line-height:16px;color:#666;padding:0 10px}.app-panel-templates .template-list[data-v-776a6e72]{position:absolute;top:0;left:88px;bottom:0;width:212px;padding:0 10px 10px 0;overflow-x:hidden;overflow-y:auto}.app-panel-templates .template-list[data-v-776a6e72]::-webkit-scrollbar{width:4px}.app-panel-templates .template-list[data-v-776a6e72]::-webkit-scrollbar-track{background:#fff}.app-panel-templates .template-list[data-v-776a6e72]::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.app-panel-templates .template-list .template-tips[data-v-776a6e72]{font-size:12px;color:#909399;margin:0 0 10px 0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-panel-templates .template-list .template-tips i[data-v-776a6e72]{margin:0 5px 0 0}.app-panel-templates .template-list .template-tips a[data-v-776a6e72]{color:#909399}.app-panel-templates .template-list .no-template[data-v-776a6e72]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px;font-size:12px;color:#909399}.app-panel-templates .template-list .no-template img[data-v-776a6e72]{width:60px;margin:0 0 10px 0}.app-panel-templates .template-list .item[data-v-776a6e72]{width:100%;margin:0 0 10px 0;border:1px solid #eee;border-radius:5px;position:relative;padding:10px;overflow:hidden}.app-panel-templates .template-list .item.active[data-v-776a6e72]{border:1px solid #1e88e5}.app-panel-templates .template-list .item .item-locked-bg[data-v-776a6e72]{content:"";position:absolute;top:0;right:0;width:0;height:0;z-index:100;border-top:17px solid #eee;border-right:17px solid #eee;border-bottom:17px solid transparent;border-left:17px solid transparent}.app-panel-templates .template-list .item .item-locked-icon[data-v-776a6e72]{position:absolute;top:0;right:0;width:0;height:0;z-index:101;width:14px;height:17px;font-size:13.4px;color:#999}.app-panel-templates .template-list .item .tname[data-v-776a6e72]{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.app-panel-templates .template-list .item .tname span.uni-icon[data-v-776a6e72]{font-size:28px;margin:0 10px 0 0}.app-panel-templates .template-list .item .tdescr[data-v-776a6e72],.app-panel-templates .template-list .item .tvendor[data-v-776a6e72]{font-size:12px;color:#909399;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-776a6e72]{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;font-size:13px;font-weight:700;cursor:pointer;border-radius:5px;background-color:#eee;height:25px;margin:10px 0 0 0}.app-panel-templates .template-list .item .item-add[data-v-776a6e72]:hover{background-color:#ddd}.app-panel-templates .template-list .item .item-add i[data-v-776a6e72]{color:#606266;font-size:16px}.app-panel-templates .template-list .item .item-add span[data-v-776a6e72]{color:#606266}.app-panel-templates .template-list .item-bottom-holder[data-v-776a6e72]{height:10px}.app-widget-nodata[data-v-776a6e72]{padding:20px;margin:12px 20px;border:2px dotted #ddd;border-radius:5px;text-align:center;font-size:14px;line-height:20px;color:#999}.app-widgets-preview[data-v-776a6e72]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:100px}.app-widgets-preview .app-page-name[data-v-776a6e72]{font-size:14px;color:#909399;margin:0 0 10px 0}.app-widgets-preview .app-page-name.active[data-v-776a6e72]{font-weight:700;color:#1e88e5}.app-widgets-preview .app-widget-editor[data-v-776a6e72]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-widget-editor.active[data-v-776a6e72]{outline:2px dashed #ccc;outline-offset:3px}.app-widgets-preview .app-panel-container[data-v-776a6e72],.app-widgets-preview .app-widgets-container[data-v-776a6e72]{position:relative;min-height:620px}.app-widgets-preview .app-widgets-container .app-bg[data-v-776a6e72]{position:absolute;top:0;right:0;bottom:0;left:0}.app-widgets-preview .app-widgets-container .app-widgets[data-v-776a6e72]{padding:0 0 50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-776a6e72]{cursor:pointer;padding:0 0;position:relative}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-776a6e72]{opacity:.5}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible.edit-seled[data-v-776a6e72],.app-widgets-preview .app-widgets-container .app-widgets .widget-container.not-visible[data-v-776a6e72]:hover{opacity:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status[data-v-776a6e72]{position:absolute;z-index:10;top:50%;left:-60px;height:20px;width:50px;margin-top:-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;gap:6px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-status i[data-v-776a6e72]{font-size:20px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions[data-v-776a6e72]{position:absolute;top:0;bottom:0;z-index:10;right:-52px;width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions:hover button[data-v-776a6e72]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions button[data-v-776a6e72]{margin:0 0 0 4px;display:none}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-actions .action-sort[data-v-776a6e72]{cursor:move}.app-widgets-preview .app-widgets-container .app-widgets .widget-container[data-v-776a6e72]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px}.app-widgets-preview .app-widgets-container .app-widgets .widget-container:hover .widget-actions button[data-v-776a6e72]{display:inline-block}.app-widgets-preview .app-widgets-container .app-widgets .widget-container.edit-seled[data-v-776a6e72]{outline:2px dashed #5fb3fd;outline-offset:-1px;z-index:1}.app-widgets-preview .app-widgets-container .app-widgets .widget-container .widget-loader[data-v-776a6e72]{overflow:hidden}.app-widgets-preview .app-empty-tips[data-v-776a6e72]{padding:100px 0;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;gap:20px;color:#c0c4cc}.app-widgets-preview .app-empty-tips span[data-v-776a6e72]{font-size:14px}.app-widgets-preview .app-card-editor[data-v-776a6e72]{padding:0;margin:0;width:360px;background-color:#f9f9f9}.app-widgets-preview .app-devices-body[data-v-776a6e72]{position:relative;min-height:620px}.app-device-card[data-v-776a6e72]{cursor:pointer}.app-device-card[data-v-776a6e72]:hover{outline:2px dashed #c2e3ff;outline-offset:-1px;border-radius:5px}.app-device-card.editing[data-v-776a6e72]{outline:2px dashed #5fb3fd;outline-offset:-1px;border-radius:5px;z-index:1}.device-preview-card[data-v-776a6e72]{min-height:50px}.device-preview-card .item-empty[data-v-776a6e72]{min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#909399}.app-config-lines[data-v-776a6e72]{padding:10px 0}.app-config-lines .item[data-v-776a6e72]{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 15px 0;height:30px}.app-config-lines .item.vertical[data-v-776a6e72]{-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;height:auto}.app-config-lines .item.vertical .icontrol[data-v-776a6e72]{width:100%;height:auto}.app-config-lines .item .ilabel[data-v-776a6e72]{font-size:14px;line-height:22px;color:#444;font-weight:700}.app-config-lines .item .icontrol[data-v-776a6e72]{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-config-tabs .tab-item[data-v-776a6e72]{padding:5px 10px;margin:0 0 5px 0;border-radius:5px;background-color:#fafafa}.app-config-tabs .tab-item.ghost[data-v-776a6e72]{opacity:.5;background-color:#eee}.app-config-tabs .tab-item .sort[data-v-776a6e72]{cursor:move}