body{font-family:var(--font-family);font-weight:var(--font-weight-normal);color:var(--color-text-primary)}body,html{height:100%}html{-webkit-box-sizing:border-box;box-sizing:border-box}#app{height:100%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}a:active,a:focus{outline:none}a,a:focus,a:hover{cursor:pointer;color:inherit;text-decoration:none}div:focus{outline:none}@font-face{font-family:Source Han SansSC;font-weight:300;src:local("Source Han SansSC Light"),url(../../static/fonts/SourceHanSansSC-Light.4661a5fe.otf) format("woff2")}@font-face{font-family:Source Han SansSC;font-weight:400;src:local("Source Han SansSC"),url(../../static/fonts/SourceHanSansSC-Regular.56195441.otf) format("woff2")}@font-face{font-family:Source Han SansSC;font-weight:700;src:local("Source Han SansSC Bold"),url(../../static/fonts/SourceHanSansSC-Bold.c76f8a8f.otf) format("woff2")}@font-face{font-family:Source Han SansSC;font-weight:900;src:local("Source Han SansSC Heavy"),url(../../static/fonts/SourceHanSansSC-Heavy.2dbb493c.otf) format("woff2")}#app{--sidebar-width:200px;--sidebar-menu-text:#606266;--sidebar-menu-active-text:#409eff;--sidebar-menu-bg:#fff;--sidebar-menu-hover:#ecf5ff;--sidebar-sub-menu-bg:#fff;--sidebar-sub-menu-hover:#ecf5ff;--sidebar-sub-menu-active-text:#409eff;--sidebar-sub-menu-active-bg:#ecf5ff}#app .main-container{height:100%;-webkit-transition:margin-left .28s;transition:margin-left .28s;margin-left:var(--sidebar-width);position:relative;padding-top:60px}#app .sidebar-container{-webkit-transition:width .28s;transition:width .28s;width:var(--sidebar-width)!important;background-color:var(--sidebar-menu-bg);height:calc(100% - 60px);position:fixed;font-size:0;top:60px;bottom:0;left:0;z-index:1001;overflow:hidden;-webkit-box-shadow:0 6px 8px 0 rgba(0,0,0,.15);box-shadow:0 6px 8px 0 rgba(0,0,0,.15)}#app .sidebar-container .horizontal-collapse-transition{-webkit-transition:width 0s ease-in-out,padding-left 0s ease-in-out,padding-right 0s ease-in-out;transition:width 0s ease-in-out,padding-left 0s ease-in-out,padding-right 0s ease-in-out}#app .sidebar-container .scrollbar-wrapper{overflow-x:hidden!important}#app .sidebar-container .el-scrollbar__bar.is-vertical{right:0}#app .sidebar-container .el-scrollbar{height:100%}#app .sidebar-container .is-horizontal{display:none}#app .sidebar-container a{display:inline-block;width:100%;overflow:hidden}#app .sidebar-container .svg-icon{width:16px;height:16px;margin-right:10px}#app .sidebar-container .el-menu{border:none;height:100%;width:100%!important}#app .sidebar-container .el-menu .el-menu-item,#app .sidebar-container .el-menu .el-submenu__title{width:100%;height:40px;line-height:40px;margin:0 auto 8px;font-size:14px;border-radius:8px;padding-left:24px!important}#app .sidebar-container .el-menu .el-submenu{padding:8px 0}#app .sidebar-container .el-menu .el-menu-item.is-active{background-color:var(--sidebar-sub-menu-active-bg)!important}#app .sidebar-container .el-menu .el-submenu .el-menu-item{min-width:0!important}#app .sidebar-container .el-submenu__title:hover,#app .sidebar-container .submenu-title-noDropdown:hover{background-color:var(--sidebar-menu-hover)!important}#app .sidebar-container .is-active>.el-submenu__title{color:var(--sidebar-sub-menu-active-text)!important}#app .sidebar-container .is-active>.svg-icon{stroke:var(--sidebar-sub-menu-active-text)!important}#app .sidebar-container .el-submenu.is-opened{width:100%;margin:0 auto;border-radius:8px}#app .sidebar-container .el-submenu .el-menu-item,#app .sidebar-container .nest-menu .el-submenu>.el-submenu__title{background-color:var(--sidebar-sub-menu-bg)!important}#app .sidebar-container .el-submenu .el-menu-item:hover,#app .sidebar-container .nest-menu .el-submenu>.el-submenu__title:hover{background-color:var(--sidebar-sub-menu-hover)!important}#app .sidebar-container .el-submenu .el-menu-item.is-active,#app .sidebar-container .nest-menu .el-submenu>.el-submenu__title.is-active{background-color:var(--sidebar-sub-menu-active-bg)!important}#app .hideSidebar .sidebar-container{width:54px!important}#app .hideSidebar .main-container{margin-left:54px}#app .hideSidebar .submenu-title-noDropdown{padding:0!important;position:relative}#app .hideSidebar .submenu-title-noDropdown .el-tooltip{padding:0!important}#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon{margin-left:20px}#app .hideSidebar .el-submenu{overflow:hidden}#app .hideSidebar .el-submenu>.el-submenu__title{padding:0!important}#app .hideSidebar .el-submenu>.el-submenu__title .svg-icon{margin-left:20px}#app .hideSidebar .el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}#app .hideSidebar .el-menu--collapse .el-menu-item,#app .hideSidebar .el-menu--collapse .el-submenu,#app .hideSidebar .el-menu--collapse .el-submenu>.el-submenu__title{width:54px}#app .hideSidebar .el-menu--collapse .el-submenu>.el-submenu__title>span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}#app .mobile .main-container{margin-left:0}#app .mobile .sidebar-container{-webkit-transition:-webkit-transform .28s;transition:-webkit-transform .28s;transition:transform .28s;transition:transform .28s,-webkit-transform .28s;width:var(--sidebar-width)!important}#app .mobile.hideSidebar .sidebar-container{pointer-events:none;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:translate3d(-var(--sidebar-width),0,0);transform:translate3d(-var(--sidebar-width),0,0)}#app .withoutAnimation .main-container,#app .withoutAnimation .sidebar-container{-webkit-transition:none;transition:none}.el-menu--vertical>.el-menu .svg-icon{margin-right:16px}.el-menu--vertical .el-menu-item:hover,.el-menu--vertical .nest-menu .el-submenu>.el-submenu__title:hover{background-color:var(--sidebar-menu-hover)!important}.el-menu--vertical>.el-menu--popup{max-height:100vh;overflow-y:auto}.el-menu--vertical>.el-menu--popup .el-menu-item{color:var(--sidebar-menu-text)!important}.el-menu--vertical>.el-menu--popup .el-menu-item.is-active{color:var(--sidebar-sub-menu-active-text)!important}.el-menu--vertical>.el-menu--popup::-webkit-scrollbar-track-piece{background:#d3dce6}.el-menu--vertical>.el-menu--popup::-webkit-scrollbar{width:6px}.el-menu--vertical>.el-menu--popup::-webkit-scrollbar-thumb{background:#99a9bf;border-radius:20px}.app-container{height:calc(100% - 60px);padding:24px}.search-box{border-radius:8px;background-color:#fff;border-left:8px solid #02af66;margin-bottom:20px}.search-box>form{min-height:60px;margin-left:20px}.search-box>form>.el-form-item{padding:10px 0;margin-bottom:0}.tableTitle{height:60px;padding:0 20px;background-color:#fff}.table-title,.tableTitle{color:#26466b;font-size:20px;font-weight:600}.table-title{margin-bottom:12px}.tablerow{text-align:center;padding:5px 0;background-color:#fff}.flex-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex-end,.flex-start{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex-center-normal{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-center-normal,.flex-start-normal{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-start-normal{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.flex-center-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-center,.flex-center-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-center,.flex-normal-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-normal-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column{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:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.app-list{padding:24px;border-radius:4px;background-color:#fff;overflow:auto}.app-list .title{font-size:16px;line-height:24px;color:#303133;margin-bottom:16px}.app-list .operation,.app-list .search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-list .operation{margin-bottom:16px}.app-list .operation .quick-search{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.app-list .operation .quick-search .quick-search-btn{padding:0 16px;font-size:14px;color:#606266;height:36px;line-height:36px;text-align:center;position:relative;cursor:pointer;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.app-list .operation .quick-search .quick-search-btn:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app-list .operation .quick-search .active{color:var(--color-primary-300)}.app-list .operation .quick-search .active:after{background-color:var(--color-primary-300)}.title-with-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:20px;color:#303133}.title-with-tag:before{display:block;content:"";width:4px;height:20px;border-radius:100px;background-color:var(--color-primary-300);margin-right:8px}.cover-page{position:fixed;top:60px;left:200px;height:calc(100% - 60px);width:calc(100% - 200px);z-index:50}.cover-page>.header{height:64px;line-height:64px;background-color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 24px;white-space:nowrap}.cover-page>.content,.cover-page>.header{display:-webkit-box;display:-ms-flexbox;display:flex}.cover-page>.content{height:calc(100% - 64px);padding:16px 24px;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#f5f7fa}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.aic{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aie{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ais{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.jcc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jcs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jce{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flexwrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flexgrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.fdc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.none{-webkit-box-flex:0;-ms-flex:none;flex:none}.flexdirection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.color{color:#303133}.searchBtn.el-button{background-image:-webkit-gradient(linear,left top,left bottom,from(#2ca5f2),to(#4098ff));background-image:linear-gradient(#2ca5f2,#4098ff);-webkit-box-shadow:0 1px 4px 0 rgba(74,144,226,.58);box-shadow:0 1px 4px 0 rgba(74,144,226,.58);border-radius:22px}.el-button--primary,.el-button--primary:focus,.el-button--primary:hover{background:-webkit-gradient(linear,left bottom,left top,from(#2ca5f2),to(#4098ff));background:linear-gradient(1turn,#2ca5f2,#4098ff)}.el-button--success{background-color:#02af66;border-color:#02af66}.el-button--warning{background-color:#f5a623;border-color:#f5a623}.el-button--danger{background-color:#ff570e;border-color:#ff570e}.el-table__header th{background-color:#f5f7fa;font-size:14px;color:#606266}.el-dialog{border-radius:8px}.el-dialog__header{padding:0 20px!important;border-bottom:1px solid #d9d9d9;line-height:50px}.el-dialog__title{font-size:18px;color:#303133}.el-dialog__body{padding:20px!important}.el-dialog__close{font-size:30px;position:relative;top:-10px}.el-tabs__nav-wrap:after{background-color:#fff;opacity:0}.el-table{color:#303133}.el-form-item__label{font-size:14px!important;color:#909399}.jcsDiv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:24px;font-size:16px;color:#303133}.iserror .el-input__inner{border-color:#f56c6c}.formModule .el-form-item__label{display:inline}.right_dia .el-dialog{position:absolute;top:0;left:auto;right:0!important;height:100%;margin:0!important;border-radius:0}.right_dia .el-dialog__header{height:50px;text-align:left;padding:0 10px 0!important;line-height:50px}.right_dia .el-dialog__title{font-size:18px;line-height:50px}.right_dia .el-dialog__headerbtn{top:10px;font-size:20px}.right_dia .el-dialog__body{padding:20px 10px!important;overflow-y:auto;height:calc(100% - 50px);max-height:calc(100% - 50px)}.right_dia .el-dialog__close{top:0}.noel-dialog__header .el-dialog__header{display:none}.noel-dialog__header .el-dialog__body{padding:0 20px 20px}.warning-row{background-color:#fdf5e6!important}.hiddenLabel label{opacity:0}.form-item{width:300px;margin-right:20px;margin-bottom:10px}.el-table__row--level-1 .cell{padding-left:30px}.el-table__row--level-1 .el-table__expand-column{display:none}.centerBtn{display:block;margin:20px auto}.dayin{position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;opacity:0}.el-message{z-index:3000!important}.formItem{width:300px;margin-bottom:10px}.el-autocomplete-suggestion{z-index:99999!important}.autocomplete .el-pager li{font-size:13px!important;line-height:28px!important;height:28px!important}.relative{position:relative}.color-FF0000{color:red!important}.el-breadcrumb__inner,.el-breadcrumb__inner a{font-weight:400!important}.el-upload input[type=file]{display:none!important}.el-upload__input{display:none}.el-dialog{-webkit-transform:none;transform:none;left:0;position:relative;margin:0 auto}.el-dropdown-menu a{display:block}.el-range-separator{-webkit-box-sizing:content-box;box-sizing:content-box}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{width:6px;background:transparent;border-radius:2em}::-webkit-scrollbar-thumb{border:2px solid transparent;background-color:rgba(144,147,153,.3);background-clip:padding-box;min-height:28px;border-radius:2em;-webkit-transition:background-color .3s;transition:background-color .3s;cursor:pointer}::-webkit-scrollbar-thumb:hover{background-color:rgba(144,147,153,.5)}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .28s;transition:opacity .28s}.fade-enter,.fade-leave-active{opacity:0}.fade-transform-enter-active,.fade-transform-leave-active{-webkit-transition:all .5s;transition:all .5s}.fade-transform-enter{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}.fade-transform-leave-to{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}.breadcrumb-enter-active,.breadcrumb-leave-active{-webkit-transition:all .5s;transition:all .5s}.breadcrumb-enter,.breadcrumb-leave-active{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}.breadcrumb-move{-webkit-transition:all .5s;transition:all .5s}.breadcrumb-leave-active{position:absolute}.hamburger[data-v-2e871e55]{display:inline-block;vertical-align:middle;width:30px;height:30px}.hamburger.is-active[data-v-2e871e55]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.detailPage[data-v-7d0d4cf8]{position:fixed;width:100%;height:100%;background-color:#fff;top:0;left:0;z-index:2000}.detailPageHead[data-v-7d0d4cf8]{background-color:#02af66;height:60px;font-size:22px;color:#fff}.detailPageHead div[data-v-7d0d4cf8]{line-height:60px;width:120px;cursor:pointer;padding:0 20px}.detailPageC[data-v-7d0d4cf8]{padding:20px;height:calc(100% - 60px);overflow-y:auto}.detailPageContent[data-v-7d0d4cf8]{height:100%;background-color:#fff;overflow-y:auto;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.19);box-shadow:0 2px 6px 0 rgba(0,0,0,.19);border-radius:8px;padding:0 20px 20px}.greenBorderTitle[data-v-7d0d4cf8]{height:60px;font-size:18px;font-weight:550}.greenBorderTitle>div[data-v-7d0d4cf8]{width:5px;height:18px;border-radius:10px;background-color:#02af66;margin-right:15px}.upload[data-v-7d0d4cf8]{width:400px;margin-right:20px}.uploadFile[data-v-7d0d4cf8]{width:400px;height:300px;margin-top:10px;border-radius:4px;border:1px dashed #979797}.uploadFileIcon[data-v-7d0d4cf8]{width:100px;height:100px;display:block;margin:0 auto}.uploadImg[data-v-7d0d4cf8]{width:380px;height:250px;border-radius:4px}.uploadFileText[data-v-7d0d4cf8]{text-align:center;margin-top:10px;font-size:14px;color:#02af66;cursor:pointer}.head[data-v-7d0d4cf8]{height:60px;line-height:60px;border-radius:4px;margin-bottom:20px;font-size:18px;padding-left:20px}.headColor1[data-v-7d0d4cf8]{color:#3276ff;background:rgba(50,118,255,.13)}.headColor2[data-v-7d0d4cf8]{color:#ff9100;background:rgba(255,145,0,.13)}.text[data-v-65796f2c]{color:#333;line-height:20px}.example[data-v-65796f2c]{margin-top:10px}.example2[data-v-65796f2c]{height:30px}.text2[data-v-65796f2c]{font-size:18px;font-weight:600;margin:20px 0 20px}.realimg[data-v-65796f2c]{max-width:680px}.imgContainer[data-v-65796f2c]{cursor:pointer}.navbar[data-v-77b6eb2d]{height:60px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;background-color:#fff;border-bottom:1px solid #e5e6eb}.navbar .logo[data-v-77b6eb2d],.navbar[data-v-77b6eb2d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar .logo[data-v-77b6eb2d]{width:200px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;font-weight:700}.navbar .logo img[data-v-77b6eb2d]{width:40px;height:40px;margin-right:12px}.navbar .info[data-v-77b6eb2d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:22px;color:#1d2129;padding:0 24px;white-space:nowrap}.navbar .info .label[data-v-77b6eb2d]{color:#86909c;margin-right:6px}.navbar .info .divider-line[data-v-77b6eb2d]:after{content:"|";font-size:16px;color:#dcdfe6;margin:0 16px}.navbar .info .user[data-v-77b6eb2d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.navbar .info .user .avatar[data-v-77b6eb2d]{width:32px;height:32px;border-radius:16px;margin-left:16px}.navbar .info .user span[data-v-77b6eb2d]{font-size:14px;line-height:22px;margin:0 8px;color:#1d2129}.navbar .hamburger-container[data-v-77b6eb2d]{line-height:60px;height:100%;float:left;cursor:pointer;-webkit-transition:background .3s;transition:background .3s;-webkit-tap-highlight-color:transparent}.navbar .hamburger-container[data-v-77b6eb2d]:hover{background:rgba(0,0,0,.025)}.navbar .breadcrumb-container[data-v-77b6eb2d]{float:left}.openCloud[data-v-77b6eb2d]{cursor:pointer;line-height:40px;height:40px;border-radius:8px;color:#fff;font-size:18px;background-color:#02af66;text-align:center;margin-right:20px}.menu-container[data-v-11fd8808]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.remindMenu[data-v-11fd8808]{position:absolute;top:10px;right:10px;width:10px;height:10px;background-color:red;border-radius:100px}:root{--base-color-grey-0:#fff;--base-color-grey-5:#f5f7fa;--base-color-grey-10:#f4f4f5;--base-color-grey-20:#c0c4cc;--base-color-grey-30:#909399;--base-color-grey-50:grey;--base-color-grey-60:#606266;--base-color-grey-80:#303133;--base-color-grey-100:#000;--base-color-blue-10:#ecf5ff;--base-color-blue-50:#409eff;--base-color-green-50:#67c23a;--base-color-red-50:#f56c6c;--base-color-orange-50:#e6a23c;--base-size-0:0px;--base-size-1:1px;--base-size-2:2px;--base-size-3:3px;--base-size-4:calc(var(--base-size-2)*2);--base-size-6:calc(var(--base-size-2)*3);--base-size-8:calc(var(--base-size-2)*4);--base-size-10:calc(var(--base-size-2)*5);--base-size-12:calc(var(--base-size-2)*6);--base-size-14:calc(var(--base-size-2)*7);--base-size-16:calc(var(--base-size-2)*8);--base-size-18:calc(var(--base-size-2)*9);--base-size-20:calc(var(--base-size-2)*10);--base-size-22:calc(var(--base-size-2)*11);--base-size-24:calc(var(--base-size-2)*12);--base-size-26:calc(var(--base-size-2)*13);--base-size-28:calc(var(--base-size-2)*14);--base-size-30:calc(var(--base-size-2)*15);--base-size-32:calc(var(--base-size-2)*16);--font-family:-apple-system,"Source Han SansSC",Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,SimSun,sans-serif;--font-size-12:var(--base-size-12);--font-size-14:var(--base-size-14);--font-size-16:var(--base-size-16);--font-size-18:var(--base-size-18);--font-size-20:var(--base-size-20);--font-size-24:var(--base-size-24);--font-line-height-16:var(--base-size-16);--font-line-height-18:var(--base-size-18);--font-line-height-22:var(--base-size-22);--font-line-height-24:var(--base-size-24);--font-line-height-28:var(--base-size-28);--font-line-height-32:var(--base-size-32);--font-weight-light:300;--font-weight-normal:400;--font-weight-bold:700;--font-weight-bolder:900;--border-radius-2:var(--base-size-2);--border-radius-4:var(--base-size-4);--border-radius-6:var(--base-size-6);--border-radius-8:var(--base-size-8);--color-primary:var(--base-color-blue-50);--color-success:var(--base-color-green-50);--color-error:var(--base-color-red-50);--color-warning:var(--base-color-orange-50);--color-info:var(--base-color-grey-10);--color-text-primary:var(--base-color-grey-80);--color-text-secondary:var(--base-color-grey-60);--color-text-grey:var(--base-color-grey-30);--color-text-weak:var(--base-color-grey-20)}.sidebar[data-v-4a0c93de]{padding:4px}.tabbar[data-v-49f20c82]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;background-color:#ebeef5;margin:24px 24px 0 24px;scrollbar-width:none;-ms-overflow-style:none;overflow-y:hidden;overflow-x:auto}.tabbar .tabbar-item[data-v-49f20c82]{min-width:88px;padding:0 16px;font-size:14px;line-height:36px;color:#303133;text-align:center;white-space:nowrap;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.tabbar .active[data-v-49f20c82]{background-color:#409eff;color:#fff}.app-main[data-v-69f3482e]{height:100%;width:100%;min-width:1200px;position:relative;overflow:hidden;background-color:#f5f7fa}.app-main>div[data-v-69f3482e]{overflow-y:auto}.el-popup-parent--hidden .fixed-header{padding-right:15px}.app-wrapper[data-v-0204ca5c]{position:relative;height:100%;width:100%}.app-wrapper[data-v-0204ca5c]:after{content:"";display:table;clear:both}.app-wrapper.mobile.openSidebar[data-v-0204ca5c]{position:fixed;top:0}.navbar-container[data-v-0204ca5c]{position:fixed;top:0;left:0;z-index:9;width:100%}.drawer-bg[data-v-0204ca5c]{background:#000;opacity:.3;width:100%;top:0;height:100%;position:absolute;z-index:999}.svg-icon[data-v-7c0f87c0]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.svg-external-icon[data-v-7c0f87c0]{background-color:currentColor;-webkit-mask-size:cover!important;mask-size:cover!important;display:inline-block}