@textColor:#17233d;@borderColor:#d9e6f7;@bgFirstColor:#1f6fec;@bgSecondColor:#0f8bff;@primaryColor:#1f6fec;@primaryHoverColor:#3b82f6;@pageBgColor:#eef5ff;@panelBgColor:#fff;@mutedTextColor:#667085;@lightBorderColor:#e5edf8;@tableHeaderBg:#f4f7fb;@desingWidth = 1920/100vw;@desingHeight = 1080/100vw;.wh(@width,@height){width:@width;height:@height;line-height:@height}.screen_wh(@width,@height){width:@width/@desingWidth;height:@height/@desingHeight}body,html{padding:0;margin:0;height:100%;overflow:hidden;overflow-x:auto;min-width:1080px;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;color:@textColor;background:@pageBgColor}.el-button{border-radius:6px;font-weight:500}.el-button--primary{background:@primaryColor;border-color:@primaryColor;-webkit-box-shadow:0 6px 12px rgba(31,111,236,.16);box-shadow:0 6px 12px rgba(31,111,236,.16)}.el-button--primary:focus,.el-button--primary:hover{background:@primaryHoverColor;border-color:@primaryHoverColor}.el-button--default:focus,.el-button--default:hover{color:@primaryColor;border-color:#bcd3fa;background:#f5f9ff}.el-date-editor .el-input__inner,.el-input__inner,.el-select .el-input__inner,.el-textarea__inner{border-radius:6px;border-color:#d7e3f3;color:@textColor}.el-input__inner:hover,.el-textarea__inner:hover{border-color:#adc8f3}.el-input__inner:focus,.el-textarea__inner:focus{border-color:@primaryColor;-webkit-box-shadow:0 0 0 3px rgba(31,111,236,.08);box-shadow:0 0 0 3px rgba(31,111,236,.08)}.el-form-item__label{color:#52607a;font-weight:500}.el-drawer__header{margin-bottom:15px;padding:14px 20px;-webkit-box-shadow:0 1px 0 @lightBorderColor;box-shadow:0 1px 0 @lightBorderColor;color:@textColor;font-weight:700}.el-table__row{.el-table__cell{padding:5px 0}}.xxc-gw{.el-table__cell{padding:10px 0}}.customerDrawer{padding:0}.customerDrawer .drawerContent{height:calc(100% - 50px);overflow:auto;padding-bottom:10px}.customerDrawer .drawerFooter{padding-top:10px;border-top:1px solid #dcdbdb;text-align:right}.el-divider{.el-divider__text{color:@primaryColor;font-weight:600}}.tableStyle{width:100%;border-collapse:collapse;td{position:relative;border:1px solid #dfe4e7;line-height:20px;text-align:left;vertical-align:top;cursor:pointer;padding:10px}}.noAfter:after{display:none!important}.el-dialog__body{padding:18px 20px!important;color:@textColor}.el-dialog__header{padding:16px 20px!important;border-bottom:1px solid @lightBorderColor}.el-dialog__headerbtn{top:18px!important;right:20px!important}.el-dialog__title{font-size:16px!important;color:@textColor!important;font-weight:700}.el-dialog__footer{padding:12px 20px 16px!important;border-top:1px solid @lightBorderColor!important;background:#f8fbff}.el-dialog{border-radius:10px!important;overflow:hidden;-webkit-box-shadow:0 18px 42px rgba(17,47,91,.18);box-shadow:0 18px 42px rgba(17,47,91,.18)}.el-drawer__body{padding:10px 15px!important}.el-pagination{padding:14px 0 4px;color:@mutedTextColor}.el-pager li.active,.el-pagination.is-background .el-pager li:not(.disabled).active{color:#fff;background:@primaryColor;border-color:@primaryColor}.commonPageTitle{font-weight:700;color:#17233d;border-left:4px solid #1f6fec;padding-left:10px;line-height:20px}.link{color:#1f6fec;font-weight:500}.ui-panel{background:#fff;border:1px solid #e5edf8;border-radius:10px;-webkit-box-shadow:0 8px 20px rgba(30,74,138,.06);box-shadow:0 8px 20px rgba(30,74,138,.06)}.status-badge{display:inline-block;min-width:48px;padding:2px 8px;border-radius:999px;font-size:12px;line-height:18px;text-align:center}.table-action-primary.el-button--text{color:#1f6fec;font-weight:500}.table-action-primary.el-button--text:focus,.table-action-primary.el-button--text:hover{color:#1558c9}.table-action-secondary.el-button--text{color:#52607a;font-weight:500}.table-action-secondary.el-button--text:focus,.table-action-secondary.el-button--text:hover{color:#1f6fec}.table-action-danger.el-button--text{color:#e34d59;font-weight:500}.table-action-danger.el-button--text:focus,.table-action-danger.el-button--text:hover{color:#c73540}.table-action-danger.el-button--text.is-disabled,.table-action-primary.el-button--text.is-disabled,.table-action-secondary.el-button--text.is-disabled{color:#b7c0cf}#app{padding:0;margin:0;width:100%;height:100%}.userThemDefault .homePageIndex{background:url(/static/img/index_bg.a7d8933.png) no-repeat 0 0}:root{--app-primary-color:#1f6fec;--app-primary-hover-color:#3b82f6;--app-primary-active-color:#1558c9;--app-primary-soft-color:#e8f1ff;--app-primary-bg-color:#eef5ff;--app-primary-shadow-color:rgba(31,111,236,0.12);--app-menu-start-color:#1d69de;--app-menu-mid-color:#1a5dc6;--app-menu-end-color:#15499c;--app-page-bg-color:#f4f7fb;--app-primary-rgb:31,111,236}.el-button--primary{background-color:var(--app-primary-color,#1f6fec)!important;border-color:var(--app-primary-color,#1f6fec)!important}.el-button--primary:focus,.el-button--primary:hover{background-color:var(--app-primary-hover-color,#3b82f6)!important;border-color:var(--app-primary-hover-color,#3b82f6)!important}.el-button--primary:active{background-color:var(--app-primary-active-color,#1558c9)!important;border-color:var(--app-primary-active-color,#1558c9)!important}.el-button--text,.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{color:var(--app-primary-color,#1f6fec)}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner,.el-radio__input.is-checked .el-radio__inner{background-color:var(--app-primary-color,#1f6fec);border-color:var(--app-primary-color,#1f6fec)}.el-checkbox__input.is-checked+.el-checkbox__label,.el-radio__input.is-checked+.el-radio__label{color:var(--app-primary-color,#1f6fec)}.el-input__inner:focus,.el-select .el-input.is-focus .el-input__inner,.el-textarea__inner:focus{border-color:var(--app-primary-color,#1f6fec)}.el-select-dropdown__item.selected{color:var(--app-primary-color,#1f6fec)}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:var(--app-primary-color,#1f6fec)}.theme-image-picker-popover{border:1px solid #dfe8f5!important;border-radius:8px!important;-webkit-box-shadow:0 10px 26px rgba(30,74,138,.16)!important;box-shadow:0 10px 26px rgba(30,74,138,.16)!important}