.the-table-action-cell{line-height:1}.the-table-action-cell .el-button{height:28px;padding:0 6px}.the-table-action-cell .el-button+.el-button{margin-left:0}.the-table-action-cell .the-table-action-cell-icon{padding-right:4px}.the-pagination{width:100%}.the-sort-icon{cursor:pointer;justify-content:center;align-items:center;width:12px;height:12px;display:flex}.the-sort-icon:after{content:"";border:5px solid #0000;width:0;height:0;display:block}.the-sort-icon.top:after{border-bottom-color:#c0c4cc}.the-sort-icon.bottom:after{border-top-color:#c0c4cc}.the-sort-icon.is-select.top:after{border-bottom-color:var(--blue)}.the-sort-icon.is-select.bottom:after{border-top-color:var(--blue)}.the-sort-icon.is-disabled{cursor:not-allowed}.the-table{width:100%;min-height:500px}.the-table .el-table{width:100%}.the-table .el-table__header .el-table__cell{height:50px;background-color:#f6f7fb!important}.the-table .el-table__header .el-table__cell .cell{color:#18181a}.the-table .the-table-column-click{cursor:pointer}.the-table-operation-bar{width:100%;margin-bottom:12px}.the-table-operation-bar-popper .the-setting-list{--gap:14px;width:100%;max-height:60vh;overflow:hidden auto}.the-table-operation-bar-popper .the-setting-list .the-setting-item{height:38px;padding:0 var(--gap);margin-bottom:var(--gap);font-size:var(--el-font-size-base);color:var(--el-text-color-regular);border-radius:var(--border-radius);border:1px dashed #dcdfe6;line-height:34px;position:relative}.the-table-operation-bar-popper .the-setting-list .the-setting-item:hover{color:var(--el-color-primary);background-color:var(--el-fill-color-light)}.the-table-operation-bar-popper .the-setting-list .the-setting-item[draggable=true]{cursor:move;-webkit-user-select:none;user-select:none}.the-curd-form-field,.the-curd-form-field .the-curd-field{width:100%}.the-curd-form-field .is-multiple-select .el-select__selection{flex-wrap:nowrap}.the-date-shortcut-selected{color:var(--blue);background-color:var(--el-color-primary-light-9)}.the-fields-item .el-form-item__content{font-size:0;line-height:1}.the-fields-item .w-full{width:100%}.the-fields-item .el-input-number .el-input__inner{text-align:left}.the-fields-item .tips-box{width:100%;padding-top:5px}.the-fields-item .tips-box .the-tag{line-height:18px}.the-fields-item .text-box{border-radius:var(--border-radius);border:1px dashed #ccc;padding:8px 10px}body .the-curd-main-page{width:100%;height:var(--layout-content-height);flex-direction:column;display:flex}body .the-curd-main-page .the-curd-entrance{bottom:var(--page-padding);z-index:10;padding:5px 0;position:fixed;right:0}body .the-curd-main-page .the-curd-entrance:hover{padding:5px 11px}body .the-curd-main-page .el-input-number .el-input__inner{text-align:left}body .the-curd-search{height:fit-content}body .the-curd-popup-config{--gap:14px;--border:solid 1px #eee;--border-color:#dcdfe6;background-color:#fff;flex-direction:column;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}body .the-curd-popup-config .w-full{width:100%}body .the-curd-popup-config .h-full{height:100%}body .the-curd-popup-config .the-curd-popup-top{min-height:50px;padding:12px var(--gap);border-bottom:var(--border)}body .the-curd-popup-config .the-curd-popup-top .the-curd-popup-close{cursor:pointer;width:28px;height:28px;transition:var(--transition);display:inline-block;position:relative;transform:rotate(0)}body .the-curd-popup-config .the-curd-popup-top .the-curd-popup-close:before{transition:var(--transition);content:"";background-color:#666;width:16px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}body .the-curd-popup-config .the-curd-popup-top .the-curd-popup-close:after{transition:var(--transition);content:"";background-color:#666;width:16px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}body .the-curd-popup-config .the-curd-popup-top .the-curd-popup-close:hover{transform:rotate(180deg)}body .the-curd-popup-config .the-curd-popup-footer{text-align:right;border-top:var(--border);padding:12px var(--gap)}body .the-curd-popup-config .the-curd-popup-content{padding:var(--gap);flex:1;width:100%;overflow:hidden}body .the-curd-popup-config .the-curd-edit-mask{cursor:move;border:dashed 1px var(--border-color);background-color:#ffffffbf;width:100%;height:100%;padding:0 10px;animation:.3s curd-edit-mask-move;display:none;position:absolute;top:0;left:0}body .the-curd-popup-config .the-filter-item:hover .the-curd-edit-mask{z-index:5;display:flex}body .the-curd-popup-config .the-curd-selected:after{content:"";border:dashed var(--purple) 1px;border-radius:var(--border-radius);background-color:#79bbff80;width:100%;height:100%;position:absolute;top:0;left:0}body .the-curd-popup-config .the-curd-editor{height:fit-content;min-height:100%;overflow:hidden auto}body .the-curd-popup-config .the-curd-editor.is-show{border-left:solid var(--border-color) 1px;padding-left:var(--gap);padding-right:2px}body .the-curd-popup-config .the-curd-editor .the-curd-editor-content{width:420px}body .the-curd-popup-config .the-curd-target-box{border:dashed 1px var(--purple);border-radius:var(--border-radius);margin-bottom:16px;padding:14px 18px;position:relative}body .the-curd-popup-config .the-curd-target-box:after{content:"组件预览区域";font-size:var(--gap);color:var(--purple);padding:0px var(--gap);background-color:#fff;animation:3s 3 curd-target-text-move;position:absolute;top:-10px;left:24px}body .the-curd-popup-config .the-curd-target-box .the-curd-form-field{max-width:100%}body .the-curd-popup-config .the-curd-example{border:dashed 1px var(--border-color)}body .the-curd-popup-config .the-curd-example .the-curd-example-item{width:100%;min-height:60px;padding:8px var(--gap);border-top:dashed 1px var(--border-color);cursor:pointer;position:relative}body .the-curd-popup-config .the-curd-example .the-curd-example-item:first-child{border-top:none}body .the-curd-popup-config .the-curd-example .the-curd-example-item:after{cursor:pointer;content:"";z-index:2;width:100%;height:100%;position:absolute}body .the-curd-popup-config .the-curd-editor-form .value-box-short{width:240px}body .the-curd-popup-config .the-curd-editor-form .value-box-default{width:calc(100% - 10px)}body .the-curd-popup-config .the-curd-table-model{--border:1px solid #ebeef5;width:100%;max-height:var(--layout-content-height);margin-bottom:20px;overflow-x:auto}body .the-curd-popup-config .the-curd-table-model .fake-table{border:var(--border);flex-wrap:nowrap;display:inline-flex}body .the-curd-popup-config .the-curd-table-model .fake-table-item,body .the-curd-popup-config .the-curd-table-model .fake-table-item .el-empty{border-right:var(--border)}body .the-curd-popup-config .the-curd-table-model .fake-table-item[draggable=true] .fake-table-head{cursor:move}body .the-curd-popup-config .the-curd-table-model .fake-table-head,body .the-curd-popup-config .the-curd-table-model .fake-table-cell{padding:var(--gap);color:var(--el-text-color-regular);background-color:#fff;font-size:14px;line-height:1}body .the-curd-popup-config .the-curd-table-model .fake-table-head{color:#18181a;-webkit-user-select:none;user-select:none;white-space:nowrap;background-color:#f6f7fb;min-height:54px;font-weight:600}body .the-curd-popup-config .the-curd-table-model .fake-table-cell{border-top:var(--border);min-height:40px;position:relative}body .the-curd-popup-config .the-curd-table-model .fake-table-cell.operation{min-height:54px}body .the-curd-popup-config .the-curd-table-model .fake-table-cell.disabled:after{content:"";cursor:no-drop;background-color:#0000;width:100%;height:100%;position:absolute;top:0;left:0}body .the-curd-popup-config .el-input-number .el-input__inner{text-align:left}body .the-curd-edit-form{box-sizing:content-box;height:fit-content;padding:0 var(--gap);border-right:var(--border);border-right-style:dashed;border-left:var(--border);border-left-style:dashed}body .the-curd-edit-form .is-drag-item.el-form-item,body .the-curd-edit-form .is-drag-item .el-form-item__label{cursor:move;-webkit-user-select:none;user-select:none}body .the-curd-edit-form .el-form-item,body .the-filter-mask{position:relative}body .the-filter-mask:before{content:"";-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5;background-color:#ffffff80;width:100%;height:100%;position:absolute;top:0;left:0}body .the-filter-mask:after{content:attr(data-tips);z-index:5;color:var(--blue);font-size:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}body .the-table-image{cursor:pointer;width:80px;height:80px}body .the-curd-option-list{padding-left:var(--gap);margin-left:var(--gap);border-left:1px solid #ebeef5}body .the-curd-option-item{height:38px;padding:0 var(--gap);margin-bottom:var(--gap);font-size:var(--el-font-size-base);color:var(--el-text-color-regular);border-radius:var(--border-radius);border:1px dashed #dcdfe6;line-height:34px;position:relative}body .the-curd-option-item:hover{color:var(--el-color-primary);background-color:var(--el-fill-color-light)}body .the-curd-option-item[draggable=true]{cursor:move;-webkit-user-select:none;user-select:none}body .the-group-move,body .the-group-enter-active,body .the-group-leave-active{transition:var(--transition)}body .the-group-enter-from,body .the-group-leave-to{opacity:0;transform:translateY(30px)}body .the-group-leave-active{position:absolute}@keyframes curd-edit-mask-move{to{opacity:1;transform:translate(0,0)}0%{opacity:0;transform:translate(20px)}}@keyframes curd-target-text-move{0%{content:""}14%{content:"组"}29%{content:"组件"}43%{content:"组件预"}57%{content:"组件预览"}71%{content:"组件预览区"}85%{content:"组件预览区域"}to{content:"组件预览区域"}}.base-dialog{background-color:#00000080;width:100%;height:100vh;position:fixed;top:0;left:0}.base-dialog-content{border-radius:var(--border-radius);background-color:#fff;flex-direction:column;overflow:hidden;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.dialog-move-enter-active,.dialog-move-leave-active{transition:var(--transition)}.dialog-move-enter-from,.dialog-move-leave-to{transform:translate3d(var(--content-x), var(--content-y), 0) scale(0)}.base-dialog-title{border-bottom:1px solid #eee;padding:12px 14px}.base-dialog-title .base-dialog-text{color:#303133;font-size:18px;font-weight:400}.base-dialog-title .base-dialog-icon{cursor:pointer;width:28px;height:28px;display:inline-block;position:relative;transform:rotate(0)}.base-dialog-title .base-dialog-icon:before{transition:var(--transition);content:"";background-color:#666;width:16px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.base-dialog-title .base-dialog-icon:after{transition:var(--transition);content:"";background-color:#666;width:16px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}.base-dialog-title .base-dialog-icon{transition:var(--transition)}.base-dialog-title .base-dialog-icon:hover{transform:rotate(180deg)}.base-dialog-body{min-height:0;padding:12px 15px}.base-dialog-footer{text-align:right;border-top:1px solid #eee;padding:12px 15px}.the-scrollbar{height:100%;position:relative;overflow:hidden}.the-scrollbar .the-scrollbar-wrap{scrollbar-width:none;height:100%;overflow:auto}.the-scrollbar .the-scrollbar-wrap::-webkit-scrollbar{display:none}.the-scrollbar .the-scrollbar-thumb{z-index:10;cursor:pointer;position:absolute}.the-icon{font-size:16px;display:inline-flex}.the-icon .invalid-icon{background-color:#eee;border-radius:50%;min-width:1em;min-height:1em;display:block}.user-info-box{color:#555;font-size:15px}.user-info-box .avatar{border-radius:50%;width:36px;height:36px;margin-right:10px;display:inline-block}.user-info-box .logout{color:#555;transition:var(--transition);background-color:#0000;border:none;outline:none;padding:6px 10px 6px 4px;font-size:15px;line-height:1}.user-info-box .logout:hover{color:var(--blue)}.empty[data-v-a5ec6d3f]{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.empty .icon[data-v-a5ec6d3f]{margin:0 auto 10px;display:block}.empty .text[data-v-a5ec6d3f]{color:#00000040;font-size:14px}.the-layout{--theme-color:var(--blue);--border-color:#d8dce5;--whole-bg-color:#fff;--z-index:100;--sidebar-width:260px;--navbar-height:50px;--tags-height:34px;--content-padding:12px;--content-bg-color:#eee;--page-padding:14px;--header-shadow:0 1px 4px #00152914;--sidebar-shadow:1px 0 4px #00152914;--menu-gap:4px;--menu-indent:22px;--menu-title-size:15px;--menu-title-height:44px;--menu-item-size:14px;--menu-item-height:38px;--menu-item-hover-bg:#ecf5ff;--menu-title-color:#555;--menu-text-color:#606266;--menu-padding:16px;background-color:var(--whole-bg-color);width:100%;height:100%;min-height:100vh;padding-left:var(--sidebar-width);transition:var(--transition);position:relative;overflow:hidden}.the-layout.full-header .the-layout-header{padding-left:0}.the-layout.full-header .the-layout-sidebar{height:calc(100vh - var(--navbar-height));top:calc(var(--navbar-height));z-index:calc(var(--z-index) - 1)}.the-layout.collapsed-sidebar{padding-left:0}.the-layout.collapsed-sidebar .the-layout-sidebar{transform:translate(-100%)}.the-layout.collapsed-sidebar .the-layout-header{padding-left:0}.the-layout-header{background-color:var(--whole-bg-color);width:100%;padding-left:var(--sidebar-width);z-index:var(--z-index);transition:var(--transition);box-shadow:var(--header-shadow);position:fixed;top:0;left:0}.the-layout-navbar{width:100%;height:var(--navbar-height);background:var(--whole-bg-color);box-shadow:var(--header-shadow);position:relative;overflow:hidden}.the-layout-navbar .menu-fold{width:var(--navbar-height);cursor:pointer;height:100%;transition:var(--transition);-webkit-user-select:none;user-select:none}.the-layout-navbar .menu-fold:hover{background:#00000014}.the-layout-navbar .menu-fold .the-icon{transition:var(--transition)}.the-layout-navbar .menu-fold-actived .the-icon{transform:rotate(180deg)}.the-layout-sidebar{width:var(--sidebar-width);background-color:var(--whole-bg-color);height:100vh;z-index:calc(var(--z-index) + 1);transition:var(--transition);box-shadow:var(--sidebar-shadow);flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow:hidden}.the-layout-sidebar-content{width:100%;padding:0 var(--page-padding)}.the-layout-sidebar-content.padding-full{padding:var(--page-padding)}.the-layout-content{background-color:var(--content-bg-color);padding:var(--content-padding);height:100vh;padding-top:calc(var(--navbar-height) + var(--content-padding));--layout-content-height:calc(100vh - var(--navbar-height) - (var(--content-padding) * 2) - (var(--page-padding) * 2));overflow:auto}.the-layout.has-tag-list.full-header .the-layout-sidebar{height:calc(100vh - var(--navbar-height) - var(--tags-height));top:calc(var(--navbar-height) + var(--tags-height))}.the-layout.has-tag-list .the-layout-content{padding-top:calc(var(--navbar-height) + var(--tags-height) + var(--content-padding));--layout-content-height:calc(100vh - var(--navbar-height) - var(--tags-height) - (var(--content-padding) * 2) - (var(--page-padding) * 2))}.the-layout-page{background-color:var(--whole-bg-color);width:100%;min-height:100%;padding:var(--page-padding)}.the-layout-menu{--level:0;width:100%;margin-top:var(--menu-gap)}.the-layout-menu .the-layout-menu-arrow{position:relative}.the-layout-menu .the-layout-menu-arrow:after,.the-layout-menu .the-layout-menu-arrow:before{content:"";width:6px;height:1.5px;transition:var(--transition);background-color:var(--menu-title-color);border-radius:2px;position:absolute}.the-layout-menu .the-layout-menu-arrow:before{transform:rotate(-45deg)translate(2.5px)}.the-layout-menu .the-layout-menu-arrow:after{transform:rotate(45deg)translate(-2.5px)}.the-layout-menu .the-layout-menu-title{width:100%;height:var(--menu-title-height);transition:var(--transition);border-radius:var(--border-radius);color:var(--menu-title-color);padding:0 var(--menu-padding);-webkit-text-decoration:inherit;text-decoration:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;line-height:1;display:flex;position:relative}.the-layout-menu .the-layout-menu-title .menu-icon{transition:var(--transition);color:var(--menu-title-color);margin-right:8px}.the-layout-menu .the-layout-menu-title:hover{background-color:var(--menu-item-hover-bg);color:var(--theme-color)}.the-layout-menu .the-layout-menu-title:hover .the-layout-menu-arrow:after,.the-layout-menu .the-layout-menu-title:hover .the-layout-menu-arrow:before{background-color:var(--theme-color)}.the-layout-menu .the-layout-menu-title:hover .menu-icon{color:var(--theme-color)}.the-layout-menu .the-layout-menu-title.is-active{background-color:var(--theme-color);color:var(--whole-bg-color)}.the-layout-menu .the-layout-menu-title.is-active .menu-icon{color:var(--whole-bg-color)}.the-layout-menu .the-layout-menu-title{padding-left:calc(var(--menu-padding) + var(--menu-indent) * var(--level));font-size:var(--menu-title-size);font-weight:500}.the-layout-menu .the-layout-menu-title.is-open .the-layout-menu-arrow:before{transform:rotate(45deg)translate(2.5px)}.the-layout-menu .the-layout-menu-title.is-open .the-layout-menu-arrow:after{transform:rotate(-45deg)translate(-2.5px)}.the-layout-menu .the-layout-menu-title:after{content:"";width:4px;height:68%;transition:var(--transition);background-color:#0000;position:absolute;top:16%;left:0}.the-layout-menu .the-layout-menu-title.is-current{color:var(--theme-color)}.the-layout-menu .the-layout-menu-title.is-current:after,.the-layout-menu .the-layout-menu-title.is-current .the-layout-menu-arrow:after,.the-layout-menu .the-layout-menu-title.is-current .the-layout-menu-arrow:before{background-color:var(--theme-color)}.the-layout-menu .the-layout-menu-title.is-current .menu-icon{color:var(--theme-color)}.the-layout-menu .the-layout-menu-list{width:100%;transition:var(--transition);overflow:hidden}.the-layout-menu .the-layout-menu-list .is-current:after{background-color:#0000}.the-layout-menu .the-layout-menu-link{width:100%;height:var(--menu-item-height);transition:var(--transition);border-radius:var(--border-radius);color:var(--menu-text-color);padding:0 var(--menu-padding);-webkit-text-decoration:inherit;text-decoration:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;line-height:1;display:flex;position:relative}.the-layout-menu .the-layout-menu-link .menu-icon{transition:var(--transition);color:var(--menu-text-color);margin-right:8px}.the-layout-menu .the-layout-menu-link:hover{background-color:var(--menu-item-hover-bg);color:var(--theme-color)}.the-layout-menu .the-layout-menu-link:hover .the-layout-menu-arrow:after,.the-layout-menu .the-layout-menu-link:hover .the-layout-menu-arrow:before{background-color:var(--theme-color)}.the-layout-menu .the-layout-menu-link:hover .menu-icon{color:var(--theme-color)}.the-layout-menu .the-layout-menu-link.is-active{background-color:var(--theme-color);color:var(--whole-bg-color)}.the-layout-menu .the-layout-menu-link.is-active .menu-icon{color:var(--whole-bg-color)}.the-layout-menu .the-layout-menu-link{padding-left:calc(var(--menu-padding) + var(--menu-indent) * (var(--level) + 1));margin-top:var(--menu-gap);font-size:var(--menu-item-size)}.layout-breadcrumb{padding:0 16px;position:relative}.layout-breadcrumb-item{color:#555;padding:4px 0;font-size:15px}.layout-breadcrumb-item a{transition:var(--transition)}.layout-breadcrumb-item:hover a{color:var(--theme-color)}.layout-breadcrumb-item .separator{padding:0 8px}.layout-breadcrumb-item.last{color:#afaeae}.layout-breadcrumb-item.last a{cursor:no-drop}.layout-breadcrumb-item.last:hover a{color:#afaeae}.the-layout-tag-box{width:100%;height:var(--tags-height);background-color:var(--whole-bg-color);box-shadow:var(--header-shadow);padding:0 12px}.the-layout-tags{width:100%;height:var(--tags-height);flex-wrap:nowrap;padding:4px 0;display:flex}.the-layout-tag{white-space:nowrap;cursor:pointer;border:1px solid var(--border-color);border-radius:var(--border-radius);height:100%;color:var(--menu-text-color);background-color:var(--whole-bg-color);transition:var(--transition);flex-wrap:nowrap;align-items:center;margin-right:8px;padding:0 6px 0 8px;font-size:12px;line-height:1;display:flex}.the-layout-tag:visited,.the-layout-tag:link{color:var(--menu-text-color)}.the-layout-tag.is-active{border-color:var(--theme-color);color:var(--theme-color);border-style:dashed}.the-layout-tag.is-active .close:after,.the-layout-tag.is-active .close:before{background-color:var(--theme-color)}.the-layout-tag .close{color:#0000;width:16px;height:16px;transition:var(--transition);border-radius:50%;margin-left:4px;font-size:10px;line-height:16px;display:block;position:relative}.the-layout-tag .close:before{transition:var(--transition);content:"";background-color:var(--menu-text-color);width:8px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.the-layout-tag .close:after{transition:var(--transition);content:"";background-color:var(--menu-text-color);width:8px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}.the-layout-tag .close:hover{background-color:#b4bccc}.the-layout-tag .close:hover:after,.the-layout-tag .close:hover:before{background-color:#fff}.the-layout-tag-menu{z-index:2100;top:calc(var(--navbar-height) + var(--tags-height) + 4px);border-radius:var(--border-radius);background-color:#fff;min-width:120px;position:fixed;left:0;box-shadow:0 0 12px #0000001f}.the-layout-tag-menu-item{color:var(--menu-text-color);cursor:pointer;padding:5px 16px;font-size:14px;line-height:22px}.the-layout-tag-menu-item:hover{background-color:var(--menu-item-hover-bg);color:var(--theme-color)}.the-logo-box{width:100%;height:var(--navbar-height);padding:0 10px}.the-logo-link{width:100%;height:100%}.the-logo-link .the-logo{width:32px;height:32px;margin-right:12px;display:inline-block}.the-logo-title{color:var(--menu-title-color);font-size:14px;font-weight:600}.the-layout-search-box{width:100%;padding-bottom:var(--page-padding);border-bottom:solid 1px var(--border-color);position:relative}.the-layout-search-box input{width:100%;height:36px;padding:0 var(--page-padding);border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--menu-text-color);transition:var(--transition);font-size:15px;line-height:1}.the-layout-search-box input::placeholder{color:#999}.the-layout-search-box input:focus{border-color:var(--theme-color)}.the-layout-search-box .the-layout-search-icon{top:10px;right:var(--page-padding);cursor:pointer;color:var(--menu-text-color);font-size:15px;position:absolute}.the-layout-to-top{color:#fff;background-color:var(--theme-color);width:38px;height:38px;right:30px;bottom:var(--page-padding);z-index:calc(var(--z-index) - 1);transition:var(--transition);border-radius:50%;position:fixed;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.the-layout-to-top.hidden{visibility:hidden;opacity:0;transform:scale(0)}.page-404[data-v-9091b7be]{color:#fff;background-color:#0078d7;width:100%;min-height:100vh}.page-404 .point-icon[data-v-9091b7be]{background-color:#fff;border-radius:50%;width:20px;height:20px}.page-404 .radius-icon[data-v-9091b7be]{border:16px solid #0000;border-left-color:#fff;border-radius:100%;width:280px;height:280px;position:relative}.page-404 .code-value[data-v-9091b7be]{margin-left:-120px;font-size:240px;line-height:1}.page-404 .text[data-v-9091b7be]{margin-bottom:16px;font-size:28px}.page-404 .desc[data-v-9091b7be]{font-size:15px;line-height:24px}.page-404 .go-back[data-v-9091b7be]{border-radius:var(--border-radius);width:150px;height:40px;transition:var(--transition);border:1px solid #fff;padding:0 16px;font-size:15px}.page-404 .go-back[data-v-9091b7be]:hover{color:#0078d7;background-color:#fff;border-color:#0078d7}.page-404 .qrcode-box[data-v-9091b7be]{width:120px;height:120px;margin-right:20px;display:block;overflow:hidden}.page-404 .from-top-box[data-v-9091b7be]{animation:.5s from-top-9091b7be}.page-404 .from-right-box[data-v-9091b7be]{animation:.5s .5s backwards from-right-9091b7be}.page-404 .from-bottom-box[data-v-9091b7be]{animation:.5s 1s backwards from-bottom-9091b7be}@keyframes from-top-9091b7be{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translate(0,0)}}@keyframes from-right-9091b7be{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0,0)}}@keyframes from-bottom-9091b7be{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translate(0,0)}}:root{--blue:#1890ff;--yellow:#fdd835;--green:#13ce66;--red:#ff4949;--gray:#5d5d5d;--orange:#f5a329;--purple:#531dab;--cyan:#08979c;--light-green:#42b983;--border-radius:2px;--text-shadow-bg:#333;--text-shadow-color:#ffde17;--transition:.3s all}*,:before,:after{box-sizing:border-box}body{font-family:微软雅黑}a,a:visited,a:focus,a:hover,a:link,a:active{color:inherit;outline:none;text-decoration:none}button,input{font-size:inherit;background-color:#0000;border:none;border-radius:0;outline:none}a,button{cursor:pointer}ul,li,ol{list-style:none}div:focus{outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar:horizontal{height:8px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background-color:#0003;border-radius:10px;transition:all .2s ease-in-out}::-webkit-scrollbar-thumb:hover{cursor:pointer;background-color:#0000004d}.flex{flex-wrap:nowrap;display:flex}.f-wrap{flex-wrap:wrap;display:flex}.f1{flex:1}.f2{flex:2}.f3{flex:3}.f-vertical{align-items:center;display:flex}.f-center{justify-content:center;display:flex}.fvc{justify-content:center;align-items:center;display:flex}.f-right{justify-content:flex-end;display:flex}.f-between{justify-content:space-between;display:flex}.f-bottom{align-items:flex-end;display:flex}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ellipsis-1,.ellipsis-2,.ellipsis-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ellipsis-1{-webkit-line-clamp:1}.ellipsis-2{-webkit-line-clamp:2}.ellipsis-3{-webkit-line-clamp:3}[ripple]{position:relative;overflow:hidden}[ripple] .ripple{pointer-events:none;border-radius:100%;animation:.4s ease-out ripple;position:absolute;transform:scale(0)}@keyframes ripple{to{opacity:0;transform:scale(2)}}@font-face{font-family:element-icons;src:url(../assets/element-icons-B-tDfklg.woff)format("woff"),url(../assets/element-icons-_lZGOqcG.ttf)format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class^=el-icon-],[class*=\ el-icon-]{-webkit-speak:none;font-variant:normal;text-transform:none;vertical-align:baseline;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;font-style:normal;font-weight:400;line-height:1;display:inline-block;font-family:element-icons!important}.el-icon-ice-cream-round:before{content:""}.el-icon-ice-cream-square:before{content:""}.el-icon-lollipop:before{content:""}.el-icon-potato-strips:before{content:""}.el-icon-milk-tea:before{content:""}.el-icon-ice-drink:before{content:""}.el-icon-ice-tea:before{content:""}.el-icon-coffee:before{content:""}.el-icon-orange:before{content:""}.el-icon-pear:before{content:""}.el-icon-apple:before{content:""}.el-icon-cherry:before{content:""}.el-icon-watermelon:before{content:""}.el-icon-grape:before{content:""}.el-icon-refrigerator:before{content:""}.el-icon-goblet-square-full:before{content:""}.el-icon-goblet-square:before{content:""}.el-icon-goblet-full:before{content:""}.el-icon-goblet:before{content:""}.el-icon-cold-drink:before{content:""}.el-icon-coffee-cup:before{content:""}.el-icon-water-cup:before{content:""}.el-icon-hot-water:before{content:""}.el-icon-ice-cream:before{content:""}.el-icon-dessert:before{content:""}.el-icon-sugar:before{content:""}.el-icon-tableware:before{content:""}.el-icon-burger:before{content:""}.el-icon-knife-fork:before{content:""}.el-icon-fork-spoon:before{content:""}.el-icon-chicken:before{content:""}.el-icon-food:before{content:""}.el-icon-dish-1:before{content:""}.el-icon-dish:before{content:""}.el-icon-moon-night:before{content:""}.el-icon-moon:before{content:""}.el-icon-cloudy-and-sunny:before{content:""}.el-icon-partly-cloudy:before{content:""}.el-icon-cloudy:before{content:""}.el-icon-sunny:before{content:""}.el-icon-sunset:before{content:""}.el-icon-sunrise-1:before{content:""}.el-icon-sunrise:before{content:""}.el-icon-heavy-rain:before{content:""}.el-icon-lightning:before{content:""}.el-icon-light-rain:before{content:""}.el-icon-wind-power:before{content:""}.el-icon-baseball:before{content:""}.el-icon-soccer:before{content:""}.el-icon-football:before{content:""}.el-icon-basketball:before{content:""}.el-icon-ship:before{content:""}.el-icon-truck:before{content:""}.el-icon-bicycle:before{content:""}.el-icon-mobile-phone:before{content:""}.el-icon-service:before{content:""}.el-icon-key:before{content:""}.el-icon-unlock:before{content:""}.el-icon-lock:before{content:""}.el-icon-watch:before{content:""}.el-icon-watch-1:before{content:""}.el-icon-timer:before{content:""}.el-icon-alarm-clock:before{content:""}.el-icon-map-location:before{content:""}.el-icon-delete-location:before{content:""}.el-icon-add-location:before{content:""}.el-icon-location-information:before{content:""}.el-icon-location-outline:before{content:""}.el-icon-location:before{content:""}.el-icon-place:before{content:""}.el-icon-discover:before{content:""}.el-icon-first-aid-kit:before{content:""}.el-icon-trophy-1:before{content:""}.el-icon-trophy:before{content:""}.el-icon-medal:before{content:""}.el-icon-medal-1:before{content:""}.el-icon-stopwatch:before{content:""}.el-icon-mic:before{content:""}.el-icon-copy-document:before{content:""}.el-icon-full-screen:before{content:""}.el-icon-switch-button:before{content:""}.el-icon-aim:before{content:""}.el-icon-crop:before{content:""}.el-icon-odometer:before{content:""}.el-icon-time:before{content:""}.el-icon-bangzhu:before{content:""}.el-icon-close-notification:before{content:""}.el-icon-microphone:before{content:""}.el-icon-turn-off-microphone:before{content:""}.el-icon-position:before{content:""}.el-icon-postcard:before{content:""}.el-icon-message:before{content:""}.el-icon-chat-line-square:before{content:""}.el-icon-chat-dot-square:before{content:""}.el-icon-chat-dot-round:before{content:""}.el-icon-chat-square:before{content:""}.el-icon-chat-line-round:before{content:""}.el-icon-chat-round:before{content:""}.el-icon-set-up:before{content:""}.el-icon-turn-off:before{content:""}.el-icon-open:before{content:""}.el-icon-connection:before{content:""}.el-icon-link:before{content:""}.el-icon-cpu:before{content:""}.el-icon-thumb:before{content:""}.el-icon-female:before{content:""}.el-icon-male:before{content:""}.el-icon-guide:before{content:""}.el-icon-news:before{content:""}.el-icon-price-tag:before{content:""}.el-icon-discount:before{content:""}.el-icon-wallet:before{content:""}.el-icon-coin:before{content:""}.el-icon-money:before{content:""}.el-icon-bank-card:before{content:""}.el-icon-box:before{content:""}.el-icon-present:before{content:""}.el-icon-sell:before{content:""}.el-icon-sold-out:before{content:""}.el-icon-shopping-bag-2:before{content:""}.el-icon-shopping-bag-1:before{content:""}.el-icon-shopping-cart-2:before{content:""}.el-icon-shopping-cart-1:before{content:""}.el-icon-shopping-cart-full:before{content:""}.el-icon-smoking:before{content:""}.el-icon-no-smoking:before{content:""}.el-icon-house:before{content:""}.el-icon-table-lamp:before{content:""}.el-icon-school:before{content:""}.el-icon-office-building:before{content:""}.el-icon-toilet-paper:before{content:""}.el-icon-notebook-2:before{content:""}.el-icon-notebook-1:before{content:""}.el-icon-files:before{content:""}.el-icon-collection:before{content:""}.el-icon-receiving:before{content:""}.el-icon-suitcase-1:before{content:""}.el-icon-suitcase:before{content:""}.el-icon-film:before{content:""}.el-icon-collection-tag:before{content:""}.el-icon-data-analysis:before{content:""}.el-icon-pie-chart:before{content:""}.el-icon-data-board:before{content:""}.el-icon-data-line:before{content:""}.el-icon-reading:before{content:""}.el-icon-magic-stick:before{content:""}.el-icon-coordinate:before{content:""}.el-icon-mouse:before{content:""}.el-icon-brush:before{content:""}.el-icon-headset:before{content:""}.el-icon-umbrella:before{content:""}.el-icon-scissors:before{content:""}.el-icon-mobile:before{content:""}.el-icon-attract:before{content:""}.el-icon-monitor:before{content:""}.el-icon-search:before{content:""}.el-icon-takeaway-box:before{content:""}.el-icon-paperclip:before{content:""}.el-icon-printer:before{content:""}.el-icon-document-add:before{content:""}.el-icon-document:before{content:""}.el-icon-document-checked:before{content:""}.el-icon-document-copy:before{content:""}.el-icon-document-delete:before{content:""}.el-icon-document-remove:before{content:""}.el-icon-tickets:before{content:""}.el-icon-folder-checked:before{content:""}.el-icon-folder-delete:before{content:""}.el-icon-folder-remove:before{content:""}.el-icon-folder-add:before{content:""}.el-icon-folder-opened:before{content:""}.el-icon-folder:before{content:""}.el-icon-edit-outline:before{content:""}.el-icon-edit:before{content:""}.el-icon-date:before{content:""}.el-icon-c-scale-to-original:before{content:""}.el-icon-view:before{content:""}.el-icon-loading:before{content:""}.el-icon-rank:before{content:""}.el-icon-sort-down:before{content:""}.el-icon-sort-up:before{content:""}.el-icon-sort:before{content:""}.el-icon-finished:before{content:""}.el-icon-refresh-left:before{content:""}.el-icon-refresh-right:before{content:""}.el-icon-refresh:before{content:""}.el-icon-video-play:before{content:""}.el-icon-video-pause:before{content:""}.el-icon-d-arrow-right:before{content:""}.el-icon-d-arrow-left:before{content:""}.el-icon-arrow-up:before{content:""}.el-icon-arrow-down:before{content:""}.el-icon-arrow-right:before{content:""}.el-icon-arrow-left:before{content:""}.el-icon-top-right:before{content:""}.el-icon-top-left:before{content:""}.el-icon-top:before{content:""}.el-icon-bottom:before{content:""}.el-icon-right:before{content:""}.el-icon-back:before{content:""}.el-icon-bottom-right:before{content:""}.el-icon-bottom-left:before{content:""}.el-icon-caret-top:before{content:""}.el-icon-caret-bottom:before{content:""}.el-icon-caret-right:before{content:""}.el-icon-caret-left:before{content:""}.el-icon-d-caret:before{content:""}.el-icon-share:before{content:""}.el-icon-menu:before{content:""}.el-icon-s-grid:before{content:""}.el-icon-s-check:before{content:""}.el-icon-s-data:before{content:""}.el-icon-s-opportunity:before{content:""}.el-icon-s-custom:before{content:""}.el-icon-s-claim:before{content:""}.el-icon-s-finance:before{content:""}.el-icon-s-comment:before{content:""}.el-icon-s-flag:before{content:""}.el-icon-s-marketing:before{content:""}.el-icon-s-shop:before{content:""}.el-icon-s-open:before{content:""}.el-icon-s-management:before{content:""}.el-icon-s-ticket:before{content:""}.el-icon-s-release:before{content:""}.el-icon-s-home:before{content:""}.el-icon-s-promotion:before{content:""}.el-icon-s-operation:before{content:""}.el-icon-s-unfold:before{content:""}.el-icon-s-fold:before{content:""}.el-icon-s-platform:before{content:""}.el-icon-s-order:before{content:""}.el-icon-s-cooperation:before{content:""}.el-icon-bell:before{content:""}.el-icon-message-solid:before{content:""}.el-icon-video-camera:before{content:""}.el-icon-video-camera-solid:before{content:""}.el-icon-camera:before{content:""}.el-icon-camera-solid:before{content:""}.el-icon-download:before{content:""}.el-icon-upload2:before{content:""}.el-icon-upload:before{content:""}.el-icon-picture-outline-round:before{content:""}.el-icon-picture-outline:before{content:""}.el-icon-picture:before{content:""}.el-icon-close:before{content:""}.el-icon-check:before{content:""}.el-icon-plus:before{content:""}.el-icon-minus:before{content:""}.el-icon-help:before{content:""}.el-icon-s-help:before{content:""}.el-icon-circle-close:before{content:""}.el-icon-circle-check:before{content:""}.el-icon-circle-plus-outline:before{content:""}.el-icon-remove-outline:before{content:""}.el-icon-zoom-out:before{content:""}.el-icon-zoom-in:before{content:""}.el-icon-error:before{content:""}.el-icon-success:before{content:""}.el-icon-circle-plus:before{content:""}.el-icon-remove:before{content:""}.el-icon-info:before{content:""}.el-icon-question:before{content:""}.el-icon-warning-outline:before{content:""}.el-icon-warning:before{content:""}.el-icon-goods:before{content:""}.el-icon-s-goods:before{content:""}.el-icon-star-off:before{content:""}.el-icon-star-on:before{content:""}.el-icon-more-outline:before{content:""}.el-icon-more:before{content:""}.el-icon-phone-outline:before{content:""}.el-icon-phone:before{content:""}.el-icon-user:before{content:""}.el-icon-user-solid:before{content:""}.el-icon-setting:before{content:""}.el-icon-s-tools:before{content:""}.el-icon-delete:before{content:""}.el-icon-delete-solid:before{content:""}.el-icon-eleme:before{content:""}.el-icon-platform-eleme:before{content:""}.el-icon-loading{animation:2s linear infinite rotating}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-x-enter-active,.page-x-leave-active{opacity:1;transition:all .4s;transform:translate(0,0)}.page-x-enter-from{opacity:0;transform:translate3d(30px, 0 0)}.page-x-leave-to{opacity:0;transform:translate(-30px)}.page-y-enter-active,.page-y-leave-active{opacity:1;transition:all .4s;transform:translate(0,0)}.page-y-enter-from{opacity:0;transform:translateY(30px)}.page-y-leave-to{opacity:0;transform:translateY(-30px)}.fade-slide-y-leave-active,.fade-slide-y-enter-active{transition:var(--transition)}.fade-slide-y-enter-active,.fade-slide-y-leave-active{opacity:1;transform:translate(0,0)}.fade-slide-y-enter-from,.fade-slide-y-leave-to{opacity:0;transform:translate3d(0, var(--slide-y), 0)}.breadcrumb-enter-active,.breadcrumb-leave-active{transition:all .4s}.breadcrumb-enter-from,.breadcrumb-leave-to{opacity:0;transform:translate(20px)}.breadcrumb-leave-to{position:absolute}.fade-enter-active,.fade-leave-active{transition:var(--transition)}.fade-enter-from,.fade-leave-to{opacity:0}.the-tag{border-radius:var(--border-radius);padding:6px 8px;font-size:14px;line-height:1;display:inline-block}.the-tag+.the-tag{margin-left:10px}.the-tag.green{color:var(--green);background-color:#e7faf0}.the-tag.green:hover{color:var(--green)}.the-tag.blue{color:var(--blue);background-color:#e8f3ff}.the-tag.blue:hover{color:var(--blue)}.the-tag.gray{color:var(--gray);background-color:#efefef}.the-tag.gray:hover{color:var(--gray)}.the-tag.red{color:var(--red);background-color:#ffeded}.the-tag.red:hover{color:var(--red)}.the-tag.orange{color:var(--orange);background-color:#fff7e6}.the-tag.orange:hover{color:var(--orange)}.the-tag.purple{color:var(--purple);background-color:#f9f0ff}.the-tag.purple:hover{color:var(--purple)}.the-tag.cyan{color:var(--cyan);background-color:#e6fffb}.the-tag.cyan:hover{color:var(--cyan)}.the-title{letter-spacing:3px;color:#fff;text-shadow:var(--text-shadow-bg) 1px 1px, var(--text-shadow-bg) 1px -1px, var(--text-shadow-bg) -1px 1px, var(--text-shadow-bg) -1px -1px, var(--text-shadow-bg) 0px 1.4px, var(--text-shadow-bg) 0px -1.4px, var(--text-shadow-bg) -1.4px 0px, var(--text-shadow-bg) 1.4px 0px, var(--text-shadow-color) 2px 2px, var(--text-shadow-color) 3px 3px, var(--text-shadow-color) 3px 1px, var(--text-shadow-color) 1px 3px, var(--text-shadow-color) 1px 1px, var(--text-shadow-color) 2px 3.4px, var(--text-shadow-color) 2px .6px, var(--text-shadow-color) .6px 2px, var(--text-shadow-color) 3.4px 2px;box-sizing:border-box;font-size:18px;font-style:italic;line-height:24px}.the-title.is-line{color:#555;letter-spacing:1px;text-shadow:none;font-style:normal;font-weight:700;line-height:1.8;display:inline-block;position:relative}.the-title.is-line:after{content:"";background:linear-gradient(to right, var(--text-shadow-color), transparent);border-radius:2px;width:100%;height:4px;position:absolute;bottom:0;left:0}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.apply-shake{animation:.82s cubic-bezier(.36,.07,.19,.97) 2 both shake}.the-common-table-page{flex-direction:column;width:100%;height:100%;display:flex}body .the-blue-text,.the-blue-text{display:inherit;font-size:var(--el-text-font-size);color:var(--blue);text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}body .the-tooltip,.the-tooltip{--z-index:10;--bg-color:#000000b3;--color:#fafafa;--tip-width:auto;position:relative}body .the-tooltip:after,.the-tooltip:after{content:attr(data-tooltip);z-index:var(--z-index);color:var(--color);white-space:nowrap;border-radius:var(--border-radius);background-color:var(--bg-color);padding:2px 10px 4px;font-size:12px;font-weight:500;line-height:18px;position:absolute;bottom:calc(100% + 6px)}body .the-tooltip:before,.the-tooltip:before{content:"";z-index:calc(var(--z-index) - 1);border:5px solid #0000;border-top-color:var(--bg-color);width:0;height:0;position:absolute;top:-6px}body .the-tooltip:after,body .the-tooltip:before,.the-tooltip:after,.the-tooltip:before{transition:var(--transition);opacity:0;visibility:hidden;left:50%;transform:translate(-50%)}body .the-tooltip:hover:after,body .the-tooltip:hover:before,.the-tooltip:hover:after,.the-tooltip:hover:before{opacity:1;visibility:visible}body .the-tooltip.help,.the-tooltip.help{cursor:help}body .the-tooltip.wrap:after,.the-tooltip.wrap:after{width:var(--tip-width);white-space:normal}:root{--el-color-primary:var(--blue);--el-color-success:var(--green);--el-color-warning:var(--orange);--el-color-danger:var(--red);--el-color-info:var(--gray);--el-color-success-light-3:#60e49b;--el-color-success-dark-2:#08b355;--el-button-font-weight:400;--el-border-color-light:#dfe4ed;--el-border-color-lighter:#e6ebf5;--el-table-border:1px solid #dfe6ec;--el-border-radius-base:var(--border-radius);--el-button-small-border-radius:var(--border-radius);--el-button-mini-border-radius:var(--border-radius)}body input:disabled,body button:disabled,body form:disabled{cursor:no-drop}body .el-form .el-form-item__label{font-weight:700}body .el-input input::selection{color:#fff;background-color:var(--blue)}body .el-input .el-input__wrapper{width:100%}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-amber-400:oklch(82.8% .189 84.429);--color-amber-600:oklch(66.6% .179 58.318);--spacing:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.mt-\[10px\]{margin-top:10px}.mt-\[14px\]{margin-top:14px}.mt-\[20px\]{margin-top:20px}.mr-\[4px\]{margin-right:4px}.mr-\[6px\]{margin-right:6px}.mr-\[10px\]{margin-right:10px}.mr-\[20px\]{margin-right:20px}.mr-\[30px\]{margin-right:30px}.mr-\[40px\]{margin-right:40px}.mb-\[8px\]{margin-bottom:8px}.mb-\[10px\]{margin-bottom:10px}.mb-\[20px\]{margin-bottom:20px}.mb-\[30px\]{margin-bottom:30px}.mb-\[40px\]{margin-bottom:40px}.mb-\[50px\]{margin-bottom:50px}.ml-\[4px\]{margin-left:4px}.ml-\[10px\]{margin-left:10px}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.table-cell{display:table-cell}.h-\[100px\]{height:100px}.h-full{height:100%}.max-h-\[50vh\]{max-height:50vh}.w-\[160px\]{width:160px}.w-\[380px\]{width:380px}.w-\[600px\]{width:600px}.w-full{width:100%}.max-w-\[300px\]{max-width:300px}.max-w-\[680px\]{max-width:680px}.min-w-\[86px\]{min-width:86px}.min-w-\[200px\]{min-width:200px}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-help{cursor:help}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.gap-\[10px\]{gap:10px}.overflow-auto{overflow:auto}.border{border-style:var(--tw-border-style);border-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\[\#ccc\]{border-color:#ccc}.px-\[4px\]{padding-inline:4px}.pt-\[10px\]{padding-top:10px}.pt-\[20px\]{padding-top:20px}.pt-\[40px\]{padding-top:40px}.pr-\[2px\]{padding-right:2px}.pl-\[6px\]{padding-left:6px}.pl-\[10px\]{padding-left:10px}.pl-\[20px\]{padding-left:20px}.text-center{text-align:center}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.leading-none{--tw-leading:1;line-height:1}.text-\[\#99a9bf\]{color:#99a9bf}.text-\[\#448000\]{color:#448000}.text-\[\#606266\]{color:#606266}.text-amber-400{color:var(--color-amber-400)}.text-amber-600{color:var(--color-amber-600)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.hover\:border-\[var\(--blue\)\]:hover{border-color:var(--blue)}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
