cnhis-design-vue 3.2.3-beta.9 → 3.2.3-release.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -610,7 +610,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
610
610
  setGroupTreeExpand: () => void;
611
611
  resetTableInlineEditStatus: () => false | undefined;
612
612
  renderAnnotation: (columnConfig: import("../../shared/types").AnyObject) => JSX.Element | null;
613
- toolTipTitle: (item: any, type?: any) => (() => any) | (JSX.Element | null)[];
613
+ toolTipTitle: (item: any, type?: any) => (JSX.Element | null)[] | (() => any);
614
614
  triggerExpand: (e: any, isExpand: any) => void;
615
615
  getOtherConfigInit: () => any;
616
616
  refreshTable: () => void;
@@ -612,7 +612,7 @@ declare const _default: import("vue").DefineComponent<{
612
612
  setGroupTreeExpand: () => void;
613
613
  resetTableInlineEditStatus: () => false | undefined;
614
614
  renderAnnotation: (columnConfig: AnyObject) => JSX.Element | null;
615
- toolTipTitle: (item: any, type?: any) => (() => any) | (JSX.Element | null)[];
615
+ toolTipTitle: (item: any, type?: any) => (JSX.Element | null)[] | (() => any);
616
616
  triggerExpand: (e: any, isExpand: any) => void;
617
617
  getOtherConfigInit: () => any;
618
618
  refreshTable: () => void;
@@ -504,7 +504,7 @@ declare const _default: import("vue").DefineComponent<{
504
504
  formRef: import("vue").Ref<any>;
505
505
  conditionRef: import("vue").Ref<any>;
506
506
  filterVisible: import("vue").Ref<boolean>;
507
- title: import("vue").ComputedRef<"新增" | "修改" | "过滤条件">;
507
+ title: import("vue").ComputedRef<"修改" | "新增" | "过滤条件">;
508
508
  model: {
509
509
  name: string;
510
510
  color: string;
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
44
44
  formRef: import("vue").Ref<any>;
45
45
  conditionRef: import("vue").Ref<any>;
46
46
  filterVisible: import("vue").Ref<boolean>;
47
- title: import("vue").ComputedRef<"新增" | "修改" | "过滤条件">;
47
+ title: import("vue").ComputedRef<"修改" | "新增" | "过滤条件">;
48
48
  model: {
49
49
  name: string;
50
50
  color: string;
@@ -2,10 +2,16 @@ export declare const TEXTAREA: import("vue").DefineComponent<{
2
2
  value: {
3
3
  type: StringConstructor;
4
4
  };
5
+ rows: {
6
+ type: NumberConstructor;
7
+ };
5
8
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6
9
  value: {
7
10
  type: StringConstructor;
8
11
  };
12
+ rows: {
13
+ type: NumberConstructor;
14
+ };
9
15
  }>> & {
10
16
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
11
17
  }, {}>;
@@ -1 +1 @@
1
- import{defineComponent as e,computed as o,createVNode as t}from"vue";import{useCommonInjection as r}from"../../hooks/useCommonInjection.js";import"../../../../../shared/utils/index.js";import"@formily/core";import"@formily/path";import"@vicons/ionicons5";import"@vue/shared";import"@vueuse/core";import"lodash-es";import{NInput as i}from"naive-ui";import"date-fns";import{assignUpdateValue as m,assignClearBindVisited as a}from"../../utils/schema.js";import{connect as u,mapProps as p}from"@formily/vue";const s=u(e({name:"FormTextarea",props:{value:{type:String}},emits:["update:value"],setup(e,{emit:m}){const a=o({get:()=>e.value,set:e=>m("update:value",e)}),u=r().injectValueBindKey(a);return()=>t(i,{type:"textarea",key:u.value,value:a.value,"onUpdate:value":e=>a.value=e},null)}}),p(m,a));export{s as TEXTAREA};
1
+ import{defineComponent as e,computed as o,inject as r,createVNode as t,mergeProps as i}from"vue";import{InjectionFormGlobalProps as m}from"../../constants/index.js";import{useCommonInjection as u}from"../../hooks/useCommonInjection.js";import"../../../../../shared/utils/index.js";import"@formily/core";import"@formily/path";import"@vicons/ionicons5";import"@vue/shared";import"@vueuse/core";import"lodash-es";import{NInput as a}from"naive-ui";import"date-fns";import{assignUpdateValue as s,assignClearBindVisited as l}from"../../utils/schema.js";import{connect as n,mapProps as p,useField as v}from"@formily/vue";const d=n(e({name:"FormTextarea",props:{value:{type:String},rows:{type:Number}},emits:["update:value"],setup(e,{emit:s}){const l=o({get:()=>e.value,set:e=>s("update:value",e)}),n=u().injectValueBindKey(l),p=v(),d=r(m,{}),c=o((()=>{var e,o,r;return null!=(r=null==(o=null==(e=p.value.decoratorProps)?void 0:e.fieldItem)?void 0:o.bordered)?r:d.bordered})),f=o((()=>"underline"===c.value?{autosize:{minRows:e.rows,maxRows:99}}:{rows:e.rows}));return()=>t(a,i({type:"textarea"},f.value,{key:n.value,value:l.value,"onUpdate:value":e=>l.value=e}),null)}}),p(s,l));export{d as TEXTAREA};
@@ -1 +1 @@
1
- .annotation-edit{align-items:center;color:var(--c-primary-color);cursor:pointer;display:inline-flex;font-size:16px;user-select:none}.annotation-edit.is-active{color:var(--c-primary-color);filter:hue-rotate(140deg)}.annotation-edit__icon{align-items:center;display:inline-flex}.annotation-edit__textarea{min-width:200px}.annotation-edit__footer{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between;opacity:.5}.annotation-edit__footer>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.annotation-edit__footer>div:first-of-type{min-width:30%}.recommend-search__menu{min-height:100px}.recommend-search__menuRecommendList{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.recommend-search__menuRecommendList .n-tag{cursor:pointer}.recommend-search__recentRecommend{margin-bottom:8px}.recommend-search__recentRecommend>header{align-items:center;color:rgba(0,0,0,.4);display:flex;justify-content:space-between}.recommend-search__recentRecommend>header .n-icon:hover{color:rgba(0,0,0,.6);cursor:pointer}.recommend-search__commonRecommend{margin-bottom:8px}.recommend-search__commonRecommend>header{align-items:center;color:rgba(0,0,0,.4);display:flex;justify-content:space-between}.recommend-search__commonRecommend>header .n-icon:hover{color:rgba(0,0,0,.6);cursor:pointer}.recommend-search__option{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:space-between;padding:0 8px}.recommend-search__optionText{max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recommend-search__option.is-active{color:var(--n-color)!important}.recommend-search__option.is-active .n-icon{font-size:20px}.recommend-search__option:hover{background:rgba(0,0,0,.03)}.recommend-search__optionContainer{margin:-8px -10px}.recommend-search__empty{align-items:center;color:rgba(0,0,0,.3);display:flex;height:100px;justify-content:center}.search-cascader__menuWrapper{display:flex;flex-wrap:nowrap;margin:-8px -14px}.search-cascader__input input{cursor:pointer!important}.search-cascader__option{align-items:center;border-radius:4px;box-sizing:border-box;display:flex;height:32px;justify-content:space-between;min-width:100%;padding:0 8px 0 16px;width:fit-content}.search-cascader__option--active{background:#f8f8f8}.search-cascader__option:hover{background:#f5f5f5;cursor:pointer}.search-cascader__optionWrapper{background:#fff;height:256px;overflow-x:auto;width:calc(var(--menu-width)*1px)}.search-cascader__optionWrapper:not(:last-of-type){border:solid #e5e5e5;border-width:0 1px 0 0}.search-cascader__optionText{white-space:nowrap}.search-cascader__optionText--active{color:var(--c-primary-color)}.search-cascader__option svg{color:#bfbfbf;flex-shrink:0;font-size:12px;width:20px}.search-cascader__option svg.rotate{animation:rotate 1s linear infinite}.search-cascader__emptyWrapper{align-items:center;background:#fff;box-sizing:border-box;display:flex;height:300px;justify-content:center;padding:16px;width:100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.form-render__wrapper{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));max-height:var(--form-height);overflow-y:auto;position:relative}.form-render__formItem{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column));position:relative}.form-render__formItemMask{margin-bottom:8px;padding:8px}.form-render__formItemMask:after{border:1px solid #c2c2c2;border-radius:8px;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.form-render__formItemMask--selected:after{border-color:var(--c-primary-color)}.form-render__formItemMask--selected:before{border-bottom:12px solid var(--c-primary-color);border-bottom-right-radius:8px;border-left:12px solid transparent;border-right:12px solid var(--c-primary-color);border-top:12px solid transparent;bottom:0;color:#fff;content:"✓";font-size:10px;height:0;line-height:.9;position:absolute;right:0;width:0}.form-render__formItem.n-form-item--left-labelled .form-render__formItemLabel--text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-render__formItem .n-date-picker,.form-render__formItem .n-input-number{width:100%}.form-render__formItemLabel{align-items:center;display:inline-flex;justify-content:space-between;position:relative}.form-render__formItemLabel--operation{align-items:center;display:flex;gap:2px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.form-render__formItemLabel--tooltip{font-size:0;line-height:1;width:16px}.form-render__formItem .n-form-item-label{display:inline-flex}.form-render__formItem .n-form-item-label [annotation-hover-show=true]{visibility:hidden}.form-render__formItem .n-form-item-label:hover [annotation-hover-show=true]{visibility:visible}.form-render__linebar{grid-column:span min(var(--column),var(--column)) /span min(var(--column),var(--column))}.form-render__linebarHeader{align-items:center;background:var(--c-primary-color-opacity2);border-radius:4px;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:space-between;margin-bottom:8px;padding:0 16px}.form-render__linebarHeader>svg{color:rgba(33,33,33,.4);width:14px}.form-render__linebarHeaderTitle{align-items:center;display:flex;font-size:15px;gap:4px;vertical-align:middle}.form-render__linebarHeaderTitle svg{height:16px;transform:translateY(-1px)}.form-render__linebarHeader--disabled{cursor:auto}.form-render__linebarItem{align-items:start;display:grid!important;flex:1;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__linebar--horizontal{align-items:stretch;display:flex;position:relative}.form-render__linebar--horizontal .form-render__linebarHeader{align-items:center;background:transparent;border-radius:0;box-sizing:border-box;display:flex;height:unset;justify-content:center;margin-bottom:0;margin-left:-8px;max-width:var(--form-render-linebar-width);text-align:center;width:var(--form-render-linebar-width);word-break:break-all}.form-render__linebar--horizontal .form-render__linebarItem{padding:8px 0 8px 8px}.form-render__linebar--horizontalBorder:after{border-bottom:1px solid #000;bottom:0;content:"";height:1px;left:0;margin-left:-8px;position:absolute;width:calc(100% + 16px)}.form-render__linebar:last-of-type .form-render__linebar--horizontalBorder:after{display:none}.form-render__linebreaks{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render__inputGroup{align-items:start;display:grid!important;gap:0 16px;gap:0;grid-column:span min(var(--column),var(--column)) /span min(var(--column),var(--column));grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__inputGroup>div{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render__inputGroup>div:not(:last-of-type) .n-base-selection__border,.form-render__inputGroup>div:not(:last-of-type) .n-input__border{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.form-render__inputGroup>div:last-of-type .n-base-selection__border,.form-render__inputGroup>div:last-of-type .n-input__border{border-bottom-left-radius:0;border-top-left-radius:0}.form-render__inputGroup .n-form-item--left-labelled:not(:first-of-type)>label{display:none}.form-render__combination{width:100%}.form-render__combinationHeader{display:flex;gap:12px}.form-render__combinationHeader>h3{font-size:16px;font-weight:700;margin:0;padding:0}.form-render__combinationHeader .n-button__icon{font-size:14px;margin:0 2px 0 0}.form-render__combinationHeaderText{font-size:16px;font-weight:500}.form-render__combinationClose{font-size:16px;height:14px;position:absolute;right:5px;top:5px;width:14px}.form-render__combinationContentJson{position:relative}.form-render__combinationContent{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));position:relative}.form-render__complex{width:100%}.form-render__complexContent--grid{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__complexContent--flex{display:flex!important;gap:0 8px}.form-render__selectMenu .n-scrollbar-rail__scrollbar{display:none!important}.form-render__selectMenu .n-virtual-list::-webkit-scrollbar,.form-render__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{display:unset!important;height:6px;width:6px}.form-render__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.form-render__selectMenu .v-vl-items{min-width:100%;width:max-content}.form-render__selectOption .n-base-select-option__content{overflow:visible!important;text-overflow:unset!important;word-break:keep-all!important}.form-render__labelField{align-items:start;display:grid!important;display:inline-grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));grid-template-columns:repeat(var(--column),auto)!important;margin-left:16px}.form-render__labelField .n-form-item{display:inline-grid}.form-render__labelField label.n-form-item-label.n-form-item-label--left-mark{align-items:center}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-box{background-color:transparent}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-icon .check-icon{opacity:0}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-box__border{border:var(--n-border)}.form-render .form-render__formItem .n-checkbox,.form-render .form-render__formItem .n-radio{align-items:center}.form-render .form-render__formItem .n-radio-input{left:auto;right:auto}.form-render .form-render__formItem .n-checkbox-group>.n-space:not([vertical-space=true]),.form-render .form-render__formItem .n-radio-group>.n-space:not([vertical-space=true]){align-items:center!important}.form-render .form-render__formItem .n-checkbox__label{align-items:center;display:inline-flex;flex:1;flex-wrap:wrap}.form-render--no-border .n-input{border-radius:0}.form-render--no-border .n-input__border,.form-render--no-border .n-input__state-border{border-width:0!important}.form-render--no-border .n-input:hover .n-input__state-border{border-bottom-width:1px!important}.form-render--no-border .n-input--focus{border-radius:0}.form-render--no-border .n-input--focus .n-input__state-border{border-bottom-width:1px!important;box-shadow:none!important}.form-render--no-border .n-base-selection--active .n-base-selection__state-border,.form-render--no-border .n-base-selection--focus .n-base-selection__state-border,.form-render--no-border .n-base-selection:hover .n-base-selection__state-border,.form-render--no-border .n-base-selection__border,.form-render--no-border .n-base-selection__state-border{border-width:0!important;box-shadow:none!important}.form-render--underline .n-input{border-radius:0}.form-render--underline .n-input__border,.form-render--underline .n-input__state-border{border-left-width:0!important;border-right-width:0!important;border-top-width:0!important}.form-render--underline .n-input--focus{border-radius:0}.form-render--underline .n-input--focus .n-input__state-border{box-shadow:none!important}.form-render--underline .n-base-selection--active .n-base-selection__state-border,.form-render--underline .n-base-selection--focus .n-base-selection__state-border,.form-render--underline .n-base-selection:hover .n-base-selection__state-border,.form-render--underline .n-base-selection__border,.form-render--underline .n-base-selection__state-border{border-left-width:0!important;border-right-width:0!important;border-top-width:0!important;box-shadow:none!important}.form-render--underline .n-input--textarea{position:relative}.form-render--underline .n-input--textarea:after{border-bottom:1px solid #000;content:"";left:0;position:absolute;top:0;width:100%}.form-render__selectChildField{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));width:100%}.form-render__selectChildFieldItem{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render--out-border .form-render__wrapper{border:1px solid #1f2225;padding:0 8px}.form-render__selectOption.n-base-select-option--disabled .n-base-select-option__content{color:rgba(0,0,0,.4)}
1
+ .annotation-edit{align-items:center;color:var(--c-primary-color);cursor:pointer;display:inline-flex;font-size:16px;user-select:none}.annotation-edit.is-active{color:var(--c-primary-color);filter:hue-rotate(140deg)}.annotation-edit__icon{align-items:center;display:inline-flex}.annotation-edit__textarea{min-width:200px}.annotation-edit__footer{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between;opacity:.5}.annotation-edit__footer>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.annotation-edit__footer>div:first-of-type{min-width:30%}.recommend-search__menu{min-height:100px}.recommend-search__menuRecommendList{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.recommend-search__menuRecommendList .n-tag{cursor:pointer}.recommend-search__recentRecommend{margin-bottom:8px}.recommend-search__recentRecommend>header{align-items:center;color:rgba(0,0,0,.4);display:flex;justify-content:space-between}.recommend-search__recentRecommend>header .n-icon:hover{color:rgba(0,0,0,.6);cursor:pointer}.recommend-search__commonRecommend{margin-bottom:8px}.recommend-search__commonRecommend>header{align-items:center;color:rgba(0,0,0,.4);display:flex;justify-content:space-between}.recommend-search__commonRecommend>header .n-icon:hover{color:rgba(0,0,0,.6);cursor:pointer}.recommend-search__option{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:space-between;padding:0 8px}.recommend-search__optionText{max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recommend-search__option.is-active{color:var(--n-color)!important}.recommend-search__option.is-active .n-icon{font-size:20px}.recommend-search__option:hover{background:rgba(0,0,0,.03)}.recommend-search__optionContainer{margin:-8px -10px}.recommend-search__empty{align-items:center;color:rgba(0,0,0,.3);display:flex;height:100px;justify-content:center}.search-cascader__menuWrapper{display:flex;flex-wrap:nowrap;margin:-8px -14px}.search-cascader__input input{cursor:pointer!important}.search-cascader__option{align-items:center;border-radius:4px;box-sizing:border-box;display:flex;height:32px;justify-content:space-between;min-width:100%;padding:0 8px 0 16px;width:fit-content}.search-cascader__option--active{background:#f8f8f8}.search-cascader__option:hover{background:#f5f5f5;cursor:pointer}.search-cascader__optionWrapper{background:#fff;height:256px;overflow-x:auto;width:calc(var(--menu-width)*1px)}.search-cascader__optionWrapper:not(:last-of-type){border:solid #e5e5e5;border-width:0 1px 0 0}.search-cascader__optionText{white-space:nowrap}.search-cascader__optionText--active{color:var(--c-primary-color)}.search-cascader__option svg{color:#bfbfbf;flex-shrink:0;font-size:12px;width:20px}.search-cascader__option svg.rotate{animation:rotate 1s linear infinite}.search-cascader__emptyWrapper{align-items:center;background:#fff;box-sizing:border-box;display:flex;height:300px;justify-content:center;padding:16px;width:100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.form-render__wrapper{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));max-height:var(--form-height);overflow-y:auto;position:relative}.form-render__formItem{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column));position:relative}.form-render__formItemMask{margin-bottom:8px;padding:8px}.form-render__formItemMask:after{border:1px solid #c2c2c2;border-radius:8px;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.form-render__formItemMask--selected:after{border-color:var(--c-primary-color)}.form-render__formItemMask--selected:before{border-bottom:12px solid var(--c-primary-color);border-bottom-right-radius:8px;border-left:12px solid transparent;border-right:12px solid var(--c-primary-color);border-top:12px solid transparent;bottom:0;color:#fff;content:"✓";font-size:10px;height:0;line-height:.9;position:absolute;right:0;width:0}.form-render__formItem.n-form-item--left-labelled .form-render__formItemLabel--text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-render__formItem .n-date-picker,.form-render__formItem .n-input-number{width:100%}.form-render__formItemLabel{align-items:center;display:inline-flex;justify-content:space-between;position:relative}.form-render__formItemLabel--operation{align-items:center;display:flex;gap:2px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.form-render__formItemLabel--tooltip{font-size:0;line-height:1;width:16px}.form-render__formItem .n-form-item-label{display:inline-flex}.form-render__formItem .n-form-item-label [annotation-hover-show=true]{visibility:hidden}.form-render__formItem .n-form-item-label:hover [annotation-hover-show=true]{visibility:visible}.form-render__linebar{grid-column:span min(var(--column),var(--column)) /span min(var(--column),var(--column))}.form-render__linebarHeader{align-items:center;background:var(--c-primary-color-opacity2);border-radius:4px;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:space-between;margin-bottom:8px;padding:0 16px}.form-render__linebarHeader>svg{color:rgba(33,33,33,.4);width:14px}.form-render__linebarHeaderTitle{align-items:center;display:flex;font-size:15px;gap:4px;vertical-align:middle}.form-render__linebarHeaderTitle svg{height:16px;transform:translateY(-1px)}.form-render__linebarHeader--disabled{cursor:auto}.form-render__linebarItem{align-items:start;display:grid!important;flex:1;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__linebar--horizontal{align-items:stretch;display:flex;position:relative}.form-render__linebar--horizontal .form-render__linebarHeader{align-items:center;background:transparent;border-radius:0;box-sizing:border-box;display:flex;height:unset;justify-content:center;margin-bottom:0;margin-left:-8px;max-width:var(--form-render-linebar-width);text-align:center;width:var(--form-render-linebar-width);word-break:break-all}.form-render__linebar--horizontal .form-render__linebarItem{padding:8px 0 8px 8px}.form-render__linebar--horizontalBorder:after{border-bottom:1px solid #000;bottom:0;content:"";height:1px;left:0;margin-left:-8px;position:absolute;width:calc(100% + 16px)}.form-render__linebar:last-of-type .form-render__linebar--horizontalBorder:after{display:none}.form-render__linebreaks{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render__inputGroup{align-items:start;display:grid!important;gap:0 16px;gap:0;grid-column:span min(var(--column),var(--column)) /span min(var(--column),var(--column));grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__inputGroup>div{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render__inputGroup>div:not(:last-of-type) .n-base-selection__border,.form-render__inputGroup>div:not(:last-of-type) .n-input__border{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.form-render__inputGroup>div:last-of-type .n-base-selection__border,.form-render__inputGroup>div:last-of-type .n-input__border{border-bottom-left-radius:0;border-top-left-radius:0}.form-render__inputGroup .n-form-item--left-labelled:not(:first-of-type)>label{display:none}.form-render__combination{width:100%}.form-render__combinationHeader{display:flex;gap:12px}.form-render__combinationHeader>h3{font-size:16px;font-weight:700;margin:0;padding:0}.form-render__combinationHeader .n-button__icon{font-size:14px;margin:0 2px 0 0}.form-render__combinationHeaderText{font-size:16px;font-weight:500}.form-render__combinationClose{font-size:16px;height:14px;position:absolute;right:5px;top:5px;width:14px}.form-render__combinationContentJson{position:relative}.form-render__combinationContent{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));position:relative}.form-render__complex{width:100%}.form-render__complexContent--grid{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__complexContent--flex{display:flex!important;gap:0 8px}.form-render__selectMenu .n-scrollbar-rail__scrollbar{display:none!important}.form-render__selectMenu .n-virtual-list::-webkit-scrollbar,.form-render__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{display:unset!important;height:6px;width:6px}.form-render__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.form-render__selectMenu .v-vl-items{min-width:100%;width:max-content}.form-render__selectOption .n-base-select-option__content{overflow:visible!important;text-overflow:unset!important;word-break:keep-all!important}.form-render__labelField{align-items:start;display:grid!important;display:inline-grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));grid-template-columns:repeat(var(--column),auto)!important;margin-left:16px}.form-render__labelField .n-form-item{display:inline-grid}.form-render__labelField label.n-form-item-label.n-form-item-label--left-mark{align-items:center}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-box{background-color:transparent}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-icon .check-icon{opacity:0}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-box__border{border:var(--n-border)}.form-render .form-render__formItem .n-checkbox,.form-render .form-render__formItem .n-radio{align-items:center}.form-render .form-render__formItem .n-radio-input{left:auto;right:auto}.form-render .form-render__formItem .n-checkbox-group>.n-space:not([vertical-space=true]),.form-render .form-render__formItem .n-radio-group>.n-space:not([vertical-space=true]){align-items:center!important}.form-render .form-render__formItem .n-checkbox__label{align-items:center;display:inline-flex;flex:1;flex-wrap:wrap}.form-render--no-border .n-input{border-radius:0}.form-render--no-border .n-input__border,.form-render--no-border .n-input__state-border{border-width:0!important}.form-render--no-border .n-input:hover .n-input__state-border{border-bottom-width:1px!important}.form-render--no-border .n-input--focus{border-radius:0}.form-render--no-border .n-input--focus .n-input__state-border{border-bottom-width:1px!important;box-shadow:none!important}.form-render--no-border .n-base-selection--active .n-base-selection__state-border,.form-render--no-border .n-base-selection--focus .n-base-selection__state-border,.form-render--no-border .n-base-selection:hover .n-base-selection__state-border,.form-render--no-border .n-base-selection__border,.form-render--no-border .n-base-selection__state-border{border-width:0!important;box-shadow:none!important}.form-render--underline .n-input{border-radius:0}.form-render--underline .n-input__border,.form-render--underline .n-input__state-border{border-left-width:0!important;border-right-width:0!important;border-top-width:0!important}.form-render--underline .n-input--focus{border-radius:0}.form-render--underline .n-input--focus .n-input__state-border{box-shadow:none!important}.form-render--underline .n-base-selection--active .n-base-selection__state-border,.form-render--underline .n-base-selection--focus .n-base-selection__state-border,.form-render--underline .n-base-selection:hover .n-base-selection__state-border,.form-render--underline .n-base-selection__border,.form-render--underline .n-base-selection__state-border{border-left-width:0!important;border-right-width:0!important;border-top-width:0!important;box-shadow:none!important}.form-render--underline .n-input--textarea{background-image:linear-gradient(transparent,transparent 95%,#000 0,#000);background-origin:content-box;background-position:top;background-repeat:repeat-y;background-size:100% 22px;margin-top:4px;padding:0}.form-render--underline .n-input--textarea .n-input__textarea-el{padding:0}.form-render--underline .n-input--textarea .n-input__placeholder{padding-top:0}.form-render--underline .n-input--textarea .n-input__border,.form-render--underline .n-input--textarea .n-input__state-border{border:0!important}.form-render__selectChildField{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));width:100%}.form-render__selectChildFieldItem{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render--out-border .form-render__wrapper{border:1px solid #1f2225;padding:0 8px}.form-render__selectOption.n-base-select-option--disabled .n-base-select-option__content{color:rgba(0,0,0,.4)}
@@ -1 +1 @@
1
- .big-table-filter-wrap{background-color:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;flex-flow:column wrap;margin-top:-6px;min-width:280px;overflow:hidden;position:fixed;transform:translateX(-2%);transition:width 2s;z-index:99998}.big-table-filter-wrap .sort-list{margin-top:6px}.big-table-filter-wrap .sort-item{align-items:center;background:#f7f7f7;display:flex;height:32px;padding:0 13px}.big-table-filter-wrap .sort-item.active,.big-table-filter-wrap .sort-item:hover{background:#f2f2f2}.big-table-filter-wrap .sort-icon{background-size:contain;display:inline-block;height:16px;width:16px}.big-table-filter-wrap .sort-text{color:rgba(0,0,0,.8);font-size:14px;line-height:32px;margin-left:11px}.big-table-filter-wrap .sort-icon-desc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABT0lEQVRYR+3WvSuGYRTH8c9TykpJSimLMvgHpLyUCQsmg/wBMss/ILvdJgspNnkbZFYGk7JQSAaLwUuX7uFxu3E/nvvqSd3XeHW6zvec65zfORUNPpUG+1cClBnIysABhiMV5y4mqt/OAliPCHCImd8AIgWf/WzMIhzFK/Z/iigWQAtuE4A2PH0HEQugG5eJ005clwBlBmrJwDwGcorBNjYybOsqwit05QQ4R1/RAB3oqQHgoWiAnL5/NKvrC/4tQBNacYesDAR5fkxHV6QU72EQczhNSfE4VpOOmY01jsOyMYYXLGElcbSIZT4W4C1MxQIIUy9sU1ltGXyeYQSfuua7L2jOWYnPKbt2HKE3dR/0Iqx593lq4AT9OQE2MZ2yDTpyXKUlF0lthP3gy8nKwBqGcgLsYCHDNuwAAe4Nk7ipZRbk9F2MWZFt+CeiEuAdAU5CIQxYYdUAAAAASUVORK5CYII=")}.big-table-filter-wrap .filter-header{cursor:auto;padding:5px 13px}.big-table-filter-wrap .filter-header-icon{border-right-color:#333;border-top-color:#333}.big-table-filter-wrap .filter-header-text{margin-left:11px}.big-table-filter-wrap .check-search-wrap{background:#f7f7f7;display:flex;justify-content:center;padding:8px 0;width:100%}.big-table-filter-wrap .check-seach-input{line-height:32px}.big-table-filter-wrap .checkbox-box{padding-right:3px;width:100%}.big-table-filter-wrap .checkbox-wrap{background:#fff;display:flex;flex-direction:column;overflow-y:auto;padding:0 3px 0 13px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar{height:4px;width:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-thumb{background-color:#d5d5d5;border-radius:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-track{background-color:#fff;border-radius:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-corner{background-color:#000;border-radius:4px;width:4px}.big-table-filter-wrap .checkbox-wrap--search{padding-right:10px}.big-table-filter-wrap .checkbox-btn-wrap{display:flex;padding:9px 10px 9px 14px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn{padding:0;width:56px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn+.checkbox-btn{margin-left:8px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn{border:0;border-radius:0;margin:0 13px;position:relative;width:auto}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn:hover:after{background-color:#5585f5;bottom:5px;content:"";display:block;height:1px;position:absolute;width:100%}.big-table-filter-wrap .arrows-icon{bottom:-1px;cursor:nw-resize;font-size:15px;height:20px;position:absolute;right:-1px;width:25px}.big-table__separate{padding:4px}.big-table__separatePlaceholder{display:inline-block;max-width:0;visibility:hidden;width:0;word-break:keep-all}.custom-big-table{position:relative}.custom-big-table .img-wrap{align-items:center;display:flex;height:100%;line-height:1;padding:2px 0}.custom-big-table .img-wrap img{cursor:pointer;max-height:100%;object-fit:contain}.custom-big-table .img-wrap.img-circle img{border-radius:50%;object-fit:contain;width:28px}.custom-big-table .bigTable-qr-span{display:inline-block;height:100%;position:relative}.custom-big-table .bigTable-qr-span .bigTable-qr-img{max-height:96%}.custom-big-table .bigTable-qr-span>span{align-items:center;background:rgba(0,0,0,.7);color:#fff;cursor:pointer;display:none;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.custom-big-table .bigTable-qr-span:hover>span{display:inline-flex}.custom-big-table .base-form{align-items:center;display:flex;overflow:hidden!important;width:100%}.custom-big-table .base-form-content{width:100%}.custom-big-table textarea{height:32px;margin-bottom:0;resize:none}.custom-big-table .formItem-select-multiple{align-items:center;display:flex;line-height:40px;width:100%}.custom-big-table.mt{height:calc(100% - 78px)!important;margin-top:26px}.custom-big-table.expand-padding .vxe-table .vxe-body--expanded-cell{padding-left:66px!important;padding-right:66px!important}.custom-big-table th.vxe-header--column{cursor:pointer}.custom-big-table .row-btn{margin-right:10px}.custom-big-table .vxe-table{transform:translateZ(0)}.custom-big-table .vxe-table .vxe-table--empty-content,.custom-big-table .vxe-table .vxe-table--empty-content>div{height:100%;width:100%}.custom-big-table .vxe-table .vxe-table--empty-content>div .no-data-tip{display:inline-flex}.custom-big-table .vxe-table .col--checkbox .vxe-cell,.custom-big-table .vxe-table .col--seq .vxe-cell{padding:0}.custom-big-table .vxe-table .col--checkbox .vxe-cell .vxe-checkbox--label,.custom-big-table .vxe-table .col--seq .vxe-cell .vxe-checkbox--label{padding-left:0}.custom-big-table .vxe-table .vxe-cell .vxe-tree-cell{height:100%}.custom-big-table .vxe-table .scan-multi-delete{color:#f06f64}.custom-big-table .vxe-table .vxe-table--header{background-color:#f2f2f2}.custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title{color:#35393c;height:100%;line-height:unset}.custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title .is-edit{margin-top:-3px;vertical-align:middle}.custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title .header-title-span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-big-table .vxe-table .vxe-table--header .col--checkbox .vxe-cell--title,.custom-big-table .vxe-table .vxe-table--header .col--seq .vxe-cell--title{display:inline-block}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f2f2f2;border:3px dashed transparent;border-radius:0}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.custom-big-table .vxe-table .vxe-footer--row .vxe-footer--column>.vxe-cell .vxe-cell--item{height:30px;line-height:30px}.custom-big-table .vxe-table .vxe-cell--checkbox .vxe-checkbox--label{display:none}.custom-big-table .filter-box{align-items:center;display:flex;width:100%}.custom-big-table .filter-box .text-over-tooltip-components{max-width:calc(100% - 40px)}.custom-big-table .filter-box .vxe-filter--btn{border-right-color:#c0c4cc;border-top-color:#c0c4cc}.custom-big-table .filter-box .vxe-filter--btn.active{border-right-color:#35393c;border-top-color:#35393c}.custom-big-table .filter-box .vxe-filter--btn.checked{border-right-color:#5585f5;border-top-color:#5585f5}.custom-big-table .disabled-checked-tips{background:#fff;border:2px solid #ff1818;border-radius:50%;bottom:0;box-sizing:border-box;height:16px;margin-top:-8px;overflow:hidden;position:absolute;right:0;top:50%;width:16px}.custom-big-table .disabled-checked-tips:after{background-color:#ff1818;content:"";height:2px;left:0;position:absolute;top:0;transform:rotate(45deg);transform-origin:0 2px;width:16px}.custom-big-table .form-select-table .n-base-select-menu__empty{display:none}.custom-big-table .percent-wrap{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.custom-big-table .percent-wrap .percent-value{line-height:1;margin-bottom:-4px;margin-top:4px}.custom-big-table .refresh{align-items:center;background-color:#fff;border-bottom-left-radius:14px;border-top-left-radius:14px;box-shadow:0 2px 4px 0 hsla(0,0%,42%,.13);color:#5585f5;cursor:pointer;display:flex;font-size:12px;height:27px;padding-left:14px;padding-right:14px;position:absolute;right:0;top:6px;z-index:1}.custom-big-table .refresh-row{margin-bottom:0;margin-left:3px}.custom-big-table .check-wrap{background:#ffffe9;display:flex;justify-content:center;line-height:26px;margin-top:-26px;position:absolute;width:100%}.custom-big-table .check-wrap .check-wrap-btn,.custom-big-table .check-wrap .check-wrap-title{color:#000;cursor:pointer;font-size:12px;margin-bottom:0}.custom-big-table .check-wrap .check-wrap-btn{color:#5585f5}.custom-big-table .domPropsInnerHTML-span{height:100%}.custom-big-table .domPropsInnerHTML-span img{display:inline-block;height:var(--table-image-height);width:var(--table-image-width)}.custom-big-table .domPropsInnerHTML-span .icon-dot-custom{background:var(--table-icon-color);border-radius:50%;box-shadow:0 2px 4px 0 var(--table-icon-shadow);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-red{background:red;border-radius:50%;box-shadow:0 2px 4px 0 rgba(255,0,0,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-blue{background:blue;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,255,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-green{background:green;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,128,0,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-gray{background:gray;border-radius:50%;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-yellow{background:#ff0;border-radius:50%;box-shadow:0 2px 4px 0 rgba(255,255,0,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-resolved{background:#36be8c;border-radius:50%;box-shadow:0 2px 4px 0 rgba(54,190,140,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-huifu{background:#42d0f6;border-radius:50%;box-shadow:0 2px 4px 0 rgba(66,208,246,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-close{background:#718391;border-radius:50%;box-shadow:0 2px 4px 0 rgba(113,131,145,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-audit{background:#f4ba32;border-radius:50%;box-shadow:0 2px 4px 0 rgba(244,186,50,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-design{background:#927ce1;border-radius:50%;box-shadow:0 2px 4px 0 rgba(146,124,225,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-develop{background:#4eb0ef;border-radius:50%;box-shadow:0 2px 4px 0 rgba(78,176,239,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-develop-complete{background:#6381f9;border-radius:50%;box-shadow:0 2px 4px 0 rgba(99,129,249,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .vxe-table--render-default .vxe-table--fixed-left-wrapper.scrolling--middle{box-shadow:7px 0 8px -3px rgba(0,0,0,.15)}.custom-big-table .vxe-table--render-default .vxe-table--fixed-right-wrapper.scrolling--middle{box-shadow:-7px 0 8px -3px rgba(0,0,0,.15)}.custom-big-table .vxe-table--render-default.size--mini{font-size:14px}.custom-big-table .vxe-table--render-default .vxe-body--expanded-column,.custom-big-table .vxe-table--render-default .vxe-table--border-line{border-color:#d5d5d599}.custom-big-table .vxe-table--render-default .vxe-table--footer-wrapper{border-top-color:#d5d5d599}.custom-big-table .vxe-table--render-default.border--default .vxe-body--column,.custom-big-table .vxe-table--render-default.border--default .vxe-footer--column,.custom-big-table .vxe-table--render-default.border--default .vxe-header--column,.custom-big-table .vxe-table--render-default.border--inner .vxe-body--column,.custom-big-table .vxe-table--render-default.border--inner .vxe-footer--column,.custom-big-table .vxe-table--render-default.border--inner .vxe-header--column{background-image:linear-gradient(#d5d5d599,#d5d5d599)}.custom-big-table .vxe-table--render-default.border--full .vxe-body--column,.custom-big-table .vxe-table--render-default.border--full .vxe-footer--column,.custom-big-table .vxe-table--render-default.border--full .vxe-header--column{background-image:linear-gradient(#d5d5d599,#d5d5d599),linear-gradient(#d5d5d599,#d5d5d599)}.custom-big-table .vxe-table--render-default.border--full .vxe-table--fixed-left-wrapper .vxe-body--column{border-right-color:#d5d5d599}.custom-big-table .vxe-table--render-default.border--default .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter,.custom-big-table .vxe-table--render-default.border--full .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter,.custom-big-table .vxe-table--render-default.border--inner .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter,.custom-big-table .vxe-table--render-default.border--outer .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter{background-image:linear-gradient(#d5d5d599,#d5d5d599)}.custom-big-table .vxe-table--render-default.border--default .vxe-table--header-wrapper .vxe-table--header-border-line,.custom-big-table .vxe-table--render-default.border--full .vxe-table--header-wrapper .vxe-table--header-border-line,.custom-big-table .vxe-table--render-default.border--inner .vxe-table--header-wrapper .vxe-table--header-border-line,.custom-big-table .vxe-table--render-default.border--outer .vxe-table--header-wrapper .vxe-table--header-border-line{border-bottom-color:#d5d5d599}.custom-big-table .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon{color:#d5d5d5;font-weight:400}.no-data-tip{align-items:center;color:#333;display:flex;flex-direction:column;font-size:22px;height:100%;justify-content:center;width:100%}.no-data-tip>img{max-width:70%;width:260px}.no-data-tip>p{color:rgba(0,0,0,.8);font-size:16px;margin-bottom:0;margin-top:12px}.no-data-tip>span{color:rgba(0,0,0,.4);font-size:14px;margin-top:6px}.text-over-tooltip-components{display:inline-block;max-width:98%}.text-over-tooltip-components .ellipsis{color:#35393c;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-over-tooltip-components .ellipsis i{font-style:normal;white-space:nowrap;word-break:keep-all}.text-over-tooltip-components .fs20{color:green;font-size:20px;font-weight:600;line-height:22px}.text-over-tooltip-components .fs12{color:orange;font-size:12px;font-weight:400;line-height:14px}.svg-icon{fill:currentcolor;height:1em;overflow:hidden;vertical-align:-.15em;width:1em}.vxe-header--column [annotation-hover-show=true]{visibility:hidden}.vxe-header--column:hover [annotation-hover-show=true]{visibility:visible}.big-table__annotationWrapper{align-items:center;display:inline-flex;width:20px}.big-table__annotationWrapper .is-active{position:relative;top:3px}.big-table__boldCell{font-weight:700}.big-table-total{border:1px solid #e8eaec;display:flex;margin-top:-1px;width:100%}.big-table-total-item{background-color:#e8f8f1;border-right:1px solid #e8eaec;box-sizing:border-box;display:flex;flex:1;padding:5px}.big-table-total-item:first-child{background-color:#fff4e5}.big-table-total-item:last-child{background-color:#e9f1ff}.big-table-total-item .left{font-weight:600;margin-right:20px}.big-table-total-item .right{column-gap:25px;display:flex;flex:1;flex-flow:row wrap}.big-table-total-item .right-item span{color:red;font-weight:600}.big-table .n-time-picker.hide-suffix .n-time-picker-icon{display:none}.c-select-person{padding:0 12px}.c-select-person__scroll{height:308px;overflow-y:auto}.c-select-person__clear-btn{color:#5585f5;cursor:pointer}.c-select-person__tag-item{align-items:center;background:rgba(85,133,245,.08);border:1px solid rgba(85,133,245,.5);border-radius:4px;box-sizing:border-box;color:#5585f5;display:inline-flex;font-size:14px;height:24px;line-height:24px;list-style:none;margin:0 8px 4px 0;padding:0 6px;transition:all .3s cubic-bezier(.215,.61,.355,1);white-space:nowrap}.c-select-person__tag-item .tag-close{color:#5585f5;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;margin-left:3px;transition:all .3s}.c-select-person__tag-item .tag-close:hover{color:rgba(85,133,245,.6)}.c-select-person__tag-item .tag-close:active{color:#fff}.c-select-person .select-type-tags .n-tag{background-color:var(--n-color-hover-checkable);margin-right:10px}.c-select-person .select-type-tags .n-tag.n-tag--checkable.n-tag--checked{background-color:var(--n-color-checked)}.c-select-person .n-tree-node-content{flex:1;overflow:hidden}.c-select-person .search-input .search-clear{cursor:pointer}.c-select-person .user_item{align-items:center;display:flex;font-size:14px;margin:0}.c-select-person .user_item .user_item_expand{flex:1;font-size:12px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-select-person .search_title{border-bottom:1px solid #eee;font-size:16px;margin-top:8px;padding-bottom:5px}.c-select-person .select-person__multiple-search{display:flex;flex-direction:column}.c-select-person .select-person__multiple-search .n-checkbox{height:30px;overflow:hidden}.c-select-person .select-person__multiple-search .n-checkbox .n-checkbox__label{overflow:hidden}.c-select-person .select-person__multiple-search .search_item{align-items:flex-start;box-sizing:content-box;cursor:pointer;display:flex;flex-direction:column;height:40px;margin:2px;padding:3px}.c-select-person .select-person__multiple-search .search_item .title{align-items:center;display:flex;font-size:14px;overflow:hidden;width:100%}.c-select-person .select-person__multiple-search .search_item .desc{color:#7d88b5;font-size:12px;margin-top:5px}.c-select-person .select-person__multiple-search .search_item:hover{background:#f1f1f1}.c-select-person .select-person__multiple-search .search_disabled{color:#c2c2c2;cursor:not-allowed}.c-select-person .select-person__multiple-search .search_disabled .desc{color:#c2c2c2}.c-select-person .n-empty{margin-top:30px}.c-field-set{height:100%;width:100%}.c-field-set__color-picker .n-color-picker-trigger__value{display:none}.c-field-set .main-wrapper{display:flex;flex-flow:column nowrap;height:100%;width:100%}.c-field-set .main-wrapper__search-wrapper.n-input{margin-bottom:12px;width:50%}.c-field-set .main-wrapper .item{background:#fff}.c-field-set .main-wrapper .item:active{background:#f2f2f2;box-shadow:0 0 10px 0 #d5d5d5}.c-field-set .main-wrapper .item:focus{background-color:#f2f2f2}.c-field-set .main-wrapper .item.disabled{cursor:not-allowed}.c-field-set .main-wrapper .item .row{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;height:var(--row-height);padding:5px 0}.c-field-set .main-wrapper .table-cell{box-sizing:border-box;color:inherit;display:inline-block;padding:0 5px}.c-field-set .main-wrapper .table-cell .highlight{background-color:var(--primary-color);color:#fff}.c-field-set .main-wrapper .table-cell .c-field-set__color-picker{display:block}.c-field-set .main-wrapper__table-header{align-items:center;background:#f2f2f4;border:1px solid #f2f2f2;display:flex;height:52px}.c-field-set .main-wrapper__table-header .n-checkbox.n-checkbox--disabled .n-checkbox__label{color:var(--n-text-color)}.c-field-set .main-wrapper__table-body{flex:1;overflow-y:auto}.c-field-set .main-wrapper__table-footer{border-top:1px solid #d5d5d5;padding:12px 0}.c-field-set .main-wrapper .set-item{padding:10px 0}.c-field-set .main-wrapper .set-item.table-item{border-top:1px solid #e8e8e8;width:50%}.c-field-set .main-wrapper .set-item.table-item h4{font-size:16px;font-weight:400;margin-bottom:12px}.c-field-set .main-wrapper .set-item.table-item .table-style{background:#e5e5e5;border:2px solid #cfcfcf;border-radius:4px;cursor:pointer;margin-bottom:10px;padding:20px 0 0}.c-field-set .main-wrapper .set-item.table-item .table-style .table-bg{background:#fff;border-radius:5px;margin:0 20px 20px;padding:10px}.c-field-set .main-wrapper .set-item.table-item .table-style .table-bg img{width:100%}.c-field-set .main-wrapper .set-item.table-item .table-style__desc{align-items:center;background:#fff;display:flex;padding:10px}.c-field-set .main-wrapper .set-item.table-item .table-style__desc .n-icon{color:var(--c-primary-color);font-size:20px}.c-field-set .main-wrapper .set-item.table-item .table-style__desc .circle{border:1px solid #d5d5d5;border-radius:50%;display:inline-block;height:18px;width:18px}.c-field-set .main-wrapper .set-item.table-item .table-style__desc span{margin-left:5px}.c-field-set .main-wrapper .set-item.table-item .table-style.active{background:#e2ebfa;border:2px solid var(--c-primary-color)}.c-field-set__color-block{display:inline-block;margin-left:20px;position:relative}.c-field-set__color-block:before{background-color:var(--color);border-radius:2px;content:"";height:14px;left:-20px;position:absolute;top:3px;width:14px}.c-field-set__space{width:100%}.c-field-set__space>div:first-child{width:80%}.c-field-set__space .filter-btn{color:var(--c-primary-color);cursor:pointer}.c-field-set__condition .opt-btn{cursor:pointer;display:inline-flex}.c-field-set__condition .condition-wrapper__item{align-items:center;display:flex;margin-top:10px}.c-field-set__condition .condition-wrapper__item .item-index{margin-right:10px}.c-field-set__condition .condition-wrapper__item>.n-date-picker,.c-field-set__condition .condition-wrapper__item>.n-input,.c-field-set__condition .condition-wrapper__item>.n-input-number,.c-field-set__condition .condition-wrapper__item>.n-select{margin-right:10px;width:20%}.c-field-set__condition .sql-expression-wrapper{margin-top:10px}.dropdown-button{border-color:#d5d5d5!important;color:#212121;padding-right:0}.dropdown-button .n-button__content{height:100%}.dropdown-button .n-button__content .n-icon{align-items:center;display:flex;height:100%;justify-content:center;padding-right:10px;width:30px}.c-dropdown .n-dropdown-menu-wrapper span.active{color:#5585f5}.login-form-button{border-radius:24px;color:#fff;font-size:16px;height:50px;width:100%}.login-form-button-print{padding-top:15px}.login-form-button-print .n-input{border-radius:6px;color:#757575;font-size:14px;height:50px;line-height:50px}.c-button-print-modal .n-form-item-feedback-wrapper{display:none}.c-button-preview-modal{max-width:none!important}.c-button-preview-modal .n-dialog__content{height:98%}@font-face{font-family:select-label-iconfont;src:url(select-label/style/select-label-iconfont.ttf) format("truetype")}.iconfont-select-label{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:select-label-iconfont!important;font-size:14px;font-style:normal}.icon-select-label-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.icon-select-label-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.c-select-label .label-disable-wrap{align-items:center;display:flex;flex-direction:column;font-size:14px;line-height:20px;width:100%}.c-select-label .label-disable-wrap .label-disable-img{height:248px;width:320px}.c-select-label .common-label{border:1px solid rgba(0,0,0,.1);border-radius:4px;margin-top:8px!important;padding:4px 12px}.c-select-label .common-label>span{color:rgba(0,0,0,.9);margin-right:16px}.c-select-label .form-add-icon-label{align-items:center;color:#2d7aff;cursor:pointer;display:inline-flex;vertical-align:middle}.c-select-label .anticon+.anticon{margin-left:16px}.c-select-label .n-tag{border:1px solid #e0e0e6;margin:0 8px 0 0;max-width:108px}.c-select-label .n-tag .n-base-icon{color:#fff}.c-select-label .n-tag .n-tag__content{align-items:center;display:inline-block;line-height:20px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-label-form-content{border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;height:100%;width:100%}.c-label-form-content .label-wrap{display:flex;height:100%;width:100%}.c-label-form-content .label-wrap .left-label-wrap{border-right:1px solid #e8e8e8;max-height:404px;width:140px}.c-label-form-content .label-wrap .left-label-wrap.total-left-label-wrap{height:calc(100vh - 109px);max-height:calc(100vh - 109px)}.c-label-form-content .label-wrap .left-label-wrap.explicit-label-wrap{height:auto;overflow:hidden;overflow-y:auto;width:100%}.c-label-form-content .label-wrap .left-label-wrap .n-anchor.n-anchor--block .n-anchor-link{font-size:14px;padding:10px 8px}.c-label-form-content .label-wrap .left-label-wrap .n-anchor.n-anchor--block .n-anchor-link.n-anchor-link--active{background-color:#f2f2f2}.c-label-form-content .label-wrap .right-label-wrap{flex:1;max-height:404px;overflow-y:auto}.c-label-form-content .label-wrap .right-label-wrap.total-right-label-wrap{max-height:calc(100vh - 109px)}.c-label-form-content .label-wrap .right-label-wrap .label-add{display:inline-flex;height:30px;justify-content:center;line-height:30px;position:relative;text-align:center;top:2px;width:108px}.c-label-form-content .label-wrap .right-label-wrap .label-add .selfval{align-items:center;display:flex;justify-content:center}.c-label-form-content .label-wrap .right-label-wrap .add-input{width:108px}.c-label-form-content .label-wrap .right-label-wrap .add-input .n-input__suffix{cursor:pointer}.c-label-form-content .label-wrap .explicit-continer{border:1px solid #d5d5d5;width:100%}.c-label-form-content .edit-label-type{font-size:12px;margin-left:4px}.c-label-form-content .edit-label-content{margin-top:10px;padding:0 14px}.c-label-form-content .edit-label-content .edit-content{margin-top:8px;width:100%}.c-label-form-content .edit-label-content .edit-content .n-tag{border:1px solid #e0e0e6;margin:0 8px 8px 0;max-width:108px;text-align:center}.c-label-form-content .edit-label-content .edit-content .n-tag .n-tag__content{align-items:center;display:inline-flex}.c-label-form-content .edit-label-content .edit-content .n-tag .n-tag__content span{display:inline-block;height:100%;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.n-dialog__title .svg-wrap{margin:0 0 0 auto}.n-dialog__title .svg-wrap i{cursor:pointer;font-size:16px}.c-chunk-upload-container{background-color:#fff;box-sizing:border-box;height:100%;overflow:hidden;overflow-y:auto;width:100%}.c-chunk-upload-container div.uploader-drop{border:none;padding:0}.c-chunk-upload-container li,.c-chunk-upload-container ul{list-style:none;margin:0;padding:0}.c-chunk-upload-container .uploader-app{min-width:250px}.c-chunk-upload-container .upload-btn{padding:20px 0}.c-chunk-upload-container .upload-btn .mgl-10{margin-left:10px}.c-chunk-upload-container .no-file{font-size:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.c-chunk-upload-container .uploader-file-actions>span{margin-right:6px}.c-file-list-conatiner{background-color:#fff;height:300px;margin-top:20px;overflow:hidden;overflow-y:auto}.c-file-list-conatiner .uploader-file{border-bottom:none;height:auto;line-height:normal}.c-file-container .c-f-item{display:flex}.c-file-container .c-f-item-icon{align-items:center;display:flex;justify-content:center;text-align:center;width:50px}.c-file-container .c-f-item-info{flex:1;line-height:20px}.c-file-container .c-f-item-info-title{line-height:24px}.c-file-container .c-f-item-info-title .title{color:rgba(0,0,0,.85);font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500}.c-file-container .c-f-item-info-time,.c-file-container .c-f-item-info-title .size{color:#9d9d9d;font-size:12px}.c-file-container .c-f-item-btn{line-height:40px;width:100px}.c-file-container .c-f-item-btn i{padding:0 5px}.c-file-boder-bottom{border-bottom:1px solid #d5d5d5}.c-drap-container{background-color:#f9f9f9;border:1px dashed #5585f5;border-radius:4px;color:#5585f5;cursor:pointer;height:180px;line-height:1.5;overflow:hidden;padding-top:45px;position:relative;text-align:center}.c-drap-container i{font-size:56px;margin-bottom:20px}.c-upload{display:flex;flex-wrap:wrap;margin-top:4px}.show-list{display:inline-flex;flex-wrap:wrap}.c-uploader-preview-wrap.vod-wrap{background-color:#fff;border:1px dashed #eee;border-radius:4px;display:inline-block;height:120px;margin-bottom:8px;margin-right:8px;position:relative;width:140px}.c-uploader-preview-wrap.vod-wrap .vod-uploading{background-color:#fafafa;height:100%;position:relative;width:100%}.c-uploader-preview-wrap.vod-wrap .vod-uploading .progress-wrap{padding:3px}.c-uploader-preview-wrap.vod-wrap .vod-uploading .uploading-msg{color:#333;font-size:12px;text-align:center}.c-uploader-preview-wrap.vod-wrap .vod-uploading .uploading-mask{align-items:center;background:rgba(0,0,0,.3);bottom:0;color:#fff;display:inline-flex;justify-content:center;left:0;min-height:20%;position:absolute;text-align:center;width:100%}.c-uploader-preview-wrap.vod-wrap .vod-def-bg{align-items:center;background-color:rgba(50,50,51,.5);display:flex;height:100%;justify-content:center;position:relative;width:100%}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .icon-vod-def{font-size:40px;opacity:.3;transform:scale3d(2,2,2);transition:all .25s ease-out}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .vod-cover-img{border-radius:4px;height:100%;object-fit:cover;width:100%}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .tooltip-wrap{align-items:center;background:#22de4b;border-radius:4px;color:#fff;display:inline-flex;height:40px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .tooltip-wrap .upload-img{display:inline-block;height:20px;margin-right:10px;width:20px}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .tooltip-wrap.error-wrap{background:#e02020;flex-direction:column;height:72px;width:158px}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .tooltip-wrap.error-wrap span{height:20px;line-height:20px;margin-bottom:8px}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done .tooltip-wrap{opacity:0}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done .tooltip-wrap.is-new{animation:fadeOut 2.5s 1 both}@keyframes fadeOut{0%{opacity:1}80%{opacity:1}to{opacity:0}}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done:hover .icon-wrap{background:rgba(0,0,0,.2)}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done:hover .theme_outlined{display:none}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done:hover .theme_filled{display:inline-block}.c-uploader-preview-wrap .uploader-mask{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-webkit-box-pack:center;align-items:center;background-color:rgba(50,50,51,.88);bottom:0;color:#fff;display:-webkit-box;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0}.c-uploader-preview-wrap .uploader-mask .uploading-msg{font-size:12px}.c-uploader-preview-wrap .uploader-preview-delete{height:20px;position:absolute;right:3px;top:3px;width:20px;z-index:10}.c-uploader-preview-wrap .uploader-preview-delete .pre-delete{background:#fff;border-radius:50%;color:#e02020;cursor:pointer;font-size:20px;height:20px;width:20px}.c-icon-wrap{background:rgba(0,0,0,.6);bottom:0;color:#fff;font-size:28px;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.c-icon-wrap .icon-play{cursor:pointer;font-size:46px;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);transition:all .25s ease-out}.c-icon-wrap .theme_outlined{display:inline-block}.c-icon-wrap .theme_filled{display:none}.c-chunk-uploader-btn{background:#fafafa;border:1px dashed #d5d5d5;border-radius:4px;cursor:pointer;display:table;height:120px;margin-right:8px;text-align:center;transition:border-color .3s ease;vertical-align:top;width:140px}.c-chunk-uploader-btn.disable-upload{cursor:not-allowed}.c-chunk-uploader-btn .chunk-btn-content{display:table-cell;height:100%;text-align:center;vertical-align:middle;width:100%}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn{line-height:1.2}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn img{height:32px;width:32px}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-icon{color:#000;font-size:30px}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-text{width:140px}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-text p{color:#585858;margin-bottom:0}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-text span{color:#b6b6b6;font-size:12px}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-text .guage-text{color:#585858;font-size:14px}.c-chunk-uploader-btn:hover{background:#f3f7ff;border-color:#5585f5}.c-chunk-uploader-btn:hover .guage-img{content:url("data:image/png;base64,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")}.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-icon,.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-text .guage-text,.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-text p,.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-text span{color:#5585f5}@font-face{font-family:scale-view-iconfont;src:url(scale-view/style/scale-view-iconfont.ttf?t=1682489008262) format("truetype")}.scale-view-iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:scale-view-iconfont!important;font-size:14px;font-style:normal}.icon-scale-view-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.icon-scale-view-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.icon-scale-view-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.icon-scale-view-shijian:before{content:"\e8c5"}.icon-scale-view-qianming:before{content:"\e6ca"}.icon-scale-view-cuo:before{content:"\e6e5"}.icon-scale-view-dui:before{content:"\e7c8"}.icon-scale-view-dengpao:before{content:"\e719"}.c-scale-view-block .c-choice-wrap{display:flex;flex-wrap:wrap;width:100%}.c-scale-view-block .c-choice-wrap .c-choice-radio-div{align-items:center;display:flex;flex-wrap:wrap}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-input.n-input--disabled{background:#fff}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled{border:1px solid transparent;padding-left:4px}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked{border-color:#2d7aff;border-radius:4px;color:#000!important;font-weight:700;padding-bottom:4px;padding-top:4px}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .other-span,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .other-span{color:#000!important}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-radio__dot,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-radio__dot{background-color:var(--n-color-active);box-shadow:var(--n-box-shadow-active)}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-radio__dot:before,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-radio__dot:before{background:var(--n-dot-color-active)}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-checkbox-box,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-checkbox-box{background-color:var(--n-color-checked)}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-checkbox-box .n-checkbox-box__border,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-checkbox-box .n-checkbox-box__border{border-color:#2d7aff}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-checkbox-box .n-checkbox-icon .check-icon,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-checkbox-box .n-checkbox-icon .line-icon,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-checkbox-box .n-checkbox-icon .check-icon,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-checkbox-box .n-checkbox-icon .line-icon{fill:var(--n-check-mark-color)}.c-scale-view-block .c-choice-wrap .n-radio-input{height:14px;width:14px}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap{background:#fff;border:1px solid #d5d5d5;border-radius:4px;display:inline-block;height:62px;margin-right:16px;min-width:74px;position:relative;width:74px}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap:hover .scale-preview-wrap{display:flex}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap>img{height:100%;object-fit:cover;width:100%}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap .scale-preview-wrap{align-items:center;background:rgba(0,0,0,.75);border-radius:8px;bottom:0;display:none;font-size:20px;justify-content:center;left:0;position:absolute;right:0;top:0}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap .scale-preview-wrap i.anticon{color:#fff;margin:0}.c-scale-view-block .c-choice-wrap .presuffix-wrap{align-items:center;display:inline-flex;white-space:normal;width:100%}.c-scale-view-block .c-choice-wrap .n-input{border-bottom:1px solid #d9d9d9;flex:1;max-width:300px}.c-scale-view-block .c-choice-wrap .choose-other{flex:1}.c-scale-view-block .c-choice-wrap .other-span{word-break:break-all}.c-scale-view-block .c-choice-wrap.choice-wrap-1 .c-choice-radio-div{width:100%}.c-scale-view-block .c-choice-wrap.choice-wrap-1 .c-choice-radio-div .n-input{max-width:300px}.c-scale-view-block .c-choice-wrap.choice-wrap-2 .c-choice-radio-div{width:50%}.c-scale-view-block .c-choice-wrap.choice-wrap-3 .c-choice-radio-div{width:33%}.c-scale-view-block .c-choice-wrap.choice-wrap-4 .c-choice-radio-div{width:25%}.c-scale-view-block .c-choice-wrap label{align-items:center;display:inline-flex;margin:4px 0}.c-scale-view-block .c-choice-wrap label .n-radio__label{align-items:center;display:inline-flex;flex:1;white-space:normal}.c-scale-view-block .c-choice-wrap .n-checkbox{align-items:center;display:inline-flex;margin:4px 0}.c-scale-view-block .c-choice-wrap .n-checkbox .n-checkbox__label{align-items:center;display:inline-flex;flex:1;white-space:normal}.c-scale-view-block{box-sizing:border-box;color:rgba(0,0,0,.65);height:100%;overflow:hidden;padding-top:4px;position:relative;text-align:left;width:100%}.c-scale-view-block-hasfooter{padding-bottom:50px}.c-scale-view-block .scale-container{box-sizing:border-box;height:100%;overflow-y:auto;transform-origin:0 0;width:100%}.c-scale-view-block .scale-container.scale-container-nopadding{display:flex;flex-direction:column;height:100%}.c-scale-view-block .scale-container::-webkit-scrollbar{background-color:#f5f5f5;height:6px;width:10px}.c-scale-view-block .scale-container::-webkit-scrollbar-track{background-color:#f2f2f2;border-radius:10px}.c-scale-view-block .scale-container::-webkit-scrollbar-thumb{background-color:#dbdcdc;border-radius:10px}.c-scale-view-block .scale-container .n-base-selection--selected.n-base-selection--disabled .n-base-selection-overlay__wrapper{color:#000;font-weight:700}.c-scale-view-block .scale-container .n-base-selection--selected.n-base-selection--disabled.n-base-selection--multiple .n-base-selection-tag-wrapper .n-tag.n-tag--disabled{--n-border:1px solid #2d7aff!important;--n-border-radius:4px!important;--n-opacity-disabled:1!important;border-color:#2d7aff!important;color:#000;font-weight:700}.c-scale-view-block .scale-container .n-base-selection--selected.n-base-selection--disabled.n-base-selection--multiple .n-base-selection-tag-wrapper .n-tag.n-tag--disabled .n-base-close{display:none}.c-scale-view-block .scale-container .n-input.n-input--disabled .n-input__input-el,.c-scale-view-block .scale-container .n-input.n-input--disabled .n-input__textarea-el{color:#000;font-weight:700}.c-scale-view-block .lb-title{text-align:center}.c-scale-view-block .map-container{cursor:pointer}.c-scale-view-block .linebar-div{margin-top:24px;text-align:center;width:100%}.c-scale-view-block .linebar-div .n-divider{margin-top:4px}.c-scale-view-block .my-prompt{background-color:#fff;border-radius:4px;box-shadow:0 5px 13px rgba(0,0,0,.14);padding:10px}.c-scale-view-block .img-card{width:100%}.c-scale-view-block .main{box-sizing:border-box}.c-scale-view-block .main .scale-label-required{font-weight:700}.c-scale-view-block .main .required-text{color:#e02828;font-weight:700}.c-scale-view-block .main .score-i{word-break:keep-all}.c-scale-view-block .main .evalute-label{background:rgba(45,122,255,.1);border:1px solid rgba(45,122,255,.5);border-radius:4px;color:#2d7aff;display:inline-block;font-size:12px;height:20px;line-height:20px;margin-left:4px;padding:0 5px}.c-scale-view-block .main .evalute-tip{background:rgba(255,194,0,.15);border-radius:2px;color:#fe9626;cursor:pointer;display:inline-block;margin-left:8px;padding:0 5px}.c-scale-view-block .footer{align-items:center;background:#fff;border-top:1px solid #e8e8e8;bottom:0;box-sizing:border-box;display:flex;flex-basis:50px;height:50px;left:0;position:absolute;width:100%}.c-scale-view-block .footer .n-button+.n-button{margin-left:8px}.n-dialog.n-modal.c-evatip-dialog-wrap{max-height:unset;overflow-y:hidden;padding:0;width:494px!important}.n-dialog.n-modal.c-evatip-dialog-wrap .n-dialog__title{border-bottom:1px solid #e8e8e8;font-weight:600;height:52px;line-height:52px;padding-left:16px}.n-dialog.n-modal.c-evatip-dialog-wrap .n-base-icon{color:#666;margin:0;position:absolute}.n-dialog.n-modal.c-evatip-dialog-wrap .n-dialog__content{margin:0}.n-dialog.n-modal.c-evatip-dialog-wrap .evatip-container{color:#2e2e2e;font-size:16px;max-height:60vh;min-height:100px;overflow-y:auto;padding:26px 16px}.n-dialog.n-modal.c-evatip-dialog-wrap .evatip-container p{border:1px solid hsla(0,0%,84%,.6);border-radius:4px;font-size:14px;margin-bottom:0;margin-top:12px;padding:16px}.n-dialog.n-modal.c-evatip-dialog-wrap .n-dialog__action{border-top:1px solid #e8e8e8;box-sizing:border-box;display:block;padding:10px 16px;text-align:right;width:100%}.c-scale-view-block .c-answerParse{background:hsla(0,64%,98%,.6);border-radius:8px;color:#2e2e2e;margin-bottom:12px;margin-top:6px;padding:16px}.c-scale-view-block .c-answerParse .answer-res-wrap{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.c-scale-view-block .c-answerParse .answer-res-wrap .answer-res{align-items:center;background:#f06f64;border-radius:18px;color:#fff;display:inline-flex;font-weight:700;line-height:36px;padding:0 18px}.c-scale-view-block .c-answerParse .answer-res-wrap .answer-res svg{font-size:16px;margin-right:8px}.c-scale-view-block .c-answerParse .answer-res-wrap .answer-score{color:#2e2e2e;font-size:14px;font-weight:600}.c-scale-view-block .c-answerParse .correct-answer{line-height:20px;margin-bottom:16px}.c-scale-view-block .c-answerParse .correct-answer p{display:inline-block;font-weight:700}.c-scale-view-block .c-answerParse .correct-answer span{color:#91c850;font-size:16px;word-break:break-all}.c-scale-view-block .c-answerParse .answer-key{line-height:20px}.c-scale-view-block .c-answerParse .answer-key p{font-weight:700;line-height:20px;margin-bottom:16px}.c-scale-view-block .c-answerParse .answer-key span{word-break:break-all}.c-scale-view-block .c-answerParse.answerParse-success{background:rgba(234,251,228,.6)}.c-scale-view-block .c-answerParse.answerParse-success .answer-res{background:#91c850}.c-scale-view-block .c-evaluateCountdown{background:#f2f2f4;border-radius:8px;color:#212121;min-width:166px;padding:8px 12px;position:absolute;right:0;text-align:center;top:0;z-index:1}.c-scale-view-block .c-evaluateCountdown .evaluate-toggle-icon{cursor:pointer;font-size:16px;position:absolute;right:10px;top:11px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover{background:#f1f1f4;padding:8px 32px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover .countdown{font-size:26px;line-height:40px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover .countdown span{line-height:unset}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover .countdown svg{display:none}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover .answered-wrap{display:block}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation) .answered-wrap{display:none}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation{text-align:left}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation.evaluateCountdown-hasTime{padding:8px 32px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation.evaluateCountdown-hasTime .evaluate-toggle-icon{font-size:18px;right:8px;top:18px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation .countdown{font-size:26px;line-height:40px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation .countdown span{line-height:unset}.c-scale-view-block .c-evaluateCountdown .countdown{align-items:center;color:#000;display:flex;font-size:14px;justify-content:center}.c-scale-view-block .c-evaluateCountdown .countdown span{line-height:18px}.c-scale-view-block .c-evaluateCountdown .countdown svg{color:#969696;font-size:16px;margin-left:8px}.c-scale-view-block .c-evaluateCountdown .countdown.countdown-red{color:#ff1818}.c-scale-view-block .c-evaluateCountdown .answered-blue{color:#2d7aff}.c-scale-view-block .c-evaluateCountdown .answered-blod{font-weight:700}.c-scale-view-block .c-evaluate-page{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.c-scale-view-block .c-evaluate-page .evaluate-container{border:1px solid #e0e0e0;border-radius:15px;padding:45px 32px;text-align:center;width:620px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-name{color:#212121;font-size:20px;line-height:28px;margin-bottom:10px;max-height:88px;overflow-y:auto;word-break:break-all}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-explain{background:#f2f2f4;border-radius:8px;margin-bottom:24px;overflow:hidden;padding:12px 22px 12px 30px;text-align:left}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-explain>div{max-height:206px;overflow-y:auto;padding-right:8px;word-break:break-all}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score{display:flex;margin-bottom:24px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score li+li{border-left:1px solid hsla(0,0%,84%,.6)}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score li{flex:1}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score li div{color:#000;font-size:36px;line-height:50px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score li span{color:rgba(0,0,0,.6);font-size:14px;line-height:20px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-time-range{color:#000;font-size:14px;line-height:20px;margin-bottom:20px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-btn{border-radius:8px;color:#fff;font-size:18px;height:unset;padding:16px 0;text-align:center;width:380px}.c-scale-view-block .c-totalScore-warp{background:#f2f2f4;border-radius:6px;color:#666;font-size:14px;font-weight:400;margin-bottom:16px;padding:16px}.c-scale-view-block .c-totalScore-warp div+div{margin-top:4px}.c-scale-view-block .c-totalScore-warp span{color:#090909;font-weight:500}.c-scale-view-block .c-totalScore-warp .score-result{color:#2d7aff}.c-scale-view-block .c-sign-wrap .sigan-content-wrap{display:flex;flex-wrap:wrap}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item{border:1px solid #d5d5d5;border-radius:4px;box-sizing:border-box;height:96px;margin-right:16px;overflow:hidden;position:relative;width:200px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item>img{height:100%;width:100%}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item:hover>div{display:flex}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item>div{align-items:center;background:rgba(0,0,0,.8);border-radius:4px;bottom:0;display:none;justify-content:center;left:0;position:absolute;right:0;top:0}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item>div .n-icon{color:#fff;cursor:pointer;font-size:18px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item>div .n-icon+.n-icon{margin-left:20px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .add-sign-wrap{align-items:center;background:#fafafa;border:1px dashed #d5d5d5;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:96px;justify-content:center;width:200px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .add-sign-wrap .scale-view-iconfont{color:#000;font-size:32px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .add-sign-wrap span,.c-scale-view-block .sign-com-wrap>span{color:#585858}.c-scale-view-block .sign-com-wrap .sign-canvas{border:1px solid hsla(0,0%,84%,.6);border-radius:4px;margin-top:16px}.c-scale-view-block li,.c-scale-view-block ul{list-style:none;margin:0;padding:0}.c-scale-view-block .n-input{text-align:left;width:100%}.c-scale-view-block .n-form-item{--n-label-height:unset!important}.c-scale-view-block .c-scle-form-item>.n-form-item-blank{display:block}.c-scale-view-block .no-data-tip{align-items:center;color:#333;display:flex;flex-direction:column;font-size:22px;height:100%;justify-content:center;width:100%}.c-scale-view-block .no-data-tip>img{max-width:70%;width:260px}.c-scale-view-block .no-data-tip>p{color:rgba(0,0,0,.8);font-size:16px;margin-bottom:0;margin-top:12px}.c-scale-view-block .no-data-tip>span{color:rgba(0,0,0,.4);font-size:14px;margin-top:6px}.c-scale-view-block .c-scale-address{max-width:500px}.c-scale-view-block .c-scale-address .field-row{display:flex;overflow:hidden;width:100%}.c-scale-view-block .c-scale-address .field-row .n-select{flex:1;padding:0 5px 5px 0;width:100%}.c-scale-view-block .c-scale-address .field-row .n-select:last-child{padding-right:0}.c-scale-view-block .c-scale-collection,.c-scale-view-block .c-scale-collection .img-card{width:100%}.c-scale-view-block .c-scale-collection.scale-collection-title{text-align:center}.c-scale-view-block .c-scale-collection.scale-collection-title h1{font-weight:500}.c-scale-view-block .c-scale-collection.prompt-message{background-color:#fff;border-radius:4px;box-shadow:0 5px 13px rgba(0,0,0,.14);color:#666;padding:10px;position:relative}.c-scale-view-block .c-scale-collection.prompt-message.is-weak{color:#999}.c-scale-view-block .c-scale-collection.prompt-message.is-strong{color:#ff1818;padding:8px 8px 8px 35px}.c-scale-view-block .c-scale-collection.prompt-message .prompt-icon{font-size:18px;left:8px;position:absolute;top:8px}.c-scale-view-block .c-scale-collection.prompt-message .prompt-message-content{font-size:14px;line-height:16px;word-break:break-all}.c-scale-view-block .c-time-range{align-items:center;display:flex}.c-scale-view-block .c-map-container{cursor:pointer;width:100%}.c-scale-view-block .c-map-container .n-input.map-input .n-input__prefix{transform:rotate(180deg)}.c-scale-view-block .c-map-container .n-input.map-input .n-input__prefix .n-icon{color:rgba(0,0,0,.65)}.c-scale-view-block .c-map-container .n-input.map-input.n-input .n-input__input-el{background-color:#fff;color:rgba(0,0,0,.65);cursor:pointer}.c-scale-view-block .c-scale-upload{width:100%}.c-scale-view-block .c-scale-upload .n-upload-file-list{display:flex}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__action.n-upload-file-info__action--image-card-type{background:rgba(0,0,0,.5);box-sizing:border-box}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__action.n-upload-file-info__action--image-card-type span.n-button__icon{color:#fff}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-trigger.n-upload-trigger--image-card{background-color:#fafafa;border-color:#d5d5d5;height:184px;width:184px}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file.n-upload-file--image-card-type{background-color:#fafafa;border-color:#d5d5d5;height:184px;padding:8px;width:184px}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file.n-upload-file--image-card-type .n-image{height:100%}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file.n-upload-file--image-card-type img{object-fit:cover!important}.c-scale-view-block .c-scale-upload .upload-img-wrap{align-items:center;display:flex;flex-direction:column}.c-scale-view-block .c-scale-upload .dragger-upload-text{align-items:center;display:flex}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload-dragger{padding:16px 0}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload{--n-item-disabled-opacity:1!important;opacity:1!important}.c-scale-view-block .c-scale-upload.scale-upload-file .dragger-upload-text{color:rgba(0,0,0,.65)}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload-file-list{display:flex;flex-direction:column;width:100%}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload-file-list .n-upload-file{width:100%}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload-trigger{background:#fafafa;border-color:#d5d5d5;width:100%}.c-scale-view-block .text-over-tooltip-components{display:inline-block;max-width:98%}.c-scale-view-block .text-over-tooltip-components .ellipsis{color:#35393c;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-scale-view-block .text-over-tooltip-components .ellipsis i{font-style:normal;white-space:nowrap;word-break:keep-all}.c-scale-view-block .text-over-tooltip-components .fs20{color:green;font-size:20px;font-weight:600;line-height:22px}.c-scale-view-block .text-over-tooltip-components .fs12{color:orange;font-size:12px;font-weight:400;line-height:14px}.c-scale-view-block .des-content-wrap{padding:0 16px}.c-scale-view-block .des-content-wrap .des-content-div{padding-bottom:24px;text-align:left;white-space:break-spaces;word-break:break-word}.c-scale-view-block .des-content-wrap .des-content-div img,.c-scale-view-block .des-content-wrap .des-content-div video{max-width:100%}.c-scale-view-block .des-content-wrap .des-content-div p{margin:0}.c-scale-map-modal .n-card__content{overflow:hidden}.c-scale-modal-container.n-dialog{display:flex;flex-direction:column;height:60vh}.c-scale-modal-container.n-dialog.n-modal{min-width:560px;padding:0;width:50vw}.c-scale-modal-container.n-dialog .n-dialog__title{background:#fff;border-bottom:1px solid #e8e8e8;border-radius:8px 8px 0 0;box-sizing:border-box;height:52px;line-height:52px;padding:14px 16px}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content{align-items:center;color:#000;display:flex;font-size:16px;height:100%;justify-content:space-between;overflow:hidden;width:100%}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content .modal-title-drag{flex:1}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content .svg-wrap{right:16px}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content .svg-wrap svg{cursor:pointer;font-size:14px}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content .svg-wrap svg+svg{margin-left:16px}.c-scale-modal-container.n-dialog .n-dialog__content{height:100%;margin:0;overflow:hidden;padding:16px}.c-scale-modal-container.n-dialog .n-dialog__action{background:transparent;border-radius:0 0 8px 8px;border-top:1px solid #e8e8e8;box-sizing:border-box;height:52px;padding:10px 16px;text-align:right}.c-map{height:100%;min-height:500px;overflow:hidden;text-align:left;width:100%}.c-map li,.c-map ul{list-style:none;margin:0;padding:0}.c-map #map-core{height:250px;width:100%}.c-map .search-container{height:40px;margin-top:20px}.c-map .search-container .map-input-search{display:flex}.c-map .search-container .map-input-search .n-input{border-bottom-right-radius:0;border-top-right-radius:0;height:32px;line-height:32px}.c-map .search-container .map-input-search .input-addon{height:32px;line-height:32px}.c-map .search-container .map-input-search .input-addon .n-button{border-bottom-left-radius:0;border-top-left-radius:0;height:100%;padding:0 16px}.c-map .address-list{height:calc(100% - 75px);overflow-y:auto}.c-map .address-list .address-item{cursor:pointer;height:60px;padding-top:10px}.c-map .address-list .address-item .title{font-size:16px}.c-map .address-list .address-item span{color:#b9b9b9;font-size:12px}.c-map .address-list .address-item:first-child{height:57px;line-height:40px;padding-top:20px}.video-js{height:100%;width:100%}.video-js .vjs-current-time.vjs-time-control,.video-js .vjs-duration.vjs-time-control,.video-js .vjs-time-control,.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started .vjs-big-play-button{display:block}.video-js.vjs-playing .vjs-tech{pointer-events:auto}.show-list,.vod-list{height:100%}.show-list{display:flex;padding:3px 0}.vod-wrap{background-color:#fff;display:inline-block;height:100%;margin-right:5px;overflow:hidden;position:relative;width:fit-content}.vod-wrap .vod-def-bg{align-items:center;background-color:rgba(50,50,51,.3);display:flex;height:100%;justify-content:center;width:100%}.vod-wrap .vod-def-bg .vod-cover-img{height:130px;object-fit:cover;width:210px}.vod-wrap .icon-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}.vod-wrap .icon-play{color:#fff;opacity:.8;transition:all .25s ease-out}.player-wrap{height:100%;padding:100px 0;width:100%}.c-video-modal .c-playervod-wrap.vod-list{height:100%}.c-video-modal .c-playervod-wrap .show-list{display:flex;height:100%;padding:3px 0}.c-video-modal .c-playervod-wrap .vod-wrap{background-color:#fff;display:inline-block;height:100%;margin-right:5px;overflow:hidden;position:relative;width:fit-content}.c-video-modal .c-playervod-wrap .vod-wrap .vod-def-bg{align-items:center;background-color:rgba(50,50,51,.3);display:flex;height:100%;justify-content:center;width:100%}.c-video-modal .c-playervod-wrap .vod-wrap .vod-def-bg .vod-cover-img{height:130px;object-fit:cover;width:210px}.c-video-modal .c-playervod-wrap .vod-wrap .icon-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}.c-video-modal .c-playervod-wrap .vod-wrap .icon-play{color:#fff;opacity:.8;transition:all .25s ease-out}.c-video-modal .c-playervod-wrap .player-wrap{height:100%;padding:100px 0;width:100%}.c-player-video-modal .preview-wrap{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.c-player-video-modal .preview-wrap .preview{height:100%;padding:20px 0;width:60vw}.c-player-video-modal .preview-wrap .video-container{height:100%}.vxe-table--body-wrapper::-webkit-scrollbar,.vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:#f2f2f2;height:10px;width:10px}.vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background-color:#b2b2b2}.c-time-line.n-timeline .n-timeline-item .n-timeline-item-timeline .n-timeline-item-timeline__circle{border-width:5px;height:10px;margin-left:2px;width:10px}.c-time-line .content{background-color:#fafafa;border:1px solid #d5d5d5;border-radius:4px;box-sizing:border-box;color:#212121;font-size:14px;margin-bottom:10px;padding:10px;width:245px}.c-time-line .content-extra,.c-time-line .content-name{font-size:16px;font-weight:600}.c-time-line .content-extra+span,.c-time-line .content-name+span{color:#666}.c-time-line .content p{line-height:20px;margin:5px 0 0;text-align:left}.c-time-line .content-extra{margin-bottom:8px!important}.clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}.containers{background-color:#fff;min-height:300px;overflow-y:auto;position:absolute}.containers,.containers .canvas{height:100%;width:100%}.containers .bjs-powered-by{display:none!important}.containers .djs-bpmn-shape-node,.containers .djs-element .djs-hit-all{cursor:pointer}.c-info-header{background:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,69%,.46);display:block!important;padding:0 16px!important}@font-face{font-family:info-header-iconfont;src:url(info-header/style/info-header-font.ttf) format("truetype")}.c-info-header .info-header--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:info-header-iconfont!important;font-size:16px;font-style:normal}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia:before{content:"\c1003"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantoushang:before{content:"\c1004"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi:before{content:"\c1005"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaobianji:before{content:"\c1006"}.c-info-header .info-header--icon-guanbi-yanjing:before{content:"\c1001"}.c-info-header .info-header--icon-faxian-yanjing:before{content:"\c1002"}.c-info-header.anime--disabled{transition:none!important}.c-info-header__content{align-items:center;display:flex;gap:18px;height:calc((var(--row-height)*var(--row-num) + var(--padding-tb)*2)*1px);justify-content:space-between;padding:calc(var(--padding-tb)*1px) 0;transition:height .2s linear,padding .2s linear}.c-info-header__content [compact-hidden]{max-height:160px;transition:max-height .2s ease-in-out,opacity .2s linear}.c-info-header__content.is-compact [compact-hidden]{max-height:0!important;opacity:0!important;visibility:hidden}.c-info-header__content.is-compact .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(0deg)}.c-info-header__divider{align-self:stretch;background:#d5d5d566;width:1px}.c-info-header__patient{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;margin-right:34px}.c-info-header__patientHeader,.c-info-header__patientHeaderWrapper{align-items:center;display:flex;gap:6px}.c-info-header__patientHeaderWrapper{border-bottom:1px solid transparent}.c-info-header__patientHeaderWrapper.in-edit{border-bottom:1px solid rgba(0,0,0,.6)}.c-info-header__patientHeader--name{font-size:20px;font-weight:700;margin-right:6px}.c-info-header__patientHeader .n-tag{border-radius:2px;height:20px}.c-info-header__patientHeader .n-tag .n-tag__content{font-size:12px}.c-info-header__info{display:flex;flex:1;flex-wrap:wrap;font-size:14px;justify-content:flex-start;width:100%}.c-info-header__infoWrapper{box-sizing:border-box;height:calc((var(--row-height)*var(--row-num))*1px);max-height:calc((var(--row-height)*var(--row-num))*1px);transition:height .2s linear,max-height .2s linear}.c-info-header__info td{text-align:left}.c-info-header__info .n-descriptions-table-content{height:calc(var(--row-height)*1px);max-width:calc(var(--column-width)*1px);overflow-y:hidden;padding:0!important;vertical-align:middle!important}.c-info-header__info .n-descriptions-table-content__label{color:rgba(0,0,0,.6);display:inline-block}.c-info-header__setting{align-self:flex-start;display:flex;gap:8px}.c-info-header__settingIcon{align-items:center;cursor:pointer;display:inline-flex}.c-info-header__setting .info-header--iconfont{color:#000;display:inline-block;font-size:20px;transition:all .2s linear}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(180deg)}.c-info-header__hidden{align-items:center;display:inline-flex;font-size:14px;gap:8px;vertical-align:middle}.c-info-header__hidden--icon{color:inherit!important;cursor:pointer;font-size:14px;text-decoration:none!important}.c-info-header__formRender .n-form-item-blank>.n-input .n-input-wrapper{border-bottom:1px solid var(--n-text-color)}.c-info-header__formRender .n-base-selection,.c-info-header__formRender .n-base-selection-label,.c-info-header__formRender .n-date-picker,.c-info-header__formRender .n-input,.c-info-header__formRender .n-input-wrapper{max-height:18px;min-height:18px;vertical-align:top}.c-info-header__formRender .n-base-selection input,.c-info-header__formRender .n-base-selection-label input,.c-info-header__formRender .n-date-picker input,.c-info-header__formRender .n-input input,.c-info-header__formRender .n-input-wrapper input{max-height:18px;min-height:18px}.c-info-header__formRender .n-select{line-height:1}.anime--disabled .c-info-header,.anime--disabled .c-info-header__content,.anime--disabled .c-info-header__content [compact-hidden],.anime--disabled .c-info-header__infoWrapper{transition:none!important}.annotation-edit{align-items:center;color:var(--c-primary-color);cursor:pointer;display:inline-flex;font-size:16px;user-select:none}.annotation-edit.is-active{color:var(--c-primary-color);filter:hue-rotate(140deg)}.annotation-edit__icon{align-items:center;display:inline-flex}.annotation-edit__textarea{min-width:200px}.annotation-edit__footer{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between;opacity:.5}.annotation-edit__footer>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.annotation-edit__footer>div:first-of-type{min-width:30%}.form-render__wrapper{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));max-height:var(--form-height);overflow-y:auto;position:relative}.form-render__formItem{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column));position:relative}.form-render__formItemMask{margin-bottom:8px;padding:8px}.form-render__formItemMask:after{border:1px solid #c2c2c2;border-radius:8px;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.form-render__formItemMask--selected:after{border-color:var(--c-primary-color)}.form-render__formItemMask--selected:before{border-bottom:12px solid var(--c-primary-color);border-bottom-right-radius:8px;border-left:12px solid transparent;border-right:12px solid var(--c-primary-color);border-top:12px solid transparent;bottom:0;color:#fff;content:"✓";font-size:10px;height:0;line-height:.9;position:absolute;right:0;width:0}.form-render__formItem.n-form-item--left-labelled .form-render__formItemLabel--text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-render__formItem .n-date-picker,.form-render__formItem .n-input-number{width:100%}.form-render__formItemLabel{align-items:center;display:inline-flex;justify-content:space-between;position:relative}.form-render__formItemLabel--operation{align-items:center;display:flex;gap:2px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.form-render__formItemLabel--tooltip{font-size:0;line-height:1;width:16px}.form-render__formItem .n-form-item-label{display:inline-flex}.form-render__formItem .n-form-item-label [annotation-hover-show=true]{visibility:hidden}.form-render__formItem .n-form-item-label:hover [annotation-hover-show=true]{visibility:visible}.form-render__linebar{grid-column:span min(var(--column),var(--column)) /span min(var(--column),var(--column))}.form-render__linebarHeader{align-items:center;background:var(--c-primary-color-opacity2);border-radius:4px;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:space-between;margin-bottom:8px;padding:0 16px}.form-render__linebarHeader>svg{color:rgba(33,33,33,.4);width:14px}.form-render__linebarHeaderTitle{align-items:center;display:flex;font-size:15px;gap:4px;vertical-align:middle}.form-render__linebarHeaderTitle svg{height:16px;transform:translateY(-1px)}.form-render__linebarHeader--disabled{cursor:auto}.form-render__linebarItem{align-items:start;display:grid!important;flex:1;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__linebar--horizontal{align-items:stretch;display:flex;position:relative}.form-render__linebar--horizontal .form-render__linebarHeader{align-items:center;background:transparent;border-radius:0;box-sizing:border-box;display:flex;height:unset;justify-content:center;margin-bottom:0;margin-left:-8px;max-width:var(--form-render-linebar-width);text-align:center;width:var(--form-render-linebar-width);word-break:break-all}.form-render__linebar--horizontal .form-render__linebarItem{padding:8px 0 8px 8px}.form-render__linebar--horizontalBorder:after{border-bottom:1px solid #000;bottom:0;content:"";height:1px;left:0;margin-left:-8px;position:absolute;width:calc(100% + 16px)}.form-render__linebar:last-of-type .form-render__linebar--horizontalBorder:after{display:none}.form-render__linebreaks{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render__inputGroup{align-items:start;display:grid!important;gap:0 16px;gap:0;grid-column:span min(var(--column),var(--column)) /span min(var(--column),var(--column));grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__inputGroup>div{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render__inputGroup>div:not(:last-of-type) .n-base-selection__border,.form-render__inputGroup>div:not(:last-of-type) .n-input__border{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.form-render__inputGroup>div:last-of-type .n-base-selection__border,.form-render__inputGroup>div:last-of-type .n-input__border{border-bottom-left-radius:0;border-top-left-radius:0}.form-render__inputGroup .n-form-item--left-labelled:not(:first-of-type)>label{display:none}.form-render__combination{width:100%}.form-render__combinationHeader{display:flex;gap:12px}.form-render__combinationHeader>h3{font-size:16px;font-weight:700;margin:0;padding:0}.form-render__combinationHeader .n-button__icon{font-size:14px;margin:0 2px 0 0}.form-render__combinationHeaderText{font-size:16px;font-weight:500}.form-render__combinationClose{font-size:16px;height:14px;position:absolute;right:5px;top:5px;width:14px}.form-render__combinationContentJson{position:relative}.form-render__combinationContent{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));position:relative}.form-render__complex{width:100%}.form-render__complexContent--grid{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__complexContent--flex{display:flex!important;gap:0 8px}.form-render__selectMenu .n-scrollbar-rail__scrollbar{display:none!important}.form-render__selectMenu .n-virtual-list::-webkit-scrollbar,.form-render__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{display:unset!important;height:6px;width:6px}.form-render__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.form-render__selectMenu .v-vl-items{min-width:100%;width:max-content}.form-render__selectOption .n-base-select-option__content{overflow:visible!important;text-overflow:unset!important;word-break:keep-all!important}.form-render__labelField{align-items:start;display:grid!important;display:inline-grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));grid-template-columns:repeat(var(--column),auto)!important;margin-left:16px}.form-render__labelField .n-form-item{display:inline-grid}.form-render__labelField label.n-form-item-label.n-form-item-label--left-mark{align-items:center}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-box{background-color:transparent}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-icon .check-icon{opacity:0}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-box__border{border:var(--n-border)}.form-render .form-render__formItem .n-checkbox,.form-render .form-render__formItem .n-radio{align-items:center}.form-render .form-render__formItem .n-radio-input{left:auto;right:auto}.form-render .form-render__formItem .n-checkbox-group>.n-space:not([vertical-space=true]),.form-render .form-render__formItem .n-radio-group>.n-space:not([vertical-space=true]){align-items:center!important}.form-render .form-render__formItem .n-checkbox__label{align-items:center;display:inline-flex;flex:1;flex-wrap:wrap}.form-render--no-border .n-input{border-radius:0}.form-render--no-border .n-input__border,.form-render--no-border .n-input__state-border{border-width:0!important}.form-render--no-border .n-input:hover .n-input__state-border{border-bottom-width:1px!important}.form-render--no-border .n-input--focus{border-radius:0}.form-render--no-border .n-input--focus .n-input__state-border{border-bottom-width:1px!important;box-shadow:none!important}.form-render--no-border .n-base-selection--active .n-base-selection__state-border,.form-render--no-border .n-base-selection--focus .n-base-selection__state-border,.form-render--no-border .n-base-selection:hover .n-base-selection__state-border,.form-render--no-border .n-base-selection__border,.form-render--no-border .n-base-selection__state-border{border-width:0!important;box-shadow:none!important}.form-render--underline .n-input{border-radius:0}.form-render--underline .n-input__border,.form-render--underline .n-input__state-border{border-left-width:0!important;border-right-width:0!important;border-top-width:0!important}.form-render--underline .n-input--focus{border-radius:0}.form-render--underline .n-input--focus .n-input__state-border{box-shadow:none!important}.form-render--underline .n-base-selection--active .n-base-selection__state-border,.form-render--underline .n-base-selection--focus .n-base-selection__state-border,.form-render--underline .n-base-selection:hover .n-base-selection__state-border,.form-render--underline .n-base-selection__border,.form-render--underline .n-base-selection__state-border{border-left-width:0!important;border-right-width:0!important;border-top-width:0!important;box-shadow:none!important}.form-render--underline .n-input--textarea{position:relative}.form-render--underline .n-input--textarea:after{border-bottom:1px solid #000;content:"";left:0;position:absolute;top:0;width:100%}.form-render__selectChildField{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));width:100%}.form-render__selectChildFieldItem{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render--out-border .form-render__wrapper{border:1px solid #1f2225;padding:0 8px}.form-render__selectOption.n-base-select-option--disabled .n-base-select-option__content{color:rgba(0,0,0,.4)}.c-fabric-chart{position:relative;user-select:none}.c-fabric-chart-popup{font-size:12px;margin:0;position:absolute;z-index:1001}.c-fabric-chart-popup li{list-style:none}.c-fabric-chart-popup__tip{color:#000}.c-fabric-chart-popup__tip .default-box{background:rgba(0,0,0,.7);border-radius:4px;display:flex;flex-flow:column nowrap;margin:0;padding:8px 12px}.c-fabric-chart-popup__tip .default-box>li{color:#fff}.c-fabric-chart-popup__menu{background:#fff;border:1px solid #e2e6ed;border-radius:2px;box-shadow:0 2px 12px 0 rgba(56,56,56,.2);display:flex;flex-flow:column nowrap;padding:8px 5px!important}.c-fabric-chart-popup__menu>li{background:#fff;cursor:pointer;padding:5px}.c-fabric-chart-popup__menu>li:hover{background:#f0f7ff}.c-fabric-chart-popup__menu>li.no-click{cursor:default}.c-fabric-chart-popup__menu>li.no-click:hover{background:#fff}.shortcut-provider{outline:none}.shortcut-setter-item__wrapper{display:flex}.shortcut-setter-item__operation{display:flex;gap:12px;margin-left:12px}.step-wheel-box{font-family:PingFangSC-Medium,PingFang SC;font-size:16px;font-weight:500;height:100%;overflow:hidden;width:100%}.step-wheel-box .stepOut{display:flex;justify-content:center}.step-wheel-box .stepOut .stepBox{display:flex;flex-wrap:wrap;list-style:none;width:100%}.step-wheel-box .stepOut .stepItem{font-family:SimSun;font-size:16px;min-width:73px;position:relative;text-align:center;top:48px;width:15%}.step-wheel-box .stepOut .stepItem .lineCircleRight{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:0 dashed rgba(3,2,2,.4)!important;border-radius:0 25px 25px 0;border-right:1px dashed rgba(3,2,2,.4);border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:55%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementRight{width:100%}.step-wheel-box .stepOut .stepItem .lineCircleLeft{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:1px dashed rgba(3,2,2,.4);border-radius:25px 0 0 25px;border-right:0 dashed rgba(3,2,2,.4)!important;border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:15%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementLeft{left:-55%;width:100%}.step-wheel-box .stepOut .stepItem .lineCircleActive{border:1px solid var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .lineCircleFinished{border:1px solid var(--c-success-color)}.step-wheel-box .stepOut .stepItem .icon{background:#9a9a9a;border-radius:50%;height:13px;margin:0 auto;position:relative;width:13px;z-index:888}.step-wheel-box .stepOut .stepItem .active{background-color:var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .finished{background-color:var(--c-success-title-color)!important;border-color:var(--c-success-title-color)!important;color:var(--c-success-color)!important}.step-wheel-box .stepOut .stepItem .labelFinsh{color:var(--c-success-title-color)!important}.step-wheel-box .stepOut .stepItem .line{border-bottom:1px dashed rgba(3,2,2,.4);left:55%;position:absolute;top:6px;width:90%;z-index:111}.step-wheel-box .stepOut .stepItem .lineActive{border-bottom:1px solid var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .stepTopBox{background:#e6e6e6;border-radius:4px;color:#000;cursor:pointer;height:40px;left:50%;line-height:40px;max-width:70%;min-width:73px;overflow:hidden;padding:0 5px;position:absolute;text-overflow:ellipsis;top:-48px;transform:translateX(-50%);white-space:nowrap}.step-wheel-box .stepOut .stepItem .activeTitle{background:#f1f5fe;color:var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .stepTopBox_right{transform:translateX(-10%)}.step-wheel-box .stepOut .stepItem .stepTopBox_left{transform:translateX(-90%)}.step-wheel-box .stepOut .stepItem .stepBottomBox{align-items:center;cursor:pointer;display:flex;flex-direction:column;margin:8px 0 16px;min-width:73px;overflow:hidden;width:100%}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox{align-items:center;display:flex;flex-direction:column;height:calc(100% - 27px);width:100%}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .stepBottomDefaultBox{align-items:center}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .alignItemsEnd{align-items:flex-end;text-align:right}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .alignItemsStart{align-items:flex-start;text-align:left}.step-wheel-box .stepOut .stepItem .stepBottomBox .alignItemsEnd{align-items:flex-end;text-align:right}.step-wheel-box .stepOut .stepItem .stepBottomBox .alignItemsStart{align-items:flex-start;text-align:left}.step-wheel-box .stepOut .stepItem .stepBottomBox_right{align-items:flex-start;left:45%;position:relative}.step-wheel-box .stepOut .stepItem .stepBottomBox_left{align-items:flex-end;left:-45%;position:relative}.step-wheel-box .stepOut .stepItem .stepLabel{color:#212121;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.step-wheel-box .stepOut .stepItem .stepLabel_right{text-align:left}.step-wheel-box .stepOut .stepItem .stepLabel_left{text-align:right}.step-wheel-box .stepOut .stepItem .stepExtra{border:1px solid #cacaca;border-radius:4px;display:inline-block;margin:0;max-width:90%;overflow:hidden;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;width:auto}.step-wheel-box .stepOut .stepItem .statusTime{color:rgba(0,0,0,.6);font-size:14px;font-weight:400;margin:0;max-width:90%}.placementRight{left:-1%;position:relative}.placementLeft{left:10%;position:relative}.nodeTipContent{margin:0;max-height:200px;max-width:400px;overflow:auto;padding:0;text-align:center}.nodeTipContent li{list-style:none;margin-bottom:5px}.nodeTipContent li p{margin:0}.form-config,.form-config__material{display:flex;justify-content:space-between}.form-config__material{border-radius:8px;box-sizing:border-box;flex-direction:column;flex-shrink:0;padding:16px;width:200px}.form-config__materialHeader{align-items:center;display:flex;height:40px;justify-content:space-between}.form-config__materialContent{border:1px dashed hsla(0,0%,50%,.35);border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;flex:1;gap:8px;max-height:var(--max-height);min-height:200px;overflow-y:auto;padding:16px}.form-config__materialExtraList{margin-top:12px}.form-config__displayWrapper{border-radius:8px;box-sizing:border-box;flex-shrink:0;flex:1;min-width:400px;padding:16px 0}.form-config__displayHeader{align-items:center;display:flex;height:40px;justify-content:space-between}.form-config__displayContent{border:1px dashed hsla(0,0%,50%,.35);border-radius:8px;box-sizing:border-box;display:grid!important;flex-shrink:0;gap:8px;grid-template-columns:repeat(24,minmax(0,1fr));height:fit-content;max-height:var(--max-height);overflow-y:auto;padding:16px}.form-config__displayContentItem{grid-column:span var(--item-column) /span var(--item-column);position:relative}.form-config__config{border-radius:8px;box-sizing:border-box;flex-shrink:0;padding:16px;width:240px}.form-config__configHeader{align-items:center;display:flex;height:40px;justify-content:space-between}.form-config__configContent{border:none;border-radius:8px;box-sizing:border-box;flex-shrink:0;max-height:var(--max-height);min-height:38px;overflow-y:auto;padding:16px}.form-config__renderer{box-sizing:border-box;cursor:move;justify-content:flex-start;width:100%}.form-config__renderer--default{align-items:center;box-sizing:border-box;display:flex;padding:8px 0;position:relative;user-select:none;width:100%}.form-config__renderer--defaultWrapper{align-items:center;border-radius:2px;box-sizing:border-box;display:inline-flex;height:34px;padding:0 14px;transition:all .3s linear}.form-config__renderer--defaultWrapper.is-disabled{background-color:transparent;border:1px dashed var(--c-primary-color)}.form-config__renderer--defaultWrapper:not(.is-disabled){background-color:rgba(46,51,56,.05);border:1px dashed transparent}.form-config__renderer--defaultWrapper:not(.is-disabled):hover{background-color:rgba(46,51,56,.09)}.form-config__renderer--defaultWrapper:not(.is-disabled):active{background-color:rgba(46,51,56,.15)}.form-config__renderer--complex{border:1px dashed var(--c-primary-color);border-radius:8px;padding:8px;transition:all .3s linear}.form-config__renderer--complexHeader{display:flex;justify-content:center;margin-top:-8px;padding:8px;position:relative}.form-config__renderer--complex--grid{display:grid!important;gap:8px;grid-column:span var(--item-column) /span var(--item-column);grid-template-columns:repeat(24,minmax(0,1fr));min-height:24px}.form-config__renderer--complex--flex{display:flex;min-height:24px}.form-config .is-required{padding-left:16px!important}.form-config .is-required:before{color:red;content:"*";left:8px;position:absolute}.form-config .is-extra:before{border-bottom:6px solid transparent;border-left:6px solid var(--c-primary-color);border-right:6px solid transparent;border-top:6px solid var(--c-primary-color);content:"";height:0;left:0;position:absolute;top:0;width:0}.form-config .is-active--text{color:var(--c-primary-color)!important}.form-config .is-active,.form-config .is-active--shadow{box-shadow:0 0 0 1px var(--c-primary-color)}.form-config .is-active{color:var(--c-primary-color)!important}.form-config .is-choosing{box-shadow:inset var(--c-primary-color) 0 0 0 2px;opacity:.7}.form-config .is-choosing-area{background:hsla(0,0%,50%,.1)}.form-config [is-hovering=true] .form-config__renderer--closeButton{visibility:visible}.form-config .form-config__renderer--closeButton{position:absolute;right:4px;top:50%;transform:translateY(-50%);visibility:hidden}.form-config__connectionModal .n-collapse .n-collapse-item:not(:first-of-type){margin-top:4px}.form-config__connectionModal .n-collapse .n-collapse-item .n-collapse-item__header{padding-top:4px}.form-config__connectionOperation{margin-bottom:8px}.form-config__connectionWrapper{border:1px solid #e5e5e5;border-radius:4px;padding:8px}.form-config__connectionCondition{width:450px}.form-config__connectionCondition>header{align-items:center;display:flex;gap:12px}.form-config__connectionConditionHeaderDesc{color:#a5a5a5;display:inline-block;margin-left:12px}.form-config__connectionConditionItem{align-items:center;display:flex;margin-bottom:4px}.form-config__connectionConditionItem>div:first-of-type{flex:1}.form-config__connectionFieldType{display:flex;height:100%}.form-config__connectionFieldType>div:first-of-type{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-right:-1px}.form-config__connectionFieldType>div:first-of-type>div{background:#f5f5f5;border:1px solid #e5e5e5;cursor:pointer;padding:2px 4px 2px 8px}.form-config__connectionFieldType>div:first-of-type>div:not(:last-of-type){margin-bottom:4px}.form-config__connectionFieldType>div:first-of-type>div.is-active{background:#fff;border-right-color:#fff;color:var(--c-primary-color);z-index:1}.form-config__connectionFieldType>div:nth-of-type(2){border:1px solid #e5e5e5;padding:8px;width:300px}.iho-table{height:100%}.iho-table .vxe-header--column{font-weight:400;text-shadow:0 0 1px}.iho-table .vxe-body--column.col--drag{cursor:move}.iho-table .vxe-table.size--mini{font-size:14px}.iho-table .vxe-table.size--mini .vxe-body--column:not(.col--ellipsis),.iho-table .vxe-table.size--mini .vxe-footer--column:not(.col--ellipsis),.iho-table .vxe-table.size--mini .vxe-header--column:not(.col--ellipsis){padding:4px 0}.iho-table .vxe-table.size--mini .vxe-sort--asc-btn{top:-2px}.iho-table .vxe-table.size--mini .vxe-sort--desc-btn{bottom:0}.iho-table__headerWrapper{display:inline-flex;flex-wrap:nowrap}.iho-table__boldCell{font-weight:700}.iho-table .vxe-table .vxe-table--header-wrapper,.iho-table .vxe-table.vxe-table--render-default{color:#212121}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#b2b2b2;border:3px dashed transparent;border-radius:5px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.iho-table .vxe-table--empty-content{height:100%;width:100%}.iho-table .vxe-table--empty-content>div,.iho-table .vxe-tree-cell{height:100%}.iho-table .vxe-table--header{background-color:#f2f2f2}.iho-table .vxe-table--header .checkbox-cell--disable{border:2px solid #c0c4cc;border-radius:50%;box-sizing:border-box;cursor:not-allowed;display:inline-block;height:18px;left:-2px;position:relative;top:3px;width:18px}.iho-table .vxe-table--header .checkbox-cell--disable:before{background-color:#c0c4cc;content:"";height:16px;left:50%;position:absolute;top:-2px;transform:translate(-60%) rotate(-45deg);width:2px}.iho-table .vxe-footer--row .vxe-footer--column>.vxe-cell .vxe-cell--item{height:30px;line-height:30px}.iho-table .vxe-table--render-default .vxe-body--column.col--selected{box-shadow:inset 0 0 0 2px var(--c-primary-color)}.iho-table .vxe-table--render-default .vxe-body--row.row--hover,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--stripe{background-color:var(--c-hover-color)}.iho-table .vxe-table--render-default .vxe-body--row.row--stripe{background-color:var(--c-stripe-color)}.iho-table .vxe-table--render-default .vxe-body--row.row--checked,.iho-table .vxe-table--render-default .vxe-body--row.row--current,.iho-table .vxe-table--render-default .vxe-body--row.row--radio{background-color:var(--c-primary-color-opacity2);text-shadow:0 0 1px}.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--checked,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--current,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--radio{background-color:var(--c-primary-color-opacity3);text-shadow:0 0 1px}.iho-table .vxe-body--expanded-column,.iho-table .vxe-table--border-line{border-color:var(--c-border-color)!important}.iho-table .vxe-table--footer-wrapper{border-top-color:var(--c-border-color)!important}.iho-table .border--default .vxe-body--column,.iho-table .border--default .vxe-footer--column,.iho-table .border--default .vxe-header--column,.iho-table .border--inner .vxe-body--column,.iho-table .border--inner .vxe-footer--column,.iho-table .border--inner .vxe-header--column{background-image:linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .border--full .vxe-body--column,.iho-table .border--full .vxe-footer--column,.iho-table .border--full .vxe-header--column{background-image:linear-gradient(var(--c-border-color),var(--c-border-color)),linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .border--default .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--full .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--inner .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--outer .vxe-header--row:last-child .vxe-header--gutter{background-image:linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .vxe-table--header-border-line{border-bottom-color:var(--c-border-color)!important}.iho-table .vxe-table--fixed-left-wrapper.scrolling--middle{box-shadow:7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .vxe-table--fixed-right-wrapper.scrolling--middle{box-shadow:-7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .icon-dot{background:var(--table-icon-color);box-shadow:0 2px 4px 0 var(--table-icon-shadow)}.iho-table .icon-dot,.iho-table .icon-dot-red{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-red{background:red;box-shadow:0 2px 4px 0 rgba(255,0,0,.5)}.iho-table .icon-dot-blue{background:blue;box-shadow:0 2px 4px 0 rgba(0,0,255,.5)}.iho-table .icon-dot-blue,.iho-table .icon-dot-green{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-green{background:green;box-shadow:0 2px 4px 0 rgba(0,128,0,.5)}.iho-table .icon-dot-gray{background:gray;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5)}.iho-table .icon-dot-gray,.iho-table .icon-dot-yellow{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-yellow{background:#ff0;box-shadow:0 2px 4px 0 rgba(255,255,0,.5)}.iho-table .icon-dot-resolved{background:#36be8c;box-shadow:0 2px 4px 0 rgba(54,190,140,.5)}.iho-table .icon-dot-huifu,.iho-table .icon-dot-resolved{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-huifu{background:#42d0f6;box-shadow:0 2px 4px 0 rgba(66,208,246,.5)}.iho-table .icon-dot-close{background:#718391;box-shadow:0 2px 4px 0 rgba(113,131,145,.5)}.iho-table .icon-dot-audit,.iho-table .icon-dot-close{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-audit{background:#f4ba32;box-shadow:0 2px 4px 0 rgba(244,186,50,.5)}.iho-table .icon-dot-design{background:#927ce1;box-shadow:0 2px 4px 0 rgba(146,124,225,.5)}.iho-table .icon-dot-design,.iho-table .icon-dot-develop{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-develop{background:#4eb0ef;box-shadow:0 2px 4px 0 rgba(78,176,239,.5)}.iho-table .icon-dot-develop-complete{background:#6381f9;border-radius:50%;box-shadow:0 2px 4px 0 rgba(99,129,249,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .is--filter-active .vxe-cell--filter .vxe-filter--btn{color:var(--c-primary-color)}.iho-table__filterIcon{cursor:pointer;padding:0 4px}.iho-table__filterIcon:hover{opacity:.7}.iho-table__filterIcon.is-active{color:var(--c-primary-color)}.iho-table__filterWrapper{display:flex;flex-direction:column;gap:8px;margin:8px 12px;width:240px}.iho-table__filterCheckAllWrapper{display:flex;justify-content:space-between}.iho-table__filterCheckAllWrapper>div{flex:1}.iho-table__filterButton{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:30px;padding:0 8px}.iho-table__filterButton--active{color:var(--c-primary-color)}.iho-table__filterButton:hover{background:rgba(0,0,0,.05)}.iho-table__filterListWrapper{border:1px solid rgba(0,0,0,.05);overflow-x:hidden}.iho-table__filterListItem{align-items:center;border-radius:4px;display:flex;padding:0 8px}.iho-table__filterListItem:hover{background:var(--c-primary-color-opacity2)}.iho-table__filterListItem .n-checkbox,.iho-table__filterListItem .n-radio{width:100%}.iho-table__filterListItem>*{padding:5px 0}.iho-table__filterListItemContent{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:190px}.iho-table__filterFooter{display:flex;justify-content:space-between}.iho-table__time-picker{position:unset}.iho-table__time-picker .n-input{display:none}.iho-table__time-picker .v-binder-follower-container{height:auto;position:unset}.iho-table__time-picker .v-binder-follower-container .v-binder-follower-content{position:unset;transform:none!important}.iho-table__time-picker .v-binder-follower-container .v-binder-follower-content .n-time-picker-panel{box-shadow:none}.iho-table__scrollbar{margin:8px 8px 8px 0;max-height:255px}.iho-table .variable-height .vxe-cell,.iho-table .variable-height .vxe-cell--tree-node,.iho-table .variable-height .vxe-tree-cell{line-height:1.3;max-height:fit-content!important;white-space:break-spaces!important}.iho-table__selectMenu .n-scrollbar-rail__scrollbar{display:none!important}.iho-table__selectMenu .n-virtual-list::-webkit-scrollbar,.iho-table__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{display:unset!important;height:6px;width:6px}.iho-table__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.iho-table__selectMenu .v-vl-items{min-width:100%;width:max-content}.iho-table__selectOption .n-base-select-option__content{overflow:visible!important;text-overflow:unset!important;word-break:keep-all!important}.iho-table__selectOptionWrapper{align-items:center;display:flex}.iho-table .is--checked.vxe-checkbox,.iho-table .is--checked.vxe-checkbox .vxe-checkbox--icon,.iho-table .is--checked.vxe-custom--option,.iho-table .is--checked.vxe-custom--option .vxe-checkbox--icon,.iho-table .is--checked.vxe-export--panel-column-option,.iho-table .is--checked.vxe-export--panel-column-option .vxe-checkbox--icon,.iho-table .is--checked.vxe-table--filter-option,.iho-table .is--checked.vxe-table--filter-option .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-checkbox,.iho-table .is--indeterminate.vxe-checkbox .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-custom--option,.iho-table .is--indeterminate.vxe-custom--option .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-export--panel-column-option,.iho-table .is--indeterminate.vxe-export--panel-column-option .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-table--filter-option,.iho-table .is--indeterminate.vxe-table--filter-option .vxe-checkbox--icon,.iho-table .vxe-checkbox:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-custom--option:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-export--panel-column-option:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-table .vxe-sort--asc-btn.sort--active,.iho-table .vxe-table .vxe-sort--desc-btn.sort--active,.iho-table .vxe-table--filter-option:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-table--render-default .is--checked.vxe-cell--checkbox,.iho-table .vxe-table--render-default .is--checked.vxe-cell--checkbox .vxe-checkbox--icon,.iho-table .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox,.iho-table .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon,.iho-table .vxe-table--render-default .vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon{color:var(--c-primary-color)}.iho-table .vxe-header--column [annotation-hover-show=true]{visibility:hidden}.iho-table .vxe-header--column:hover [annotation-hover-show=true]{visibility:visible}@font-face{font-family:iho-table-iconfont;src:url(iho-table/style/iconfont.ttf) format("truetype")}.iho-table .iho-table--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:iho-table-iconfont!important;font-size:15px;font-style:normal}.iho-table .iho-table-icon-filter{display:inline-block;font-size:17px;transform:translateY(-1px);vertical-align:middle}.iho-table .iho-table-icon-filter:before{content:"\c2001"}.iho-table .iho-table-icon-date-filter{display:inline-block;transform:translateY(-1px)}.iho-table .iho-table-icon-date-filter:before{content:"\c2002"}.iho-table .row--custom{background-color:var(--row-background-color)}.iho-table__colorAndIcon{background-color:var(--color-and-icon-background-color-type);color:var(--color-and-icon-color-type)}.iho-table__htmlRender *{display:inline!important}.iho-table__ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iho-table .vxe-grid[vertical] .vxe-table--header-wrapper.body--wrapper{background:transparent}.search-cascader__menuWrapper{display:flex;flex-wrap:nowrap;margin:-8px -14px}.search-cascader__input input{cursor:pointer!important}.search-cascader__option{align-items:center;border-radius:4px;box-sizing:border-box;display:flex;height:32px;justify-content:space-between;min-width:100%;padding:0 8px 0 16px;width:fit-content}.search-cascader__option--active{background:#f8f8f8}.search-cascader__option:hover{background:#f5f5f5;cursor:pointer}.search-cascader__optionWrapper{background:#fff;height:256px;overflow-x:auto;width:calc(var(--menu-width)*1px)}.search-cascader__optionWrapper:not(:last-of-type){border:solid #e5e5e5;border-width:0 1px 0 0}.search-cascader__optionText{white-space:nowrap}.search-cascader__optionText--active{color:var(--c-primary-color)}.search-cascader__option svg{color:#bfbfbf;flex-shrink:0;font-size:12px;width:20px}.search-cascader__option svg.rotate{animation:rotate 1s linear infinite}.search-cascader__emptyWrapper{align-items:center;background:#fff;box-sizing:border-box;display:flex;height:300px;justify-content:center;padding:16px;width:100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.c-keyboard span,.c-keyboard-english .keys span{cursor:pointer}.c-keyboard{background:#fff;display:flex;height:160px}.c-keyboard.isFixed{position:fixed;z-index:1}.c-keyboard .btn{align-items:center;background:linear-gradient(180deg,#fff,#f2f2f2);border-radius:2px;box-shadow:0 2px 2px #00000036;box-sizing:border-box;display:inline-flex;font-size:14px;justify-content:center;text-align:center}.c-keyboard .btn:hover{background:var(--c-primary-color-hover);border:1px solid var(--c-primary-color-pressed)}.c-keyboard .btn:active{background:var(--c-primary-color-pressed);color:#fff}.c-keyboard .btn:hover{box-shadow:none}.c-keyboard .n-space{gap:unset!important}.c-keyboard .margin-offset{margin:-4px 0 0 -4px}.c-keyboard .left{box-sizing:border-box;padding:6px;width:128px}.c-keyboard .left.isDose{width:158px}.c-keyboard .left .n-input{height:28px;width:100%}.c-keyboard .left .n-input .n-input__input-el{height:28px}.c-keyboard .left .keys{display:flex;margin-top:5px}.c-keyboard .left .keys span{align-items:center;background-color:#e8e8e8;border-radius:2px;box-sizing:border-box;display:inline-flex;font-size:14px;height:26px;justify-content:center;margin:4px 0 0 4px;text-align:center;width:26px}.c-keyboard .left .keys span:hover{background:var(--c-primary-color-hover);border:1px solid var(--c-primary-color-pressed)}.c-keyboard .left .keys span:active{background:var(--c-primary-color-pressed);color:#fff}.c-keyboard .left .keys span.opt{height:56px}.c-keyboard .left .keys span.is-0{width:56px}.c-keyboard .right-days,.c-keyboard .right-dose{border-left:1px solid #d5d5d5}.c-keyboard .right-days{padding:0 12px}.c-keyboard .right-days .btn{height:26px;margin-top:8px;width:56px}.c-keyboard .right-days .btn:first-child{margin-top:0}.c-keyboard .right-dose{padding:5px 12px 5px 5px}.c-keyboard .right-dose .btn{height:32px;width:100px}.c-keyboard .right-dose .btns{display:flex;flex-flow:column nowrap;height:100%;margin-right:8px;overflow-y:scroll;padding-right:6px}.c-keyboard .right-dose .btns .btn{height:20px;margin-top:4px;width:40px}.c-keyboard .right-dose .btns::-webkit-scrollbar{height:1px;width:2px}.c-keyboard .right-dose .btns::-webkit-scrollbar-track{background:#d8d8d8;border-radius:2px;box-shadow:inset 0 0 5px #fff}.c-keyboard .right-dose .btns::-webkit-scrollbar-thumb{background:#535353;border-radius:2px;box-shadow:inset 0 0 5px #fff}.c-keyboard .right-dose .inputs{align-items:center;display:flex;margin-bottom:8px}.c-keyboard .right-dose .inputs .n-input{height:32px;width:46px}.c-keyboard .right-dose .inputs .n-input .n-input__input-el{height:32px}.c-keyboard .right-dose .inputs .inputs-right{margin-left:8px}.c-keyboard .n-input .n-input-wrapper{padding-right:5px}.c-keyboard .n-input .n-input-wrapper .n-input__suffix{line-height:0}.c-keyboard .n-input .n-input-wrapper .n-input__suffix .n-space .n-icon{cursor:pointer}.c-keyboard-english{background:#fff;box-sizing:border-box;padding:10px 6px;width:308px}.c-keyboard-english.isFixed{position:fixed;z-index:1}.c-keyboard-english .n-space span{font-size:12px}.c-keyboard-english .n-space .n-icon{cursor:pointer}.c-keyboard-english .keys{display:flex;flex-flow:row wrap;margin:1px 0 0 -4px}.c-keyboard-english .keys span{align-items:center;background-color:#e8e8e8;border-radius:2px;box-sizing:border-box;display:inline-flex;font-size:14px;height:26px;justify-content:center;margin:4px 0 0 4px;text-align:center;width:26px}.c-keyboard-english .keys span:hover{background:var(--c-primary-color-hover);border:1px solid var(--c-primary-color-pressed)}.c-keyboard-english .keys span:active{background:var(--c-primary-color-pressed);color:#fff}.c-keyboard-english .keys span.key10,.c-keyboard-english .keys span.key27{margin-left:16px}.c-keyboard-english .keys span.key26{margin-right:25px}.c-keyboard-english .keys span.key19{margin-left:31px}.c-keyboard-english .keys span.key28{width:146px}.c-keyboard-english .keys span.key30{width:56px}.recommend-search__menu{min-height:100px}.recommend-search__menuRecommendList{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.recommend-search__menuRecommendList .n-tag{cursor:pointer}.recommend-search__recentRecommend{margin-bottom:8px}.recommend-search__recentRecommend>header{align-items:center;color:rgba(0,0,0,.4);display:flex;justify-content:space-between}.recommend-search__recentRecommend>header .n-icon:hover{color:rgba(0,0,0,.6);cursor:pointer}.recommend-search__commonRecommend{margin-bottom:8px}.recommend-search__commonRecommend>header{align-items:center;color:rgba(0,0,0,.4);display:flex;justify-content:space-between}.recommend-search__commonRecommend>header .n-icon:hover{color:rgba(0,0,0,.6);cursor:pointer}.recommend-search__option{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:space-between;padding:0 8px}.recommend-search__optionText{max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recommend-search__option.is-active{color:var(--n-color)!important}.recommend-search__option.is-active .n-icon{font-size:20px}.recommend-search__option:hover{background:rgba(0,0,0,.03)}.recommend-search__optionContainer{margin:-8px -10px}.recommend-search__empty{align-items:center;color:rgba(0,0,0,.3);display:flex;height:100px;justify-content:center}@font-face{font-family:base-search-iconfont;src:url(base-search/style/base-search-iconfont.ttf) format("truetype")}.iconfont-table-filter{font-family:base-search-iconfont!important}.base-search-block .base-container{display:flex;justify-content:space-between;text-align:left}.base-search-block .base-container .bease-left{align-items:flex-start;display:flex;flex:1;justify-content:flex-start}.base-search-block .base-container .bease-left .base-ul{align-items:center;display:flex;flex-wrap:wrap;margin-top:0}.base-search-block .base-container .bease-left .base-ul .baseli{display:flex;margin-bottom:8px;margin-right:8px}.base-search-block .base-container .bease-left .base-ul .baseli .base-row{align-items:center;display:flex}.base-search-block .base-container .bease-left .base-ul .baseli .base-row .title{padding-left:4px;white-space:nowrap}.base-search-block .base-container .bease-left .base-ul .baseli .search-default{height:32px;line-height:32px}.render-widget-input-number-group{align-items:center;display:flex}.render-widget-input-number-group .divider{text-align:center;width:24px}.render-widget-date-range{align-items:center;display:flex;flex-wrap:nowrap;width:100%}.render-widget-date-range .radio-date-group{border:1px solid #d9d9d9;display:flex;flex-wrap:nowrap}.render-widget-date-range .radio-date-group .radio-date-item{border-left:1px solid #d9d9d9;cursor:pointer;height:30px;line-height:30px;padding:0 8px;white-space:nowrap}.render-widget-date-range .radio-date-group .radio-date-item:first-child{border:none}.render-widget-date-range .radio-date-group .radio-date-item.radio-date-item-active{background:#3e65cf;border-color:#3e65cf;color:#fff}.render-widget-date-range .select-date-left{margin-left:16px}.render-widget-date-range .select-date-right{margin-right:16px}.render-widget-date-range .date-detail-range{display:flex;flex-wrap:nowrap}.render-widget-date-range .date-detail-range .divider{text-align:center;width:10px}.label-attr-filter-container .edit-f-label{font-size:14px;line-height:32px;padding-left:0}.label-attr-filter-container .edit-f-content.label-select-height{flex:none;height:74px;overflow:hidden}.label-attr-filter-container .edit-f-content .label-f-content{display:flex;flex-wrap:wrap}.label-attr-filter-container .edit-f-content .label-f-content .n-tag{border:1px solid #e0e0e6;height:32px;margin:0 8px 8px 0;max-width:108px;text-align:center}.label-attr-filter-container .edit-f-content .label-f-content .n-tag .n-tag__content{align-items:center;display:inline-flex}.label-attr-filter-container .edit-f-content .label-f-content .n-tag .n-tag__content span{display:inline-block;height:100%;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.label-attr-filter-container .label-f-unfold-btn{margin:8px 0}.label-attr-filter-container .label-f-unfold-btn .operate-btn{align-items:center;cursor:pointer;display:flex}.label-attr-filter-container .label-f-unfold-btn .operate-btn .n-icon{margin-left:6px}.select-dynamic-popover .n-base-select-menu__empty{justify-content:left;padding:0}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options{background:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:left}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .n-empty{padding:12px 32px}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .mixins-options-active{background:#f1f1f1}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-header{display:flex}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-header .name{align-items:center;display:flex;flex:1;font-weight:700;height:34px;padding:0 12px}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content{list-style:none;margin:0;max-height:250px;outline:none;overflow:auto;padding-left:0}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li{color:rgba(0,0,0,.65);cursor:pointer;display:flex;font-size:14px;line-height:22px;text-overflow:ellipsis;transition:background .3s ease;white-space:nowrap}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li.actived{color:#5585f5}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li:hover{background:#f1f1f1}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li .content{flex:1;overflow:hidden;padding:5px 12px;text-overflow:ellipsis;white-space:nowrap}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination{width:100%}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination .n-button-group{display:flex}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination .n-button-group .n-button{flex:1}.classify-fieldkey-popover{width:200px}.quick-search-block .quick-item{margin-bottom:10px;min-width:32px;width:20%}.quick-search-block .quick-item .quick-row{display:flex}.quick-search-block .quick-item .quick-row .quick-item-title{box-sizing:border-box;flex-basis:134px;line-height:32px;min-width:130px;overflow:hidden;padding-left:4px;padding-right:4px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.quick-search-block .quick-item .quick-row .quick-item-col{align-items:center;display:flex;padding:0 4px;width:calc(100% - 134px)}.quick-search-block .quick-item .quick-row .quick-item-title-default{width:25%}.quick-search-block .quick-item .quick-row .quick-item-col-default{width:75%}.quick-search-block.quick-search-table .quick-item{display:inline-block}.quick-search-block.quick-search-table .quick-item.quick-block{display:block;width:100%}@font-face{font-family:classification-iconfont;src:url(classification/style/classification-iconfont.ttf) format("truetype")}.iconfont-table-filter{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:classification-iconfont!important;font-size:14px;font-style:normal}.icon-table-filter-menzhenyishengzhananniuqingchu:before{content:"\e74e"}.icon-table-filter-menzhenyishengzhananniushanchu2:before{content:"\e757"}.icon-table-filter-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.icon-table-filter-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.icon-table-filter-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.icon-table-filter-reset:before{content:"\e611"}.icon-table-filter-shaixuan:before{content:"\e64b"}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter{cursor:pointer;font-size:18px}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter:last-child{margin-left:16px}.classification-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.classification-modal-block .n-card__content{overflow-y:auto}.classification-modal-block .n-card__content .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-title .list-title-item{font-weight:700;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content{padding:0}.classification-modal-block .n-card__content .table-modal-list .list-content li{display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item{align-items:center;display:flex;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item .n-icon{cursor:pointer;margin-right:8px}.classification-modal-block .n-card__content .table-modal-list .list-content li.checked,.classification-modal-block .n-card__content .table-modal-list .list-content li.checked .text{background-color:#f2f2f2}.classification-modal-block .n-card__content .table-modal-list .list-content li .text{background-color:#fff;display:inline-block;padding:0 10px;position:relative}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line{position:relative;text-align:center;width:75%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line:before{border:1px solid #e8e8e8;content:"";left:0;margin-top:20px;position:absolute;width:100%}.classification-modal-block .n-card__content .table-modal-list .list-title-item{margin-left:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item{border-bottom:1px solid #e1dfdf;margin-left:-1px;margin-top:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch{height:16px;min-width:28px;width:28px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch:after{height:12px;width:12px}.classification-modal-block .n-card__content .table-modal-list .list-content-radio,.classification-modal-block .n-card__content .table-modal-list .list-content-switch{text-align:center}.classification-modal-block .n-card__content .table-modal-list .anticon+.anticon{margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .item-name{display:flex;height:32px;line-height:32px;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .item-name .label{text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .item-name .addAction{align-items:center;cursor:pointer;display:flex}.classification-modal-block .n-card__content .class-filter-content .item-name .blue{color:#2d7aff;margin-right:8px}.classification-modal-block .n-card__content .class-filter-content .n-form-item-label{width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content{align-items:center;display:flex;flex-wrap:wrap;line-height:32px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .label{display:inline-block;height:32px;line-height:32px;margin-bottom:10px;text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn-dashed{border-color:#a6a6a6;color:#a6a6a6}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .parent-name{align-items:center;display:flex}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .parent-input{margin-bottom:10px;margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag{align-items:center;background-color:rgba(45,122,255,.1);border:1px solid #2d7aff;border-radius:3px;box-sizing:border-box;color:#2d7aff;display:flex;justify-content:center;margin-bottom:10px;margin-right:10px;max-width:120px;padding:0 10px;position:relative}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .anticon-close{color:#2d7aff;cursor:pointer;display:flex;justify-content:center;line-height:1;width:18px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select,.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .ant-input-disabled{background-color:#2d7aff;color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .anticon-close{color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn{margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list{border-top:1px solid #e6e6e6;margin-bottom:6px;margin-top:16px;padding:12px 0 0}.classification-modal-block .n-card__content .class-filter-content .select-item-list li{align-items:center;display:flex;list-style:none;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .index-span{display:inline-block;width:30px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item{margin-right:10px;width:120px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item.n-date-picker{width:auto}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper{display:flex}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper .form-item{margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .delete-item-icon{color:red;cursor:pointer;font-size:18px;margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .filter-expression{display:flex;flex-direction:column}.classification-modal-block .n-card__content .class-filter-content .filter-expression .textarea{margin-top:6px}.classification-modal-block .n-card__footer{padding-top:10px}.classification-modal-block .n-card__footer .flex_between{display:flex;justify-content:space-between}.classification-modal-block .n-card__footer .flex_right{display:flex;justify-content:right}.classification-modal-block .n-card__footer .n-button{margin-left:8px}.classification-block .tree-type{border:1px solid #d5d5d5;border-radius:4px;height:100%;line-height:32px;margin-top:0;padding-bottom:80px;width:150px}.classification-block .tree-type .header{border-bottom:1px solid #e6eaef;display:flex;font-size:14px;justify-content:space-between;padding:0 10px}.classification-block .tree-type .header .header-1{align-items:center;cursor:pointer;display:flex}.classification-block .tree-type .tree{height:calc(100% - 32px);line-height:32px;margin:0;overflow:auto;padding-left:0}.classification-block .tree-type .tree::-webkit-scrollbar{width:5px}.classification-block .tree-type .tree .tree-item{border-bottom:1px solid #d5d5d5;cursor:pointer}.classification-block .tree-type .tree .tree-item.tree-header{box-sizing:border-box;padding:0 10px}.classification-block .tree-type .tree .tree-item .parent{align-items:center;display:flex;font-weight:600;justify-content:space-between;padding:0 10px}.classification-block .tree-type .tree .tree-item .parent.open{background-color:#f2f2f2;border-bottom:1px solid #d5d5d5}.classification-block .tree-type .tree .tree-item .header-item{box-sizing:border-box;line-height:1.4}.classification-block .tree-type .tree .tree-item .header-item.selected,.classification-block .tree-type .tree .tree-item .header-item:hover{color:#2d7aff}.classification-block .tree-type .tree .tree-item .header-item:active{border-color:transparent;color:#000}.classification-block .tree-type .tree .tree-item .children{align-items:center;display:flex;height:32px;padding-left:23px;padding-right:10px}.classification-block .tree-type .tree .tree-item .children .child-item{align-items:center;border-bottom:1px solid transparent;color:#7c7c7c;display:flex;line-height:1.5;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .tree-type .tree .tree-item .children .child-item:hover{color:#2d7aff}.classification-block .tree-type .tree .tree-item .children .child-item.selected{align-items:center;color:#2d7aff;display:flex;justify-content:space-between;width:100%}.classification-block .tree-type .tree .tree-item .children .child-item:active{border-color:transparent;color:#000}.classification-block .tree-type .tree .tree-item .children .child-item.disabled{color:rgba(0,0,0,.2)}.classification-block .tree-type .tree .tree-item .children .child-item .child-item-content{align-items:center;display:flex}.classification-block .tree-type .tree .tree-item .children .child-item .child-item-name{display:flex;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .tree-type .tree .tree-item .children .child-item .child-item-name .number{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .tree-type .tree .tree-item .children .child-item .digital-span{flex:1;margin-left:5px;text-align:left}.classification-block .tree-type .tree .tree-item:last-child{border-bottom:none}.classification-block .tree-type .tree-type-footer{border-top:1px solid #d5d5d5;bottom:0;height:80px;line-height:20px;padding-left:16px;position:absolute;width:100%}.classification-block .tree-type .tree-type-footer .selected-num{margin:10px}.classification-block .tree-type .tree-type-footer .selected-item-del{align-items:center;color:#2474ff;cursor:pointer;display:flex;justify-content:center;margin-left:0}.classification-block .tile-type{border:1px solid #d5d5d5;border-radius:4px;margin-bottom:8px;padding:0 17px}.classification-block .tile-type .header{align-items:center;border-bottom:1px solid #d5d5d5;display:inline-flex;justify-content:space-between;line-height:44px;width:100%}.classification-block .tile-type .header .all-data{border-bottom:1px solid transparent;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500;line-height:1.4;margin-right:auto}.classification-block .tile-type .header .all-data:hover{color:#2d7aff}.classification-block .tile-type .header .all-data:active{border-color:transparent;color:#000}.classification-block .tile-type .header .selected{color:#2d7aff}.classification-block .tile-type .header .right-setting{display:flex}.classification-block .tile-type .header .right-setting .setting-1{align-items:center;cursor:pointer;display:flex}.classification-block .tile-type .header .right-setting .setting-1 .n-icon{margin-right:6px}.classification-block .tile-type .header .right-setting .upack-up-btn{color:#2d7aff}.classification-block .tile-type .tile{border-bottom:1px solid #d5d5d5;margin:0;padding:9px 0}.classification-block .tile-type .tile .tile-item{cursor:pointer;display:flex;line-height:38px}.classification-block .tile-type .tile .tile-item .parent{box-sizing:border-box;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:600;max-width:135px;padding-right:16px;width:135px}.classification-block .tile-type .tile .tile-item .children{flex:1}.classification-block .tile-type .tile .tile-item .children .child-item{border-bottom:1px solid transparent;border-radius:4px;color:#7c7c7c;display:inline-block;font-size:14px;line-height:1.5;margin:0 5px;padding:1px 6px}.classification-block .tile-type .tile .tile-item .children .child-item.selected,.classification-block .tile-type .tile .tile-item .children .child-item:hover{background-color:rgba(45,122,255,.1);color:#2d7aff}.classification-block .tile-type .tile .tile-item .children .child-item:active{border-color:transparent;color:#000}.classification-block .tile-type .tile .tile-item .children .child-item.disabled{color:rgba(0,0,0,.2)}.classification-block .tile-type .tile .tile-item .child-item.selected{color:#2d7aff}.classification-block .tile-type .selected-list{align-items:center;display:flex;padding:12px 6px}.classification-block .tile-type .selected-list .selected-num{font-size:14px;line-height:20px;margin-right:8px}.classification-block .tile-type .selected-list .selected-item{align-items:center;background-color:rgba(45,122,255,.1);border-radius:4px;color:#2d7aff;cursor:pointer;display:flex;margin-left:8px;padding:1px 8px}.classification-block .tile-type .selected-list .selected-item-del{align-items:center;color:#2474ff;cursor:pointer;display:flex;font-size:14px;line-height:20px;margin-left:22px}.classification-block .select-type{height:32px;line-height:32px;margin-bottom:8px;margin-right:8px;position:relative;width:100px}.classification-block .select-type .title{align-items:center;border:1px solid #d5d5d5;border-radius:4px;box-sizing:border-box;color:#969696;cursor:pointer;display:flex;font-size:12px;height:100%;justify-content:space-between;padding:0 8px;width:100%}.classification-block .select-type .title>.name{color:#212121;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .select-type .main-wrapper{background-color:#fff;border:1px solid #d5d5d5;border-radius:4px;min-width:270px;position:absolute;top:39px;width:100%;z-index:3000}.classification-block .select-type .main-wrapper::-webkit-scrollbar{width:5px}.classification-block .select-type .tree{margin:0;max-height:300px;overflow:auto;padding:32px 0}.classification-block .select-type .tree .tree-item{border-bottom:1px solid #d5d5d5;cursor:pointer;line-height:32px}.classification-block .select-type .tree .tree-item.tree-header{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;height:40px;padding:0 10px;position:absolute;top:0;width:100%;z-index:1}.classification-block .select-type .tree .tree-item .tree-footer{align-items:center;color:rgba(0,0,0,.6);display:flex}.classification-block .select-type .tree .tree-item .tree-footer .tree-footer-icon{align-items:center;cursor:pointer;display:flex}.classification-block .select-type .tree .tree-item .tree-footer .tree-footer-icon .n-icon{margin-right:6px}.classification-block .select-type .tree .tree-item .tree-footer .tree-footer-icon:first-child{margin-right:16px}.classification-block .select-type .tree .tree-item .parent{align-items:center;display:flex;font-weight:600;justify-content:space-between;padding:0 10px}.classification-block .select-type .tree .tree-item .parent.open{background-color:#f2f2f2;border-bottom:1px solid #d5d5d5}.classification-block .select-type .tree .tree-item .header-item{border-bottom:1px solid transparent;color:rgba(0,0,0,.6);flex:1}.classification-block .select-type .tree .tree-item .header-item.selected,.classification-block .select-type .tree .tree-item .header-item:hover{color:#2d7aff}.classification-block .select-type .tree .tree-item .header-item:active{border-color:transparent;color:#000}.classification-block .select-type .tree .tree-item .children{align-items:center;display:flex;height:32px;line-height:32px;padding-left:23px;padding-right:10px}.classification-block .select-type .tree .tree-item .children .child-item{border-bottom:1px solid transparent;color:#7c7c7c;display:inline-block;line-height:1.5;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .select-type .tree .tree-item .children .child-item .child-item-name{display:flex;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .select-type .tree .tree-item .children .child-item .child-item-name .number{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .select-type .tree .tree-item .children .child-item.child-header{padding:0 10px}.classification-block .select-type .tree .tree-item .children .child-item.header-item{border-bottom:1px solid transparent;color:rgba(0,0,0,.6)}.classification-block .select-type .tree .tree-item .children .child-item.header-item.selected,.classification-block .select-type .tree .tree-item .children .child-item.header-item:hover{color:#2d7aff}.classification-block .select-type .tree .tree-item .children .child-item.header-item:active{border-color:transparent;color:#000}.classification-block .select-type .tree .tree-item .children .child-item:hover{color:#2d7aff}.classification-block .select-type .tree .tree-item .children .child-item.selected{align-items:center;color:#2d7aff;display:flex;justify-content:space-between;width:100%}.classification-block .select-type .tree .tree-item .children .child-item:active{border-color:transparent;color:#000}.classification-block .select-type .tree .tree-item .children .child-item.disabled{color:rgba(0,0,0,.2)}.classification-block .select-type .tree .tree-item:last-child{border-bottom:0}.classification-block .select-type .select-type-footer{align-items:center;background-color:#fff;border-top:1px solid #d5d5d5;bottom:0;display:flex;height:40px;justify-content:space-between;padding:0 12px;position:absolute;width:100%}.classification-block .select-type .select-type-footer .selected-num{color:rgba(0,0,0,.6)}.classification-block .select-type .select-type-footer .selected-item-del{color:#2474ff;cursor:pointer}.classification-block .item-count span{color:#db0a0a}.c-picture-clipper{display:flex;width:100%}.c-picture-clipper__canvas{border:1px solid #e5e5e5;height:502px!important;width:502px!important}.c-picture-clipper .canvas-right{display:flex;flex:1;flex-flow:column nowrap;margin-left:20px}.c-picture-clipper .canvas-right .preview-border{border:1px solid #e5e5e5;flex:1}.c-picture-clipper .canvas-right img{border:2px solid #e5e5e5;margin:auto;width:100%}.c-picture-clipper .canvas-right .btns{display:flex;justify-content:space-around;margin-top:20px}@font-face{font-family:table-export-field-iconfont;src:url(table-export-field/style/table-export-field-iconfont.ttf) format("truetype")}.table-export-field-modal .iconfont-table-export-field{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:table-export-field-iconfont!important;font-size:14px;font-style:normal}.table-export-field-modal .icon-table-export-field-menzhenyishengzhananniuqingchu:before{content:"\e74e"}.table-export-field-modal .icon-table-export-field-menzhenyishengzhananniushanchu2:before{content:"\e757"}.table-export-field-modal .icon-table-export-field-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.table-export-field-modal .icon-table-export-field-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.table-export-field-modal .icon-table-export-field-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.table-export-field-modal .icon-table-export-field-reset:before{content:"\e611"}.table-export-field-modal .icon-table-export-field-shaixuan:before{content:"\e64b"}.table-export-field-modal .n-card-header .svg-wrap i{cursor:pointer;font-size:18px}.table-export-field-modal .n-card-header .svg-wrap i:last-child{margin-left:16px}.table-export-field-modal .n-card-header .svg-wrap .n-icon{cursor:pointer}.table-export-field-modal .n-card__content{display:flex;flex-direction:column;overflow-y:auto}.table-export-field-modal .n-card__content .tip{margin-bottom:12px}.table-export-field-modal .n-card__content .flex_between{display:flex;justify-content:space-between;margin-bottom:10px}.table-export-field-modal .n-card__content .n-checkbox-group{flex:1;overflow-y:auto}.table-export-field-modal .n-card__content .n-checkbox-group .draggable-checkbox-list{display:flex;flex-wrap:wrap;width:100%}.table-export-field-modal .n-card__content .n-checkbox-group .draggable-checkbox-list .n-checkbox{box-sizing:border-box;display:flex;flex-wrap:nowrap;padding:12px 0;width:20%}.table-export-field-modal .n-card__content .n-checkbox-group .draggable-checkbox-list .n-checkbox .n-checkbox__label{cursor:move;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-export-field-modal .n-card__content .n-checkbox-group .draggable-checkbox-list .n-checkbox.checkbox-disabled .n-checkbox__label{color:rgba(46,46,46,.4)}.table-export-field-modal .flex_right{display:flex;justify-content:flex-end}.table-export-field-modal .flex_right .n-button{margin-left:8px}.table-export-field-modal .save-project-content .n-radio-group{margin-bottom:20px}.table-export-field-modal .select-export-popover .n-base-select-option{padding-left:12px}.table-export-field-modal .select-export-popover .n-base-select-option.n-base-select-option--show-checkmark{padding-right:12px}.table-export-field-modal .select-export-popover .n-base-select-option .n-base-select-option__content{width:100%}.table-export-field-modal .select-export-popover .n-base-select-option .n-base-select-option__content .flex-between{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.table-export-field-modal .select-export-popover .n-base-select-option .n-base-select-option__content .flex-between .content{flex:1;overflow:hidden;padding-right:5px;text-overflow:ellipsis;white-space:nowrap}.table-export-field-modal .select-export-popover .n-base-select-option .n-base-select-option__content .n-base-select-option__check{display:none!important}@font-face{font-family:expand-field-iconfont;src:url(expand-field/style/expand-field-iconfont.ttf?t=1689038151631) format("truetype")}.iconfont-expand-field{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:expand-field-iconfont!important;font-size:14px;font-style:normal}.icon-expand-field-help:before{content:"\e6b6"}.icon-expand-field-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.icon-expand-field-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.icon-expand-field-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.tableset-expand-field{height:100%}.tableset-expand-field .list{background:transparent;display:flex;flex-direction:column;height:100%}.tableset-expand-field .list .table-modal-list{flex:1;overflow-y:auto}.tableset-expand-field .list .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;height:52px;line-height:52px}.tableset-expand-field .list .table-modal-list .list-title .list-title-item{font-weight:700;text-align:center}.tableset-expand-field .list .table-modal-list .list-content{margin:0;padding:0}.tableset-expand-field .list .table-modal-list .list-content .list-content-block{border-bottom:1px solid #e1dfdf;height:50px;line-height:50px}.tableset-expand-field .list .table-modal-list .list-content .list-content-block .list-content-item{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.tableset-expand-field .list .table-modal-list .list-content .list-content-block .list-content-item .n-icon{cursor:pointer;margin-right:8px}.tableset-expand-field .list .table-modal-list .list-content .list-content-block:last-child{border:none}.tableset-expand-field .list .footer{border-top:1px solid #d5d5d5;padding-top:12px}.tableset-expand-field .list .footer .n-button:first-child{margin-right:8px}.expand-field-modal-block.expand-person-modal{overflow-y:hidden}.expand-field-modal-block .n-card-header .svg-wrap .iconfont-expand-field{cursor:pointer;font-size:18px}.expand-field-modal-block .n-card-header .svg-wrap .iconfont-expand-field:last-child{margin-left:16px}.expand-field-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.expand-field-modal-block .n-card__content{overflow-y:auto}.expand-field-modal-block .n-card__content .options-title .iconfont-expand-field{cursor:pointer;font-size:16px;margin-left:5px}.expand-field-modal-block .n-card__content .options-title .batch-span{color:#2d7aff;cursor:pointer;margin-left:8px}.expand-field-modal-block .n-card__content .options-item{border:1px solid #ccc;border-radius:5px;padding:8px 12px;width:100%}.expand-field-modal-block .n-card__content .options-item .flex-center{align-items:center;display:flex}.expand-field-modal-block .n-card__content .options-item .flex-center .n-icon{cursor:pointer}.expand-field-modal-block .n-card__content .options-item.options-item-err{border-color:#f5222d}.expand-field-modal-block .n-card__content .date-time-button{padding:0;width:56px}.expand-field-modal-block .n-card__content .date-time-button .n-button__content{justify-content:center;position:relative;width:100%}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker{position:absolute;width:100%}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker .n-input{background:transparent}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker .n-input .n-input__input-el{color:transparent;cursor:pointer}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker .n-input .n-input__placeholder{color:transparent}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker .n-input .n-input__suffix{display:none}.expand-field-modal-block .n-card__content .people-wrap .inner-content{border:1px solid #e0e0e6;display:flex;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.expand-field-modal-block .n-card__content .people-wrap .inner-content .tagSpanClass{display:flex;flex:1;flex-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expand-field-modal-block .n-card__content .people-wrap .inner-content .tagSpanClass .n-tag{margin:2px 0 0 5px}.expand-field-modal-block .n-card__content .people-wrap .inner-content .tagClearAll{align-items:center;cursor:pointer;display:flex;flex-basis:30px;justify-content:center}.expand-field-modal-block .n-card__content .validate_tip{color:#f5222d;font-size:12px;margin-top:2px}.expand-field-modal-block .flex_right{display:flex;justify-content:flex-end}.expand-field-modal-block .flex_right .n-button:first-child{margin-right:15px}.expand-field-modal-block .mgb-10{margin-bottom:10px}.c-chat-dialog{box-sizing:border-box;padding:15px;width:640px!important}.c-chat-dialog__content{height:600px}.c-chat-dialog__content.c-chat-image-wrapper{background:#f2f2f2;box-sizing:border-box;overflow-y:auto;padding:0 15px;width:100%}.c-chat-dialog__content.c-chat-image-wrapper .image-item .label{display:block;padding:8px 0}.c-chat-dialog__content.c-chat-image-wrapper .image-item .image-box{background:#fff;display:flex;flex-flow:row wrap;gap:8px 8px;padding:8px}.c-chat-dialog__content.c-chat-file-wrapper{display:flex;flex-flow:column nowrap}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box{flex:1;margin-top:10px;overflow-y:auto}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item{align-items:center;display:flex;padding:10px}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .text{flex:1;margin-left:8px}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .text span{display:block}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .text span.detail{color:#666;font-size:12px}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .opt-box{display:none}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .opt-box .n-icon{margin-left:8px}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item:hover{background-color:#f5f5f5}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item:hover .opt-box{display:block}.c-chat-dialog__content.c-chat-record-wrapper{display:flex;flex-flow:column nowrap}.c-chat-dialog__content.c-chat-record-wrapper .n-input{background-color:#f2f2f2}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box{display:flex;flex:1;margin-top:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content{background-color:#f2f2f2;box-sizing:border-box;flex:1;height:100%;overflow-y:auto;padding:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content .content-item{background-color:#fff;display:flex;margin-bottom:10px;padding:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content .content-item .msg-box{flex:1;margin-left:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content .content-item .msg-box .name-and-time{display:flex;justify-content:space-between}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content .content-item .msg-box .name-and-time span{color:#666;font-size:12px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter{box-sizing:border-box;padding:0 10px;width:200px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-title{display:block}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item{margin-top:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .label{display:block}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .time-target{background-color:#f2f2f2;padding:0 10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .time-target__item{align-items:center;border-bottom:1px solid #c6c6c6;display:flex;min-height:42px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .time-target__item .n-date-picker{display:none}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .time-target__item:last-child{border-bottom:none}.c-biunique-chat__popover .n-popover{border-radius:14px;overflow:hidden;padding:unset!important}.c-biunique-chat__popover .n-popover.n-tooltip{border-radius:4px;padding:5px 8px!important}.c-biunique-chat__popover .n-popover .n-popover__content{padding:unset!important}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person{background-color:#f5f5f5;box-sizing:border-box;column-gap:8px;display:flex;height:400px;width:538px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person>div{flex:1}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left{background-image:url("data:image/png;base64,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");display:flex;flex-flow:column nowrap}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile{background-color:#fff;display:flex;flex:1;flex-flow:column nowrap;margin-top:107px;padding:26px 15px;position:relative}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile .n-avatar{left:30px;position:absolute;top:-50px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile .edit-avatar{background-color:#eee;height:30px;left:98px;position:absolute;top:22px;width:30px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile__text{flex:1}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile__text h4{font-size:20px;line-height:28px;margin:40px 0 0;word-break:break-all}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right{background-color:#fff;padding:26px 15px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item{align-items:center;display:flex;margin-bottom:15px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item:last-child{margin-bottom:0}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item .label{color:rgba(0,0,0,.6);flex:0 0 77px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item .content{align-items:center;display:flex;flex:1}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item .content .n-icon{cursor:pointer}.c-biunique-chat__popover .n-popover .n-popover__content .large-avatar{align-items:center;background-color:#e4eefe;display:flex;height:380px;justify-content:center;position:relative;width:380px}.c-biunique-chat__popover .n-popover .n-popover__content .large-avatar .n-button{background-color:rgba(0,0,0,.3);position:absolute;right:10px;top:10px}.c-biunique-chat__popover .n-popover .n-popover__content .large-avatar .n-button:hover{background-color:rgba(0,0,0,.5)}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box{box-sizing:border-box;height:330px;overflow-y:auto;padding:10px;width:500px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box::-webkit-scrollbar{width:5px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:5px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box span{display:block;font-size:12px;margin-bottom:10px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box .list-box{display:flex;flex-flow:row wrap;gap:10px 10px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box .list-box i{cursor:pointer;flex-grow:0;padding:3px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box .list-box i:hover{background-color:#f2f2f2}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box .list-box img{height:auto;width:24px}.c-biunique-chat{height:100%;position:relative;width:100%}@font-face{font-family:iconfont;src:url(biunique-chat/style/iconfont.ttf) format("truetype")}.c-biunique-chat .chat--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:iconfont!important;font-size:16px;font-style:normal}.c-biunique-chat .chat--icon-list-search:before{content:"\e637"}.c-biunique-chat .chat--icon-image:before{content:"\e92e"}.c-biunique-chat .chat--icon-set:before{content:"\e62b"}.c-biunique-chat .chat--icon-folder:before{content:"\e701"}.c-biunique-chat .chat--icon-face:before{content:"\e615"}.c-biunique-chat .chat--icon-good:before{content:"\e62a"}.c-biunique-chat .chat--icon-more:before{content:"\e6aa"}.c-biunique-chat .box-shadow{position:relative}.c-biunique-chat .box-shadow:after{bottom:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.3);content:"";height:1px;left:0;position:absolute;width:100%;z-index:1}.c-biunique-chat *{box-sizing:border-box}.c-biunique-chat .n-avatar{background-color:#5585f5}.c-biunique-chat .n-spin-body{margin:auto}.c-biunique-chat__header{background-color:var(--c-primary-color);height:40px;position:relative}.c-biunique-chat__header .toolbar{height:100%;position:absolute;right:0}.c-biunique-chat__body{height:calc(100% - 40px)}.c-biunique-chat__body .sider-list{border:1px solid #d5d5d5;box-sizing:border-box}.c-biunique-chat__body .sider-list__filter{align-items:center;column-gap:8px;display:flex;height:48px;padding:0 8px}.c-biunique-chat__body .sider-list__filter .n-tag{height:26px}.c-biunique-chat__body .sider-list__filter .n-tag__content{font-size:12px}.c-biunique-chat__body .sider-list__box__item{background-color:#fff;border-bottom:1px solid #ebebeb;display:flex;padding:12px 5px}.c-biunique-chat__body .sider-list__box__item.active,.c-biunique-chat__body .sider-list__box__item:active,.c-biunique-chat__body .sider-list__box__item:focus,.c-biunique-chat__body .sider-list__box__item:hover{background-color:#ebebeb}.c-biunique-chat__body .sider-list__box__item .avatar-right{flex:1;margin-left:10px}.c-biunique-chat__body .sider-list__box__item .avatar-right .name{display:flex}.c-biunique-chat__body .sider-list__box__item .avatar-right .name h4{flex:1}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip{display:flex}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip__content{flex:1;width:0}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip__content>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip__content>div img{height:auto;width:18px}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip p,.c-biunique-chat__body .sider-list__box__item .avatar-right .name span{color:#999}.c-biunique-chat__body .chat-content{flex:1 0 0%}.c-biunique-chat__body .chat-content .n-layout-scroll-container{border:1px solid #d5d5d5;border-left:none;display:flex;flex-flow:column nowrap;overflow:hidden}.c-biunique-chat__body .chat-content .chat-header{align-items:center;display:flex;height:48px;justify-content:space-between;padding:0 10px}.c-biunique-chat__body .chat-content .chat-header__left{align-items:center;display:flex}.c-biunique-chat__body .chat-content .chat-header__left .name{margin-left:10px}.c-biunique-chat__body .chat-content .chat-header__right .chat--iconfont{margin-left:18px}.c-biunique-chat__body .chat-content .chat-main{background:#f5f5f5;border-bottom:1px solid #d5d5d5;flex:1;overflow-y:auto;padding:0 10px}.c-biunique-chat__body .chat-content .chat-main::-webkit-scrollbar{width:5px}.c-biunique-chat__body .chat-content .chat-main::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:5px}.c-biunique-chat__body .chat-content .chat-main .message-item{margin-bottom:40px}.c-biunique-chat__body .chat-content .chat-main .message-item .time{color:#666;font-size:12px;margin-bottom:16px!important;text-align:center}.c-biunique-chat__body .chat-content .chat-main .message-item .system-msg-template{word-wrap:break-word;align-items:center;display:flex;justify-content:center;line-height:20px;margin:10px 0}.c-biunique-chat__body .chat-content .chat-main .message-item .system-msg-template .n-icon{margin-right:10px}.c-biunique-chat__body .chat-content .chat-main .message-item .system-msg-template .btn{color:var(--c-primary-color);cursor:pointer;margin-left:8px;text-decoration:underline}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box{display:flex}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .n-avatar{flex-shrink:0}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content{background:#fff;border-radius:8px;border-top-left-radius:0;color:#000;font-size:14px;line-height:20px;margin:0 48px 0 10px;max-width:500px;padding:10px;position:relative;text-align:left;word-break:break-all}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content pre{font-family:"微软雅黑, Avenir, Helvetica, Arial, sans-serif";margin:0;white-space:pre-wrap;width:100%;word-break:break-all}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content:before{color:#666;content:"";font-size:12px;position:absolute;top:-20px;white-space:nowrap}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.emoji{background:transparent;padding:unset}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.emoji img{height:auto;width:50px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template{background:#fff}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template{width:230px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__header{align-items:center;border-bottom:1px solid #ebebeb;display:flex;padding:8px 0}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__header>span{height:22px;line-height:22px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__header .title{color:#000;flex:1;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__header .btn{color:var(--c-primary-color);cursor:pointer;max-width:50%;overflow:hidden}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__body{display:flex;padding:10px 0}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__body .logo{height:40px;margin-right:12px;width:40px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__body .template-content{color:#666;flex:1;overflow:hidden;word-break:break-all}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__btn-group{box-sizing:border-box;display:flex;flex-flow:row wrap;gap:8px;justify-content:center;padding:8px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__footer{cursor:pointer}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template{width:235px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__header{background-color:var(--c-primary-color);color:#fff;font-size:16px;font-weight:600;line-height:22px;padding:10px 16px;word-break:break-word}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__body{padding:18px 18px 8px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__body.overflow-hidden{max-height:128px;overflow:hidden}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__body .title{color:#7a7a7a;font-size:14px;line-height:20px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__body .txt{color:#212121;font-size:16px;font-weight:600;line-height:26px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template .default-msg-template__footer,.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template .describe-msg-template__footer{color:rgba(0,0,0,.45);line-height:20px;padding:2px 0 10px;text-align:center}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template .default-msg-template__footer .chat--icon-more,.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template .describe-msg-template__footer .chat--icon-more{font-size:12px;margin-left:4px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box:hover .content:before{content:attr(data-time);left:0}.c-biunique-chat__body .chat-content .chat-main .message-item--mine .message-box{justify-content:flex-end}.c-biunique-chat__body .chat-content .chat-main .message-item--mine .message-box .n-avatar{order:2}.c-biunique-chat__body .chat-content .chat-main .message-item--mine .message-box .content{background:#d4e2fc;border-top-left-radius:8px;border-top-right-radius:0;margin:0 10px 0 48px;order:1}.c-biunique-chat__body .chat-content .chat-main .message-item--mine .message-box:hover .content:before{left:auto;right:0}.c-biunique-chat__body .chat-content .chat-footer{display:flex;flex-flow:column nowrap;height:170px}.c-biunique-chat__body .chat-content .chat-footer .tool-box{box-sizing:border-box;padding:10px}.c-biunique-chat__body .chat-content .chat-footer .tool-box span{align-items:center;display:inline-flex;height:24px;justify-content:center;margin-right:5px;width:24px}.c-biunique-chat__body .chat-content .chat-footer .tool-box span:hover{background:#f2f2f2}.c-biunique-chat__body .chat-content .chat-footer .input-box{cursor:text;flex:1;outline:none;overflow-x:hidden;overflow-y:auto;padding:10px 16px;word-break:break-word}.c-biunique-chat__body .chat-content .chat-footer .input-box img{height:auto;width:120px}.c-biunique-chat__body .chat-content .chat-footer .input-box::-webkit-scrollbar{width:5px}.c-biunique-chat__body .chat-content .chat-footer .input-box::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:5px}.c-biunique-chat__body .chat-content .chat-footer .btn-box{align-items:center;display:flex;height:56px;justify-content:flex-end;padding-right:20px}.c-biunique-chat__body .chat-content .chat-footer .btn-box .tip{color:#a6a6a6;margin-right:20px}.c-biunique-chat .chat-set-wrapper .item{align-items:center;border-bottom:1px solid #efefef;display:flex;min-height:64px;padding:10px 0;width:100%}.c-biunique-chat .chat-set-wrapper .item.user-info{background-color:#f5f5f5;padding:10px 12px}.c-biunique-chat .chat-set-wrapper .item__right{margin-left:auto}@font-face{font-family:callback-iconfont;src:url(callback/style/callback-iconfont.ttf) format("truetype")}.iconfont-callback{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;font-family:callback-iconfont!important;font-size:16px;font-style:normal}.icon-callback-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.icon-callback-menzhenyishengzhanxitongtubiaozuixiaohua:before{content:"\e778"}.icon-callback-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.callback-drawer-block .n-drawer-header .n-drawer-header__main{width:100%}.callback-drawer-block .n-drawer-header .n-drawer-header__main .d-header{align-items:center;display:flex;justify-content:space-between;width:100%}.callback-drawer-block .n-drawer-header .n-drawer-header__main .d-header .title{font-size:18px;margin:0;padding:0}.left-tree-wrap{background:#fff;border-right:1px solid rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:8px;position:relative}.left-tree-wrap .search-groups{align-items:center;display:flex}.left-tree-wrap .search-groups .ant-input-search{flex:1}.left-tree-wrap .tree-wrap{flex:1;margin-top:12px;overflow-y:auto}.left-tree-wrap .tree-wrap .n-tree .n-tree-node-content{width:100%}.left-tree-wrap .tree-wrap .empty-container{align-items:center;display:flex;height:100%;justify-content:center}.left-tree-wrap .table-footer-wrap{margin-top:8px}.left-tree-wrap .resizable{bottom:0;cursor:col-resize;height:100%;position:absolute;right:-7px;text-align:center;width:14px;z-index:1}.c-body-select{align-items:flex-start;display:flex;justify-content:left}.c-body-select .canvas-module{align-items:center;color:#333;display:flex;flex-direction:column;font-size:14px}.c-recording-wrapper{align-items:center;background-color:#fff;border-radius:10px;bottom:100px;display:flex;height:350px;justify-content:center;left:calc(50% - 250px);position:fixed;width:500px}@keyframes toScale{0%{transform:translateX(-50%) translateY(-50%) scale(1)}to{transform:translateX(-50%) translateY(-50%) scale(1.5)}}.c-recording-wrapper .content{font-size:18px;position:absolute;text-align:center;top:20px}.c-recording-wrapper .animation{animation:toScale 1s infinite;background-color:#5585f54d;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) scale(1);z-index:-1}.c-recording-wrapper .animation,.c-recording-wrapper .icon-box{align-items:center;border-radius:50%;display:flex;height:90px;justify-content:center;width:90px}.c-recording-wrapper .icon-box{background-color:#5585f5;cursor:pointer}.c-recording-wrapper .tip{bottom:20px;position:absolute}.c-calendar{height:100%;width:100%}.c-calendar div::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.c-calendar div::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#b2b2b2;border:3px dashed transparent;border-radius:5px}.c-calendar div::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.c-calendar .select-day-wrapper{align-items:center;display:flex}.c-calendar .select-day-wrapper .n-icon{cursor:pointer}.c-calendar .select-day-wrapper .day-wrapper{column-gap:10px;display:inline-flex;flex:1;overflow-x:auto;overflow-y:hidden}.c-calendar .select-day-wrapper .day-wrapper .day{align-items:center;cursor:pointer;display:flex;flex:0 0 60px;flex-flow:column nowrap;height:60px;justify-content:center}.c-calendar .select-day-wrapper .day-wrapper .day p{font-size:16px}.c-calendar .select-day-wrapper .day-wrapper .day--active{background:var(--c-primary-color);border-radius:10px;color:#fff}.c-calendar .fc-theme-standard{height:calc(100% - var(--nav-height))}.c-calendar .fc-theme-standard .custom-day-cell{background-color:#fff!important}.c-calendar .fc-theme-standard .fc-direction-ltr .fc-timegrid-col-events{margin:auto}.c-calendar .fc-theme-standard .custom-event{border:none;opacity:unset;padding:5px}.c-calendar .fc-theme-standard .custom-event .text{color:#000;font-size:14px;line-height:16px}.default-page-getter-block .n-empty__icon{height:202px;width:260px}.default-page-getter-block .n-empty__icon img{display:block;width:100%}.default-page-getter-block .page-description{align-items:center;display:flex;flex-direction:column;margin-top:-8px}.default-page-getter-block .page-description .title{color:rgba(0,0,0,.8);font-size:16px;margin-bottom:6px}.step-notice__icon{height:20px;position:absolute;width:20px;z-index:20}.step-notice__icon--warning{background:radial-gradient(circle,#fff 0,#fff 50%,transparent 0,transparent 100%);border-radius:50%;color:var(--step-notice-warning)}.step-notice__group{align-items:center;display:flex;gap:16px;justify-content:space-between}.step-notice__group:not(:last-of-type){margin-bottom:calc(var(--step-notice-col-space)*1px)}.step-notice__placeholder{width:140px}.step-notice__item{position:relative;width:140px}.step-notice__item .step-notice__itemWrapper:hover{border-radius:8px;box-shadow:0 4px 12px 0 hsla(0,0%,69%,.5);transform:translateY(-4px);transition:transform .3s ease}.step-notice__item .step-notice__itemWrapper:hover .step-notice__itemArrow,.step-notice__item .step-notice__itemWrapper:hover .step-notice__itemAside{transform:translateY(calc(-50% + 4px))}.step-notice__item .step-notice__itemWrapper:hover:last-of-type .step-notice__itemArrow{bottom:-12px;left:50%;top:unset;transform:translateY(0) translateX(-8px)}.step-notice__item:last-of-type .step-notice__itemArrow{bottom:-8px;left:50%;top:unset;transform:translateY(0) translateX(-8px)}.step-notice__item:last-of-type .step-notice__itemArrowLine{border-left:0;border-radius:0 0 16px;border-top:0;left:-8px;position:absolute;top:8px}.step-notice__item:last-of-type .step-notice__itemArrowLine--horizon{right:15px}.step-notice__item:last-of-type .step-notice__itemArrowLine--vertical{right:calc(var(--step-info-offset) + 15px)}.step-notice__item:last-of-type .step-notice__itemArrowIcon{border-width:8px 4px 0!important;right:calc(var(--step-info-offset) + 18.5px);top:117px}.step-notice__item:last-of-type.step-notice__item--dashedLine .step-notice__itemArrowIcon{border-left-color:transparent;border-top-color:var(--step-notice-normal)}.step-notice__item:last-of-type.step-notice__item--solidLine .step-notice__itemArrowIcon{border-left-color:transparent;border-top-color:var(--step-notice-primary)}.step-notice__item:last-of-type:first-of-type .step-notice__itemArrowLine{border-bottom:0;border-radius:0}.step-notice__item:last-of-type:first-of-type .step-notice__itemArrowLine>*{transform:translateX(-1px)}.step-notice__item:last-of-type:first-of-type .step-notice__itemArrowLine--vertical{border-radius:0;border-top:0;right:calc(var(--step-info-offset) + 15px)}.step-notice__itemArrow{align-items:center;display:flex;left:calc(100% - 8px);position:absolute;top:50%;transform:translateY(-50%);z-index:15}.step-notice__itemArrowPoint{border:4px solid #fff;border-radius:50%;height:16px;width:16px}.step-notice__itemArrowLine{border:1px solid #000;border-top:0;box-sizing:border-box}.step-notice__itemArrowLine--horizon{border:1px solid #000;border-top:0;bottom:-1px;position:absolute}.step-notice__itemArrowLine--vertical{border:1px solid #000;border-bottom:0;border-radius:8px 0 0;border-right:0;bottom:-100%;height:100%;position:absolute;width:8px;z-index:1}.step-notice__itemArrowIcon{border-color:transparent;border-style:solid;border-width:4px 0 4px 8px;position:absolute;right:0}.step-notice__item--normal .step-notice__itemFront{background:var(--step-notice-normal-light);border-color:var(--step-notice-normal-light);color:#000}.step-notice__item--normal .step-notice__itemFooter{background:var(--step-notice-normal);color:#fff}.step-notice__item--primary .step-notice__itemFront{background:var(--step-notice-primary);border-color:var(--step-notice-primary);color:#fff}.step-notice__item--primary .step-notice__itemFooter{background:var(--step-notice-primary-light);color:var(--step-notice-primary)}.step-notice__item--warning .step-notice__itemFront{background:var(--step-notice-warning-light);border-color:var(--step-notice-warning);color:#000}.step-notice__item--warning .step-notice__itemFooter{background:var(--step-notice-warning);color:#fff}.step-notice__item--dashedLine .step-notice__itemArrowPoint{background:var(--step-notice-normal)}.step-notice__item--dashedLine .step-notice__itemArrowIcon{border-left-color:var(--step-notice-normal)}.step-notice__item--dashedLine .step-notice__itemArrowLine,.step-notice__item--dashedLine .step-notice__itemArrowLine .step-notice__itemArrowSubLine{border-color:var(--step-notice-normal);border-style:dashed}.step-notice__item--solidLine .step-notice__itemArrowPoint{background:var(--step-notice-primary)}.step-notice__item--solidLine .step-notice__itemArrowIcon{border-left-color:var(--step-notice-primary)}.step-notice__item--solidLine .step-notice__itemArrowLine,.step-notice__item--solidLine .step-notice__itemArrowLine .step-notice__itemArrowSubLine{border-color:var(--step-notice-primary);border-style:solid}.step-notice__itemFront{align-items:center;border-radius:8px;border-style:solid;border-width:1px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-evenly;position:relative;z-index:10}.step-notice__itemFrontHeader{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;font-weight:500;overflow:hidden;padding:2px 8px;text-overflow:ellipsis;word-break:break-all}.step-notice__itemFrontContent{align-items:center;background:#fff;border-radius:4px;display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:8px;max-height:42px;min-height:26px;padding:2px 0;width:110px}.step-notice__itemFrontContentText{color:#000}.step-notice__itemFrontContentSubText,.step-notice__itemFrontContentText{box-sizing:border-box;max-width:100%;overflow:hidden;padding:0 4px;text-overflow:ellipsis;white-space:nowrap}.step-notice__itemFrontContentSubText{color:rgba(0,0,0,.5);font-size:12px}.step-notice__itemFooter{border-radius:8px;box-sizing:border-box;font-size:12px;height:40px;line-height:22px;margin-top:-18px;max-width:100%;overflow:hidden;padding:18px 10px 0;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:5}.step-notice__itemFooter.is-active{text-align:center}.step-notice__itemAside{border-radius:0 4px 4px 0;display:flex;flex-direction:column;overflow:hidden;position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:8px;z-index:20}.step-notice__itemAsidePopper{align-items:flex-start;border-radius:8px!important;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-evenly;min-height:44px;min-width:120px;padding:4px 13px;position:relative}.step-notice__itemAsidePopper:not(.is-active){align-items:center}.step-notice__itemAsidePopper footer{font-size:12px}.step-notice__itemAsidePopperBridge{background:inherit;height:27px;left:-12px;position:absolute;width:20px}.step-notice__itemAsideElement{height:27px;width:100%}.step-notice__itemAsideElement--first{background:var(--step-notice-not-accepted-0)}.step-notice__itemAsideElement--first .step-notice__itemAsidePopperBridge{top:0}.step-notice__itemAsideElement--first.is-active{background:var(--step-notice-accepted-0);color:#fff}.step-notice__itemAsideElement--center{background:var(--step-notice-not-accepted-1)}.step-notice__itemAsideElement--center .step-notice__itemAsidePopperBridge{top:50%;transform:translateY(-50%)}.step-notice__itemAsideElement--center.is-active{background:var(--step-notice-accepted-1);color:#fff}.step-notice__itemAsideElement--last{background:var(--step-notice-not-accepted-2);color:#fff}.step-notice__itemAsideElement--last .step-notice__itemAsidePopperBridge{bottom:0}.step-notice__itemAsideElement--last.is-active{background:var(--step-notice-accepted-2)}.step-notice__itemHeader{background:var(--step-notice-warning);border-radius:4px 4px 0 0;color:#fff;display:flex;flex-wrap:nowrap;font-size:12px;justify-content:space-between;left:50%;line-height:1;padding:5px 7px 3px;position:absolute;top:-20px;transform:translateX(-50%);width:108px;z-index:30}.step-notice__itemOperationWrapper{display:flex;flex-direction:column;gap:8px;min-width:210px}.step-notice__itemOperationItem{border-radius:4px;margin:0 -4px;padding:8px;word-break:break-all}.step-notice__itemOperationItemSubHeader{font-size:12px}.step-notice__itemOperationItemHeader{flex:1;font-size:14px;font-weight:700}.step-notice__itemOperationItemHeaderIcon{height:20px;width:20px}.step-notice__itemOperationItemHeaderWrapper{align-items:center;display:flex;gap:4px;justify-content:space-between}.step-notice__itemOperationItemSubContent{color:rgba(0,0,0,.5);font-size:12px}.step-notice__itemOperationItemContent{box-sizing:border-box;display:flex;flex:1;font-size:14px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.step-notice__itemOperationItemContentWrapper{align-items:center;display:flex;gap:4px;justify-content:space-between}.step-notice__itemOperationItem--primary .step-notice__itemOperationItemHeader,.step-notice__itemOperationItem--primary .step-notice__itemOperationItemHeaderIcon{color:var(--step-notice-primary)}.step-notice__itemOperationItem--primary.step-notice__itemOperationItem{background:var(--step-notice-primary-light)}.step-notice__itemOperationItem--warning .step-notice__itemOperationItemHeader,.step-notice__itemOperationItem--warning .step-notice__itemOperationItemHeaderIcon{color:var(--step-notice-warning)}.step-notice__itemOperationItem--warning.step-notice__itemOperationItem{background:var(--step-notice-warning-light)}
1
+ .big-table-filter-wrap{background-color:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;flex-flow:column wrap;margin-top:-6px;min-width:280px;overflow:hidden;position:fixed;transform:translateX(-2%);transition:width 2s;z-index:99998}.big-table-filter-wrap .sort-list{margin-top:6px}.big-table-filter-wrap .sort-item{align-items:center;background:#f7f7f7;display:flex;height:32px;padding:0 13px}.big-table-filter-wrap .sort-item.active,.big-table-filter-wrap .sort-item:hover{background:#f2f2f2}.big-table-filter-wrap .sort-icon{background-size:contain;display:inline-block;height:16px;width:16px}.big-table-filter-wrap .sort-text{color:rgba(0,0,0,.8);font-size:14px;line-height:32px;margin-left:11px}.big-table-filter-wrap .sort-icon-desc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABT0lEQVRYR+3WvSuGYRTH8c9TykpJSimLMvgHpLyUCQsmg/wBMss/ILvdJgspNnkbZFYGk7JQSAaLwUuX7uFxu3E/nvvqSd3XeHW6zvec65zfORUNPpUG+1cClBnIysABhiMV5y4mqt/OAliPCHCImd8AIgWf/WzMIhzFK/Z/iigWQAtuE4A2PH0HEQugG5eJ005clwBlBmrJwDwGcorBNjYybOsqwit05QQ4R1/RAB3oqQHgoWiAnL5/NKvrC/4tQBNacYesDAR5fkxHV6QU72EQczhNSfE4VpOOmY01jsOyMYYXLGElcbSIZT4W4C1MxQIIUy9sU1ltGXyeYQSfuua7L2jOWYnPKbt2HKE3dR/0Iqx593lq4AT9OQE2MZ2yDTpyXKUlF0lthP3gy8nKwBqGcgLsYCHDNuwAAe4Nk7ipZRbk9F2MWZFt+CeiEuAdAU5CIQxYYdUAAAAASUVORK5CYII=")}.big-table-filter-wrap .filter-header{cursor:auto;padding:5px 13px}.big-table-filter-wrap .filter-header-icon{border-right-color:#333;border-top-color:#333}.big-table-filter-wrap .filter-header-text{margin-left:11px}.big-table-filter-wrap .check-search-wrap{background:#f7f7f7;display:flex;justify-content:center;padding:8px 0;width:100%}.big-table-filter-wrap .check-seach-input{line-height:32px}.big-table-filter-wrap .checkbox-box{padding-right:3px;width:100%}.big-table-filter-wrap .checkbox-wrap{background:#fff;display:flex;flex-direction:column;overflow-y:auto;padding:0 3px 0 13px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar{height:4px;width:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-thumb{background-color:#d5d5d5;border-radius:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-track{background-color:#fff;border-radius:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-corner{background-color:#000;border-radius:4px;width:4px}.big-table-filter-wrap .checkbox-wrap--search{padding-right:10px}.big-table-filter-wrap .checkbox-btn-wrap{display:flex;padding:9px 10px 9px 14px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn{padding:0;width:56px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn+.checkbox-btn{margin-left:8px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn{border:0;border-radius:0;margin:0 13px;position:relative;width:auto}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn:hover:after{background-color:#5585f5;bottom:5px;content:"";display:block;height:1px;position:absolute;width:100%}.big-table-filter-wrap .arrows-icon{bottom:-1px;cursor:nw-resize;font-size:15px;height:20px;position:absolute;right:-1px;width:25px}.big-table__separate{padding:4px}.big-table__separatePlaceholder{display:inline-block;max-width:0;visibility:hidden;width:0;word-break:keep-all}.custom-big-table{position:relative}.custom-big-table .img-wrap{align-items:center;display:flex;height:100%;line-height:1;padding:2px 0}.custom-big-table .img-wrap img{cursor:pointer;max-height:100%;object-fit:contain}.custom-big-table .img-wrap.img-circle img{border-radius:50%;object-fit:contain;width:28px}.custom-big-table .bigTable-qr-span{display:inline-block;height:100%;position:relative}.custom-big-table .bigTable-qr-span .bigTable-qr-img{max-height:96%}.custom-big-table .bigTable-qr-span>span{align-items:center;background:rgba(0,0,0,.7);color:#fff;cursor:pointer;display:none;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.custom-big-table .bigTable-qr-span:hover>span{display:inline-flex}.custom-big-table .base-form{align-items:center;display:flex;overflow:hidden!important;width:100%}.custom-big-table .base-form-content{width:100%}.custom-big-table textarea{height:32px;margin-bottom:0;resize:none}.custom-big-table .formItem-select-multiple{align-items:center;display:flex;line-height:40px;width:100%}.custom-big-table.mt{height:calc(100% - 78px)!important;margin-top:26px}.custom-big-table.expand-padding .vxe-table .vxe-body--expanded-cell{padding-left:66px!important;padding-right:66px!important}.custom-big-table th.vxe-header--column{cursor:pointer}.custom-big-table .row-btn{margin-right:10px}.custom-big-table .vxe-table{transform:translateZ(0)}.custom-big-table .vxe-table .vxe-table--empty-content,.custom-big-table .vxe-table .vxe-table--empty-content>div{height:100%;width:100%}.custom-big-table .vxe-table .vxe-table--empty-content>div .no-data-tip{display:inline-flex}.custom-big-table .vxe-table .col--checkbox .vxe-cell,.custom-big-table .vxe-table .col--seq .vxe-cell{padding:0}.custom-big-table .vxe-table .col--checkbox .vxe-cell .vxe-checkbox--label,.custom-big-table .vxe-table .col--seq .vxe-cell .vxe-checkbox--label{padding-left:0}.custom-big-table .vxe-table .vxe-cell .vxe-tree-cell{height:100%}.custom-big-table .vxe-table .scan-multi-delete{color:#f06f64}.custom-big-table .vxe-table .vxe-table--header{background-color:#f2f2f2}.custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title{color:#35393c;height:100%;line-height:unset}.custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title .is-edit{margin-top:-3px;vertical-align:middle}.custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title .header-title-span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-big-table .vxe-table .vxe-table--header .col--checkbox .vxe-cell--title,.custom-big-table .vxe-table .vxe-table--header .col--seq .vxe-cell--title{display:inline-block}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f2f2f2;border:3px dashed transparent;border-radius:0}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.custom-big-table .vxe-table .vxe-footer--row .vxe-footer--column>.vxe-cell .vxe-cell--item{height:30px;line-height:30px}.custom-big-table .vxe-table .vxe-cell--checkbox .vxe-checkbox--label{display:none}.custom-big-table .filter-box{align-items:center;display:flex;width:100%}.custom-big-table .filter-box .text-over-tooltip-components{max-width:calc(100% - 40px)}.custom-big-table .filter-box .vxe-filter--btn{border-right-color:#c0c4cc;border-top-color:#c0c4cc}.custom-big-table .filter-box .vxe-filter--btn.active{border-right-color:#35393c;border-top-color:#35393c}.custom-big-table .filter-box .vxe-filter--btn.checked{border-right-color:#5585f5;border-top-color:#5585f5}.custom-big-table .disabled-checked-tips{background:#fff;border:2px solid #ff1818;border-radius:50%;bottom:0;box-sizing:border-box;height:16px;margin-top:-8px;overflow:hidden;position:absolute;right:0;top:50%;width:16px}.custom-big-table .disabled-checked-tips:after{background-color:#ff1818;content:"";height:2px;left:0;position:absolute;top:0;transform:rotate(45deg);transform-origin:0 2px;width:16px}.custom-big-table .form-select-table .n-base-select-menu__empty{display:none}.custom-big-table .percent-wrap{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.custom-big-table .percent-wrap .percent-value{line-height:1;margin-bottom:-4px;margin-top:4px}.custom-big-table .refresh{align-items:center;background-color:#fff;border-bottom-left-radius:14px;border-top-left-radius:14px;box-shadow:0 2px 4px 0 hsla(0,0%,42%,.13);color:#5585f5;cursor:pointer;display:flex;font-size:12px;height:27px;padding-left:14px;padding-right:14px;position:absolute;right:0;top:6px;z-index:1}.custom-big-table .refresh-row{margin-bottom:0;margin-left:3px}.custom-big-table .check-wrap{background:#ffffe9;display:flex;justify-content:center;line-height:26px;margin-top:-26px;position:absolute;width:100%}.custom-big-table .check-wrap .check-wrap-btn,.custom-big-table .check-wrap .check-wrap-title{color:#000;cursor:pointer;font-size:12px;margin-bottom:0}.custom-big-table .check-wrap .check-wrap-btn{color:#5585f5}.custom-big-table .domPropsInnerHTML-span{height:100%}.custom-big-table .domPropsInnerHTML-span img{display:inline-block;height:var(--table-image-height);width:var(--table-image-width)}.custom-big-table .domPropsInnerHTML-span .icon-dot-custom{background:var(--table-icon-color);border-radius:50%;box-shadow:0 2px 4px 0 var(--table-icon-shadow);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-red{background:red;border-radius:50%;box-shadow:0 2px 4px 0 rgba(255,0,0,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-blue{background:blue;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,255,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-green{background:green;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,128,0,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-gray{background:gray;border-radius:50%;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-yellow{background:#ff0;border-radius:50%;box-shadow:0 2px 4px 0 rgba(255,255,0,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-resolved{background:#36be8c;border-radius:50%;box-shadow:0 2px 4px 0 rgba(54,190,140,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-huifu{background:#42d0f6;border-radius:50%;box-shadow:0 2px 4px 0 rgba(66,208,246,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-close{background:#718391;border-radius:50%;box-shadow:0 2px 4px 0 rgba(113,131,145,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-audit{background:#f4ba32;border-radius:50%;box-shadow:0 2px 4px 0 rgba(244,186,50,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-design{background:#927ce1;border-radius:50%;box-shadow:0 2px 4px 0 rgba(146,124,225,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-develop{background:#4eb0ef;border-radius:50%;box-shadow:0 2px 4px 0 rgba(78,176,239,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-develop-complete{background:#6381f9;border-radius:50%;box-shadow:0 2px 4px 0 rgba(99,129,249,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .vxe-table--render-default .vxe-table--fixed-left-wrapper.scrolling--middle{box-shadow:7px 0 8px -3px rgba(0,0,0,.15)}.custom-big-table .vxe-table--render-default .vxe-table--fixed-right-wrapper.scrolling--middle{box-shadow:-7px 0 8px -3px rgba(0,0,0,.15)}.custom-big-table .vxe-table--render-default.size--mini{font-size:14px}.custom-big-table .vxe-table--render-default .vxe-body--expanded-column,.custom-big-table .vxe-table--render-default .vxe-table--border-line{border-color:#d5d5d599}.custom-big-table .vxe-table--render-default .vxe-table--footer-wrapper{border-top-color:#d5d5d599}.custom-big-table .vxe-table--render-default.border--default .vxe-body--column,.custom-big-table .vxe-table--render-default.border--default .vxe-footer--column,.custom-big-table .vxe-table--render-default.border--default .vxe-header--column,.custom-big-table .vxe-table--render-default.border--inner .vxe-body--column,.custom-big-table .vxe-table--render-default.border--inner .vxe-footer--column,.custom-big-table .vxe-table--render-default.border--inner .vxe-header--column{background-image:linear-gradient(#d5d5d599,#d5d5d599)}.custom-big-table .vxe-table--render-default.border--full .vxe-body--column,.custom-big-table .vxe-table--render-default.border--full .vxe-footer--column,.custom-big-table .vxe-table--render-default.border--full .vxe-header--column{background-image:linear-gradient(#d5d5d599,#d5d5d599),linear-gradient(#d5d5d599,#d5d5d599)}.custom-big-table .vxe-table--render-default.border--full .vxe-table--fixed-left-wrapper .vxe-body--column{border-right-color:#d5d5d599}.custom-big-table .vxe-table--render-default.border--default .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter,.custom-big-table .vxe-table--render-default.border--full .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter,.custom-big-table .vxe-table--render-default.border--inner .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter,.custom-big-table .vxe-table--render-default.border--outer .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter{background-image:linear-gradient(#d5d5d599,#d5d5d599)}.custom-big-table .vxe-table--render-default.border--default .vxe-table--header-wrapper .vxe-table--header-border-line,.custom-big-table .vxe-table--render-default.border--full .vxe-table--header-wrapper .vxe-table--header-border-line,.custom-big-table .vxe-table--render-default.border--inner .vxe-table--header-wrapper .vxe-table--header-border-line,.custom-big-table .vxe-table--render-default.border--outer .vxe-table--header-wrapper .vxe-table--header-border-line{border-bottom-color:#d5d5d599}.custom-big-table .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon{color:#d5d5d5;font-weight:400}.no-data-tip{align-items:center;color:#333;display:flex;flex-direction:column;font-size:22px;height:100%;justify-content:center;width:100%}.no-data-tip>img{max-width:70%;width:260px}.no-data-tip>p{color:rgba(0,0,0,.8);font-size:16px;margin-bottom:0;margin-top:12px}.no-data-tip>span{color:rgba(0,0,0,.4);font-size:14px;margin-top:6px}.text-over-tooltip-components{display:inline-block;max-width:98%}.text-over-tooltip-components .ellipsis{color:#35393c;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-over-tooltip-components .ellipsis i{font-style:normal;white-space:nowrap;word-break:keep-all}.text-over-tooltip-components .fs20{color:green;font-size:20px;font-weight:600;line-height:22px}.text-over-tooltip-components .fs12{color:orange;font-size:12px;font-weight:400;line-height:14px}.svg-icon{fill:currentcolor;height:1em;overflow:hidden;vertical-align:-.15em;width:1em}.vxe-header--column [annotation-hover-show=true]{visibility:hidden}.vxe-header--column:hover [annotation-hover-show=true]{visibility:visible}.big-table__annotationWrapper{align-items:center;display:inline-flex;width:20px}.big-table__annotationWrapper .is-active{position:relative;top:3px}.big-table__boldCell{font-weight:700}.big-table-total{border:1px solid #e8eaec;display:flex;margin-top:-1px;width:100%}.big-table-total-item{background-color:#e8f8f1;border-right:1px solid #e8eaec;box-sizing:border-box;display:flex;flex:1;padding:5px}.big-table-total-item:first-child{background-color:#fff4e5}.big-table-total-item:last-child{background-color:#e9f1ff}.big-table-total-item .left{font-weight:600;margin-right:20px}.big-table-total-item .right{column-gap:25px;display:flex;flex:1;flex-flow:row wrap}.big-table-total-item .right-item span{color:red;font-weight:600}.big-table .n-time-picker.hide-suffix .n-time-picker-icon{display:none}.c-select-person{padding:0 12px}.c-select-person__scroll{height:308px;overflow-y:auto}.c-select-person__clear-btn{color:#5585f5;cursor:pointer}.c-select-person__tag-item{align-items:center;background:rgba(85,133,245,.08);border:1px solid rgba(85,133,245,.5);border-radius:4px;box-sizing:border-box;color:#5585f5;display:inline-flex;font-size:14px;height:24px;line-height:24px;list-style:none;margin:0 8px 4px 0;padding:0 6px;transition:all .3s cubic-bezier(.215,.61,.355,1);white-space:nowrap}.c-select-person__tag-item .tag-close{color:#5585f5;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;margin-left:3px;transition:all .3s}.c-select-person__tag-item .tag-close:hover{color:rgba(85,133,245,.6)}.c-select-person__tag-item .tag-close:active{color:#fff}.c-select-person .select-type-tags .n-tag{background-color:var(--n-color-hover-checkable);margin-right:10px}.c-select-person .select-type-tags .n-tag.n-tag--checkable.n-tag--checked{background-color:var(--n-color-checked)}.c-select-person .n-tree-node-content{flex:1;overflow:hidden}.c-select-person .search-input .search-clear{cursor:pointer}.c-select-person .user_item{align-items:center;display:flex;font-size:14px;margin:0}.c-select-person .user_item .user_item_expand{flex:1;font-size:12px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-select-person .search_title{border-bottom:1px solid #eee;font-size:16px;margin-top:8px;padding-bottom:5px}.c-select-person .select-person__multiple-search{display:flex;flex-direction:column}.c-select-person .select-person__multiple-search .n-checkbox{height:30px;overflow:hidden}.c-select-person .select-person__multiple-search .n-checkbox .n-checkbox__label{overflow:hidden}.c-select-person .select-person__multiple-search .search_item{align-items:flex-start;box-sizing:content-box;cursor:pointer;display:flex;flex-direction:column;height:40px;margin:2px;padding:3px}.c-select-person .select-person__multiple-search .search_item .title{align-items:center;display:flex;font-size:14px;overflow:hidden;width:100%}.c-select-person .select-person__multiple-search .search_item .desc{color:#7d88b5;font-size:12px;margin-top:5px}.c-select-person .select-person__multiple-search .search_item:hover{background:#f1f1f1}.c-select-person .select-person__multiple-search .search_disabled{color:#c2c2c2;cursor:not-allowed}.c-select-person .select-person__multiple-search .search_disabled .desc{color:#c2c2c2}.c-select-person .n-empty{margin-top:30px}.c-field-set{height:100%;width:100%}.c-field-set__color-picker .n-color-picker-trigger__value{display:none}.c-field-set .main-wrapper{display:flex;flex-flow:column nowrap;height:100%;width:100%}.c-field-set .main-wrapper__search-wrapper.n-input{margin-bottom:12px;width:50%}.c-field-set .main-wrapper .item{background:#fff}.c-field-set .main-wrapper .item:active{background:#f2f2f2;box-shadow:0 0 10px 0 #d5d5d5}.c-field-set .main-wrapper .item:focus{background-color:#f2f2f2}.c-field-set .main-wrapper .item.disabled{cursor:not-allowed}.c-field-set .main-wrapper .item .row{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;height:var(--row-height);padding:5px 0}.c-field-set .main-wrapper .table-cell{box-sizing:border-box;color:inherit;display:inline-block;padding:0 5px}.c-field-set .main-wrapper .table-cell .highlight{background-color:var(--primary-color);color:#fff}.c-field-set .main-wrapper .table-cell .c-field-set__color-picker{display:block}.c-field-set .main-wrapper__table-header{align-items:center;background:#f2f2f4;border:1px solid #f2f2f2;display:flex;height:52px}.c-field-set .main-wrapper__table-header .n-checkbox.n-checkbox--disabled .n-checkbox__label{color:var(--n-text-color)}.c-field-set .main-wrapper__table-body{flex:1;overflow-y:auto}.c-field-set .main-wrapper__table-footer{border-top:1px solid #d5d5d5;padding:12px 0}.c-field-set .main-wrapper .set-item{padding:10px 0}.c-field-set .main-wrapper .set-item.table-item{border-top:1px solid #e8e8e8;width:50%}.c-field-set .main-wrapper .set-item.table-item h4{font-size:16px;font-weight:400;margin-bottom:12px}.c-field-set .main-wrapper .set-item.table-item .table-style{background:#e5e5e5;border:2px solid #cfcfcf;border-radius:4px;cursor:pointer;margin-bottom:10px;padding:20px 0 0}.c-field-set .main-wrapper .set-item.table-item .table-style .table-bg{background:#fff;border-radius:5px;margin:0 20px 20px;padding:10px}.c-field-set .main-wrapper .set-item.table-item .table-style .table-bg img{width:100%}.c-field-set .main-wrapper .set-item.table-item .table-style__desc{align-items:center;background:#fff;display:flex;padding:10px}.c-field-set .main-wrapper .set-item.table-item .table-style__desc .n-icon{color:var(--c-primary-color);font-size:20px}.c-field-set .main-wrapper .set-item.table-item .table-style__desc .circle{border:1px solid #d5d5d5;border-radius:50%;display:inline-block;height:18px;width:18px}.c-field-set .main-wrapper .set-item.table-item .table-style__desc span{margin-left:5px}.c-field-set .main-wrapper .set-item.table-item .table-style.active{background:#e2ebfa;border:2px solid var(--c-primary-color)}.c-field-set__color-block{display:inline-block;margin-left:20px;position:relative}.c-field-set__color-block:before{background-color:var(--color);border-radius:2px;content:"";height:14px;left:-20px;position:absolute;top:3px;width:14px}.c-field-set__space{width:100%}.c-field-set__space>div:first-child{width:80%}.c-field-set__space .filter-btn{color:var(--c-primary-color);cursor:pointer}.c-field-set__condition .opt-btn{cursor:pointer;display:inline-flex}.c-field-set__condition .condition-wrapper__item{align-items:center;display:flex;margin-top:10px}.c-field-set__condition .condition-wrapper__item .item-index{margin-right:10px}.c-field-set__condition .condition-wrapper__item>.n-date-picker,.c-field-set__condition .condition-wrapper__item>.n-input,.c-field-set__condition .condition-wrapper__item>.n-input-number,.c-field-set__condition .condition-wrapper__item>.n-select{margin-right:10px;width:20%}.c-field-set__condition .sql-expression-wrapper{margin-top:10px}.dropdown-button{border-color:#d5d5d5!important;color:#212121;padding-right:0}.dropdown-button .n-button__content{height:100%}.dropdown-button .n-button__content .n-icon{align-items:center;display:flex;height:100%;justify-content:center;padding-right:10px;width:30px}.c-dropdown .n-dropdown-menu-wrapper span.active{color:#5585f5}.login-form-button{border-radius:24px;color:#fff;font-size:16px;height:50px;width:100%}.login-form-button-print{padding-top:15px}.login-form-button-print .n-input{border-radius:6px;color:#757575;font-size:14px;height:50px;line-height:50px}.c-button-print-modal .n-form-item-feedback-wrapper{display:none}.c-button-preview-modal{max-width:none!important}.c-button-preview-modal .n-dialog__content{height:98%}@font-face{font-family:select-label-iconfont;src:url(select-label/style/select-label-iconfont.ttf) format("truetype")}.iconfont-select-label{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:select-label-iconfont!important;font-size:14px;font-style:normal}.icon-select-label-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.icon-select-label-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.c-select-label .label-disable-wrap{align-items:center;display:flex;flex-direction:column;font-size:14px;line-height:20px;width:100%}.c-select-label .label-disable-wrap .label-disable-img{height:248px;width:320px}.c-select-label .common-label{border:1px solid rgba(0,0,0,.1);border-radius:4px;margin-top:8px!important;padding:4px 12px}.c-select-label .common-label>span{color:rgba(0,0,0,.9);margin-right:16px}.c-select-label .form-add-icon-label{align-items:center;color:#2d7aff;cursor:pointer;display:inline-flex;vertical-align:middle}.c-select-label .anticon+.anticon{margin-left:16px}.c-select-label .n-tag{border:1px solid #e0e0e6;margin:0 8px 0 0;max-width:108px}.c-select-label .n-tag .n-base-icon{color:#fff}.c-select-label .n-tag .n-tag__content{align-items:center;display:inline-block;line-height:20px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-label-form-content{border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;height:100%;width:100%}.c-label-form-content .label-wrap{display:flex;height:100%;width:100%}.c-label-form-content .label-wrap .left-label-wrap{border-right:1px solid #e8e8e8;max-height:404px;width:140px}.c-label-form-content .label-wrap .left-label-wrap.total-left-label-wrap{height:calc(100vh - 109px);max-height:calc(100vh - 109px)}.c-label-form-content .label-wrap .left-label-wrap.explicit-label-wrap{height:auto;overflow:hidden;overflow-y:auto;width:100%}.c-label-form-content .label-wrap .left-label-wrap .n-anchor.n-anchor--block .n-anchor-link{font-size:14px;padding:10px 8px}.c-label-form-content .label-wrap .left-label-wrap .n-anchor.n-anchor--block .n-anchor-link.n-anchor-link--active{background-color:#f2f2f2}.c-label-form-content .label-wrap .right-label-wrap{flex:1;max-height:404px;overflow-y:auto}.c-label-form-content .label-wrap .right-label-wrap.total-right-label-wrap{max-height:calc(100vh - 109px)}.c-label-form-content .label-wrap .right-label-wrap .label-add{display:inline-flex;height:30px;justify-content:center;line-height:30px;position:relative;text-align:center;top:2px;width:108px}.c-label-form-content .label-wrap .right-label-wrap .label-add .selfval{align-items:center;display:flex;justify-content:center}.c-label-form-content .label-wrap .right-label-wrap .add-input{width:108px}.c-label-form-content .label-wrap .right-label-wrap .add-input .n-input__suffix{cursor:pointer}.c-label-form-content .label-wrap .explicit-continer{border:1px solid #d5d5d5;width:100%}.c-label-form-content .edit-label-type{font-size:12px;margin-left:4px}.c-label-form-content .edit-label-content{margin-top:10px;padding:0 14px}.c-label-form-content .edit-label-content .edit-content{margin-top:8px;width:100%}.c-label-form-content .edit-label-content .edit-content .n-tag{border:1px solid #e0e0e6;margin:0 8px 8px 0;max-width:108px;text-align:center}.c-label-form-content .edit-label-content .edit-content .n-tag .n-tag__content{align-items:center;display:inline-flex}.c-label-form-content .edit-label-content .edit-content .n-tag .n-tag__content span{display:inline-block;height:100%;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.n-dialog__title .svg-wrap{margin:0 0 0 auto}.n-dialog__title .svg-wrap i{cursor:pointer;font-size:16px}.c-chunk-upload-container{background-color:#fff;box-sizing:border-box;height:100%;overflow:hidden;overflow-y:auto;width:100%}.c-chunk-upload-container div.uploader-drop{border:none;padding:0}.c-chunk-upload-container li,.c-chunk-upload-container ul{list-style:none;margin:0;padding:0}.c-chunk-upload-container .uploader-app{min-width:250px}.c-chunk-upload-container .upload-btn{padding:20px 0}.c-chunk-upload-container .upload-btn .mgl-10{margin-left:10px}.c-chunk-upload-container .no-file{font-size:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.c-chunk-upload-container .uploader-file-actions>span{margin-right:6px}.c-file-list-conatiner{background-color:#fff;height:300px;margin-top:20px;overflow:hidden;overflow-y:auto}.c-file-list-conatiner .uploader-file{border-bottom:none;height:auto;line-height:normal}.c-file-container .c-f-item{display:flex}.c-file-container .c-f-item-icon{align-items:center;display:flex;justify-content:center;text-align:center;width:50px}.c-file-container .c-f-item-info{flex:1;line-height:20px}.c-file-container .c-f-item-info-title{line-height:24px}.c-file-container .c-f-item-info-title .title{color:rgba(0,0,0,.85);font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500}.c-file-container .c-f-item-info-time,.c-file-container .c-f-item-info-title .size{color:#9d9d9d;font-size:12px}.c-file-container .c-f-item-btn{line-height:40px;width:100px}.c-file-container .c-f-item-btn i{padding:0 5px}.c-file-boder-bottom{border-bottom:1px solid #d5d5d5}.c-drap-container{background-color:#f9f9f9;border:1px dashed #5585f5;border-radius:4px;color:#5585f5;cursor:pointer;height:180px;line-height:1.5;overflow:hidden;padding-top:45px;position:relative;text-align:center}.c-drap-container i{font-size:56px;margin-bottom:20px}.c-upload{display:flex;flex-wrap:wrap;margin-top:4px}.show-list{display:inline-flex;flex-wrap:wrap}.c-uploader-preview-wrap.vod-wrap{background-color:#fff;border:1px dashed #eee;border-radius:4px;display:inline-block;height:120px;margin-bottom:8px;margin-right:8px;position:relative;width:140px}.c-uploader-preview-wrap.vod-wrap .vod-uploading{background-color:#fafafa;height:100%;position:relative;width:100%}.c-uploader-preview-wrap.vod-wrap .vod-uploading .progress-wrap{padding:3px}.c-uploader-preview-wrap.vod-wrap .vod-uploading .uploading-msg{color:#333;font-size:12px;text-align:center}.c-uploader-preview-wrap.vod-wrap .vod-uploading .uploading-mask{align-items:center;background:rgba(0,0,0,.3);bottom:0;color:#fff;display:inline-flex;justify-content:center;left:0;min-height:20%;position:absolute;text-align:center;width:100%}.c-uploader-preview-wrap.vod-wrap .vod-def-bg{align-items:center;background-color:rgba(50,50,51,.5);display:flex;height:100%;justify-content:center;position:relative;width:100%}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .icon-vod-def{font-size:40px;opacity:.3;transform:scale3d(2,2,2);transition:all .25s ease-out}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .vod-cover-img{border-radius:4px;height:100%;object-fit:cover;width:100%}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .tooltip-wrap{align-items:center;background:#22de4b;border-radius:4px;color:#fff;display:inline-flex;height:40px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .tooltip-wrap .upload-img{display:inline-block;height:20px;margin-right:10px;width:20px}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .tooltip-wrap.error-wrap{background:#e02020;flex-direction:column;height:72px;width:158px}.c-uploader-preview-wrap.vod-wrap .vod-def-bg .tooltip-wrap.error-wrap span{height:20px;line-height:20px;margin-bottom:8px}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done .tooltip-wrap{opacity:0}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done .tooltip-wrap.is-new{animation:fadeOut 2.5s 1 both}@keyframes fadeOut{0%{opacity:1}80%{opacity:1}to{opacity:0}}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done:hover .icon-wrap{background:rgba(0,0,0,.2)}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done:hover .theme_outlined{display:none}.c-uploader-preview-wrap.vod-wrap .vod-def-bg.vod-done:hover .theme_filled{display:inline-block}.c-uploader-preview-wrap .uploader-mask{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-webkit-box-pack:center;align-items:center;background-color:rgba(50,50,51,.88);bottom:0;color:#fff;display:-webkit-box;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0}.c-uploader-preview-wrap .uploader-mask .uploading-msg{font-size:12px}.c-uploader-preview-wrap .uploader-preview-delete{height:20px;position:absolute;right:3px;top:3px;width:20px;z-index:10}.c-uploader-preview-wrap .uploader-preview-delete .pre-delete{background:#fff;border-radius:50%;color:#e02020;cursor:pointer;font-size:20px;height:20px;width:20px}.c-icon-wrap{background:rgba(0,0,0,.6);bottom:0;color:#fff;font-size:28px;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.c-icon-wrap .icon-play{cursor:pointer;font-size:46px;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);transition:all .25s ease-out}.c-icon-wrap .theme_outlined{display:inline-block}.c-icon-wrap .theme_filled{display:none}.c-chunk-uploader-btn{background:#fafafa;border:1px dashed #d5d5d5;border-radius:4px;cursor:pointer;display:table;height:120px;margin-right:8px;text-align:center;transition:border-color .3s ease;vertical-align:top;width:140px}.c-chunk-uploader-btn.disable-upload{cursor:not-allowed}.c-chunk-uploader-btn .chunk-btn-content{display:table-cell;height:100%;text-align:center;vertical-align:middle;width:100%}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn{line-height:1.2}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn img{height:32px;width:32px}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-icon{color:#000;font-size:30px}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-text{width:140px}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-text p{color:#585858;margin-bottom:0}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-text span{color:#b6b6b6;font-size:12px}.c-chunk-uploader-btn .chunk-btn-content .c-uploader-btn .uploader-text .guage-text{color:#585858;font-size:14px}.c-chunk-uploader-btn:hover{background:#f3f7ff;border-color:#5585f5}.c-chunk-uploader-btn:hover .guage-img{content:url("data:image/png;base64,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")}.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-icon,.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-text .guage-text,.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-text p,.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-text span{color:#5585f5}@font-face{font-family:scale-view-iconfont;src:url(scale-view/style/scale-view-iconfont.ttf?t=1682489008262) format("truetype")}.scale-view-iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:scale-view-iconfont!important;font-size:14px;font-style:normal}.icon-scale-view-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.icon-scale-view-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.icon-scale-view-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.icon-scale-view-shijian:before{content:"\e8c5"}.icon-scale-view-qianming:before{content:"\e6ca"}.icon-scale-view-cuo:before{content:"\e6e5"}.icon-scale-view-dui:before{content:"\e7c8"}.icon-scale-view-dengpao:before{content:"\e719"}.c-scale-view-block .c-choice-wrap{display:flex;flex-wrap:wrap;width:100%}.c-scale-view-block .c-choice-wrap .c-choice-radio-div{align-items:center;display:flex;flex-wrap:wrap}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-input.n-input--disabled{background:#fff}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled{border:1px solid transparent;padding-left:4px}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked{border-color:#2d7aff;border-radius:4px;color:#000!important;font-weight:700;padding-bottom:4px;padding-top:4px}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .other-span,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .other-span{color:#000!important}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-radio__dot,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-radio__dot{background-color:var(--n-color-active);box-shadow:var(--n-box-shadow-active)}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-radio__dot:before,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-radio__dot:before{background:var(--n-dot-color-active)}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-checkbox-box,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-checkbox-box{background-color:var(--n-color-checked)}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-checkbox-box .n-checkbox-box__border,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-checkbox-box .n-checkbox-box__border{border-color:#2d7aff}.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-checkbox-box .n-checkbox-icon .check-icon,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-checkbox--disabled.n-checkbox--checked .n-checkbox-box .n-checkbox-icon .line-icon,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-checkbox-box .n-checkbox-icon .check-icon,.c-scale-view-block .c-choice-wrap .c-choice-radio-div .n-radio--disabled.n-radio--checked .n-checkbox-box .n-checkbox-icon .line-icon{fill:var(--n-check-mark-color)}.c-scale-view-block .c-choice-wrap .n-radio-input{height:14px;width:14px}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap{background:#fff;border:1px solid #d5d5d5;border-radius:4px;display:inline-block;height:62px;margin-right:16px;min-width:74px;position:relative;width:74px}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap:hover .scale-preview-wrap{display:flex}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap>img{height:100%;object-fit:cover;width:100%}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap .scale-preview-wrap{align-items:center;background:rgba(0,0,0,.75);border-radius:8px;bottom:0;display:none;font-size:20px;justify-content:center;left:0;position:absolute;right:0;top:0}.c-scale-view-block .c-choice-wrap .scale-choice-img-wrap .scale-preview-wrap i.anticon{color:#fff;margin:0}.c-scale-view-block .c-choice-wrap .presuffix-wrap{align-items:center;display:inline-flex;white-space:normal;width:100%}.c-scale-view-block .c-choice-wrap .n-input{border-bottom:1px solid #d9d9d9;flex:1;max-width:300px}.c-scale-view-block .c-choice-wrap .choose-other{flex:1}.c-scale-view-block .c-choice-wrap .other-span{word-break:break-all}.c-scale-view-block .c-choice-wrap.choice-wrap-1 .c-choice-radio-div{width:100%}.c-scale-view-block .c-choice-wrap.choice-wrap-1 .c-choice-radio-div .n-input{max-width:300px}.c-scale-view-block .c-choice-wrap.choice-wrap-2 .c-choice-radio-div{width:50%}.c-scale-view-block .c-choice-wrap.choice-wrap-3 .c-choice-radio-div{width:33%}.c-scale-view-block .c-choice-wrap.choice-wrap-4 .c-choice-radio-div{width:25%}.c-scale-view-block .c-choice-wrap label{align-items:center;display:inline-flex;margin:4px 0}.c-scale-view-block .c-choice-wrap label .n-radio__label{align-items:center;display:inline-flex;flex:1;white-space:normal}.c-scale-view-block .c-choice-wrap .n-checkbox{align-items:center;display:inline-flex;margin:4px 0}.c-scale-view-block .c-choice-wrap .n-checkbox .n-checkbox__label{align-items:center;display:inline-flex;flex:1;white-space:normal}.c-scale-view-block{box-sizing:border-box;color:rgba(0,0,0,.65);height:100%;overflow:hidden;padding-top:4px;position:relative;text-align:left;width:100%}.c-scale-view-block-hasfooter{padding-bottom:50px}.c-scale-view-block .scale-container{box-sizing:border-box;height:100%;overflow-y:auto;transform-origin:0 0;width:100%}.c-scale-view-block .scale-container.scale-container-nopadding{display:flex;flex-direction:column;height:100%}.c-scale-view-block .scale-container::-webkit-scrollbar{background-color:#f5f5f5;height:6px;width:10px}.c-scale-view-block .scale-container::-webkit-scrollbar-track{background-color:#f2f2f2;border-radius:10px}.c-scale-view-block .scale-container::-webkit-scrollbar-thumb{background-color:#dbdcdc;border-radius:10px}.c-scale-view-block .scale-container .n-base-selection--selected.n-base-selection--disabled .n-base-selection-overlay__wrapper{color:#000;font-weight:700}.c-scale-view-block .scale-container .n-base-selection--selected.n-base-selection--disabled.n-base-selection--multiple .n-base-selection-tag-wrapper .n-tag.n-tag--disabled{--n-border:1px solid #2d7aff!important;--n-border-radius:4px!important;--n-opacity-disabled:1!important;border-color:#2d7aff!important;color:#000;font-weight:700}.c-scale-view-block .scale-container .n-base-selection--selected.n-base-selection--disabled.n-base-selection--multiple .n-base-selection-tag-wrapper .n-tag.n-tag--disabled .n-base-close{display:none}.c-scale-view-block .scale-container .n-input.n-input--disabled .n-input__input-el,.c-scale-view-block .scale-container .n-input.n-input--disabled .n-input__textarea-el{color:#000;font-weight:700}.c-scale-view-block .lb-title{text-align:center}.c-scale-view-block .map-container{cursor:pointer}.c-scale-view-block .linebar-div{margin-top:24px;text-align:center;width:100%}.c-scale-view-block .linebar-div .n-divider{margin-top:4px}.c-scale-view-block .my-prompt{background-color:#fff;border-radius:4px;box-shadow:0 5px 13px rgba(0,0,0,.14);padding:10px}.c-scale-view-block .img-card{width:100%}.c-scale-view-block .main{box-sizing:border-box}.c-scale-view-block .main .scale-label-required{font-weight:700}.c-scale-view-block .main .required-text{color:#e02828;font-weight:700}.c-scale-view-block .main .score-i{word-break:keep-all}.c-scale-view-block .main .evalute-label{background:rgba(45,122,255,.1);border:1px solid rgba(45,122,255,.5);border-radius:4px;color:#2d7aff;display:inline-block;font-size:12px;height:20px;line-height:20px;margin-left:4px;padding:0 5px}.c-scale-view-block .main .evalute-tip{background:rgba(255,194,0,.15);border-radius:2px;color:#fe9626;cursor:pointer;display:inline-block;margin-left:8px;padding:0 5px}.c-scale-view-block .footer{align-items:center;background:#fff;border-top:1px solid #e8e8e8;bottom:0;box-sizing:border-box;display:flex;flex-basis:50px;height:50px;left:0;position:absolute;width:100%}.c-scale-view-block .footer .n-button+.n-button{margin-left:8px}.n-dialog.n-modal.c-evatip-dialog-wrap{max-height:unset;overflow-y:hidden;padding:0;width:494px!important}.n-dialog.n-modal.c-evatip-dialog-wrap .n-dialog__title{border-bottom:1px solid #e8e8e8;font-weight:600;height:52px;line-height:52px;padding-left:16px}.n-dialog.n-modal.c-evatip-dialog-wrap .n-base-icon{color:#666;margin:0;position:absolute}.n-dialog.n-modal.c-evatip-dialog-wrap .n-dialog__content{margin:0}.n-dialog.n-modal.c-evatip-dialog-wrap .evatip-container{color:#2e2e2e;font-size:16px;max-height:60vh;min-height:100px;overflow-y:auto;padding:26px 16px}.n-dialog.n-modal.c-evatip-dialog-wrap .evatip-container p{border:1px solid hsla(0,0%,84%,.6);border-radius:4px;font-size:14px;margin-bottom:0;margin-top:12px;padding:16px}.n-dialog.n-modal.c-evatip-dialog-wrap .n-dialog__action{border-top:1px solid #e8e8e8;box-sizing:border-box;display:block;padding:10px 16px;text-align:right;width:100%}.c-scale-view-block .c-answerParse{background:hsla(0,64%,98%,.6);border-radius:8px;color:#2e2e2e;margin-bottom:12px;margin-top:6px;padding:16px}.c-scale-view-block .c-answerParse .answer-res-wrap{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.c-scale-view-block .c-answerParse .answer-res-wrap .answer-res{align-items:center;background:#f06f64;border-radius:18px;color:#fff;display:inline-flex;font-weight:700;line-height:36px;padding:0 18px}.c-scale-view-block .c-answerParse .answer-res-wrap .answer-res svg{font-size:16px;margin-right:8px}.c-scale-view-block .c-answerParse .answer-res-wrap .answer-score{color:#2e2e2e;font-size:14px;font-weight:600}.c-scale-view-block .c-answerParse .correct-answer{line-height:20px;margin-bottom:16px}.c-scale-view-block .c-answerParse .correct-answer p{display:inline-block;font-weight:700}.c-scale-view-block .c-answerParse .correct-answer span{color:#91c850;font-size:16px;word-break:break-all}.c-scale-view-block .c-answerParse .answer-key{line-height:20px}.c-scale-view-block .c-answerParse .answer-key p{font-weight:700;line-height:20px;margin-bottom:16px}.c-scale-view-block .c-answerParse .answer-key span{word-break:break-all}.c-scale-view-block .c-answerParse.answerParse-success{background:rgba(234,251,228,.6)}.c-scale-view-block .c-answerParse.answerParse-success .answer-res{background:#91c850}.c-scale-view-block .c-evaluateCountdown{background:#f2f2f4;border-radius:8px;color:#212121;min-width:166px;padding:8px 12px;position:absolute;right:0;text-align:center;top:0;z-index:1}.c-scale-view-block .c-evaluateCountdown .evaluate-toggle-icon{cursor:pointer;font-size:16px;position:absolute;right:10px;top:11px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover{background:#f1f1f4;padding:8px 32px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover .countdown{font-size:26px;line-height:40px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover .countdown span{line-height:unset}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover .countdown svg{display:none}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation):hover .answered-wrap{display:block}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-hasTime:not(.evaluateCountdown-EvaluetaResSituation) .answered-wrap{display:none}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation{text-align:left}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation.evaluateCountdown-hasTime{padding:8px 32px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation.evaluateCountdown-hasTime .evaluate-toggle-icon{font-size:18px;right:8px;top:18px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation .countdown{font-size:26px;line-height:40px}.c-scale-view-block .c-evaluateCountdown.evaluateCountdown-EvaluetaResSituation .countdown span{line-height:unset}.c-scale-view-block .c-evaluateCountdown .countdown{align-items:center;color:#000;display:flex;font-size:14px;justify-content:center}.c-scale-view-block .c-evaluateCountdown .countdown span{line-height:18px}.c-scale-view-block .c-evaluateCountdown .countdown svg{color:#969696;font-size:16px;margin-left:8px}.c-scale-view-block .c-evaluateCountdown .countdown.countdown-red{color:#ff1818}.c-scale-view-block .c-evaluateCountdown .answered-blue{color:#2d7aff}.c-scale-view-block .c-evaluateCountdown .answered-blod{font-weight:700}.c-scale-view-block .c-evaluate-page{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.c-scale-view-block .c-evaluate-page .evaluate-container{border:1px solid #e0e0e0;border-radius:15px;padding:45px 32px;text-align:center;width:620px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-name{color:#212121;font-size:20px;line-height:28px;margin-bottom:10px;max-height:88px;overflow-y:auto;word-break:break-all}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-explain{background:#f2f2f4;border-radius:8px;margin-bottom:24px;overflow:hidden;padding:12px 22px 12px 30px;text-align:left}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-explain>div{max-height:206px;overflow-y:auto;padding-right:8px;word-break:break-all}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score{display:flex;margin-bottom:24px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score li+li{border-left:1px solid hsla(0,0%,84%,.6)}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score li{flex:1}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score li div{color:#000;font-size:36px;line-height:50px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-score li span{color:rgba(0,0,0,.6);font-size:14px;line-height:20px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-time-range{color:#000;font-size:14px;line-height:20px;margin-bottom:20px}.c-scale-view-block .c-evaluate-page .evaluate-container .evaluate-btn{border-radius:8px;color:#fff;font-size:18px;height:unset;padding:16px 0;text-align:center;width:380px}.c-scale-view-block .c-totalScore-warp{background:#f2f2f4;border-radius:6px;color:#666;font-size:14px;font-weight:400;margin-bottom:16px;padding:16px}.c-scale-view-block .c-totalScore-warp div+div{margin-top:4px}.c-scale-view-block .c-totalScore-warp span{color:#090909;font-weight:500}.c-scale-view-block .c-totalScore-warp .score-result{color:#2d7aff}.c-scale-view-block .c-sign-wrap .sigan-content-wrap{display:flex;flex-wrap:wrap}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item{border:1px solid #d5d5d5;border-radius:4px;box-sizing:border-box;height:96px;margin-right:16px;overflow:hidden;position:relative;width:200px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item>img{height:100%;width:100%}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item:hover>div{display:flex}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item>div{align-items:center;background:rgba(0,0,0,.8);border-radius:4px;bottom:0;display:none;justify-content:center;left:0;position:absolute;right:0;top:0}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item>div .n-icon{color:#fff;cursor:pointer;font-size:18px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .sign-item>div .n-icon+.n-icon{margin-left:20px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .add-sign-wrap{align-items:center;background:#fafafa;border:1px dashed #d5d5d5;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:96px;justify-content:center;width:200px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .add-sign-wrap .scale-view-iconfont{color:#000;font-size:32px}.c-scale-view-block .c-sign-wrap .sigan-content-wrap .add-sign-wrap span,.c-scale-view-block .sign-com-wrap>span{color:#585858}.c-scale-view-block .sign-com-wrap .sign-canvas{border:1px solid hsla(0,0%,84%,.6);border-radius:4px;margin-top:16px}.c-scale-view-block li,.c-scale-view-block ul{list-style:none;margin:0;padding:0}.c-scale-view-block .n-input{text-align:left;width:100%}.c-scale-view-block .n-form-item{--n-label-height:unset!important}.c-scale-view-block .c-scle-form-item>.n-form-item-blank{display:block}.c-scale-view-block .no-data-tip{align-items:center;color:#333;display:flex;flex-direction:column;font-size:22px;height:100%;justify-content:center;width:100%}.c-scale-view-block .no-data-tip>img{max-width:70%;width:260px}.c-scale-view-block .no-data-tip>p{color:rgba(0,0,0,.8);font-size:16px;margin-bottom:0;margin-top:12px}.c-scale-view-block .no-data-tip>span{color:rgba(0,0,0,.4);font-size:14px;margin-top:6px}.c-scale-view-block .c-scale-address{max-width:500px}.c-scale-view-block .c-scale-address .field-row{display:flex;overflow:hidden;width:100%}.c-scale-view-block .c-scale-address .field-row .n-select{flex:1;padding:0 5px 5px 0;width:100%}.c-scale-view-block .c-scale-address .field-row .n-select:last-child{padding-right:0}.c-scale-view-block .c-scale-collection,.c-scale-view-block .c-scale-collection .img-card{width:100%}.c-scale-view-block .c-scale-collection.scale-collection-title{text-align:center}.c-scale-view-block .c-scale-collection.scale-collection-title h1{font-weight:500}.c-scale-view-block .c-scale-collection.prompt-message{background-color:#fff;border-radius:4px;box-shadow:0 5px 13px rgba(0,0,0,.14);color:#666;padding:10px;position:relative}.c-scale-view-block .c-scale-collection.prompt-message.is-weak{color:#999}.c-scale-view-block .c-scale-collection.prompt-message.is-strong{color:#ff1818;padding:8px 8px 8px 35px}.c-scale-view-block .c-scale-collection.prompt-message .prompt-icon{font-size:18px;left:8px;position:absolute;top:8px}.c-scale-view-block .c-scale-collection.prompt-message .prompt-message-content{font-size:14px;line-height:16px;word-break:break-all}.c-scale-view-block .c-time-range{align-items:center;display:flex}.c-scale-view-block .c-map-container{cursor:pointer;width:100%}.c-scale-view-block .c-map-container .n-input.map-input .n-input__prefix{transform:rotate(180deg)}.c-scale-view-block .c-map-container .n-input.map-input .n-input__prefix .n-icon{color:rgba(0,0,0,.65)}.c-scale-view-block .c-map-container .n-input.map-input.n-input .n-input__input-el{background-color:#fff;color:rgba(0,0,0,.65);cursor:pointer}.c-scale-view-block .c-scale-upload{width:100%}.c-scale-view-block .c-scale-upload .n-upload-file-list{display:flex}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__action.n-upload-file-info__action--image-card-type{background:rgba(0,0,0,.5);box-sizing:border-box}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file .n-upload-file-info .n-upload-file-info__action.n-upload-file-info__action--image-card-type span.n-button__icon{color:#fff}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-trigger.n-upload-trigger--image-card{background-color:#fafafa;border-color:#d5d5d5;height:184px;width:184px}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file.n-upload-file--image-card-type{background-color:#fafafa;border-color:#d5d5d5;height:184px;padding:8px;width:184px}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file.n-upload-file--image-card-type .n-image{height:100%}.c-scale-view-block .c-scale-upload .n-upload-file-list .n-upload-file.n-upload-file--image-card-type img{object-fit:cover!important}.c-scale-view-block .c-scale-upload .upload-img-wrap{align-items:center;display:flex;flex-direction:column}.c-scale-view-block .c-scale-upload .dragger-upload-text{align-items:center;display:flex}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload-dragger{padding:16px 0}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload{--n-item-disabled-opacity:1!important;opacity:1!important}.c-scale-view-block .c-scale-upload.scale-upload-file .dragger-upload-text{color:rgba(0,0,0,.65)}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload-file-list{display:flex;flex-direction:column;width:100%}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload-file-list .n-upload-file{width:100%}.c-scale-view-block .c-scale-upload.scale-upload-file .n-upload-trigger{background:#fafafa;border-color:#d5d5d5;width:100%}.c-scale-view-block .text-over-tooltip-components{display:inline-block;max-width:98%}.c-scale-view-block .text-over-tooltip-components .ellipsis{color:#35393c;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-scale-view-block .text-over-tooltip-components .ellipsis i{font-style:normal;white-space:nowrap;word-break:keep-all}.c-scale-view-block .text-over-tooltip-components .fs20{color:green;font-size:20px;font-weight:600;line-height:22px}.c-scale-view-block .text-over-tooltip-components .fs12{color:orange;font-size:12px;font-weight:400;line-height:14px}.c-scale-view-block .des-content-wrap{padding:0 16px}.c-scale-view-block .des-content-wrap .des-content-div{padding-bottom:24px;text-align:left;white-space:break-spaces;word-break:break-word}.c-scale-view-block .des-content-wrap .des-content-div img,.c-scale-view-block .des-content-wrap .des-content-div video{max-width:100%}.c-scale-view-block .des-content-wrap .des-content-div p{margin:0}.c-scale-map-modal .n-card__content{overflow:hidden}.c-scale-modal-container.n-dialog{display:flex;flex-direction:column;height:60vh}.c-scale-modal-container.n-dialog.n-modal{min-width:560px;padding:0;width:50vw}.c-scale-modal-container.n-dialog .n-dialog__title{background:#fff;border-bottom:1px solid #e8e8e8;border-radius:8px 8px 0 0;box-sizing:border-box;height:52px;line-height:52px;padding:14px 16px}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content{align-items:center;color:#000;display:flex;font-size:16px;height:100%;justify-content:space-between;overflow:hidden;width:100%}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content .modal-title-drag{flex:1}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content .svg-wrap{right:16px}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content .svg-wrap svg{cursor:pointer;font-size:14px}.c-scale-modal-container.n-dialog .n-dialog__title .n-dialog__title-content .svg-wrap svg+svg{margin-left:16px}.c-scale-modal-container.n-dialog .n-dialog__content{height:100%;margin:0;overflow:hidden;padding:16px}.c-scale-modal-container.n-dialog .n-dialog__action{background:transparent;border-radius:0 0 8px 8px;border-top:1px solid #e8e8e8;box-sizing:border-box;height:52px;padding:10px 16px;text-align:right}.c-map{height:100%;min-height:500px;overflow:hidden;text-align:left;width:100%}.c-map li,.c-map ul{list-style:none;margin:0;padding:0}.c-map #map-core{height:250px;width:100%}.c-map .search-container{height:40px;margin-top:20px}.c-map .search-container .map-input-search{display:flex}.c-map .search-container .map-input-search .n-input{border-bottom-right-radius:0;border-top-right-radius:0;height:32px;line-height:32px}.c-map .search-container .map-input-search .input-addon{height:32px;line-height:32px}.c-map .search-container .map-input-search .input-addon .n-button{border-bottom-left-radius:0;border-top-left-radius:0;height:100%;padding:0 16px}.c-map .address-list{height:calc(100% - 75px);overflow-y:auto}.c-map .address-list .address-item{cursor:pointer;height:60px;padding-top:10px}.c-map .address-list .address-item .title{font-size:16px}.c-map .address-list .address-item span{color:#b9b9b9;font-size:12px}.c-map .address-list .address-item:first-child{height:57px;line-height:40px;padding-top:20px}.video-js{height:100%;width:100%}.video-js .vjs-current-time.vjs-time-control,.video-js .vjs-duration.vjs-time-control,.video-js .vjs-time-control,.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started .vjs-big-play-button{display:block}.video-js.vjs-playing .vjs-tech{pointer-events:auto}.show-list,.vod-list{height:100%}.show-list{display:flex;padding:3px 0}.vod-wrap{background-color:#fff;display:inline-block;height:100%;margin-right:5px;overflow:hidden;position:relative;width:fit-content}.vod-wrap .vod-def-bg{align-items:center;background-color:rgba(50,50,51,.3);display:flex;height:100%;justify-content:center;width:100%}.vod-wrap .vod-def-bg .vod-cover-img{height:130px;object-fit:cover;width:210px}.vod-wrap .icon-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}.vod-wrap .icon-play{color:#fff;opacity:.8;transition:all .25s ease-out}.player-wrap{height:100%;padding:100px 0;width:100%}.c-video-modal .c-playervod-wrap.vod-list{height:100%}.c-video-modal .c-playervod-wrap .show-list{display:flex;height:100%;padding:3px 0}.c-video-modal .c-playervod-wrap .vod-wrap{background-color:#fff;display:inline-block;height:100%;margin-right:5px;overflow:hidden;position:relative;width:fit-content}.c-video-modal .c-playervod-wrap .vod-wrap .vod-def-bg{align-items:center;background-color:rgba(50,50,51,.3);display:flex;height:100%;justify-content:center;width:100%}.c-video-modal .c-playervod-wrap .vod-wrap .vod-def-bg .vod-cover-img{height:130px;object-fit:cover;width:210px}.c-video-modal .c-playervod-wrap .vod-wrap .icon-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}.c-video-modal .c-playervod-wrap .vod-wrap .icon-play{color:#fff;opacity:.8;transition:all .25s ease-out}.c-video-modal .c-playervod-wrap .player-wrap{height:100%;padding:100px 0;width:100%}.c-player-video-modal .preview-wrap{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.c-player-video-modal .preview-wrap .preview{height:100%;padding:20px 0;width:60vw}.c-player-video-modal .preview-wrap .video-container{height:100%}.vxe-table--body-wrapper::-webkit-scrollbar,.vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:#f2f2f2;height:10px;width:10px}.vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background-color:#b2b2b2}.c-time-line.n-timeline .n-timeline-item .n-timeline-item-timeline .n-timeline-item-timeline__circle{border-width:5px;height:10px;margin-left:2px;width:10px}.c-time-line .content{background-color:#fafafa;border:1px solid #d5d5d5;border-radius:4px;box-sizing:border-box;color:#212121;font-size:14px;margin-bottom:10px;padding:10px;width:245px}.c-time-line .content-extra,.c-time-line .content-name{font-size:16px;font-weight:600}.c-time-line .content-extra+span,.c-time-line .content-name+span{color:#666}.c-time-line .content p{line-height:20px;margin:5px 0 0;text-align:left}.c-time-line .content-extra{margin-bottom:8px!important}.clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}.containers{background-color:#fff;min-height:300px;overflow-y:auto;position:absolute}.containers,.containers .canvas{height:100%;width:100%}.containers .bjs-powered-by{display:none!important}.containers .djs-bpmn-shape-node,.containers .djs-element .djs-hit-all{cursor:pointer}.c-info-header{background:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,69%,.46);display:block!important;padding:0 16px!important}@font-face{font-family:info-header-iconfont;src:url(info-header/style/info-header-font.ttf) format("truetype")}.c-info-header .info-header--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:info-header-iconfont!important;font-size:16px;font-style:normal}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia:before{content:"\c1003"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantoushang:before{content:"\c1004"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi:before{content:"\c1005"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaobianji:before{content:"\c1006"}.c-info-header .info-header--icon-guanbi-yanjing:before{content:"\c1001"}.c-info-header .info-header--icon-faxian-yanjing:before{content:"\c1002"}.c-info-header.anime--disabled{transition:none!important}.c-info-header__content{align-items:center;display:flex;gap:18px;height:calc((var(--row-height)*var(--row-num) + var(--padding-tb)*2)*1px);justify-content:space-between;padding:calc(var(--padding-tb)*1px) 0;transition:height .2s linear,padding .2s linear}.c-info-header__content [compact-hidden]{max-height:160px;transition:max-height .2s ease-in-out,opacity .2s linear}.c-info-header__content.is-compact [compact-hidden]{max-height:0!important;opacity:0!important;visibility:hidden}.c-info-header__content.is-compact .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(0deg)}.c-info-header__divider{align-self:stretch;background:#d5d5d566;width:1px}.c-info-header__patient{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;margin-right:34px}.c-info-header__patientHeader,.c-info-header__patientHeaderWrapper{align-items:center;display:flex;gap:6px}.c-info-header__patientHeaderWrapper{border-bottom:1px solid transparent}.c-info-header__patientHeaderWrapper.in-edit{border-bottom:1px solid rgba(0,0,0,.6)}.c-info-header__patientHeader--name{font-size:20px;font-weight:700;margin-right:6px}.c-info-header__patientHeader .n-tag{border-radius:2px;height:20px}.c-info-header__patientHeader .n-tag .n-tag__content{font-size:12px}.c-info-header__info{display:flex;flex:1;flex-wrap:wrap;font-size:14px;justify-content:flex-start;width:100%}.c-info-header__infoWrapper{box-sizing:border-box;height:calc((var(--row-height)*var(--row-num))*1px);max-height:calc((var(--row-height)*var(--row-num))*1px);transition:height .2s linear,max-height .2s linear}.c-info-header__info td{text-align:left}.c-info-header__info .n-descriptions-table-content{height:calc(var(--row-height)*1px);max-width:calc(var(--column-width)*1px);overflow-y:hidden;padding:0!important;vertical-align:middle!important}.c-info-header__info .n-descriptions-table-content__label{color:rgba(0,0,0,.6);display:inline-block}.c-info-header__setting{align-self:flex-start;display:flex;gap:8px}.c-info-header__settingIcon{align-items:center;cursor:pointer;display:inline-flex}.c-info-header__setting .info-header--iconfont{color:#000;display:inline-block;font-size:20px;transition:all .2s linear}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(180deg)}.c-info-header__hidden{align-items:center;display:inline-flex;font-size:14px;gap:8px;vertical-align:middle}.c-info-header__hidden--icon{color:inherit!important;cursor:pointer;font-size:14px;text-decoration:none!important}.c-info-header__formRender .n-form-item-blank>.n-input .n-input-wrapper{border-bottom:1px solid var(--n-text-color)}.c-info-header__formRender .n-base-selection,.c-info-header__formRender .n-base-selection-label,.c-info-header__formRender .n-date-picker,.c-info-header__formRender .n-input,.c-info-header__formRender .n-input-wrapper{max-height:18px;min-height:18px;vertical-align:top}.c-info-header__formRender .n-base-selection input,.c-info-header__formRender .n-base-selection-label input,.c-info-header__formRender .n-date-picker input,.c-info-header__formRender .n-input input,.c-info-header__formRender .n-input-wrapper input{max-height:18px;min-height:18px}.c-info-header__formRender .n-select{line-height:1}.anime--disabled .c-info-header,.anime--disabled .c-info-header__content,.anime--disabled .c-info-header__content [compact-hidden],.anime--disabled .c-info-header__infoWrapper{transition:none!important}.annotation-edit{align-items:center;color:var(--c-primary-color);cursor:pointer;display:inline-flex;font-size:16px;user-select:none}.annotation-edit.is-active{color:var(--c-primary-color);filter:hue-rotate(140deg)}.annotation-edit__icon{align-items:center;display:inline-flex}.annotation-edit__textarea{min-width:200px}.annotation-edit__footer{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between;opacity:.5}.annotation-edit__footer>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.annotation-edit__footer>div:first-of-type{min-width:30%}.form-render__wrapper{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));max-height:var(--form-height);overflow-y:auto;position:relative}.form-render__formItem{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column));position:relative}.form-render__formItemMask{margin-bottom:8px;padding:8px}.form-render__formItemMask:after{border:1px solid #c2c2c2;border-radius:8px;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.form-render__formItemMask--selected:after{border-color:var(--c-primary-color)}.form-render__formItemMask--selected:before{border-bottom:12px solid var(--c-primary-color);border-bottom-right-radius:8px;border-left:12px solid transparent;border-right:12px solid var(--c-primary-color);border-top:12px solid transparent;bottom:0;color:#fff;content:"✓";font-size:10px;height:0;line-height:.9;position:absolute;right:0;width:0}.form-render__formItem.n-form-item--left-labelled .form-render__formItemLabel--text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-render__formItem .n-date-picker,.form-render__formItem .n-input-number{width:100%}.form-render__formItemLabel{align-items:center;display:inline-flex;justify-content:space-between;position:relative}.form-render__formItemLabel--operation{align-items:center;display:flex;gap:2px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.form-render__formItemLabel--tooltip{font-size:0;line-height:1;width:16px}.form-render__formItem .n-form-item-label{display:inline-flex}.form-render__formItem .n-form-item-label [annotation-hover-show=true]{visibility:hidden}.form-render__formItem .n-form-item-label:hover [annotation-hover-show=true]{visibility:visible}.form-render__linebar{grid-column:span min(var(--column),var(--column)) /span min(var(--column),var(--column))}.form-render__linebarHeader{align-items:center;background:var(--c-primary-color-opacity2);border-radius:4px;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:space-between;margin-bottom:8px;padding:0 16px}.form-render__linebarHeader>svg{color:rgba(33,33,33,.4);width:14px}.form-render__linebarHeaderTitle{align-items:center;display:flex;font-size:15px;gap:4px;vertical-align:middle}.form-render__linebarHeaderTitle svg{height:16px;transform:translateY(-1px)}.form-render__linebarHeader--disabled{cursor:auto}.form-render__linebarItem{align-items:start;display:grid!important;flex:1;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__linebar--horizontal{align-items:stretch;display:flex;position:relative}.form-render__linebar--horizontal .form-render__linebarHeader{align-items:center;background:transparent;border-radius:0;box-sizing:border-box;display:flex;height:unset;justify-content:center;margin-bottom:0;margin-left:-8px;max-width:var(--form-render-linebar-width);text-align:center;width:var(--form-render-linebar-width);word-break:break-all}.form-render__linebar--horizontal .form-render__linebarItem{padding:8px 0 8px 8px}.form-render__linebar--horizontalBorder:after{border-bottom:1px solid #000;bottom:0;content:"";height:1px;left:0;margin-left:-8px;position:absolute;width:calc(100% + 16px)}.form-render__linebar:last-of-type .form-render__linebar--horizontalBorder:after{display:none}.form-render__linebreaks{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render__inputGroup{align-items:start;display:grid!important;gap:0 16px;gap:0;grid-column:span min(var(--column),var(--column)) /span min(var(--column),var(--column));grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__inputGroup>div{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render__inputGroup>div:not(:last-of-type) .n-base-selection__border,.form-render__inputGroup>div:not(:last-of-type) .n-input__border{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.form-render__inputGroup>div:last-of-type .n-base-selection__border,.form-render__inputGroup>div:last-of-type .n-input__border{border-bottom-left-radius:0;border-top-left-radius:0}.form-render__inputGroup .n-form-item--left-labelled:not(:first-of-type)>label{display:none}.form-render__combination{width:100%}.form-render__combinationHeader{display:flex;gap:12px}.form-render__combinationHeader>h3{font-size:16px;font-weight:700;margin:0;padding:0}.form-render__combinationHeader .n-button__icon{font-size:14px;margin:0 2px 0 0}.form-render__combinationHeaderText{font-size:16px;font-weight:500}.form-render__combinationClose{font-size:16px;height:14px;position:absolute;right:5px;top:5px;width:14px}.form-render__combinationContentJson{position:relative}.form-render__combinationContent{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));position:relative}.form-render__complex{width:100%}.form-render__complexContent--grid{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr))}.form-render__complexContent--flex{display:flex!important;gap:0 8px}.form-render__selectMenu .n-scrollbar-rail__scrollbar{display:none!important}.form-render__selectMenu .n-virtual-list::-webkit-scrollbar,.form-render__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{display:unset!important;height:6px;width:6px}.form-render__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.form-render__selectMenu .v-vl-items{min-width:100%;width:max-content}.form-render__selectOption .n-base-select-option__content{overflow:visible!important;text-overflow:unset!important;word-break:keep-all!important}.form-render__labelField{align-items:start;display:grid!important;display:inline-grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));grid-template-columns:repeat(var(--column),auto)!important;margin-left:16px}.form-render__labelField .n-form-item{display:inline-grid}.form-render__labelField label.n-form-item-label.n-form-item-label--left-mark{align-items:center}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-box{background-color:transparent}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-icon .check-icon{opacity:0}.form-render__labelField .n-checkbox[aria-checked=false] .n-checkbox-box__border{border:var(--n-border)}.form-render .form-render__formItem .n-checkbox,.form-render .form-render__formItem .n-radio{align-items:center}.form-render .form-render__formItem .n-radio-input{left:auto;right:auto}.form-render .form-render__formItem .n-checkbox-group>.n-space:not([vertical-space=true]),.form-render .form-render__formItem .n-radio-group>.n-space:not([vertical-space=true]){align-items:center!important}.form-render .form-render__formItem .n-checkbox__label{align-items:center;display:inline-flex;flex:1;flex-wrap:wrap}.form-render--no-border .n-input{border-radius:0}.form-render--no-border .n-input__border,.form-render--no-border .n-input__state-border{border-width:0!important}.form-render--no-border .n-input:hover .n-input__state-border{border-bottom-width:1px!important}.form-render--no-border .n-input--focus{border-radius:0}.form-render--no-border .n-input--focus .n-input__state-border{border-bottom-width:1px!important;box-shadow:none!important}.form-render--no-border .n-base-selection--active .n-base-selection__state-border,.form-render--no-border .n-base-selection--focus .n-base-selection__state-border,.form-render--no-border .n-base-selection:hover .n-base-selection__state-border,.form-render--no-border .n-base-selection__border,.form-render--no-border .n-base-selection__state-border{border-width:0!important;box-shadow:none!important}.form-render--underline .n-input{border-radius:0}.form-render--underline .n-input__border,.form-render--underline .n-input__state-border{border-left-width:0!important;border-right-width:0!important;border-top-width:0!important}.form-render--underline .n-input--focus{border-radius:0}.form-render--underline .n-input--focus .n-input__state-border{box-shadow:none!important}.form-render--underline .n-base-selection--active .n-base-selection__state-border,.form-render--underline .n-base-selection--focus .n-base-selection__state-border,.form-render--underline .n-base-selection:hover .n-base-selection__state-border,.form-render--underline .n-base-selection__border,.form-render--underline .n-base-selection__state-border{border-left-width:0!important;border-right-width:0!important;border-top-width:0!important;box-shadow:none!important}.form-render--underline .n-input--textarea{background-image:linear-gradient(transparent,transparent 95%,#000 0,#000);background-origin:content-box;background-position:top;background-repeat:repeat-y;background-size:100% 22px;margin-top:4px;padding:0}.form-render--underline .n-input--textarea .n-input__textarea-el{padding:0}.form-render--underline .n-input--textarea .n-input__placeholder{padding-top:0}.form-render--underline .n-input--textarea .n-input__border,.form-render--underline .n-input--textarea .n-input__state-border{border:0!important}.form-render__selectChildField{align-items:start;display:grid!important;gap:0 16px;grid-template-columns:repeat(var(--column),minmax(0,1fr));width:100%}.form-render__selectChildFieldItem{grid-column:span min(var(--column),var(--form-item-column)) /span min(var(--column),var(--form-item-column))}.form-render--out-border .form-render__wrapper{border:1px solid #1f2225;padding:0 8px}.form-render__selectOption.n-base-select-option--disabled .n-base-select-option__content{color:rgba(0,0,0,.4)}.c-fabric-chart{position:relative;user-select:none}.c-fabric-chart-popup{font-size:12px;margin:0;position:absolute;z-index:1001}.c-fabric-chart-popup li{list-style:none}.c-fabric-chart-popup__tip{color:#000}.c-fabric-chart-popup__tip .default-box{background:rgba(0,0,0,.7);border-radius:4px;display:flex;flex-flow:column nowrap;margin:0;padding:8px 12px}.c-fabric-chart-popup__tip .default-box>li{color:#fff}.c-fabric-chart-popup__menu{background:#fff;border:1px solid #e2e6ed;border-radius:2px;box-shadow:0 2px 12px 0 rgba(56,56,56,.2);display:flex;flex-flow:column nowrap;padding:8px 5px!important}.c-fabric-chart-popup__menu>li{background:#fff;cursor:pointer;padding:5px}.c-fabric-chart-popup__menu>li:hover{background:#f0f7ff}.c-fabric-chart-popup__menu>li.no-click{cursor:default}.c-fabric-chart-popup__menu>li.no-click:hover{background:#fff}.shortcut-provider{outline:none}.shortcut-setter-item__wrapper{display:flex}.shortcut-setter-item__operation{display:flex;gap:12px;margin-left:12px}.step-wheel-box{font-family:PingFangSC-Medium,PingFang SC;font-size:16px;font-weight:500;height:100%;overflow:hidden;width:100%}.step-wheel-box .stepOut{display:flex;justify-content:center}.step-wheel-box .stepOut .stepBox{display:flex;flex-wrap:wrap;list-style:none;width:100%}.step-wheel-box .stepOut .stepItem{font-family:SimSun;font-size:16px;min-width:73px;position:relative;text-align:center;top:48px;width:15%}.step-wheel-box .stepOut .stepItem .lineCircleRight{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:0 dashed rgba(3,2,2,.4)!important;border-radius:0 25px 25px 0;border-right:1px dashed rgba(3,2,2,.4);border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:55%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementRight{width:100%}.step-wheel-box .stepOut .stepItem .lineCircleLeft{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:1px dashed rgba(3,2,2,.4);border-radius:25px 0 0 25px;border-right:0 dashed rgba(3,2,2,.4)!important;border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:15%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementLeft{left:-55%;width:100%}.step-wheel-box .stepOut .stepItem .lineCircleActive{border:1px solid var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .lineCircleFinished{border:1px solid var(--c-success-color)}.step-wheel-box .stepOut .stepItem .icon{background:#9a9a9a;border-radius:50%;height:13px;margin:0 auto;position:relative;width:13px;z-index:888}.step-wheel-box .stepOut .stepItem .active{background-color:var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .finished{background-color:var(--c-success-title-color)!important;border-color:var(--c-success-title-color)!important;color:var(--c-success-color)!important}.step-wheel-box .stepOut .stepItem .labelFinsh{color:var(--c-success-title-color)!important}.step-wheel-box .stepOut .stepItem .line{border-bottom:1px dashed rgba(3,2,2,.4);left:55%;position:absolute;top:6px;width:90%;z-index:111}.step-wheel-box .stepOut .stepItem .lineActive{border-bottom:1px solid var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .stepTopBox{background:#e6e6e6;border-radius:4px;color:#000;cursor:pointer;height:40px;left:50%;line-height:40px;max-width:70%;min-width:73px;overflow:hidden;padding:0 5px;position:absolute;text-overflow:ellipsis;top:-48px;transform:translateX(-50%);white-space:nowrap}.step-wheel-box .stepOut .stepItem .activeTitle{background:#f1f5fe;color:var(--c-primary-color)}.step-wheel-box .stepOut .stepItem .stepTopBox_right{transform:translateX(-10%)}.step-wheel-box .stepOut .stepItem .stepTopBox_left{transform:translateX(-90%)}.step-wheel-box .stepOut .stepItem .stepBottomBox{align-items:center;cursor:pointer;display:flex;flex-direction:column;margin:8px 0 16px;min-width:73px;overflow:hidden;width:100%}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox{align-items:center;display:flex;flex-direction:column;height:calc(100% - 27px);width:100%}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .stepBottomDefaultBox{align-items:center}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .alignItemsEnd{align-items:flex-end;text-align:right}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .alignItemsStart{align-items:flex-start;text-align:left}.step-wheel-box .stepOut .stepItem .stepBottomBox .alignItemsEnd{align-items:flex-end;text-align:right}.step-wheel-box .stepOut .stepItem .stepBottomBox .alignItemsStart{align-items:flex-start;text-align:left}.step-wheel-box .stepOut .stepItem .stepBottomBox_right{align-items:flex-start;left:45%;position:relative}.step-wheel-box .stepOut .stepItem .stepBottomBox_left{align-items:flex-end;left:-45%;position:relative}.step-wheel-box .stepOut .stepItem .stepLabel{color:#212121;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.step-wheel-box .stepOut .stepItem .stepLabel_right{text-align:left}.step-wheel-box .stepOut .stepItem .stepLabel_left{text-align:right}.step-wheel-box .stepOut .stepItem .stepExtra{border:1px solid #cacaca;border-radius:4px;display:inline-block;margin:0;max-width:90%;overflow:hidden;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;width:auto}.step-wheel-box .stepOut .stepItem .statusTime{color:rgba(0,0,0,.6);font-size:14px;font-weight:400;margin:0;max-width:90%}.placementRight{left:-1%;position:relative}.placementLeft{left:10%;position:relative}.nodeTipContent{margin:0;max-height:200px;max-width:400px;overflow:auto;padding:0;text-align:center}.nodeTipContent li{list-style:none;margin-bottom:5px}.nodeTipContent li p{margin:0}.form-config,.form-config__material{display:flex;justify-content:space-between}.form-config__material{border-radius:8px;box-sizing:border-box;flex-direction:column;flex-shrink:0;padding:16px;width:200px}.form-config__materialHeader{align-items:center;display:flex;height:40px;justify-content:space-between}.form-config__materialContent{border:1px dashed hsla(0,0%,50%,.35);border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;flex:1;gap:8px;max-height:var(--max-height);min-height:200px;overflow-y:auto;padding:16px}.form-config__materialExtraList{margin-top:12px}.form-config__displayWrapper{border-radius:8px;box-sizing:border-box;flex-shrink:0;flex:1;min-width:400px;padding:16px 0}.form-config__displayHeader{align-items:center;display:flex;height:40px;justify-content:space-between}.form-config__displayContent{border:1px dashed hsla(0,0%,50%,.35);border-radius:8px;box-sizing:border-box;display:grid!important;flex-shrink:0;gap:8px;grid-template-columns:repeat(24,minmax(0,1fr));height:fit-content;max-height:var(--max-height);overflow-y:auto;padding:16px}.form-config__displayContentItem{grid-column:span var(--item-column) /span var(--item-column);position:relative}.form-config__config{border-radius:8px;box-sizing:border-box;flex-shrink:0;padding:16px;width:240px}.form-config__configHeader{align-items:center;display:flex;height:40px;justify-content:space-between}.form-config__configContent{border:none;border-radius:8px;box-sizing:border-box;flex-shrink:0;max-height:var(--max-height);min-height:38px;overflow-y:auto;padding:16px}.form-config__renderer{box-sizing:border-box;cursor:move;justify-content:flex-start;width:100%}.form-config__renderer--default{align-items:center;box-sizing:border-box;display:flex;padding:8px 0;position:relative;user-select:none;width:100%}.form-config__renderer--defaultWrapper{align-items:center;border-radius:2px;box-sizing:border-box;display:inline-flex;height:34px;padding:0 14px;transition:all .3s linear}.form-config__renderer--defaultWrapper.is-disabled{background-color:transparent;border:1px dashed var(--c-primary-color)}.form-config__renderer--defaultWrapper:not(.is-disabled){background-color:rgba(46,51,56,.05);border:1px dashed transparent}.form-config__renderer--defaultWrapper:not(.is-disabled):hover{background-color:rgba(46,51,56,.09)}.form-config__renderer--defaultWrapper:not(.is-disabled):active{background-color:rgba(46,51,56,.15)}.form-config__renderer--complex{border:1px dashed var(--c-primary-color);border-radius:8px;padding:8px;transition:all .3s linear}.form-config__renderer--complexHeader{display:flex;justify-content:center;margin-top:-8px;padding:8px;position:relative}.form-config__renderer--complex--grid{display:grid!important;gap:8px;grid-column:span var(--item-column) /span var(--item-column);grid-template-columns:repeat(24,minmax(0,1fr));min-height:24px}.form-config__renderer--complex--flex{display:flex;min-height:24px}.form-config .is-required{padding-left:16px!important}.form-config .is-required:before{color:red;content:"*";left:8px;position:absolute}.form-config .is-extra:before{border-bottom:6px solid transparent;border-left:6px solid var(--c-primary-color);border-right:6px solid transparent;border-top:6px solid var(--c-primary-color);content:"";height:0;left:0;position:absolute;top:0;width:0}.form-config .is-active--text{color:var(--c-primary-color)!important}.form-config .is-active,.form-config .is-active--shadow{box-shadow:0 0 0 1px var(--c-primary-color)}.form-config .is-active{color:var(--c-primary-color)!important}.form-config .is-choosing{box-shadow:inset var(--c-primary-color) 0 0 0 2px;opacity:.7}.form-config .is-choosing-area{background:hsla(0,0%,50%,.1)}.form-config [is-hovering=true] .form-config__renderer--closeButton{visibility:visible}.form-config .form-config__renderer--closeButton{position:absolute;right:4px;top:50%;transform:translateY(-50%);visibility:hidden}.form-config__connectionModal .n-collapse .n-collapse-item:not(:first-of-type){margin-top:4px}.form-config__connectionModal .n-collapse .n-collapse-item .n-collapse-item__header{padding-top:4px}.form-config__connectionOperation{margin-bottom:8px}.form-config__connectionWrapper{border:1px solid #e5e5e5;border-radius:4px;padding:8px}.form-config__connectionCondition{width:450px}.form-config__connectionCondition>header{align-items:center;display:flex;gap:12px}.form-config__connectionConditionHeaderDesc{color:#a5a5a5;display:inline-block;margin-left:12px}.form-config__connectionConditionItem{align-items:center;display:flex;margin-bottom:4px}.form-config__connectionConditionItem>div:first-of-type{flex:1}.form-config__connectionFieldType{display:flex;height:100%}.form-config__connectionFieldType>div:first-of-type{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-right:-1px}.form-config__connectionFieldType>div:first-of-type>div{background:#f5f5f5;border:1px solid #e5e5e5;cursor:pointer;padding:2px 4px 2px 8px}.form-config__connectionFieldType>div:first-of-type>div:not(:last-of-type){margin-bottom:4px}.form-config__connectionFieldType>div:first-of-type>div.is-active{background:#fff;border-right-color:#fff;color:var(--c-primary-color);z-index:1}.form-config__connectionFieldType>div:nth-of-type(2){border:1px solid #e5e5e5;padding:8px;width:300px}.iho-table{height:100%}.iho-table .vxe-header--column{font-weight:400;text-shadow:0 0 1px}.iho-table .vxe-body--column.col--drag{cursor:move}.iho-table .vxe-table.size--mini{font-size:14px}.iho-table .vxe-table.size--mini .vxe-body--column:not(.col--ellipsis),.iho-table .vxe-table.size--mini .vxe-footer--column:not(.col--ellipsis),.iho-table .vxe-table.size--mini .vxe-header--column:not(.col--ellipsis){padding:4px 0}.iho-table .vxe-table.size--mini .vxe-sort--asc-btn{top:-2px}.iho-table .vxe-table.size--mini .vxe-sort--desc-btn{bottom:0}.iho-table__headerWrapper{display:inline-flex;flex-wrap:nowrap}.iho-table__boldCell{font-weight:700}.iho-table .vxe-table .vxe-table--header-wrapper,.iho-table .vxe-table.vxe-table--render-default{color:#212121}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#b2b2b2;border:3px dashed transparent;border-radius:5px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.iho-table .vxe-table--empty-content{height:100%;width:100%}.iho-table .vxe-table--empty-content>div,.iho-table .vxe-tree-cell{height:100%}.iho-table .vxe-table--header{background-color:#f2f2f2}.iho-table .vxe-table--header .checkbox-cell--disable{border:2px solid #c0c4cc;border-radius:50%;box-sizing:border-box;cursor:not-allowed;display:inline-block;height:18px;left:-2px;position:relative;top:3px;width:18px}.iho-table .vxe-table--header .checkbox-cell--disable:before{background-color:#c0c4cc;content:"";height:16px;left:50%;position:absolute;top:-2px;transform:translate(-60%) rotate(-45deg);width:2px}.iho-table .vxe-footer--row .vxe-footer--column>.vxe-cell .vxe-cell--item{height:30px;line-height:30px}.iho-table .vxe-table--render-default .vxe-body--column.col--selected{box-shadow:inset 0 0 0 2px var(--c-primary-color)}.iho-table .vxe-table--render-default .vxe-body--row.row--hover,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--stripe{background-color:var(--c-hover-color)}.iho-table .vxe-table--render-default .vxe-body--row.row--stripe{background-color:var(--c-stripe-color)}.iho-table .vxe-table--render-default .vxe-body--row.row--checked,.iho-table .vxe-table--render-default .vxe-body--row.row--current,.iho-table .vxe-table--render-default .vxe-body--row.row--radio{background-color:var(--c-primary-color-opacity2);text-shadow:0 0 1px}.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--checked,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--current,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--radio{background-color:var(--c-primary-color-opacity3);text-shadow:0 0 1px}.iho-table .vxe-body--expanded-column,.iho-table .vxe-table--border-line{border-color:var(--c-border-color)!important}.iho-table .vxe-table--footer-wrapper{border-top-color:var(--c-border-color)!important}.iho-table .border--default .vxe-body--column,.iho-table .border--default .vxe-footer--column,.iho-table .border--default .vxe-header--column,.iho-table .border--inner .vxe-body--column,.iho-table .border--inner .vxe-footer--column,.iho-table .border--inner .vxe-header--column{background-image:linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .border--full .vxe-body--column,.iho-table .border--full .vxe-footer--column,.iho-table .border--full .vxe-header--column{background-image:linear-gradient(var(--c-border-color),var(--c-border-color)),linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .border--default .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--full .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--inner .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--outer .vxe-header--row:last-child .vxe-header--gutter{background-image:linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .vxe-table--header-border-line{border-bottom-color:var(--c-border-color)!important}.iho-table .vxe-table--fixed-left-wrapper.scrolling--middle{box-shadow:7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .vxe-table--fixed-right-wrapper.scrolling--middle{box-shadow:-7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .icon-dot{background:var(--table-icon-color);box-shadow:0 2px 4px 0 var(--table-icon-shadow)}.iho-table .icon-dot,.iho-table .icon-dot-red{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-red{background:red;box-shadow:0 2px 4px 0 rgba(255,0,0,.5)}.iho-table .icon-dot-blue{background:blue;box-shadow:0 2px 4px 0 rgba(0,0,255,.5)}.iho-table .icon-dot-blue,.iho-table .icon-dot-green{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-green{background:green;box-shadow:0 2px 4px 0 rgba(0,128,0,.5)}.iho-table .icon-dot-gray{background:gray;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5)}.iho-table .icon-dot-gray,.iho-table .icon-dot-yellow{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-yellow{background:#ff0;box-shadow:0 2px 4px 0 rgba(255,255,0,.5)}.iho-table .icon-dot-resolved{background:#36be8c;box-shadow:0 2px 4px 0 rgba(54,190,140,.5)}.iho-table .icon-dot-huifu,.iho-table .icon-dot-resolved{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-huifu{background:#42d0f6;box-shadow:0 2px 4px 0 rgba(66,208,246,.5)}.iho-table .icon-dot-close{background:#718391;box-shadow:0 2px 4px 0 rgba(113,131,145,.5)}.iho-table .icon-dot-audit,.iho-table .icon-dot-close{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-audit{background:#f4ba32;box-shadow:0 2px 4px 0 rgba(244,186,50,.5)}.iho-table .icon-dot-design{background:#927ce1;box-shadow:0 2px 4px 0 rgba(146,124,225,.5)}.iho-table .icon-dot-design,.iho-table .icon-dot-develop{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-develop{background:#4eb0ef;box-shadow:0 2px 4px 0 rgba(78,176,239,.5)}.iho-table .icon-dot-develop-complete{background:#6381f9;border-radius:50%;box-shadow:0 2px 4px 0 rgba(99,129,249,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .is--filter-active .vxe-cell--filter .vxe-filter--btn{color:var(--c-primary-color)}.iho-table__filterIcon{cursor:pointer;padding:0 4px}.iho-table__filterIcon:hover{opacity:.7}.iho-table__filterIcon.is-active{color:var(--c-primary-color)}.iho-table__filterWrapper{display:flex;flex-direction:column;gap:8px;margin:8px 12px;width:240px}.iho-table__filterCheckAllWrapper{display:flex;justify-content:space-between}.iho-table__filterCheckAllWrapper>div{flex:1}.iho-table__filterButton{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:30px;padding:0 8px}.iho-table__filterButton--active{color:var(--c-primary-color)}.iho-table__filterButton:hover{background:rgba(0,0,0,.05)}.iho-table__filterListWrapper{border:1px solid rgba(0,0,0,.05);overflow-x:hidden}.iho-table__filterListItem{align-items:center;border-radius:4px;display:flex;padding:0 8px}.iho-table__filterListItem:hover{background:var(--c-primary-color-opacity2)}.iho-table__filterListItem .n-checkbox,.iho-table__filterListItem .n-radio{width:100%}.iho-table__filterListItem>*{padding:5px 0}.iho-table__filterListItemContent{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:190px}.iho-table__filterFooter{display:flex;justify-content:space-between}.iho-table__time-picker{position:unset}.iho-table__time-picker .n-input{display:none}.iho-table__time-picker .v-binder-follower-container{height:auto;position:unset}.iho-table__time-picker .v-binder-follower-container .v-binder-follower-content{position:unset;transform:none!important}.iho-table__time-picker .v-binder-follower-container .v-binder-follower-content .n-time-picker-panel{box-shadow:none}.iho-table__scrollbar{margin:8px 8px 8px 0;max-height:255px}.iho-table .variable-height .vxe-cell,.iho-table .variable-height .vxe-cell--tree-node,.iho-table .variable-height .vxe-tree-cell{line-height:1.3;max-height:fit-content!important;white-space:break-spaces!important}.iho-table__selectMenu .n-scrollbar-rail__scrollbar{display:none!important}.iho-table__selectMenu .n-virtual-list::-webkit-scrollbar,.iho-table__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{display:unset!important;height:6px;width:6px}.iho-table__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.iho-table__selectMenu .v-vl-items{min-width:100%;width:max-content}.iho-table__selectOption .n-base-select-option__content{overflow:visible!important;text-overflow:unset!important;word-break:keep-all!important}.iho-table__selectOptionWrapper{align-items:center;display:flex}.iho-table .is--checked.vxe-checkbox,.iho-table .is--checked.vxe-checkbox .vxe-checkbox--icon,.iho-table .is--checked.vxe-custom--option,.iho-table .is--checked.vxe-custom--option .vxe-checkbox--icon,.iho-table .is--checked.vxe-export--panel-column-option,.iho-table .is--checked.vxe-export--panel-column-option .vxe-checkbox--icon,.iho-table .is--checked.vxe-table--filter-option,.iho-table .is--checked.vxe-table--filter-option .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-checkbox,.iho-table .is--indeterminate.vxe-checkbox .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-custom--option,.iho-table .is--indeterminate.vxe-custom--option .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-export--panel-column-option,.iho-table .is--indeterminate.vxe-export--panel-column-option .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-table--filter-option,.iho-table .is--indeterminate.vxe-table--filter-option .vxe-checkbox--icon,.iho-table .vxe-checkbox:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-custom--option:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-export--panel-column-option:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-table .vxe-sort--asc-btn.sort--active,.iho-table .vxe-table .vxe-sort--desc-btn.sort--active,.iho-table .vxe-table--filter-option:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-table--render-default .is--checked.vxe-cell--checkbox,.iho-table .vxe-table--render-default .is--checked.vxe-cell--checkbox .vxe-checkbox--icon,.iho-table .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox,.iho-table .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon,.iho-table .vxe-table--render-default .vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon{color:var(--c-primary-color)}.iho-table .vxe-header--column [annotation-hover-show=true]{visibility:hidden}.iho-table .vxe-header--column:hover [annotation-hover-show=true]{visibility:visible}@font-face{font-family:iho-table-iconfont;src:url(iho-table/style/iconfont.ttf) format("truetype")}.iho-table .iho-table--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:iho-table-iconfont!important;font-size:15px;font-style:normal}.iho-table .iho-table-icon-filter{display:inline-block;font-size:17px;transform:translateY(-1px);vertical-align:middle}.iho-table .iho-table-icon-filter:before{content:"\c2001"}.iho-table .iho-table-icon-date-filter{display:inline-block;transform:translateY(-1px)}.iho-table .iho-table-icon-date-filter:before{content:"\c2002"}.iho-table .row--custom{background-color:var(--row-background-color)}.iho-table__colorAndIcon{background-color:var(--color-and-icon-background-color-type);color:var(--color-and-icon-color-type)}.iho-table__htmlRender *{display:inline!important}.iho-table__ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iho-table .vxe-grid[vertical] .vxe-table--header-wrapper.body--wrapper{background:transparent}.search-cascader__menuWrapper{display:flex;flex-wrap:nowrap;margin:-8px -14px}.search-cascader__input input{cursor:pointer!important}.search-cascader__option{align-items:center;border-radius:4px;box-sizing:border-box;display:flex;height:32px;justify-content:space-between;min-width:100%;padding:0 8px 0 16px;width:fit-content}.search-cascader__option--active{background:#f8f8f8}.search-cascader__option:hover{background:#f5f5f5;cursor:pointer}.search-cascader__optionWrapper{background:#fff;height:256px;overflow-x:auto;width:calc(var(--menu-width)*1px)}.search-cascader__optionWrapper:not(:last-of-type){border:solid #e5e5e5;border-width:0 1px 0 0}.search-cascader__optionText{white-space:nowrap}.search-cascader__optionText--active{color:var(--c-primary-color)}.search-cascader__option svg{color:#bfbfbf;flex-shrink:0;font-size:12px;width:20px}.search-cascader__option svg.rotate{animation:rotate 1s linear infinite}.search-cascader__emptyWrapper{align-items:center;background:#fff;box-sizing:border-box;display:flex;height:300px;justify-content:center;padding:16px;width:100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.c-keyboard span,.c-keyboard-english .keys span{cursor:pointer}.c-keyboard{background:#fff;display:flex;height:160px}.c-keyboard.isFixed{position:fixed;z-index:1}.c-keyboard .btn{align-items:center;background:linear-gradient(180deg,#fff,#f2f2f2);border-radius:2px;box-shadow:0 2px 2px #00000036;box-sizing:border-box;display:inline-flex;font-size:14px;justify-content:center;text-align:center}.c-keyboard .btn:hover{background:var(--c-primary-color-hover);border:1px solid var(--c-primary-color-pressed)}.c-keyboard .btn:active{background:var(--c-primary-color-pressed);color:#fff}.c-keyboard .btn:hover{box-shadow:none}.c-keyboard .n-space{gap:unset!important}.c-keyboard .margin-offset{margin:-4px 0 0 -4px}.c-keyboard .left{box-sizing:border-box;padding:6px;width:128px}.c-keyboard .left.isDose{width:158px}.c-keyboard .left .n-input{height:28px;width:100%}.c-keyboard .left .n-input .n-input__input-el{height:28px}.c-keyboard .left .keys{display:flex;margin-top:5px}.c-keyboard .left .keys span{align-items:center;background-color:#e8e8e8;border-radius:2px;box-sizing:border-box;display:inline-flex;font-size:14px;height:26px;justify-content:center;margin:4px 0 0 4px;text-align:center;width:26px}.c-keyboard .left .keys span:hover{background:var(--c-primary-color-hover);border:1px solid var(--c-primary-color-pressed)}.c-keyboard .left .keys span:active{background:var(--c-primary-color-pressed);color:#fff}.c-keyboard .left .keys span.opt{height:56px}.c-keyboard .left .keys span.is-0{width:56px}.c-keyboard .right-days,.c-keyboard .right-dose{border-left:1px solid #d5d5d5}.c-keyboard .right-days{padding:0 12px}.c-keyboard .right-days .btn{height:26px;margin-top:8px;width:56px}.c-keyboard .right-days .btn:first-child{margin-top:0}.c-keyboard .right-dose{padding:5px 12px 5px 5px}.c-keyboard .right-dose .btn{height:32px;width:100px}.c-keyboard .right-dose .btns{display:flex;flex-flow:column nowrap;height:100%;margin-right:8px;overflow-y:scroll;padding-right:6px}.c-keyboard .right-dose .btns .btn{height:20px;margin-top:4px;width:40px}.c-keyboard .right-dose .btns::-webkit-scrollbar{height:1px;width:2px}.c-keyboard .right-dose .btns::-webkit-scrollbar-track{background:#d8d8d8;border-radius:2px;box-shadow:inset 0 0 5px #fff}.c-keyboard .right-dose .btns::-webkit-scrollbar-thumb{background:#535353;border-radius:2px;box-shadow:inset 0 0 5px #fff}.c-keyboard .right-dose .inputs{align-items:center;display:flex;margin-bottom:8px}.c-keyboard .right-dose .inputs .n-input{height:32px;width:46px}.c-keyboard .right-dose .inputs .n-input .n-input__input-el{height:32px}.c-keyboard .right-dose .inputs .inputs-right{margin-left:8px}.c-keyboard .n-input .n-input-wrapper{padding-right:5px}.c-keyboard .n-input .n-input-wrapper .n-input__suffix{line-height:0}.c-keyboard .n-input .n-input-wrapper .n-input__suffix .n-space .n-icon{cursor:pointer}.c-keyboard-english{background:#fff;box-sizing:border-box;padding:10px 6px;width:308px}.c-keyboard-english.isFixed{position:fixed;z-index:1}.c-keyboard-english .n-space span{font-size:12px}.c-keyboard-english .n-space .n-icon{cursor:pointer}.c-keyboard-english .keys{display:flex;flex-flow:row wrap;margin:1px 0 0 -4px}.c-keyboard-english .keys span{align-items:center;background-color:#e8e8e8;border-radius:2px;box-sizing:border-box;display:inline-flex;font-size:14px;height:26px;justify-content:center;margin:4px 0 0 4px;text-align:center;width:26px}.c-keyboard-english .keys span:hover{background:var(--c-primary-color-hover);border:1px solid var(--c-primary-color-pressed)}.c-keyboard-english .keys span:active{background:var(--c-primary-color-pressed);color:#fff}.c-keyboard-english .keys span.key10,.c-keyboard-english .keys span.key27{margin-left:16px}.c-keyboard-english .keys span.key26{margin-right:25px}.c-keyboard-english .keys span.key19{margin-left:31px}.c-keyboard-english .keys span.key28{width:146px}.c-keyboard-english .keys span.key30{width:56px}.recommend-search__menu{min-height:100px}.recommend-search__menuRecommendList{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.recommend-search__menuRecommendList .n-tag{cursor:pointer}.recommend-search__recentRecommend{margin-bottom:8px}.recommend-search__recentRecommend>header{align-items:center;color:rgba(0,0,0,.4);display:flex;justify-content:space-between}.recommend-search__recentRecommend>header .n-icon:hover{color:rgba(0,0,0,.6);cursor:pointer}.recommend-search__commonRecommend{margin-bottom:8px}.recommend-search__commonRecommend>header{align-items:center;color:rgba(0,0,0,.4);display:flex;justify-content:space-between}.recommend-search__commonRecommend>header .n-icon:hover{color:rgba(0,0,0,.6);cursor:pointer}.recommend-search__option{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:space-between;padding:0 8px}.recommend-search__optionText{max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recommend-search__option.is-active{color:var(--n-color)!important}.recommend-search__option.is-active .n-icon{font-size:20px}.recommend-search__option:hover{background:rgba(0,0,0,.03)}.recommend-search__optionContainer{margin:-8px -10px}.recommend-search__empty{align-items:center;color:rgba(0,0,0,.3);display:flex;height:100px;justify-content:center}@font-face{font-family:base-search-iconfont;src:url(base-search/style/base-search-iconfont.ttf) format("truetype")}.iconfont-table-filter{font-family:base-search-iconfont!important}.base-search-block .base-container{display:flex;justify-content:space-between;text-align:left}.base-search-block .base-container .bease-left{align-items:flex-start;display:flex;flex:1;justify-content:flex-start}.base-search-block .base-container .bease-left .base-ul{align-items:center;display:flex;flex-wrap:wrap;margin-top:0}.base-search-block .base-container .bease-left .base-ul .baseli{display:flex;margin-bottom:8px;margin-right:8px}.base-search-block .base-container .bease-left .base-ul .baseli .base-row{align-items:center;display:flex}.base-search-block .base-container .bease-left .base-ul .baseli .base-row .title{padding-left:4px;white-space:nowrap}.base-search-block .base-container .bease-left .base-ul .baseli .search-default{height:32px;line-height:32px}.render-widget-input-number-group{align-items:center;display:flex}.render-widget-input-number-group .divider{text-align:center;width:24px}.render-widget-date-range{align-items:center;display:flex;flex-wrap:nowrap;width:100%}.render-widget-date-range .radio-date-group{border:1px solid #d9d9d9;display:flex;flex-wrap:nowrap}.render-widget-date-range .radio-date-group .radio-date-item{border-left:1px solid #d9d9d9;cursor:pointer;height:30px;line-height:30px;padding:0 8px;white-space:nowrap}.render-widget-date-range .radio-date-group .radio-date-item:first-child{border:none}.render-widget-date-range .radio-date-group .radio-date-item.radio-date-item-active{background:#3e65cf;border-color:#3e65cf;color:#fff}.render-widget-date-range .select-date-left{margin-left:16px}.render-widget-date-range .select-date-right{margin-right:16px}.render-widget-date-range .date-detail-range{display:flex;flex-wrap:nowrap}.render-widget-date-range .date-detail-range .divider{text-align:center;width:10px}.label-attr-filter-container .edit-f-label{font-size:14px;line-height:32px;padding-left:0}.label-attr-filter-container .edit-f-content.label-select-height{flex:none;height:74px;overflow:hidden}.label-attr-filter-container .edit-f-content .label-f-content{display:flex;flex-wrap:wrap}.label-attr-filter-container .edit-f-content .label-f-content .n-tag{border:1px solid #e0e0e6;height:32px;margin:0 8px 8px 0;max-width:108px;text-align:center}.label-attr-filter-container .edit-f-content .label-f-content .n-tag .n-tag__content{align-items:center;display:inline-flex}.label-attr-filter-container .edit-f-content .label-f-content .n-tag .n-tag__content span{display:inline-block;height:100%;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.label-attr-filter-container .label-f-unfold-btn{margin:8px 0}.label-attr-filter-container .label-f-unfold-btn .operate-btn{align-items:center;cursor:pointer;display:flex}.label-attr-filter-container .label-f-unfold-btn .operate-btn .n-icon{margin-left:6px}.select-dynamic-popover .n-base-select-menu__empty{justify-content:left;padding:0}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options{background:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:left}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .n-empty{padding:12px 32px}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .mixins-options-active{background:#f1f1f1}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-header{display:flex}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-header .name{align-items:center;display:flex;flex:1;font-weight:700;height:34px;padding:0 12px}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content{list-style:none;margin:0;max-height:250px;outline:none;overflow:auto;padding-left:0}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li{color:rgba(0,0,0,.65);cursor:pointer;display:flex;font-size:14px;line-height:22px;text-overflow:ellipsis;transition:background .3s ease;white-space:nowrap}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li.actived{color:#5585f5}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li:hover{background:#f1f1f1}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li .content{flex:1;overflow:hidden;padding:5px 12px;text-overflow:ellipsis;white-space:nowrap}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination{width:100%}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination .n-button-group{display:flex}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination .n-button-group .n-button{flex:1}.classify-fieldkey-popover{width:200px}.quick-search-block .quick-item{margin-bottom:10px;min-width:32px;width:20%}.quick-search-block .quick-item .quick-row{display:flex}.quick-search-block .quick-item .quick-row .quick-item-title{box-sizing:border-box;flex-basis:134px;line-height:32px;min-width:130px;overflow:hidden;padding-left:4px;padding-right:4px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.quick-search-block .quick-item .quick-row .quick-item-col{align-items:center;display:flex;padding:0 4px;width:calc(100% - 134px)}.quick-search-block .quick-item .quick-row .quick-item-title-default{width:25%}.quick-search-block .quick-item .quick-row .quick-item-col-default{width:75%}.quick-search-block.quick-search-table .quick-item{display:inline-block}.quick-search-block.quick-search-table .quick-item.quick-block{display:block;width:100%}@font-face{font-family:classification-iconfont;src:url(classification/style/classification-iconfont.ttf) format("truetype")}.iconfont-table-filter{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:classification-iconfont!important;font-size:14px;font-style:normal}.icon-table-filter-menzhenyishengzhananniuqingchu:before{content:"\e74e"}.icon-table-filter-menzhenyishengzhananniushanchu2:before{content:"\e757"}.icon-table-filter-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.icon-table-filter-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.icon-table-filter-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.icon-table-filter-reset:before{content:"\e611"}.icon-table-filter-shaixuan:before{content:"\e64b"}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter{cursor:pointer;font-size:18px}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter:last-child{margin-left:16px}.classification-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.classification-modal-block .n-card__content{overflow-y:auto}.classification-modal-block .n-card__content .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-title .list-title-item{font-weight:700;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content{padding:0}.classification-modal-block .n-card__content .table-modal-list .list-content li{display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item{align-items:center;display:flex;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item .n-icon{cursor:pointer;margin-right:8px}.classification-modal-block .n-card__content .table-modal-list .list-content li.checked,.classification-modal-block .n-card__content .table-modal-list .list-content li.checked .text{background-color:#f2f2f2}.classification-modal-block .n-card__content .table-modal-list .list-content li .text{background-color:#fff;display:inline-block;padding:0 10px;position:relative}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line{position:relative;text-align:center;width:75%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line:before{border:1px solid #e8e8e8;content:"";left:0;margin-top:20px;position:absolute;width:100%}.classification-modal-block .n-card__content .table-modal-list .list-title-item{margin-left:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item{border-bottom:1px solid #e1dfdf;margin-left:-1px;margin-top:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch{height:16px;min-width:28px;width:28px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch:after{height:12px;width:12px}.classification-modal-block .n-card__content .table-modal-list .list-content-radio,.classification-modal-block .n-card__content .table-modal-list .list-content-switch{text-align:center}.classification-modal-block .n-card__content .table-modal-list .anticon+.anticon{margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .item-name{display:flex;height:32px;line-height:32px;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .item-name .label{text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .item-name .addAction{align-items:center;cursor:pointer;display:flex}.classification-modal-block .n-card__content .class-filter-content .item-name .blue{color:#2d7aff;margin-right:8px}.classification-modal-block .n-card__content .class-filter-content .n-form-item-label{width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content{align-items:center;display:flex;flex-wrap:wrap;line-height:32px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .label{display:inline-block;height:32px;line-height:32px;margin-bottom:10px;text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn-dashed{border-color:#a6a6a6;color:#a6a6a6}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .parent-name{align-items:center;display:flex}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .parent-input{margin-bottom:10px;margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag{align-items:center;background-color:rgba(45,122,255,.1);border:1px solid #2d7aff;border-radius:3px;box-sizing:border-box;color:#2d7aff;display:flex;justify-content:center;margin-bottom:10px;margin-right:10px;max-width:120px;padding:0 10px;position:relative}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .anticon-close{color:#2d7aff;cursor:pointer;display:flex;justify-content:center;line-height:1;width:18px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select,.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .ant-input-disabled{background-color:#2d7aff;color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .anticon-close{color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn{margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list{border-top:1px solid #e6e6e6;margin-bottom:6px;margin-top:16px;padding:12px 0 0}.classification-modal-block .n-card__content .class-filter-content .select-item-list li{align-items:center;display:flex;list-style:none;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .index-span{display:inline-block;width:30px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item{margin-right:10px;width:120px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item.n-date-picker{width:auto}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper{display:flex}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper .form-item{margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .delete-item-icon{color:red;cursor:pointer;font-size:18px;margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .filter-expression{display:flex;flex-direction:column}.classification-modal-block .n-card__content .class-filter-content .filter-expression .textarea{margin-top:6px}.classification-modal-block .n-card__footer{padding-top:10px}.classification-modal-block .n-card__footer .flex_between{display:flex;justify-content:space-between}.classification-modal-block .n-card__footer .flex_right{display:flex;justify-content:right}.classification-modal-block .n-card__footer .n-button{margin-left:8px}.classification-block .tree-type{border:1px solid #d5d5d5;border-radius:4px;height:100%;line-height:32px;margin-top:0;padding-bottom:80px;width:150px}.classification-block .tree-type .header{border-bottom:1px solid #e6eaef;display:flex;font-size:14px;justify-content:space-between;padding:0 10px}.classification-block .tree-type .header .header-1{align-items:center;cursor:pointer;display:flex}.classification-block .tree-type .tree{height:calc(100% - 32px);line-height:32px;margin:0;overflow:auto;padding-left:0}.classification-block .tree-type .tree::-webkit-scrollbar{width:5px}.classification-block .tree-type .tree .tree-item{border-bottom:1px solid #d5d5d5;cursor:pointer}.classification-block .tree-type .tree .tree-item.tree-header{box-sizing:border-box;padding:0 10px}.classification-block .tree-type .tree .tree-item .parent{align-items:center;display:flex;font-weight:600;justify-content:space-between;padding:0 10px}.classification-block .tree-type .tree .tree-item .parent.open{background-color:#f2f2f2;border-bottom:1px solid #d5d5d5}.classification-block .tree-type .tree .tree-item .header-item{box-sizing:border-box;line-height:1.4}.classification-block .tree-type .tree .tree-item .header-item.selected,.classification-block .tree-type .tree .tree-item .header-item:hover{color:#2d7aff}.classification-block .tree-type .tree .tree-item .header-item:active{border-color:transparent;color:#000}.classification-block .tree-type .tree .tree-item .children{align-items:center;display:flex;height:32px;padding-left:23px;padding-right:10px}.classification-block .tree-type .tree .tree-item .children .child-item{align-items:center;border-bottom:1px solid transparent;color:#7c7c7c;display:flex;line-height:1.5;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .tree-type .tree .tree-item .children .child-item:hover{color:#2d7aff}.classification-block .tree-type .tree .tree-item .children .child-item.selected{align-items:center;color:#2d7aff;display:flex;justify-content:space-between;width:100%}.classification-block .tree-type .tree .tree-item .children .child-item:active{border-color:transparent;color:#000}.classification-block .tree-type .tree .tree-item .children .child-item.disabled{color:rgba(0,0,0,.2)}.classification-block .tree-type .tree .tree-item .children .child-item .child-item-content{align-items:center;display:flex}.classification-block .tree-type .tree .tree-item .children .child-item .child-item-name{display:flex;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .tree-type .tree .tree-item .children .child-item .child-item-name .number{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .tree-type .tree .tree-item .children .child-item .digital-span{flex:1;margin-left:5px;text-align:left}.classification-block .tree-type .tree .tree-item:last-child{border-bottom:none}.classification-block .tree-type .tree-type-footer{border-top:1px solid #d5d5d5;bottom:0;height:80px;line-height:20px;padding-left:16px;position:absolute;width:100%}.classification-block .tree-type .tree-type-footer .selected-num{margin:10px}.classification-block .tree-type .tree-type-footer .selected-item-del{align-items:center;color:#2474ff;cursor:pointer;display:flex;justify-content:center;margin-left:0}.classification-block .tile-type{border:1px solid #d5d5d5;border-radius:4px;margin-bottom:8px;padding:0 17px}.classification-block .tile-type .header{align-items:center;border-bottom:1px solid #d5d5d5;display:inline-flex;justify-content:space-between;line-height:44px;width:100%}.classification-block .tile-type .header .all-data{border-bottom:1px solid transparent;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500;line-height:1.4;margin-right:auto}.classification-block .tile-type .header .all-data:hover{color:#2d7aff}.classification-block .tile-type .header .all-data:active{border-color:transparent;color:#000}.classification-block .tile-type .header .selected{color:#2d7aff}.classification-block .tile-type .header .right-setting{display:flex}.classification-block .tile-type .header .right-setting .setting-1{align-items:center;cursor:pointer;display:flex}.classification-block .tile-type .header .right-setting .setting-1 .n-icon{margin-right:6px}.classification-block .tile-type .header .right-setting .upack-up-btn{color:#2d7aff}.classification-block .tile-type .tile{border-bottom:1px solid #d5d5d5;margin:0;padding:9px 0}.classification-block .tile-type .tile .tile-item{cursor:pointer;display:flex;line-height:38px}.classification-block .tile-type .tile .tile-item .parent{box-sizing:border-box;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:600;max-width:135px;padding-right:16px;width:135px}.classification-block .tile-type .tile .tile-item .children{flex:1}.classification-block .tile-type .tile .tile-item .children .child-item{border-bottom:1px solid transparent;border-radius:4px;color:#7c7c7c;display:inline-block;font-size:14px;line-height:1.5;margin:0 5px;padding:1px 6px}.classification-block .tile-type .tile .tile-item .children .child-item.selected,.classification-block .tile-type .tile .tile-item .children .child-item:hover{background-color:rgba(45,122,255,.1);color:#2d7aff}.classification-block .tile-type .tile .tile-item .children .child-item:active{border-color:transparent;color:#000}.classification-block .tile-type .tile .tile-item .children .child-item.disabled{color:rgba(0,0,0,.2)}.classification-block .tile-type .tile .tile-item .child-item.selected{color:#2d7aff}.classification-block .tile-type .selected-list{align-items:center;display:flex;padding:12px 6px}.classification-block .tile-type .selected-list .selected-num{font-size:14px;line-height:20px;margin-right:8px}.classification-block .tile-type .selected-list .selected-item{align-items:center;background-color:rgba(45,122,255,.1);border-radius:4px;color:#2d7aff;cursor:pointer;display:flex;margin-left:8px;padding:1px 8px}.classification-block .tile-type .selected-list .selected-item-del{align-items:center;color:#2474ff;cursor:pointer;display:flex;font-size:14px;line-height:20px;margin-left:22px}.classification-block .select-type{height:32px;line-height:32px;margin-bottom:8px;margin-right:8px;position:relative;width:100px}.classification-block .select-type .title{align-items:center;border:1px solid #d5d5d5;border-radius:4px;box-sizing:border-box;color:#969696;cursor:pointer;display:flex;font-size:12px;height:100%;justify-content:space-between;padding:0 8px;width:100%}.classification-block .select-type .title>.name{color:#212121;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .select-type .main-wrapper{background-color:#fff;border:1px solid #d5d5d5;border-radius:4px;min-width:270px;position:absolute;top:39px;width:100%;z-index:3000}.classification-block .select-type .main-wrapper::-webkit-scrollbar{width:5px}.classification-block .select-type .tree{margin:0;max-height:300px;overflow:auto;padding:32px 0}.classification-block .select-type .tree .tree-item{border-bottom:1px solid #d5d5d5;cursor:pointer;line-height:32px}.classification-block .select-type .tree .tree-item.tree-header{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;height:40px;padding:0 10px;position:absolute;top:0;width:100%;z-index:1}.classification-block .select-type .tree .tree-item .tree-footer{align-items:center;color:rgba(0,0,0,.6);display:flex}.classification-block .select-type .tree .tree-item .tree-footer .tree-footer-icon{align-items:center;cursor:pointer;display:flex}.classification-block .select-type .tree .tree-item .tree-footer .tree-footer-icon .n-icon{margin-right:6px}.classification-block .select-type .tree .tree-item .tree-footer .tree-footer-icon:first-child{margin-right:16px}.classification-block .select-type .tree .tree-item .parent{align-items:center;display:flex;font-weight:600;justify-content:space-between;padding:0 10px}.classification-block .select-type .tree .tree-item .parent.open{background-color:#f2f2f2;border-bottom:1px solid #d5d5d5}.classification-block .select-type .tree .tree-item .header-item{border-bottom:1px solid transparent;color:rgba(0,0,0,.6);flex:1}.classification-block .select-type .tree .tree-item .header-item.selected,.classification-block .select-type .tree .tree-item .header-item:hover{color:#2d7aff}.classification-block .select-type .tree .tree-item .header-item:active{border-color:transparent;color:#000}.classification-block .select-type .tree .tree-item .children{align-items:center;display:flex;height:32px;line-height:32px;padding-left:23px;padding-right:10px}.classification-block .select-type .tree .tree-item .children .child-item{border-bottom:1px solid transparent;color:#7c7c7c;display:inline-block;line-height:1.5;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .select-type .tree .tree-item .children .child-item .child-item-name{display:flex;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .select-type .tree .tree-item .children .child-item .child-item-name .number{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-block .select-type .tree .tree-item .children .child-item.child-header{padding:0 10px}.classification-block .select-type .tree .tree-item .children .child-item.header-item{border-bottom:1px solid transparent;color:rgba(0,0,0,.6)}.classification-block .select-type .tree .tree-item .children .child-item.header-item.selected,.classification-block .select-type .tree .tree-item .children .child-item.header-item:hover{color:#2d7aff}.classification-block .select-type .tree .tree-item .children .child-item.header-item:active{border-color:transparent;color:#000}.classification-block .select-type .tree .tree-item .children .child-item:hover{color:#2d7aff}.classification-block .select-type .tree .tree-item .children .child-item.selected{align-items:center;color:#2d7aff;display:flex;justify-content:space-between;width:100%}.classification-block .select-type .tree .tree-item .children .child-item:active{border-color:transparent;color:#000}.classification-block .select-type .tree .tree-item .children .child-item.disabled{color:rgba(0,0,0,.2)}.classification-block .select-type .tree .tree-item:last-child{border-bottom:0}.classification-block .select-type .select-type-footer{align-items:center;background-color:#fff;border-top:1px solid #d5d5d5;bottom:0;display:flex;height:40px;justify-content:space-between;padding:0 12px;position:absolute;width:100%}.classification-block .select-type .select-type-footer .selected-num{color:rgba(0,0,0,.6)}.classification-block .select-type .select-type-footer .selected-item-del{color:#2474ff;cursor:pointer}.classification-block .item-count span{color:#db0a0a}.c-picture-clipper{display:flex;width:100%}.c-picture-clipper__canvas{border:1px solid #e5e5e5;height:502px!important;width:502px!important}.c-picture-clipper .canvas-right{display:flex;flex:1;flex-flow:column nowrap;margin-left:20px}.c-picture-clipper .canvas-right .preview-border{border:1px solid #e5e5e5;flex:1}.c-picture-clipper .canvas-right img{border:2px solid #e5e5e5;margin:auto;width:100%}.c-picture-clipper .canvas-right .btns{display:flex;justify-content:space-around;margin-top:20px}@font-face{font-family:table-export-field-iconfont;src:url(table-export-field/style/table-export-field-iconfont.ttf) format("truetype")}.table-export-field-modal .iconfont-table-export-field{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:table-export-field-iconfont!important;font-size:14px;font-style:normal}.table-export-field-modal .icon-table-export-field-menzhenyishengzhananniuqingchu:before{content:"\e74e"}.table-export-field-modal .icon-table-export-field-menzhenyishengzhananniushanchu2:before{content:"\e757"}.table-export-field-modal .icon-table-export-field-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.table-export-field-modal .icon-table-export-field-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.table-export-field-modal .icon-table-export-field-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.table-export-field-modal .icon-table-export-field-reset:before{content:"\e611"}.table-export-field-modal .icon-table-export-field-shaixuan:before{content:"\e64b"}.table-export-field-modal .n-card-header .svg-wrap i{cursor:pointer;font-size:18px}.table-export-field-modal .n-card-header .svg-wrap i:last-child{margin-left:16px}.table-export-field-modal .n-card-header .svg-wrap .n-icon{cursor:pointer}.table-export-field-modal .n-card__content{display:flex;flex-direction:column;overflow-y:auto}.table-export-field-modal .n-card__content .tip{margin-bottom:12px}.table-export-field-modal .n-card__content .flex_between{display:flex;justify-content:space-between;margin-bottom:10px}.table-export-field-modal .n-card__content .n-checkbox-group{flex:1;overflow-y:auto}.table-export-field-modal .n-card__content .n-checkbox-group .draggable-checkbox-list{display:flex;flex-wrap:wrap;width:100%}.table-export-field-modal .n-card__content .n-checkbox-group .draggable-checkbox-list .n-checkbox{box-sizing:border-box;display:flex;flex-wrap:nowrap;padding:12px 0;width:20%}.table-export-field-modal .n-card__content .n-checkbox-group .draggable-checkbox-list .n-checkbox .n-checkbox__label{cursor:move;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-export-field-modal .n-card__content .n-checkbox-group .draggable-checkbox-list .n-checkbox.checkbox-disabled .n-checkbox__label{color:rgba(46,46,46,.4)}.table-export-field-modal .flex_right{display:flex;justify-content:flex-end}.table-export-field-modal .flex_right .n-button{margin-left:8px}.table-export-field-modal .save-project-content .n-radio-group{margin-bottom:20px}.table-export-field-modal .select-export-popover .n-base-select-option{padding-left:12px}.table-export-field-modal .select-export-popover .n-base-select-option.n-base-select-option--show-checkmark{padding-right:12px}.table-export-field-modal .select-export-popover .n-base-select-option .n-base-select-option__content{width:100%}.table-export-field-modal .select-export-popover .n-base-select-option .n-base-select-option__content .flex-between{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.table-export-field-modal .select-export-popover .n-base-select-option .n-base-select-option__content .flex-between .content{flex:1;overflow:hidden;padding-right:5px;text-overflow:ellipsis;white-space:nowrap}.table-export-field-modal .select-export-popover .n-base-select-option .n-base-select-option__content .n-base-select-option__check{display:none!important}@font-face{font-family:expand-field-iconfont;src:url(expand-field/style/expand-field-iconfont.ttf?t=1689038151631) format("truetype")}.iconfont-expand-field{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:expand-field-iconfont!important;font-size:14px;font-style:normal}.icon-expand-field-help:before{content:"\e6b6"}.icon-expand-field-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.icon-expand-field-menzhenyishengzhanxitongtubiaozuixiaohua2:before{content:"\e778"}.icon-expand-field-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.tableset-expand-field{height:100%}.tableset-expand-field .list{background:transparent;display:flex;flex-direction:column;height:100%}.tableset-expand-field .list .table-modal-list{flex:1;overflow-y:auto}.tableset-expand-field .list .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;height:52px;line-height:52px}.tableset-expand-field .list .table-modal-list .list-title .list-title-item{font-weight:700;text-align:center}.tableset-expand-field .list .table-modal-list .list-content{margin:0;padding:0}.tableset-expand-field .list .table-modal-list .list-content .list-content-block{border-bottom:1px solid #e1dfdf;height:50px;line-height:50px}.tableset-expand-field .list .table-modal-list .list-content .list-content-block .list-content-item{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.tableset-expand-field .list .table-modal-list .list-content .list-content-block .list-content-item .n-icon{cursor:pointer;margin-right:8px}.tableset-expand-field .list .table-modal-list .list-content .list-content-block:last-child{border:none}.tableset-expand-field .list .footer{border-top:1px solid #d5d5d5;padding-top:12px}.tableset-expand-field .list .footer .n-button:first-child{margin-right:8px}.expand-field-modal-block.expand-person-modal{overflow-y:hidden}.expand-field-modal-block .n-card-header .svg-wrap .iconfont-expand-field{cursor:pointer;font-size:18px}.expand-field-modal-block .n-card-header .svg-wrap .iconfont-expand-field:last-child{margin-left:16px}.expand-field-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.expand-field-modal-block .n-card__content{overflow-y:auto}.expand-field-modal-block .n-card__content .options-title .iconfont-expand-field{cursor:pointer;font-size:16px;margin-left:5px}.expand-field-modal-block .n-card__content .options-title .batch-span{color:#2d7aff;cursor:pointer;margin-left:8px}.expand-field-modal-block .n-card__content .options-item{border:1px solid #ccc;border-radius:5px;padding:8px 12px;width:100%}.expand-field-modal-block .n-card__content .options-item .flex-center{align-items:center;display:flex}.expand-field-modal-block .n-card__content .options-item .flex-center .n-icon{cursor:pointer}.expand-field-modal-block .n-card__content .options-item.options-item-err{border-color:#f5222d}.expand-field-modal-block .n-card__content .date-time-button{padding:0;width:56px}.expand-field-modal-block .n-card__content .date-time-button .n-button__content{justify-content:center;position:relative;width:100%}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker{position:absolute;width:100%}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker .n-input{background:transparent}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker .n-input .n-input__input-el{color:transparent;cursor:pointer}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker .n-input .n-input__placeholder{color:transparent}.expand-field-modal-block .n-card__content .date-time-button .n-button__content .n-time-picker .n-input .n-input__suffix{display:none}.expand-field-modal-block .n-card__content .people-wrap .inner-content{border:1px solid #e0e0e6;display:flex;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.expand-field-modal-block .n-card__content .people-wrap .inner-content .tagSpanClass{display:flex;flex:1;flex-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expand-field-modal-block .n-card__content .people-wrap .inner-content .tagSpanClass .n-tag{margin:2px 0 0 5px}.expand-field-modal-block .n-card__content .people-wrap .inner-content .tagClearAll{align-items:center;cursor:pointer;display:flex;flex-basis:30px;justify-content:center}.expand-field-modal-block .n-card__content .validate_tip{color:#f5222d;font-size:12px;margin-top:2px}.expand-field-modal-block .flex_right{display:flex;justify-content:flex-end}.expand-field-modal-block .flex_right .n-button:first-child{margin-right:15px}.expand-field-modal-block .mgb-10{margin-bottom:10px}.c-chat-dialog{box-sizing:border-box;padding:15px;width:640px!important}.c-chat-dialog__content{height:600px}.c-chat-dialog__content.c-chat-image-wrapper{background:#f2f2f2;box-sizing:border-box;overflow-y:auto;padding:0 15px;width:100%}.c-chat-dialog__content.c-chat-image-wrapper .image-item .label{display:block;padding:8px 0}.c-chat-dialog__content.c-chat-image-wrapper .image-item .image-box{background:#fff;display:flex;flex-flow:row wrap;gap:8px 8px;padding:8px}.c-chat-dialog__content.c-chat-file-wrapper{display:flex;flex-flow:column nowrap}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box{flex:1;margin-top:10px;overflow-y:auto}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item{align-items:center;display:flex;padding:10px}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .text{flex:1;margin-left:8px}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .text span{display:block}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .text span.detail{color:#666;font-size:12px}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .opt-box{display:none}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item .opt-box .n-icon{margin-left:8px}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item:hover{background-color:#f5f5f5}.c-chat-dialog__content.c-chat-file-wrapper .file-list-box .file-item:hover .opt-box{display:block}.c-chat-dialog__content.c-chat-record-wrapper{display:flex;flex-flow:column nowrap}.c-chat-dialog__content.c-chat-record-wrapper .n-input{background-color:#f2f2f2}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box{display:flex;flex:1;margin-top:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content{background-color:#f2f2f2;box-sizing:border-box;flex:1;height:100%;overflow-y:auto;padding:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content .content-item{background-color:#fff;display:flex;margin-bottom:10px;padding:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content .content-item .msg-box{flex:1;margin-left:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content .content-item .msg-box .name-and-time{display:flex;justify-content:space-between}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__content .content-item .msg-box .name-and-time span{color:#666;font-size:12px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter{box-sizing:border-box;padding:0 10px;width:200px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-title{display:block}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item{margin-top:10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .label{display:block}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .time-target{background-color:#f2f2f2;padding:0 10px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .time-target__item{align-items:center;border-bottom:1px solid #c6c6c6;display:flex;min-height:42px}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .time-target__item .n-date-picker{display:none}.c-chat-dialog__content.c-chat-record-wrapper .chat-record-box__filter .filter-item .time-target__item:last-child{border-bottom:none}.c-biunique-chat__popover .n-popover{border-radius:14px;overflow:hidden;padding:unset!important}.c-biunique-chat__popover .n-popover.n-tooltip{border-radius:4px;padding:5px 8px!important}.c-biunique-chat__popover .n-popover .n-popover__content{padding:unset!important}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person{background-color:#f5f5f5;box-sizing:border-box;column-gap:8px;display:flex;height:400px;width:538px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person>div{flex:1}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left{background-image:url("data:image/png;base64,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");display:flex;flex-flow:column nowrap}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile{background-color:#fff;display:flex;flex:1;flex-flow:column nowrap;margin-top:107px;padding:26px 15px;position:relative}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile .n-avatar{left:30px;position:absolute;top:-50px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile .edit-avatar{background-color:#eee;height:30px;left:98px;position:absolute;top:22px;width:30px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile__text{flex:1}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__left .profile__text h4{font-size:20px;line-height:28px;margin:40px 0 0;word-break:break-all}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right{background-color:#fff;padding:26px 15px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item{align-items:center;display:flex;margin-bottom:15px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item:last-child{margin-bottom:0}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item .label{color:rgba(0,0,0,.6);flex:0 0 77px}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item .content{align-items:center;display:flex;flex:1}.c-biunique-chat__popover .n-popover .n-popover__content .popover-person__right .info-item .content .n-icon{cursor:pointer}.c-biunique-chat__popover .n-popover .n-popover__content .large-avatar{align-items:center;background-color:#e4eefe;display:flex;height:380px;justify-content:center;position:relative;width:380px}.c-biunique-chat__popover .n-popover .n-popover__content .large-avatar .n-button{background-color:rgba(0,0,0,.3);position:absolute;right:10px;top:10px}.c-biunique-chat__popover .n-popover .n-popover__content .large-avatar .n-button:hover{background-color:rgba(0,0,0,.5)}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box{box-sizing:border-box;height:330px;overflow-y:auto;padding:10px;width:500px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box::-webkit-scrollbar{width:5px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:5px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box span{display:block;font-size:12px;margin-bottom:10px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box .list-box{display:flex;flex-flow:row wrap;gap:10px 10px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box .list-box i{cursor:pointer;flex-grow:0;padding:3px}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box .list-box i:hover{background-color:#f2f2f2}.c-biunique-chat__popover .n-popover .n-popover__content .emoji-box .list-box img{height:auto;width:24px}.c-biunique-chat{height:100%;position:relative;width:100%}@font-face{font-family:iconfont;src:url(biunique-chat/style/iconfont.ttf) format("truetype")}.c-biunique-chat .chat--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:iconfont!important;font-size:16px;font-style:normal}.c-biunique-chat .chat--icon-list-search:before{content:"\e637"}.c-biunique-chat .chat--icon-image:before{content:"\e92e"}.c-biunique-chat .chat--icon-set:before{content:"\e62b"}.c-biunique-chat .chat--icon-folder:before{content:"\e701"}.c-biunique-chat .chat--icon-face:before{content:"\e615"}.c-biunique-chat .chat--icon-good:before{content:"\e62a"}.c-biunique-chat .chat--icon-more:before{content:"\e6aa"}.c-biunique-chat .box-shadow{position:relative}.c-biunique-chat .box-shadow:after{bottom:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.3);content:"";height:1px;left:0;position:absolute;width:100%;z-index:1}.c-biunique-chat *{box-sizing:border-box}.c-biunique-chat .n-avatar{background-color:#5585f5}.c-biunique-chat .n-spin-body{margin:auto}.c-biunique-chat__header{background-color:var(--c-primary-color);height:40px;position:relative}.c-biunique-chat__header .toolbar{height:100%;position:absolute;right:0}.c-biunique-chat__body{height:calc(100% - 40px)}.c-biunique-chat__body .sider-list{border:1px solid #d5d5d5;box-sizing:border-box}.c-biunique-chat__body .sider-list__filter{align-items:center;column-gap:8px;display:flex;height:48px;padding:0 8px}.c-biunique-chat__body .sider-list__filter .n-tag{height:26px}.c-biunique-chat__body .sider-list__filter .n-tag__content{font-size:12px}.c-biunique-chat__body .sider-list__box__item{background-color:#fff;border-bottom:1px solid #ebebeb;display:flex;padding:12px 5px}.c-biunique-chat__body .sider-list__box__item.active,.c-biunique-chat__body .sider-list__box__item:active,.c-biunique-chat__body .sider-list__box__item:focus,.c-biunique-chat__body .sider-list__box__item:hover{background-color:#ebebeb}.c-biunique-chat__body .sider-list__box__item .avatar-right{flex:1;margin-left:10px}.c-biunique-chat__body .sider-list__box__item .avatar-right .name{display:flex}.c-biunique-chat__body .sider-list__box__item .avatar-right .name h4{flex:1}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip{display:flex}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip__content{flex:1;width:0}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip__content>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip__content>div img{height:auto;width:18px}.c-biunique-chat__body .sider-list__box__item .avatar-right .msg-tip p,.c-biunique-chat__body .sider-list__box__item .avatar-right .name span{color:#999}.c-biunique-chat__body .chat-content{flex:1 0 0%}.c-biunique-chat__body .chat-content .n-layout-scroll-container{border:1px solid #d5d5d5;border-left:none;display:flex;flex-flow:column nowrap;overflow:hidden}.c-biunique-chat__body .chat-content .chat-header{align-items:center;display:flex;height:48px;justify-content:space-between;padding:0 10px}.c-biunique-chat__body .chat-content .chat-header__left{align-items:center;display:flex}.c-biunique-chat__body .chat-content .chat-header__left .name{margin-left:10px}.c-biunique-chat__body .chat-content .chat-header__right .chat--iconfont{margin-left:18px}.c-biunique-chat__body .chat-content .chat-main{background:#f5f5f5;border-bottom:1px solid #d5d5d5;flex:1;overflow-y:auto;padding:0 10px}.c-biunique-chat__body .chat-content .chat-main::-webkit-scrollbar{width:5px}.c-biunique-chat__body .chat-content .chat-main::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:5px}.c-biunique-chat__body .chat-content .chat-main .message-item{margin-bottom:40px}.c-biunique-chat__body .chat-content .chat-main .message-item .time{color:#666;font-size:12px;margin-bottom:16px!important;text-align:center}.c-biunique-chat__body .chat-content .chat-main .message-item .system-msg-template{word-wrap:break-word;align-items:center;display:flex;justify-content:center;line-height:20px;margin:10px 0}.c-biunique-chat__body .chat-content .chat-main .message-item .system-msg-template .n-icon{margin-right:10px}.c-biunique-chat__body .chat-content .chat-main .message-item .system-msg-template .btn{color:var(--c-primary-color);cursor:pointer;margin-left:8px;text-decoration:underline}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box{display:flex}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .n-avatar{flex-shrink:0}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content{background:#fff;border-radius:8px;border-top-left-radius:0;color:#000;font-size:14px;line-height:20px;margin:0 48px 0 10px;max-width:500px;padding:10px;position:relative;text-align:left;word-break:break-all}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content pre{font-family:"微软雅黑, Avenir, Helvetica, Arial, sans-serif";margin:0;white-space:pre-wrap;width:100%;word-break:break-all}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content:before{color:#666;content:"";font-size:12px;position:absolute;top:-20px;white-space:nowrap}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.emoji{background:transparent;padding:unset}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.emoji img{height:auto;width:50px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template{background:#fff}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template{width:230px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__header{align-items:center;border-bottom:1px solid #ebebeb;display:flex;padding:8px 0}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__header>span{height:22px;line-height:22px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__header .title{color:#000;flex:1;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__header .btn{color:var(--c-primary-color);cursor:pointer;max-width:50%;overflow:hidden}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__body{display:flex;padding:10px 0}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__body .logo{height:40px;margin-right:12px;width:40px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__body .template-content{color:#666;flex:1;overflow:hidden;word-break:break-all}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__btn-group{box-sizing:border-box;display:flex;flex-flow:row wrap;gap:8px;justify-content:center;padding:8px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template__footer{cursor:pointer}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template{width:235px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__header{background-color:var(--c-primary-color);color:#fff;font-size:16px;font-weight:600;line-height:22px;padding:10px 16px;word-break:break-word}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__body{padding:18px 18px 8px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__body.overflow-hidden{max-height:128px;overflow:hidden}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__body .title{color:#7a7a7a;font-size:14px;line-height:20px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template__body .txt{color:#212121;font-size:16px;font-weight:600;line-height:26px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template .default-msg-template__footer,.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template .describe-msg-template__footer{color:rgba(0,0,0,.45);line-height:20px;padding:2px 0 10px;text-align:center}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .default-msg-template .default-msg-template__footer .chat--icon-more,.c-biunique-chat__body .chat-content .chat-main .message-item .message-box .content.template .describe-msg-template .describe-msg-template__footer .chat--icon-more{font-size:12px;margin-left:4px}.c-biunique-chat__body .chat-content .chat-main .message-item .message-box:hover .content:before{content:attr(data-time);left:0}.c-biunique-chat__body .chat-content .chat-main .message-item--mine .message-box{justify-content:flex-end}.c-biunique-chat__body .chat-content .chat-main .message-item--mine .message-box .n-avatar{order:2}.c-biunique-chat__body .chat-content .chat-main .message-item--mine .message-box .content{background:#d4e2fc;border-top-left-radius:8px;border-top-right-radius:0;margin:0 10px 0 48px;order:1}.c-biunique-chat__body .chat-content .chat-main .message-item--mine .message-box:hover .content:before{left:auto;right:0}.c-biunique-chat__body .chat-content .chat-footer{display:flex;flex-flow:column nowrap;height:170px}.c-biunique-chat__body .chat-content .chat-footer .tool-box{box-sizing:border-box;padding:10px}.c-biunique-chat__body .chat-content .chat-footer .tool-box span{align-items:center;display:inline-flex;height:24px;justify-content:center;margin-right:5px;width:24px}.c-biunique-chat__body .chat-content .chat-footer .tool-box span:hover{background:#f2f2f2}.c-biunique-chat__body .chat-content .chat-footer .input-box{cursor:text;flex:1;outline:none;overflow-x:hidden;overflow-y:auto;padding:10px 16px;word-break:break-word}.c-biunique-chat__body .chat-content .chat-footer .input-box img{height:auto;width:120px}.c-biunique-chat__body .chat-content .chat-footer .input-box::-webkit-scrollbar{width:5px}.c-biunique-chat__body .chat-content .chat-footer .input-box::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:5px}.c-biunique-chat__body .chat-content .chat-footer .btn-box{align-items:center;display:flex;height:56px;justify-content:flex-end;padding-right:20px}.c-biunique-chat__body .chat-content .chat-footer .btn-box .tip{color:#a6a6a6;margin-right:20px}.c-biunique-chat .chat-set-wrapper .item{align-items:center;border-bottom:1px solid #efefef;display:flex;min-height:64px;padding:10px 0;width:100%}.c-biunique-chat .chat-set-wrapper .item.user-info{background-color:#f5f5f5;padding:10px 12px}.c-biunique-chat .chat-set-wrapper .item__right{margin-left:auto}@font-face{font-family:callback-iconfont;src:url(callback/style/callback-iconfont.ttf) format("truetype")}.iconfont-callback{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;font-family:callback-iconfont!important;font-size:16px;font-style:normal}.icon-callback-menzhenyishengzhanxitongtubiaoguanbi:before{content:"\e76e"}.icon-callback-menzhenyishengzhanxitongtubiaozuixiaohua:before{content:"\e778"}.icon-callback-menzhenyishengzhanxitongtubiaozuidahua:before{content:"\e779"}.callback-drawer-block .n-drawer-header .n-drawer-header__main{width:100%}.callback-drawer-block .n-drawer-header .n-drawer-header__main .d-header{align-items:center;display:flex;justify-content:space-between;width:100%}.callback-drawer-block .n-drawer-header .n-drawer-header__main .d-header .title{font-size:18px;margin:0;padding:0}.left-tree-wrap{background:#fff;border-right:1px solid rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:8px;position:relative}.left-tree-wrap .search-groups{align-items:center;display:flex}.left-tree-wrap .search-groups .ant-input-search{flex:1}.left-tree-wrap .tree-wrap{flex:1;margin-top:12px;overflow-y:auto}.left-tree-wrap .tree-wrap .n-tree .n-tree-node-content{width:100%}.left-tree-wrap .tree-wrap .empty-container{align-items:center;display:flex;height:100%;justify-content:center}.left-tree-wrap .table-footer-wrap{margin-top:8px}.left-tree-wrap .resizable{bottom:0;cursor:col-resize;height:100%;position:absolute;right:-7px;text-align:center;width:14px;z-index:1}.c-body-select{align-items:flex-start;display:flex;justify-content:left}.c-body-select .canvas-module{align-items:center;color:#333;display:flex;flex-direction:column;font-size:14px}.c-recording-wrapper{align-items:center;background-color:#fff;border-radius:10px;bottom:100px;display:flex;height:350px;justify-content:center;left:calc(50% - 250px);position:fixed;width:500px}@keyframes toScale{0%{transform:translateX(-50%) translateY(-50%) scale(1)}to{transform:translateX(-50%) translateY(-50%) scale(1.5)}}.c-recording-wrapper .content{font-size:18px;position:absolute;text-align:center;top:20px}.c-recording-wrapper .animation{animation:toScale 1s infinite;background-color:#5585f54d;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) scale(1);z-index:-1}.c-recording-wrapper .animation,.c-recording-wrapper .icon-box{align-items:center;border-radius:50%;display:flex;height:90px;justify-content:center;width:90px}.c-recording-wrapper .icon-box{background-color:#5585f5;cursor:pointer}.c-recording-wrapper .tip{bottom:20px;position:absolute}.c-calendar{height:100%;width:100%}.c-calendar div::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.c-calendar div::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#b2b2b2;border:3px dashed transparent;border-radius:5px}.c-calendar div::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.c-calendar .select-day-wrapper{align-items:center;display:flex}.c-calendar .select-day-wrapper .n-icon{cursor:pointer}.c-calendar .select-day-wrapper .day-wrapper{column-gap:10px;display:inline-flex;flex:1;overflow-x:auto;overflow-y:hidden}.c-calendar .select-day-wrapper .day-wrapper .day{align-items:center;cursor:pointer;display:flex;flex:0 0 60px;flex-flow:column nowrap;height:60px;justify-content:center}.c-calendar .select-day-wrapper .day-wrapper .day p{font-size:16px}.c-calendar .select-day-wrapper .day-wrapper .day--active{background:var(--c-primary-color);border-radius:10px;color:#fff}.c-calendar .fc-theme-standard{height:calc(100% - var(--nav-height))}.c-calendar .fc-theme-standard .custom-day-cell{background-color:#fff!important}.c-calendar .fc-theme-standard .fc-direction-ltr .fc-timegrid-col-events{margin:auto}.c-calendar .fc-theme-standard .custom-event{border:none;opacity:unset;padding:5px}.c-calendar .fc-theme-standard .custom-event .text{color:#000;font-size:14px;line-height:16px}.default-page-getter-block .n-empty__icon{height:202px;width:260px}.default-page-getter-block .n-empty__icon img{display:block;width:100%}.default-page-getter-block .page-description{align-items:center;display:flex;flex-direction:column;margin-top:-8px}.default-page-getter-block .page-description .title{color:rgba(0,0,0,.8);font-size:16px;margin-bottom:6px}.step-notice__icon{height:20px;position:absolute;width:20px;z-index:20}.step-notice__icon--warning{background:radial-gradient(circle,#fff 0,#fff 50%,transparent 0,transparent 100%);border-radius:50%;color:var(--step-notice-warning)}.step-notice__group{align-items:center;display:flex;gap:16px;justify-content:space-between}.step-notice__group:not(:last-of-type){margin-bottom:calc(var(--step-notice-col-space)*1px)}.step-notice__placeholder{width:140px}.step-notice__item{position:relative;width:140px}.step-notice__item .step-notice__itemWrapper:hover{border-radius:8px;box-shadow:0 4px 12px 0 hsla(0,0%,69%,.5);transform:translateY(-4px);transition:transform .3s ease}.step-notice__item .step-notice__itemWrapper:hover .step-notice__itemArrow,.step-notice__item .step-notice__itemWrapper:hover .step-notice__itemAside{transform:translateY(calc(-50% + 4px))}.step-notice__item .step-notice__itemWrapper:hover:last-of-type .step-notice__itemArrow{bottom:-12px;left:50%;top:unset;transform:translateY(0) translateX(-8px)}.step-notice__item:last-of-type .step-notice__itemArrow{bottom:-8px;left:50%;top:unset;transform:translateY(0) translateX(-8px)}.step-notice__item:last-of-type .step-notice__itemArrowLine{border-left:0;border-radius:0 0 16px;border-top:0;left:-8px;position:absolute;top:8px}.step-notice__item:last-of-type .step-notice__itemArrowLine--horizon{right:15px}.step-notice__item:last-of-type .step-notice__itemArrowLine--vertical{right:calc(var(--step-info-offset) + 15px)}.step-notice__item:last-of-type .step-notice__itemArrowIcon{border-width:8px 4px 0!important;right:calc(var(--step-info-offset) + 18.5px);top:117px}.step-notice__item:last-of-type.step-notice__item--dashedLine .step-notice__itemArrowIcon{border-left-color:transparent;border-top-color:var(--step-notice-normal)}.step-notice__item:last-of-type.step-notice__item--solidLine .step-notice__itemArrowIcon{border-left-color:transparent;border-top-color:var(--step-notice-primary)}.step-notice__item:last-of-type:first-of-type .step-notice__itemArrowLine{border-bottom:0;border-radius:0}.step-notice__item:last-of-type:first-of-type .step-notice__itemArrowLine>*{transform:translateX(-1px)}.step-notice__item:last-of-type:first-of-type .step-notice__itemArrowLine--vertical{border-radius:0;border-top:0;right:calc(var(--step-info-offset) + 15px)}.step-notice__itemArrow{align-items:center;display:flex;left:calc(100% - 8px);position:absolute;top:50%;transform:translateY(-50%);z-index:15}.step-notice__itemArrowPoint{border:4px solid #fff;border-radius:50%;height:16px;width:16px}.step-notice__itemArrowLine{border:1px solid #000;border-top:0;box-sizing:border-box}.step-notice__itemArrowLine--horizon{border:1px solid #000;border-top:0;bottom:-1px;position:absolute}.step-notice__itemArrowLine--vertical{border:1px solid #000;border-bottom:0;border-radius:8px 0 0;border-right:0;bottom:-100%;height:100%;position:absolute;width:8px;z-index:1}.step-notice__itemArrowIcon{border-color:transparent;border-style:solid;border-width:4px 0 4px 8px;position:absolute;right:0}.step-notice__item--normal .step-notice__itemFront{background:var(--step-notice-normal-light);border-color:var(--step-notice-normal-light);color:#000}.step-notice__item--normal .step-notice__itemFooter{background:var(--step-notice-normal);color:#fff}.step-notice__item--primary .step-notice__itemFront{background:var(--step-notice-primary);border-color:var(--step-notice-primary);color:#fff}.step-notice__item--primary .step-notice__itemFooter{background:var(--step-notice-primary-light);color:var(--step-notice-primary)}.step-notice__item--warning .step-notice__itemFront{background:var(--step-notice-warning-light);border-color:var(--step-notice-warning);color:#000}.step-notice__item--warning .step-notice__itemFooter{background:var(--step-notice-warning);color:#fff}.step-notice__item--dashedLine .step-notice__itemArrowPoint{background:var(--step-notice-normal)}.step-notice__item--dashedLine .step-notice__itemArrowIcon{border-left-color:var(--step-notice-normal)}.step-notice__item--dashedLine .step-notice__itemArrowLine,.step-notice__item--dashedLine .step-notice__itemArrowLine .step-notice__itemArrowSubLine{border-color:var(--step-notice-normal);border-style:dashed}.step-notice__item--solidLine .step-notice__itemArrowPoint{background:var(--step-notice-primary)}.step-notice__item--solidLine .step-notice__itemArrowIcon{border-left-color:var(--step-notice-primary)}.step-notice__item--solidLine .step-notice__itemArrowLine,.step-notice__item--solidLine .step-notice__itemArrowLine .step-notice__itemArrowSubLine{border-color:var(--step-notice-primary);border-style:solid}.step-notice__itemFront{align-items:center;border-radius:8px;border-style:solid;border-width:1px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-evenly;position:relative;z-index:10}.step-notice__itemFrontHeader{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;font-weight:500;overflow:hidden;padding:2px 8px;text-overflow:ellipsis;word-break:break-all}.step-notice__itemFrontContent{align-items:center;background:#fff;border-radius:4px;display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:8px;max-height:42px;min-height:26px;padding:2px 0;width:110px}.step-notice__itemFrontContentText{color:#000}.step-notice__itemFrontContentSubText,.step-notice__itemFrontContentText{box-sizing:border-box;max-width:100%;overflow:hidden;padding:0 4px;text-overflow:ellipsis;white-space:nowrap}.step-notice__itemFrontContentSubText{color:rgba(0,0,0,.5);font-size:12px}.step-notice__itemFooter{border-radius:8px;box-sizing:border-box;font-size:12px;height:40px;line-height:22px;margin-top:-18px;max-width:100%;overflow:hidden;padding:18px 10px 0;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:5}.step-notice__itemFooter.is-active{text-align:center}.step-notice__itemAside{border-radius:0 4px 4px 0;display:flex;flex-direction:column;overflow:hidden;position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:8px;z-index:20}.step-notice__itemAsidePopper{align-items:flex-start;border-radius:8px!important;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-evenly;min-height:44px;min-width:120px;padding:4px 13px;position:relative}.step-notice__itemAsidePopper:not(.is-active){align-items:center}.step-notice__itemAsidePopper footer{font-size:12px}.step-notice__itemAsidePopperBridge{background:inherit;height:27px;left:-12px;position:absolute;width:20px}.step-notice__itemAsideElement{height:27px;width:100%}.step-notice__itemAsideElement--first{background:var(--step-notice-not-accepted-0)}.step-notice__itemAsideElement--first .step-notice__itemAsidePopperBridge{top:0}.step-notice__itemAsideElement--first.is-active{background:var(--step-notice-accepted-0);color:#fff}.step-notice__itemAsideElement--center{background:var(--step-notice-not-accepted-1)}.step-notice__itemAsideElement--center .step-notice__itemAsidePopperBridge{top:50%;transform:translateY(-50%)}.step-notice__itemAsideElement--center.is-active{background:var(--step-notice-accepted-1);color:#fff}.step-notice__itemAsideElement--last{background:var(--step-notice-not-accepted-2);color:#fff}.step-notice__itemAsideElement--last .step-notice__itemAsidePopperBridge{bottom:0}.step-notice__itemAsideElement--last.is-active{background:var(--step-notice-accepted-2)}.step-notice__itemHeader{background:var(--step-notice-warning);border-radius:4px 4px 0 0;color:#fff;display:flex;flex-wrap:nowrap;font-size:12px;justify-content:space-between;left:50%;line-height:1;padding:5px 7px 3px;position:absolute;top:-20px;transform:translateX(-50%);width:108px;z-index:30}.step-notice__itemOperationWrapper{display:flex;flex-direction:column;gap:8px;min-width:210px}.step-notice__itemOperationItem{border-radius:4px;margin:0 -4px;padding:8px;word-break:break-all}.step-notice__itemOperationItemSubHeader{font-size:12px}.step-notice__itemOperationItemHeader{flex:1;font-size:14px;font-weight:700}.step-notice__itemOperationItemHeaderIcon{height:20px;width:20px}.step-notice__itemOperationItemHeaderWrapper{align-items:center;display:flex;gap:4px;justify-content:space-between}.step-notice__itemOperationItemSubContent{color:rgba(0,0,0,.5);font-size:12px}.step-notice__itemOperationItemContent{box-sizing:border-box;display:flex;flex:1;font-size:14px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.step-notice__itemOperationItemContentWrapper{align-items:center;display:flex;gap:4px;justify-content:space-between}.step-notice__itemOperationItem--primary .step-notice__itemOperationItemHeader,.step-notice__itemOperationItem--primary .step-notice__itemOperationItemHeaderIcon{color:var(--step-notice-primary)}.step-notice__itemOperationItem--primary.step-notice__itemOperationItem{background:var(--step-notice-primary-light)}.step-notice__itemOperationItem--warning .step-notice__itemOperationItemHeader,.step-notice__itemOperationItem--warning .step-notice__itemOperationItemHeaderIcon{color:var(--step-notice-warning)}.step-notice__itemOperationItem--warning.step-notice__itemOperationItem{background:var(--step-notice-warning-light)}
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",i="3.2.3-beta.9",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.2.3-beta.9",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
1
+ var e="@cnhis-design-vue/shared",s="3.2.3-release.1",i="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.2.3-release.1",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,i as main,e as name,n as peerDependencies,s as version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.2.3-beta.9",
3
+ "version": "3.2.3-release.1",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -71,5 +71,5 @@
71
71
  "iOS 7",
72
72
  "last 3 iOS versions"
73
73
  ],
74
- "gitHead": "c76c3b4ab509e96fd34f86d834138719b1d52554"
74
+ "gitHead": "8608bbfc8f8273af160171d5f3b105559efd3463"
75
75
  }