/* Document
 * ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 */:where(html) {
  line-height: 1.15; /* 1 */
}/* Sections
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Safari.
 */:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */:where(b, strong) {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */:where(small) {
  font-size: 80%;
}/* Tabular data
 * ========================================================================== *//**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}/* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */:where(button, input, select) {
  margin: 0;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(button) {
  text-transform: none;
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */:where(progress) {
  vertical-align: baseline;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(select) {
  text-transform: none;
}/**
 * Remove the margin in Firefox and Safari.
 */:where(textarea) {
  margin: 0;
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:where(:-moz-ui-invalid) {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct styles in Safari.
 */:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}:where(dialog:not([open])) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */:where(summary) {
  display: list-item;
}:root{--color-M1: #f5222d;--color-M1-rgb: 245, 34, 45;--color-G1: #ffffff;--color-G1-rgb: 255, 255, 255;--color-G2: #a0a0ac;--color-G2-rgb: 160, 160, 172;--color-G3: #f0f0f5;--color-G3-rgb: 240, 240, 245;--color-G4: rgba(255, 255, 255, 0.1019607843);--color-G4-rgb: 255, 255, 255;--color-G5: #f7f7fa;--color-G5-rgb: 247, 247, 250;--color-G6: rgba(255, 255, 255, 0.2980392157);--color-G6-rgb: 255, 255, 255;--color-G7: #fdfafa;--color-G7-rgb: 253, 250, 250;--color-G8: #f9f9f9;--color-G8-rgb: 249, 249, 249;--color-G9: #BB0100;--color-G9-rgb: 187, 1, 0;--color-F1: #ff1744;--color-F1-rgb: 255, 23, 68;--color-F2: #e9e9f0;--color-F2-rgb: 233, 233, 240;--color-F3: #ffffff;--color-F3-rgb: 255, 255, 255;--color-F4: #a0a0ac;--color-F4-rgb: 160, 160, 172;--color-F5: #37374a;--color-F5-rgb: 55, 55, 74;--color-F6: #f5222d;--color-F6-rgb: 245, 34, 45;--color-F7: #fee8ea;--color-F7-rgb: 254, 232, 234;--color-F8: #55555e;--color-F8-rgb: 85, 85, 94;--color-F9: #878787;--color-F9-rgb: 135, 135, 135;--color-F10: #e8f0fe;--color-F10-rgb: 232, 240, 254;--color-F11: #ebf5ec;--color-F11-rgb: 235, 245, 236;--color-F12: #fef6f6;--color-F12-rgb: 254, 246, 246;--color-F13: #f5f8fe;--color-F13-rgb: 245, 248, 254;--color-F14: #f6faf6;--color-F14-rgb: 246, 250, 246;--color-O1: rgba(55, 55, 74, 0.2);--color-O1-rgb: 55, 55, 74;--color-T1: #f5222d;--color-T1-rgb: 245, 34, 45;--color-T2: #37374a;--color-T2-rgb: 55, 55, 74;--color-T3: #323244;--color-T3-rgb: 50, 50, 68;--color-T4: #55555e;--color-T4-rgb: 85, 85, 94;--color-T5: #a0a0ac;--color-T5-rgb: 160, 160, 172;--color-T6: #e9e9f0;--color-T6-rgb: 233, 233, 240;--color-T7: #f0f0f5;--color-T7-rgb: 240, 240, 245;--color-T8: #ffffff;--color-T8-rgb: 255, 255, 255;--color-T9: rgba(255, 255, 255, 0.6);--color-T9-rgb: 255, 255, 255;--color-T10: rgba(255, 255, 255, 0.6980392157);--color-T10-rgb: 255, 255, 255;--color-T11: #ff1744;--color-T11-rgb: 255, 23, 68;--color-T12: #0659fb;--color-T12-rgb: 6, 89, 251;--color-T13: #0bb13a;--color-T13-rgb: 11, 177, 58;--color-T14: #ff5a2e;--color-T14-rgb: 255, 90, 46;--color-T15: #929292;--color-T15-rgb: 146, 146, 146}html{--antd-wave-shadow-color: var(--color-M1, #f5222d)}.ant-picker-input>input,.ant-input-number,.ant-input-number-input,.ant-cascader-input,.ant-input{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-picker-input>input:hover,.ant-picker-input>input:focus,.ant-input-number:hover,.ant-input-number:focus,.ant-input-number-input:hover,.ant-input-number-input:focus,.ant-cascader-input:hover,.ant-cascader-input:focus,.ant-input:hover,.ant-input:focus{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-picker-input>input::-moz-placeholder, .ant-input-number::-moz-placeholder, .ant-input-number-input::-moz-placeholder, .ant-cascader-input::-moz-placeholder, .ant-input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-picker-input>input::placeholder,.ant-input-number::placeholder,.ant-input-number-input::placeholder,.ant-cascader-input::placeholder,.ant-input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.ant-input-affix-wrapper-focused,.ant-cascader-picker:focus .ant-cascader-input,.ant-cascader-picker-label:hover+.ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover+.ant-cascader-input){border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-cascader-picker-focused,.ant-cascader-picker:hover,.ant-picker-focused,.ant-picker:hover{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-input-number{outline:none}.ant-input-number-focused{border-color:var(--color-F4, #a0a0ac);box-shadow:none}:where(.ant-tabs).ant-tabs{color:var(--color-T2, #37374a)}:where(.ant-tabs).ant-tabs.ant-tabs-top>.ant-tabs-nav::before{border-bottom-color:var(--color-F2, #e9e9f0)}:where(.ant-tabs).ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-T1, #f5222d);text-shadow:none}:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab:hover,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible),.ant-tabs-tab-btn:focus,.ant-tabs-tab-remove:focus,.ant-tabs-tab-btn:active,.ant-tabs-tab-remove:active,.ant-tabs-tab:hover{color:inherit}:where(.ant-tabs).ant-tabs .ant-tabs-ink-bar,.ant-tabs-ink-bar{height:3px;border-radius:2px;background:var(--color-M1, #f5222d)}.ant-badge,.ant-drawer-header,.ant-drawer-title,.ant-modal .ant-modal-footer,.ant-modal .ant-modal-header,.ant-modal-title,.ant-table,.ant-select,.ant-form,.ant-form-item,.ant-radio-wrapper,.ant-checkbox-wrapper,.ant-modal,.ant-picker,.ant-picker-input>input,.ant-form-item-label>label{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-drawer-header{border-bottom-color:var(--color-F2, #e9e9f0)}.ant-modal-footer .ant-btn+.ant-btn{margin-bottom:0px;margin-left:8px}.ant-switch.ant-switch-checked{background:var(--color-M1, #f5222d)}.ant-switch:focus{box-shadow:none}.ant-badge-count{background:var(--color-M1, #f5222d);box-shadow:none}.ant-table{font-size:14px;line-height:20px}.ant-table .ant-table-thead th{color:var(--color-T5, #a0a0ac)}.ant-table .ant-table-thead th::before{display:none}.ant-table-filter-dropdown .ant-radio-wrapper{line-height:0;vertical-align:text-top;color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-title-content{line-height:1.5715}.ant-table-filter-dropdown .ant-btn-primary{border-color:var(--color-M1, #f5222d);background-color:var(--color-M1, #f5222d)}.ant-table-filter-dropdown .ant-btn-link{color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-item-selected,.ant-table-filter-dropdown .ant-dropdown-menu-submenu-title-selected{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:var(--color-F4, #a0a0ac) !important;box-shadow:none !important}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--color-F2, #e9e9f0)}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{display:inline-flex;align-items:center}.ant-select-item,.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:var(--color-T2, #37374a);font-size:inherit}.ant-pagination{color:var(--color-T2, #37374a)}.ant-pagination .ant-pagination-item a{color:inherit}.ant-pagination input,.ant-pagination li{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination input:hover,.ant-pagination input:focus,.ant-pagination li:hover,.ant-pagination li:focus{border-color:var(--color-F2, #e9e9f0);box-shadow:none}.ant-pagination .ant-pagination-item,.ant-pagination .ant-pagination-prev button,.ant-pagination .ant-pagination-next button{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-prev button:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-next button:not(.ant-pagination-item-active):hover{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination .ant-pagination-item-active,.ant-pagination .ant-pagination-item-active:hover,.ant-pagination .ant-pagination-item-active:focus{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.ant-pagination .ant-pagination-options .ant-select-selector,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:var(--color-F2, #e9e9f0);border-radius:4px;box-shadow:none}.ant-pagination .ant-pagination-options .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-selector:focus,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:focus{border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-breadcrumb a{color:inherit}.ant-breadcrumb a:hover{color:inherit}.ant-breadcrumb span:last-child{color:inherit}.ant-breadcrumb span:last-child a{color:inherit}.ant-breadcrumb-separator{margin:0px}.ant-radio-wrapper{align-items:center}.ant-radio{top:0px}span.ant-radio+*{padding-left:12px;padding-right:0px}.ant-checkbox-inner{border-color:var(--color-F4, #a0a0ac)}.ant-checkbox-indeterminate .ant-checkbox-inner{border-color:var(--color-M1, #f5222d)}.ant-checkbox-indeterminate .ant-checkbox-inner::after{background:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-select-tree{color:var(--color-T2, #37374a)}.ant-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-checkbox-checked .ant-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-radio-inner{align-items:center;justify-content:center;border-color:var(--color-M1, #f5222d)}.ant-radio-inner::after{position:absolute;top:3px;left:3px;right:3px;bottom:3px;width:auto;height:auto;margin:0px;border-radius:999px;background:var(--color-M1, #f5222d)}.ant-radio-checked .ant-radio-inner::after{transform:scale(1)}.ant-tree-checkbox:hover .ant-tree-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-radio-checked::after,.ant-radio-checked .ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner,.ant-radio-input:focus+.ant-radio-inner{border-color:var(--color-M1, #f5222d)}.drawer .ant-drawer-header,.flex-drawer .ant-drawer-header{padding:24px 22px}.drawer .ant-drawer-title,.flex-drawer .ant-drawer-title{font-size:24px;line-height:33px}.ant-drawer-body{padding:0px 22px;line-height:1.5}.flex-drawer .ant-drawer-body{display:flex;flex-direction:column}.drawer-btn-row{position:-webkit-sticky;position:sticky;top:100%;display:flex;justify-content:space-between;padding-bottom:50px}.flex-drawer .drawer-btn-row{margin-top:auto}.drawer-btn-row button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);font-size:14px;color:var(--color-T5, #a0a0ac)}.drawer-btn-row button[data-submit]{background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);color:var(--color-T8, #ffffff)}.modal .ant-modal-content{border-radius:10px}.modal .ant-modal-header{padding:32px 32px 35px;border-radius:10px 10px 0px 0px;border-color:var(--color-F2, #e9e9f0)}.modal .ant-modal-title{font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal .ant-modal-body{padding:32px;font-size:14px;line-height:20px}.no-border-table .ant-table th,.no-border-table .ant-table td{border:none;background:none}.no-border-table .ant-table th:first-child,.no-border-table .ant-table td:first-child{padding-left:0px}.no-border-table .ant-table th:last-child,.no-border-table .ant-table td:last-child{padding-right:0px}.select{height:30px;background:var(--color-G3, #f0f0f5);border-radius:4px}.select .ant-select-selector{color:var(--color-T2, #37374a);box-shadow:none !important}.select:not(.ant-select-customize-input) .ant-select-selector{border:none;background:none;height:100%;border-radius:inherit}.select .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac)}.select .ant-select-clear{background:inherit}.select-dropdown{background:var(--color-G3, #f0f0f5)}.label-input{height:30px;background:var(--color-G3, #f0f0f5);color:var(--color-T2, #37374a);border-radius:4px}.label-input .ant-input-group{height:inherit;font-size:inherit}.label-input .ant-input-group-addon{min-width:97px;height:inherit;padding:0px 16px;text-align:left;background:none;border:none;border-right:1px solid var(--color-F2, #e9e9f0);font-size:inherit;color:var(--color-T2, #37374a)}.label-input input{height:inherit;padding-left:23px;background:none !important;border:none;outline:none;font-size:inherit}.label-input input:focus{box-shadow:none}.login-title{position:relative;margin:0px;font-size:24px;line-height:33px;color:var(--color-T2, #37374a)}.login-title .login-title-back{position:absolute;left:-29px;top:50%;width:24px;height:24px;padding:4px;transform:translateY(-50%);cursor:pointer}.login-prompt{margin:4px 0px 0px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.login-content{margin:0 auto}.login-content a,.login-content [role=link]{color:var(--color-T1, #f5222d)}.login-content .color-T1{color:var(--color-T1, #f5222d)}.login-content .cursor-p{cursor:pointer}:focus-visible{outline:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;color:var(--color-T2, #37374a)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}b{font-weight:500}h1,h2,h3,h4,h5,h6,p{margin:0px;color:var(--color-T2, #37374a)}input{border-color:var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a)}input:hover,input:focus{border-color:var(--color-F4, #a0a0ac)}input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}button{padding:0px;border:none;background:none;cursor:pointer}button:disabled{cursor:not-allowed}button[data-m1]{height:32px;padding:0px 32px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}#root{height:100%}.input{height:30px;background:var(--color-G3, #f0f0f5);border:none;padding-left:16px;border-radius:4px;color:var(--color-T2, #37374a)}.input:-moz-read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.input:disabled,.input:read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.no-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.float-container::before,.float-container::after{display:block;content:"";clear:both}.submitAndCancelRow{font-size:14px}.submitAndCancelRow button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);color:var(--color-T5, #a0a0ac)}.submitAndCancelRow button+button{margin-left:24px}.submitAndCancelRow button[type=submit]{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a)}.submitAndCancelRow button:disabled{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);opacity:.3}.dropdownMenu{width:200px;margin-top:3px;padding:4px 6px 5px 4px;background-color:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06) !important;border-radius:4px;border:none}.dropdownMenu :global(.ant-dropdown-menu-item),.dropdownMenu :global(.ant-menu-item){height:30px;margin:0px;padding:0px 12px;border-radius:4px;text-align:left;line-height:30px;color:var(--color-T2, #37374a)}.dropdownMenu :global(.ant-dropdown-menu-item):not(:last-child),.dropdownMenu :global(.ant-menu-item):not(:last-child){margin-bottom:4px}.dropdownMenu :global(.ant-dropdown-menu-item) a:hover,.dropdownMenu :global(.ant-dropdown-menu-item):hover,.dropdownMenu :global(.ant-menu-item) a:hover,.dropdownMenu :global(.ant-menu-item):hover{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}
.ant-btn{color:var(--color-T2, #37374a)}.ant-modal-confirm .ant-btn,.ant-modal-confirm .ant-btn:hover,.ant-modal-confirm .ant-btn:focus{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-modal-confirm .ant-btn-primary,.ant-modal-confirm .ant-btn-primary:hover,.ant-modal-confirm .ant-btn-primary:focus{color:var(--color-T8, #ffffff);border-color:var(--color-M1, #f5222d);background-color:var(--color-M1, #f5222d)}
.user-center{display:flex;flex-direction:column;min-height:100%;background:var(--color-G5, #f7f7fa)}.user-center-head{flex:0 0 auto}.user-center-tabs{flex:1 0 auto;width:1200px;min-height:868px;margin:40px auto}.user-center-tabs .ant-tabs-nav{border-right:1px solid var(--color-F2, #e9e9f0);background:var(--color-G3, #f0f0f5)}.user-center-tabs .ant-tabs-tab{transition:background .3s}.user-center-tabs .ant-tabs-tab-active{background:var(--color-G1, #ffffff)}.user-center-tabs>.ant-tabs-nav .ant-tabs-ink-bar{left:0px;right:unset;width:4px;border-radius:0}.user-center-tabs>.ant-tabs-nav .ant-tabs-ink-bar::after{position:relative;top:50%;display:block;width:10px;height:7px;content:"";background:var(--color-M1, #f5222d);transform:skew(37deg) translate(0, -50%) rotate(-27deg)}.user-center-tabs .ant-tabs-content-holder{background:var(--color-G1, #ffffff)}.user-center-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{padding-left:0px}.user-center-tabs-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;height:160px;font-size:16px;line-height:22px;fill:var(--color-T5, #a0a0ac);color:var(--color-T5, #a0a0ac);transition:fill .3s,color .3s}.ant-tabs-tab-active .user-center-tabs-tab{fill:var(--color-T1, #f5222d);color:var(--color-T1, #f5222d)}.user-center-tabs-tab svg{width:40px;height:40px;margin-bottom:18px}.user-center-tabs-tab p{color:inherit}.user-center-header{padding:34px 0px 32px 50px;border-bottom:1px solid var(--color-F2, #e9e9f0);font-size:24px;line-height:33px}.user-center-header-tips{margin-left:20px;font-size:12px;font-weight:400;color:#a3a3a3}.user-center-header button{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;width:24px;height:24px;margin-right:10px;border-radius:3px;background-color:var(--color-G3, #f0f0f5)}.user-center-header button svg{width:10px;height:10px;fill:var(--color-T2, #37374a)}.user-center-header span{vertical-align:middle}.user-center-security-item{display:flex;justify-content:space-between;min-height:135px;padding:29px 40px 30px 50px;font-size:16px;line-height:22px}.user-center-security-item+.user-center-security-item{border-top:1px solid var(--color-F2, #e9e9f0)}.user-center-security-item p{color:var(--color-T5, #a0a0ac)}.user-center-security-item p+p{margin-top:10px}.user-center-security-item p b{color:var(--color-T2, #37374a)}.user-center-security-item>button{width:98px;height:33px;margin-top:12px;border-radius:4px;background:var(--color-M1, #f5222d);font-size:12px;color:var(--color-T8, #ffffff)}.user-center-security-base{justify-content:flex-start}.user-center-security-base p>span:first-child{display:inline-block;width:100px;color:var(--color-T5, #a0a0ac)}.user-center-security-base p>button{margin-left:20px;color:var(--color-T1, #f5222d)}.user-center-security-base p+p{margin-top:8px}.user-center-security-avatar{width:110px;height:110px;margin-right:20px}.user-center-security-avatar.loaded{border-radius:8px;cursor:pointer}.user-center-form{width:100%;min-height:226px}.user-center-input{height:27px;border-radius:6px;font-size:12px}.user-center-input input{font-size:inherit}.user-center-modal.ant-modal{width:467px !important}.user-center-modal .ant-modal-body{display:block !important;height:285px}.user-center-modal form{width:100%}.user-center-modal .ant-form-item+.ant-form-item{margin-top:-4px}.user-center-modal .ant-select:not(.ant-select-customize-input){width:100%}.user-center-modal .ant-select:not(.ant-select-customize-input) .ant-select-selector{border-radius:6px}.user-center-modal .font-12{width:100%;height:32px;border-radius:6px;font-size:12px;line-height:17px}.user-center-modal .font-12 input.user-center-modal .font-12{flex:0 1 auto}.user-center-modal .font-12 input{font-size:12px}.user-center-modal .font-12 .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac)}.user-center-modal button.font-12{width:124px;border:1px solid var(--color-F2, #e9e9f0);color:var(--color-T5, #a0a0ac)}.user-center-verify-row{display:flex}.user-center-verify-row.qrcode .qrcode-img{text-align:center;margin-right:22px;width:130px}.user-center-verify-row.qrcode .qrcode-img .err-img{opacity:.2;cursor:pointer}.user-center-verify-row.qrcode .qrcode-img .refresh-wrap{text-align:center;padding-top:0px;width:104px;font-size:12px;cursor:pointer;width:100%}.user-center-verify-row.qrcode .qrcode-img .refresh-wrap svg{width:10px;height:10px}.user-center-verify-row input{flex:1 1 auto;margin-right:20px}.user-center-verify-row button{flex:0 0 auto}.user-center-verify-row img{width:130px;height:130px}.user-center-verify-row p{padding-top:15px;color:var(--color-T5, #a0a0ac)}.user-center-verify-row p b{display:block;margin-top:2px;color:var(--color-T2, #37374a)}.user-center-username-modify-prompt{display:flex;align-items:baseline;margin-bottom:20px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.user-center-username-modify-prompt .anticon{margin-right:5px;transform:translateY(2px);color:var(--color-T1, #f5222d)}.user-center-realname-tag{fill:var(--color-T13, #0bb13a);cursor:pointer}.user-center-realname-tag span{margin-left:18px;font-size:14px;color:var(--color-T13, #0bb13a)}.user-center-realname-tag svg{width:16px;height:16px;margin-right:5px;vertical-align:middle}.user-center-realname-detail{padding-top:139px;text-align:center}.user-center-realname-detail svg{width:100px;height:100px;fill:var(--color-T13, #0bb13a)}.user-center-realname-detail h3{margin-top:15px;font-size:18px;line-height:25px}.user-center-realname-detail p{margin-top:5px;font-size:14px;line-height:20px;color:var(--color-T5, #a0a0ac)}.user-center-id-card-picker{display:flex}.user-center-id-card-picker label{flex:0 0 auto;width:290px;height:187px;margin-right:30px;text-align:center;cursor:pointer}.user-center-id-card-picker label img{max-width:100%;max-height:100%;object-fit:contain}.user-center-id-card-picker p{font-size:14px;line-height:20px;color:var(--color-T5, #a0a0ac)}.user-center-id-card-picker p span{color:var(--color-T1, #f5222d)}.user-center-id-card-picker p+p{margin-top:10px}.user-center-realname-form{padding:40px 40px 43px 50px}.user-center-realname-form .ant-form-item-label{width:212px}.user-center-realname-form .ant-form-item-label>label{font-size:16px}.user-center-realname-form .ant-input{width:290px;height:48px;border-radius:4px}.user-center-realname-form .ant-input-group{width:auto}.user-center-realname-form .ant-input-group>.ant-input:first-child{border-radius:4px}.user-center-realname-form .ant-input-group .ant-input-group-addon{padding-left:30px;border:none;background:none;color:var(--color-T5, #a0a0ac)}.user-center-realname-form button[type=submit]{width:160px;height:36px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.user-center-realname-form .ant-form-item:not(:first-child){padding-top:16px}.user-center-realname-form .ant-form-item:last-child{padding-top:36px}.user-center-resume-body{padding:42px 50px 40px}.user-center-resume-item{display:flex;flex-direction:column;gap:10px}.user-center-resume-item+.user-center-resume-item{margin-top:40px}.user-center-resume-item-header{display:flex;align-items:center;font-size:16px;line-height:22px;color:var(--color-T1, #f5222d)}.user-center-resume-item-header svg{width:16px;height:16px;margin-right:5px;fill:var(--color-T1, #f5222d)}.user-center-resume-item-header>span{margin-right:24px}.user-center-resume-item-header button{margin-left:auto;font-size:12px;line-height:17px}.user-center-resume-item-header button svg{width:8px;height:8px}.user-center-resume-modal .ant-modal-body{height:unset;padding-bottom:6px !important}.user-center-resume-table{margin-top:10px}.user-center-resume-table.list-table-tpl .ant-table{min-height:unset}.user-center-resume-table td,.user-center-resume-table th{border-bottom:1px solid var(--color-F2, #e9e9f0) !important}.user-center-resume-table .ant-table-tbody td{height:70px !important}.user-center-resume-table .ant-table-thead>tr>th{padding:15px 16px}.user-center-resume-table .user-center-resume-op-columns{width:150px;text-align:center;border-left:1px solid var(--color-F2, #e9e9f0) !important}.user-center-resume-table .user-center-resume-op-columns button{color:var(--color-T1, #f5222d)}.user-center-resume-table .user-center-resume-op-columns button+button{margin-left:39px}.user-center-resume-edit-del button{color:var(--color-T1, #f5222d)}.user-center-resume-edit-del button+button{margin-left:39px}.user-center-resume-rtf-viewer .ck.ck-content{border:none;padding:0px}.rtf-link-editor{z-index:9999 !important}.user-center-resume-achievement{margin-top:18px;padding:24px 0px 22px 18px;border-top:1px solid var(--color-F2, #e9e9f0)}.user-center-resume-achievement>header{display:flex;justify-content:space-between}.user-center-resume-achievement>header b{font-weight:600}.user-center-resume-achievement>p{margin:5px 0px 19px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.user-center-resume-achievement-rtf-editor{max-height:calc(96vh - 520px);min-height:240px}.user-center-resume-achievement-rtf-editor .ck.ck-content{min-height:144px}.user-center-resume-achievement-rtf-editor .ck.ck-dropdown .ck.ck-dropdown__panel{max-width:410px;bottom:calc(100% + 4px);top:unset}.user-center-profession .ck.ck-content{min-height:144px}.user-center-expand-item{display:flex;min-height:81px;padding:29px 40px 6px 50px;font-size:16px;line-height:22px;align-items:center}.user-center-expand-item .ant-picker{width:341px;height:50px;border-radius:6px;margin-right:12px;background-color:rgba(0,0,0,0)}.user-center-expand-item .ant-form-item-control-input-content{display:flex}.user-center-expand-item .ant-form-item-required{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a;line-height:22px;height:100%}.user-center-expand-item .ant-radio-wrapper{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#55555e;line-height:20px}.user-center-expand-item+.user-center-expand-item{border-top:1px solid var(--color-F2, #e9e9f0)}.user-center-expand-item p{color:var(--color-T5, #a0a0ac)}.user-center-expand-item p+p{margin-top:10px}.user-center-expand-item p b{color:var(--color-T2, #37374a)}.user-center-expand-item>button{width:98px;height:33px;margin-top:12px;border-radius:4px;background:var(--color-M1, #f5222d);font-size:12px;color:var(--color-T8, #ffffff)}.user-center-expand-item-last{display:flex;flex-direction:column;justify-content:space-between;min-height:81px;padding:29px 40px 6px 50px;font-size:16px;line-height:22px}.user-center-expand-item-last>div .ant-form-item-required{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a;line-height:22px;height:100%}.user-center-expand-item-last>div .ant-select{width:341px}.user-center-expand-item-last>div .ant-select .ant-select-selector{height:50px}.user-center-expand-item-last>div .ant-input{width:341px;height:50px;border-radius:6px;border:1px solid #e9e9f0;transform:translateX(59px);background-color:rgba(0,0,0,0)}.user-center-expand-item-last>div .ant-btn-dangerous.ant-btn-primary{width:160px;height:36px;background:#f5222d;border-radius:4px;transform:translateY(292px)}.user-center-expand-item+.user-center-expand-item-last{border-top:1px solid var(--color-F2, #e9e9f0)}.user-center-destroy-item{display:flex;flex-direction:column;align-items:center}.user-center-destroy-item>img:nth-child(1){margin-top:76px;width:80px;height:80px}.user-center-destroy-item>span:nth-child(2){margin-top:14px;font-size:24px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a;line-height:33px}.user-center-destroy-item>span:nth-child(3){margin-top:10px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#a0a0ac;line-height:20px}.user-center-destroy-item>div:nth-child(4){margin-top:20px;align-items:center;justify-content:space-between;display:flex}.user-center-destroy-item>div:nth-child(4)>div>img{width:19px;height:16px}.user-center-destroy-item>div:nth-child(4)>div>span{margin:0 20px 0 10px;font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a;line-height:22px}.user-center-destroy-item>div:nth-child(5){margin-top:50px;margin-bottom:20px;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#55555e;line-height:22px}.user-center-destroy-item-form .ant-input-affix-wrapper-disabled{height:48px;border-radius:4px}.user-center-destroy-item-form .user-center-verify-row .ant-input{height:48px;border-radius:4px;border:1px solid #e9e9f0}.user-center-destroy-item-form .user-center-verify-row button{height:48px;border-radius:4px;border:1px solid #e9e9f0;padding:0 25px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#a0a0ac}.user-center-destroy-item-form .ant-form-item:nth-child(3) .ant-input{height:48px;border-radius:4px}.user-center-destroy-item-form .ant-form-item:nth-child(4) button{width:100%;height:36px;background:#f5222d;border-radius:4px}.user-center-destroy-success{position:relative;top:381px}.user-center-destroy-success>div:nth-child(1){width:276px;height:117px;background:#fff;box-shadow:0px 4px 14px 2px rgba(15,18,33,.06)}.user-center-destroy-success>div:nth-child(1)>div:nth-child(1){font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#37374a;display:flex;flex-direction:column}.user-center-destroy-success>div:nth-child(1)>div:nth-child(1)>span:nth-child(1)>svg{width:32px;height:32px;margin:20px 0 10px 0}
.cursor{cursor:pointer}.org-home-page{display:flex;flex-direction:column;padding-bottom:0px !important}.org-home-page>div{flex:0 0 auto}.org-home-content-body{display:flex;margin-top:19px}.org-home-page>.org-home-content-body{flex-grow:1}.org-home-sub-tenant{flex:0 0 auto;width:270px;padding-right:41px;border-right:1px solid var(--color-F2, #e9e9f0)}.org-home-sub-tenant .input{background:none;border:1px solid var(--color-F2, #e9e9f0);font-size:12px}.org-home-tenant-info{display:flex;align-items:center;margin-top:22px}.org-home-tenant-info img{width:26px;height:26px;margin-right:10px;border-radius:4px}.org-home-tenant-info>span{flex:1 1}.add-sub-btn{margin-left:16px;font-size:12px;line-height:17px;color:var(--color-T1, #f5222d)}.add-sub-btn svg{width:8px;height:8px;margin-right:5px;fill:var(--color-T1, #f5222d)}.org-home-tree{color:var(--color-T2, #37374a)}.org-home-tree .anticon{color:var(--color-T5, #a0a0ac)}.org-home-tree .ant-tree-switcher{display:flex;align-items:center;justify-content:center}.org-home-tree .ant-tree-node-content-wrapper{padding:6px 10px 4px;line-height:1;border-radius:4px}.org-home-tree .ant-tree-title{line-height:20px}.org-home-tree .ant-tree-node-content-wrapper.ant-tree-node-selected{background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);color:var(--color-T1, #f5222d)}.table-filter-icon{width:16px;height:16px;fill:var(--color-T5, #a0a0ac)}.active>.table-filter-icon{fill:var(--color-T1, #f5222d)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-G1, #ffffff);border-radius:2px}::-webkit-scrollbar-thumb{background:var(--color-G3, #f0f0f5);border-radius:8px}
.\---common-shared-components-input-search--input-search-module__inputSearch__e801885b{position:relative}.\---common-shared-components-input-search--input-search-module__inputSearch__e801885b input{height:100%;padding-right:32px;font-size:inherit}.\---common-shared-components-input-search--input-search-module__inputSearch__e801885b svg{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:19px;height:19px;cursor:pointer}.\---common-shared-components-input-search--input-search-module__iconBefore__eaeddcc0 input{padding-left:29px;padding-right:16px}.\---common-shared-components-input-search--input-search-module__iconBefore__eaeddcc0 svg{right:unset;left:8px}
.label-input{display:flex;align-items:center;font-size:12px}.label-input .label-input-input{padding-left:11px}.label-input-select{font-size:inherit}.label-input-dropdown{text-align:center}.label-input-divide{flex:0 0 auto;width:1px;height:11px;background:var(--color-F4, #a0a0ac)}.label-input-icon{flex:0 0 auto;width:19px;height:19px;padding:1px;margin-right:8px;cursor:pointer}
.ods-selector-header{display:flex;justify-content:space-between;padding:16px 24px 0px}.ods-selector-header .ods-selector-search-type{width:264px;background:var(--color-G5, #f7f7fa)}.ods-selector-header .ods-selector-search-type:hover .ant-select-selector,.ods-selector-header .ods-selector-search-type .ant-select-borderless.ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:rgba(0,0,0,0) !important}.ods-selector-header>button{height:26px;padding:0px 14px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.ods-selector-search-type-dropdown{font-size:12px;border-radius:4px;box-shadow:0px 4px 14px 2px rgba(15,18,33,.06)}
.ods-selector{width:unset !important}.ods-selector .ant-modal-content{border-radius:8px;background:var(--color-G1, #ffffff)}.ods-selector .ant-modal-body{display:flex;flex-direction:column;padding:0px;min-height:746px;min-width:1015px;border-radius:inherit;background:inherit}.ods-selector-content{flex:1 0 auto;display:flex}.ods-selector-prompt{margin-top:15px;margin-bottom:16px;font-size:14px;line-height:20px}.ods-selector-prompt>span{margin-left:8px;font-size:12px;color:var(--color-T5, #a0a0ac)}.ods-selector-breadcrumb{min-height:17px;margin-bottom:12px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.ods-selector-breadcrumb>span{padding:0px 2px}.ods-selector-breadcrumb>button{max-width:100%}.ods-selector-breadcrumb>button:last-child{color:var(--color-T2, #37374a)}.ods-selector-loading{width:100%}.ods-selector-options{flex:0 0 auto;display:flex}.ods-selector-tenant-options{flex:0 0 auto;width:262px;padding:0px 24px 16px;box-shadow:0px 4px 14px 2px rgba(15,18,33,.0588235294)}.ods-selector-department-options{flex:0 0 auto;width:254px;padding:0px 16px 16px 24px}.ods-selector-staff-options{flex:0 0 auto;width:247px;padding:0px 16px 16px;border-left:1px solid var(--color-F2, #e9e9f0)}.ods-selector-staff-options-tabs .ant-tabs-nav::before{border-color:var(--color-F2, #e9e9f0)}.ods-selector-staff-options-tabs .ant-tabs-tab{padding:0px 0px 3px;font-size:12px;color:var(--color-T2, #37374a)}.ods-selector-staff-options-tabs .ant-tabs-tab-btn:focus{color:var(--color-T2, #37374a)}.ods-selector-staff-options-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-M1, #f5222d);text-shadow:none}.ods-selector-staff-options-tabs .ant-tabs-ink-bar{background:none}.ods-selector-staff-options-tabs .ant-tabs-ink-bar::before{display:block;width:24px;height:2px;margin:0px auto;background:var(--color-M1, #f5222d);border-radius:1px;content:""}.ods-selector-result-box{flex:0 0 auto;width:252px;margin-left:auto;padding:0px 22px 16px 15px;border-left:1px solid var(--color-F2, #e9e9f0)}.ods-selector-search-result{width:738px;padding:16px 24px;box-shadow:0px 4px 14px 2px rgba(15,18,33,.06)}.ods-selector-affiliation{width:508px;padding:16px 24px;box-shadow:0px 4px 14px 2px rgba(15,18,33,.06)}.ods-selector-affiliation-tenant-type{font-size:12px}.ods-selector-affiliation-root-org{display:flex;align-items:center}.ods-selector-affiliation-root-org>.select{width:112px;font-size:12px;background:var(--color-G5, #f7f7fa)}.ods-selector-affiliation-root-org>.ods-selector-affiliation-root-org-divide{width:9px;height:1px;margin:0px 10px;background:var(--color-F4, #a0a0ac)}.ods-selector-affiliation-root-org .ods-selector-affiliation-input{width:319px;height:30px;font-size:12px;background:var(--color-G5, #f7f7fa);border-radius:4px}.ods-selector-affiliation-root-org .ods-selector-affiliation-input>input{background:inherit}.ods-selector-affiliation-tree{margin-top:16px;color:var(--color-T2, #37374a);font-size:12px}.ods-selector-affiliation-tree.ods-selector-affiliation-tree-single .ant-tree-checkbox{display:none}.ods-selector-affiliation-tree .ant-tree-treenode{align-items:center;height:27px;padding:0px 10px 0px 14px;border-radius:4px;margin-bottom:4px;transition:background .3s}.ods-selector-affiliation-tree .ant-tree-treenode>.ant-tree-checkbox{margin-top:0px}.ods-selector-affiliation-tree .ant-tree-treenode.ant-tree-treenode-checkbox-checked{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.ods-selector-affiliation-tree .ant-tree-treenode.ant-tree-treenode-checkbox-checked .ant-tree-checkbox-inner{border-color:var(--color-F2, #e9e9f0)}.ods-selector-affiliation-tree .ant-tree-treenode.ant-tree-treenode-checkbox-checked polygon{fill:var(--color-G1, #ffffff)}.ods-selector-affiliation-tree .ant-tree-treenode polygon{transition:fill .3s}.ods-selector-affiliation-tree .ant-tree-checkbox-checked::after{border-color:var(--color-F2, #e9e9f0)}.ods-selector-affiliation-tree .ant-radio-wrapper{margin-left:-4px;margin-right:12px}.ods-selector-affiliation-tree .ant-radio-wrapper input:focus+.ant-radio-inner{box-shadow:none}.ods-selector-affiliation-tree .ant-tree-switcher_open .ant-tree-switcher-icon{transform:rotate(0deg)}.ods-selector-affiliation-tree .ant-tree-switcher_close .ant-tree-switcher-icon{transform:rotate(-90deg)}.ods-selector-affiliation-tree .ant-tree-switcher{display:flex;align-items:center;justify-content:center}.ods-selector-affiliation-tree .ant-tree-switcher-icon{flex:0 0 auto;width:15px;height:15px;transition:transform .3s}.ods-selector-affiliation-tree .ant-tree-node-content-wrapper:hover,.ods-selector-affiliation-tree .ant-tree-node-content-wrapper.ant-tree-node-selected{background:none}.ods-selector-affiliation-node{display:flex;align-items:center;justify-content:space-between}.ods-selector-affiliation-node>span{display:block;flex:0 1 auto}.ods-selector-affiliation-node .no-wrap{width:0;flex:1 1 auto}.ods-selector-affiliation-node .ods-selector-affiliation-node-text{display:flex;align-items:center;justify-content:space-between;flex:1 1}.ods-selector-affiliation-tenant,.ods-selector-affiliation-department{height:17px;padding:0px 3px;margin-left:8px;line-height:17px;border-radius:1px}.ant-tree-treenode-checkbox-checked .ods-selector-affiliation-tenant,.ant-tree-treenode-checkbox-checked .ods-selector-affiliation-department{color:var(--color-T8, #ffffff);background:rgba(var(--color-G3-rgb, 255, 255, 255), 0.1)}.ods-selector-affiliation-tenant{background:rgba(6,89,251,.09);color:#0659fb}.ods-selector-affiliation-department{background:rgba(38,149,45,.09);color:#26952d}.ods-selector-affiliation-staffs{width:254px;padding-left:24px;border-left:none}
.ods-selector-option{display:flex;align-items:center;width:214px;height:27px;padding:0px 10px 0px 13px;border-radius:4px;background:var(--color-G3, #f0f0f5);font-size:12px}.ods-selector-option+.ods-selector-option{margin-top:8px}.ods-selector-option.ods-selector-option-clickable{cursor:pointer}.ods-selector-option-checkbox{flex:0 0 auto;margin-right:7px;line-height:1}.ods-selector-option-checkbox>.ant-checkbox{top:0px}.ods-selector-option-checkbox::after{display:none}.ods-selector-option-radio input:focus+.ant-radio-inner{box-shadow:none}.ods-selector-option-icon{flex:0 0 auto;width:21px;height:21px;margin-right:4px;border-radius:2px}.ods-selector-option-name{margin-right:2px}.ods-selector-option-divide{flex:0 0 auto;width:1px;height:11px;margin:0px 9px 0px auto;background:var(--color-F4, #a0a0ac)}.ods-selector-option-btn{flex:0 0 auto;color:var(--color-T1, #f5222d)}.ods-selector-option-expand-icon{width:16px;height:16px;padding:3px;margin-left:auto;fill:var(--color-G2, #a0a0ac)}.ods-selector-option-checked{background:var(--color-M1, #f5222d)}.ods-selector-option-checked .ods-selector-option-name,.ods-selector-option-checked .ods-selector-option-btn{color:var(--color-T8, #ffffff)}.ods-selector-option-checked .ods-selector-option-divide{background:var(--color-F2, #e9e9f0)}
.ods-selector-tab{position:relative;display:flex;align-items:center;margin:24px 0px 0px;padding:0px 24px}.ods-selector-tab::before{position:absolute;bottom:0px;left:0px;display:block;width:100%;content:"";border-bottom:1px solid var(--color-F2, #e9e9f0)}.ods-selector-tab .ant-tabs-nav{margin-bottom:0px}.ods-selector-tab .ant-tabs-nav::before{display:none}.ods-selector-tab .ant-tabs-tab{padding:8px 0px}.ods-selector-tab .ant-tabs-tab+.ant-tabs-tab{margin-left:20px}.ods-selector-tab .ant-tabs-tab-btn{color:var(--color-T2, #37374a) !important;text-shadow:none !important}.ods-selector-tab .ant-tabs-ink-bar{background:rgba(0,0,0,0)}.ods-selector-tab .ant-tabs-ink-bar::after{position:absolute;left:50%;top:0px;display:block;width:20px;height:100%;content:"";transform:translateX(-50%);transition:all .3s;background:var(--color-F5, #37374a)}.ods-selector-tab-prompt{margin-right:20px;padding:8px 0px;text-shadow:0 0 .05px currentColor !important}.ods-selector-tab-back-btn{margin-left:auto;padding:0px 6px;height:24px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0)}
.ods-selector-result{display:flex;align-items:center;width:214px;height:27px;padding:0px 8px;border-radius:4px;background:var(--color-G3, #f0f0f5);font-size:12px}.ods-selector-result+.ods-selector-result{margin-top:8px}.ods-selector-result-icon{flex:0 0 auto;width:21px;height:21px;margin-right:4px;border-radius:2px}.ods-selector-result-text{margin-right:6px}.ods-selector-result-tenant{margin-left:4px;opacity:.6}.ods-selector-result-remove{flex:0 0 auto;width:18px;height:18px;margin-left:auto}.ods-selector-result-remove>svg{width:100%;height:100%;padding:5px;fill:var(--color-G2, #a0a0ac)}
.\---common-shared-components-avatar-editor--avatar-editor-module__avatarEditor__f16cdfcf{padding-top:15px;text-align:center}.\---common-shared-components-avatar-editor--avatar-editor-module__avatarEditor__f16cdfcf>div{display:flex;margin-bottom:89px}.\---common-shared-components-avatar-editor--avatar-editor-module__avatarEditor__f16cdfcf label{cursor:pointer}.\---common-shared-components-avatar-editor--avatar-editor-module__avatarEditor__f16cdfcf img{width:160px;height:160px;margin-bottom:20px;border-radius:10px}.\---common-shared-components-avatar-editor--avatar-editor-module__avatarEditor__f16cdfcf button{height:40px;margin:0px auto;padding:0px 56px;font-size:16px}.\---common-shared-components-avatar-editor--avatar-editor-module__avatarEditor__f16cdfcf .\---common-shared-components-avatar-editor--avatar-editor-module__preview__f3738419{margin-left:16px}.\---common-shared-components-avatar-editor--avatar-editor-module__avatarEditor__f16cdfcf .ant-modal{min-width:336px}
.breadcrumb{font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.breadcrumb>span:last-child{font-weight:500;color:#000 !important}.breadcrumb a{height:auto;margin:0px;padding:0px}.breadcrumb a:hover{background:none;line-height:initial}.breadcrumb .ant-breadcrumb-separator{margin:0px}.lottie-loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:100px;min-height:75px}.lottie-loading>svg{max-width:100px;max-height:75px;min-width:80px;min-height:60px}.lottie-loading-wrapper{max-height:unset !important}.ant-spin-nested-loading{min-height:60px}.ant-spin-nested-loading .lottie-loading{transform:translate3d(-50%, -50%, 0)}
.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content{border-radius:8px}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .ant-modal-body{padding-top:0px}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .\---common-shared-components-confirm-modal--confirm-modal-module__warning__a25cdaff{display:flex;margin-bottom:20px}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .\---common-shared-components-confirm-modal--confirm-modal-module__warning__a25cdaff>div{margin-top:20px}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .\---common-shared-components-confirm-modal--confirm-modal-module__warning__a25cdaff>div>:first-child{font-weight:600;font-size:16px}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .\---common-shared-components-confirm-modal--confirm-modal-module__warning__a25cdaff>div>:last-child{font-size:12px}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .\---common-shared-components-confirm-modal--confirm-modal-module__btns__fd175dc3{width:100%;text-align:right}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .\---common-shared-components-confirm-modal--confirm-modal-module__btns__fd175dc3 button{padding:0px 6px;height:24px;border-radius:2px;text-align:center}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .\---common-shared-components-confirm-modal--confirm-modal-module__btns__fd175dc3 button:first-child{border:1px solid var(--color-F2, #e9e9f0)}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .\---common-shared-components-confirm-modal--confirm-modal-module__btns__fd175dc3 button:last-child{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff);margin-left:10px}.\---common-shared-components-confirm-modal--confirm-modal-module__modal__deed3507 .ant-modal-content .\---common-shared-components-confirm-modal--confirm-modal-module__btns__fd175dc3 .anticon-loading{margin-right:3px}
.\---common-shared-components-image-picker--image-picker-module__picker__ebaeacca{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--color-G3, #f0f0f5);border-radius:4px;font-size:12px;color:var(--color-T5, #a0a0ac);cursor:pointer}.\---common-shared-components-image-picker--image-picker-module__picker__ebaeacca span{font-size:12px}.\---common-shared-components-image-picker--image-picker-module__picker__ebaeacca img{width:100%;height:100%;border-radius:inherit;object-fit:contain}
.\---common-shared-components-input-captcha--input-captcha-module__inputCaptcha__b4d134ee{display:flex}.\---common-shared-components-input-captcha--input-captcha-module__inputCaptcha__b4d134ee button{flex:0 0 auto;margin-left:10px;padding:0px 10px;background:var(--color-G3, #f0f0f5);border-radius:4px;color:var(--color-T1, #f5222d)}.\---common-shared-components-input-captcha--input-captcha-module__inputCaptcha__b4d134ee button:disabled{color:var(--color-T5, #a0a0ac)}
.\---common-shared-components-input-phone--input-phone-module__inputPhone__de2dc414{display:flex;align-items:center;width:100%;height:40px;padding:1px;border:1px solid var(--color-F2, #e9e9f0);background:var(--color-G1, #ffffff);border-radius:8px;color:var(--color-T2, #37374a);transition:all .3s}.\---common-shared-components-input-phone--input-phone-module__inputPhone__de2dc414:hover,.\---common-shared-components-input-phone--input-phone-module__inputPhone__de2dc414.\---common-shared-components-input-phone--input-phone-module__focus__c5b449eb{border-color:var(--color-F4, #a0a0ac)}.\---common-shared-components-input-phone--input-phone-module__inputPhone__de2dc414.\---common-shared-components-input-phone--input-phone-module__error__c2f7b3e4{border-color:var(--color-F1, #ff1744)}.\---common-shared-components-input-phone--input-phone-module__areaCode__c851804a{width:69px;text-align:center}.\---common-shared-components-input-phone--input-phone-module__inputPhone__de2dc414 .\---common-shared-components-input-phone--input-phone-module__areaCode__c851804a .ant-select-selector{padding:0px}.\---common-shared-components-input-phone--input-phone-module__areaCode__c851804a .ant-select-selection-item{justify-content:center}.\---common-shared-components-input-phone--input-phone-module__areaCode__c851804a .ant-select-arrow{width:16px;height:16px;right:8px;top:50%;margin:0px;transform:translateY(-50%)}.\---common-shared-components-input-phone--input-phone-module__areaCode__c851804a .ant-select-arrow .\---common-shared-components-input-phone--input-phone-module__suffixIcon__b95061be{width:100%;height:100%;fill:var(--color-T5, #a0a0ac)}.\---common-shared-components-input-phone--input-phone-module__dropdown__b22e4039{margin-top:2px;border-radius:8px}.\---common-shared-components-input-phone--input-phone-module__dropdown__b22e4039 .\---common-shared-components-input-phone--input-phone-module__option__a869297f{display:flex;justify-content:space-between;padding-right:25px;font-size:16px;font-weight:500;line-height:24px}.\---common-shared-components-input-phone--input-phone-module__dropdown__b22e4039 .ant-select-item-group{padding:0px}.\---common-shared-components-input-phone--input-phone-module__dropdown__b22e4039 .\---common-shared-components-input-phone--input-phone-module__group__f8d73165,.\---common-shared-components-input-phone--input-phone-module__dropdown__b22e4039 .\---common-shared-components-input-phone--input-phone-module__freq__fb5c1279{padding:5px 12px 5px 40px;font-size:16px;font-weight:bold;background:var(--color-G1, #ffffff);color:var(--color-T8, #ffffff)}.\---common-shared-components-input-phone--input-phone-module__dropdown__b22e4039 .\---common-shared-components-input-phone--input-phone-module__freq__fb5c1279{padding-left:24px;font-size:14px;font-weight:normal;color:var(--color-T4, #55555e)}.\---common-shared-components-input-phone--input-phone-module__dropdown__b22e4039 .ant-select-item-option-selected{color:var(--color-T8, #ffffff)}.\---common-shared-components-input-phone--input-phone-module__delimiter__c936f7c4{display:block;width:1px;height:27px;background:var(--color-F2, #e9e9f0)}.\---common-shared-components-input-phone--input-phone-module__phoneNumber__a60aa64b{flex-shrink:1;flex-grow:1;height:100%;padding:0px 12px 0px 15px;border:none;outline:none;line-height:20px;background:rgba(0,0,0,0)}
.\---common-shared-components-menu--menu-module__menu__fedccb37{width:180px;background-color:#992223;background-repeat:no-repeat;background-size:180px;background-position:left bottom}.\---common-shared-components-menu--menu-module__title__b255fb65{min-height:18px;padding:37px 17px 16px 30px;font-size:12px;line-height:1.5;color:var(--color-T9, rgba(255, 255, 255, 0.6));overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:content-box}.\---common-shared-components-menu--menu-module__below__d5546ea1{flex-grow:1;display:flex;height:100%}.\---common-shared-components-menu--menu-module__below__d5546ea1>ul{position:relative}.\---common-shared-components-menu--menu-module__below__d5546ea1>ul .\---common-shared-components-menu--menu-module__ant-menu-item__b6140e96{color:var(--color-T4, #55555e);transition:all .5s}.\---common-shared-components-menu--menu-module__below__d5546ea1>ul .\---common-shared-components-menu--menu-module__ant-menu-item__b6140e96:hover{color:var(--color-F5, #37374a)}.\---common-shared-components-menu--menu-module__below__d5546ea1>ul .\---common-shared-components-menu--menu-module__ant-menu-item-selected__d4d1a6b1{background:var(--color-G3, #f0f0f5)}.\---common-shared-components-menu--menu-module__below__d5546ea1>ul .\---common-shared-components-menu--menu-module__ant-menu-item-selected__d4d1a6b1:before{width:4px;height:50px;background:#f5222d;content:"";position:absolute;left:0}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82{background:none !important}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82 .\---common-shared-components-menu--menu-module__menuItem__bc52f257{width:100%;height:50px !important;margin:0px !important;padding-left:30px !important;font-size:14px;line-height:50px !important;color:var(--color-T8, #ffffff);border-radius:0px}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82 .ant-menu-submenu{font-size:14px;line-height:50px;background:none !important}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82 .ant-menu-submenu .ant-menu-submenu-title{height:50px;line-height:50px;margin:0px;padding-left:30px !important;color:var(--color-T8, #ffffff)}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82 .ant-menu-submenu-arrow{opacity:1 !important}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82 .ant-menu-submenu-selected{background:var(--color-G6, rgba(255, 255, 255, 0.2980392157))}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82 .ant-menu-sub{background:none !important}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82 .ant-menu-sub .\---common-shared-components-menu--menu-module__menuItem__bc52f257{padding-left:50px !important;font-size:12px}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82 .ant-menu-item-selected{background-color:var(--color-G6, rgba(255, 255, 255, 0.2980392157)) !important}.\---common-shared-components-menu--menu-module__antdMenu__f6e51b82 .ant-menu-item-icon{width:14px;height:14px}
:root{--ck-z-default: 2}.rtf-ckeditor-viewer img{vertical-align:unset}
html{font-size:14px}body{background:var(--color-G1, #ffffff)}.dj-rtf-editor{width:566px;margin:0px;border:1px solid var(--color-F2, #e9e9f0);transition:border-color .3s}.dj-rtf-editor:hover{border-color:var(--color-F4, #a0a0ac)}.dj-rtf-editor .rtf-toolbar{padding:.5em 1em;z-index:100}.dj-rtf-editor .rtf-editor{margin:0px;padding:.5em 1em;border-radius:0px;background:var(--color-G1, #ffffff)}.dj-rtf-editor .public-DraftEditor-content{min-height:130px}.dj-rtf-editor .rtf-toolbar :nth-child(6){display:none}
.selector{position:relative;display:flex;align-items:center;height:30px;background:var(--color-G3, #f0f0f5);border-radius:4px}.selector.disabled{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.selector-prefix{flex-shrink:0;display:flex;align-items:center;min-width:97px;height:100%;padding:0px 20px 0px 16px;border-right:1px solid var(--color-F2, #e9e9f0)}.selector.disabled .selector-prefix{border-color:rgba(var(--color-F2-rgb, 233, 233, 240), 0.4)}.selector-text{flex:1 1 auto;display:flex;align-items:center;height:100%;padding:0px 25px 0px 23px;cursor:pointer}.selector-text>span{width:100%}.selector-icon{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:16px;height:16px;padding:3px;fill:var(--color-G2, #a0a0ac);cursor:pointer}.selector.disabled .selector-icon{fill:rgba(var(--color-G2-rgb, 160, 160, 172), 0.4)}
.selector-drawer .ant-drawer-header{padding:24px 22px;border:none}.selector-drawer .ant-drawer-title{font-size:24px;line-height:33px}.selector-drawer .ant-drawer-body{display:flex;flex-direction:column}.selector-drawer-btn-row{padding:23px 0px 50px}.selector-result-item{position:relative;display:flex;align-items:center;height:30px;padding:0px 25px 0px 16px;background:var(--color-M1, #f5222d);border-radius:4px;font-size:12px;line-height:17px;color:var(--color-T8, #ffffff)}.selector-result-item img{width:20px;height:20px;margin-right:6px;border-radius:999px}.selector-result-item svg{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:15px;height:15px;padding:3px;fill:var(--color-T8, #ffffff);cursor:pointer}.selector-option{position:relative;display:flex;align-items:center;height:30px;margin:0px;padding:0px 6px 0px 11px;border-radius:4px;background:var(--color-G3, #f0f0f5);font-size:12px;line-height:17px}.selector-option img{width:20px;height:20px;margin-right:6px;border-radius:999px}.selector-option>span:last-child{flex:1 1 auto;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selector-option .ant-checkbox{top:0px}.selector-option-expand{position:absolute;right:7px;width:20px;height:20px;padding:4px;fill:var(--color-T5, #a0a0ac);cursor:pointer}
.\---common-shared-components-slider-check--slider-check-module__sliderBox__e2242341{position:relative;display:flex;align-items:center;height:40px;padding:4px;border-radius:4px;background:var(--color-G3, #f0f0f5);overflow:hidden}.\---common-shared-components-slider-check--slider-check-module__placeholder__d2e20d1b{position:absolute;left:0px;top:50%;width:100%;margin:0px;transform:translate3d(0px, -50%, 0px);-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px;line-height:17px;text-align:center;color:var(--color-T5, #a0a0ac)}.\---common-shared-components-slider-check--slider-check-module__sliderWrapper__c6c0a600{width:100%;height:100%}.\---common-shared-components-slider-check--slider-check-module__slider__ef49875c{position:relative;display:flex;align-items:center;justify-content:center;z-index:1;width:54px;height:100%;border-radius:2px;background:var(--color-G1, #ffffff);cursor:pointer}.\---common-shared-components-slider-check--slider-check-module__slider__ef49875c img{width:23px;height:16px}.\---common-shared-components-slider-check--slider-check-module__light__b1de1f92{position:absolute;left:0px;top:0px;width:47px;height:100%;transform:skew(-30deg) translate3d(-100%, 0px, 0px);background:linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ffffff 46%, rgba(216, 216, 216, 0) 100%);opacity:.86;animation-name:\---common-shared-components-slider-check--slider-check-module__lightMove__e1f7e4f2;animation-delay:2s;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:ease}@keyframes \---common-shared-components-slider-check--slider-check-module__lightMove__e1f7e4f2{0%{left:0px;transform:skew(-30deg) translate3d(-100%, 0, 0)}40%,100%{left:100%;transform:skew(-30deg) translate3d(0, 0, 0)}}.\---common-shared-components-slider-check--slider-check-module__sliderBgBox__f5d5b24d{background:var(--color-M1, #f5222d);position:absolute;height:40px;margin-left:-4px;border-radius:4px}.\---common-shared-components-slider-check--slider-check-module__sliderAdopt__af1fae52{color:var(--color-T8, #ffffff)}
.src-business-org-home-org-modal--org-modal-module__modal__d376f681 .ant-modal-content{border-radius:8px;word-break:break-all}.src-business-org-home-org-modal--org-modal-module__modal__d376f681 .ant-modal-content .src-business-org-home-org-modal--org-modal-module__btns__e42c3315{width:100%;text-align:right;margin-top:20px}.src-business-org-home-org-modal--org-modal-module__modal__d376f681 .ant-modal-content .src-business-org-home-org-modal--org-modal-module__btns__e42c3315 button{width:40px;height:24px;border-radius:2px;text-align:center}.src-business-org-home-org-modal--org-modal-module__modal__d376f681 .ant-modal-content .src-business-org-home-org-modal--org-modal-module__btns__e42c3315 :first-child{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-org-modal--org-modal-module__modal__d376f681 .ant-modal-content .src-business-org-home-org-modal--org-modal-module__btns__e42c3315 :last-child{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff);margin-left:10px}
.src-business-msg--msg-module__Msg__dfc72b49,.src-business-msg--msg-module__Detail__b9eb1d6e{background-color:var(--color-G5, #f7f7fa);height:calc(100vh - 60px);overflow-y:auto;padding:40px 0 112px}.src-business-msg--msg-module__Msg__dfc72b49 .src-business-msg--msg-module__page__a1d8fa0a,.src-business-msg--msg-module__Detail__b9eb1d6e .src-business-msg--msg-module__page__a1d8fa0a{width:1200px;height:100%;margin:0 auto;background-color:var(--color-G1, #ffffff)}.src-business-msg--msg-module__displayCenter__bd3a337b,.src-business-msg--msg-module__listContent__e26b9432 .src-business-msg--msg-module__item__e1591d74,.src-business-msg--msg-module__ListTop__de01357a,.src-business-msg--msg-module__TopHeader__a38b4a1f{display:flex;align-items:center;justify-content:space-between}.src-business-msg--msg-module__TopHeader__a38b4a1f{height:100px;border-bottom:1px solid #e9e9f0;padding:0 50px}.src-business-msg--msg-module__TopHeader__a38b4a1f .src-business-msg--msg-module__left__c143ede7{font-size:24px;font-weight:600;color:var(--color-T2, #37374a)}.src-business-msg--msg-module__List__ec45df5b{padding:20px 50px 55px}.src-business-msg--msg-module__ListTop__de01357a .src-business-msg--msg-module__left__c143ede7 .ant-radio-button-wrapper{text-align:center;color:var(--color-T4, #55555e);width:140px;height:36px;background-color:var(--color-G5, #f7f7fa);border-color:var(--color-F2, #e9e9f0) !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.src-business-msg--msg-module__ListTop__de01357a .src-business-msg--msg-module__left__c143ede7 .ant-radio-button-wrapper:hover{color:none}.src-business-msg--msg-module__ListTop__de01357a .src-business-msg--msg-module__left__c143ede7 .ant-radio-button-wrapper-checked{background-color:var(--color-G1, #ffffff) !important;color:var(--color-T2, #37374a) !important;font-weight:600}.src-business-msg--msg-module__ListTop__de01357a .src-business-msg--msg-module__left__c143ede7 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{background-color:var(--color-G1, #ffffff) !important}.src-business-msg--msg-module__ListTop__de01357a .src-business-msg--msg-module__left__c143ede7 .ant-radio-button-wrapper-checked:not(.src-business-msg--msg-module__ant-radio-button-wrapper-disabled__f0d5712e)::before{background-color:rgba(0,0,0,0)}.src-business-msg--msg-module__ListTop__de01357a .src-business-msg--msg-module__left__c143ede7 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:none}.src-business-msg--msg-module__ListTop__de01357a .src-business-msg--msg-module__left__c143ede7 .ant-badge{margin-bottom:4px;margin-left:2px}.src-business-msg--msg-module__ListTop__de01357a .src-business-msg--msg-module__right__fadefcc6 button{margin-left:20px;color:var(--color-T2, #37374a)}.src-business-msg--msg-module__listContent__e26b9432{margin:20px 0 40px}.src-business-msg--msg-module__listContent__e26b9432 .src-business-msg--msg-module__item__e1591d74{cursor:pointer;padding:20px 0;border-bottom:1px solid var(--color-F2, #e9e9f0)}.src-business-msg--msg-module__listContent__e26b9432 .src-business-msg--msg-module__item__e1591d74 .src-business-msg--msg-module__left__c143ede7{display:flex}.src-business-msg--msg-module__listContent__e26b9432 .src-business-msg--msg-module__item__e1591d74 .src-business-msg--msg-module__left__c143ede7 .src-business-msg--msg-module__spot__fce83f44{width:10px}.src-business-msg--msg-module__listContent__e26b9432 .src-business-msg--msg-module__item__e1591d74 .src-business-msg--msg-module__left__c143ede7 .ant-badge-dot{background:var(--color-M1, #f5222d)}.src-business-msg--msg-module__listContent__e26b9432 .src-business-msg--msg-module__item__e1591d74 .src-business-msg--msg-module__left__c143ede7>span{margin-left:4px}.src-business-msg--msg-module__listContent__e26b9432 .src-business-msg--msg-module__item__e1591d74 .src-business-msg--msg-module__right__fadefcc6{color:var(--color-T5, #a0a0ac)}.src-business-msg--msg-module__Tag__fd0e4696{min-width:38px;height:20px;text-align:center;font-size:12px;margin-left:7px;padding:0 8px}.src-business-msg--msg-module__tag1__e54ea5c6{background-color:var(--color-F13, #f5f8fe);color:var(--color-T12, #0659fb)}.src-business-msg--msg-module__tag2__eb596b8f{background-color:var(--color-F12, #fef6f6);color:var(--color-T1, #f5222d)}.src-business-msg--msg-module__Detail__b9eb1d6e{height:calc(100vh - 60px)}.src-business-msg--msg-module__Detail__b9eb1d6e .src-business-msg--msg-module__topWrap__aca3df60{padding-left:50px;height:100px;display:flex;align-items:center;border-bottom:1px solid var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a);font-size:24px}.src-business-msg--msg-module__Detail__b9eb1d6e .src-business-msg--msg-module__topWrap__aca3df60>img{cursor:pointer;margin-right:5px;background-color:var(--color-G3, #f0f0f5);border-radius:4px}.src-business-msg--msg-module__Detail__b9eb1d6e .src-business-msg--msg-module__page__a1d8fa0a{height:auto;min-height:100%}.src-business-msg--msg-module__Detail__b9eb1d6e .src-business-msg--msg-module__detailContent__fe7a93a1{padding:30px 50px}.src-business-msg--msg-module__Detail__b9eb1d6e .src-business-msg--msg-module__detailContent__fe7a93a1 .src-business-msg--msg-module__title__f23a0280{color:var(--color-T2, #37374a);font-size:20px;font-weight:600;margin-bottom:4px}.src-business-msg--msg-module__Detail__b9eb1d6e .src-business-msg--msg-module__detailContent__fe7a93a1 .src-business-msg--msg-module__time__f2aeaf9a{color:var(--color-T5, #a0a0ac);font-size:16px;margin-bottom:30px}
html{font-size:14px}.src-business-org--org-module__orgListHeader__c5b7ea3c{display:flex;align-items:center;height:33px;box-sizing:content-box;padding:7px 0px 12px;font-size:12px}.src-business-org--org-module__orgListHeader__c5b7ea3c h1{flex-shrink:0;margin-right:36px;font-size:24px;line-height:33px}.src-business-org--org-module__orgListHeader__c5b7ea3c .src-business-org--org-module__search__d1e9b2f1{margin-left:auto;width:356px;height:100%}.src-business-org--org-module__orgListHeader__c5b7ea3c .src-business-org--org-module__search__d1e9b2f1 input{background:none;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org--org-module__orgListHeader__c5b7ea3c button{flex-shrink:0;height:100%;margin-left:24px;padding:0px 30px}.src-business-org--org-module__orgListHeader__c5b7ea3c button>svg{width:8px;height:8px;margin-right:5px;fill:var(--color-T8, #ffffff)}.src-business-org--org-module__orgList__d75fe724 table th{padding-top:14px;padding-bottom:14px}.src-business-org--org-module__orgList__d75fe724 table td{padding-top:10px;padding-bottom:10px}.src-business-org--org-module__orgList__d75fe724 table th:last-child,.src-business-org--org-module__orgList__d75fe724 table td:last-child{width:140px}.src-business-org--org-module__orgList__d75fe724 img{width:40px;height:40px;border-radius:4px}.src-business-org--org-module__orgList__d75fe724 button{color:var(--color-T1, #f5222d)}.src-business-org--org-module__orgList__d75fe724 button+button{margin-left:28px}.src-business-org--org-module__orgListPagination__b5612c44{padding:38px 0px;text-align:center}.src-business-org--org-module__baseInfo__b580f0c3{margin-top:40px}.src-business-org--org-module__baseInfo__b580f0c3 .ant-form-item-label{width:151px}.src-business-org--org-module__baseInfo__b580f0c3 .ant-form-item-label .ant-form-item-required::before{order:1}.src-business-org--org-module__baseInfo__b580f0c3 .ant-form-item-label .ant-form-item-required::after{order:2}.src-business-org--org-module__orgCreate__acbc08fe .submitAndCancelRow{padding-top:86px;text-align:center}.src-business-org--org-module__orgCreate__acbc08fe .submitAndCancelRow button[type=submit]{background:var(--color-M1, #f5222d);border-color:var(--color-M1, #f5222d)}.src-business-org--org-module__orgCreateFinish__c6a80e98{text-align:center}.src-business-org--org-module__orgCreateFinish__c6a80e98 .submitAndCancelRow{padding-top:30px}.src-business-org--org-module__orgCreateFinish__c6a80e98 img{width:200px;height:180px;margin:122px 0px 13px}.src-business-org--org-module__orgCreateFinish__c6a80e98 p span{color:var(--color-T1, #f5222d)}.src-business-org--org-module__input__e805d38a{width:466px;height:32px;padding-left:11px;background-color:rgba(0,0,0,0);border:1px solid var(--color-F2, #e9e9f0)}.src-business-org--org-module__tenantType__dbb4d03c .src-business-org--org-module__select__a1d4fb4b{width:227px}.src-business-org--org-module__select__a1d4fb4b input,.src-business-org--org-module__select__a1d4fb4b .ant-select-selector{border-radius:4px !important}.src-business-org--org-module__select__a1d4fb4b input::-moz-placeholder{color:var(--color-T5, #a0a0ac)}.src-business-org--org-module__select__a1d4fb4b .ant-select-selection-placeholder,.src-business-org--org-module__select__a1d4fb4b input::placeholder{color:var(--color-T5, #a0a0ac)}.src-business-org--org-module__orgCreateHeader__e11aad9b{padding-top:8px}.src-business-org--org-module__orgCreateStep__b49171ec{width:544px;margin:39px auto 0px}.src-business-org--org-module__orgCreateStep__b49171ec .ant-steps-item-wait .ant-steps-item-icon{background:var(--color-G3, #f0f0f5);border-color:var(--color-G3, #f0f0f5)}.src-business-org--org-module__orgCreateStep__b49171ec .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon{font-size:18px;color:var(--color-T5, #a0a0ac)}.src-business-org--org-module__orgCreateStep__b49171ec .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-title{font-size:14px;color:var(--color-T5, #a0a0ac)}.src-business-org--org-module__orgCreateStep__b49171ec .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-title::after{background-color:var(--color-F2, #e9e9f0)}.src-business-org--org-module__orgCreateStep__b49171ec .ant-steps-item-process .ant-steps-item-icon{background:var(--color-M1, #f5222d);border-color:var(--color-M1, #f5222d)}.src-business-org--org-module__orgCreateStep__b49171ec .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon{font-size:18px;color:var(--color-T8, #ffffff)}.src-business-org--org-module__orgCreateStep__b49171ec .ant-steps-item-process .ant-steps-item-container .ant-steps-item-title{font-size:14px;color:var(--color-T1, #f5222d)}.src-business-org--org-module__orgCreateStep__b49171ec .src-business-org--org-module__before__ea8e6db0 .ant-steps-item-container .ant-steps-item-title::after{background-color:var(--color-F6, #f5222d)}.src-business-org--org-module__notice__aea34d6d{margin:8px 0px 0px;padding-left:16px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.src-business-org--org-module__notice__aea34d6d>span{color:var(--color-T1, #f5222d);margin-right:5px}.src-business-org--org-module__citySelector__eb479454 .src-business-org--org-module__selectWrapper__e93ed682{display:flex}.src-business-org--org-module__citySelector__eb479454 .src-business-org--org-module__select__a1d4fb4b{height:32px;font-size:12px}.src-business-org--org-module__citySelector__eb479454 .ant-select-selector{background:var(--color-G3, #f0f0f5) !important}.src-business-org--org-module__citySelector__eb479454 .src-business-org--org-module__select__a1d4fb4b+.src-business-org--org-module__select__a1d4fb4b{margin-left:12px}.src-business-org--org-module__city__d0ab5d3f .src-business-org--org-module__select__a1d4fb4b{width:466px}.src-business-org--org-module__logoPicker__fa0acad7{display:flex;width:466px;height:108px;padding:14px;border-radius:4px;background:var(--color-G3, #f0f0f5);border-radius:4px;font-size:12px;color:var(--color-T5, #a0a0ac);cursor:pointer}.src-business-org--org-module__logoPicker__fa0acad7 label{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:80px;margin-right:15px;border-radius:4px;background:var(--color-G1, #ffffff);border:1px dashed var(--color-F2, #e9e9f0);cursor:pointer}.src-business-org--org-module__logoPicker__fa0acad7 label.src-business-org--org-module__noBorder__efca5bc5{border:none}.src-business-org--org-module__logoPicker__fa0acad7 label .anticon{margin-bottom:6px;font-size:16px}.src-business-org--org-module__logoPicker__fa0acad7 label>span{font-size:10px;color:var(--color-M1, #f5222d)}.src-business-org--org-module__logoPicker__fa0acad7 span{font-size:12px}.src-business-org--org-module__logoPicker__fa0acad7 img{width:100%;height:100%;border-radius:inherit;object-fit:contain}.src-business-org--org-module__authorization__dcd3b9ba{width:466px;font-size:14px;line-height:20px;color:var(--color-T5, #a0a0ac)}.src-business-org--org-module__authorization__dcd3b9ba p{margin-bottom:24px;color:inherit}.src-business-org--org-module__template__bca5dd48{color:var(--color-T1, #f5222d);font-weight:bold;text-decoration:underline}.src-business-org--org-module__template__bca5dd48:hover,.src-business-org--org-module__template__bca5dd48:active{color:var(--color-T1, #f5222d);text-decoration:underline}.src-business-org--org-module__uploadTpl__b38af8a6{width:70px;height:32px;border-radius:4px;border:1px solid var(--color-F6, #f5222d);font-size:12px;color:var(--color-T1, #f5222d)}.src-business-org--org-module__introFormItem__afe1da20{flex-wrap:nowrap}.src-business-org--org-module__intro__af3334e4{display:flex}.src-business-org--org-module__intro__af3334e4 .src-business-org--org-module__introStep__f8f9f1b0{flex:0 0 auto;margin-right:16px}.src-business-org--org-module__intro__af3334e4 .src-business-org--org-module__stepBtn__ab54ab72{width:98px;height:32px;margin-bottom:28px;background:var(--color-G3, #f0f0f5);border-radius:4px;color:var(--color-T2, #37374a);font-size:14px}.src-business-org--org-module__intro__af3334e4 .src-business-org--org-module__stepBtn__ab54ab72>span{margin-right:3px;opacity:.2}.src-business-org--org-module__intro__af3334e4 .src-business-org--org-module__rtfEditor__de5daf8f{width:906px;margin:0px;flex:0 0 auto}.src-business-org--org-module__intro__af3334e4 .src-business-org--org-module__rtfEditor__de5daf8f .ck.ck-content{min-height:364px}.src-business-org--org-module__intro__af3334e4 .ant-steps-item-tail::after{height:32px !important;margin-top:-8px;margin-left:-12px;background:var(--color-F4, #a0a0ac)}.src-business-org--org-module__intro__af3334e4 .ant-steps-item-icon{width:unset;height:unset;margin-right:10px !important;background:rgba(0,0,0,0) !important;border-color:rgba(0,0,0,0) !important}.src-business-org--org-module__intro__af3334e4 .ant-steps-item-icon .ant-steps-icon{color:var(--color-T2, #37374a) !important}.src-business-org--org-module__intro__af3334e4 .ant-steps-item-active .src-business-org--org-module__stepBtn__ab54ab72{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.src-business-org--org-module__intro__af3334e4 .ant-steps-item-active .src-business-org--org-module__stepBtn__ab54ab72>span{opacity:1}.src-business-org--org-module__subOrgCreate__e31aa612 .src-business-org--org-module__baseInfo__b580f0c3 .ant-form-item-label{width:177px}.src-business-org--org-module__subOrgCreate__e31aa612 .src-business-org--org-module__select__a1d4fb4b{width:466px}.src-business-org--org-module__subOrgCreate__e31aa612 .src-business-org--org-module__introFormItem__afe1da20 .ant-form-item-label{width:88px}.src-business-org--org-module__subOrgStep__a43f3150{width:1256px}.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__addBtn__aab1ba16{height:30px;padding:0px 12px;border-radius:4px;background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);color:var(--color-T1, #f5222d)}.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__addBtn__aab1ba16>span{margin-right:8px;font-size:16px;line-height:1;vertical-align:text-top}.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__result__f9b769e2{display:flex;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:30px;margin-top:10px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__result__f9b769e2 button{width:23px;height:23px;color:var(--color-F4, #a0a0ac)}.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__result__f9b769e2 .src-business-org--org-module__departmentTag__a7696fb8,.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__result__f9b769e2 .src-business-org--org-module__tenantTag__dc0d011d{display:inline-block;padding:0px 3px;margin-right:4px;font-size:12px;line-height:17px}.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__result__f9b769e2 .src-business-org--org-module__tenantTag__dc0d011d{color:#0659fb;background:rgba(6,89,251,.0901960784)}.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__result__f9b769e2 .src-business-org--org-module__departmentTag__a7696fb8{color:#26952d;background:rgba(38,149,45,.0901960784)}.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__result__f9b769e2>div.src-business-org--org-module__left__db3bca32{padding:0px 12px 0px 12px}.src-business-org--org-module__subOrgBelong__e48f2bd8 .src-business-org--org-module__result__f9b769e2>div.src-business-org--org-module__right__ba4ea1d8{display:flex;align-items:center;justify-content:center;width:34px;height:100%;line-height:1;background:var(--color-G5, #f7f7fa);border-radius:0px 4px 4px 0px}.src-business-org--org-module__principal__db285133 .ant-form-item-label{width:135px !important}.src-business-org--org-module__principal__db285133 .ant-radio-wrapper + .ant-radio-wrapper{margin-left:21px}.src-business-org--org-module__principal__db285133 .ant-click-animating-node{animation:none}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__chatGroupRow__bde44bf6{padding-top:20px;border-top:1px solid var(--color-F2, #e9e9f0)}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__chatGroupRow__bde44bf6 .ant-form-item-no-colon{height:-webkit-max-content;height:-moz-max-content;height:max-content}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__switch__feb6a072{display:flex}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__switch__feb6a072 p{width:244px;margin-right:8px}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__switch__feb6a072 .src-business-org--org-module__tips__fb4525d1{margin-left:26px}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__switch__feb6a072 .src-business-org--org-module__tips__fb4525d1>svg{width:18px;height:18px;margin-top:3px;fill:#a0a0ac}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__principalAdd__a8c64e58{padding-left:135px;padding-bottom:29px}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__principalAdd__a8c64e58>p+p{margin:20px 0px 10px}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__principalAdd__a8c64e58 .ant-form-item-label{width:167px}.src-business-org--org-module__principal__db285133 .src-business-org--org-module__principalAdd__a8c64e58 .src-business-org--org-module__select__a1d4fb4b,.src-business-org--org-module__principal__db285133 .src-business-org--org-module__principalAdd__a8c64e58 .src-business-org--org-module__input__e805d38a{width:324px}.src-business-org--org-module__principal__db285133 .submitAndCancelRow{padding-top:30px}.src-business-org--org-module__principalChoose__b9522029{display:flex}.src-business-org--org-module__principalChoose__b9522029>button{height:30px;padding:0px 12px 0px 15px;background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);border-radius:4px;color:var(--color-T1, #f5222d)}.src-business-org--org-module__principalChoose__b9522029>button svg{width:15px;height:15px;margin-right:6px;vertical-align:middle;fill:var(--color-T1, #f5222d)}.src-business-org--org-module__principalChoose__b9522029 .src-business-org--org-module__result__f9b769e2{display:flex;align-items:center;height:30px;margin-left:16px;padding:0px 6px 0px 12px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org--org-module__principalChoose__b9522029 .src-business-org--org-module__result__f9b769e2>button{width:15px;height:15px;margin-left:12px;color:var(--color-G2, #a0a0ac);font-size:10px}
/* Document
 * ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 */:where(html) {
  line-height: 1.15; /* 1 */
}/* Sections
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Safari.
 */:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */:where(b, strong) {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */:where(small) {
  font-size: 80%;
}/* Tabular data
 * ========================================================================== *//**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}/* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */:where(button, input, select) {
  margin: 0;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(button) {
  text-transform: none;
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */:where(progress) {
  vertical-align: baseline;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(select) {
  text-transform: none;
}/**
 * Remove the margin in Firefox and Safari.
 */:where(textarea) {
  margin: 0;
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:where(:-moz-ui-invalid) {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct styles in Safari.
 */:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}:where(dialog:not([open])) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */:where(summary) {
  display: list-item;
}:root{--color-M1: #f5222d;--color-M1-rgb: 245, 34, 45;--color-G1: #ffffff;--color-G1-rgb: 255, 255, 255;--color-G2: #a0a0ac;--color-G2-rgb: 160, 160, 172;--color-G3: #f0f0f5;--color-G3-rgb: 240, 240, 245;--color-G4: rgba(255, 255, 255, 0.1019607843);--color-G4-rgb: 255, 255, 255;--color-G5: #f7f7fa;--color-G5-rgb: 247, 247, 250;--color-G6: rgba(255, 255, 255, 0.2980392157);--color-G6-rgb: 255, 255, 255;--color-G7: #fdfafa;--color-G7-rgb: 253, 250, 250;--color-G8: #f9f9f9;--color-G8-rgb: 249, 249, 249;--color-G9: #BB0100;--color-G9-rgb: 187, 1, 0;--color-F1: #ff1744;--color-F1-rgb: 255, 23, 68;--color-F2: #e9e9f0;--color-F2-rgb: 233, 233, 240;--color-F3: #ffffff;--color-F3-rgb: 255, 255, 255;--color-F4: #a0a0ac;--color-F4-rgb: 160, 160, 172;--color-F5: #37374a;--color-F5-rgb: 55, 55, 74;--color-F6: #f5222d;--color-F6-rgb: 245, 34, 45;--color-F7: #fee8ea;--color-F7-rgb: 254, 232, 234;--color-F8: #55555e;--color-F8-rgb: 85, 85, 94;--color-F9: #878787;--color-F9-rgb: 135, 135, 135;--color-F10: #e8f0fe;--color-F10-rgb: 232, 240, 254;--color-F11: #ebf5ec;--color-F11-rgb: 235, 245, 236;--color-F12: #fef6f6;--color-F12-rgb: 254, 246, 246;--color-F13: #f5f8fe;--color-F13-rgb: 245, 248, 254;--color-F14: #f6faf6;--color-F14-rgb: 246, 250, 246;--color-O1: rgba(55, 55, 74, 0.2);--color-O1-rgb: 55, 55, 74;--color-T1: #f5222d;--color-T1-rgb: 245, 34, 45;--color-T2: #37374a;--color-T2-rgb: 55, 55, 74;--color-T3: #323244;--color-T3-rgb: 50, 50, 68;--color-T4: #55555e;--color-T4-rgb: 85, 85, 94;--color-T5: #a0a0ac;--color-T5-rgb: 160, 160, 172;--color-T6: #e9e9f0;--color-T6-rgb: 233, 233, 240;--color-T7: #f0f0f5;--color-T7-rgb: 240, 240, 245;--color-T8: #ffffff;--color-T8-rgb: 255, 255, 255;--color-T9: rgba(255, 255, 255, 0.6);--color-T9-rgb: 255, 255, 255;--color-T10: rgba(255, 255, 255, 0.6980392157);--color-T10-rgb: 255, 255, 255;--color-T11: #ff1744;--color-T11-rgb: 255, 23, 68;--color-T12: #0659fb;--color-T12-rgb: 6, 89, 251;--color-T13: #0bb13a;--color-T13-rgb: 11, 177, 58;--color-T14: #ff5a2e;--color-T14-rgb: 255, 90, 46;--color-T15: #929292;--color-T15-rgb: 146, 146, 146}html{--antd-wave-shadow-color: var(--color-M1, #f5222d)}.ant-picker-input>input,.ant-input-number,.ant-input-number-input,.ant-cascader-input,.ant-input{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-picker-input>input:hover,.ant-picker-input>input:focus,.ant-input-number:hover,.ant-input-number:focus,.ant-input-number-input:hover,.ant-input-number-input:focus,.ant-cascader-input:hover,.ant-cascader-input:focus,.ant-input:hover,.ant-input:focus{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-picker-input>input::-moz-placeholder, .ant-input-number::-moz-placeholder, .ant-input-number-input::-moz-placeholder, .ant-cascader-input::-moz-placeholder, .ant-input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-picker-input>input::placeholder,.ant-input-number::placeholder,.ant-input-number-input::placeholder,.ant-cascader-input::placeholder,.ant-input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.ant-input-affix-wrapper-focused,.ant-cascader-picker:focus .ant-cascader-input,.ant-cascader-picker-label:hover+.ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover+.ant-cascader-input){border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-cascader-picker-focused,.ant-cascader-picker:hover,.ant-picker-focused,.ant-picker:hover{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-input-number{outline:none}.ant-input-number-focused{border-color:var(--color-F4, #a0a0ac);box-shadow:none}:where(.ant-tabs).ant-tabs{color:var(--color-T2, #37374a)}:where(.ant-tabs).ant-tabs.ant-tabs-top>.ant-tabs-nav::before{border-bottom-color:var(--color-F2, #e9e9f0)}:where(.ant-tabs).ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-T1, #f5222d);text-shadow:none}:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab:hover,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible),.ant-tabs-tab-btn:focus,.ant-tabs-tab-remove:focus,.ant-tabs-tab-btn:active,.ant-tabs-tab-remove:active,.ant-tabs-tab:hover{color:inherit}:where(.ant-tabs).ant-tabs .ant-tabs-ink-bar,.ant-tabs-ink-bar{height:3px;border-radius:2px;background:var(--color-M1, #f5222d)}.ant-badge,.ant-drawer-header,.ant-drawer-title,.ant-modal .ant-modal-footer,.ant-modal .ant-modal-header,.ant-modal-title,.ant-table,.ant-select,.ant-form,.ant-form-item,.ant-radio-wrapper,.ant-checkbox-wrapper,.ant-modal,.ant-picker,.ant-picker-input>input,.ant-form-item-label>label{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-drawer-header{border-bottom-color:var(--color-F2, #e9e9f0)}.ant-modal-footer .ant-btn+.ant-btn{margin-bottom:0px;margin-left:8px}.ant-switch.ant-switch-checked{background:var(--color-M1, #f5222d)}.ant-switch:focus{box-shadow:none}.ant-badge-count{background:var(--color-M1, #f5222d);box-shadow:none}.ant-table{font-size:14px;line-height:20px}.ant-table .ant-table-thead th{color:var(--color-T5, #a0a0ac)}.ant-table .ant-table-thead th::before{display:none}.ant-table-filter-dropdown .ant-radio-wrapper{line-height:0;vertical-align:text-top;color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-title-content{line-height:1.5715}.ant-table-filter-dropdown .ant-btn-primary{border-color:var(--color-M1, #f5222d);background-color:var(--color-M1, #f5222d)}.ant-table-filter-dropdown .ant-btn-link{color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-item-selected,.ant-table-filter-dropdown .ant-dropdown-menu-submenu-title-selected{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:var(--color-F4, #a0a0ac) !important;box-shadow:none !important}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--color-F2, #e9e9f0)}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{display:inline-flex;align-items:center}.ant-select-item,.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:var(--color-T2, #37374a);font-size:inherit}.ant-pagination{color:var(--color-T2, #37374a)}.ant-pagination .ant-pagination-item a{color:inherit}.ant-pagination input,.ant-pagination li{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination input:hover,.ant-pagination input:focus,.ant-pagination li:hover,.ant-pagination li:focus{border-color:var(--color-F2, #e9e9f0);box-shadow:none}.ant-pagination .ant-pagination-item,.ant-pagination .ant-pagination-prev button,.ant-pagination .ant-pagination-next button{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-prev button:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-next button:not(.ant-pagination-item-active):hover{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination .ant-pagination-item-active,.ant-pagination .ant-pagination-item-active:hover,.ant-pagination .ant-pagination-item-active:focus{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.ant-pagination .ant-pagination-options .ant-select-selector,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:var(--color-F2, #e9e9f0);border-radius:4px;box-shadow:none}.ant-pagination .ant-pagination-options .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-selector:focus,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:focus{border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-breadcrumb a{color:inherit}.ant-breadcrumb a:hover{color:inherit}.ant-breadcrumb span:last-child{color:inherit}.ant-breadcrumb span:last-child a{color:inherit}.ant-breadcrumb-separator{margin:0px}.ant-radio-wrapper{align-items:center}.ant-radio{top:0px}span.ant-radio+*{padding-left:12px;padding-right:0px}.ant-checkbox-inner{border-color:var(--color-F4, #a0a0ac)}.ant-checkbox-indeterminate .ant-checkbox-inner{border-color:var(--color-M1, #f5222d)}.ant-checkbox-indeterminate .ant-checkbox-inner::after{background:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-select-tree{color:var(--color-T2, #37374a)}.ant-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-checkbox-checked .ant-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-radio-inner{align-items:center;justify-content:center;border-color:var(--color-M1, #f5222d)}.ant-radio-inner::after{position:absolute;top:3px;left:3px;right:3px;bottom:3px;width:auto;height:auto;margin:0px;border-radius:999px;background:var(--color-M1, #f5222d)}.ant-radio-checked .ant-radio-inner::after{transform:scale(1)}.ant-tree-checkbox:hover .ant-tree-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-radio-checked::after,.ant-radio-checked .ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner,.ant-radio-input:focus+.ant-radio-inner{border-color:var(--color-M1, #f5222d)}.drawer .ant-drawer-header,.flex-drawer .ant-drawer-header{padding:24px 22px}.drawer .ant-drawer-title,.flex-drawer .ant-drawer-title{font-size:24px;line-height:33px}.ant-drawer-body{padding:0px 22px;line-height:1.5}.flex-drawer .ant-drawer-body{display:flex;flex-direction:column}.drawer-btn-row{position:-webkit-sticky;position:sticky;top:100%;display:flex;justify-content:space-between;padding-bottom:50px}.flex-drawer .drawer-btn-row{margin-top:auto}.drawer-btn-row button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);font-size:14px;color:var(--color-T5, #a0a0ac)}.drawer-btn-row button[data-submit]{background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);color:var(--color-T8, #ffffff)}.modal .ant-modal-content{border-radius:10px}.modal .ant-modal-header{padding:32px 32px 35px;border-radius:10px 10px 0px 0px;border-color:var(--color-F2, #e9e9f0)}.modal .ant-modal-title{font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal .ant-modal-body{padding:32px;font-size:14px;line-height:20px}.no-border-table .ant-table th,.no-border-table .ant-table td{border:none;background:none}.no-border-table .ant-table th:first-child,.no-border-table .ant-table td:first-child{padding-left:0px}.no-border-table .ant-table th:last-child,.no-border-table .ant-table td:last-child{padding-right:0px}.select{height:30px;background:var(--color-G3, #f0f0f5);border-radius:4px}.select .ant-select-selector{color:var(--color-T2, #37374a);box-shadow:none !important}.select:not(.ant-select-customize-input) .ant-select-selector{border:none;background:none;height:100%;border-radius:inherit}.select .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac)}.select .ant-select-clear{background:inherit}.select-dropdown{background:var(--color-G3, #f0f0f5)}.label-input{height:30px;background:var(--color-G3, #f0f0f5);color:var(--color-T2, #37374a);border-radius:4px}.label-input .ant-input-group{height:inherit;font-size:inherit}.label-input .ant-input-group-addon{min-width:97px;height:inherit;padding:0px 16px;text-align:left;background:none;border:none;border-right:1px solid var(--color-F2, #e9e9f0);font-size:inherit;color:var(--color-T2, #37374a)}.label-input input{height:inherit;padding-left:23px;background:none !important;border:none;outline:none;font-size:inherit}.label-input input:focus{box-shadow:none}.login-title{position:relative;margin:0px;font-size:24px;line-height:33px;color:var(--color-T2, #37374a)}.login-title .login-title-back{position:absolute;left:-29px;top:50%;width:24px;height:24px;padding:4px;transform:translateY(-50%);cursor:pointer}.login-prompt{margin:4px 0px 0px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.login-content{margin:0 auto}.login-content a,.login-content [role=link]{color:var(--color-T1, #f5222d)}.login-content .color-T1{color:var(--color-T1, #f5222d)}.login-content .cursor-p{cursor:pointer}:focus-visible{outline:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;color:var(--color-T2, #37374a)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}b{font-weight:500}h1,h2,h3,h4,h5,h6,p{margin:0px;color:var(--color-T2, #37374a)}input{border-color:var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a)}input:hover,input:focus{border-color:var(--color-F4, #a0a0ac)}input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}button{padding:0px;border:none;background:none;cursor:pointer}button:disabled{cursor:not-allowed}button[data-m1]{height:32px;padding:0px 32px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}#root{height:100%}.input{height:30px;background:var(--color-G3, #f0f0f5);border:none;padding-left:16px;border-radius:4px;color:var(--color-T2, #37374a)}.input:-moz-read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.input:disabled,.input:read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.no-wrap,.list-table-tpl .ant-table-tbody td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.float-container::before,.float-container::after{display:block;content:"";clear:both}.submitAndCancelRow{font-size:14px}.submitAndCancelRow button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);color:var(--color-T5, #a0a0ac)}.submitAndCancelRow button+button{margin-left:24px}.submitAndCancelRow button[type=submit]{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a)}.submitAndCancelRow button:disabled{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);opacity:.3}.dropdownMenu{width:200px;margin-top:3px;padding:4px 6px 5px 4px;background-color:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06) !important;border-radius:4px;border:none}.dropdownMenu :global(.ant-dropdown-menu-item),.dropdownMenu :global(.ant-menu-item){height:30px;margin:0px;padding:0px 12px;border-radius:4px;text-align:left;line-height:30px;color:var(--color-T2, #37374a)}.dropdownMenu :global(.ant-dropdown-menu-item):not(:last-child),.dropdownMenu :global(.ant-menu-item):not(:last-child){margin-bottom:4px}.dropdownMenu :global(.ant-dropdown-menu-item) a:hover,.dropdownMenu :global(.ant-dropdown-menu-item):hover,.dropdownMenu :global(.ant-menu-item) a:hover,.dropdownMenu :global(.ant-menu-item):hover{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.back-header{display:flex;align-items:center;padding:12px 0px;border-bottom:1px solid var(--color-F2, #e9e9f0)}.back-header>button{width:24px;height:24px;margin-right:8px;background:var(--color-G3, #f0f0f5);border-radius:3px}.back-header>button svg{width:40%;height:40%}.back-header h3{font-size:16px;line-height:1.375;color:var(--color-T2, #37374a)}.rtf-toolbar{position:static}.role-authorize{width:595px !important}.role-authorize .ant-modal-header{height:61px;padding:19px 20px 19px 24px}.role-authorize .ant-modal-close{width:22px;height:22px;line-height:unset;top:21px;right:20px;text-align:center}.role-authorize .ant-modal-close svg{width:16px;height:16px}.role-authorize .ant-modal-close-x{width:100%;height:100%;line-height:unset}.role-authorize .ant-modal-footer{padding-top:20px;padding-bottom:20px}.role-authorize .submitAndCancelRow{text-align:center}.role-authorize .submitAndCancelRow button{width:auto;height:32px;line-height:normal;padding:0px 33px;color:var(--color-T2, #37374a)}.role-authorize .submitAndCancelRow button[type=submit]{background:var(--color-M1, #f5222d);border-color:var(--color-M1, #f5222d)}.role-authorize .submitAndCancelRow button+button{margin-left:12px}.role-authorize .ant-modal-content{border-radius:8px}.role-authorize .ant-modal-header{border-radius:8px 8px 0 0}.role-authorize .ant-modal-body{display:flex;padding:29px 24px 30px}.role-authorize .role-options,.role-authorize .selected-roles{display:flex;flex-direction:column}.role-authorize .role-options>p,.role-authorize .selected-roles>p{margin-bottom:10px;line-height:20px}.role-authorize .role-options>div,.role-authorize .selected-roles>div{min-height:276px;flex:1 0 auto;padding:22px 0px 22px 16px;border-radius:4px;background:var(--color-G5, #f7f7fa)}.role-authorize .role-options{width:327px}.role-authorize .selected-roles{width:200px;margin-left:auto}.role-authorize .selected-roles>div{padding-left:20px;padding-right:20px}.role-authorize .role-result+.role-result{margin-top:13px}.role-authorize .role-result{display:flex;align-items:center;font-size:12px;line-height:17px}.role-authorize .role-result button{width:15px;height:15px;margin-left:auto}.role-authorize .role-result svg{width:10px;height:10px}.role-authorize .role-result-tag{flex-shrink:0;height:16px;margin-right:5px;padding:0px 4px;font-size:10px;line-height:16px;border-radius:2px;background:rgba(var(--color-T14-rgb, 255, 90, 46), 0.1);color:var(--color-T14, #ff5a2e)}.role-authorize .ant-checkbox-wrapper{margin-top:12px;margin-right:18px;line-height:0}.role-authorize .ant-checkbox-wrapper::after{display:none}.role-authorize .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0px}.role-authorize .ant-checkbox+span{min-width:2em;padding-right:0px;line-height:20px;box-sizing:content-box}.role-authorize .role-group-list>p,.role-authorize .role-group-list>.ant-checkbox-wrapper{margin:0px 0px -2px 0px}.role-authorize .role-group-list+.role-group-list{margin-top:23px}.role-authorize .role-list{padding-left:28px;line-height:1}.list-table-tpl .ant-table{min-height:360px}.list-table-tpl .ant-table-filter-trigger{left:-130px}.list-table-tpl .ant-table-filter-trigger>svg{fill:#f5222d}.list-table-tpl th.ant-table-cell{background:none;border:none}.list-table-tpl .ant-table-tbody td{height:56px;border-bottom:none}.list-table-tpl .ant-table-tbody td{height:56px;border-bottom:none}.list-table-tpl .ant-table-selection-column{padding-left:21px}.list-table-tpl .ant-table-selection-col{width:45px}.list-table-tpl-page{text-align:center}.dj-table-below-row{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:0px 20px 0px 21px}.dj-table-below-row .extend-op{display:flex;align-items:center;margin-right:8px}.dj-table-below-row .extend-op button{margin-right:24px}.department-tree-select .ant-select-tree-switcher{color:var(--color-T5, #a0a0ac)}.department-tree-select .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{background-color:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);color:var(--color-T1, #f5222d)}
.src-components-header--header-module__header__e745dbde{display:flex;justify-content:space-between;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:60px;padding:0px 30px;background:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.0588235294);z-index:1;position:-webkit-sticky;position:sticky;top:0px}.src-components-header--header-module__left__f73f11f8{flex-shrink:0;display:flex;align-items:center;margin-bottom:5px}.src-components-header--header-module__left__f73f11f8 img{width:16px;height:14px;margin-right:16px;cursor:pointer}.src-components-header--header-module__left__f73f11f8 h2{margin-right:6px;font-size:18px;line-height:25px;cursor:pointer}.src-components-header--header-module__left__f73f11f8 p{font-size:12px;line-height:17px}.src-components-header--header-module__right__c764d02f{flex-shrink:0;display:flex;align-items:center;margin-left:30px}.src-components-header--header-module__right__c764d02f .src-components-header--header-module__avatar__c4b66640{width:36px;height:36px;border-radius:4px;cursor:pointer}.src-components-header--header-module__right__c764d02f .src-components-header--header-module__helpDocu__e2f9bfc6 img,.src-components-header--header-module__right__c764d02f .src-components-header--header-module__mail__aa670c5c img{width:22px;height:22px;cursor:pointer}.src-components-header--header-module__right__c764d02f .src-components-header--header-module__helpDocu__e2f9bfc6{margin-left:30px;margin-right:5px}.src-components-header--header-module__right__c764d02f .src-components-header--header-module__mail__aa670c5c{margin-right:30px;margin-left:5px}.src-components-header--header-module__tenant__a779b040{cursor:pointer}.src-components-header--header-module__tenant__a779b040 .anticon{margin-left:6px;padding:2px;font-size:10px;vertical-align:middle;color:var(--color-T5, #a0a0ac)}.src-components-header--header-module__tenantOptions__cf8d5340{max-height:300px;overflow-y:auto}.src-components-header--header-module__tenantOptions__cf8d5340 .ant-dropdown-menu-item-selected{background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);color:var(--color-T1, #f5222d)}.ant-dropdown .src-components-header--header-module__userAvatar__d4050159{padding:4px 0px;border-radius:2px}.src-components-header--header-module__userAvatar__d4050159.ant-dropdown-menu .ant-dropdown-menu-item{padding:11px 20px 12px 22px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.src-components-header--header-module__userAvatar__d4050159.ant-dropdown-menu .ant-dropdown-menu-item span,.src-components-header--header-module__userAvatar__d4050159.ant-dropdown-menu .ant-dropdown-menu-item a{display:flex;align-items:center;white-space:nowrap}.src-components-header--header-module__userAvatar__d4050159 svg{width:16px;height:16px;margin-right:10px;fill:var(--color-T2, #37374a)}.src-components-header--header-module__logoSvg__cdb0e553{cursor:pointer;margin-right:10px}
.src-business-help-document--document-module__HelpDocument__cdb5225a{height:100%;font-family:PingFangSC-Medium,PingFang SC}.src-business-help-document--document-module__DocumentPage__c6a9ac1b{height:100%}.src-business-help-document--document-module__DocumentWrap__ae88a110{height:calc(100% - 60px);background-color:var(--color-G5, #f7f7fa);width:100%;overflow-y:auto;padding-bottom:20px}.src-business-help-document--document-module__topTitle__e85691aa{background:url(/static/media/help_doc_bg.78303e5d.png) no-repeat;width:100%;height:355px;color:var(--color-T2, #37374a);padding:100px 0 32px 0;font-size:38px;font-weight:500;display:flex;flex-direction:column;align-items:center}.src-business-help-document--document-module__topTitle__e85691aa>div:nth-child(2){margin-top:40px;width:906px !important;height:62px}.src-business-help-document--document-module__topTitle__e85691aa>div:nth-child(2)>div{width:100%;height:62px !important;border-radius:4px;padding-left:40px !important}.src-business-help-document--document-module__topTitle__e85691aa>div:nth-child(2)>div input{padding-left:25px !important}.src-business-help-document--document-module__topTitle__e85691aa>div:nth-child(2) .ant-select-arrow{top:27px;left:12px}.src-business-help-document--document-module__topTitle__e85691aa>p:last-child{margin-top:30px;font-size:14px;font-weight:400;color:#a0a0ac}.src-business-help-document--document-module__DocumentMenu__dbbcd559{background-color:var(--color-G5, #f7f7fa);margin:0 auto;height:100%;z-index:2}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0{height:calc(100% - 355px);display:flex;justify-content:center;padding:0 19vw;margin-top:20px}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .ant-collapse-item{width:100%}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .ant-collapse-header{border-bottom:1px solid var(--color-F2, #e9e9f0);display:flex;align-items:center}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27{width:100%;display:flex;box-sizing:border-box}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__leftItems__fe74f27e{margin-right:20px;width:210px;background:var(--color-G1, #ffffff);height:100%;overflow-y:auto;padding:20px}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__leftItems__fe74f27e .ant-tabs{overflow:unset}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__leftItems__fe74f27e .ant-tabs>div:first-child>div:first-child>div:first-child>div:last-child{width:4px}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__leftItems__fe74f27e .src-business-help-document--document-module__anchor__d95eff7d .ant-anchor-link-title{height:40px;display:flex;font-size:14px;align-items:center}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__leftItems__fe74f27e .src-business-help-document--document-module__anchor__d95eff7d .ant-anchor-ink-ball{width:4px;height:28px;background:#f5222d;border-radius:0;border:unset;transform:translateY(-10px)}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__leftItems__fe74f27e .src-business-help-document--document-module__anchor__d95eff7d .ant-anchor-link-active > .ant-anchor-link-title{color:#f5222d}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__leftItems__fe74f27e .src-business-help-document--document-module__anchor__d95eff7d a:hover{color:#f5222d}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83{display:flex;flex:1 1;flex-direction:column;padding:30px 50px 350px 50px;overflow:auto;background:var(--color-G1, #ffffff)}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa{display:flex;margin-top:30px;flex-direction:column}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa>div:nth-child(1){display:flex}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa>div:nth-child(1)>img:first-child{width:32px;height:32px;border-radius:50%}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa>div:nth-child(1)>div:nth-child(2){display:flex;margin-left:10px;flex-direction:column;font-size:16px;font-weight:500;color:#37374a}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){font-size:14px;font-weight:400;color:#a0a0ac}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa>div:nth-child(2){margin-top:20px;display:flex;flex-wrap:wrap;padding:20px 40px;border-radius:4px;border:1px solid #e9e9f0}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa>div:nth-child(2)>p{cursor:pointer;width:28%;text-align:center;overflow:hidden;margin-right:20px;margin-top:20px}.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa>div:nth-child(2)>p:nth-child(1),.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa>div:nth-child(2)>p:nth-child(2),.src-business-help-document--document-module__DocumentMenu__dbbcd559 .src-business-help-document--document-module__list__b337b7f0 .src-business-help-document--document-module__item__dee44a27 .src-business-help-document--document-module__rightContent__c7a77f83 .src-business-help-document--document-module__rightItems__b3f6b7fa>div:nth-child(2)>p:nth-child(3){margin-top:0}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3{width:1200px;margin:0px auto;height:100%;background-color:var(--color-G1, #ffffff)}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__curumbs__c8ca326a{font-size:24px;padding:34px 0 32px 40px;height:100px;font-weight:600;color:var(--color-T2, #37374a);position:-webkit-sticky;position:sticky;top:0px;z-index:1}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__curumbs__c8ca326a>img{cursor:pointer;border-radius:4px}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__curumbs__c8ca326a>img:hover{background-color:var(--color-G3, #f0f0f5)}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__content__e928088c{width:100%;display:flex;height:calc(100% - 100px)}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__content__e928088c .src-business-help-document--document-module__left__ec7cc79c{flex:0 0 320px;overflow-y:auto;padding:20px 0px 20px 50px;height:100%}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__content__e928088c .src-business-help-document--document-module__right__a8b694b8{padding:20px;flex:1 1;background-color:var(--color-G1, #ffffff);overflow-y:auto}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__content__e928088c .src-business-help-document--document-module__title__edfd9e00{border-bottom:1px solid var(--color-F2, #e9e9f0);padding-bottom:20px;color:var(--color-T2, #37374a);font-weight:600;margin-bottom:20px}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__tree__f4ae10ff{background-color:var(--color-G5, #f7f7fa);height:100%;padding-left:20px;padding-top:30px}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__tree__f4ae10ff .ant-tree-node-selected{background-color:rgba(0,0,0,0)}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__tree__f4ae10ff .ant-tree-node-selected>span{color:var(--color-T1, #f5222d)}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__tree__f4ae10ff .ant-tree-node-content-wrapper:hover{background-color:rgba(0,0,0,0)}.src-business-help-document--document-module__DocumentMenuDetail__bd212ca3 .src-business-help-document--document-module__tree__f4ae10ff .ck-content{border:none}.src-business-help-document--document-module__loading__fb04c1f8{height:100%}.src-business-help-document--document-module__loading__fb04c1f8 .ant-spin-container{height:100%}
.btn{--ease-in-duration: 0.25s;--ease-in-exponential: cubic-bezier(0.95, 0.05, 0.795, 0.035);--ease-out-duration: 0.65s;--ease-out-delay: var(--ease-in-duration);--ease-out-exponential: cubic-bezier(0.19, 1, 0.22, 1);cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto;position:relative;padding:10px;line-height:1.5;text-align:center;color:#fff;font-size:18px;font-family:PingFang SC;font-weight:600;text-decoration:none;background-color:#333;outline:rgba(0,0,0,0);overflow:hidden;-moz-user-select:none;user-select:none;-webkit-user-select:none;white-space:nowrap;transition:.25s;-webkit-transition:.25s}.btn:hover{background:#333}.btn-ghost{color:#333;background-color:rgba(0,0,0,0);border-color:#333}.btn-ghost:hover{color:#fff}.btn-border-stroke{border-color:#333}.btn-border-stroke .btn-borders{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%}.btn-border-stroke .btn-borders .border-top{position:absolute;top:0;width:100%;height:2px;background:#333;transform:scaleX(0);-webkit-transform:scaleX(0);transform-origin:left;-webkit-transform-origin:left}.btn-border-stroke .btn-borders .border-right{position:absolute;right:0;width:2px;height:100%;background:#333;transform:scaleY(0);-webkit-transform:scaleY(0);transform-origin:bottom;-webkit-transform-origin:bottom}.btn-border-stroke .btn-borders .border-bottom{position:absolute;bottom:0;width:100%;height:2px;background:#333;transform:scaleX(0);-webkit-transform:scaleX(0);transform-origin:left;-webkit-transform-origin:left}.btn-border-stroke .btn-borders .border-left{position:absolute;left:0;width:2px;height:100%;background:#333;transform:scaleY(0);-webkit-transform:scaleY(0);transform-origin:bottom;-webkit-transform-origin:bottom}.btn-border-stroke .btn-borders .border-left{transition:var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential);-webkit-transition:var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential)}.btn-border-stroke .btn-borders .border-bottom{transition:var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential);-webkit-transition:var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential)}.btn-border-stroke .btn-borders .border-right{transition:var(--ease-in-duration) var(--ease-in-exponential);-webkit-transition:var(--ease-in-duration) var(--ease-in-exponential)}.btn-border-stroke .btn-borders .border-top{transition:var(--ease-in-duration) var(--ease-in-exponential);-webkit-transition:var(--ease-in-duration) var(--ease-in-exponential)}.btn-border-stroke:hover{color:#333;background:rgba(0,0,0,0)}.btn-border-stroke:hover .border-top,.btn-border-stroke:hover .border-bottom{transform:scaleX(1);-webkit-transform:scaleX(1)}.btn-border-stroke:hover .border-left,.btn-border-stroke:hover .border-right{transform:scaleY(1);-webkit-transform:scaleY(1)}.btn-border-stroke:hover .border-left{transition:var(--ease-in-duration) var(--ease-in-exponential);-webkit-transition:var(--ease-in-duration) var(--ease-in-exponential)}.btn-border-stroke:hover .border-bottom{transition:var(--ease-in-duration) var(--ease-in-exponential);-webkit-transition:var(--ease-in-duration) var(--ease-in-exponential)}.btn-border-stroke:hover .border-right{transition:var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential);-webkit-transition:var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential)}.btn-border-stroke:hover .border-top{transition:var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential);-webkit-transition:var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential)}.btn-text-float-up::after{position:absolute;content:attr(data-text);top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;transform:translateY(35%);-webkit-transform:translateY(35%);transition:.25s ease-out;-webkit-transition:.25s ease-out}.btn-text-float-up .btn-text{display:block;transition:.75s .1s var(--ease-out-exponential);-webkit-transition:.75s .1s var(--ease-out-exponential)}.btn-text-float-up:hover .btn-text{opacity:0;transform:translateY(-25%);-webkit-transform:translateY(-25%);transition:.25s ease-out;-webkit-transition:.25s ease-out}.btn-text-float-up:hover::after{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);transition:.75s .1s var(--ease-out-exponential);-webkit-transition:.75s .1s var(--ease-out-exponential)}
@font-face{font-family:YouSheBiaoTiHei;src:url(/static/media/YouSheBiaoTiHei-2.ccdd188b.ttf)}@media screen and (min-width: 820px){.src-business-home-static-main--style-module__page__de6c60ba{cursor:url(/static/media/main-point.edcf9c58.png) -50 -50,auto;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;height:100%;background:#fff !important}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10{display:flex;background:#edf4f9;height:140px;width:100%}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__LOGO__f5454f19{display:flex;min-width:277px;justify-content:flex-end;margin-right:76px}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__LOGO__f5454f19 img{width:177px;height:66px;align-self:center}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__tabContent__f251be17{display:flex;justify-content:center;align-items:center;overflow:hidden}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__menu__fad6ff1e{display:flex;flex:1 1;align-self:center}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__btnContains__e4052b14{display:flex;flex:1 1;justify-content:center;min-width:201px}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__btnContains__e4052b14 .src-business-home-static-main--style-module__btn__fca25b89{cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto;font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;padding:12px 0 0 15px;width:141px;height:53px;border:1px solid #333;border-radius:26px;align-self:center}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__btnContains__e4052b14 .src-business-home-static-main--style-module__userInfo__cf54a0d3{justify-content:center;cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto;display:flex}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__btnContains__e4052b14 .src-business-home-static-main--style-module__userInfo__cf54a0d3>img:nth-child(1){width:52px;height:52px;background:#fff;border-radius:50%;align-self:center}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__btnContains__e4052b14 .src-business-home-static-main--style-module__userInfo__cf54a0d3>span:nth-child(2){margin-left:10px;align-self:center;font-size:16px;font-family:PingFang SC;font-weight:400;color:#333}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .ant-tabs-top>.ant-tabs-nav::before{border-bottom:unset}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#333}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .ant-tabs{color:#333;height:140px}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .ant-tabs-top>.ant-tabs-nav{margin:40px 0 40px 0}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .ant-tabs-ink-bar{background:rgba(0,0,0,0);height:6px;border-radius:3px}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .ant-tabs-tab+.ant-tabs-tab{margin:0 0 0 68px}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .ant-tabs-large>.ant-tabs-nav .ant-tabs-tab{font-size:18px;cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .ant-tabs-large>.ant-tabs-nav .ant-tabs-tab>div{cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto}}@media screen and (max-width: 819px){.src-business-home-static-main--style-module__page__de6c60ba{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;height:100%;background:#fff !important}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10{display:flex;flex-direction:column;width:100%}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__LOGO__f5454f19{position:relative;width:100%;height:13.3333333333vw}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__LOGO__f5454f19 .src-business-home-static-main--style-module__menuIcon__fc110b51{width:11.7333333333vw;height:11.7333333333vw;cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto;margin-left:1.3333333333vw}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__LOGO__f5454f19 .src-business-home-static-main--style-module__logoContains__fababcb0{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__LOGO__f5454f19 .src-business-home-static-main--style-module__logoContains__fababcb0 .src-business-home-static-main--style-module__logoImg__c98e633e{width:23.6vw;height:8.8vw}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__tabContent__f251be17 ul{padding-inline-start:0;list-style:none;height:100vh;text-align:center;width:46.6666666667vw;border-right:.1333333333vw solid #f0f0f0}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__menuHide__e82d8c74{display:none}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__menuHide__e82d8c74 .ant-tabs-tabpane{padding:0}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__menuHide__e82d8c74 .ant-tabs-nav{display:none}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__menuHide__e82d8c74 .ant-tabs-content-holder{display:flex}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__menuBlock__b0945a88{display:block}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__menuBlock__b0945a88 .ant-tabs-tabpane{padding:0}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__menuBlock__b0945a88 .ant-tabs-nav{display:flex}.src-business-home-static-main--style-module__page__de6c60ba .src-business-home-static-main--style-module__contains__bc6c6b10 .src-business-home-static-main--style-module__menuBlock__b0945a88 .ant-tabs-content-holder{display:none}}
.main{width:600px;height:500px;perspective:800px;transform-style:preserve-3d;transform-origin:0 0}.container{--X: 0;--Y: 0;position:relative;width:100%;height:100%;background-color:rgba(0,0,0,0);border-radius:10px;transform-style:preserve-3d;transform:rotateX(var(--X)) rotateY(var(--Y));transition:all .2s ease;display:flex;align-items:center;justify-content:center}
@media screen and (min-width: 820px){.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a{text-align:justify;overflow-x:hidden;position:absolute;top:140px;left:0;width:100%;display:flex;flex-direction:column;height:calc(100% - 140px);box-sizing:border-box}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681{width:100%;background:url(/static/media/bgc.fa4d6d65.png) no-repeat;padding:80px 300px 0 190px;margin-bottom:139px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681>div:nth-child(1) .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title-top__ee6b98a7{display:flex}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681>div:nth-child(1) .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title-top__ee6b98a7>div:nth-child(1){width:60%;margin-left:58px;display:flex;flex-direction:column;padding:137px 0 0 10%;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:65px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681>div:nth-child(2){margin-top:63px;padding-left:10%;display:flex;flex-direction:column;font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681>div:nth-child(2)>div:nth-child(3){margin-top:23px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681>div:nth-child(2)>div:nth-child(4),.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681>div:nth-child(2) div:nth-child(5){font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(2){display:flex;align-items:center;flex-direction:column;font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(2)>div:nth-child(2){margin:89px 0 100px 0}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(3){display:flex;align-items:center;flex-direction:column;font-family:PingFang SC;height:787px;background:#f5f6f8}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(3)>span:nth-child(1){font-size:24px;font-weight:500;color:#000;margin-top:101px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(3)>span:nth-child(2){width:610px;font-size:16px;font-weight:400;color:#999;margin:31px 0 53px 0}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(3)>div:nth-child(3){margin-bottom:100px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(4){display:flex;align-items:center;flex-direction:column;font-family:PingFang SC;height:787px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(4)>span:nth-child(1){font-size:24px;font-weight:500;color:#000;margin-top:101px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(4)>span:nth-child(2){width:610px;font-size:16px;font-weight:400;color:#999;margin:31px 0 53px 0}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(4)>div:nth-child(3){margin-bottom:100px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5){min-height:500px;background:url(/static/media/bgc.ce310331.png) no-repeat center}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__point__fed1fe36{padding-bottom:20px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__point__fed1fe36 li{margin-left:10px;width:12px;height:12px;border-radius:50%}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__point__fed1fe36 li button{width:12px;height:12px;border-radius:50%}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19{box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;align-items:center;font-family:PingFang SC}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19>span:nth-child(1){font-size:24px;font-weight:500;color:#fff;margin-top:102px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19 .src-business-home-static-main-Tabs-dataCommunity--style-module__line__a0067f3c{margin:24px 0 50px 0;width:114px;height:4px;background-color:#fff;position:relative}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19 .src-business-home-static-main-Tabs-dataCommunity--style-module__line__a0067f3c:before{background-color:#fff;position:absolute;content:"";width:130px;height:4px;opacity:.2;top:0;left:-130px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19 .src-business-home-static-main-Tabs-dataCommunity--style-module__line__a0067f3c:after{background-color:#fff;position:absolute;content:"";width:130px;height:4px;opacity:.2;top:0;right:-130px}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19>div:nth-child(3){width:1023px;font-size:14px;font-weight:400;color:#fff}}@media screen and (max-width: 819px){.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a{width:100%;display:flex;flex-direction:column;text-align:justify}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681{width:100%}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681>div:nth-child(1){position:absolute;width:100%}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681>div:nth-child(1) .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title-top__ee6b98a7{display:flex;justify-content:center;margin-top:24.9333333333vw;font-size:8.6666666667vw;font-family:YouSheBiaoTiHei;font-weight:400;color:#f5222d}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681>div:nth-child(1) .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title-top__ee6b98a7 div{width:35%}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title-down__f739a002{display:flex;flex-direction:column;width:100%;margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title-down__f739a002>div:nth-child(1){align-self:center;margin-top:13.4666666667vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title-down__f739a002>div:nth-child(2){align-self:center;margin-top:3.2vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999;width:90%}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a .src-business-home-static-main-Tabs-dataCommunity--style-module__home-title__b4418681 .src-business-home-static-main-Tabs-dataCommunity--style-module__headerBg__e4fc26b8{width:100%;height:135.0666666667vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(2){display:flex;align-items:center;flex-direction:column;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(2) img{margin:6.8vw 0 12vw 0;width:89.4666666667vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(3){display:flex;align-items:center;flex-direction:column;font-family:PingFang SC;background:#f5f6f8}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(3)>span:nth-child(1){font-size:4.4vw;font-weight:500;color:#000;margin-top:13.3333333333vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(3)>span:nth-child(2){font-size:2.9333333333vw;font-weight:400;color:#999;margin:6.6666666667vw 0 6.6666666667vw 0;padding:0 5.8666666667vw;text-align:center}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(3) img{height:36.2666666667vw;margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(4){display:flex;align-items:center;flex-direction:column;font-family:PingFang SC}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(4)>span:nth-child(1){font-size:4.4vw;font-weight:500;color:#000;margin-top:13.3333333333vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(4)>span:nth-child(2){width:90%;font-size:2.9333333333vw;font-weight:400;color:#999;margin:6.5333333333vw 0 6.6666666667vw 0;text-align:center}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(4) img{height:33.8666666667vw;margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5){height:106.6666666667vw;background:url(/static/media/bgc.ce310331.png) no-repeat;background-size:100% 106.6666666667vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__point__fed1fe36{margin-bottom:-20vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__point__fed1fe36 li{margin-left:1.3333333333vw;width:1.6vw;height:1.6vw;border-radius:50%}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__point__fed1fe36 li button{width:1.6vw;height:1.6vw;border-radius:50%}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19{box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;align-items:center;font-family:PingFang SC}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19>span:nth-child(1){font-size:4.4vw;font-weight:500;color:#fff;margin-top:13.0666666667vw;padding:0 6.6666666667vw}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19 .src-business-home-static-main-Tabs-dataCommunity--style-module__line__a0067f3c{margin:3.0666666667vw 0 6.6666666667vw 0;width:15.2vw;height:.5333333333vw;background-color:#fff;position:relative}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19 .src-business-home-static-main-Tabs-dataCommunity--style-module__line__a0067f3c:before{background-color:#fff;position:absolute;content:"";width:50.2666666667vw;height:.5333333333vw;opacity:.2;top:0;right:50%;transform:translateX(50%)}.src-business-home-static-main-Tabs-dataCommunity--style-module__content__f1a5eb1a>div:nth-child(5) .src-business-home-static-main-Tabs-dataCommunity--style-module__carouselBox__cb17fe19>div:nth-child(3){font-size:2.6666666667vw;font-weight:400;color:#fff;width:90%}}
@media screen and (min-width: 820px){.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147{text-align:justify;overflow-x:hidden;position:absolute;top:140px;left:0;width:100%;display:flex;flex-direction:column;height:calc(100% - 140px);box-sizing:border-box}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950{width:100%;background:url(/static/media/bgc.fa4d6d65.png) no-repeat center;padding:80px 61px 0 190px}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010{display:flex;height:100%}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010 .src-business-home-static-main-Tabs-downloadPage--style-module__logo__dfc15103{margin-right:227px}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1){flex:1 1;align-items:center;justify-content:center;display:flex;flex-direction:column;color:#333;font-weight:600;font-family:PingFang SC;font-size:65px}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>div:nth-child(2){font-size:24px;font-weight:400;color:#999;margin-top:39px}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>div:nth-child(3){margin-right:200px}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>div:nth-child(3)>div{display:flex}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>div:nth-child(3)>div>a{margin-left:50px}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>div:nth-child(3)>div>a>img{cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>div:nth-child(3)>div:nth-child(2){margin-top:52px;display:flex}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(1) .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>div:nth-child(3)>div:nth-child(2)>div{margin-left:50px}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(2){margin-top:63px;padding-left:10%;display:flex;flex-direction:column;font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(2)>div:nth-child(3){margin-top:23px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(2)>div:nth-child(4),.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title__ea744950>div:nth-child(2) div:nth-child(5){font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}}@media screen and (max-width: 819px){.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147{width:100%;display:flex;flex-direction:column;text-align:justify}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010{width:100%;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010 .src-business-home-static-main-Tabs-downloadPage--style-module__headerBg__cba878bb{width:100%;height:135.0666666667vw}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010 .src-business-home-static-main-Tabs-downloadPage--style-module__logo__dfc15103{width:16.2666666667vw;height:16.2666666667vw}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1){position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:27.4666666667vw;width:100%;font-family:PingFang SC}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>span:nth-child(2){font-size:6.6666666667vw;font-weight:600;color:#e83c3a;margin-top:6.5333333333vw}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>span:nth-child(3){font-size:6.6666666667vw;font-weight:600;color:#333}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>div:nth-child(4){font-size:3.2vw;margin-top:4.5333333333vw;font-weight:400;color:#999}.src-business-home-static-main-Tabs-downloadPage--style-module__content__f210a147 .src-business-home-static-main-Tabs-downloadPage--style-module__home-title-top__d6736010>div:nth-child(1)>div:nth-child(5){display:flex;justify-content:center;align-items:center;margin-top:9.7333333333vw;font-size:3.7333333333vw;font-weight:500;color:#fff;width:32vw;height:11.7333333333vw;background:#f5222d;border-radius:1.0666666667vw;cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto}}
@keyframes fade-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fade-in ease 2s;animation-fill-mode:forwards}.wait-fade{opacity:0}
@media screen and (min-width: 820px){.ant-carousel .slick-dots li{margin:0}.ant-carousel .slick-dots li.slick-active{width:75px}.ant-carousel .slick-dots-bottom{bottom:-80px}.src-business-home-static-main-Tabs-dtlGov--style-module__cardImg__d9b838bd{display:flex;align-items:center;justify-content:center;width:50%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883{overflow-x:hidden;position:absolute;top:140px;left:0;width:100%;display:flex;flex-direction:column;height:calc(100% - 140px)}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e{width:100%;background:url(/static/media/bgc.fa4d6d65.png) no-repeat;padding:80px 300px 0 190px;margin-bottom:223px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(1) .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097{display:flex;text-align:justify}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(1) .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1){display:flex;flex-direction:column;padding:137px 0 0 10%;width:60%;margin-left:50px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(1) .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1)>div:nth-child(1){color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:65px;margin-bottom:41px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(1) .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1)>div:nth-child(2),.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(1) .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1)>div:nth-child(3){font-size:20px;font-family:PingFang SC;font-weight:400;color:#666}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(1) .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1)>div:nth-child(4){margin-top:24px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(2){margin-top:63px;padding-left:10%;display:flex;flex-direction:column;font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(2)>div:nth-child(3){display:flex;justify-content:space-between;width:40%;margin-top:23px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c{text-align:justify;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6{flex:1 1;display:flex}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97{width:50%;background:#f5f6f8;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97 .src-business-home-static-main-Tabs-dtlGov--style-module__title__df610c78{margin-top:5%;width:70%;font-size:20px;padding-right:90px;font-family:PingFang SC;font-weight:500;color:#333;align-self:flex-end}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97 .src-business-home-static-main-Tabs-dtlGov--style-module__line__ac375d5d{width:120px;height:4px;background:#f5222d;border-radius:2px;border:1px solid #f5222d;align-self:flex-start;margin:3% 0 3% 30%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97 .src-business-home-static-main-Tabs-dtlGov--style-module__textContains__c1f23534{padding-bottom:10%;display:flex;flex-direction:column;justify-content:flex-end}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97 .src-business-home-static-main-Tabs-dtlGov--style-module__textContains__c1f23534 .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{width:60%;font-size:14px;font-family:PingFang SC;font-weight:400;color:#999;margin-right:10%;align-self:flex-end}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__down__faeecefd{flex:1 1;display:flex;justify-content:flex-end}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__down__faeecefd .src-business-home-static-main-Tabs-dtlGov--style-module__rightText__aab1c549{width:50%;background:#f5f6f8;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__down__faeecefd .src-business-home-static-main-Tabs-dtlGov--style-module__rightText__aab1c549 .src-business-home-static-main-Tabs-dtlGov--style-module__title__df610c78{margin-top:5%;margin-left:10%;width:60%;font-size:20px;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__down__faeecefd .src-business-home-static-main-Tabs-dtlGov--style-module__rightText__aab1c549 .src-business-home-static-main-Tabs-dtlGov--style-module__line__ac375d5d{width:120px;height:4px;background:#f5222d;border-radius:2px;border:1px solid #f5222d;align-self:flex-start;margin:3% 10% 3% 10%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__down__faeecefd .src-business-home-static-main-Tabs-dtlGov--style-module__rightText__aab1c549 .src-business-home-static-main-Tabs-dtlGov--style-module__textContains__c1f23534{padding-bottom:10%;display:flex;flex-direction:column;justify-content:flex-end}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__down__faeecefd .src-business-home-static-main-Tabs-dtlGov--style-module__rightText__aab1c549 .src-business-home-static-main-Tabs-dtlGov--style-module__textContains__c1f23534 .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{margin-left:10%;width:60%;font-size:14px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397{text-align:justify;margin-top:100px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db{display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__title__df610c78{width:70%;align-self:center;font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{margin-top:1%;width:70%;align-self:center;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed{width:70%;align-self:center;display:flex;flex-wrap:wrap}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88{width:386px;height:200px;background:#fff;display:flex;justify-content:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88 img{align-self:center;height:102px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88 img:nth-child(4){width:100px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88 .src-business-home-static-main-Tabs-dtlGov--style-module__blockContent__ceedbadb{align-self:center;display:flex;flex-direction:column;margin-left:20px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88 .src-business-home-static-main-Tabs-dtlGov--style-module__blockContent__ceedbadb span:first-child{font-size:24px;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88 .src-business-home-static-main-Tabs-dtlGov--style-module__blockContent__ceedbadb span:last-child{font-size:20px;font-family:PingFang SC;font-weight:500;color:#999}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0{text-align:justify;margin-top:8%;background:url(/static/media/bg.0f6f9721.png) no-repeat;background-size:100% 600px;width:100%;height:600px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__title__df610c78{justify-content:center;display:flex;padding-top:49px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0>div:nth-child(2){padding-left:364px;margin-bottom:8%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHeadContains__c75bf741{display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHeadContains__c75bf741 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHead__ea68280c{padding:51px 10px 51px 20px;overflow-y:hidden;background:url(/static/media/banner_bg.ab63d456.png) no-repeat;width:614px;height:100px;margin-top:1.5%;position:relative;left:50%;transform:translateX(-50%);display:flex;justify-content:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHeadContains__c75bf741 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHead__ea68280c p{align-self:center;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fff}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerContent__b650e2d8{font-size:12px;font-family:PingFang SC;font-weight:400;color:#999;width:614px;height:266px;background:#fff;border-radius:4px;position:relative;left:50%;transform:translateX(-50%);padding:29px 27px 51px 21px;overflow:hidden}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerContent__b650e2d8 p{margin-top:5px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8{position:relative;width:100px;left:60%;top:-18%;display:flex;justify-content:space-between}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__last__be6d56b8,.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__next__cbc94e34{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto;position:relative}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__last__be6d56b8>i,.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__next__cbc94e34>i{background:url(/static/media/arrow-left.1db58b14.png) no-repeat;cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto;width:10px;height:14px;display:inline-block;z-index:1}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__next__cbc94e34>i{transform:rotate(180deg)}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__last__be6d56b8:hover>i{transform:rotate(180deg);background:url(/static/media/arrow-right.2b6e8484.png) no-repeat}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__next__cbc94e34:hover>i{transform:rotate(360deg);background:url(/static/media/arrow-right.2b6e8484.png) no-repeat}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__last__be6d56b8:before,.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__next__cbc94e34:before{height:100%;width:100%;border-radius:50%;transform:scale(1);border:1px solid #fff;content:"";position:absolute}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__last__be6d56b8:hover:before,.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__next__cbc94e34:hover:before{transform:scale(1.3);-webkit-transform:scale(1.3);transition:.4s ease-in;border-color:#f5222d}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__last__be6d56b8:after,.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__next__cbc94e34:after{height:100%;width:100%;border-radius:50%;transform:scale(0);transition:.3s ease-in;background:#fff;content:"";position:absolute}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__last__be6d56b8:hover:after,.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__control__d9d1f2e8 .src-business-home-static-main-Tabs-dtlGov--style-module__next__cbc94e34:hover:after{transform:scale(1);-webkit-transform:scale(1)}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059{text-align:justify;display:flex;flex-direction:column;margin-top:8%;padding-left:15%;padding-right:15%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__title__df610c78{font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__headText__e27c9c19{align-self:center;margin-top:5%;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains1__f70aedc0{display:flex}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains1__f70aedc0 .src-business-home-static-main-Tabs-dtlGov--style-module__contentHead1__e6f01e56{margin-top:5%;height:109px;padding-top:22px;font-size:20px;font-family:PingFang SC;font-weight:500;color:#333;flex:1 1;border-bottom:4px dotted #e6e6e6;border-right:4px dotted #e6e6e6}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains1__f70aedc0 .src-business-home-static-main-Tabs-dtlGov--style-module__blockContentHead1__d3611bbd{flex:1 1}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e{display:flex;margin-top:3%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentLeft__f7ed6072{display:flex;flex-direction:column;flex:1 1}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentLeft__f7ed6072 .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{font-size:14px;font-family:PingFang SC;font-weight:500;color:#999;padding:10px 28px 0 0}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentLeft__f7ed6072 .src-business-home-static-main-Tabs-dtlGov--style-module__head__d4b6e7e3{margin-top:3%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentLeft__f7ed6072 .src-business-home-static-main-Tabs-dtlGov--style-module__head__d4b6e7e3 .src-business-home-static-main-Tabs-dtlGov--style-module__contentHead2__c441a340{padding-top:36px;height:109px;font-size:20px;font-family:PingFang SC;font-weight:500;color:#333;display:flex;flex:1 1;border-bottom:4px dotted #e6e6e6;border-right:4px dotted #e6e6e6}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentLeft__f7ed6072 .src-business-home-static-main-Tabs-dtlGov--style-module__head__d4b6e7e3:before{content:"";width:12px;height:12px;background:#f5222d;border-radius:50%;display:block;position:relative;left:99%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentRight__bc8485a6{flex:1 1}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentRight__bc8485a6 .src-business-home-static-main-Tabs-dtlGov--style-module__head2__d3010b11{margin-top:2%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentRight__bc8485a6 .src-business-home-static-main-Tabs-dtlGov--style-module__head2__d3010b11 .src-business-home-static-main-Tabs-dtlGov--style-module__rightContentHead1__c0659508{padding-top:31px;padding-left:24px;height:109px;font-size:20px;font-family:PingFang SC;font-weight:500;color:#333;display:flex;flex:1 1;border-bottom:4px dotted #e6e6e6;border-left:4px dotted #e6e6e6}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentRight__bc8485a6 .src-business-home-static-main-Tabs-dtlGov--style-module__head2__d3010b11:before{content:"";width:12px;height:12px;background:#f5222d;border-radius:50%;display:block;position:relative;right:4px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentRight__bc8485a6 .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{font-size:14px;font-family:PingFang SC;font-weight:500;color:#999;padding:10px 0 0 28px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains3__faac9d66{display:flex;margin-top:5%;margin-bottom:15%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains3__faac9d66 .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{font-size:14px;font-family:PingFang SC;font-weight:500;color:#999;padding:10px 28px 0 0;flex:1 1}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains3__faac9d66 .src-business-home-static-main-Tabs-dtlGov--style-module__blockText__fc86ca95{flex:1 1}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b{text-align:justify;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:url(/static/media/bottom_bannerbg.b24ca500.png) no-repeat;background-size:100% 650px;height:650px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__point__ef2ab617{bottom:0;padding-bottom:20px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__point__ef2ab617 li{margin-left:10px;width:12px;height:12px;border-radius:50%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__point__ef2ab617 li button{width:12px;height:12px;border-radius:50%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db{display:flex !important;flex-direction:column;height:100%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__headTitle__b10b9149{align-self:center;margin-top:5%;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__bannerLine__cb9124f1{margin-top:24px;align-self:center;width:377px;height:4px;border:2px solid #fff;opacity:.2;display:flex;justify-content:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__line__ac375d5d{align-self:center;border:2px solid #fff;width:114px;height:4px;margin-top:-4px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{margin-top:3%;padding-left:25%;padding-right:25%;font-size:14px;font-family:PingFang SC;font-weight:400;color:#fff;padding-bottom:200px}}@media screen and (max-width: 819px){.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883{width:100%;display:flex;flex-direction:column;text-align:justify}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e .src-business-home-static-main-Tabs-dtlGov--style-module__dgcright__f220b043{width:100%;height:135.0666666667vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097{position:absolute;width:100%;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1){display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1)>div:nth-child(1){display:flex;justify-content:center;margin-top:15.2vw;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:8.6666666667vw;width:100%;margin-bottom:5.3333333333vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1)>div:nth-child(2),.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1)>div:nth-child(3){font-size:3.7333333333vw;font-family:PingFang SC;font-weight:400;color:#666;display:flex;justify-content:center;width:95%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e .src-business-home-static-main-Tabs-dtlGov--style-module__home-title-top__a819c097>div:nth-child(1)>div:nth-child(4){align-self:center;width:90%;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999;margin-top:4.8vw;text-align:center;line-height:4vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(2){font-family:PingFang SC;margin-top:13.2vw;display:flex;flex-direction:column;align-items:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(2)>div:nth-child(1),.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(2)>div:nth-child(2){font-size:4.4vw;font-weight:500;color:#000}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__home-title__f6724d9e>div:nth-child(2)>div:nth-child(3){display:flex;justify-content:space-between;font-size:2.9333333333vw;font-weight:400;color:#999;margin-top:3.2vw;margin-bottom:13.7333333333vw;width:100%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c{height:186.6666666667vw;display:flex;flex-direction:column;background:#f5f6f8}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c li.slick-active button{background:#666 !important}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .slick-dots li button{background:#e6e6e6;opacity:1}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__point__ef2ab617{margin-bottom:2vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__point__ef2ab617 li{margin-left:1.3333333333vw;width:1.6vw;height:1.6vw;border-radius:50%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__point__ef2ab617 li button{width:1.6vw;height:1.6vw;border-radius:50%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6{flex:1 1;display:flex}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97{display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97 .src-business-home-static-main-Tabs-dtlGov--style-module__title__df610c78{width:80%;text-align:center;margin-top:13.3333333333vw;font-size:3.7333333333vw;font-family:PingFang SC;font-weight:500;color:#333;align-self:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97 .src-business-home-static-main-Tabs-dtlGov--style-module__line__ac375d5d{width:16vw;height:.5333333333vw;background:#f5222d;border-radius:.2666666667vw;border:.1333333333vw solid #f5222d;align-self:center;margin-top:2.9333333333vw;margin-bottom:5.3333333333vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97 .src-business-home-static-main-Tabs-dtlGov--style-module__textContains__c1f23534{margin-bottom:14.8vw;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page2__cd39c75c .src-business-home-static-main-Tabs-dtlGov--style-module__top__c81972b6 .src-business-home-static-main-Tabs-dtlGov--style-module__leftText__e4c57b97 .src-business-home-static-main-Tabs-dtlGov--style-module__textContains__c1f23534 .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{width:90%;font-size:2.6666666667vw;font-family:PingFang SC;font-weight:400;color:#999;align-self:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397{margin-top:13.3333333333vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db{display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__title__df610c78{width:80%;align-self:center;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{margin-top:5.7333333333vw;width:90%;align-self:center;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed{width:100%;align-self:center;display:flex;flex-wrap:wrap;margin-bottom:6.6666666667vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88{width:50vw;height:26.6666666667vw;background:#fff;display:flex;justify-content:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88 img{align-self:center;height:13.6vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88 .src-business-home-static-main-Tabs-dtlGov--style-module__blockContent__ceedbadb{align-self:center;display:flex;flex-direction:column;margin-left:2.6666666667vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88 .src-business-home-static-main-Tabs-dtlGov--style-module__blockContent__ceedbadb span:first-child{font-size:3.2vw;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page3__ffcec397 .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__iconContains__a89291ed .src-business-home-static-main-Tabs-dtlGov--style-module__icon__b924bf88 .src-business-home-static-main-Tabs-dtlGov--style-module__blockContent__ceedbadb span:last-child{font-size:2.6666666667vw;font-family:PingFang SC;font-weight:500;color:#999}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0{background:url(/static/media/dtl_mobile_bannerbg.f04f8fb3.png) no-repeat;background-size:100% 200vw;width:100%;height:200vw;display:flex;flex-direction:column;justify-content:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__title__df610c78{align-self:center;padding-top:6.5333333333vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHeadContains__c75bf741{display:flex;flex-direction:column}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHeadContains__c75bf741 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHead__ea68280c{padding:2.4vw 3.4666666667vw;margin-top:6.6666666667vw;background:url(/static/media/dtl_mobile_banner_title.759bbade.png) no-repeat;width:90%;height:40vw;background-size:100% 40vw;align-self:center;display:flex;justify-content:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHeadContains__c75bf741 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerHead__ea68280c p{align-self:center;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#fff}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerContent__b650e2d8{align-self:center;font-size:2.6666666667vw;font-family:PingFang SC;font-weight:400;color:#999;width:90%;height:120vw;background:#fff;border-radius:.5333333333vw;padding:2.9333333333vw;margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__bannerContent__b650e2d8 p{margin-top:.6666666667vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .ant-carousel .slick-dots li.slick-active{width:10vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__point2__ef5535c1{margin-bottom:2vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__point2__ef5535c1 .ant-carousel .slick-dots li{margin:0}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page4__fe2a4ae0 .src-business-home-static-main-Tabs-dtlGov--style-module__point2__ef5535c1 li{margin:0}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059{display:flex;flex-direction:column;margin-top:13.3333333333vw;padding:0 5.7333333333vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__title__df610c78{font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#000;align-self:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__headText__e27c9c19{align-self:center;margin-top:5.3333333333vw;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains1__f70aedc0{display:flex;margin-bottom:3.8666666667vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains1__f70aedc0 .src-business-home-static-main-Tabs-dtlGov--style-module__contentHead1__e6f01e56{height:12.1333333333vw;margin-top:7.7333333333vw;font-size:3.7333333333vw;font-family:PingFang SC;font-weight:500;color:#333;flex:1 1;border-bottom:.5333333333vw dotted #e6e6e6;border-right:.5333333333vw dotted #e6e6e6}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e{display:flex}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentTop__c8412394{display:flex;flex-direction:column;height:163.4666666667vw;border-bottom:.5333333333vw dotted #e6e6e6;border-right:.5333333333vw dotted #e6e6e6;margin-bottom:3.8666666667vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentTop__c8412394 .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{margin-top:6.6666666667vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999;margin-bottom:10.6666666667vw;padding-right:2.6666666667vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentTop__c8412394 .src-business-home-static-main-Tabs-dtlGov--style-module__text1__d3134165{padding-right:2.6666666667vw;font-size:3.7333333333vw;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentContains2__b83ba90e .src-business-home-static-main-Tabs-dtlGov--style-module__contentTop__c8412394:before{content:"";width:1.6vw;height:1.6vw;background:#f5222d;border-radius:50%;display:block;position:relative;left:99%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059 .src-business-home-static-main-Tabs-dtlGov--style-module__contentDown__deb72ae9{margin-top:4.2666666667vw;font-size:2.6666666667vw;font-family:PingFang SC;font-weight:500;color:#999;margin-bottom:13.4666666667vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page5__e064d059>div:nth-child(4){margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b{background:url(/static/media/bottom_mobile_bannerbg.8366008f.png) no-repeat;background-size:100% 200vw;width:100%;height:133.3333333333vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__point__ef2ab617{bottom:-13.3333333333vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__point__ef2ab617 li{margin-left:10px;width:12px;height:12px;border-radius:50%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__point__ef2ab617 li button{width:12px;height:12px;border-radius:50%}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db{display:flex !important;flex-direction:column;padding:0 5.3333333333vw}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__headTitle__b10b9149{align-self:center;margin-top:13.3333333333vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__bannerLine__cb9124f1{margin-top:24px;align-self:center;width:377px;height:4px;border:2px solid #fff;opacity:.2;display:flex;justify-content:center}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__line__ac375d5d{align-self:center;border:2px solid #fff;width:114px;height:4px;margin-top:-4px}.src-business-home-static-main-Tabs-dtlGov--style-module__content__f5105883 .src-business-home-static-main-Tabs-dtlGov--style-module__page6__e0d5776b .src-business-home-static-main-Tabs-dtlGov--style-module__contains__d44861db .src-business-home-static-main-Tabs-dtlGov--style-module__text__f6ab0e7c{margin-top:3%;align-self:center;font-size:2.6666666667vw;font-family:PingFang SC;font-weight:400;color:#fff}}
@media screen and (min-width: 820px){.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274{text-align:justify;overflow-x:hidden;position:absolute;top:140px;left:0;width:100%;display:flex;flex-direction:column;height:calc(100% - 140px);box-sizing:border-box}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617{width:100%;background:url(/static/media/bgc.fa4d6d65.png) no-repeat center;padding:80px 300px 0 190px;margin-bottom:139px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617>div:nth-child(1) .src-business-home-static-main-Tabs-emergency--style-module__home-title-top__c099391b{display:flex}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617>div:nth-child(1) .src-business-home-static-main-Tabs-emergency--style-module__home-title-top__c099391b>div:nth-child(1){width:60%;margin-left:58px;display:flex;flex-direction:column;padding:137px 0 0 10%;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:65px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617>div:nth-child(2){padding-left:10%;display:flex;flex-direction:column;font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617>div:nth-child(2)>div:nth-child(3){margin-top:23px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617>div:nth-child(2)>div:nth-child(4),.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617>div:nth-child(2) div:nth-child(5){font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2){min-height:auto;background:#f5f6f8;display:flex;flex-direction:column;padding:0 361px 143px 16%;font-family:PingFang SC}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(1){font-size:24px;font-weight:500;color:#000;margin-top:50px;position:relative}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(1)::before{position:absolute;content:"";background:url(/static/media/wire.d5e2f6a1.png) no-repeat center;width:95px;height:4px;bottom:-30px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2){box-sizing:border-box;margin-top:122px;font-family:PingFang SC}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs-top>.ant-tabs-nav::before{border-bottom:none}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#f5222d}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs-tab .ant-tabs-tab-active{padding:0 0 0 50px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs-top>.ant-tabs-nav{margin:0}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs-tab+.ant-tabs-tab{margin:0}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs-tab{padding-right:48px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs-nav-list>.ant-tabs-tab{margin-bottom:50px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs-tab-btn{font-size:20px;font-weight:400}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs-ink-bar{background:#f5222d;height:6px;border-radius:3px;width:6px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs{color:#666;height:auto}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .ant-tabs-ink-bar{color:#f5222d;background:#f5222d}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2{box-sizing:border-box;padding:0 0 0 34px;display:flex;flex-direction:column;text-align:left;font-family:PingFang SC}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>span:nth-child(1){font-size:32px;font-weight:500;color:#333}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>span:nth-child(2){font-size:24px;font-weight:500;color:#666;margin-top:39px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>span:nth-child(3){font-size:16px;font-weight:400;color:#999;margin-top:29px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>div:nth-child(4){margin-top:59px;display:flex;align-items:center}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>div:nth-child(4) span{font-size:16px;font-weight:500;color:#333;margin-left:18px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>div:nth-child(5),.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2 p{margin-top:20px;font-size:16px;font-weight:400;color:#999}}@media screen and (max-width: 819px){.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274{width:100%;display:flex;flex-direction:column;text-align:justify}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__headerBg__b923e757{width:100%;height:135.0666666667vw}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617{margin-bottom:13.4666666667vw;position:absolute;width:100%}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617>div:nth-child(1) .src-business-home-static-main-Tabs-emergency--style-module__home-title-top__c099391b{display:flex;justify-content:center}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title__f76c6617>div:nth-child(1) .src-business-home-static-main-Tabs-emergency--style-module__home-title-top__c099391b>div:nth-child(1){margin-top:22.2666666667vw;width:35%;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:8.6666666667vw}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title-down__a2778da8{display:flex;flex-direction:column;width:100%;margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title-down__a2778da8>div:nth-child(1){align-self:center;margin-top:13.4666666667vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title-down__a2778da8>div:nth-child(2),.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274 .src-business-home-static-main-Tabs-emergency--style-module__home-title-down__a2778da8>div:nth-child(3){align-self:center;margin-top:3.2vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999;width:95%}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4){display:flex;flex-direction:column;font-family:PingFang SC;width:100%}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(1){text-align:center;font-size:24px;font-weight:500;color:#000;margin-top:50px;display:flex;justify-content:center;position:relative}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(1)::before{position:absolute;content:"";background:url(/static/media/wire.d5e2f6a1.png) no-repeat center;width:95px;height:4px;bottom:-30px}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2){box-sizing:border-box;margin-top:13.3333333333vw;font-family:PingFang SC}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .ant-tabs-top > .ant-tabs-nav{display:unset;padding-left:4vw}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .ant-tabs-tab{font-size:3.7333333333vw}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2{margin-bottom:11.7333333333vw;box-sizing:border-box;padding:0 4vw;display:flex;flex-direction:column;text-align:left;font-family:PingFang SC}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>span:nth-child(1){margin-top:13.3333333333vw;font-size:5.8666666667vw;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>span:nth-child(2){margin-top:6.6666666667vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>span:nth-child(3){margin-top:5.3333333333vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>div:nth-child(4){margin-top:5.3333333333vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#333;display:flex;align-items:center}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>div:nth-child(4) img{width:8.1333333333vw;height:8.1333333333vw}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>div:nth-child(4) span{margin-left:2.4vw}.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>div:nth-child(5) div p,.src-business-home-static-main-Tabs-emergency--style-module__content__ac8a9274>div:nth-child(4)>div:nth-child(2) .src-business-home-static-main-Tabs-emergency--style-module__tabStyle__e92319c2>div:nth-child(5) div span{margin-top:4.1333333333vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999}}
@media screen and (min-width: 820px){.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17{overflow-x:hidden;position:absolute;top:140px;left:0;width:100%;display:flex;flex-direction:column;height:calc(100% - 140px);box-sizing:border-box;text-align:justify}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e{width:100%;background:url(/static/media/bgc.fa4d6d65.png) no-repeat;padding:80px 300px 0 190px;margin-bottom:223px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-top__b360da2d{display:flex}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-top__b360da2d>div:nth-child(1){display:flex;flex-direction:column;padding:137px 0 0 10%;width:60%;margin-left:50px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-top__b360da2d>div:nth-child(1)>div:nth-child(1){color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:65px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-top__b360da2d>div:nth-child(1)>div:nth-child(2){width:60%;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-down__b4369933{display:flex;flex-direction:column;width:100%;align-items:center}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-down__b4369933>div:nth-child(1){align-self:center;width:80%;font-size:23px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-down__b4369933>div:nth-child(2){width:80%;align-self:center;margin-top:24px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(2){margin-top:160px;margin-bottom:50px;display:flex;align-items:center;flex-direction:column;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(2)>div:nth-child(1){font-size:24px;font-weight:500;color:#333}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(2)>div:nth-child(2){font-size:16px;font-weight:500;color:#999;margin:29px 0 50px 0}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3){width:100%;background-size:100% 500px;background:url(/static/media/bgc.ce310331.png) no-repeat}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3) .src-business-home-static-main-Tabs-scienceShare--style-module__point__c1e034db{margin-bottom:15px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3) .src-business-home-static-main-Tabs-scienceShare--style-module__point__c1e034db li{margin-left:10px;width:12px;height:12px;border-radius:50%}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3) .src-business-home-static-main-Tabs-scienceShare--style-module__point__c1e034db li button{width:12px;height:12px;border-radius:50%}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1){height:500px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c{box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;align-items:center;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c>span:nth-child(1){font-size:23px;font-weight:500;color:#fff;margin-top:98px;padding:0 50px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c .src-business-home-static-main-Tabs-scienceShare--style-module__line__b59d7d86{margin:23px 0 50px 0;width:114px;height:4px;background-color:#fff;position:relative}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c .src-business-home-static-main-Tabs-scienceShare--style-module__line__b59d7d86:before{background-color:#fff;position:absolute;content:"";width:377px;height:4px;opacity:.2;top:0;right:50%;transform:translateX(50%)}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c>div:nth-child(3){font-size:14px;font-weight:400;color:#fff;padding:0 30%;align-self:center}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4){display:flex;flex-direction:column;align-items:center;margin-top:100px;padding:0 7%;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(1),.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>span:nth-child(2){font-size:24px;font-weight:500;color:#000}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(3){margin-top:29px;margin-bottom:78px;font-size:16px;font-weight:400;color:#999}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4){height:600px;margin-top:48px;margin-bottom:500px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4)>span:nth-child(1){font-size:22px;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab{background:linear-gradient(267deg, #F75704 0%, #F3501F 100%);width:240px;height:88px;margin-left:0;font-size:24px;justify-content:center}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab{border:unset}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active{background:linear-gradient(267deg, #FBBB77 0%, #FBCD87 100%)}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#333}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-content__f4e69daf{position:absolute;color:#999;font-size:16px;font-family:PingFang SC;font-weight:400;width:1200px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931{display:flex;flex-direction:column;margin-top:500px;font-size:22px;font-weight:500;color:#333;position:absolute;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931>span:nth-child(1){align-self:center;width:50%;margin-bottom:50px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931 .src-business-home-static-main-Tabs-scienceShare--style-module__line__b59d7d86::before{width:60px;height:6px;background:#f5222d;display:block;content:"";position:absolute}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931>div:nth-child(2){width:1560px;height:270px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931>div:nth-child(2)>div:nth-child(1){box-sizing:border-box;position:absolute;display:flex}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931>div:nth-child(2)>div:nth-child(1)>div{margin-right:21px;background:#fff;border:1px solid #ebebeb;padding:0 30px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931>div:nth-child(2)>div:nth-child(1)>div>div:nth-child(1){font-size:20px;font-weight:500;color:#333;margin:30px 0}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931>div:nth-child(2)>div:nth-child(1)>div>div:nth-child(2){border-top:1px solid #f1f1f1}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931>div:nth-child(2)>div:nth-child(1)>div>div:nth-child(2)>div{height:176px;line-height:15px;padding-top:31px;font-size:14px;font-weight:400;color:#999}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931 .src-business-home-static-main-Tabs-scienceShare--style-module__btn__c028b163{display:flex;margin:30px 0 100px 900px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931 .src-business-home-static-main-Tabs-scienceShare--style-module__btn__c028b163 .src-business-home-static-main-Tabs-scienceShare--style-module__prev__d428ef66{cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto;width:38px;height:38px;background:url(/static/media/arrow_left.1424e8ab.png)}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931 .src-business-home-static-main-Tabs-scienceShare--style-module__btn__c028b163 .src-business-home-static-main-Tabs-scienceShare--style-module__next__e5c929b8{cursor:url(/static/media/button-point.77ce4a26.png) -2 -2,auto;width:38px;height:38px;margin-left:20px;background:url(/static/media/arrow_right.24f49fe0.png)}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5){background:#f5f6f8;font-family:PingFang SC;display:flex;flex-direction:column;align-items:center;width:100%;padding-bottom:50px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5)>div:nth-child(1){padding-top:50px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5)>div{display:flex;padding-top:20px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5)>div>div{margin-right:20px;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5)>div>div>div:nth-child(1){text-align:center;width:386px;height:100px;display:flex;background:#f14c18;justify-content:center}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5)>div>div>div:nth-child(1)>span{align-self:center;font-size:24px;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5)>div>div>div:nth-child(2){width:386px;height:270px;background:#fff;font-size:14px;font-weight:400;color:#999;padding:25px 25px 0 25px;line-height:14px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6){background:url(/static/media/foot_bg.4ddd90b8.png) no-repeat;height:500px;width:100%;display:flex;justify-content:center;align-items:center;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1){margin:50px 0;width:1200px;height:400px;background:url(/static/media/foot_innerbg.4df22506.png) no-repeat;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>span:nth-child(1){align-self:center;font-size:24px;font-weight:500;color:#000;margin-top:50px;margin-bottom:87px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>div:nth-child(2){display:flex;justify-content:space-around}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>div:nth-child(2)>div{display:flex;flex-direction:column;width:161px;align-items:center;text-align:center}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>div:nth-child(2)>div>span:nth-child(2){font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>div:nth-child(2)>div>span:nth-child(3){font-size:16px;font-family:PingFang SC;font-weight:500;color:#999}}@media screen and (max-width: 819px){.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17{width:100%;display:flex;flex-direction:column;text-align:justify}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e .src-business-home-static-main-Tabs-scienceShare--style-module__headerBg__b6c6d3f2{width:100%;height:135.0666666667vw;margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-top__b360da2d{position:absolute;width:100%;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-top__b360da2d>div:nth-child(1){display:flex;justify-content:center;padding-top:15.2vw;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:8.6666666667vw;width:100%;line-height:10vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title__bb91ea6e .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-top__b360da2d>div:nth-child(2){align-self:center;margin-top:3.4666666667vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999;width:90%}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-down__b4369933{display:flex;flex-direction:column;width:100%}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-down__b4369933>div:nth-child(1){align-self:center;margin-top:13.4666666667vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17 .src-business-home-static-main-Tabs-scienceShare--style-module__home-title-down__b4369933>div:nth-child(2){align-self:center;margin-top:3.2vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999;width:85%}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(2){margin-top:13.3333333333vw;display:flex;align-items:center;flex-direction:column;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(2)>div:nth-child(1){font-size:4.4vw;font-weight:500;color:#333}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(2)>div:nth-child(2){font-size:2.9333333333vw;font-weight:500;color:#999;width:85%;margin:5.3333333333vw 0}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(2) img{width:89.0666666667vw;height:56.1333333333vw;margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3){width:100%;background-size:100% 98vw !important;height:98vw;background:url(/static/media/bgc.ce310331.png) no-repeat}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3) .src-business-home-static-main-Tabs-scienceShare--style-module__point__c1e034db{margin-bottom:-13.3333333333vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3) .src-business-home-static-main-Tabs-scienceShare--style-module__point__c1e034db li{margin-left:1.3333333333vw;width:1.6vw;height:1.6vw;border-radius:50%}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3) .src-business-home-static-main-Tabs-scienceShare--style-module__point__c1e034db li button{width:1.6vw;height:1.6vw;border-radius:50%}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c{box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;align-items:center;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c>span:nth-child(1){text-align:center;font-size:4.4vw;font-weight:500;color:#fff;margin-top:13.0666666667vw;padding:0 6.6666666667vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c .src-business-home-static-main-Tabs-scienceShare--style-module__line__b59d7d86{margin:3.0666666667vw 0 6.6666666667vw 0;width:15.2vw;height:.5333333333vw;background-color:#fff;position:relative}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c .src-business-home-static-main-Tabs-scienceShare--style-module__line__b59d7d86:before{background-color:#fff;position:absolute;content:"";width:50.2666666667vw;height:.5333333333vw;opacity:.2;top:0;right:50%;transform:translateX(50%)}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(3)>div:nth-child(1) .src-business-home-static-main-Tabs-scienceShare--style-module__carouselBox__f5b0997c>div:nth-child(3){font-size:2.6666666667vw;font-weight:400;color:#fff;padding:0 5.3333333333vw;align-self:center}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4){display:flex;flex-direction:column;align-items:center;margin-top:13.3333333333vw;padding:0 7%;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(1),.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>span:nth-child(2){font-size:4.4vw;font-weight:500;color:#000}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(3){margin-top:5.0666666667vw;margin-bottom:5.3333333333vw;font-size:2.9333333333vw;font-weight:400;color:#999}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4){width:100%;margin-top:48px}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4)>span:nth-child(1){font-size:22px;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs-top > .ant-tabs-nav{display:unset;padding-left:4vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs-tab{font-size:3.7333333333vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab{background:linear-gradient(267deg, #F75704 0%, #F3501F 100%);width:32vw;height:10.6666666667vw;margin-left:2.6666666667vw;font-size:4.4vw;justify-content:center}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab{border:unset}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active{background:linear-gradient(267deg, #FBBB77 0%, #FBCD87 100%)}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#333}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-content__f4e69daf{color:#999;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;width:100%}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931{display:flex;flex-direction:column;width:100%;font-size:4.4vw;font-weight:500;color:#333;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931>span:nth-child(1){align-self:center;margin:6.6666666667vw 0}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931 .src-business-home-static-main-Tabs-scienceShare--style-module__line__b59d7d86::before{width:11.2vw;height:1.0666666667vw;background:#f5222d;display:block;content:"";position:absolute}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931 .src-business-home-static-main-Tabs-scienceShare--style-module__line__b59d7d86{font-family:PingFang SC;margin-bottom:6.6666666667vw;width:80%;height:113.3333333333vw;background:#fff;border:2px solid #ebebeb;padding:0 8vw;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931 .src-business-home-static-main-Tabs-scienceShare--style-module__line__b59d7d86>div:nth-child(1){height:16.6666666667vw;display:flex;align-items:center;border-bottom:.1333333333vw solid #f1f1f1}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(4)>div:nth-child(4) .src-business-home-static-main-Tabs-scienceShare--style-module__tab-footer__b916d931 .src-business-home-static-main-Tabs-scienceShare--style-module__line__b59d7d86>div:nth-child(2){padding-top:5.8666666667vw;font-size:2.6666666667vw;font-weight:400;color:#999;line-height:3.3333333333vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5){background:#f5f6f8;font-family:PingFang SC;display:flex;align-items:center;width:100%;padding-bottom:6.6666666667vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5)>div{width:90%;display:flex;padding-top:2.6666666667vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5)>div .src-business-home-static-main-Tabs-scienceShare--style-module__card__d3c66c7d>div:nth-child(1){width:72vw;height:18.6666666667vw;background:#f14c18;display:flex;justify-content:center;align-items:center;font-size:4.5333333333vw;font-family:PingFang SC;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(5)>div .src-business-home-static-main-Tabs-scienceShare--style-module__card__d3c66c7d>div:nth-child(2){width:72vw;height:77.0666666667vw;background:#fff;padding:4.6666666667vw;font-size:2.6666666667vw;font-family:PingFang SC;font-weight:500;color:#999}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6){background:url(/static/media/foot_bg_mobile.ca7168c4.png) no-repeat;height:147.3333333333vw;width:100%;display:flex;justify-content:center;align-items:center;font-family:PingFang SC}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1){margin:6.6666666667vw 0;width:89.3333333333vw;height:134vw;background:url(/static/media/foot_innerbg_mobile.673c9740.png) no-repeat;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>span:nth-child(1){align-self:center;text-align:center;font-size:4.4vw;width:60%;font-weight:500;color:#000;margin:6.6666666667vw 0}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>div:nth-child(2){display:flex;flex-direction:column;align-items:center}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>div:nth-child(2)>div{display:flex;flex-direction:column;width:100%;align-items:center;margin-bottom:6.6666666667vw;text-align:center}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>div:nth-child(2)>div>img:nth-child(1){width:13.0666666667vw;height:13.0666666667vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>div:nth-child(2)>div>span:nth-child(2){font-size:4.5333333333vw;font-family:PingFang SC;font-weight:500;color:#000;margin-top:2.9333333333vw}.src-business-home-static-main-Tabs-scienceShare--style-module__content__a6106f17>div:nth-child(6)>div:nth-child(1)>div:nth-child(2)>div>span:nth-child(3){font-size:2.9333333333vw;font-family:PingFang SC;font-weight:500;color:#999;margin-top:2.9333333333vw}}
@media screen and (min-width: 820px){.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9{text-align:justify;overflow-x:hidden;position:absolute;top:140px;left:0;width:100%;display:flex;flex-direction:column;height:calc(100% - 140px);box-sizing:border-box}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292{width:100%;background:url(/static/media/bgc.fa4d6d65.png) no-repeat;padding:80px 300px 0 190px;margin-bottom:139px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292>div:nth-child(1) .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title-top__f8a86c80{display:flex}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292>div:nth-child(1) .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title-top__f8a86c80>div:nth-child(1){width:60%;margin-left:58px;display:flex;flex-direction:column;padding:137px 0 0 10%;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:65px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292>div:nth-child(2){margin-top:63px;padding-left:10%;display:flex;flex-direction:column;font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292>div:nth-child(2)>div:nth-child(3){margin-top:23px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292>div:nth-child(2)>div:nth-child(4),.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292>div:nth-child(2) div:nth-child(5){font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>span:nth-child(1){margin-top:69px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2){margin-top:69px;height:300px;background:#f5f6f8;position:relative;width:1200px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2) .src-business-home-static-main-Tabs-smartCommunity--style-module__numberStyle__e57c5bda{position:absolute;z-index:2;top:70px;left:70px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2) .src-business-home-static-main-Tabs-smartCommunity--style-module__plaintStyle__f311f4ad{position:absolute;z-index:2;bottom:40px;right:70px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3){position:absolute;margin:30px 40px;background:#fff;display:flex;flex-direction:column;width:93%;height:240px;box-sizing:border-box;padding-left:32px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3)>span:nth-child(1){font-size:20px;font-family:PingFang SC;font-weight:500;color:#333;margin-top:57px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3)>span:nth-child(2),.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3)>span:nth-child(3),.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3)>span:nth-child(4){font-size:14px;font-family:PingFang SC;font-weight:400;color:#999;margin-top:15px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(5){display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:PingFang SC;margin-top:103px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(5)>span:nth-child(1){font-size:24px;font-weight:500;color:#000}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(5)>span:nth-child(2),.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(5)>span:nth-child(3){font-weight:400;color:#999;font-size:16px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(6){padding:50px 0;height:502px;display:flex;justify-content:center;background:url(/static/media/bgc.ce310331.png) no-repeat center}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(6)>div:nth-child(1){width:1250px;display:flex;flex-wrap:wrap;align-content:flex-start}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(6) .src-business-home-static-main-Tabs-smartCommunity--style-module__min-content__c6abe1ac{width:285px;height:120px;background:#fff;border-radius:4px;margin:0 20px 20px 0;display:flex;justify-content:center;align-items:center;position:relative}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(6) .src-business-home-static-main-Tabs-smartCommunity--style-module__min-content__c6abe1ac>span:nth-child(1){width:217px;font-size:16px;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(6) .src-business-home-static-main-Tabs-smartCommunity--style-module__min-content__c6abe1ac::before{position:absolute;content:"";width:29px;height:29px;top:18px;left:30px;background:url(/static/media/symbolIcon.bc86976f.png) no-repeat center}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(6) .src-business-home-static-main-Tabs-smartCommunity--style-module__min-content__c6abe1ac::after{position:absolute;content:"";width:29px;height:29px;bottom:30px;right:30px;background:url(/static/media/symbolIcon.bc86976f.png) no-repeat center}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7){display:flex;align-items:center;flex-direction:column;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div:nth-child(1){font-size:24px;font-weight:500;color:#000;margin-top:101px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div{margin-top:99px;display:flex}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div:nth-child(1){margin-right:21px;width:386px;height:386px;background:#f5f6f8;box-shadow:0 1px 29px 0 rgba(32,32,32,.04);display:flex;font-family:PingFang SC;flex-direction:column;align-items:center;box-sizing:border-box}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div:nth-child(1)>span:nth-child(1){font-size:20px;font-weight:500;color:#000;margin-top:51px;margin-bottom:43px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div:nth-child(1)>span:nth-child(3){font-weight:400;color:#999;font-size:14px;margin-top:50px;line-height:16px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div:nth-child(2){margin-right:21px;width:386px;height:386px;background:#f5f6f8;box-shadow:0 1px 29px 0 rgba(32,32,32,.04);display:flex;font-family:PingFang SC;flex-direction:column;align-items:center;box-sizing:border-box}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div:nth-child(2)>span:nth-child(1){font-size:20px;font-weight:500;color:#000;margin-top:40px;margin-bottom:43px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div:nth-child(2)>span:nth-child(3){font-weight:400;color:#999;font-size:14px;line-height:16px;margin-top:50px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div:nth-child(3){margin-right:21px;width:386px;height:386px;background:#f5f6f8;box-shadow:0 1px 29px 0 rgba(32,32,32,.04);display:flex;font-family:PingFang SC;flex-direction:column;align-items:center;box-sizing:border-box}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div:nth-child(3)>span:nth-child(1){font-size:20px;font-weight:500;color:#000;margin-top:37px;margin-bottom:43px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div:nth-child(3)>span:nth-child(3){font-weight:400;color:#999;font-size:14px;margin-top:42px;line-height:16px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8){height:775px;background:#f5f6f8;display:flex;align-items:center;padding-bottom:106px;flex-direction:column;margin-top:100px;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(1){font-size:24px;font-weight:500;color:#000;margin-top:101px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(2){margin:30px 0 51px 0}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(2) p{font-size:16px;font-weight:400;color:#999;line-height:20px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3){display:flex;box-sizing:border-box}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div:nth-child(1){background:url(/static/media/orangeBgc.4367cefc.png) no-repeat center}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div:nth-child(1)>p{padding:40px 0 0 32px;font-size:24px;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div:nth-child(1)>div{background:#fff;width:351px;height:271px;border-radius:8px 8px 0 8px;transform:translateY(23px)}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div:nth-child(2){background:url(/static/media/orangeBgc1.85507318.png) no-repeat center}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div:nth-child(2)>p{padding:40px 0 0 32px;font-size:24px;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div:nth-child(2)>div{background:#fff;width:351px;height:271px;border-radius:8px 8px 0 8px;transform:translateY(23px)}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div:nth-child(3){background:url(/static/media/orangeBgc2.54dffb81.png) no-repeat center}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div:nth-child(3)>p{padding:40px 0 0 32px;font-size:24px;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div:nth-child(3)>div{background:#fff;width:351px;height:271px;border-radius:8px 8px 0 8px;transform:translateY(23px);box-sizing:border-box}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div{width:388px;height:373px;margin-right:20px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div .src-business-home-static-main-Tabs-smartCommunity--style-module__sevenDivContentText__f75dbff9{width:288px;display:flex;flex-direction:column;font-size:18px;padding-left:34px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div .src-business-home-static-main-Tabs-smartCommunity--style-module__sevenDivContentText__f75dbff9>span:nth-child(1){margin-top:45px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div .src-business-home-static-main-Tabs-smartCommunity--style-module__sevenDivContentText__f75dbff9>span:nth-child(2){margin-top:33px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3)>div .src-business-home-static-main-Tabs-smartCommunity--style-module__sevenDivContentText__f75dbff9>span:nth-child(3){margin-top:3px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9){height:400px;background:#252834;display:flex;flex-direction:column;align-items:center;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>span{font-size:24px;font-weight:500;color:#fff;margin-top:52px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>div{margin-top:90px;display:flex;margin-bottom:92px;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>div>div{display:flex;flex-direction:column;align-items:center;margin-right:101px}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>div>div>span{font-size:16px;font-weight:400;color:#fff;margin-top:20px;line-height:16px;text-align:left}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>div>div:last-child{margin-right:0}}@media screen and (max-width: 819px){.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9{text-align:justify;width:100%;display:flex;flex-direction:column}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__headerBg__a9c5dc1d{width:100%;height:135.0666666667vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292{margin-bottom:13.4666666667vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292>div:nth-child(1) .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title-top__f8a86c80{position:absolute;font-size:8.6666666667vw;font-family:YouSheBiaoTiHei;font-weight:400;color:#f5222d;width:100%}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title__e583d292>div:nth-child(1) .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title-top__f8a86c80>div:nth-child(1){margin-top:7.2vw;display:flex;text-align:center;flex-direction:column;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:8.6666666667vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title-down__b8e51287{display:flex;flex-direction:column;width:100%}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title-down__b8e51287>div:nth-child(1){align-self:center;margin-top:13.4666666667vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-title-down__b8e51287>div:nth-child(2){align-self:center;margin-top:3.2vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999;width:95%}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b{display:flex;justify-content:center;align-items:center;flex-direction:column}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>span:nth-child(1){margin-top:4vw;font-size:3.2vw;font-family:PingFang SC;font-weight:500;color:#333}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2){margin-top:6.8vw;height:93.3333333333vw;justify-content:center;background:#f5f6f8;width:100%;display:flex;position:relative;padding:4vw 5.3333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2) .src-business-home-static-main-Tabs-smartCommunity--style-module__numberStyle__e57c5bda{position:absolute;left:9.3333333333vw;top:9.0666666667vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2) .src-business-home-static-main-Tabs-smartCommunity--style-module__numberStyle__e57c5bda img{width:9.8666666667vw;height:8.5333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2) .src-business-home-static-main-Tabs-smartCommunity--style-module__plaintStyle__f311f4ad{bottom:7.8666666667vw;right:7.8666666667vw;position:absolute}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2) .src-business-home-static-main-Tabs-smartCommunity--style-module__plaintStyle__f311f4ad img{width:10vw;height:8.2666666667vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3){align-self:center;background:#fff;display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;padding-left:4.1333333333vw;padding-right:4.1333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3)>span:nth-child(1){font-size:3.7333333333vw;font-family:PingFang SC;font-weight:500;color:#333;padding-top:9.3333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3)>span:nth-child(2),.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3)>span:nth-child(3),.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__home-content__cf83cb0b>div:nth-child(2)>div:nth-child(3)>span:nth-child(4){font-size:2.6666666667vw;font-family:PingFang SC;font-weight:400;color:#999;margin-top:2.6666666667vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(5){display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:PingFang SC;margin-top:13.6vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(5)>span:nth-child(1){font-size:4.4vw;font-weight:500;color:#000;margin-bottom:4vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(5)>span:nth-child(2),.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(5)>span:nth-child(3){font-weight:400;color:#999;font-size:2.9333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(5) img{width:97.8666666667vw;height:auto}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel-contains__a72e162a{margin-top:8vw;padding:6.6666666667vw 0;height:133.3333333333vw;background-size:100% 100% !important;background:url(/static/media/bgc.ce310331.png) no-repeat}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel-contains__a72e162a .src-business-home-static-main-Tabs-smartCommunity--style-module__point__e51bc27b li{margin-left:1.3333333333vw;width:1.6vw;height:1.6vw;border-radius:50%}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel-contains__a72e162a .src-business-home-static-main-Tabs-smartCommunity--style-module__point__e51bc27b li button{width:1.6vw;height:1.6vw;border-radius:50%}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel-contains__a72e162a .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel__b790f9b1{width:100%;display:flex;padding-left:2.6666666667vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel-contains__a72e162a .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel__b790f9b1>div{flex:1 1}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel-contains__a72e162a .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel__b790f9b1>div .src-business-home-static-main-Tabs-smartCommunity--style-module__min-content__c6abe1ac{height:22.6666666667vw;background:#fff;border-radius:.5333333333vw;margin:0 2.6666666667vw 2.6666666667vw 0;display:flex;justify-content:center;position:relative}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel-contains__a72e162a .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel__b790f9b1>div .src-business-home-static-main-Tabs-smartCommunity--style-module__min-content__c6abe1ac>span:nth-child(1){margin-top:5.0666666667vw;width:87%;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:500;color:#333;z-index:2}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel-contains__a72e162a .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel__b790f9b1>div .src-business-home-static-main-Tabs-smartCommunity--style-module__min-content__c6abe1ac::before{position:absolute;content:"";top:3.8666666667vw;left:3.8666666667vw;width:5.3333333333vw;height:5.3333333333vw;background:url(/static/media/symbolIcon.bc86976f.png) no-repeat center}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9 .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel-contains__a72e162a .src-business-home-static-main-Tabs-smartCommunity--style-module__carousel__b790f9b1>div .src-business-home-static-main-Tabs-smartCommunity--style-module__min-content__c6abe1ac::after{position:absolute;content:"";width:5.3333333333vw;height:4.6666666667vw;bottom:3.8666666667vw;right:3.8666666667vw;background:url(/static/media/symbolIcon.bc86976f.png) no-repeat center}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7){display:flex;align-items:center;flex-direction:column;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div:nth-child(1){font-size:4.4vw;font-weight:500;color:#000;margin-top:13.3333333333vw;text-align:center;width:85%}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div{display:flex;flex-direction:column}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div{padding:0 3.8666666667vw;margin-top:6.6666666667vw;width:72vw;height:72vw;background:#f5f6f8;box-shadow:0 1px 3.8666666667vw 0 rgba(32,32,32,.04);display:flex;font-family:PingFang SC;flex-direction:column;align-items:center;box-sizing:border-box}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div>span:nth-child(1){font-size:3.7333333333vw;font-weight:500;color:#000;margin-top:8.1333333333vw;margin-bottom:7.0666666667vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div img{width:11.3333333333vw;height:12.1333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div img:nth-child(3){width:11.3333333333vw;height:13.4666666667vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(7)>div>div>span:nth-child(3){font-weight:400;color:#999;font-size:2.6666666667vw;margin-top:6.5333333333vw;line-height:3.3333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8){background:#f5f6f8;display:flex;align-items:center;padding-bottom:13.3333333333vw;flex-direction:column;margin-top:13.3333333333vw;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(1){font-size:4.4vw;font-weight:500;color:#000;margin-top:13.3333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(2){margin:30px 0 51px 0;padding:0 5.7333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(2) p{text-align:center;font-size:2.9333333333vw;font-weight:400;color:#999}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3){display:flex;box-sizing:border-box;width:100%}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3) .src-business-home-static-main-Tabs-smartCommunity--style-module__card__d598585a{background:url(/static/media/orangeBgc.4367cefc.png) no-repeat center;margin-left:2.6666666667vw;width:82.8vw;height:69.3333333333vw;background-size:82.8vw 69.3333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3) .src-business-home-static-main-Tabs-smartCommunity--style-module__card__d598585a>p{padding:7.4666666667vw 0 0 5.8666666667vw;font-size:4.5333333333vw;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3) .src-business-home-static-main-Tabs-smartCommunity--style-module__card__d598585a>div{background:#fff;width:65.4666666667vw;height:51.8666666667vw;border-radius:1.0666666667vw 1.0666666667vw 0 1.0666666667vw;transform:translateY(3.0666666667vw)}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3) .src-business-home-static-main-Tabs-smartCommunity--style-module__sevenDivContentText__f75dbff9{width:80%;display:flex;flex-direction:column;font-size:3.3333333333vw;padding-left:6.6666666667vw;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3) .src-business-home-static-main-Tabs-smartCommunity--style-module__sevenDivContentText__f75dbff9>span:nth-child(1){margin-top:3.6vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3) .src-business-home-static-main-Tabs-smartCommunity--style-module__sevenDivContentText__f75dbff9>span:nth-child(2){margin-top:6.1333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(8)>div:nth-child(3) .src-business-home-static-main-Tabs-smartCommunity--style-module__sevenDivContentText__f75dbff9>span:nth-child(3){margin-top:3.6vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9){background:#252834;display:flex;flex-direction:column;align-items:center;font-family:PingFang SC;padding-bottom:4vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>span:nth-child(1){font-size:4.4vw;font-weight:500;color:#fff;margin-top:6.5333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>div{margin-top:7.3333333333vw;display:flex;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>div>div{display:flex;flex-direction:column;align-items:center}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>div>div img{width:16.5333333333vw;height:16.5333333333vw}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>div>div>span{font-size:2.9333333333vw;font-weight:400;color:#fff;margin-top:3.7333333333vw;width:60%}.src-business-home-static-main-Tabs-smartCommunity--style-module__content__df6bf8f9>div:nth-child(9)>div>div:last-child{margin-right:0}}
@media screen and (min-width: 820px){.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17{overflow-x:hidden;position:absolute;top:140px;text-align:justify;left:0;width:100%;display:flex;flex-direction:column;height:calc(100% - 140px);box-sizing:border-box}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c{width:100%;background:url(/static/media/bgc.fa4d6d65.png) no-repeat center;padding:80px 300px 0 190px;margin-bottom:139px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c>div:nth-child(1) .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title-top__d75bd8c1{display:flex}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c>div:nth-child(1) .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title-top__d75bd8c1>div:nth-child(1){width:60%;margin-left:58px;display:flex;flex-direction:column;padding:137px 0 0 10%;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:65px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c>div:nth-child(2){margin-top:63px;padding-left:10%;display:flex;flex-direction:column;font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c>div:nth-child(2)>div:nth-child(3){margin-top:23px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c>div:nth-child(2)>div:nth-child(4),.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c>div:nth-child(2) div:nth-child(5){font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2){min-height:auto;background:#f5f6f8;display:flex;flex-direction:column;padding:0 361px 143px 16%;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(1){font-size:24px;font-weight:500;color:#000;margin-top:50px;position:relative}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(1)::before{position:absolute;content:"";background:url(/static/media/wire.d5e2f6a1.png) no-repeat center;width:95px;height:4px;bottom:-30px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2){box-sizing:border-box;margin-top:122px;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs-top>.ant-tabs-nav::before{border-bottom:none}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#f5222d}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs-tab .ant-tabs-tab-active{padding:0 0 0 50px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs-top>.ant-tabs-nav{margin:0}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs-tab+.ant-tabs-tab{margin:0}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs-tab{padding-right:48px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs-nav-list>.ant-tabs-tab{margin-bottom:50px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs-tab-btn{font-size:20px;font-weight:400}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs-ink-bar{background:#f5222d;height:6px;border-radius:3px;width:6px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs{color:#666;height:auto}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .ant-tabs-ink-bar{color:#f5222d;background:#f5222d}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1{box-sizing:border-box;padding:0 0 0 34px;display:flex;flex-direction:column;text-align:left;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>span:nth-child(1){font-size:32px;font-weight:500;color:#333}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>span:nth-child(2){font-size:16px;font-weight:400;color:#999;margin-top:29px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>div:nth-child(3){margin-top:59px;display:flex;align-items:center}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>div:nth-child(3) span{font-size:16px;font-weight:500;color:#333;margin-left:18px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>div:nth-child(4),.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1 p{margin-top:20px;font-size:16px;font-weight:400;color:#999}}@media screen and (max-width: 819px){.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17{width:100%;display:flex;flex-direction:column;text-align:justify}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c{width:100%}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c>div:nth-child(1){position:absolute;width:100%}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c>div:nth-child(1) .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title-top__d75bd8c1{display:flex;justify-content:center;margin-top:24.9333333333vw;font-size:8.6666666667vw;font-family:YouSheBiaoTiHei;font-weight:400;color:#f5222d}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c>div:nth-child(1) .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title-top__d75bd8c1 div{width:35%}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title-down__c6b7b1d3{display:flex;flex-direction:column;width:100%}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title-down__c6b7b1d3>div:nth-child(1){align-self:center;margin-top:13.4666666667vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title-down__c6b7b1d3>div:nth-child(2){align-self:center;margin-top:3.2vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999;width:90%}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17 .src-business-home-static-main-Tabs-smartEnvironment--style-module__home-title__ff7b337c .src-business-home-static-main-Tabs-smartEnvironment--style-module__headerBg__c64849f7{width:100%;height:135.0666666667vw}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2){min-height:auto;display:flex;flex-direction:column;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(1){align-self:center;font-size:4.4vw;font-weight:500;color:#000;margin-top:13.3333333333vw;position:relative}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(1)::before{position:absolute;content:"";background:url(/static/media/wire.d5e2f6a1.png) no-repeat center;width:17.3333333333vw;height:.5333333333vw;bottom:-3.0666666667vw}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2) .ant-tabs-top > .ant-tabs-nav{display:unset;padding-left:4vw}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2) .ant-tabs-tab{font-size:3.7333333333vw;font-family:PingFang SC;font-weight:500}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2){box-sizing:border-box;margin-top:16.2666666667vw;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1{box-sizing:border-box;padding:0 5.2vw;display:flex;flex-direction:column;text-align:left;font-family:PingFang SC}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>span:nth-child(1){font-size:5.8666666667vw;font-weight:500;color:#333;margin-top:13.3333333333vw}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>span:nth-child(2){font-size:2.9333333333vw;font-weight:400;color:#999;margin-top:5.2vw}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>div:nth-child(3){margin-top:6.2666666667vw;display:flex;align-items:center}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>div:nth-child(3) img{width:6.8vw;height:6.8vw}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>div:nth-child(3) span{font-size:2.9333333333vw;font-weight:500;color:#333;margin-left:18px}.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1>div:nth-child(4),.src-business-home-static-main-Tabs-smartEnvironment--style-module__content__c958da17>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-smartEnvironment--style-module__tabStyle__ff4f4fe1 p{margin-top:3.8666666667vw;font-size:2.9333333333vw;font-weight:400;color:#999}}
@media screen and (min-width: 820px){.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b{text-align:justify;overflow-x:hidden;position:absolute;top:140px;left:0;width:100%;display:flex;flex-direction:column;height:calc(100% - 140px);box-sizing:border-box}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b .src-business-home-static-main-Tabs-solution--style-module__home-title__dbfbe6f1{width:100%;background:url(/static/media/bgc.fa4d6d65.png) no-repeat center;padding:80px 300px 0 190px;margin-bottom:139px}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b .src-business-home-static-main-Tabs-solution--style-module__home-title__dbfbe6f1>div:nth-child(1) .src-business-home-static-main-Tabs-solution--style-module__home-title-top__f3d6d16d{display:flex}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b .src-business-home-static-main-Tabs-solution--style-module__home-title__dbfbe6f1>div:nth-child(1) .src-business-home-static-main-Tabs-solution--style-module__home-title-top__f3d6d16d>div:nth-child(1){display:flex;flex-direction:column;padding:137px 0 0 10%;width:60%;margin-left:58px;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:65px}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(2){margin-top:160px;display:flex;align-items:center;flex-direction:column;font-family:PingFang SC}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(2)>div:nth-child(1){display:flex;justify-content:space-between;width:1056px}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(2)>div:nth-child(1) .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744{display:flex;flex-direction:column;align-items:center}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(2)>div:nth-child(1) .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744>span:nth-child(2){font-size:24px;font-weight:500;color:#333;margin:31px 0 19px 0}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(2)>div:nth-child(1) .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744>span:nth-child(3){font-size:16px;font-weight:400;color:#999}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(2)>div:nth-child(2){display:flex;justify-content:space-between;width:1056px;margin:100px 0 200px 0}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744{display:flex;flex-direction:column;align-items:center}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744>span:nth-child(2){font-size:24px;font-weight:500;color:#333;margin:31px 0 19px 0}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(2)>div:nth-child(2) .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744>span:nth-child(3){font-size:16px;font-weight:400;color:#999}}@media screen and (max-width: 819px){.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b{width:100%;display:flex;flex-direction:column;text-align:justify}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b .src-business-home-static-main-Tabs-solution--style-module__headerBg__c19a93e5{width:100%;height:135.0666666667vw;margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b .src-business-home-static-main-Tabs-solution--style-module__home-title__dbfbe6f1>div:nth-child(1) .src-business-home-static-main-Tabs-solution--style-module__home-title-top__f3d6d16d{position:absolute;font-size:8.6666666667vw;font-family:YouSheBiaoTiHei;font-weight:400;color:#f5222d;width:100%;display:flex;justify-content:center}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b .src-business-home-static-main-Tabs-solution--style-module__home-title__dbfbe6f1>div:nth-child(1) .src-business-home-static-main-Tabs-solution--style-module__home-title-top__f3d6d16d>div:nth-child(1){padding-top:15.2vw;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:8.6666666667vw;width:20%;line-height:10vw}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(3){margin-bottom:13.3333333333vw}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(3)>div{display:flex}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(3)>div .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744{display:flex;flex:1 1;align-items:center;flex-direction:column}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(3)>div .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744>img:nth-child(1){height:14.8vw;margin-top:13.3333333333vw}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(3)>div .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744>span:nth-child(2){font-size:4.5333333333vw;font-weight:500;color:#333;margin:5.7333333333vw 0 3.4666666667vw 0}.src-business-home-static-main-Tabs-solution--style-module__content__f0b5452b>div:nth-child(3)>div .src-business-home-static-main-Tabs-solution--style-module__minContent__c2ab3744>span:nth-child(3){font-size:2.9333333333vw;font-weight:400;color:#999}}
@media screen and (min-width: 820px){.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894{text-align:justify;overflow-x:hidden;position:absolute;top:140px;left:0;width:100%;display:flex;flex-direction:column;height:calc(100% - 140px);box-sizing:border-box}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title__c2cb2962{width:100%;background:url(/static/media/bgc.fa4d6d65.png) no-repeat;padding:80px 300px 0 190px;margin-bottom:223px}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title__c2cb2962>div:nth-child(1) .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title-top__e3dcb6b0{display:flex}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title__c2cb2962>div:nth-child(1) .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title-top__e3dcb6b0>div:nth-child(1){display:flex;flex-direction:column;padding:137px 0 0 10%;color:#f5222d;font-family:YouSheBiaoTiHei;font-weight:400;font-size:65px;width:60%;margin-left:50px}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title__c2cb2962>div:nth-child(2){margin-top:63px;padding-left:10%;display:flex;flex-direction:column;font-size:24px;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title__c2cb2962>div:nth-child(2)>div:nth-child(3){margin-top:23px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#999}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d{display:flex;justify-content:center;box-sizing:border-box;margin-bottom:261px}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1){display:flex}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(1){display:flex;flex-direction:column}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(1)>span:nth-child(1){font-size:24px;font-family:PingFang SC;font-weight:500;color:#333;margin-bottom:69px;text-align:center}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2){margin-left:196px;display:flex;flex-direction:column;margin-top:35px;color:red}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2)>div{margin-bottom:28px;display:flex}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2)>div .src-business-home-static-main-Tabs-wisdomGov--style-module__minIcon__f256b476{margin-left:29px;display:flex;justify-content:center;flex-direction:column;font-family:PingFang SC}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2)>div .src-business-home-static-main-Tabs-wisdomGov--style-module__minIcon__f256b476>span:nth-child(1){font-size:24px;font-weight:500;color:#666;padding-bottom:5px}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2)>div .src-business-home-static-main-Tabs-wisdomGov--style-module__minIcon__f256b476>span:nth-child(2){font-weight:400;color:#999;font-size:16px}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content-right__f011572e{justify-content:center;transform:translateX(-60px)}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c{box-sizing:border-box;height:400px;background:#252834;display:flex;flex-direction:column;align-items:center}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(1){margin-top:51px;font-size:24px;font-family:PingFang SC;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2){margin-top:88px;display:flex}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div{margin:0 50px;padding-bottom:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:PingFang SC}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div>span:nth-child(2){font-size:20px;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div>span:nth-child(3){font-weight:400;color:#999;font-size:14px}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div>span:nth-child(4){font-weight:400;color:#999;font-size:14px}}@media screen and (max-width: 819px){.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894{width:100%;display:flex;flex-direction:column;text-align:justify}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__headerBg__b7c9432b{width:100%;height:135.0666666667vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title__c2cb2962{margin-bottom:13.4666666667vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title__c2cb2962>div:nth-child(1) .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title-top__e3dcb6b0{position:absolute;font-size:8.6666666667vw;font-family:YouSheBiaoTiHei;font-weight:400;color:#f5222d;width:100%}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title__c2cb2962>div:nth-child(1) .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title-top__e3dcb6b0>div:nth-child(1){padding-top:15.2vw;display:flex;text-align:center;flex-direction:column}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title-down__f9089874{display:flex;flex-direction:column;width:100%}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title-down__f9089874>div:nth-child(1){align-self:center;margin-top:13.4666666667vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#000}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-title-down__f9089874>div:nth-child(2){align-self:center;margin-top:3.2vw;font-size:2.9333333333vw;font-family:PingFang SC;font-weight:400;color:#999;width:95%}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d{display:flex;justify-content:center;box-sizing:border-box;margin-bottom:26.4vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content-img1__a449dae0{width:35.8666666667vw;height:31.4666666667vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content-img2__e64523a8{width:32.1333333333vw;height:32.5333333333vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content-img3__e478820c{width:32vw;height:32vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content-img4__ffb217db{width:32vw;height:32vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1){display:flex;flex-direction:column}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(1){display:flex;flex-direction:column;width:100%}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(1)>span:nth-child(1){font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#333;margin-bottom:7.3333333333vw;text-align:center}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(1)>img{align-self:center;margin-bottom:6.4vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2){align-self:center;display:flex;flex-direction:column;margin-top:35px;color:red}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2)>div{margin-bottom:28px;display:flex}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2)>div img{width:13.0666666667vw;height:15.2vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2)>div .src-business-home-static-main-Tabs-wisdomGov--style-module__minIcon__f256b476{margin-left:29px;display:flex;justify-content:center;flex-direction:column;font-family:PingFang SC}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2)>div .src-business-home-static-main-Tabs-wisdomGov--style-module__minIcon__f256b476>span:nth-child(1){font-size:4.5333333333vw;font-weight:500;color:#666;padding-bottom:3.2vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d>div:nth-child(1)>div:nth-child(2)>div .src-business-home-static-main-Tabs-wisdomGov--style-module__minIcon__f256b476>span:nth-child(2){font-size:2.9333333333vw;font-weight:400;color:#999}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content__f2bf776d .src-business-home-static-main-Tabs-wisdomGov--style-module__home-content-right__f011572e{justify-content:center}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c{box-sizing:border-box;height:120vw;background:#252834;display:flex;flex-direction:column;align-items:center}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(1){margin-top:6.6666666667vw;font-size:4.4vw;font-family:PingFang SC;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2){margin-top:11.7333333333vw;display:flex;flex-direction:column;width:100%}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div>div>img{align-self:center}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div>div>img:nth-child(1){width:14.9333333333vw;height:13.6vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div>div>img:nth-child(2){width:14.5333333333vw;height:14.4vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div>div>img:nth-child(3){width:14.8vw;height:14vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div>div>img:nth-child(4){width:13.4666666667vw;height:13.4666666667vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(1){width:100%;display:flex;align-self:center;margin-bottom:6.6666666667vw}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(1)>div{text-align:center;display:flex;flex-direction:column;flex:1 1;font-family:PingFang SC}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(1)>div>span:nth-child(2){font-size:3.7333333333vw;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(1)>div>span:nth-child(3){font-size:2.6666666667vw;font-weight:400;color:#999}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(1)>div>span:nth-child(4){font-size:2.6666666667vw;font-weight:400;color:#999}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(2){display:flex}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(2)>div{text-align:center;display:flex;flex-direction:column;flex:1 1;font-family:PingFang SC}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(2)>div>span:nth-child(2){font-size:3.7333333333vw;font-weight:500;color:#fff}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(2)>div>span:nth-child(3){font-size:2.6666666667vw;font-weight:400;color:#999}.src-business-home-static-main-Tabs-wisdomGov--style-module__content__dd5c9894 .src-business-home-static-main-Tabs-wisdomGov--style-module__home-footer__c435451c>div:nth-child(2)>div:nth-child(2)>div>span:nth-child(4){font-size:2.6666666667vw;font-weight:400;color:#999}}
.src-business-service--service-module__itemTpl__b0bbcd47{display:flex;flex-direction:column;width:246px;height:134px;border-radius:6px;border:1px solid var(--color-F2, #e9e9f0)}.src-business-service--service-module__itemTpl__b0bbcd47>div{display:flex;padding:12px;border-bottom:1px solid var(--color-F2, #e9e9f0)}.src-business-service--service-module__itemTpl__b0bbcd47 img{width:72px;height:72px;margin-right:16px;border-radius:2px}.src-business-service--service-module__itemTpl__b0bbcd47 h3{height:22px;margin:8px 0px 10px;font-size:16px;line-height:22px}.src-business-service--service-module__itemTpl__b0bbcd47 p{height:34px;font-size:12px;line-height:17px}.src-business-service--service-module__itemTpl__b0bbcd47 button{flex:1 1 auto;padding:0px 12px;font-size:12px;color:var(--color-T5, #a0a0ac)}.src-business-service--service-module__list__cfb13371{margin:-19px -16px 0px 0px}.src-business-service--service-module__item__c80fc384{float:left;margin:19px 16px 0px 0px}
/* Document
 * ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 */:where(html) {
  line-height: 1.15; /* 1 */
}/* Sections
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Safari.
 */:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */:where(b, strong) {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */:where(small) {
  font-size: 80%;
}/* Tabular data
 * ========================================================================== *//**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}/* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */:where(button, input, select) {
  margin: 0;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(button) {
  text-transform: none;
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */:where(progress) {
  vertical-align: baseline;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(select) {
  text-transform: none;
}/**
 * Remove the margin in Firefox and Safari.
 */:where(textarea) {
  margin: 0;
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:where(:-moz-ui-invalid) {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct styles in Safari.
 */:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}:where(dialog:not([open])) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */:where(summary) {
  display: list-item;
}:root{--color-M1: #f5222d;--color-M1-rgb: 245, 34, 45;--color-G1: #ffffff;--color-G1-rgb: 255, 255, 255;--color-G2: #a0a0ac;--color-G2-rgb: 160, 160, 172;--color-G3: #f0f0f5;--color-G3-rgb: 240, 240, 245;--color-G4: rgba(255, 255, 255, 0.1019607843);--color-G4-rgb: 255, 255, 255;--color-G5: #f7f7fa;--color-G5-rgb: 247, 247, 250;--color-G6: rgba(255, 255, 255, 0.2980392157);--color-G6-rgb: 255, 255, 255;--color-G7: #fdfafa;--color-G7-rgb: 253, 250, 250;--color-G8: #f9f9f9;--color-G8-rgb: 249, 249, 249;--color-G9: #BB0100;--color-G9-rgb: 187, 1, 0;--color-F1: #ff1744;--color-F1-rgb: 255, 23, 68;--color-F2: #e9e9f0;--color-F2-rgb: 233, 233, 240;--color-F3: #ffffff;--color-F3-rgb: 255, 255, 255;--color-F4: #a0a0ac;--color-F4-rgb: 160, 160, 172;--color-F5: #37374a;--color-F5-rgb: 55, 55, 74;--color-F6: #f5222d;--color-F6-rgb: 245, 34, 45;--color-F7: #fee8ea;--color-F7-rgb: 254, 232, 234;--color-F8: #55555e;--color-F8-rgb: 85, 85, 94;--color-F9: #878787;--color-F9-rgb: 135, 135, 135;--color-F10: #e8f0fe;--color-F10-rgb: 232, 240, 254;--color-F11: #ebf5ec;--color-F11-rgb: 235, 245, 236;--color-F12: #fef6f6;--color-F12-rgb: 254, 246, 246;--color-F13: #f5f8fe;--color-F13-rgb: 245, 248, 254;--color-F14: #f6faf6;--color-F14-rgb: 246, 250, 246;--color-O1: rgba(55, 55, 74, 0.2);--color-O1-rgb: 55, 55, 74;--color-T1: #f5222d;--color-T1-rgb: 245, 34, 45;--color-T2: #37374a;--color-T2-rgb: 55, 55, 74;--color-T3: #323244;--color-T3-rgb: 50, 50, 68;--color-T4: #55555e;--color-T4-rgb: 85, 85, 94;--color-T5: #a0a0ac;--color-T5-rgb: 160, 160, 172;--color-T6: #e9e9f0;--color-T6-rgb: 233, 233, 240;--color-T7: #f0f0f5;--color-T7-rgb: 240, 240, 245;--color-T8: #ffffff;--color-T8-rgb: 255, 255, 255;--color-T9: rgba(255, 255, 255, 0.6);--color-T9-rgb: 255, 255, 255;--color-T10: rgba(255, 255, 255, 0.6980392157);--color-T10-rgb: 255, 255, 255;--color-T11: #ff1744;--color-T11-rgb: 255, 23, 68;--color-T12: #0659fb;--color-T12-rgb: 6, 89, 251;--color-T13: #0bb13a;--color-T13-rgb: 11, 177, 58;--color-T14: #ff5a2e;--color-T14-rgb: 255, 90, 46;--color-T15: #929292;--color-T15-rgb: 146, 146, 146}html{--antd-wave-shadow-color: var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-picker-input__b799ab5a>input,.src-components-select-property-modal--select-property-modal-module__ant-input-number__ddc3faee,.src-components-select-property-modal--select-property-modal-module__ant-input-number-input__d40a8f8a,.src-components-select-property-modal--select-property-modal-module__ant-cascader-input__c4a01608,.src-components-select-property-modal--select-property-modal-module__ant-input__ab84c2cb{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.src-components-select-property-modal--select-property-modal-module__ant-picker-input__b799ab5a>input:hover,.src-components-select-property-modal--select-property-modal-module__ant-picker-input__b799ab5a>input:focus,.src-components-select-property-modal--select-property-modal-module__ant-input-number__ddc3faee:hover,.src-components-select-property-modal--select-property-modal-module__ant-input-number__ddc3faee:focus,.src-components-select-property-modal--select-property-modal-module__ant-input-number-input__d40a8f8a:hover,.src-components-select-property-modal--select-property-modal-module__ant-input-number-input__d40a8f8a:focus,.src-components-select-property-modal--select-property-modal-module__ant-cascader-input__c4a01608:hover,.src-components-select-property-modal--select-property-modal-module__ant-cascader-input__c4a01608:focus,.src-components-select-property-modal--select-property-modal-module__ant-input__ab84c2cb:hover,.src-components-select-property-modal--select-property-modal-module__ant-input__ab84c2cb:focus{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.src-components-select-property-modal--select-property-modal-module__ant-picker-input__b799ab5a>input::-moz-placeholder, .src-components-select-property-modal--select-property-modal-module__ant-input-number__ddc3faee::-moz-placeholder, .src-components-select-property-modal--select-property-modal-module__ant-input-number-input__d40a8f8a::-moz-placeholder, .src-components-select-property-modal--select-property-modal-module__ant-cascader-input__c4a01608::-moz-placeholder, .src-components-select-property-modal--select-property-modal-module__ant-input__ab84c2cb::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.src-components-select-property-modal--select-property-modal-module__ant-picker-input__b799ab5a>input::placeholder,.src-components-select-property-modal--select-property-modal-module__ant-input-number__ddc3faee::placeholder,.src-components-select-property-modal--select-property-modal-module__ant-input-number-input__d40a8f8a::placeholder,.src-components-select-property-modal--select-property-modal-module__ant-cascader-input__c4a01608::placeholder,.src-components-select-property-modal--select-property-modal-module__ant-input__ab84c2cb::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.src-components-select-property-modal--select-property-modal-module__ant-input-affix-wrapper__d53a8cce:not(.src-components-select-property-modal--select-property-modal-module__ant-input-affix-wrapper-disabled__be5f2fd3):hover,.src-components-select-property-modal--select-property-modal-module__ant-input-affix-wrapper-focused__ab76186c,.src-components-select-property-modal--select-property-modal-module__ant-cascader-picker__b44db8b4:focus .src-components-select-property-modal--select-property-modal-module__ant-cascader-input__c4a01608,.src-components-select-property-modal--select-property-modal-module__ant-cascader-picker-label__c5a36d62:hover+.src-components-select-property-modal--select-property-modal-module__ant-cascader-input__c4a01608:not(.src-components-select-property-modal--select-property-modal-module__ant-cascader-picker-disabled__ac5ec52c .src-components-select-property-modal--select-property-modal-module__ant-cascader-picker-label__c5a36d62:hover+.src-components-select-property-modal--select-property-modal-module__ant-cascader-input__c4a01608){border-color:var(--color-F4, #a0a0ac);box-shadow:none}.src-components-select-property-modal--select-property-modal-module__ant-cascader-picker-focused__d401b061,.src-components-select-property-modal--select-property-modal-module__ant-cascader-picker__b44db8b4:hover,.src-components-select-property-modal--select-property-modal-module__ant-picker-focused__ec589623,.src-components-select-property-modal--select-property-modal-module__ant-picker__d6093c91:hover{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.src-components-select-property-modal--select-property-modal-module__ant-input-number__ddc3faee{outline:none}.src-components-select-property-modal--select-property-modal-module__ant-input-number-focused__cbcd1ce3{border-color:var(--color-F4, #a0a0ac);box-shadow:none}:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023{color:var(--color-T2, #37374a)}:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023.src-components-select-property-modal--select-property-modal-module__ant-tabs-top__ca313a0f>.src-components-select-property-modal--select-property-modal-module__ant-tabs-nav__f3c50c70::before{border-bottom-color:var(--color-F2, #e9e9f0)}:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023 .src-components-select-property-modal--select-property-modal-module__ant-tabs-tab__fc538770.src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-active__b95d121c .src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-btn__d4041381{color:var(--color-T1, #f5222d);text-shadow:none}:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023 .src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-btn__d4041381:focus,:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023 .src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-remove__c472382b:focus,:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023 .src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-btn__d4041381:active,:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023 .src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-remove__c472382b:active,:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023 .src-components-select-property-modal--select-property-modal-module__ant-tabs-tab__fc538770:hover,:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023 .src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-btn__d4041381:focus:not(:focus-visible),.src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-btn__d4041381:focus,.src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-remove__c472382b:focus,.src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-btn__d4041381:active,.src-components-select-property-modal--select-property-modal-module__ant-tabs-tab-remove__c472382b:active,.src-components-select-property-modal--select-property-modal-module__ant-tabs-tab__fc538770:hover{color:inherit}:where(.src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023).src-components-select-property-modal--select-property-modal-module__ant-tabs__c356b023 .src-components-select-property-modal--select-property-modal-module__ant-tabs-ink-bar__b835cfe3,.src-components-select-property-modal--select-property-modal-module__ant-tabs-ink-bar__b835cfe3{height:3px;border-radius:2px;background:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-badge__d611b2b7,.src-components-select-property-modal--select-property-modal-module__ant-drawer-header__d5699a5a,.src-components-select-property-modal--select-property-modal-module__ant-drawer-title__a1a6c963,.src-components-select-property-modal--select-property-modal-module__ant-modal__ce34864e .src-components-select-property-modal--select-property-modal-module__ant-modal-footer__e2b4e808,.src-components-select-property-modal--select-property-modal-module__ant-modal__ce34864e .src-components-select-property-modal--select-property-modal-module__ant-modal-header__f9a3a159,.src-components-select-property-modal--select-property-modal-module__ant-modal-title__c56762f9,.src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74,.src-components-select-property-modal--select-property-modal-module__ant-select__dc5fcc51,.src-components-select-property-modal--select-property-modal-module__ant-form__e1c8ac0a,.src-components-select-property-modal--select-property-modal-module__ant-form-item__faed4a0e,.src-components-select-property-modal--select-property-modal-module__ant-radio-wrapper__aeba1fa6,.src-components-select-property-modal--select-property-modal-module__ant-checkbox-wrapper__d7848d0f,.src-components-select-property-modal--select-property-modal-module__ant-modal__ce34864e,.src-components-select-property-modal--select-property-modal-module__ant-picker__d6093c91,.src-components-select-property-modal--select-property-modal-module__ant-picker-input__b799ab5a>input,.src-components-select-property-modal--select-property-modal-module__ant-form-item-label__c9d10f2c>label{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.src-components-select-property-modal--select-property-modal-module__ant-drawer-header__d5699a5a{border-bottom-color:var(--color-F2, #e9e9f0)}.src-components-select-property-modal--select-property-modal-module__ant-modal-footer__e2b4e808 .src-components-select-property-modal--select-property-modal-module__ant-btn__d33d044e+.src-components-select-property-modal--select-property-modal-module__ant-btn__d33d044e{margin-bottom:0px;margin-left:8px}.src-components-select-property-modal--select-property-modal-module__ant-switch__f46a0093.src-components-select-property-modal--select-property-modal-module__ant-switch-checked__a164694e{background:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-switch__f46a0093:focus{box-shadow:none}.src-components-select-property-modal--select-property-modal-module__ant-badge-count__cf93fa17{background:var(--color-M1, #f5222d);box-shadow:none}.src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74{font-size:14px;line-height:20px}.src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74 .src-components-select-property-modal--select-property-modal-module__ant-table-thead__a75eafb9 th{color:var(--color-T5, #a0a0ac)}.src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74 .src-components-select-property-modal--select-property-modal-module__ant-table-thead__a75eafb9 th::before{display:none}.src-components-select-property-modal--select-property-modal-module__ant-table-filter-dropdown__d34137b6 .src-components-select-property-modal--select-property-modal-module__ant-radio-wrapper__aeba1fa6{line-height:0;vertical-align:text-top;color:var(--color-T2, #37374a)}.src-components-select-property-modal--select-property-modal-module__ant-table-filter-dropdown__d34137b6 .src-components-select-property-modal--select-property-modal-module__ant-dropdown-menu-title-content__d1c52dd4{line-height:1.5715}.src-components-select-property-modal--select-property-modal-module__ant-table-filter-dropdown__d34137b6 .src-components-select-property-modal--select-property-modal-module__ant-btn-primary__d15613aa{border-color:var(--color-M1, #f5222d);background-color:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-table-filter-dropdown__d34137b6 .src-components-select-property-modal--select-property-modal-module__ant-btn-link__dc71d63a{color:var(--color-T2, #37374a)}.src-components-select-property-modal--select-property-modal-module__ant-table-filter-dropdown__d34137b6 .src-components-select-property-modal--select-property-modal-module__ant-dropdown-menu-item-selected__f7e3f8e8,.src-components-select-property-modal--select-property-modal-module__ant-table-filter-dropdown__d34137b6 .src-components-select-property-modal--select-property-modal-module__ant-dropdown-menu-submenu-title-selected__b49b6b61{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.src-components-select-property-modal--select-property-modal-module__ant-select-focused__c823f5a1:not(.src-components-select-property-modal--select-property-modal-module__ant-select-disabled__e29c0204) .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f,.src-components-select-property-modal--select-property-modal-module__ant-select__dc5fcc51:not(.src-components-select-property-modal--select-property-modal-module__ant-select-disabled__e29c0204):hover .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f{border-color:var(--color-F4, #a0a0ac) !important;box-shadow:none !important}.src-components-select-property-modal--select-property-modal-module__ant-select-single__c00c5679:not(.src-components-select-property-modal--select-property-modal-module__ant-select-customize-input__addf841b) .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f{border-color:var(--color-F2, #e9e9f0)}.src-components-select-property-modal--select-property-modal-module__ant-select-single__c00c5679:not(.src-components-select-property-modal--select-property-modal-module__ant-select-customize-input__addf841b) .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f .src-components-select-property-modal--select-property-modal-module__ant-select-selection-search-input__ba2d1241{height:100%}.src-components-select-property-modal--select-property-modal-module__ant-select-single__c00c5679 .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f .src-components-select-property-modal--select-property-modal-module__ant-select-selection-item__b44696cc,.src-components-select-property-modal--select-property-modal-module__ant-select-single__c00c5679 .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f .src-components-select-property-modal--select-property-modal-module__ant-select-selection-placeholder__e6e03f38{display:inline-flex;align-items:center}.src-components-select-property-modal--select-property-modal-module__ant-select-item__e2b7a959,.src-components-select-property-modal--select-property-modal-module__ant-select-item-option-selected__bd772b36:not(.src-components-select-property-modal--select-property-modal-module__ant-select-item-option-disabled__ca480267){color:var(--color-T2, #37374a);font-size:inherit}.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1{color:var(--color-T2, #37374a)}.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-item__cd8e4deb a{color:inherit}.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 input,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 li{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 input:hover,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 input:focus,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 li:hover,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 li:focus{border-color:var(--color-F2, #e9e9f0);box-shadow:none}.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-item__cd8e4deb,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-prev__e7e89861 button,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-next__b4f14e3d button{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0);border-radius:4px}.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-item__cd8e4deb:not(.src-components-select-property-modal--select-property-modal-module__ant-pagination-item-active__e487e1b4):hover,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-prev__e7e89861 button:not(.src-components-select-property-modal--select-property-modal-module__ant-pagination-item-active__e487e1b4):hover,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-next__b4f14e3d button:not(.src-components-select-property-modal--select-property-modal-module__ant-pagination-item-active__e487e1b4):hover{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-item-active__e487e1b4,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-item-active__e487e1b4:hover,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-item-active__e487e1b4:focus{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-options__c9f1bc1e .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-options__c9f1bc1e .src-components-select-property-modal--select-property-modal-module__ant-select-focused__c823f5a1:not(.src-components-select-property-modal--select-property-modal-module__ant-select-disabled__e29c0204) .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f{border-color:var(--color-F2, #e9e9f0);border-radius:4px;box-shadow:none}.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-options__c9f1bc1e .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f:hover,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-options__c9f1bc1e .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f:focus,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-options__c9f1bc1e .src-components-select-property-modal--select-property-modal-module__ant-select-focused__c823f5a1:not(.src-components-select-property-modal--select-property-modal-module__ant-select-disabled__e29c0204) .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f:hover,.src-components-select-property-modal--select-property-modal-module__ant-pagination__c81eaba1 .src-components-select-property-modal--select-property-modal-module__ant-pagination-options__c9f1bc1e .src-components-select-property-modal--select-property-modal-module__ant-select-focused__c823f5a1:not(.src-components-select-property-modal--select-property-modal-module__ant-select-disabled__e29c0204) .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f:focus{border-color:var(--color-F2, #e9e9f0);border-radius:4px}.src-components-select-property-modal--select-property-modal-module__ant-breadcrumb__bb00addc a{color:inherit}.src-components-select-property-modal--select-property-modal-module__ant-breadcrumb__bb00addc a:hover{color:inherit}.src-components-select-property-modal--select-property-modal-module__ant-breadcrumb__bb00addc span:last-child{color:inherit}.src-components-select-property-modal--select-property-modal-module__ant-breadcrumb__bb00addc span:last-child a{color:inherit}.src-components-select-property-modal--select-property-modal-module__ant-breadcrumb-separator__c537529c{margin:0px}.src-components-select-property-modal--select-property-modal-module__ant-radio-wrapper__aeba1fa6{align-items:center}.src-components-select-property-modal--select-property-modal-module__ant-radio__b922543c{top:0px}span.src-components-select-property-modal--select-property-modal-module__ant-radio__b922543c+*{padding-left:12px;padding-right:0px}.src-components-select-property-modal--select-property-modal-module__ant-checkbox-inner__d7150183{border-color:var(--color-F4, #a0a0ac)}.src-components-select-property-modal--select-property-modal-module__ant-checkbox-indeterminate__d5018665 .src-components-select-property-modal--select-property-modal-module__ant-checkbox-inner__d7150183{border-color:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-checkbox-indeterminate__d5018665 .src-components-select-property-modal--select-property-modal-module__ant-checkbox-inner__d7150183::after{background:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-tree-checkbox-checked__fb28647a::after{border-color:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-tree-checkbox-checked__fb28647a .src-components-select-property-modal--select-property-modal-module__ant-tree-checkbox-inner__f83954f0{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-select-tree__c408b0f6{color:var(--color-T2, #37374a)}.src-components-select-property-modal--select-property-modal-module__ant-checkbox-checked__b9ee8bfe::after{border-color:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-checkbox-checked__b9ee8bfe .src-components-select-property-modal--select-property-modal-module__ant-checkbox-inner__d7150183{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-radio-inner__df003072{align-items:center;justify-content:center;border-color:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-radio-inner__df003072::after{position:absolute;top:3px;left:3px;right:3px;bottom:3px;width:auto;height:auto;margin:0px;border-radius:999px;background:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__ant-radio-checked__d6c7fd61 .src-components-select-property-modal--select-property-modal-module__ant-radio-inner__df003072::after{transform:scale(1)}.src-components-select-property-modal--select-property-modal-module__ant-tree-checkbox__c63bd945:hover .src-components-select-property-modal--select-property-modal-module__ant-tree-checkbox-inner__f83954f0,.src-components-select-property-modal--select-property-modal-module__ant-checkbox-wrapper__d7848d0f:hover .src-components-select-property-modal--select-property-modal-module__ant-checkbox-inner__d7150183,.src-components-select-property-modal--select-property-modal-module__ant-checkbox__f668fb2c:hover .src-components-select-property-modal--select-property-modal-module__ant-checkbox-inner__d7150183,.src-components-select-property-modal--select-property-modal-module__ant-checkbox-input__ed03801b:focus+.src-components-select-property-modal--select-property-modal-module__ant-checkbox-inner__d7150183,.src-components-select-property-modal--select-property-modal-module__ant-radio-checked__d6c7fd61::after,.src-components-select-property-modal--select-property-modal-module__ant-radio-checked__d6c7fd61 .src-components-select-property-modal--select-property-modal-module__ant-radio-inner__df003072,.src-components-select-property-modal--select-property-modal-module__ant-radio-wrapper__aeba1fa6:hover .src-components-select-property-modal--select-property-modal-module__ant-radio__b922543c,.src-components-select-property-modal--select-property-modal-module__ant-radio__b922543c:hover .src-components-select-property-modal--select-property-modal-module__ant-radio-inner__df003072,.src-components-select-property-modal--select-property-modal-module__ant-radio-input__a079f963:focus+.src-components-select-property-modal--select-property-modal-module__ant-radio-inner__df003072{border-color:var(--color-M1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__drawer__d3a48f29 .src-components-select-property-modal--select-property-modal-module__ant-drawer-header__d5699a5a,.src-components-select-property-modal--select-property-modal-module__flex-drawer__e2ab9cd3 .src-components-select-property-modal--select-property-modal-module__ant-drawer-header__d5699a5a{padding:24px 22px}.src-components-select-property-modal--select-property-modal-module__drawer__d3a48f29 .src-components-select-property-modal--select-property-modal-module__ant-drawer-title__a1a6c963,.src-components-select-property-modal--select-property-modal-module__flex-drawer__e2ab9cd3 .src-components-select-property-modal--select-property-modal-module__ant-drawer-title__a1a6c963{font-size:24px;line-height:33px}.src-components-select-property-modal--select-property-modal-module__ant-drawer-body__b78b1e1c{padding:0px 22px;line-height:1.5}.src-components-select-property-modal--select-property-modal-module__flex-drawer__e2ab9cd3 .src-components-select-property-modal--select-property-modal-module__ant-drawer-body__b78b1e1c{display:flex;flex-direction:column}.src-components-select-property-modal--select-property-modal-module__drawer-btn-row__ab5b615f{position:-webkit-sticky;position:sticky;top:100%;display:flex;justify-content:space-between;padding-bottom:50px}.src-components-select-property-modal--select-property-modal-module__flex-drawer__e2ab9cd3 .src-components-select-property-modal--select-property-modal-module__drawer-btn-row__ab5b615f{margin-top:auto}.src-components-select-property-modal--select-property-modal-module__drawer-btn-row__ab5b615f button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);font-size:14px;color:var(--color-T5, #a0a0ac)}.src-components-select-property-modal--select-property-modal-module__drawer-btn-row__ab5b615f button[data-submit]{background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);color:var(--color-T8, #ffffff)}.src-components-select-property-modal--select-property-modal-module__modal__fc2eb03c .src-components-select-property-modal--select-property-modal-module__ant-modal-content__b804a6a4{border-radius:10px}.src-components-select-property-modal--select-property-modal-module__modal__fc2eb03c .src-components-select-property-modal--select-property-modal-module__ant-modal-header__f9a3a159{padding:32px 32px 35px;border-radius:10px 10px 0px 0px;border-color:var(--color-F2, #e9e9f0)}.src-components-select-property-modal--select-property-modal-module__modal__fc2eb03c .src-components-select-property-modal--select-property-modal-module__ant-modal-title__c56762f9{font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.src-components-select-property-modal--select-property-modal-module__modal__fc2eb03c .src-components-select-property-modal--select-property-modal-module__ant-modal-body__a83fb6a6{padding:32px;font-size:14px;line-height:20px}.src-components-select-property-modal--select-property-modal-module__no-border-table__c39dbd96 .src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74 th,.src-components-select-property-modal--select-property-modal-module__no-border-table__c39dbd96 .src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74 td{border:none;background:none}.src-components-select-property-modal--select-property-modal-module__no-border-table__c39dbd96 .src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74 th:first-child,.src-components-select-property-modal--select-property-modal-module__no-border-table__c39dbd96 .src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74 td:first-child{padding-left:0px}.src-components-select-property-modal--select-property-modal-module__no-border-table__c39dbd96 .src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74 th:last-child,.src-components-select-property-modal--select-property-modal-module__no-border-table__c39dbd96 .src-components-select-property-modal--select-property-modal-module__ant-table__e13d1c74 td:last-child{padding-right:0px}.src-components-select-property-modal--select-property-modal-module__select__a69ef158{height:30px;background:var(--color-G3, #f0f0f5);border-radius:4px}.src-components-select-property-modal--select-property-modal-module__select__a69ef158 .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f{color:var(--color-T2, #37374a);box-shadow:none !important}.src-components-select-property-modal--select-property-modal-module__select__a69ef158:not(.src-components-select-property-modal--select-property-modal-module__ant-select-customize-input__addf841b) .src-components-select-property-modal--select-property-modal-module__ant-select-selector__a924d53f{border:none;background:none;height:100%;border-radius:inherit}.src-components-select-property-modal--select-property-modal-module__select__a69ef158 .src-components-select-property-modal--select-property-modal-module__ant-select-selection-placeholder__e6e03f38{color:var(--color-T5, #a0a0ac)}.src-components-select-property-modal--select-property-modal-module__select__a69ef158 .src-components-select-property-modal--select-property-modal-module__ant-select-clear__a13e1815{background:inherit}.src-components-select-property-modal--select-property-modal-module__select-dropdown__c8909b7a{background:var(--color-G3, #f0f0f5)}.src-components-select-property-modal--select-property-modal-module__label-input__bb02557e{height:30px;background:var(--color-G3, #f0f0f5);color:var(--color-T2, #37374a);border-radius:4px}.src-components-select-property-modal--select-property-modal-module__label-input__bb02557e .src-components-select-property-modal--select-property-modal-module__ant-input-group__b83798e6{height:inherit;font-size:inherit}.src-components-select-property-modal--select-property-modal-module__label-input__bb02557e .src-components-select-property-modal--select-property-modal-module__ant-input-group-addon__afed4eea{min-width:97px;height:inherit;padding:0px 16px;text-align:left;background:none;border:none;border-right:1px solid var(--color-F2, #e9e9f0);font-size:inherit;color:var(--color-T2, #37374a)}.src-components-select-property-modal--select-property-modal-module__label-input__bb02557e input{height:inherit;padding-left:23px;background:none !important;border:none;outline:none;font-size:inherit}.src-components-select-property-modal--select-property-modal-module__label-input__bb02557e input:focus{box-shadow:none}.src-components-select-property-modal--select-property-modal-module__login-title__d1240451{position:relative;margin:0px;font-size:24px;line-height:33px;color:var(--color-T2, #37374a)}.src-components-select-property-modal--select-property-modal-module__login-title__d1240451 .src-components-select-property-modal--select-property-modal-module__login-title-back__cd81cda0{position:absolute;left:-29px;top:50%;width:24px;height:24px;padding:4px;transform:translateY(-50%);cursor:pointer}.src-components-select-property-modal--select-property-modal-module__login-prompt__c929e8ea{margin:4px 0px 0px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.src-components-select-property-modal--select-property-modal-module__login-content__e46178d8{margin:0 auto}.src-components-select-property-modal--select-property-modal-module__login-content__e46178d8 a,.src-components-select-property-modal--select-property-modal-module__login-content__e46178d8 [role=link]{color:var(--color-T1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__login-content__e46178d8 .src-components-select-property-modal--select-property-modal-module__color-T1__e1f6f171{color:var(--color-T1, #f5222d)}.src-components-select-property-modal--select-property-modal-module__login-content__e46178d8 .src-components-select-property-modal--select-property-modal-module__cursor-p__ec860b77{cursor:pointer}:focus-visible{outline:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;color:var(--color-T2, #37374a)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}b{font-weight:500}h1,h2,h3,h4,h5,h6,p{margin:0px;color:var(--color-T2, #37374a)}input{border-color:var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a)}input:hover,input:focus{border-color:var(--color-F4, #a0a0ac)}input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}button{padding:0px;border:none;background:none;cursor:pointer}button:disabled{cursor:not-allowed}button[data-m1]{height:32px;padding:0px 32px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}#src-components-select-property-modal--select-property-modal-module__root__e0757342{height:100%}.src-components-select-property-modal--select-property-modal-module__input__ddcab052{height:30px;background:var(--color-G3, #f0f0f5);border:none;padding-left:16px;border-radius:4px;color:var(--color-T2, #37374a)}.src-components-select-property-modal--select-property-modal-module__input__ddcab052:-moz-read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.src-components-select-property-modal--select-property-modal-module__input__ddcab052:disabled,.src-components-select-property-modal--select-property-modal-module__input__ddcab052:read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.src-components-select-property-modal--select-property-modal-module__no-wrap__dd1d6b4a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.src-components-select-property-modal--select-property-modal-module__float-container__c3f22de2::before,.src-components-select-property-modal--select-property-modal-module__float-container__c3f22de2::after{display:block;content:"";clear:both}.src-components-select-property-modal--select-property-modal-module__submitAndCancelRow__e1565961{font-size:14px}.src-components-select-property-modal--select-property-modal-module__submitAndCancelRow__e1565961 button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);color:var(--color-T5, #a0a0ac)}.src-components-select-property-modal--select-property-modal-module__submitAndCancelRow__e1565961 button+button{margin-left:24px}.src-components-select-property-modal--select-property-modal-module__submitAndCancelRow__e1565961 button[type=submit]{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a)}.src-components-select-property-modal--select-property-modal-module__submitAndCancelRow__e1565961 button:disabled{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);opacity:.3}.src-components-select-property-modal--select-property-modal-module__dropdownMenu__ee2c4fef{width:200px;margin-top:3px;padding:4px 6px 5px 4px;background-color:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06) !important;border-radius:4px;border:none}.src-components-select-property-modal--select-property-modal-module__dropdownMenu__ee2c4fef .ant-dropdown-menu-item,.src-components-select-property-modal--select-property-modal-module__dropdownMenu__ee2c4fef .ant-menu-item{height:30px;margin:0px;padding:0px 12px;border-radius:4px;text-align:left;line-height:30px;color:var(--color-T2, #37374a)}.src-components-select-property-modal--select-property-modal-module__dropdownMenu__ee2c4fef .ant-dropdown-menu-item:not(:last-child),.src-components-select-property-modal--select-property-modal-module__dropdownMenu__ee2c4fef .ant-menu-item:not(:last-child){margin-bottom:4px}.src-components-select-property-modal--select-property-modal-module__dropdownMenu__ee2c4fef .ant-dropdown-menu-item a:hover,.src-components-select-property-modal--select-property-modal-module__dropdownMenu__ee2c4fef .ant-dropdown-menu-item:hover,.src-components-select-property-modal--select-property-modal-module__dropdownMenu__ee2c4fef .ant-menu-item a:hover,.src-components-select-property-modal--select-property-modal-module__dropdownMenu__ee2c4fef .ant-menu-item:hover{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.src-components-select-property-modal--select-property-modal-module__modalWrap__d83ef671 .ant-modal-body{height:378px;display:block}.src-components-select-property-modal--select-property-modal-module__topInput__bb6473ff{height:29px}.src-components-select-property-modal--select-property-modal-module__topInput__bb6473ff .ant-input{border-radius:4px;background:none;border:1px solid var(--color-F2, #e9e9f0);width:229px;height:29px}.src-components-select-property-modal--select-property-modal-module__List__f12c9828{height:100%;overflow-y:auto}.src-components-select-property-modal--select-property-modal-module__List__f12c9828 .src-components-select-property-modal--select-property-modal-module__item__af0f33a9{display:flex;align-items:center;justify-content:space-between;background-color:var(--color-G7, #fdfafa);border-radius:4px;padding:14px;margin:10px 0;cursor:pointer;border:1px solid var(--color-G7, #fdfafa);transition:all .3s}.src-components-select-property-modal--select-property-modal-module__List__f12c9828 .src-components-select-property-modal--select-property-modal-module__item__af0f33a9 .src-components-select-property-modal--select-property-modal-module__left__a4cd3db1{display:flex;align-items:center}.src-components-select-property-modal--select-property-modal-module__List__f12c9828 .src-components-select-property-modal--select-property-modal-module__item__af0f33a9 .src-components-select-property-modal--select-property-modal-module__left__a4cd3db1 img{width:34px;height:34px;-webkit-user-select:none;-moz-user-select:none;user-select:none;object-fit:cover;margin-right:10px;border-radius:50%}.src-components-select-property-modal--select-property-modal-module__List__f12c9828 .src-components-select-property-modal--select-property-modal-module__item__af0f33a9 .src-components-select-property-modal--select-property-modal-module__left__a4cd3db1>div>p:first-child{font-weight:600;color:var(--color-T2, #37374a)}.src-components-select-property-modal--select-property-modal-module__List__f12c9828 .src-components-select-property-modal--select-property-modal-module__item__af0f33a9 .src-components-select-property-modal--select-property-modal-module__left__a4cd3db1>div>p:first-child>span{color:#f5222d}.src-components-select-property-modal--select-property-modal-module__List__f12c9828 .src-components-select-property-modal--select-property-modal-module__item__af0f33a9 .src-components-select-property-modal--select-property-modal-module__left__a4cd3db1>div>p:last-child{font-size:12px;color:var(--color-T5, #a0a0ac)}.src-components-select-property-modal--select-property-modal-module__List__f12c9828 .src-components-select-property-modal--select-property-modal-module__active__e165a99d{border:1px solid var(--color-F6, #f5222d)}.src-components-select-property-modal--select-property-modal-module__List__f12c9828 .src-components-select-property-modal--select-property-modal-module__loading__da1e0266{height:100%}.src-components-select-property-modal--select-property-modal-module__List__f12c9828 .src-components-select-property-modal--select-property-modal-module__loading__da1e0266 .ant-spin-container{height:100%}
.src-business-org-home-department--department-module__cursor__b8c7dc92{cursor:pointer}.src-business-org-home-department--department-module__org-home-page__dc62dd06{display:flex;flex-direction:column;padding-bottom:0px !important}.src-business-org-home-department--department-module__org-home-page__dc62dd06>div{flex:0 0 auto}.src-business-org-home-department--department-module__org-home-content-body__b4847876{display:flex;margin-top:19px}.src-business-org-home-department--department-module__org-home-page__dc62dd06>.src-business-org-home-department--department-module__org-home-content-body__b4847876{flex-grow:1}.src-business-org-home-department--department-module__org-home-sub-tenant__c4a99587{flex:0 0 auto;width:270px;padding-right:41px;border-right:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-department--department-module__org-home-sub-tenant__c4a99587 .src-business-org-home-department--department-module__input__cc385b9e{background:none;border:1px solid var(--color-F2, #e9e9f0);font-size:12px}.src-business-org-home-department--department-module__org-home-tenant-info__d24b6a9c{display:flex;align-items:center;margin-top:22px}.src-business-org-home-department--department-module__org-home-tenant-info__d24b6a9c img{width:26px;height:26px;margin-right:10px;border-radius:4px}.src-business-org-home-department--department-module__org-home-tenant-info__d24b6a9c>span{flex:1 1}.src-business-org-home-department--department-module__add-sub-btn__d0b2d0a3{margin-left:16px;font-size:12px;line-height:17px;color:var(--color-T1, #f5222d)}.src-business-org-home-department--department-module__add-sub-btn__d0b2d0a3 svg{width:8px;height:8px;margin-right:5px;fill:var(--color-T1, #f5222d)}.src-business-org-home-department--department-module__org-home-tree__b9de574d{color:var(--color-T2, #37374a)}.src-business-org-home-department--department-module__org-home-tree__b9de574d .src-business-org-home-department--department-module__anticon__daa9795e{color:var(--color-T5, #a0a0ac)}.src-business-org-home-department--department-module__org-home-tree__b9de574d .src-business-org-home-department--department-module__ant-tree-switcher__b00837eb{display:flex;align-items:center;justify-content:center}.src-business-org-home-department--department-module__org-home-tree__b9de574d .src-business-org-home-department--department-module__ant-tree-node-content-wrapper__e128c95f{padding:6px 10px 4px;line-height:1;border-radius:4px}.src-business-org-home-department--department-module__org-home-tree__b9de574d .src-business-org-home-department--department-module__ant-tree-title__cde9e8d1{line-height:20px}.src-business-org-home-department--department-module__org-home-tree__b9de574d .src-business-org-home-department--department-module__ant-tree-node-content-wrapper__e128c95f.src-business-org-home-department--department-module__ant-tree-node-selected__cf866c33{background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);color:var(--color-T1, #f5222d)}.src-business-org-home-department--department-module__table-filter-icon__f3c6f04b{width:16px;height:16px;fill:var(--color-T5, #a0a0ac)}.src-business-org-home-department--department-module__active__d5feb2e2>.src-business-org-home-department--department-module__table-filter-icon__f3c6f04b{fill:var(--color-T1, #f5222d)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-G1, #ffffff);border-radius:2px}::-webkit-scrollbar-thumb{background:var(--color-G3, #f0f0f5);border-radius:8px}.src-business-org-home-department--department-module__detail__d59a847c{flex:1 1 auto;padding-left:40px}.src-business-org-home-department--department-module__bread__c69be968{margin-top:22px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-department--department-module__bread__c69be968>span{margin:0px 4px}.src-business-org-home-department--department-module__bread__c69be968 span+button:last-child{color:var(--color-T2, #37374a)}.src-business-org-home-department--department-module__tenantTypeList__f9c7065b button{display:flex;align-items:center;justify-content:space-between;width:100%;height:30px;margin-top:10px;padding:0px 12px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-department--department-module__tenantTypeList__f9c7065b .anticon{font-size:10px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-department--department-module__subTenant__edc85bc3,.src-business-org-home-department--department-module__department__cd5e8057{padding-top:8px}.src-business-org-home-department--department-module__overview__ea23c74f{padding-bottom:30px;border-bottom:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-department--department-module__overview__ea23c74f h2{display:flex;align-items:center;font-size:20px;line-height:1.4}.src-business-org-home-department--department-module__overview__ea23c74f .src-business-org-home-department--department-module__mgrBtn__f3b98474{margin-left:30px;vertical-align:middle;font-size:14px;color:var(--color-T1, #f5222d)}.src-business-org-home-department--department-module__overview__ea23c74f .src-business-org-home-department--department-module__mgrBtn__f3b98474 svg{width:16px;height:14px;margin-right:3px;vertical-align:middle;fill:var(--color-T1, #f5222d)}.src-business-org-home-department--department-module__overview__ea23c74f .src-business-org-home-department--department-module__info__c8bd62ad{margin-top:16px;font-size:14px;line-height:20px}.src-business-org-home-department--department-module__overview__ea23c74f .src-business-org-home-department--department-module__info__c8bd62ad i{display:inline-block;width:0px;height:15px;margin:0px 20px;vertical-align:middle;border-left:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-department--department-module__overview__ea23c74f .src-business-org-home-department--department-module__roleList__cafe5df0{margin:2px -10px 0px 0px}.src-business-org-home-department--department-module__overview__ea23c74f .src-business-org-home-department--department-module__roleList__cafe5df0>span{margin:10px 10px 0px 0px}.src-business-org-home-department--department-module__overview__ea23c74f .src-business-org-home-department--department-module__roleList__cafe5df0 svg{width:11px;height:10px;margin-right:5px;vertical-align:middle;fill:var(--color-T2, #37374a)}.src-business-org-home-department--department-module__overview__ea23c74f .src-business-org-home-department--department-module__roleList__cafe5df0 svg+span{font-size:12px}.src-business-org-home-department--department-module__overview__ea23c74f .src-business-org-home-department--department-module__roleList__cafe5df0>span+span{display:inline-block;height:21px;padding:0px 8px 0px 9px;border-radius:11px;background:var(--color-G5, #f7f7fa)}.src-business-org-home-department--department-module__department__cd5e8057{width:385px;padding-top:19px}.src-business-org-home-department--department-module__department__cd5e8057 .src-business-org-home-department--department-module__promptTitle__d3038aff{display:flex;justify-content:space-between;margin-bottom:10px;padding-right:4px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-department--department-module__department__cd5e8057 .src-business-org-home-department--department-module__treeNode__cfd0884f{display:flex;align-items:center;justify-content:space-between;cursor:default}.src-business-org-home-department--department-module__department__cd5e8057 .src-business-org-home-department--department-module__departmentName__ec6c2226{flex:1 1}.src-business-org-home-department--department-module__department__cd5e8057 button{margin-left:2em;color:var(--color-T1, #f5222d)}.src-business-org-home-department--department-module__department__cd5e8057 .ant-tree-node-content-wrapper{padding:5px 4px 5px 5px}
.src-business-org-home--org-home-module__OrgHome__b6740e67{padding:50px 40px;font-size:14px;width:100%}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__header__d2618b83{margin-left:16px;display:flex;align-items:center}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__header__d2618b83 img{width:44px;height:44px;border-radius:50%;margin-right:20px}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__header__d2618b83 .src-business-org-home--org-home-module__name__d3da0a28{font-size:24px;font-weight:600}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__header__d2618b83 .src-business-org-home--org-home-module__orgWrap__d10480f7{display:flex;font-size:12px}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__header__d2618b83 .src-business-org-home--org-home-module__orgWrap__d10480f7 .src-business-org-home--org-home-module__supOrg__ff174180{border-right:1px solid var(--color-F2, #e9e9f0);padding-right:10px}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__header__d2618b83 .src-business-org-home--org-home-module__orgWrap__d10480f7>div{margin-right:10px}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__header__d2618b83 .src-business-org-home--org-home-module__orgWrap__d10480f7>div svg{margin-right:4px}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__header__d2618b83 .src-business-org-home--org-home-module__orgWrap__d10480f7 .src-business-org-home--org-home-module__belongs__fd5d43de{max-width:400px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__person__ddb7e5e2{border-radius:8px;margin:28px 0 58px 16px;box-shadow:0px 4px 14px 2px rgba(15,18,33,.06)}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__center__d0db9dc4{display:flex;justify-content:space-around;flex-wrap:wrap;padding:47px 60px}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__center__d0db9dc4>div{min-width:300px;border-radius:2px;text-align:center;position:relative;padding:37px 0;margin-bottom:10px}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__center__d0db9dc4>div .src-business-org-home--org-home-module__triangle__abb4c672{position:absolute;top:2px;left:2px;width:0;height:0;border-top:18px solid var(--color-F6, #f5222d);border-right:18px solid rgba(0,0,0,0)}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__center__d0db9dc4>div .src-business-org-home--org-home-module__num__e5c8aff7{font-weight:600;font-size:24px}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__center__d0db9dc4>div:first-child{border:1px solid var(--color-F6, #f5222d);border-bottom:4px solid var(--color-F6, #f5222d);color:var(--color-F6, #f5222d);background:var(--color-F12, #fef6f6)}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__center__d0db9dc4>div:nth-child(2){border:1px solid var(--color-T12, #0659fb);border-bottom:4px solid var(--color-T12, #0659fb);color:var(--color-T12, #0659fb);background:var(--color-F13, #f5f8fe)}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__center__d0db9dc4>div:nth-child(2) .src-business-org-home--org-home-module__triangle__abb4c672{border-top:18px solid var(--color-T12, #0659fb)}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__center__d0db9dc4>div:last-child{border:1px solid var(--color-T13, #0bb13a);border-bottom:4px solid var(--color-T13, #0bb13a);color:var(--color-T13, #0bb13a);background:var(--color-F14, #f6faf6)}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__center__d0db9dc4>div:last-child .src-business-org-home--org-home-module__triangle__abb4c672{border-top:18px solid var(--color-T13, #0bb13a)}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__operation__cccb9cf8{display:flex;flex-wrap:wrap}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__operation__cccb9cf8>a{margin-right:63px;text-align:center;font-weight:600;color:var(--color-T2, #37374a);cursor:pointer}.src-business-org-home--org-home-module__OrgHome__b6740e67 .src-business-org-home--org-home-module__operation__cccb9cf8>a>div{margin-top:-10px}.src-business-org-home--org-home-module__Setting__a312330d{padding:0px 0px 0px 56px;width:100%;margin-top:24px}.src-business-org-home--org-home-module__Setting__a312330d .src-business-org-home--org-home-module__content__bce8dc33{display:flex;height:calc(100vh - 150px)}.src-business-org-home--org-home-module__Setting__a312330d .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__menu__a474b93b{flex:0 0 201px;background:var(--color-G1, #ffffff);border-right:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home--org-home-module__Setting__a312330d .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__menu__a474b93b>div:nth-child(1){background-color:rgba(0,0,0,0)}.src-business-org-home--org-home-module__Setting__a312330d .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__menu__a474b93b .ant-menu-title-content{color:var(--color-T2, #37374a)}.src-business-org-home--org-home-module__Setting__a312330d .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__menu__a474b93b .ant-menu-item-selected{font-weight:600 !important}.src-business-org-home--org-home-module__Setting__a312330d .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__menu__a474b93b .ant-menu-item-selected{background:var(--color-G3, #f0f0f5) !important}.src-business-org-home--org-home-module__Setting__a312330d .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__menu__a474b93b .ant-menu-item{height:36px !important;margin-bottom:10px !important}.src-business-org-home--org-home-module__Setting__a312330d .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__menu__a474b93b .ant-menu-root{margin-top:-52px}.src-business-org-home--org-home-module__Setting__a312330d .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__settingWrap__d0e294fb{padding:24px 0px 0 39px;width:100%;height:100%;overflow-y:scroll}.src-business-org-home--org-home-module__btns__a5c5ae5d button{width:160px;height:36px;border-radius:4px}.src-business-org-home--org-home-module__btns__a5c5ae5d .src-business-org-home--org-home-module__savaBtn__e4f7a6cb{background:var(--color-M1, #f5222d);opacity:1;color:var(--color-T8, #ffffff);margin-right:20px}.src-business-org-home--org-home-module__btns__a5c5ae5d .src-business-org-home--org-home-module__savaBtnDisable__ff56f6e9{opacity:.3}.src-business-org-home--org-home-module__btns__a5c5ae5d .src-business-org-home--org-home-module__backBtn__e0a76f63{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home--org-home-module__basicData__d3fba76b .src-business-org-home--org-home-module__width466__eab011db{width:466px}.src-business-org-home--org-home-module__basicData__d3fba76b .ant-input,.src-business-org-home--org-home-module__basicData__d3fba76b .ant-select-selector{border-radius:6px}.src-business-org-home--org-home-module__IntroDataForm__d3af2dfa .ant-form-item-required::before,.src-business-org-home--org-home-module__basicData__d3fba76b .ant-form-item-required::before{display:none !important}.src-business-org-home--org-home-module__IntroDataForm__d3af2dfa .ant-form-item-required::after,.src-business-org-home--org-home-module__basicData__d3fba76b .ant-form-item-required::after{display:inline-block !important;margin-right:4px !important;color:#ff4d4f !important;font-size:14px !important;line-height:1 !important;content:"*" !important}.src-business-org-home--org-home-module__OrgSetting__ac44c1f9 .src-business-org-home--org-home-module__AuthData__f92ae5d1 .src-business-org-home--org-home-module__title__bce6fc71{font-weight:600}.src-business-org-home--org-home-module__OrgSetting__ac44c1f9 .src-business-org-home--org-home-module__AuthData__f92ae5d1 .src-business-org-home--org-home-module__tip__b1960c4a{font-size:12px;margin:10px 0}.src-business-org-home--org-home-module__OrgSetting__ac44c1f9 .src-business-org-home--org-home-module__AuthData__f92ae5d1 .src-business-org-home--org-home-module__tip__b1960c4a>div img{width:80px;height:80px;border-radius:4px;margin:9px 11px 0 0;cursor:pointer}.src-business-org-home--org-home-module__OrgSetting__ac44c1f9 .src-business-org-home--org-home-module__AuthData__f92ae5d1 .src-business-org-home--org-home-module__input__fec7dedc{margin-top:9px;border:1px solid var(--color-F2, #e9e9f0);width:413px}.src-business-org-home--org-home-module__Relation__cdd0ca33 .src-business-org-home--org-home-module__SupOrg__e24c299d .src-business-org-home--org-home-module__TDSSelect__cc7e7c6e{width:400px;margin-top:20px}.src-business-org-home--org-home-module__tenantType__e2b7df4c .src-business-org-home--org-home-module__select__f137d4d8{width:227px}.src-business-org-home--org-home-module__select__f137d4d8 input,.src-business-org-home--org-home-module__select__f137d4d8 .ant-select-selector{border-radius:4px !important}.src-business-org-home--org-home-module__select__f137d4d8 input::-moz-placeholder{color:var(--color-T5, #a0a0ac)}.src-business-org-home--org-home-module__select__f137d4d8 .ant-select-selection-placeholder,.src-business-org-home--org-home-module__select__f137d4d8 input::placeholder{color:var(--color-T5, #a0a0ac)}.src-business-org-home--org-home-module__AdminSetting__cf1bb6f0 .src-business-org-home--org-home-module__LeadingPerson__c41825b8 .src-business-org-home--org-home-module__title__bce6fc71{margin-bottom:20px}.src-business-org-home--org-home-module__AdminSetting__cf1bb6f0 .src-business-org-home--org-home-module__LeadingPerson__c41825b8 .src-business-org-home--org-home-module__personWrap__eae51f83{display:flex}.src-business-org-home--org-home-module__AdminSetting__cf1bb6f0 .src-business-org-home--org-home-module__LeadingPerson__c41825b8 .src-business-org-home--org-home-module__personWrap__eae51f83 .src-business-org-home--org-home-module__person__ddb7e5e2{min-width:99px;height:32px;background:var(--color-G5, #f7f7fa);border-radius:16px;padding-right:10px}.src-business-org-home--org-home-module__AdminSetting__cf1bb6f0 .src-business-org-home--org-home-module__LeadingPerson__c41825b8 .src-business-org-home--org-home-module__personWrap__eae51f83 .src-business-org-home--org-home-module__person__ddb7e5e2 img{width:32px;height:32px;border-radius:50%;margin-right:10px}.src-business-org-home--org-home-module__AdminSetting__cf1bb6f0 .src-business-org-home--org-home-module__LeadingPerson__c41825b8 .src-business-org-home--org-home-module__changeWrap__a0bdf2ca{width:32px;height:32px;border-radius:50%;border:1px solid var(--color-F2, #e9e9f0);display:flex;align-items:center;margin-left:10px;cursor:pointer;display:flex;justify-content:center}.src-business-org-home--org-home-module__AdminSetting__cf1bb6f0 .src-business-org-home--org-home-module__LeadingPerson__c41825b8 .src-business-org-home--org-home-module__changeWrap__a0bdf2ca svg{width:18px;height:100%}.src-business-org-home--org-home-module__addBtn__f3e5c24c{width:108px;height:33px;background:var(--color-M1, #f5222d);border-radius:4px;color:var(--color-T8, #ffffff)}.src-business-org-home--org-home-module__addBtn__f3e5c24c svg{width:8px;height:8px}.src-business-org-home--org-home-module__addAdminModal__ef45985f .src-business-org-home--org-home-module__bottom__ae5c1864,.src-business-org-home--org-home-module__AgreeRuleModal__fafb0cc8 .src-business-org-home--org-home-module__bottom__ae5c1864{display:flex;justify-content:center}.src-business-org-home--org-home-module__addAdminModal__ef45985f .src-business-org-home--org-home-module__bottom__ae5c1864>button,.src-business-org-home--org-home-module__AgreeRuleModal__fafb0cc8 .src-business-org-home--org-home-module__bottom__ae5c1864>button{width:94px;height:32px;border-radius:4px}.src-business-org-home--org-home-module__addAdminModal__ef45985f .src-business-org-home--org-home-module__bottom__ae5c1864 :first-child,.src-business-org-home--org-home-module__AgreeRuleModal__fafb0cc8 .src-business-org-home--org-home-module__bottom__ae5c1864 :first-child{border:1px solid var(--color-F2, #e9e9f0);margin-right:12px}.src-business-org-home--org-home-module__addAdminModal__ef45985f .src-business-org-home--org-home-module__bottom__ae5c1864 :last-child,.src-business-org-home--org-home-module__AgreeRuleModal__fafb0cc8 .src-business-org-home--org-home-module__bottom__ae5c1864 :last-child{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.src-business-org-home--org-home-module__selectBtn__d933753a{height:30px;padding:0 10px;background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);border-radius:4px;color:var(--color-F6, #f5222d);display:flex;align-items:center;justify-content:center}.src-business-org-home--org-home-module__selectBtn__d933753a svg{width:16px;height:16px;margin-right:6px}.src-business-org-home--org-home-module__SelectRole__a142b809 .src-business-org-home--org-home-module__allRole__c7238b7f{display:flex;flex-wrap:wrap;margin-top:10px}.src-business-org-home--org-home-module__SelectRole__a142b809 .src-business-org-home--org-home-module__allRole__c7238b7f .src-business-org-home--org-home-module__option__c03f75c8{margin:0 10px 10px 0;padding-left:10px;height:30px;border-radius:4px;border:1px solid #e9e9f0;display:flex;align-items:center;font-weight:600}.src-business-org-home--org-home-module__SelectRole__a142b809 .src-business-org-home--org-home-module__allRole__c7238b7f .src-business-org-home--org-home-module__option__c03f75c8 svg{width:10px;height:10px;cursor:pointer;margin-right:4px}.src-business-org-home--org-home-module__SelectRole__a142b809 .src-business-org-home--org-home-module__allRole__c7238b7f .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__optionIcon__c6eaf539{margin-left:-10px;font-size:20px;transform:scale(0.5);font-weight:normal;background:rgba(var(--color-T14-rgb, 255, 90, 46), 0.1);color:var(--color-T14, #ff5a2e);border-radius:2px;padding:0px 4px}.src-business-org-home--org-home-module__SelectRole__a142b809 .src-business-org-home--org-home-module__allRole__c7238b7f .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__optionName__f34837e6{flex:1 1}.src-business-org-home--org-home-module__AgreeRuleModal__fafb0cc8{scrollbar-width:none}.src-business-org-home--org-home-module__AgreeRuleModal__fafb0cc8 .src-business-org-home--org-home-module__main__e6e3d1e0{height:500px;overflow-y:scroll}.src-business-org-home--org-home-module__AgreeRuleModal__fafb0cc8 ::-webkit-scrollbar{display:none}.src-business-org-home--org-home-module__AgreeRuleModal__fafb0cc8 ::-moz-scrollbar{display:none}.src-business-org-home--org-home-module__OrgGroup__e7bc1946{height:100%}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__notYet__d322b4a8{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;margin-top:100px}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__notYet__d322b4a8 div{text-align:center}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__notYet__d322b4a8 div>div{margin:13px 0 30px}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__notYet__d322b4a8 div img{width:200px}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__notYet__d322b4a8 div button{width:160px;height:36px;border-radius:4px;background:var(--color-M1, #f5222d);opacity:1;color:var(--color-T8, #ffffff)}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3{width:496px}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__nameWrap__bac484ff{display:flex;justify-content:space-between;align-items:center;background:var(--color-F2, #e9e9f0);height:50px;border-radius:8px 8px 0px 0px;border-left:4px solid var(--color-M1, #f5222d);padding:0 20px;position:relative}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__nameWrap__bac484ff .src-business-org-home--org-home-module__name__d3da0a28{font-weight:600}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__nameWrap__bac484ff .src-business-org-home--org-home-module__operation__cccb9cf8{font-size:12px;display:flex;color:#f5222d}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__nameWrap__bac484ff .src-business-org-home--org-home-module__operation__cccb9cf8 svg{margin-right:3px}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__nameWrap__bac484ff .src-business-org-home--org-home-module__operation__cccb9cf8>div:first-child{margin-right:20px}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__nameWrap__bac484ff .src-business-org-home--org-home-module__operation__cccb9cf8>div{cursor:pointer;display:flex;align-items:center}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__nameWrap__bac484ff .src-business-org-home--org-home-module__tips__bdada71a{position:absolute;right:-30px;cursor:pointer}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__infoWrap__b3f0950e{display:flex;justify-content:space-between;align-items:center;padding:0 20px 0 24px;height:72px;border-radius:0 0 8px 8px;border:1px solid var(--color-F2, #e9e9f0);font-size:12px}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__infoWrap__b3f0950e .src-business-org-home--org-home-module__left__a244744a{display:flex;align-items:center}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__infoWrap__b3f0950e .src-business-org-home--org-home-module__left__a244744a img{width:32px;height:32px;border-radius:50%;margin-right:14px}.src-business-org-home--org-home-module__OrgGroup__e7bc1946 .src-business-org-home--org-home-module__wrap__a3bcccd3 .src-business-org-home--org-home-module__infoWrap__b3f0950e .src-business-org-home--org-home-module__left__a244744a .src-business-org-home--org-home-module__groupLeader__dab7b06a{background:rgba(var(--color-T12-rgb, 6, 89, 251), 0.09);color:var(--color-T12, #0659fb);margin-left:10px;padding:0 2px;border-radius:1px}.src-business-org-home--org-home-module__Person__b646e889 .src-business-org-home--org-home-module__OrgHome__b6740e67{padding:0}.src-business-org-home--org-home-module__Person__b646e889 .src-business-org-home--org-home-module__center__d0db9dc4{justify-content:start;padding:22px 0}.src-business-org-home--org-home-module__Person__b646e889 .src-business-org-home--org-home-module__center__d0db9dc4>div{margin-right:20px;width:300px}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__header__d2618b83{width:100%;border-bottom:2px solid var(--color-F2, #e9e9f0);padding-bottom:30px}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__header__d2618b83 .src-business-org-home--org-home-module__wrap__a3bcccd3>div{text-align:center;margin:10px 0;color:var(--color-T5, #a0a0ac);font-size:12}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__main__e6e3d1e0{padding-top:30px}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__main__e6e3d1e0 .src-business-org-home--org-home-module__top__ff326bc9>div:first-child{font-size:16px;font-weight:600;display:flex;display:flex;align-items:center}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__main__e6e3d1e0 .src-business-org-home--org-home-module__top__ff326bc9>div:first-child>div{margin-left:16px;cursor:pointer}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__main__e6e3d1e0 .src-business-org-home--org-home-module__top__ff326bc9>div:last-child{font-size:12px;color:var(--color-T5, #a0a0ac)}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d{margin-top:20px;display:flex;flex-wrap:wrap}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8{display:flex;background:var(--color-G3, #f0f0f5);justify-content:space-between;width:380px;height:113px;border-radius:4px;padding:16px 8px 16px 16px;position:relative;margin:0 10px 10px 0}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__postImg__f817daa7{width:54px;height:81px;border-radius:2px;margin-right:12px}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__extendWrap__cdb3ef54 .src-business-org-home--org-home-module__extendIcon__b3e3b8fd svg{width:24px;height:24px}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__extendWrap__cdb3ef54 .src-business-org-home--org-home-module__extend__f18056bf{display:none;position:absolute;top:39px;right:-10px;width:44px;height:96px;background:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06);border-radius:4px;text-align:center;line-height:48px;z-index:10}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__extendWrap__cdb3ef54 .src-business-org-home--org-home-module__extend__f18056bf>div{cursor:pointer}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__extendWrap__cdb3ef54 .src-business-org-home--org-home-module__extendAction__aa63a743{display:block}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__date__d0ae9677{flex:1 1}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__date__d0ae9677>div:first-child{color:var(--color-T5, #a0a0ac);font-size:12px}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__date__d0ae9677>div:last-child{font-weight:600}.src-business-org-home--org-home-module__StartImg__a25b2451 .src-business-org-home--org-home-module__options__c40b664d .src-business-org-home--org-home-module__option__c03f75c8 .src-business-org-home--org-home-module__expired__acede4a2{position:absolute;right:0;bottom:0}.src-business-org-home--org-home-module__StartImgEditorForm__c0244918 .ant-form-item-required::before{order:1}.src-business-org-home--org-home-module__StartImgEditorForm__c0244918 .ant-form-item-required::after{order:2}.src-business-org-home--org-home-module__StartImgEditorForm__c0244918 .src-business-org-home--org-home-module__StartImgPicker__bd1c3d98 .src-business-org-home--org-home-module__notice__a6d8c294{width:200px}.src-business-org-home--org-home-module__StartImgEditorForm__c0244918 .ant-picker-range{width:466px;border-radius:6px}.src-business-org-home--org-home-module__StartImgEditorForm__c0244918 .ant-input{border-radius:6px}.src-business-org-home--org-home-module__StartImgEditorForm__c0244918 .src-business-org-home--org-home-module__AgreeRule__ba57dfc5 .src-business-org-home--org-home-module__notice__a6d8c294{font-size:12px;color:var(--color-T1, #f5222d);cursor:pointer;margin-left:6px}.src-business-org-home--org-home-module__logoPicker__cfd1b24e{display:flex;width:466px;padding:14px;border-radius:6px;background:var(--color-G3, #f0f0f5);font-size:12px;color:var(--color-T5, #a0a0ac);cursor:pointer}.src-business-org-home--org-home-module__logoPicker__cfd1b24e label{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:80px;margin-right:15px;border-radius:4px;background:var(--color-G1, #ffffff);border:1px dashed var(--color-F2, #e9e9f0);cursor:pointer}.src-business-org-home--org-home-module__logoPicker__cfd1b24e label.src-business-org-home--org-home-module__noBorder__a0043159{border:none}.src-business-org-home--org-home-module__logoPicker__cfd1b24e label .anticon{margin-bottom:6px;font-size:16px}.src-business-org-home--org-home-module__logoPicker__cfd1b24e label>span{font-size:10px;color:var(--color-M1, #f5222d)}.src-business-org-home--org-home-module__logoPicker__cfd1b24e span{font-size:12px;max-width:290px}.src-business-org-home--org-home-module__logoPicker__cfd1b24e img{width:100%;height:100%;border-radius:inherit;object-fit:contain}.src-business-org-home--org-home-module__Dissolution__d0513ed7{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.src-business-org-home--org-home-module__Dissolution__d0513ed7 .src-business-org-home--org-home-module__sure__fcda4e43{text-align:center}.src-business-org-home--org-home-module__Dissolution__d0513ed7 .src-business-org-home--org-home-module__sure__fcda4e43 button{width:160px;height:36px;background:var(--color-M1, #f5222d);border-radius:4px;margin-top:20px;color:var(--color-F3, #ffffff)}.src-business-org-home--org-home-module__Dissolution__d0513ed7 .src-business-org-home--org-home-module__not__b97615ba span{color:var(--color-T1, #f5222d)}.src-business-org-home--org-home-module__OrgExamine__df88a95c,.src-business-org-home--org-home-module__OrgExamineStatus__e3787d00{padding:24px 56px;width:100%}.src-business-org-home--org-home-module__RadioWrapper__f3b276ac .src-business-org-home--org-home-module__text__f3d776e6{font-size:12px;color:var(--color-T5, #a0a0ac);margin-bottom:10px}.src-business-org-home--org-home-module__RadioWrapper__f3b276ac .ant-radio-wrapper{margin-right:20px}.src-business-org-home--org-home-module__addCustomBtn__ea4c0c2e{font-size:12px;color:var(--color-T2, #37374a);border-radius:4px;width:auto;height:32px;padding:0px 15px;border:1px solid var(--color-F2, #e9e9f0);display:flex;align-items:center;margin-left:24px}.src-business-org-home--org-home-module__addCustomBtn__ea4c0c2e svg{margin-right:10px}.src-business-org-home--org-home-module__addCustomBtn__ea4c0c2e:hover{background-color:var(--color-G3, #f0f0f5)}.src-business-org-home--org-home-module__IntroData__d0189e16{display:flex;flex-wrap:wrap}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__OrgIntroEditor__bdbc6e88{flex:0 0 auto;width:710px;margin-right:51px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca{flex:0 0 375px;margin-top:30px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca>p{color:var(--color-T4, #55555e)}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33{width:375px;height:667px;border-radius:24px;border:1px solid #ebebee;margin:20px 0;padding:20px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468{width:100%;border-radius:20px;border:1px solid #ebebee;background-color:#f2f3f5;height:627px;overflow-y:overlay}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc{background-color:var(--color-G1, #ffffff);padding-top:20px;border-radius:20px;overflow:hidden}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__topBox__b50a35c8{background-color:var(--color-G1, #ffffff);text-align:center;overflow:hidden;border-radius:20px 20px 0 0}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__topBox__b50a35c8 img{width:88px;height:88px;border-radius:50%;object-fit:cover}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__topBox__b50a35c8>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:20px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__topBox__b50a35c8>div .src-business-org-home--org-home-module__cnName__cd11dec6{font-size:24px;font-weight:550;margin-right:5px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__topBox__b50a35c8 .src-business-org-home--org-home-module__enName__d882da08,.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__topBox__b50a35c8 .src-business-org-home--org-home-module__cnShortName__e6a3a18b{font-size:12px;color:var(--color-T5, #a0a0ac);margin-top:10px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__addrBox__de6634fa{display:flex;align-items:center;justify-content:space-between;background-image:url(/static/media/bg.3b29f3fe.png);background-repeat:no-repeat;background-size:cover;height:80px;margin-top:20px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__addrBox__de6634fa p{flex:1 1;margin-left:10px;font-size:12px;color:var(--color-T2, #37374a)}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__addrBox__de6634fa img{flex:0 0 auto}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__topWrap__afbb08dc .src-business-org-home--org-home-module__addrBox__de6634fa .src-business-org-home--org-home-module__addrImg__f3f2108c{margin-left:16px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__descWrap__efa0b3eb{background-color:var(--color-G1, #ffffff);margin-top:20px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__descWrap__efa0b3eb .src-business-org-home--org-home-module__tabs__f78fcd56 .ant-tabs-nav-wrap{padding-left:20px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__descWrap__efa0b3eb .src-business-org-home--org-home-module__tabs__f78fcd56 .ant-tabs-tab-active .ant-tabs-tab-btn{color:#181725 !important}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__descWrap__efa0b3eb .src-business-org-home--org-home-module__tabs__f78fcd56 .ant-tabs-ink-bar{background:#181725}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__descWrap__efa0b3eb .src-business-org-home--org-home-module__RtfCKEditorViewer__a7461894 .ck-blurred{border:none}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__descWrap__efa0b3eb .src-business-org-home--org-home-module__listWrap__e3a6475f{padding:0 20px}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__descWrap__efa0b3eb .src-business-org-home--org-home-module__listWrap__e3a6475f .src-business-org-home--org-home-module__title__bce6fc71{color:var(--color-T1, #f5222d);font-weight:550}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__descWrap__efa0b3eb .src-business-org-home--org-home-module__listWrap__e3a6475f .src-business-org-home--org-home-module__title__bce6fc71 .src-business-org-home--org-home-module__icon__c589ba78{width:14px;height:14px;background:linear-gradient(180deg, #ff5a63 0%, #ffffff 100%);border-radius:50%;position:relative;bottom:-24px;left:0px;z-index:1}.src-business-org-home--org-home-module__IntroData__d0189e16 .src-business-org-home--org-home-module__PreviewDesc__a6acdeca .src-business-org-home--org-home-module__content__bce8dc33 .src-business-org-home--org-home-module__h5Box__c49f7468 .src-business-org-home--org-home-module__descWrap__efa0b3eb .src-business-org-home--org-home-module__listWrap__e3a6475f .src-business-org-home--org-home-module__title__bce6fc71>p{position:relative;z-index:1}
.src-business-org-home-field-manage--field-manage-module__FieldManage__efc539b3 .src-business-org-home-field-manage--field-manage-module__title__f9a475d9{font-weight:600;padding-bottom:14px;border-bottom:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-field-manage--field-manage-module__FieldManage__efc539b3 .src-business-org-home-field-manage--field-manage-module__wrap__b6161c44{padding-top:29px;display:flex;flex-wrap:wrap}.src-business-org-home-field-manage--field-manage-module__FieldManage__efc539b3 .src-business-org-home-field-manage--field-manage-module__wrap__b6161c44 .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3{min-width:212px;min-height:78px;border-radius:8px;border:1px solid #e9e9f0;margin:0px 20px 20px 0;padding:20px;display:flex;align-items:center;justify-content:space-between}.src-business-org-home-field-manage--field-manage-module__FieldManage__efc539b3 .src-business-org-home-field-manage--field-manage-module__wrap__b6161c44 .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3 .src-business-org-home-field-manage--field-manage-module__center__b1e27a8c{flex:1 1;margin-left:10px}.src-business-org-home-field-manage--field-manage-module__FieldManage__efc539b3 .src-business-org-home-field-manage--field-manage-module__wrap__b6161c44 .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3 .src-business-org-home-field-manage--field-manage-module__center__b1e27a8c>div:first-child{font-weight:600}.src-business-org-home-field-manage--field-manage-module__FieldManage__efc539b3 .src-business-org-home-field-manage--field-manage-module__wrap__b6161c44 .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3 .src-business-org-home-field-manage--field-manage-module__center__b1e27a8c>div:last-child{font-size:12px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-field-manage--field-manage-module__FieldManage__efc539b3 .src-business-org-home-field-manage--field-manage-module__wrap__b6161c44 .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3 .src-business-org-home-field-manage--field-manage-module__RightIcon__a3b6776c{cursor:pointer}.src-business-org-home-field-manage--field-manage-module__fieldWrap__a692a534{width:100%;padding:24px 56px 0}.src-business-org-home-field-manage--field-manage-module__fieldWrap__a692a534 .src-business-org-home-field-manage--field-manage-module__content__ffbaf386{height:calc(100vh - 150px);display:flex}.src-business-org-home-field-manage--field-manage-module__fieldWrap__a692a534 .src-business-org-home-field-manage--field-manage-module__content__ffbaf386 .src-business-org-home-field-manage--field-manage-module__RoleMenu__a5d7a491{flex:0 0 203px}.src-business-org-home-field-manage--field-manage-module__fieldWrap__a692a534 .src-business-org-home-field-manage--field-manage-module__content__ffbaf386 .src-business-org-home-field-manage--field-manage-module__RoleContent__b65246f7{flex:1 1}.src-business-org-home-field-manage--field-manage-module__FieldMenu__ad0c9bdc{flex:0 0 203px;border-right:1px solid var(--color-F2, #e9e9f0);height:100%;padding-bottom:56px;overflow-y:auto}.src-business-org-home-field-manage--field-manage-module__FieldMenu__ad0c9bdc .src-business-org-home-field-manage--field-manage-module__main__bf3d4a8c .src-business-org-home-field-manage--field-manage-module__tips__bed1b8ec{height:58px;border-bottom:1px solid #e9e9f0;display:flex;align-items:center;justify-content:flex-start}.src-business-org-home-field-manage--field-manage-module__FieldMenu__ad0c9bdc .src-business-org-home-field-manage--field-manage-module__main__bf3d4a8c .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3{display:flex;align-items:center;height:58px;position:relative;cursor:pointer;justify-content:space-between}.src-business-org-home-field-manage--field-manage-module__FieldMenu__ad0c9bdc .src-business-org-home-field-manage--field-manage-module__main__bf3d4a8c .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3 .src-business-org-home-field-manage--field-manage-module__line__ce219fb2{width:2px;height:38px;background:none;border-radius:1px;margin-right:10px}.src-business-org-home-field-manage--field-manage-module__FieldMenu__ad0c9bdc .src-business-org-home-field-manage--field-manage-module__main__bf3d4a8c .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3 .src-business-org-home-field-manage--field-manage-module__title__f9a475d9{font-weight:600;flex:0 0 150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.src-business-org-home-field-manage--field-manage-module__FieldMenu__ad0c9bdc .src-business-org-home-field-manage--field-manage-module__main__bf3d4a8c .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3 svg{margin-right:13px;width:24px;height:24px}.src-business-org-home-field-manage--field-manage-module__FieldMenu__ad0c9bdc .src-business-org-home-field-manage--field-manage-module__main__bf3d4a8c .src-business-org-home-field-manage--field-manage-module__activeOption__d43a4120{background:var(--color-G5, #f7f7fa)}.src-business-org-home-field-manage--field-manage-module__FieldMenu__ad0c9bdc .src-business-org-home-field-manage--field-manage-module__main__bf3d4a8c .src-business-org-home-field-manage--field-manage-module__activeOption__d43a4120 .src-business-org-home-field-manage--field-manage-module__line__ce219fb2{background:var(--color-M1, #f5222d)}.src-business-org-home-field-manage--field-manage-module__FieldMenu__ad0c9bdc .src-business-org-home-field-manage--field-manage-module__main__bf3d4a8c .src-business-org-home-field-manage--field-manage-module__option__ca55d4e3:hover{background:var(--color-G5, #f7f7fa)}.src-business-org-home-field-manage--field-manage-module__FieldContent__fca9e415{padding:24px 38px;flex:1 1}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416{width:100%;display:flex;justify-content:space-between;margin-bottom:20px}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416 .src-business-org-home-field-manage--field-manage-module__left__eb3ae7e4{display:flex;flex-wrap:wrap}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416 .src-business-org-home-field-manage--field-manage-module__left__eb3ae7e4>div{margin:0 20px 10px 0}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416 .src-business-org-home-field-manage--field-manage-module__left__eb3ae7e4>div>div:first-child{margin-bottom:10px;height:20px}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416 .src-business-org-home-field-manage--field-manage-module__left__eb3ae7e4>div button{width:121px;height:33px;background:var(--color-M1, #f5222d);border-radius:4px;color:var(--color-G1, #ffffff);font-size:12px}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416 .src-business-org-home-field-manage--field-manage-module__left__eb3ae7e4 .ant-select .ant-select-selector{border-radius:4px;width:160px;height:32px !important}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416 .src-business-org-home-field-manage--field-manage-module__left__eb3ae7e4 .ant-input{width:160px;height:32px !important;border-radius:4px}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416 .src-business-org-home-field-manage--field-manage-module__right__b514eed8{margin-top:30px;display:flex}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416 .src-business-org-home-field-manage--field-manage-module__right__b514eed8 .src-business-org-home-field-manage--field-manage-module__batchBtn__fb908577{padding:0 10px;height:32px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);display:flex;align-items:center;justify-content:space-around;cursor:pointer;margin-left:20px;min-width:130px}.src-business-org-home-field-manage--field-manage-module__FieldListHeader__b0e8e416 .src-business-org-home-field-manage--field-manage-module__right__b514eed8 .src-business-org-home-field-manage--field-manage-module__batchBtn__fb908577>div{margin:0px 10px}.src-business-org-home-field-manage--field-manage-module__confrimModal__c5db67a2 .ant-modal-content{border-radius:8px;word-break:break-all}.src-business-org-home-field-manage--field-manage-module__confrimModal__c5db67a2 .ant-modal-content .src-business-org-home-field-manage--field-manage-module__btns__b91b8d7e{width:100%;text-align:right}.src-business-org-home-field-manage--field-manage-module__confrimModal__c5db67a2 .ant-modal-content .src-business-org-home-field-manage--field-manage-module__btns__b91b8d7e button{width:40px;height:24px;border-radius:2px;text-align:center}.src-business-org-home-field-manage--field-manage-module__confrimModal__c5db67a2 .ant-modal-content .src-business-org-home-field-manage--field-manage-module__btns__b91b8d7e :first-child{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-field-manage--field-manage-module__confrimModal__c5db67a2 .ant-modal-content .src-business-org-home-field-manage--field-manage-module__btns__b91b8d7e :last-child{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff);margin-left:10px}.src-business-org-home-field-manage--field-manage-module__confrimModal__c5db67a2 .src-business-org-home-field-manage--field-manage-module__title__f9a475d9{font-weight:600;font-size:16px;margin-bottom:10px}.src-business-org-home-field-manage--field-manage-module__confrimModal__c5db67a2 .src-business-org-home-field-manage--field-manage-module__notice__d037bbc6{margin-bottom:20px}.src-business-org-home-field-manage--field-manage-module__fieldFromModal__a132795e{width:467px !important}.src-business-org-home-field-manage--field-manage-module__fieldFrom__a4fc1c23 .ant-input{width:414px;height:32px !important;border-radius:4px}.src-business-org-home-field-manage--field-manage-module__fieldFrom__a4fc1c23 .ant-select .ant-select-selector{width:414px;height:32px !important;border-radius:4px}.src-business-org-home-field-manage--field-manage-module__fieldFrom__a4fc1c23 .ant-form-item-required::before{order:1;margin-left:5px}.src-business-org-home-field-manage--field-manage-module__fieldFrom__a4fc1c23 .ant-form-item-required::after{order:2}.src-business-org-home-field-manage--field-manage-module__SelectJob__e90942e6 .src-business-org-home-field-manage--field-manage-module__optionWrap__d2320c76{display:flex;flex-wrap:wrap}.src-business-org-home-field-manage--field-manage-module__SelectJob__e90942e6 .src-business-org-home-field-manage--field-manage-module__optionWrap__d2320c76>div{margin:10px 10px 10px 0;padding:0 10px;line-height:30px;height:30px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-field-manage--field-manage-module__SelectJob__e90942e6 .src-business-org-home-field-manage--field-manage-module__optionWrap__d2320c76>div svg{width:10px;height:10px;margin-left:10px;cursor:pointer}.src-business-org-home-field-manage--field-manage-module__CT13__d13a949d{color:var(--color-T13, #0bb13a)}.src-business-org-home-field-manage--field-manage-module__CT1__f8c5a045{color:var(--color-T1, #f5222d)}.src-business-org-home-field-manage--field-manage-module__listBtns__f7d01a16{width:200px}.src-business-org-home-field-manage--field-manage-module__listBtns__f7d01a16>button{margin-right:20px;color:var(--color-T1, #f5222d)}
.src-business-org-home-framework--framework-module__formTags__a8203cd2 .src-business-org-home-framework--framework-module__selectBtn__e027ece8{margin-bottom:20px}.src-business-org-home-framework--framework-module__formTags__a8203cd2 .src-business-org-home-framework--framework-module__roleList__b7e3cfa3{display:flex;gap:8px;flex-wrap:wrap}.src-business-org-home-framework--framework-module__formTags__a8203cd2 .src-business-org-home-framework--framework-module__roleList__b7e3cfa3 .ant-tag-error{margin-right:0;background:rgba(240,139,180,.1);border-radius:8px;padding:10px 24px;font-size:12px;font-weight:500;color:#bb0100;border:unset}.src-business-org-home-framework--framework-module__formSelect__ea9fad1d .ant-select-selector{background:var(--color-G5, #f7f7fa) !important;border-radius:6px !important;padding:0 20px !important;height:42px !important}.src-business-org-home-framework--framework-module__formSelect__ea9fad1d .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac);padding:15px}.src-business-org-home-framework--framework-module__formSelect__ea9fad1d .ant-select-selection-item{line-height:27px !important}.src-business-org-home-framework--framework-module__formMultipleSelect__aa547e5b{font-size:12px}.src-business-org-home-framework--framework-module__formMultipleSelect__aa547e5b .ant-select-selector{background:var(--color-G5, #f7f7fa) !important;border-radius:6px !important;padding:10px 20px 30px 20px !important;height:27px !important}.src-business-org-home-framework--framework-module__formMultipleSelect__aa547e5b .ant-select-selection-overflow{border-radius:6px;font-size:12px}.src-business-org-home-framework--framework-module__formMultipleSelect__aa547e5b .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac);padding:15px}.src-business-org-home-framework--framework-module__formMultipleSelect__aa547e5b.ant-select-sm .ant-select-selection-item{height:20px;line-height:18px}.src-business-org-home-framework--framework-module__content__fbb343b1{padding:20px;background:var(--color-G5, #f7f7fa);border-radius:0px 14px 14px}.src-business-org-home-framework--framework-module__btns__ea6d5bfd button{width:160px;height:36px;border-radius:4px}.src-business-org-home-framework--framework-module__btns__ea6d5bfd .src-business-org-home-framework--framework-module__savaBtn__f036a043{background:var(--color-M1, #f5222d);opacity:1;color:var(--color-T8, #ffffff);margin-right:20px}.src-business-org-home-framework--framework-module__btns__ea6d5bfd .src-business-org-home-framework--framework-module__savaBtnDisable__e4a6bd36{opacity:.3}.src-business-org-home-framework--framework-module__btns__ea6d5bfd .src-business-org-home-framework--framework-module__backBtn__f9948f7d{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-framework--framework-module__btns__ea6d5bfd .src-business-org-home-framework--framework-module__bottom__b4ef9d03{display:flex;justify-content:flex-end}.src-business-org-home-framework--framework-module__btns__ea6d5bfd .src-business-org-home-framework--framework-module__bottom__b4ef9d03>button{width:180px;height:48px;border-radius:10px}.src-business-org-home-framework--framework-module__btns__ea6d5bfd .src-business-org-home-framework--framework-module__bottom__b4ef9d03 :first-child{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff);margin-right:12px}.src-business-org-home-framework--framework-module__btns__ea6d5bfd .src-business-org-home-framework--framework-module__bottom__b4ef9d03 :last-child{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-framework--framework-module__drawer__f0c0db70 .ant-drawer-content{border-radius:16px 0 0 0}.src-business-org-home-framework--framework-module__drawer__f0c0db70 .ant-drawer-header{padding:0}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae{padding-top:35px;margin-bottom:30px;display:flex;gap:5px;font-size:22px;font-weight:500;color:#000;line-height:30px}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae>p{display:flex;align-items:center;margin-top:8px;font-size:14px;line-height:20px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae>p>span{margin-right:24px}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae svg{width:14px;height:14px;margin-right:5px;fill:var(--color-T5, #a0a0ac)}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae .src-business-org-home-framework--framework-module__link__e51b5d77{font-size:12px;color:var(--color-T1, #f5222d)}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae>div:nth-child(1){width:44px;height:44px}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae>div:nth-child(1)>img{border-radius:50%}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae>div:nth-child(2){display:flex;flex-direction:column}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae>div:nth-child(2)>:nth-child(2){font-size:12px;font-weight:100;color:#868686;line-height:12px;display:flex;gap:20px;align-items:center}.src-business-org-home-framework--framework-module__drawerHeader__d98261ae>div:nth-child(2)>:nth-child(2)>div{display:flex;align-items:center}.src-business-org-home-framework--framework-module__topLine__f5b0bd5d{border-top:1px solid var(--color-F2, #e9e9f0);padding:20px 0 40px 0}.src-business-org-home-framework--framework-module__frameCardContent__cea94e91{padding:24px !important}.src-business-org-home-framework--framework-module__cardShadow__f9e37fb4{box-shadow:0px 4px 14px 2px rgba(15,18,33,.06);border-radius:16px}.src-business-org-home-framework--framework-module__headerSearch__ed138742{display:flex;flex:1 1;justify-content:flex-end}.src-business-org-home-framework--framework-module__orgInfo__f4a4307b{cursor:pointer}.src-business-org-home-framework--framework-module__orgOrDepName__d8e29d4b{height:22px;font-size:16px;line-height:22px}.src-business-org-home-framework--framework-module__departmentTree__f2b57d27{padding:0px 39px 0px 40px;border-right:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-framework--framework-module__defaultDepartmentIcon__e4c4097b{width:16px;height:16px;margin-right:5px;vertical-align:text-top;fill:var(--color-T1, #f5222d);transition:.3s}.ant-tree-node-selected .src-business-org-home-framework--framework-module__defaultDepartmentIcon__e4c4097b{fill:var(--color-T1, #f5222d)}.src-business-org-home-framework--framework-module__orgName__fd37694c{display:flex;width:230px;padding:4px 0px 22px;border-bottom:1px solid var(--color-F2, #e9e9f0);align-items:center}.src-business-org-home-framework--framework-module__orgName__fd37694c h3{flex:0 1 auto;margin-right:auto}.src-business-org-home-framework--framework-module__orgName__fd37694c button{flex:0 0 auto}.src-business-org-home-framework--framework-module__orgName__fd37694c+div{margin-top:18px}.src-business-org-home-framework--framework-module__staffContent__bd24d5c0{flex-grow:1;padding:4px 0px 0px 40px}.src-business-org-home-framework--framework-module__staffContent__bd24d5c0 .src-business-org-home-framework--framework-module__titleRow__ed117b62{display:flex}.src-business-org-home-framework--framework-module__staffContent__bd24d5c0 .src-business-org-home-framework--framework-module__titleRow__ed117b62 h3{min-width:10em;margin-right:auto}.src-business-org-home-framework--framework-module__staffContent__bd24d5c0 .src-business-org-home-framework--framework-module__titleRow__ed117b62 button{flex-shrink:0;margin-left:20px}.src-business-org-home-framework--framework-module__staffContent__bd24d5c0 .src-business-org-home-framework--framework-module__titleRow__ed117b62 svg{width:16px;height:16px;vertical-align:middle}.src-business-org-home-framework--framework-module__functionRow__ab999d55{display:flex;justify-content:space-between;margin-top:20px}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .src-business-org-home-framework--framework-module__platform__d6343748{width:94px}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.src-business-org-home-framework--framework-module__functionRow__ab999d55 .ant-select:not(.ant-select-disabled):hover .ant-select-selector{color:inherit}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .ant-select:not(.ant-select-customize-input) .ant-select-selector{background-color:var(--color-G5, #f7f7fa);border-radius:4px 0 0 4px}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .src-business-org-home-framework--framework-module__search__e85359aa{display:flex;width:260px}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .src-business-org-home-framework--framework-module__search__e85359aa:hover .ant-select-selector{border-right-color:var(--color-F4, #a0a0ac)}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .src-business-org-home-framework--framework-module__search__e85359aa:hover input{border-color:var(--color-F4, #a0a0ac)}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .src-business-org-home-framework--framework-module__search__e85359aa input{border:1px solid var(--color-F2, #e9e9f0);border-left:none;border-radius:0 4px 4px 0;background:none !important}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .submitAndCancelRow button{width:auto;height:32px;margin-left:auto;padding:0px 15px;color:var(--color-T2, #37374a);font-size:12px}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .submitAndCancelRow button[type=submit]{margin-left:36px;padding:0px 24px;background-color:var(--color-M1, #f5222d);border-color:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .submitAndCancelRow button[type=submit]>svg{fill:var(--color-T8, #ffffff)}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .submitAndCancelRow button+button{margin-left:10px}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .submitAndCancelRow .src-business-org-home-framework--framework-module__invite__d04630c8{margin-left:10px}.src-business-org-home-framework--framework-module__functionRow__ab999d55 .submitAndCancelRow .src-business-org-home-framework--framework-module__invite__d04630c8 button{border-color:var(--color-F6, #f5222d);color:var(--color-T1, #f5222d)}.src-business-org-home-framework--framework-module__staffTable__c7fe5c90{padding:20px 0px}.src-business-org-home-framework--framework-module__staffTable__c7fe5c90 .dj-table-below-row{justify-content:center}.src-business-org-home-framework--framework-module__dropdownMenu__d27a2820{width:200px;margin-top:3px;padding:4px 6px 5px 4px;background-color:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06) !important;border-radius:4px;border:none}.src-business-org-home-framework--framework-module__dropdownMenu__d27a2820 .ant-dropdown-menu-item,.src-business-org-home-framework--framework-module__dropdownMenu__d27a2820 .ant-menu-item{height:30px;margin:0px;padding:0px 12px;border-radius:4px;text-align:left;line-height:30px;color:var(--color-T2, #37374a)}.src-business-org-home-framework--framework-module__dropdownMenu__d27a2820 .ant-dropdown-menu-item:not(:last-child),.src-business-org-home-framework--framework-module__dropdownMenu__d27a2820 .ant-menu-item:not(:last-child){margin-bottom:4px}.src-business-org-home-framework--framework-module__dropdownMenu__d27a2820 .ant-dropdown-menu-item a:hover,.src-business-org-home-framework--framework-module__dropdownMenu__d27a2820 .ant-dropdown-menu-item:hover,.src-business-org-home-framework--framework-module__dropdownMenu__d27a2820 .ant-menu-item a:hover,.src-business-org-home-framework--framework-module__dropdownMenu__d27a2820 .ant-menu-item:hover{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.src-business-org-home-framework--framework-module__avatar__cccff785{width:36px;height:36px;border-radius:18px}.src-business-org-home-framework--framework-module__opColumn__ec64b587 span{font-size:24px}.src-business-org-home-framework--framework-module__modal__a15c0a8c{width:467px !important}.src-business-org-home-framework--framework-module__modal__a15c0a8c .ant-modal-body{padding-bottom:5px}.src-business-org-home-framework--framework-module__modal__a15c0a8c .ant-modal-body>div{width:100%}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05{width:100%;padding-top:4px}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .ant-form-item-required::before{order:1;margin-left:5px}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .ant-form-item-required::after{order:2}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .ant-input{height:27px;border-radius:6px;font-size:12px}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .src-business-org-home-framework--framework-module__UserEditSelector__cf0be941 .ant-select-selector{height:27px !important;border-radius:6px;font-size:12px}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .src-business-org-home-framework--framework-module__select__d5801c29{font-size:12px}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .src-business-org-home-framework--framework-module__select__d5801c29 .ant-select-selector{height:27px;border-radius:6px}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .src-business-org-home-framework--framework-module__select__d5801c29 .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac)}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .src-business-org-home-framework--framework-module__select__d5801c29.ant-select-sm .ant-select-selection-item{height:20px;line-height:18px}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .ant-form-item-label{line-height:20px;margin-top:-4px;padding-bottom:10px}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .src-business-org-home-framework--framework-module__desc__fd7e19b0{font-size:12px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .src-business-org-home-framework--framework-module__switch__c5385a07{line-height:17px}.src-business-org-home-framework--framework-module__departmentForm__cb6c5b05 .ant-form-item-control-input{min-height:17px;line-height:1}.src-business-org-home-framework--framework-module__manager__bf5149ff{margin-top:-4px}.src-business-org-home-framework--framework-module__manager__bf5149ff>button{height:30px;padding:0px 12px 0px 14px;border-radius:4px;background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);color:var(--color-T1, #f5222d)}.src-business-org-home-framework--framework-module__manager__bf5149ff>button svg{width:16px;height:16px;margin-right:6px;vertical-align:middle}.src-business-org-home-framework--framework-module__manager__bf5149ff>button span{vertical-align:middle}.src-business-org-home-framework--framework-module__manager__bf5149ff .src-business-org-home-framework--framework-module__result__bd9551a6{margin-right:-10px}.src-business-org-home-framework--framework-module__confirm__bf93a3cd .ant-modal-body{padding:50px 32px 24px}.src-business-org-home-framework--framework-module__confirm__bf93a3cd .ant-modal-confirm-content{min-height:100px;font-size:18px;line-height:25px;color:var(--color-T2, #37374a)}.src-business-org-home-framework--framework-module__confirm__bf93a3cd .ant-modal-confirm-content{margin:0px}.src-business-org-home-framework--framework-module__confirm__bf93a3cd .ant-modal-confirm-btns{margin-top:13px}.src-business-org-home-framework--framework-module__confirm__bf93a3cd .ant-modal-confirm-btns .ant-btn{padding:0px 33px;border-radius:4px;border-color:var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a)}.src-business-org-home-framework--framework-module__confirm__bf93a3cd .ant-modal-confirm-btns .ant-btn-primary{background-color:var(--color-M1, #f5222d);border-color:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.src-business-org-home-framework--framework-module__confirm__bf93a3cd .ant-modal-confirm-btns .ant-btn + .ant-btn{margin-left:12px}.src-business-org-home-framework--framework-module__success__d3b2aec9{width:276px;margin:0px auto}.src-business-org-home-framework--framework-module__success__d3b2aec9 .ant-modal-content{border-radius:4px}.src-business-org-home-framework--framework-module__success__d3b2aec9 .ant-modal-body{padding:27px 25px 25px 20px}.src-business-org-home-framework--framework-module__success__d3b2aec9 .ant-modal-confirm-content{margin:0px;text-align:center}.src-business-org-home-framework--framework-module__success__d3b2aec9 .src-business-org-home-framework--framework-module__icon__c363ecc3{font-size:28px;color:var(--color-T13, #0bb13a)}.src-business-org-home-framework--framework-module__success__d3b2aec9 h3{margin-top:12px;font-size:18px;line-height:25px}.src-business-org-home-framework--framework-module__success__d3b2aec9 p{margin-top:10px;font-size:14px;line-height:20px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-framework--framework-module__success__d3b2aec9 .ant-modal-confirm-btns{display:none}.src-business-org-home-framework--framework-module__addBtn__cec8f795{font-size:12px;border:1px solid var(--color-F6, #f5222d);color:var(--color-T1, #f5222d);border-radius:4px;width:auto;height:32px;padding:0px 15px}.src-business-org-home-framework--framework-module__moveOrRemove__b616f73a p{font-size:14px;line-height:20px}.src-business-org-home-framework--framework-module__moveOrRemove__b616f73a p:last-of-type{margin-top:20px}.src-business-org-home-framework--framework-module__moveOrRemove__b616f73a .src-business-org-home-framework--framework-module__notice__d5c3a325{margin-top:5px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-framework--framework-module__moveOrRemove__b616f73a .src-business-org-home-framework--framework-module__notice__d5c3a325 span{margin-right:5px;color:var(--color-T1, #f5222d)}.src-business-org-home-framework--framework-module__moveOrRemove__b616f73a .ant-modal-body{display:block}.src-business-org-home-framework--framework-module__moveOrRemove__b616f73a .src-business-org-home-framework--framework-module__treeSelect__b87c27f3{width:100%;margin-top:10px}.src-business-org-home-framework--framework-module__moveOrRemove__b616f73a .src-business-org-home-framework--framework-module__treeSelect__b87c27f3 .ant-select-selector{border-radius:6px}.src-business-org-home-framework--framework-module__staffItem__d609235f{display:inline-flex;align-items:center;height:30px;margin:10px 10px 0px 0px;padding:0px 6px 0px 12px;border:1px solid var(--color-F2, #e9e9f0);border-radius:4px}.src-business-org-home-framework--framework-module__staffItem__d609235f svg{width:15px;height:15px;padding:2px;margin-left:12px;fill:var(--color-G2, #a0a0ac);cursor:pointer}.src-business-org-home-framework--framework-module__importExport__e4e619cc{width:467px !important}.src-business-org-home-framework--framework-module__importExport__e4e619cc .ant-modal-body{display:block;padding-top:17px}.src-business-org-home-framework--framework-module__importExport__e4e619cc .src-business-org-home-framework--framework-module__tabs__ebac56b6 .ant-tabs-tab + .ant-tabs-tab{margin-left:50px}.src-business-org-home-framework--framework-module__importExport__e4e619cc .src-business-org-home-framework--framework-module__tabs__ebac56b6 .ant-tabs-nav{margin:0px}.src-business-org-home-framework--framework-module__importExport__e4e619cc .src-business-org-home-framework--framework-module__tabs__ebac56b6 .ant-tabs-tab{padding:2px 0px 18px}.src-business-org-home-framework--framework-module__importExport__e4e619cc .src-business-org-home-framework--framework-module__link__e51b5d77{display:inline-block;font-size:12px;line-height:17px;color:var(--color-T1, #f5222d)}.src-business-org-home-framework--framework-module__importExport__e4e619cc .src-business-org-home-framework--framework-module__link__e51b5d77 svg{width:12px;height:12px;margin-right:5px;vertical-align:middle;fill:var(--color-T1, #f5222d)}.src-business-org-home-framework--framework-module__importExport__e4e619cc p{color:var(--color-T5, #a0a0ac)}.src-business-org-home-framework--framework-module__importExport__e4e619cc .src-business-org-home-framework--framework-module__fileNotice__de069f61{color:var(--color-T1, #f5222d)}.src-business-org-home-framework--framework-module__fileBox__d2c12b6b{margin-top:22px;padding:29px 0px 20px;border-radius:4px;background-color:var(--color-G5, #f7f7fa);text-align:center;font-size:12px;line-height:17px}.src-business-org-home-framework--framework-module__fileBox__d2c12b6b>svg{display:block;width:38px;height:43px;margin:0px auto;fill:var(--color-T5, #a0a0ac)}.src-business-org-home-framework--framework-module__fileBox__d2c12b6b button{height:32px;margin:18px 0px 10px;padding:0px 13px 0px 16px;border-radius:4px;background-color:var(--color-G1, #ffffff)}.src-business-org-home-framework--framework-module__fileBox__d2c12b6b button>svg{width:12px;height:12px;margin-right:3px;vertical-align:middle}.src-business-org-home-framework--framework-module__importResult__c7b45c00{width:467px !important}.src-business-org-home-framework--framework-module__importResult__c7b45c00 .ant-modal-body{display:block;padding-top:17px;text-align:center}.src-business-org-home-framework--framework-module__importResult__c7b45c00 .anticon{font-size:28px;color:var(--color-T13, #0bb13a)}.src-business-org-home-framework--framework-module__importResult__c7b45c00 h2{margin-top:12px;font-size:24px;line-height:33px;color:var(--color-T13, #0bb13a)}.src-business-org-home-framework--framework-module__importResult__c7b45c00 p{margin-top:10px;font-size:14px;line-height:20px}.src-business-org-home-framework--framework-module__importResult__c7b45c00 .src-business-org-home-framework--framework-module__fileBox__d2c12b6b{margin-top:20px;padding:20px 0px}.src-business-org-home-framework--framework-module__importResult__c7b45c00 .submitAndCancelRow{margin-top:30px}.src-business-org-home-framework--framework-module__importResult__c7b45c00 .submitAndCancelRow button{padding:0px 19px}.src-business-org-home-framework--framework-module__dismission__f35afdf6 .ant-modal-body{display:block}.src-business-org-home-framework--framework-module__dismission__f35afdf6 form{margin:24px 0px -24px}.src-business-org-home-framework--framework-module__dismission__f35afdf6 .ant-form-item-required::before{order:1}.src-business-org-home-framework--framework-module__dismission__f35afdf6 .ant-form-item-required::after{order:2}
.src-business-org-home-user-admin--user-admin-module__header__e644747f{border-bottom:none}.src-business-org-home-user-admin--user-admin-module__header__e644747f .src-business-org-home-user-admin--user-admin-module__tips__ef286205{font-size:12px;margin-left:8px;font-weight:400;color:#a3a3a3}.src-business-org-home-user-admin--user-admin-module__search__bdf57ae4{width:356px;margin-left:auto;padding-left:24px;font-size:12px}.src-business-org-home-user-admin--user-admin-module__search__bdf57ae4 input{background:none;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-user-admin--user-admin-module__list__d5b29e00 .dj-table-below-row{justify-content:center}.src-business-org-home-user-admin--user-admin-module__opColumn__e0663077{width:8em}.src-business-org-home-user-admin--user-admin-module__opColumn__e0663077 button{color:var(--color-T1, #f5222d)}.src-business-org-home-user-admin--user-admin-module__avatar__aa874644{width:40px;height:40px;border-radius:40px}.src-business-org-home-user-admin--user-admin-module__userDetail__e41e5607{width:692px !important}.src-business-org-home-user-admin--user-admin-module__userDetail__e41e5607 .ant-modal-body{display:block;padding:20px 30px;max-height:96vh;overflow:auto}.src-business-org-home-user-admin--user-admin-module__userDetail__e41e5607 h3{display:flex;align-items:center;font-size:16px;line-height:22px}.src-business-org-home-user-admin--user-admin-module__userDetail__e41e5607 h3::before{display:inline-block;width:3px;height:16px;margin-right:5px;background-color:var(--color-M1, #f5222d);border-radius:3px;content:""}.src-business-org-home-user-admin--user-admin-module__userDetailInfo__a3bae76f{display:flex;align-items:center;margin-top:27px}.src-business-org-home-user-admin--user-admin-module__userDetailInfo__a3bae76f .src-business-org-home-user-admin--user-admin-module__avatar__aa874644{margin-right:20px}.src-business-org-home-user-admin--user-admin-module__userDetailInfo__a3bae76f h3::before{display:none}.src-business-org-home-user-admin--user-admin-module__userDetailInfo__a3bae76f p{display:flex;align-items:center;margin-top:8px;font-size:14px;line-height:20px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-user-admin--user-admin-module__userDetailInfo__a3bae76f p span{margin-right:24px}.src-business-org-home-user-admin--user-admin-module__userDetailInfo__a3bae76f svg{width:14px;height:14px;margin-right:5px;fill:var(--color-T5, #a0a0ac)}.src-business-org-home-user-admin--user-admin-module__userDetailInfo__a3bae76f .src-business-org-home-user-admin--user-admin-module__link__d3b9463a{font-size:12px;line-height:17px;color:var(--color-T1, #f5222d)}.src-business-org-home-user-admin--user-admin-module__tabs__c231ca7a{margin-top:40px}.src-business-org-home-user-admin--user-admin-module__tabs__c231ca7a .ant-tabs-nav{margin-bottom:0px;line-height:20px}.src-business-org-home-user-admin--user-admin-module__tabs__c231ca7a .ant-tabs-nav::before{border-bottom:none}.src-business-org-home-user-admin--user-admin-module__tabs__c231ca7a .ant-tabs-tab{border-radius:0px !important;padding:9px 21px 9px 19px !important;border-color:var(--color-F2, #e9e9f0) !important;background:var(--color-G5, #f7f7fa) !important;border-bottom-color:rgba(0,0,0,0) !important}.src-business-org-home-user-admin--user-admin-module__tabs__c231ca7a .ant-tabs-tab+.ant-tabs-tab{margin-left:-1px !important}.src-business-org-home-user-admin--user-admin-module__tabs__c231ca7a .ant-tabs-tab-active{background:var(--color-G1, #ffffff) !important}.src-business-org-home-user-admin--user-admin-module__tabs__c231ca7a .ant-tabs-ink-bar{visibility:visible !important;bottom:unset;top:0px}.src-business-org-home-user-admin--user-admin-module__content__fa248947{padding:20px;background:var(--color-G5, #f7f7fa);border-radius:0px 14px 14px}.src-business-org-home-user-admin--user-admin-module__infoItem__e1daddaa{display:flex;align-items:center;height:30px;padding:0px 5px 0px 12px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);background:var(--color-G1, #ffffff);font-size:14px;line-height:20px}.src-business-org-home-user-admin--user-admin-module__infoItem__e1daddaa+.src-business-org-home-user-admin--user-admin-module__infoItem__e1daddaa{margin-top:10px}.src-business-org-home-user-admin--user-admin-module__infoItem__e1daddaa button{width:23px;height:23px;margin-left:auto;color:var(--color-T5, #a0a0ac)}.src-business-org-home-user-admin--user-admin-module__infoItem__e1daddaa>span{margin-right:15px}.src-business-org-home-user-admin--user-admin-module__tag__dc48351d{display:inline-block;margin-right:4px;padding:0px 3px;font-size:12px;line-height:17px;color:var(--color-T13, #0bb13a);background:rgba(var(--color-T13-rgb, 11, 177, 58), 0.09)}.src-business-org-home-user-admin--user-admin-module__tag__dc48351d.src-business-org-home-user-admin--user-admin-module__tenantTag__d5f3caef{color:var(--color-T12, #0659fb);background:rgba(var(--color-T12-rgb, 6, 89, 251), 0.09)}.src-business-org-home-user-admin--user-admin-module__roleList__e7622487{display:flex;flex-wrap:wrap;margin:0px -10px 10px 0px;font-size:12px;line-height:17px}.src-business-org-home-user-admin--user-admin-module__roleList__e7622487>div{flex:0 0 auto;display:flex;align-items:center;height:28px;margin:0px 10px 10px 0px;padding:0px 11px 0px 14px;border-radius:28px;background:var(--color-G1, #ffffff);cursor:pointer}.src-business-org-home-user-admin--user-admin-module__roleList__e7622487 .src-business-org-home-user-admin--user-admin-module__active__be37816c{color:var(--color-T1, #f5222d);background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09)}.src-business-org-home-user-admin--user-admin-module__roleList__e7622487 svg{width:14px;height:14px;padding:1px;margin-left:5px;fill:var(--color-T1, #f5222d);cursor:pointer}.src-business-org-home-user-admin--user-admin-module__roleModal__bdd129a4{position:relative}.src-business-org-home-user-admin--user-admin-module__roleModal__bdd129a4 .src-business-org-home-user-admin--user-admin-module__addRole__a9d5020c{position:absolute;right:0px;top:-28px;font-size:12px;line-height:17px;color:var(--color-T1, #f5222d)}.src-business-org-home-user-admin--user-admin-module__roleModal__bdd129a4 .src-business-org-home-user-admin--user-admin-module__addRole__a9d5020c svg{width:8px;height:8px;margin-right:5px;fill:var(--color-T1, #f5222d)}.src-business-org-home-user-admin--user-admin-module__archive__b08acd96{margin-top:40px}.src-business-org-home-user-admin--user-admin-module__archive__b08acd96 p{margin-top:10px}.src-business-org-home-user-admin--user-admin-module__archive__b08acd96 span{display:inline-block}.src-business-org-home-user-admin--user-admin-module__archive__b08acd96 span:nth-child(2){min-width:14em}.src-business-org-home-user-admin--user-admin-module__archive__b08acd96 .src-business-org-home-user-admin--user-admin-module__reasonRow__bc04b8bc{display:flex}.src-business-org-home-user-admin--user-admin-module__archive__b08acd96 .src-business-org-home-user-admin--user-admin-module__reasonRow__bc04b8bc span:nth-child(1){flex:0 0 auto}.src-business-org-home-user-admin--user-admin-module__userFile__c511a60e h3{display:flex;align-items:center;margin:40px 0px 8px;font-size:16px;line-height:22px}.src-business-org-home-user-admin--user-admin-module__userFile__c511a60e h3::before{display:inline-block;width:3px;height:16px;margin-right:10px;background-color:var(--color-M1, #f5222d);border-radius:3px;content:""}.src-business-org-home-user-admin--user-admin-module__userInfoTpl__a49e3359{margin:0px;padding:0px}.src-business-org-home-user-admin--user-admin-module__userInfoTpl__a49e3359 li{display:flex;align-items:center;min-height:60px;list-style:none}.src-business-org-home-user-admin--user-admin-module__userInfoTpl__a49e3359 li:nth-child(2n){background-color:var(--color-G5, #f7f7fa)}.src-business-org-home-user-admin--user-admin-module__userInfoTpl__a49e3359 li>span:nth-child(2n+1){width:152px;margin-right:10px;text-align:right;color:var(--color-T5, #a0a0ac)}.src-business-org-home-user-admin--user-admin-module__userInfoTpl__a49e3359 li>span:nth-child(2){width:285px}.src-business-org-home-user-admin--user-admin-module__rtfViewer__ed9b48b3{white-space:normal}.src-business-org-home-user-admin--user-admin-module__rtfViewer__ed9b48b3 .ck.ck-content{padding:0px;border:none}
.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1{margin-top:40px}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .ant-form-item-label{width:151px}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .ant-form-item-label .ant-form-item-required::before{order:1}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .ant-form-item-label .ant-form-item-required::after{order:2}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 :first-child .ant-radio-group{width:100%;border-bottom:1px solid var(--color-F2, #e9e9f0);padding-bottom:10px}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 :first-child .ant-radio-wrapper{margin-right:24px}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .src-business-org-create--certificates-type-module__upBtn__f10b8280{width:93px;height:32px;margin-top:20px;background:var(--color-G5, #f7f7fa);border-radius:4px;font-size:12px;font-weight:600;color:#444;display:flex;align-items:center;justify-content:center;cursor:pointer}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .src-business-org-create--certificates-type-module__upBtn__f10b8280 img{width:13px;margin-right:2px}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .src-business-org-create--certificates-type-module__authFile__f3c69523{margin-top:10px;padding-left:1px;color:var(--color-T1, #f5222d)}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .src-business-org-create--certificates-type-module__authFile__f3c69523>svg{width:12px;height:12px;vertical-align:middle;margin-right:5px;fill:var(--color-G2, #a0a0ac)}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .src-business-org-create--certificates-type-module__download__cad4b83e{cursor:pointer}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .src-business-org-create--certificates-type-module__download__cad4b83e a{color:var(--color-T1, #f5222d)}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .src-business-org-create--certificates-type-module__download__cad4b83e img{width:12px;margin-bottom:4px}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .ant-upload-list{width:466px}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .ant-upload-list .ant-upload-list-item-card-actions{display:none}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .src-business-org-create--certificates-type-module__title__d334e184{font-weight:600;color:var(--color-T2, #37374a)}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .src-business-org-create--certificates-type-module__fs12__b679a2f5{font-size:12px;margin:20px 0}.src-business-org-create--certificates-type-module__certificatesType__f6ed08d1 .org-input-group{margin-top:10px}.src-business-org-create--certificates-type-module__bottomBtns__b0b9c755{width:100%;text-align:center}.src-business-org-create--certificates-type-module__bottomBtns__b0b9c755 button{width:160px;height:36px;background:var(--color-M1, #f5222d);border-radius:4px;margin:120px 12px 0}.src-business-org-create--certificates-type-module__bottomBtns__b0b9c755 :first-child{color:var(--color-T8, #ffffff)}.src-business-org-create--certificates-type-module__bottomBtns__b0b9c755 :last-child{border:1px solid var(--color-F2, #e9e9f0);background:var(--color-F3, #ffffff)}.src-business-org-create--certificates-type-module__width466__c66fc3e9{width:466px !important}.src-business-org-create--certificates-type-module__ml151__f20df5f7{margin-left:151px}.src-business-org-create--certificates-type-module__credit__be183dd4 .src-business-org-create--certificates-type-module__fs12__b679a2f5{margin:0px}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__certificatesPickerTop__ad5ac9e0{display:flex;min-width:281px;padding:14px;border-radius:4px;background:var(--color-G3, #f0f0f5);border-radius:4px;font-size:12px;color:var(--color-T5, #a0a0ac);cursor:pointer;margin-bottom:10px;margin-right:0px}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__certificatesPickerTop__ad5ac9e0 label{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:80px;margin-right:15px;border-radius:4px;background:var(--color-G1, #ffffff);border:1px dashed var(--color-F2, #e9e9f0);cursor:pointer}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__certificatesPickerTop__ad5ac9e0 label.src-business-org-create--certificates-type-module__noBorder__c502d5ba{border:none}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__certificatesPickerTop__ad5ac9e0 label .anticon{margin-bottom:6px;font-size:16px}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__certificatesPickerTop__ad5ac9e0 label>span{font-size:10px;color:var(--color-M1, #f5222d)}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__certificatesPickerTop__ad5ac9e0 span{font-size:12px}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__certificatesPickerTop__ad5ac9e0 img{width:100%;height:100%;border-radius:inherit;object-fit:contain}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__certificatesPickerTop__ad5ac9e0 .src-business-org-create--certificates-type-module__desc__c1b6b7b7{max-width:60%}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__imgs__aac1f565{display:flex;flex-wrap:wrap}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__imgs__aac1f565>div{margin:0 10px 10px 0px;width:80px;height:80px;cursor:pointer;position:relative}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__imgs__aac1f565>div .src-business-org-create--certificates-type-module__img__ec963f22{width:100%;height:100%;border-radius:4px;overflow:hidden}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__imgs__aac1f565>div .src-business-org-create--certificates-type-module__delIconWrap__fdc828ce{width:14px;height:14px;position:absolute;top:-10px;right:-5px;z-index:100}.src-business-org-create--certificates-type-module__certificatesPicker__f66c64c5 .src-business-org-create--certificates-type-module__imgs__aac1f565>div .src-business-org-create--certificates-type-module__delIconWrap__fdc828ce .src-business-org-create--certificates-type-module__delIcon__a2d27571{width:100%}.src-business-org-create--certificates-type-module__modal__e431d949 .ant-modal-content{border-radius:8px}.src-business-org-create--certificates-type-module__modal__e431d949 .ant-modal-content .src-business-org-create--certificates-type-module__btns__ea5cf9ff{width:100%;text-align:right}.src-business-org-create--certificates-type-module__modal__e431d949 .ant-modal-content .src-business-org-create--certificates-type-module__btns__ea5cf9ff button{width:40px;height:24px;border-radius:2px;text-align:center}.src-business-org-create--certificates-type-module__modal__e431d949 .ant-modal-content .src-business-org-create--certificates-type-module__btns__ea5cf9ff :first-child{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-create--certificates-type-module__modal__e431d949 .ant-modal-content .src-business-org-create--certificates-type-module__btns__ea5cf9ff :last-child{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff);margin-left:10px}
.src-business-org-home-org-examine--org-examine-module__ExamineModal__d1f4c93f .ant-modal-content{border-radius:8px}.src-business-org-home-org-examine--org-examine-module__ExamineModal__d1f4c93f .ant-modal-content .src-business-org-home-org-examine--org-examine-module__btns__af88e8bd{width:100%;text-align:center;margin-top:10px}.src-business-org-home-org-examine--org-examine-module__ExamineModal__d1f4c93f .ant-modal-content .src-business-org-home-org-examine--org-examine-module__btns__af88e8bd button{width:94px;height:32px;border-radius:4px;text-align:center}.src-business-org-home-org-examine--org-examine-module__ExamineModal__d1f4c93f .ant-modal-content .src-business-org-home-org-examine--org-examine-module__btns__af88e8bd :first-child{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-org-examine--org-examine-module__ExamineModal__d1f4c93f .ant-modal-content .src-business-org-home-org-examine--org-examine-module__btns__af88e8bd :last-child{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff);margin-left:10px}.src-business-org-home-org-examine--org-examine-module__ExamineModal__d1f4c93f .ant-table-content img{width:40px}.src-business-org-home-org-examine--org-examine-module__ExamineModal__d1f4c93f .ant-modal-header{border-radius:8px 8px 0 0}.src-business-org-home-org-examine--org-examine-module__avatar__fba3cc38{width:40px !important}.src-business-org-home-org-examine--org-examine-module__backHeader__c1f566d2{display:flex;align-items:center;justify-content:space-between}.src-business-org-home-org-examine--org-examine-module__backHeader__c1f566d2>div{display:flex;align-items:center;padding:9px 0px}.src-business-org-home-org-examine--org-examine-module__backHeader__c1f566d2>div>button{width:24px;height:24px;margin-right:8px;background:var(--color-G3, #f0f0f5);border-radius:3px}.src-business-org-home-org-examine--org-examine-module__backHeader__c1f566d2>div>button svg{width:40%;height:40%}.src-business-org-home-org-examine--org-examine-module__backHeader__c1f566d2 h3{font-size:16px;line-height:1.375;color:var(--color-T2, #37374a)}.src-business-org-home-org-examine--org-examine-module__backHeader__c1f566d2 .ant-select-selector{width:163px !important}.src-business-org-home-org-examine--org-examine-module__backHeader__c1f566d2 .ant-form-item{margin:0px}.src-business-org-home-org-examine--org-examine-module__orgList__b99169fb img{width:40px;height:40px;border-radius:4px}.src-business-org-home-org-examine--org-examine-module__OrgExamineDetails__f35aac95 .ant-modal-body{display:block}.src-business-org-home-org-examine--org-examine-module__OrgExamineDetails__f35aac95 .src-business-org-home-org-examine--org-examine-module__qualityInfo__e2eff435{display:flex;flex-wrap:wrap}.src-business-org-home-org-examine--org-examine-module__OrgExamineDetails__f35aac95 .src-business-org-home-org-examine--org-examine-module__qualityInfo__e2eff435 .src-business-org-home-org-examine--org-examine-module__imgsWrap__f7a3920f img{width:200px;height:120px;margin-right:20px;margin-bottom:10px;object-fit:contain;cursor:pointer}.src-business-org-home-org-examine--org-examine-module__OrgExamineDetails__f35aac95 .ant-modal-content{width:937px}.src-business-org-home-org-examine--org-examine-module__OrgExamineDetails__f35aac95 .ant-table-tbody > tr > td{height:40px;padding-top:10px;padding-bottom:10px;word-break:break-all}.src-business-org-home-org-examine--org-examine-module__OrgTag__a7b10794{display:flex;flex-wrap:wrap}.src-business-org-home-org-examine--org-examine-module__OrgTag__a7b10794 .src-business-org-home-org-examine--org-examine-module__result__d612cde3{border-radius:4px;border:1px solid var(--color-T6, #e9e9f0);padding:2px 12px;margin-right:10px;margin-bottom:10px}.src-business-org-home-org-examine--org-examine-module__OrgTag__a7b10794 .src-business-org-home-org-examine--org-examine-module__result__d612cde3 .src-business-org-home-org-examine--org-examine-module__departmentTag__b16af81b,.src-business-org-home-org-examine--org-examine-module__OrgTag__a7b10794 .src-business-org-home-org-examine--org-examine-module__result__d612cde3 .src-business-org-home-org-examine--org-examine-module__tenantTag__eec2a01a{display:inline-block;padding:0px 3px;margin-right:4px;font-size:12px;line-height:17px}.src-business-org-home-org-examine--org-examine-module__OrgTag__a7b10794 .src-business-org-home-org-examine--org-examine-module__result__d612cde3 .src-business-org-home-org-examine--org-examine-module__tenantTag__eec2a01a{color:#0659fb;background:rgba(6,89,251,.0901960784)}.src-business-org-home-org-examine--org-examine-module__OrgTag__a7b10794 .src-business-org-home-org-examine--org-examine-module__result__d612cde3 .src-business-org-home-org-examine--org-examine-module__departmentTag__b16af81b{color:#26952d;background:rgba(38,149,45,.0901960784)}
/* Document
 * ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 */:where(html) {
  line-height: 1.15; /* 1 */
}/* Sections
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Safari.
 */:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */:where(b, strong) {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */:where(small) {
  font-size: 80%;
}/* Tabular data
 * ========================================================================== *//**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}/* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */:where(button, input, select) {
  margin: 0;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(button) {
  text-transform: none;
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */:where(progress) {
  vertical-align: baseline;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(select) {
  text-transform: none;
}/**
 * Remove the margin in Firefox and Safari.
 */:where(textarea) {
  margin: 0;
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:where(:-moz-ui-invalid) {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct styles in Safari.
 */:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}:where(dialog:not([open])) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */:where(summary) {
  display: list-item;
}:root{--color-M1: #f5222d;--color-M1-rgb: 245, 34, 45;--color-G1: #ffffff;--color-G1-rgb: 255, 255, 255;--color-G2: #a0a0ac;--color-G2-rgb: 160, 160, 172;--color-G3: #f0f0f5;--color-G3-rgb: 240, 240, 245;--color-G4: rgba(255, 255, 255, 0.1019607843);--color-G4-rgb: 255, 255, 255;--color-G5: #f7f7fa;--color-G5-rgb: 247, 247, 250;--color-G6: rgba(255, 255, 255, 0.2980392157);--color-G6-rgb: 255, 255, 255;--color-G7: #fdfafa;--color-G7-rgb: 253, 250, 250;--color-G8: #f9f9f9;--color-G8-rgb: 249, 249, 249;--color-G9: #BB0100;--color-G9-rgb: 187, 1, 0;--color-F1: #ff1744;--color-F1-rgb: 255, 23, 68;--color-F2: #e9e9f0;--color-F2-rgb: 233, 233, 240;--color-F3: #ffffff;--color-F3-rgb: 255, 255, 255;--color-F4: #a0a0ac;--color-F4-rgb: 160, 160, 172;--color-F5: #37374a;--color-F5-rgb: 55, 55, 74;--color-F6: #f5222d;--color-F6-rgb: 245, 34, 45;--color-F7: #fee8ea;--color-F7-rgb: 254, 232, 234;--color-F8: #55555e;--color-F8-rgb: 85, 85, 94;--color-F9: #878787;--color-F9-rgb: 135, 135, 135;--color-F10: #e8f0fe;--color-F10-rgb: 232, 240, 254;--color-F11: #ebf5ec;--color-F11-rgb: 235, 245, 236;--color-F12: #fef6f6;--color-F12-rgb: 254, 246, 246;--color-F13: #f5f8fe;--color-F13-rgb: 245, 248, 254;--color-F14: #f6faf6;--color-F14-rgb: 246, 250, 246;--color-O1: rgba(55, 55, 74, 0.2);--color-O1-rgb: 55, 55, 74;--color-T1: #f5222d;--color-T1-rgb: 245, 34, 45;--color-T2: #37374a;--color-T2-rgb: 55, 55, 74;--color-T3: #323244;--color-T3-rgb: 50, 50, 68;--color-T4: #55555e;--color-T4-rgb: 85, 85, 94;--color-T5: #a0a0ac;--color-T5-rgb: 160, 160, 172;--color-T6: #e9e9f0;--color-T6-rgb: 233, 233, 240;--color-T7: #f0f0f5;--color-T7-rgb: 240, 240, 245;--color-T8: #ffffff;--color-T8-rgb: 255, 255, 255;--color-T9: rgba(255, 255, 255, 0.6);--color-T9-rgb: 255, 255, 255;--color-T10: rgba(255, 255, 255, 0.6980392157);--color-T10-rgb: 255, 255, 255;--color-T11: #ff1744;--color-T11-rgb: 255, 23, 68;--color-T12: #0659fb;--color-T12-rgb: 6, 89, 251;--color-T13: #0bb13a;--color-T13-rgb: 11, 177, 58;--color-T14: #ff5a2e;--color-T14-rgb: 255, 90, 46;--color-T15: #929292;--color-T15-rgb: 146, 146, 146}html{--antd-wave-shadow-color: var(--color-M1, #f5222d)}.ant-picker-input>input,.ant-input-number,.ant-input-number-input,.ant-cascader-input,.ant-input{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-picker-input>input:hover,.ant-picker-input>input:focus,.ant-input-number:hover,.ant-input-number:focus,.ant-input-number-input:hover,.ant-input-number-input:focus,.ant-cascader-input:hover,.ant-cascader-input:focus,.ant-input:hover,.ant-input:focus{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-picker-input>input::-moz-placeholder, .ant-input-number::-moz-placeholder, .ant-input-number-input::-moz-placeholder, .ant-cascader-input::-moz-placeholder, .ant-input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-picker-input>input::placeholder,.ant-input-number::placeholder,.ant-input-number-input::placeholder,.ant-cascader-input::placeholder,.ant-input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.ant-input-affix-wrapper-focused,.ant-cascader-picker:focus .ant-cascader-input,.ant-cascader-picker-label:hover+.ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover+.ant-cascader-input){border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-cascader-picker-focused,.ant-cascader-picker:hover,.ant-picker-focused,.ant-picker:hover{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-input-number{outline:none}.ant-input-number-focused{border-color:var(--color-F4, #a0a0ac);box-shadow:none}:where(.ant-tabs).ant-tabs{color:var(--color-T2, #37374a)}:where(.ant-tabs).ant-tabs.ant-tabs-top>.ant-tabs-nav::before{border-bottom-color:var(--color-F2, #e9e9f0)}:where(.ant-tabs).ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-T1, #f5222d);text-shadow:none}:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab:hover,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible),.ant-tabs-tab-btn:focus,.ant-tabs-tab-remove:focus,.ant-tabs-tab-btn:active,.ant-tabs-tab-remove:active,.ant-tabs-tab:hover{color:inherit}:where(.ant-tabs).ant-tabs .ant-tabs-ink-bar,.ant-tabs-ink-bar{height:3px;border-radius:2px;background:var(--color-M1, #f5222d)}.ant-badge,.ant-drawer-header,.ant-drawer-title,.ant-modal .ant-modal-footer,.ant-modal .ant-modal-header,.ant-modal-title,.ant-table,.ant-select,.ant-form,.ant-form-item,.ant-radio-wrapper,.ant-checkbox-wrapper,.ant-modal,.ant-picker,.ant-picker-input>input,.ant-form-item-label>label{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-drawer-header{border-bottom-color:var(--color-F2, #e9e9f0)}.ant-modal-footer .ant-btn+.ant-btn{margin-bottom:0px;margin-left:8px}.ant-switch.ant-switch-checked{background:var(--color-M1, #f5222d)}.ant-switch:focus{box-shadow:none}.ant-badge-count{background:var(--color-M1, #f5222d);box-shadow:none}.ant-table{font-size:14px;line-height:20px}.ant-table .ant-table-thead th{color:var(--color-T5, #a0a0ac)}.ant-table .ant-table-thead th::before{display:none}.ant-table-filter-dropdown .ant-radio-wrapper{line-height:0;vertical-align:text-top;color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-title-content{line-height:1.5715}.ant-table-filter-dropdown .ant-btn-primary{border-color:var(--color-M1, #f5222d);background-color:var(--color-M1, #f5222d)}.ant-table-filter-dropdown .ant-btn-link{color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-item-selected,.ant-table-filter-dropdown .ant-dropdown-menu-submenu-title-selected{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:var(--color-F4, #a0a0ac) !important;box-shadow:none !important}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--color-F2, #e9e9f0)}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{display:inline-flex;align-items:center}.ant-select-item,.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:var(--color-T2, #37374a);font-size:inherit}.ant-pagination{color:var(--color-T2, #37374a)}.ant-pagination .ant-pagination-item a{color:inherit}.ant-pagination input,.ant-pagination li{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination input:hover,.ant-pagination input:focus,.ant-pagination li:hover,.ant-pagination li:focus{border-color:var(--color-F2, #e9e9f0);box-shadow:none}.ant-pagination .ant-pagination-item,.ant-pagination .ant-pagination-prev button,.ant-pagination .ant-pagination-next button{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-prev button:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-next button:not(.ant-pagination-item-active):hover{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination .ant-pagination-item-active,.ant-pagination .ant-pagination-item-active:hover,.ant-pagination .ant-pagination-item-active:focus{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.ant-pagination .ant-pagination-options .ant-select-selector,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:var(--color-F2, #e9e9f0);border-radius:4px;box-shadow:none}.ant-pagination .ant-pagination-options .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-selector:focus,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:focus{border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-breadcrumb a{color:inherit}.ant-breadcrumb a:hover{color:inherit}.ant-breadcrumb span:last-child{color:inherit}.ant-breadcrumb span:last-child a{color:inherit}.ant-breadcrumb-separator{margin:0px}.ant-radio-wrapper{align-items:center}.ant-radio{top:0px}span.ant-radio+*{padding-left:12px;padding-right:0px}.ant-checkbox-inner{border-color:var(--color-F4, #a0a0ac)}.ant-checkbox-indeterminate .ant-checkbox-inner{border-color:var(--color-M1, #f5222d)}.ant-checkbox-indeterminate .ant-checkbox-inner::after{background:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-select-tree{color:var(--color-T2, #37374a)}.ant-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-checkbox-checked .ant-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-radio-inner{align-items:center;justify-content:center;border-color:var(--color-M1, #f5222d)}.ant-radio-inner::after{position:absolute;top:3px;left:3px;right:3px;bottom:3px;width:auto;height:auto;margin:0px;border-radius:999px;background:var(--color-M1, #f5222d)}.ant-radio-checked .ant-radio-inner::after{transform:scale(1)}.ant-tree-checkbox:hover .ant-tree-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-radio-checked::after,.ant-radio-checked .ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner,.ant-radio-input:focus+.ant-radio-inner{border-color:var(--color-M1, #f5222d)}.drawer .ant-drawer-header,.flex-drawer .ant-drawer-header{padding:24px 22px}.drawer .ant-drawer-title,.flex-drawer .ant-drawer-title{font-size:24px;line-height:33px}.ant-drawer-body{padding:0px 22px;line-height:1.5}.flex-drawer .ant-drawer-body{display:flex;flex-direction:column}.drawer-btn-row{position:-webkit-sticky;position:sticky;top:100%;display:flex;justify-content:space-between;padding-bottom:50px}.flex-drawer .drawer-btn-row{margin-top:auto}.drawer-btn-row button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);font-size:14px;color:var(--color-T5, #a0a0ac)}.drawer-btn-row button[data-submit]{background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);color:var(--color-T8, #ffffff)}.modal .ant-modal-content{border-radius:10px}.modal .ant-modal-header{padding:32px 32px 35px;border-radius:10px 10px 0px 0px;border-color:var(--color-F2, #e9e9f0)}.modal .ant-modal-title{font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal .ant-modal-body{padding:32px;font-size:14px;line-height:20px}.no-border-table .ant-table th,.no-border-table .ant-table td{border:none;background:none}.no-border-table .ant-table th:first-child,.no-border-table .ant-table td:first-child{padding-left:0px}.no-border-table .ant-table th:last-child,.no-border-table .ant-table td:last-child{padding-right:0px}.select{height:30px;background:var(--color-G3, #f0f0f5);border-radius:4px}.select .ant-select-selector{color:var(--color-T2, #37374a);box-shadow:none !important}.select:not(.ant-select-customize-input) .ant-select-selector{border:none;background:none;height:100%;border-radius:inherit}.select .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac)}.select .ant-select-clear{background:inherit}.select-dropdown{background:var(--color-G3, #f0f0f5)}.label-input{height:30px;background:var(--color-G3, #f0f0f5);color:var(--color-T2, #37374a);border-radius:4px}.label-input .ant-input-group{height:inherit;font-size:inherit}.label-input .ant-input-group-addon{min-width:97px;height:inherit;padding:0px 16px;text-align:left;background:none;border:none;border-right:1px solid var(--color-F2, #e9e9f0);font-size:inherit;color:var(--color-T2, #37374a)}.label-input input{height:inherit;padding-left:23px;background:none !important;border:none;outline:none;font-size:inherit}.label-input input:focus{box-shadow:none}.login-title{position:relative;margin:0px;font-size:24px;line-height:33px;color:var(--color-T2, #37374a)}.login-title .login-title-back{position:absolute;left:-29px;top:50%;width:24px;height:24px;padding:4px;transform:translateY(-50%);cursor:pointer}.login-prompt{margin:4px 0px 0px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.login-content{margin:0 auto}.login-content a,.login-content [role=link]{color:var(--color-T1, #f5222d)}.login-content .color-T1{color:var(--color-T1, #f5222d)}.login-content .cursor-p{cursor:pointer}:focus-visible{outline:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;color:var(--color-T2, #37374a)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}b{font-weight:500}h1,h2,h3,h4,h5,h6,p{margin:0px;color:var(--color-T2, #37374a)}input{border-color:var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a)}input:hover,input:focus{border-color:var(--color-F4, #a0a0ac)}input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}button{padding:0px;border:none;background:none;cursor:pointer}button:disabled{cursor:not-allowed}button[data-m1]{height:32px;padding:0px 32px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}#root{height:100%}.input{height:30px;background:var(--color-G3, #f0f0f5);border:none;padding-left:16px;border-radius:4px;color:var(--color-T2, #37374a)}.input:-moz-read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.input:disabled,.input:read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.no-wrap,.limit-len p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.float-container::before,.float-container::after{display:block;content:"";clear:both}.submitAndCancelRow{font-size:14px}.submitAndCancelRow button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);color:var(--color-T5, #a0a0ac)}.submitAndCancelRow button+button{margin-left:24px}.submitAndCancelRow button[type=submit]{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a)}.submitAndCancelRow button:disabled{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);opacity:.3}.dropdownMenu{width:200px;margin-top:3px;padding:4px 6px 5px 4px;background-color:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06) !important;border-radius:4px;border:none}.dropdownMenu :global(.ant-dropdown-menu-item),.dropdownMenu :global(.ant-menu-item){height:30px;margin:0px;padding:0px 12px;border-radius:4px;text-align:left;line-height:30px;color:var(--color-T2, #37374a)}.dropdownMenu :global(.ant-dropdown-menu-item):not(:last-child),.dropdownMenu :global(.ant-menu-item):not(:last-child){margin-bottom:4px}.dropdownMenu :global(.ant-dropdown-menu-item) a:hover,.dropdownMenu :global(.ant-dropdown-menu-item):hover,.dropdownMenu :global(.ant-menu-item) a:hover,.dropdownMenu :global(.ant-menu-item):hover{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.auditStatus1{color:var(--color-T12, #0659fb)}.auditStatus2{color:var(--color-T13, #0bb13a)}.auditStatus3{color:var(--color-T1, #f5222d)}.limit-len{position:relative;width:100%}.limit-len p{position:absolute;left:0px;top:0px;width:100%;transform:translateY(-50%)}
/* Document
 * ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 */:where(html) {
  line-height: 1.15; /* 1 */
}/* Sections
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Safari.
 */:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */:where(b, strong) {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */:where(small) {
  font-size: 80%;
}/* Tabular data
 * ========================================================================== *//**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}/* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */:where(button, input, select) {
  margin: 0;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(button) {
  text-transform: none;
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */:where(progress) {
  vertical-align: baseline;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(select) {
  text-transform: none;
}/**
 * Remove the margin in Firefox and Safari.
 */:where(textarea) {
  margin: 0;
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:where(:-moz-ui-invalid) {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct styles in Safari.
 */:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}:where(dialog:not([open])) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */:where(summary) {
  display: list-item;
}:root{--color-M1: #f5222d;--color-M1-rgb: 245, 34, 45;--color-G1: #ffffff;--color-G1-rgb: 255, 255, 255;--color-G2: #a0a0ac;--color-G2-rgb: 160, 160, 172;--color-G3: #f0f0f5;--color-G3-rgb: 240, 240, 245;--color-G4: rgba(255, 255, 255, 0.1019607843);--color-G4-rgb: 255, 255, 255;--color-G5: #f7f7fa;--color-G5-rgb: 247, 247, 250;--color-G6: rgba(255, 255, 255, 0.2980392157);--color-G6-rgb: 255, 255, 255;--color-G7: #fdfafa;--color-G7-rgb: 253, 250, 250;--color-G8: #f9f9f9;--color-G8-rgb: 249, 249, 249;--color-G9: #BB0100;--color-G9-rgb: 187, 1, 0;--color-F1: #ff1744;--color-F1-rgb: 255, 23, 68;--color-F2: #e9e9f0;--color-F2-rgb: 233, 233, 240;--color-F3: #ffffff;--color-F3-rgb: 255, 255, 255;--color-F4: #a0a0ac;--color-F4-rgb: 160, 160, 172;--color-F5: #37374a;--color-F5-rgb: 55, 55, 74;--color-F6: #f5222d;--color-F6-rgb: 245, 34, 45;--color-F7: #fee8ea;--color-F7-rgb: 254, 232, 234;--color-F8: #55555e;--color-F8-rgb: 85, 85, 94;--color-F9: #878787;--color-F9-rgb: 135, 135, 135;--color-F10: #e8f0fe;--color-F10-rgb: 232, 240, 254;--color-F11: #ebf5ec;--color-F11-rgb: 235, 245, 236;--color-F12: #fef6f6;--color-F12-rgb: 254, 246, 246;--color-F13: #f5f8fe;--color-F13-rgb: 245, 248, 254;--color-F14: #f6faf6;--color-F14-rgb: 246, 250, 246;--color-O1: rgba(55, 55, 74, 0.2);--color-O1-rgb: 55, 55, 74;--color-T1: #f5222d;--color-T1-rgb: 245, 34, 45;--color-T2: #37374a;--color-T2-rgb: 55, 55, 74;--color-T3: #323244;--color-T3-rgb: 50, 50, 68;--color-T4: #55555e;--color-T4-rgb: 85, 85, 94;--color-T5: #a0a0ac;--color-T5-rgb: 160, 160, 172;--color-T6: #e9e9f0;--color-T6-rgb: 233, 233, 240;--color-T7: #f0f0f5;--color-T7-rgb: 240, 240, 245;--color-T8: #ffffff;--color-T8-rgb: 255, 255, 255;--color-T9: rgba(255, 255, 255, 0.6);--color-T9-rgb: 255, 255, 255;--color-T10: rgba(255, 255, 255, 0.6980392157);--color-T10-rgb: 255, 255, 255;--color-T11: #ff1744;--color-T11-rgb: 255, 23, 68;--color-T12: #0659fb;--color-T12-rgb: 6, 89, 251;--color-T13: #0bb13a;--color-T13-rgb: 11, 177, 58;--color-T14: #ff5a2e;--color-T14-rgb: 255, 90, 46;--color-T15: #929292;--color-T15-rgb: 146, 146, 146}html{--antd-wave-shadow-color: var(--color-M1, #f5222d)}.ant-picker-input>input,.ant-input-number,.ant-input-number-input,.ant-cascader-input,.ant-input{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-picker-input>input:hover,.ant-picker-input>input:focus,.ant-input-number:hover,.ant-input-number:focus,.ant-input-number-input:hover,.ant-input-number-input:focus,.ant-cascader-input:hover,.ant-cascader-input:focus,.ant-input:hover,.ant-input:focus{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-picker-input>input::-moz-placeholder, .ant-input-number::-moz-placeholder, .ant-input-number-input::-moz-placeholder, .ant-cascader-input::-moz-placeholder, .ant-input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-picker-input>input::placeholder,.ant-input-number::placeholder,.ant-input-number-input::placeholder,.ant-cascader-input::placeholder,.ant-input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.ant-input-affix-wrapper-focused,.ant-cascader-picker:focus .ant-cascader-input,.ant-cascader-picker-label:hover+.ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover+.ant-cascader-input){border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-cascader-picker-focused,.ant-cascader-picker:hover,.ant-picker-focused,.ant-picker:hover{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-input-number{outline:none}.ant-input-number-focused{border-color:var(--color-F4, #a0a0ac);box-shadow:none}:where(.ant-tabs).ant-tabs{color:var(--color-T2, #37374a)}:where(.ant-tabs).ant-tabs.ant-tabs-top>.ant-tabs-nav::before{border-bottom-color:var(--color-F2, #e9e9f0)}:where(.ant-tabs).ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-T1, #f5222d);text-shadow:none}:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab:hover,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible),.ant-tabs-tab-btn:focus,.ant-tabs-tab-remove:focus,.ant-tabs-tab-btn:active,.ant-tabs-tab-remove:active,.ant-tabs-tab:hover{color:inherit}:where(.ant-tabs).ant-tabs .ant-tabs-ink-bar,.ant-tabs-ink-bar{height:3px;border-radius:2px;background:var(--color-M1, #f5222d)}.ant-badge,.ant-drawer-header,.ant-drawer-title,.ant-modal .ant-modal-footer,.ant-modal .ant-modal-header,.ant-modal-title,.ant-table,.ant-select,.ant-form,.ant-form-item,.ant-radio-wrapper,.ant-checkbox-wrapper,.ant-modal,.ant-picker,.ant-picker-input>input,.ant-form-item-label>label{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-drawer-header{border-bottom-color:var(--color-F2, #e9e9f0)}.ant-modal-footer .ant-btn+.ant-btn{margin-bottom:0px;margin-left:8px}.ant-switch.ant-switch-checked{background:var(--color-M1, #f5222d)}.ant-switch:focus{box-shadow:none}.ant-badge-count{background:var(--color-M1, #f5222d);box-shadow:none}.ant-table{font-size:14px;line-height:20px}.ant-table .ant-table-thead th{color:var(--color-T5, #a0a0ac)}.ant-table .ant-table-thead th::before{display:none}.ant-table-filter-dropdown .ant-radio-wrapper{line-height:0;vertical-align:text-top;color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-title-content{line-height:1.5715}.ant-table-filter-dropdown .ant-btn-primary{border-color:var(--color-M1, #f5222d);background-color:var(--color-M1, #f5222d)}.ant-table-filter-dropdown .ant-btn-link{color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-item-selected,.ant-table-filter-dropdown .ant-dropdown-menu-submenu-title-selected{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:var(--color-F4, #a0a0ac) !important;box-shadow:none !important}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--color-F2, #e9e9f0)}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{display:inline-flex;align-items:center}.ant-select-item,.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:var(--color-T2, #37374a);font-size:inherit}.ant-pagination{color:var(--color-T2, #37374a)}.ant-pagination .ant-pagination-item a{color:inherit}.ant-pagination input,.ant-pagination li{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination input:hover,.ant-pagination input:focus,.ant-pagination li:hover,.ant-pagination li:focus{border-color:var(--color-F2, #e9e9f0);box-shadow:none}.ant-pagination .ant-pagination-item,.ant-pagination .ant-pagination-prev button,.ant-pagination .ant-pagination-next button{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-prev button:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-next button:not(.ant-pagination-item-active):hover{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination .ant-pagination-item-active,.ant-pagination .ant-pagination-item-active:hover,.ant-pagination .ant-pagination-item-active:focus{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.ant-pagination .ant-pagination-options .ant-select-selector,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:var(--color-F2, #e9e9f0);border-radius:4px;box-shadow:none}.ant-pagination .ant-pagination-options .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-selector:focus,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:focus{border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-breadcrumb a{color:inherit}.ant-breadcrumb a:hover{color:inherit}.ant-breadcrumb span:last-child{color:inherit}.ant-breadcrumb span:last-child a{color:inherit}.ant-breadcrumb-separator{margin:0px}.ant-radio-wrapper{align-items:center}.ant-radio{top:0px}span.ant-radio+*{padding-left:12px;padding-right:0px}.ant-checkbox-inner{border-color:var(--color-F4, #a0a0ac)}.ant-checkbox-indeterminate .ant-checkbox-inner{border-color:var(--color-M1, #f5222d)}.ant-checkbox-indeterminate .ant-checkbox-inner::after{background:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-select-tree{color:var(--color-T2, #37374a)}.ant-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-checkbox-checked .ant-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-radio-inner{align-items:center;justify-content:center;border-color:var(--color-M1, #f5222d)}.ant-radio-inner::after{position:absolute;top:3px;left:3px;right:3px;bottom:3px;width:auto;height:auto;margin:0px;border-radius:999px;background:var(--color-M1, #f5222d)}.ant-radio-checked .ant-radio-inner::after{transform:scale(1)}.ant-tree-checkbox:hover .ant-tree-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-radio-checked::after,.ant-radio-checked .ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner,.ant-radio-input:focus+.ant-radio-inner{border-color:var(--color-M1, #f5222d)}.drawer .ant-drawer-header,.flex-drawer .ant-drawer-header{padding:24px 22px}.drawer .ant-drawer-title,.flex-drawer .ant-drawer-title{font-size:24px;line-height:33px}.ant-drawer-body{padding:0px 22px;line-height:1.5}.flex-drawer .ant-drawer-body{display:flex;flex-direction:column}.drawer-btn-row{position:-webkit-sticky;position:sticky;top:100%;display:flex;justify-content:space-between;padding-bottom:50px}.flex-drawer .drawer-btn-row{margin-top:auto}.drawer-btn-row button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);font-size:14px;color:var(--color-T5, #a0a0ac)}.drawer-btn-row button[data-submit]{background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);color:var(--color-T8, #ffffff)}.modal .ant-modal-content{border-radius:10px}.modal .ant-modal-header{padding:32px 32px 35px;border-radius:10px 10px 0px 0px;border-color:var(--color-F2, #e9e9f0)}.modal .ant-modal-title{font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal .ant-modal-body{padding:32px;font-size:14px;line-height:20px}.no-border-table .ant-table th,.no-border-table .ant-table td{border:none;background:none}.no-border-table .ant-table th:first-child,.no-border-table .ant-table td:first-child{padding-left:0px}.no-border-table .ant-table th:last-child,.no-border-table .ant-table td:last-child{padding-right:0px}.select{height:30px;background:var(--color-G3, #f0f0f5);border-radius:4px}.select .ant-select-selector{color:var(--color-T2, #37374a);box-shadow:none !important}.select:not(.ant-select-customize-input) .ant-select-selector{border:none;background:none;height:100%;border-radius:inherit}.select .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac)}.select .ant-select-clear{background:inherit}.select-dropdown{background:var(--color-G3, #f0f0f5)}.label-input{height:30px;background:var(--color-G3, #f0f0f5);color:var(--color-T2, #37374a);border-radius:4px}.label-input .ant-input-group{height:inherit;font-size:inherit}.label-input .ant-input-group-addon{min-width:97px;height:inherit;padding:0px 16px;text-align:left;background:none;border:none;border-right:1px solid var(--color-F2, #e9e9f0);font-size:inherit;color:var(--color-T2, #37374a)}.label-input input{height:inherit;padding-left:23px;background:none !important;border:none;outline:none;font-size:inherit}.label-input input:focus{box-shadow:none}.login-title{position:relative;margin:0px;font-size:24px;line-height:33px;color:var(--color-T2, #37374a)}.login-title .login-title-back{position:absolute;left:-29px;top:50%;width:24px;height:24px;padding:4px;transform:translateY(-50%);cursor:pointer}.login-prompt{margin:4px 0px 0px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.login-content{margin:0 auto}.login-content a,.login-content [role=link]{color:var(--color-T1, #f5222d)}.login-content .color-T1{color:var(--color-T1, #f5222d)}.login-content .cursor-p{cursor:pointer}:focus-visible{outline:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;color:var(--color-T2, #37374a)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}b{font-weight:500}h1,h2,h3,h4,h5,h6,p{margin:0px;color:var(--color-T2, #37374a)}input{border-color:var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a)}input:hover,input:focus{border-color:var(--color-F4, #a0a0ac)}input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}button{padding:0px;border:none;background:none;cursor:pointer}button:disabled{cursor:not-allowed}button[data-m1]{height:32px;padding:0px 32px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}#root{height:100%}.input{height:30px;background:var(--color-G3, #f0f0f5);border:none;padding-left:16px;border-radius:4px;color:var(--color-T2, #37374a)}.input:-moz-read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.input:disabled,.input:read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.no-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.float-container::before,.float-container::after{display:block;content:"";clear:both}.submitAndCancelRow{font-size:14px}.submitAndCancelRow button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);color:var(--color-T5, #a0a0ac)}.submitAndCancelRow button+button{margin-left:24px}.submitAndCancelRow button[type=submit]{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a)}.submitAndCancelRow button:disabled{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);opacity:.3}.dropdownMenu{width:200px;margin-top:3px;padding:4px 6px 5px 4px;background-color:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06) !important;border-radius:4px;border:none}.dropdownMenu :global(.ant-dropdown-menu-item),.dropdownMenu :global(.ant-menu-item){height:30px;margin:0px;padding:0px 12px;border-radius:4px;text-align:left;line-height:30px;color:var(--color-T2, #37374a)}.dropdownMenu :global(.ant-dropdown-menu-item):not(:last-child),.dropdownMenu :global(.ant-menu-item):not(:last-child){margin-bottom:4px}.dropdownMenu :global(.ant-dropdown-menu-item) a:hover,.dropdownMenu :global(.ant-dropdown-menu-item):hover,.dropdownMenu :global(.ant-menu-item) a:hover,.dropdownMenu :global(.ant-menu-item):hover{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.mgtb10{margin:10px 0}.title{font-size:24px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a}.page-contains{width:100%;background:#f7f7fa}.page-chart{padding:65px 56px 24px 56px;width:100%;background:#fff}.page-slider{background:#fff;padding:24px 210px 124px 56px;margin-top:20px;width:100%;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a}.page-slider>span:nth-child(2){font-size:16px}.page-slider>div:nth-child(3){margin-top:20px}.page-slider-header{display:flex;justify-content:space-between}.page-slider-header-form{display:flex}.page-slider-header-form>div:nth-child(1),.page-slider-header-form>div:nth-child(2){width:120px;margin-right:10px}.page-slider-header>div:nth-child(2)>button:nth-child(1){margin-right:20px}.page-slider-card-box{margin-top:30px}.page-slider-card-box-common-legend>span:before{content:"";display:inline-block;width:12px;height:12px;border-radius:2px;margin-right:5px}.page-slider-card-box-common-legend>span{font-size:12px;font-weight:400;color:#a0a0ac}.page-slider-card-box-common-legend>span:nth-child(1):before{margin-left:20px;background:#26952d}.page-slider-card-box-common-legend>span:nth-child(2):before{margin-left:20px;background:#ff5a2e}.page-slider-card-box-common-legend>span:nth-child(3):before{margin-left:20px;background:blue}.page-slider-card-box-common-legend>span:nth-child(4):before{margin-left:20px;background:#ff1744}.page-slider-card-box>div:nth-child(1){display:flex;align-items:center;width:100%;justify-content:space-between;margin-bottom:20px}.page-slider-card-box>div:nth-child(1)>span:nth-child(1):before{width:4px;height:14px;background:#f5222d;border-radius:2px;content:"";display:inline-block;margin-right:10px}.page-slider-card-box>div:nth-child(1)>span:nth-child(1){font-size:14px;font-weight:500;color:#37374a;display:flex;align-items:center}.page-slider-card-box-todo-legend>span:nth-child(1):before,.page-slider-card-box-todo-legend>span:nth-child(2):before{content:"";display:inline-block;width:12px;height:12px;background:#f5222d;border-radius:2px;margin-right:5px}.page-slider-card-box-todo-legend>span:nth-child(1),.page-slider-card-box-todo-legend>span:nth-child(2){font-size:12px;font-weight:400;color:#a0a0ac}.page-slider-card-box-todo-legend>span:nth-child(2):before{margin-left:20px;background:#26952d}.page-slider-card{display:flex;flex-direction:column;border-right:1px solid #e9e9f0;box-sizing:border-box}.page-slider-card>div:nth-child(1){display:flex;font-family:PingFangSC-Regular,PingFang SC}.page-slider-card>div:nth-child(1)>span:nth-child(1),.page-slider-card>div:nth-child(1)>span:nth-child(2){flex:1 1;height:50px;border-left:1px solid #e9e9f0;border-bottom:1px solid #e9e9f0;border-top:1px solid #e9e9f0;display:flex;align-items:center;font-size:14px;font-weight:400;color:#a0a0ac}.page-slider-card>div:nth-child(1)>span:nth-child(1){padding-left:20px}.page-slider-card>div:nth-child(1)>span:nth-child(2){flex:4 1}.page-slider-card>div:nth-child(1)>span:nth-child(2) p{font-size:14px;font-weight:400;color:#a0a0ac;padding-left:20px}.page-slider-card>div:nth-child(2){display:flex;height:119px}.page-slider-card>div:nth-child(2)>span:nth-child(1),.page-slider-card>div:nth-child(2)>span:nth-child(2){flex:1 1;border-left:1px solid #e9e9f0;display:flex;align-items:center;border-bottom:1px solid #e9e9f0}.page-slider-card>div:nth-child(2)>span:nth-child(1){padding-left:20px}.page-slider-card>div:nth-child(2)>span:nth-child(1)>p:nth-child(1){font-size:30px;font-weight:500;color:#37374a}.page-slider-card>div:nth-child(2)>span:nth-child(1)>:last-child{margin-left:5px;font-size:14px;font-weight:400;color:#a0a0ac}.page-slider-card>div:nth-child(2)>span:nth-child(2){flex:4 1;flex-direction:column;align-items:start}.page-slider-card>div:nth-child(2)>span:nth-child(2)>div{width:100%;padding-left:20px;flex:1 1;border-bottom:1px solid #e9e9f0;display:flex;align-items:center;gap:15px}.page-slider-card>div:nth-child(2)>span:nth-child(2)>div>span:nth-child(1){font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#a0a0ac}.todo-all-contains{width:100%;padding:24px 56px}.todo-all-contains .inline-form{margin:20px 0 30px 0;gap:10px}.todo-all-contains .inline-form>div:last-child{align-self:flex-end}.todo-all-contains .inline-form>div:last-child button{width:108px;background:#f5222d;border-radius:4px}.todo-all-contains .inline-form>div{flex-direction:column;margin-right:20px}.todo-all-contains .inline-form>div>:nth-child(1){align-self:flex-start}.todo-all-contains .inline-form>div>:nth-child(2){width:160px;border-radius:4px}.todo-all-contains .todo-table button{color:var(--color-T1, #f5222d)}.todo-all-contains .todo-table button+button{margin-left:20px}.todo-all-contains .todo-pagination{padding:38px 0;text-align:center;margin:16px 0;display:flex;justify-content:flex-end}.todo-detail{font-family:PingFangSC-Medium,PingFang SC;width:100%;padding:24px 56px}.todo-detail-tabs{margin-top:23px}.todo-detail-collapse>div>:nth-child(2)>div{padding:0;background:#e9e9f0}.todo-detail-collapse-header{padding:20px;background:#fff}.todo-detail-collapse-header>div:first-child{font-weight:500;color:#37374a}.todo-detail-collapse-header>div:nth-child(2){margin-top:10px;font-weight:400;color:#55555e}.todo-detail-collapse-middle{margin-top:1px;padding:20px;font-family:PingFangSC-Regular,PingFang SC;background:#fff}.todo-detail-collapse-middle .ant-form-item{margin-bottom:0}.todo-detail-collapse-middle .ant-form-item .ant-form-item-control-input-content{display:flex;flex-wrap:wrap}.todo-detail-collapse-middle .ant-form-item .ant-form-item-control-input-content>div{margin-right:25px;display:flex;align-items:center}.todo-detail-collapse-middle .ant-form-item .ant-form-item-control-input-content .preview-more:before{background:url(/static/media/preview_modal.4af05a0b.png);content:"";display:inline-block;width:16px;height:16px}.todo-detail-collapse-middle .ant-form-item .ant-form-item-control-input-content .preview-more{display:flex;align-items:center;font-size:12px;font-weight:400;color:#f5222d;cursor:pointer;margin-left:35px}.todo-detail-collapse-middle .ant-form-item:last-child{margin-top:10px}.todo-detail-collapse-footer{margin-top:1px;padding:20px;background:#fff}.todo-detail-collapse-footer .ant-form-item{margin-bottom:0}.todo-detail-collapse-footer-audit{display:flex;flex-direction:column;align-items:flex-start}.todo-detail-collapse-footer-audit-auditor{display:flex;flex-direction:column}.todo-detail-collapse-footer-audit-auditor .audit-list{gap:44px;display:flex;margin-top:20px}.todo-detail-collapse-footer-audit-auditor .audit-list .audit-person>span:first-child{background:rgba(250,100,0,.8) !important}.todo-detail-collapse-footer-audit-auditor .audit-list .left-audit-content{display:flex;flex-direction:column;align-items:center;gap:10px}.todo-detail-collapse-footer-audit-auditor .audit-list .left-audit-content>span:first-child{width:48px;height:48px;background:#295ed6;font-size:16px;font-weight:400;color:#fff;line-height:22px;border:1px solid #f7b500;display:flex;justify-content:center;align-items:center;border-radius:50%}.todo-detail-collapse-footer-audit-auditor .audit-list .right-audit-content{display:flex;align-items:center;justify-content:flex-start;gap:30px;flex-wrap:wrap}.todo-detail-collapse-footer-audit-auditor .audit-list .right-audit-content>div{flex-direction:column;display:flex;align-items:center}.todo-detail-card .ant-card-head{height:62px;background:#f7f7fa}.executor{font-family:PingFangSC-Regular,PingFang SC}.executor .ant-form-item{margin-bottom:20px}.executor .ant-form-item .ant-form-item-control-input-content{display:flex;flex-wrap:wrap}.executor .ant-form-item .ant-form-item-control-input-content>div{margin-right:25px;display:flex;align-items:center}.executor .ant-form-item .ant-form-item-control-input-content .preview-more:before{background:url(/static/media/preview_modal.4af05a0b.png);content:"";display:inline-block;width:16px;height:16px}.executor .ant-form-item .ant-form-item-control-input-content .preview-more{display:flex;align-items:center;font-size:12px;font-weight:400;color:#f5222d;cursor:pointer;margin-left:35px}.desc-header{width:100%;font-family:PingFangSC-Medium,PingFang SC;margin-top:30px}.desc-header>:nth-child(1){font-size:18px;font-weight:500;color:#37374a}.desc-header>div:nth-child(1):after{width:100%;content:"";display:block;margin:9px 0;border:1px dashed #e9e9f0}.desc-header>:nth-child(2){font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#a0a0ac;line-height:20px}.desc-footer{margin-top:30px;font-family:PingFangSC-Medium,PingFang SC}.desc-footer>p:nth-child(1):before{display:inline-block;height:20px;width:5px;background:#f5222d;border-radius:3px;content:"";margin-right:10px}.desc-footer>p:nth-child(1){font-size:14px;font-weight:500;color:#37374a;display:flex;margin-bottom:20px}.desc-footer>div:nth-child(2){min-height:383px;background:#fafafa;border-radius:8px;padding:30px}.desc-footer-form>div{margin-bottom:20px}.desc-footer-form-preview{margin-right:10px}.desc-footer-form-preview:before{background:url(/static/media/preview_icon.8f7749bc.png);width:12px;height:11px;display:inline-block;content:"";margin-right:5px}.desc-footer-form button{width:108px;height:33px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:12px;font-weight:400;color:#fff}.todo-modal{padding-bottom:20px}.todo-modal+.todo-modal{border-top:1px dashed #e9e9f0;padding-top:20px}.todo-modal-title>:nth-child(1){position:relative;left:0}.todo-modal-title>:nth-child(2){float:right}.todo-modal-tag{padding:7px 12px;background:#f7f7fa;border-radius:6px;margin-top:10px}.preview-more-modal{padding:24px;display:flex;font-family:PingFangSC-Medium,PingFang SC}.preview-more-modal>div{flex:1 1;font-size:14px;font-weight:500;color:#37374a}.preview-more-modal>div>div:nth-child(2){margin-top:10px;background:#f7f7fa;border-radius:4px;height:276px;overflow:auto;padding:22px 16px;font-weight:400;display:flex;flex-direction:column}.preview-more-modal>div>div:nth-child(2)>div{margin-bottom:20px;display:flex;justify-content:space-between}.preview-more-modal>div>div:nth-child(2)>div>div{display:flex;max-width:50%}.preview-more-modal>div:last-child{margin-left:20px}.finish-todo>div:nth-child(2):after{background:url(/static/media/right.dd720335.png) no-repeat center;content:"";display:inline-block;width:16px;height:16px;margin-left:5px}.finish-todo>div:nth-child(2){cursor:pointer;color:#f5222d;display:flex;align-items:center}.report-modal{padding:24px;background:#f5f6f7;display:flex;flex-direction:column;font-family:PingFangSC-Medium,PingFang SC}.report-modal-audit-user{background:#fff;border-radius:8px;border:1px solid #ebebee;margin:20px 52px 0;padding:24px 10px}.report-modal-audit-user .report-timeline-content>div:nth-child(1){font-size:14px;font-weight:500;color:#333;line-height:20px}.report-modal-audit-user .report-timeline-content>div:nth-child(2){font-size:12px;font-weight:400;color:#999;line-height:17px;margin-top:10px}.report-modal-audit-user .report-timeline-content-avatar{margin-top:10px;align-items:center;display:flex;gap:10px;flex-wrap:wrap}.report-modal-position{display:flex;align-items:flex-end;position:relative}.report-modal-position:after{position:absolute;left:30px}.report-modal-success:after,.report-modal-error:after{width:14px;height:14px;background:#26952d;content:"√";border-radius:50%;color:#fff;margin-left:5px;display:flex;align-items:center;justify-content:center}.report-modal-error:after{background:#f5222d;content:"×"}.report-modal>div:nth-child(1){align-self:center}.report-modal>p:nth-child(2){font-size:14px;align-self:center;margin-top:12px;font-weight:500;color:#37374a}.report-modal>p:nth-child(3){margin-top:40px;font-size:14px;font-weight:500;color:#37374a;display:flex;align-items:center}.report-modal>span:nth-child(4){font-size:14px;font-weight:400;color:#55555e}.todo-user{width:100%;padding:24px 56px}.todo-user-form{margin-top:30px}.todo-user-form .ant-form-item{flex-direction:column}.todo-user-form .ant-form-item .ant-form-item-label{align-self:flex-start}.todo-user-form .ant-form-item .ant-select-selector{width:160px;height:32px;border-radius:4px}.todo-user-form .ant-form-item:last-child button{width:108px;background:#f5222d;border-radius:4px}.hide{opacity:0}.search-show{margin-top:30px;display:flex;flex-direction:column;transition:opacity .3s ease-in-out}.search-show-toolbar{display:flex;align-items:center;height:50px;background:#f7f7fa;padding:15px 20px;justify-content:space-between}.search-show-toolbar-item{align-items:center;display:flex}.search-show-toolbar-item p{margin-right:10px}.search-show-toolbar-item>div:nth-child(2){width:160px;height:32px;background:#fff}.search-show-toolbar-item>div:nth-child(2)>:nth-child(1){border-radius:4px}.search-show-toolbar-item>p:nth-child(3){margin-left:20px}.search-show-toolbar-item .ant-radio-button-wrapper{width:141px;height:32px;border-color:#e9e9f0;background:#f7f7fa}.search-show-toolbar-item .ant-radio-button-wrapper:hover{color:#37374a}.search-show-toolbar-item .ant-radio-button-wrapper:first-child{border-radius:4px 0 0 4px}.search-show-toolbar-item .ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0}.search-show-toolbar-item .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:#fff;border-color:#e9e9f0;color:#37374a;box-shadow:unset}.search-show-toolbar-item .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before{background-color:#e9e9f0}.search-show-todo{font-family:PingFangSC-Medium,PingFang SC;margin-top:30px;display:flex}.search-show-todo-item+.search-show-todo-item{margin-left:20px}.search-show-todo-item{width:392px;display:flex;flex-direction:column}.search-show-todo-item>div:nth-child(1){margin-bottom:20px;display:flex}.search-show-todo-item>div:nth-child(1)>p:nth-child(1){font-size:24px;font-weight:500;color:#37374a}.search-show-todo-item>div:nth-child(1)>p:nth-child(2){margin-left:15px;font-size:24px;font-weight:500;color:#f5222d}.search-show-todo-item>div:nth-child(2){display:flex;flex-direction:column;overflow:hidden auto;height:460px}.search-show-todo-item>div:nth-child(2)>div{margin-bottom:20px;width:100%;min-height:100px;background:#f7f7fa;border-radius:8px;padding:25px 20px}.search-show-todo-item>div:nth-child(2)>div>p:nth-child(1){font-size:14px;font-weight:500;color:#37374a}.search-show-todo-item>div:nth-child(2)>div>p:nth-child(2){font-size:12px;margin-top:12px;font-weight:400;color:#a0a0ac}
/* Document
 * ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 */:where(html) {
  line-height: 1.15; /* 1 */
}/* Sections
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Safari.
 */:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */:where(b, strong) {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */:where(small) {
  font-size: 80%;
}/* Tabular data
 * ========================================================================== *//**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}/* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */:where(button, input, select) {
  margin: 0;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(button) {
  text-transform: none;
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */:where(progress) {
  vertical-align: baseline;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(select) {
  text-transform: none;
}/**
 * Remove the margin in Firefox and Safari.
 */:where(textarea) {
  margin: 0;
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:where(:-moz-ui-invalid) {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct styles in Safari.
 */:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}:where(dialog:not([open])) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */:where(summary) {
  display: list-item;
}:root{--color-M1: #f5222d;--color-M1-rgb: 245, 34, 45;--color-G1: #ffffff;--color-G1-rgb: 255, 255, 255;--color-G2: #a0a0ac;--color-G2-rgb: 160, 160, 172;--color-G3: #f0f0f5;--color-G3-rgb: 240, 240, 245;--color-G4: rgba(255, 255, 255, 0.1019607843);--color-G4-rgb: 255, 255, 255;--color-G5: #f7f7fa;--color-G5-rgb: 247, 247, 250;--color-G6: rgba(255, 255, 255, 0.2980392157);--color-G6-rgb: 255, 255, 255;--color-G7: #fdfafa;--color-G7-rgb: 253, 250, 250;--color-G8: #f9f9f9;--color-G8-rgb: 249, 249, 249;--color-G9: #BB0100;--color-G9-rgb: 187, 1, 0;--color-F1: #ff1744;--color-F1-rgb: 255, 23, 68;--color-F2: #e9e9f0;--color-F2-rgb: 233, 233, 240;--color-F3: #ffffff;--color-F3-rgb: 255, 255, 255;--color-F4: #a0a0ac;--color-F4-rgb: 160, 160, 172;--color-F5: #37374a;--color-F5-rgb: 55, 55, 74;--color-F6: #f5222d;--color-F6-rgb: 245, 34, 45;--color-F7: #fee8ea;--color-F7-rgb: 254, 232, 234;--color-F8: #55555e;--color-F8-rgb: 85, 85, 94;--color-F9: #878787;--color-F9-rgb: 135, 135, 135;--color-F10: #e8f0fe;--color-F10-rgb: 232, 240, 254;--color-F11: #ebf5ec;--color-F11-rgb: 235, 245, 236;--color-F12: #fef6f6;--color-F12-rgb: 254, 246, 246;--color-F13: #f5f8fe;--color-F13-rgb: 245, 248, 254;--color-F14: #f6faf6;--color-F14-rgb: 246, 250, 246;--color-O1: rgba(55, 55, 74, 0.2);--color-O1-rgb: 55, 55, 74;--color-T1: #f5222d;--color-T1-rgb: 245, 34, 45;--color-T2: #37374a;--color-T2-rgb: 55, 55, 74;--color-T3: #323244;--color-T3-rgb: 50, 50, 68;--color-T4: #55555e;--color-T4-rgb: 85, 85, 94;--color-T5: #a0a0ac;--color-T5-rgb: 160, 160, 172;--color-T6: #e9e9f0;--color-T6-rgb: 233, 233, 240;--color-T7: #f0f0f5;--color-T7-rgb: 240, 240, 245;--color-T8: #ffffff;--color-T8-rgb: 255, 255, 255;--color-T9: rgba(255, 255, 255, 0.6);--color-T9-rgb: 255, 255, 255;--color-T10: rgba(255, 255, 255, 0.6980392157);--color-T10-rgb: 255, 255, 255;--color-T11: #ff1744;--color-T11-rgb: 255, 23, 68;--color-T12: #0659fb;--color-T12-rgb: 6, 89, 251;--color-T13: #0bb13a;--color-T13-rgb: 11, 177, 58;--color-T14: #ff5a2e;--color-T14-rgb: 255, 90, 46;--color-T15: #929292;--color-T15-rgb: 146, 146, 146}html{--antd-wave-shadow-color: var(--color-M1, #f5222d)}.ant-picker-input>input,.ant-input-number,.ant-input-number-input,.ant-cascader-input,.ant-input{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-picker-input>input:hover,.ant-picker-input>input:focus,.ant-input-number:hover,.ant-input-number:focus,.ant-input-number-input:hover,.ant-input-number-input:focus,.ant-cascader-input:hover,.ant-cascader-input:focus,.ant-input:hover,.ant-input:focus{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-picker-input>input::-moz-placeholder, .ant-input-number::-moz-placeholder, .ant-input-number-input::-moz-placeholder, .ant-cascader-input::-moz-placeholder, .ant-input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-picker-input>input::placeholder,.ant-input-number::placeholder,.ant-input-number-input::placeholder,.ant-cascader-input::placeholder,.ant-input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.ant-input-affix-wrapper-focused,.ant-cascader-picker:focus .ant-cascader-input,.ant-cascader-picker-label:hover+.ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover+.ant-cascader-input){border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-cascader-picker-focused,.ant-cascader-picker:hover,.ant-picker-focused,.ant-picker:hover{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-input-number{outline:none}.ant-input-number-focused{border-color:var(--color-F4, #a0a0ac);box-shadow:none}:where(.ant-tabs).ant-tabs{color:var(--color-T2, #37374a)}:where(.ant-tabs).ant-tabs.ant-tabs-top>.ant-tabs-nav::before{border-bottom-color:var(--color-F2, #e9e9f0)}:where(.ant-tabs).ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-T1, #f5222d);text-shadow:none}:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab:hover,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible),.ant-tabs-tab-btn:focus,.ant-tabs-tab-remove:focus,.ant-tabs-tab-btn:active,.ant-tabs-tab-remove:active,.ant-tabs-tab:hover{color:inherit}:where(.ant-tabs).ant-tabs .ant-tabs-ink-bar,.ant-tabs-ink-bar{height:3px;border-radius:2px;background:var(--color-M1, #f5222d)}.ant-badge,.ant-drawer-header,.ant-drawer-title,.ant-modal .ant-modal-footer,.ant-modal .ant-modal-header,.ant-modal-title,.ant-table,.ant-select,.ant-form,.ant-form-item,.ant-radio-wrapper,.ant-checkbox-wrapper,.ant-modal,.ant-picker,.ant-picker-input>input,.ant-form-item-label>label{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-drawer-header{border-bottom-color:var(--color-F2, #e9e9f0)}.ant-modal-footer .ant-btn+.ant-btn{margin-bottom:0px;margin-left:8px}.ant-switch.ant-switch-checked{background:var(--color-M1, #f5222d)}.ant-switch:focus{box-shadow:none}.ant-badge-count{background:var(--color-M1, #f5222d);box-shadow:none}.ant-table{font-size:14px;line-height:20px}.ant-table .ant-table-thead th{color:var(--color-T5, #a0a0ac)}.ant-table .ant-table-thead th::before{display:none}.ant-table-filter-dropdown .ant-radio-wrapper{line-height:0;vertical-align:text-top;color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-title-content{line-height:1.5715}.ant-table-filter-dropdown .ant-btn-primary{border-color:var(--color-M1, #f5222d);background-color:var(--color-M1, #f5222d)}.ant-table-filter-dropdown .ant-btn-link{color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-item-selected,.ant-table-filter-dropdown .ant-dropdown-menu-submenu-title-selected{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:var(--color-F4, #a0a0ac) !important;box-shadow:none !important}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--color-F2, #e9e9f0)}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{display:inline-flex;align-items:center}.ant-select-item,.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:var(--color-T2, #37374a);font-size:inherit}.ant-pagination{color:var(--color-T2, #37374a)}.ant-pagination .ant-pagination-item a{color:inherit}.ant-pagination input,.ant-pagination li{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination input:hover,.ant-pagination input:focus,.ant-pagination li:hover,.ant-pagination li:focus{border-color:var(--color-F2, #e9e9f0);box-shadow:none}.ant-pagination .ant-pagination-item,.ant-pagination .ant-pagination-prev button,.ant-pagination .ant-pagination-next button{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-prev button:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-next button:not(.ant-pagination-item-active):hover{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination .ant-pagination-item-active,.ant-pagination .ant-pagination-item-active:hover,.ant-pagination .ant-pagination-item-active:focus{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.ant-pagination .ant-pagination-options .ant-select-selector,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:var(--color-F2, #e9e9f0);border-radius:4px;box-shadow:none}.ant-pagination .ant-pagination-options .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-selector:focus,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:focus{border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-breadcrumb a{color:inherit}.ant-breadcrumb a:hover{color:inherit}.ant-breadcrumb span:last-child{color:inherit}.ant-breadcrumb span:last-child a{color:inherit}.ant-breadcrumb-separator{margin:0px}.ant-radio-wrapper{align-items:center}.ant-radio{top:0px}span.ant-radio+*{padding-left:12px;padding-right:0px}.ant-checkbox-inner{border-color:var(--color-F4, #a0a0ac)}.ant-checkbox-indeterminate .ant-checkbox-inner{border-color:var(--color-M1, #f5222d)}.ant-checkbox-indeterminate .ant-checkbox-inner::after{background:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-select-tree{color:var(--color-T2, #37374a)}.ant-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-checkbox-checked .ant-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-radio-inner{align-items:center;justify-content:center;border-color:var(--color-M1, #f5222d)}.ant-radio-inner::after{position:absolute;top:3px;left:3px;right:3px;bottom:3px;width:auto;height:auto;margin:0px;border-radius:999px;background:var(--color-M1, #f5222d)}.ant-radio-checked .ant-radio-inner::after{transform:scale(1)}.ant-tree-checkbox:hover .ant-tree-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-radio-checked::after,.ant-radio-checked .ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner,.ant-radio-input:focus+.ant-radio-inner{border-color:var(--color-M1, #f5222d)}.drawer .ant-drawer-header,.flex-drawer .ant-drawer-header{padding:24px 22px}.drawer .ant-drawer-title,.flex-drawer .ant-drawer-title{font-size:24px;line-height:33px}.ant-drawer-body{padding:0px 22px;line-height:1.5}.flex-drawer .ant-drawer-body{display:flex;flex-direction:column}.drawer-btn-row{position:-webkit-sticky;position:sticky;top:100%;display:flex;justify-content:space-between;padding-bottom:50px}.flex-drawer .drawer-btn-row{margin-top:auto}.drawer-btn-row button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);font-size:14px;color:var(--color-T5, #a0a0ac)}.drawer-btn-row button[data-submit]{background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);color:var(--color-T8, #ffffff)}.modal .ant-modal-content{border-radius:10px}.modal .ant-modal-header{padding:32px 32px 35px;border-radius:10px 10px 0px 0px;border-color:var(--color-F2, #e9e9f0)}.modal .ant-modal-title{font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal .ant-modal-body{padding:32px;font-size:14px;line-height:20px}.no-border-table .ant-table th,.no-border-table .ant-table td{border:none;background:none}.no-border-table .ant-table th:first-child,.no-border-table .ant-table td:first-child{padding-left:0px}.no-border-table .ant-table th:last-child,.no-border-table .ant-table td:last-child{padding-right:0px}.select{height:30px;background:var(--color-G3, #f0f0f5);border-radius:4px}.select .ant-select-selector{color:var(--color-T2, #37374a);box-shadow:none !important}.select:not(.ant-select-customize-input) .ant-select-selector{border:none;background:none;height:100%;border-radius:inherit}.select .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac)}.select .ant-select-clear{background:inherit}.select-dropdown{background:var(--color-G3, #f0f0f5)}.label-input{height:30px;background:var(--color-G3, #f0f0f5);color:var(--color-T2, #37374a);border-radius:4px}.label-input .ant-input-group{height:inherit;font-size:inherit}.label-input .ant-input-group-addon{min-width:97px;height:inherit;padding:0px 16px;text-align:left;background:none;border:none;border-right:1px solid var(--color-F2, #e9e9f0);font-size:inherit;color:var(--color-T2, #37374a)}.label-input input{height:inherit;padding-left:23px;background:none !important;border:none;outline:none;font-size:inherit}.label-input input:focus{box-shadow:none}.login-title{position:relative;margin:0px;font-size:24px;line-height:33px;color:var(--color-T2, #37374a)}.login-title .login-title-back{position:absolute;left:-29px;top:50%;width:24px;height:24px;padding:4px;transform:translateY(-50%);cursor:pointer}.login-prompt{margin:4px 0px 0px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.login-content{margin:0 auto}.login-content a,.login-content [role=link]{color:var(--color-T1, #f5222d)}.login-content .color-T1{color:var(--color-T1, #f5222d)}.login-content .cursor-p{cursor:pointer}:focus-visible{outline:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;color:var(--color-T2, #37374a)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}b{font-weight:500}h1,h2,h3,h4,h5,h6,p{margin:0px;color:var(--color-T2, #37374a)}input{border-color:var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a)}input:hover,input:focus{border-color:var(--color-F4, #a0a0ac)}input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}button{padding:0px;border:none;background:none;cursor:pointer}button:disabled{cursor:not-allowed}button[data-m1]{height:32px;padding:0px 32px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}#root{height:100%}.input{height:30px;background:var(--color-G3, #f0f0f5);border:none;padding-left:16px;border-radius:4px;color:var(--color-T2, #37374a)}.input:-moz-read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.input:disabled,.input:read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.no-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.float-container::before,.float-container::after{display:block;content:"";clear:both}.submitAndCancelRow{font-size:14px}.submitAndCancelRow button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);color:var(--color-T5, #a0a0ac)}.submitAndCancelRow button+button{margin-left:24px}.submitAndCancelRow button[type=submit]{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a)}.submitAndCancelRow button:disabled{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);opacity:.3}.dropdownMenu{width:200px;margin-top:3px;padding:4px 6px 5px 4px;background-color:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06) !important;border-radius:4px;border:none}.dropdownMenu :global(.ant-dropdown-menu-item),.dropdownMenu :global(.ant-menu-item){height:30px;margin:0px;padding:0px 12px;border-radius:4px;text-align:left;line-height:30px;color:var(--color-T2, #37374a)}.dropdownMenu :global(.ant-dropdown-menu-item):not(:last-child),.dropdownMenu :global(.ant-menu-item):not(:last-child){margin-bottom:4px}.dropdownMenu :global(.ant-dropdown-menu-item) a:hover,.dropdownMenu :global(.ant-dropdown-menu-item):hover,.dropdownMenu :global(.ant-menu-item) a:hover,.dropdownMenu :global(.ant-menu-item):hover{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.page-contains,.manager-contains{padding:65px 56px 24px 56px;width:100%;background:#fff}.manager-contains{padding:39px 57px}.head-card{font-family:PingFangSC-Medium,PingFang SC;display:flex;flex-direction:column;padding:0 5px}.head-card-title{border-bottom:1px solid #e9e9f0;padding-bottom:13px;margin-bottom:19px;font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a}.head-card>div:nth-child(2){display:flex}.head-card>div:nth-child(2) .head-card-point{transform:translateY(2px);width:14px;height:14px;background:#f5222d;content:"";display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:10px}.head-card>div:nth-child(2) .head-card-point:before{width:6px;height:6px;background:#fff;content:"";display:inline-block;border-radius:50%}.head-card>div:nth-child(2)>div{margin-right:20px;flex:1 1;min-height:140px;background:#f7f7fa;border-radius:10px}.head-card>div:nth-child(2)>div>div{display:flex;flex-direction:column;box-sizing:border-box}.head-card>div:nth-child(2)>div>div>div:nth-child(1){display:flex;font-size:14px;font-weight:400;color:#a0a0ac}.head-card>div:nth-child(2)>div>div>div:nth-child(1)>div{flex:1 1}.head-card>div:nth-child(2)>div>div>div:nth-child(2){margin-top:10px;margin-left:24px}.head-card>div:nth-child(2)>div>div>div:nth-child(2)>span:nth-child(1){font-size:36px;font-weight:500;color:#37374a;margin-right:5px}.head-card>div:nth-child(2)>div>div>div:nth-child(2)>span:nth-child(2){font-size:14px;font-weight:400;color:#a0a0ac}.head-card>div:nth-child(2)>div:last-child{margin-right:0}.body-card{margin:20px 5px 0 5px;font-family:PingFangSC-Medium,PingFang SC}.body-card>div{min-height:642px}.body-card>div .card-header{display:flex;align-items:center;border-bottom:1px solid #e9e9f0;margin-top:40px;padding:10px 0;margin-bottom:30px}.body-card>div .card-header>span:nth-child(1){font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a}.body-card>div .card-header>div:nth-child(2){margin-left:10px;width:58px;height:32px;background:rgba(245,34,45,.15);border-radius:21px;display:flex;align-items:center;justify-content:center;font-weight:500;color:#f5222d}.body-card-body{display:flex;flex-wrap:wrap}.body-card-body-item{cursor:pointer;margin-right:20px;width:368px;height:99px;background:linear-gradient(90deg, #FFF3F3 0%, #FFFFFF 100%);border-radius:8px;display:flex;align-items:center}.body-card-body-item>div{display:flex;flex-direction:column}.body-card-body-item>div>div:nth-child(1){display:flex;align-items:center;margin-bottom:10px;font-size:14px;font-weight:500;color:#37374a}.body-card-body-item>div>div:nth-child(1)>img:nth-child(1){width:32px;height:32px;border-radius:50%;margin-right:14px}.body-card-body-item>div>div:nth-child(2){font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#a0a0ac}.body-card-body-item:before{width:3px;height:55px;background:#f5222d;border-radius:7px;display:inline-block;content:"";margin:0 20px}.online-venue{display:flex;width:100%;position:relative;margin-bottom:10px;justify-content:space-between}.online-venue .inline-form>div{flex-direction:column;align-items:flex-start;align-self:flex-end}.venue-pagination{padding:38px 0;text-align:center;margin:16px 0;display:flex;justify-content:flex-end}.radius-modal>div:nth-child(2){border-radius:8px}.radius-modal>div:nth-child(2)>div:nth-child(1){border-radius:8px}.radius-modal>div:nth-child(2) .revoke-modal{font-family:PingFangSC-Medium,PingFang SC}.radius-modal>div:nth-child(2) .revoke-modal>p:nth-child(1){font-size:16px;font-weight:500;color:#37374a}.radius-modal>div:nth-child(2) .revoke-modal>p:nth-child(2){font-size:14px;margin-top:12px;font-weight:400;color:#a0a0ac}.radius-modal>div:nth-child(2) .revoke-modal>div:nth-child(3){margin-top:60px;display:flex;justify-content:flex-end}.radius-modal>div:nth-child(2) .revoke-modal>div:nth-child(3)>button:nth-child(1){margin-right:10px}.radius-modal>div:nth-child(2) .revoke-modal>div:nth-child(3)>button:nth-child(1):hover{border-color:#f5222d;color:#f5222d}.venue-detail{font-family:PingFangSC-Medium,PingFang SC;width:100%;padding:24px 56px}.venue-detail-header{margin-top:30px;display:flex;padding-bottom:50px;margin-bottom:30px;border-bottom:1px dashed #e9e9f0}.venue-detail-header>div:nth-child(1){display:flex;flex-direction:column}.venue-detail-header>div:nth-child(1)>div:nth-child(1){font-size:38px;font-weight:500;color:#37374a}.venue-detail-header>div:nth-child(1)>div:nth-child(2){margin-top:10px;font-size:14px;font-weight:400;color:#55555e}.venue-detail-header>div:nth-child(2){margin-left:120px;display:flex;align-items:center}.venue-detail-header>div:nth-child(2)>button{margin-right:30px;width:151px;height:50px;border-radius:26px;border:1px solid #e9e9f0;font-size:16px;font-weight:400;color:#55555e;display:flex;align-items:center;justify-content:center}.venue-detail-header>div:nth-child(2)>button>span:nth-child(2){margin-left:8px}.venue-detail-header>div:nth-child(2)>button .btn-icon>:nth-child(1){height:10px}.venue-detail-content .content-form>div{margin-bottom:30px}.venue-detail-content .content-form>div>div:nth-child(1)>label:before{content:"";width:5px;height:20px;background:#f5222d;border-radius:3px;display:block;margin-right:10px}.venue-detail-content .content-form>div:nth-child(5){display:flex}.venue-detail-content .content-form>div:nth-child(5)>div{margin-right:45px;margin-bottom:30px}.venue-detail-content .content-form>div:nth-child(5)>div>div:nth-child(1)>label:before{content:"";width:5px;height:20px;background:#f5222d;border-radius:3px;display:block;margin-right:10px}.venue-detail-content .content-form>div:nth-child(6) .ant-image{margin-right:20px}.ant-modal-body{overflow:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-modal-body .venue-layout-head-title{position:relative}.ant-modal-body .venue-layout-head-title>div:nth-child(1){font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:28px;position:absolute;z-index:1;left:50%;transform:translateX(-50%);white-space:nowrap}.ant-modal-body .venue-layout-head-title>i:nth-child(2){display:flex;width:100%;height:28px;background:#fafbfc;transform:perspective(50px) rotateX(-5deg);margin-bottom:15px}.ant-modal-body .venue-layout .venue-layout-content{overflow:auto;width:100%}.ant-modal-body .venue-layout .venue-layout-content .table-index{width:20px;height:20px;background:#f5f6f7;display:flex;border-radius:50%;align-items:center;justify-content:center;margin-right:10px;margin-bottom:10px}.ant-modal-body .venue-layout .venue-layout-content .table-seat{width:20px;height:20px;transform:translateY(-5px)}.ant-modal-body .venue-layout .venue-layout-content .null-seat{opacity:.1}.modal-calendar>div:nth-child(2) .ant-picker-calendar-date-value{display:flex;justify-content:center}.modal-calendar .calendar-header{display:flex;justify-content:center;align-items:center;font-family:PingFangSC-Medium,PingFang SC;margin-bottom:15px}.modal-calendar .calendar-header>span:nth-child(2){margin:0 40px;font-size:16px;font-weight:500;color:#37374a}.modal-calendar .calendar-header>button{border-color:rgba(0,0,0,0)}.modal-calendar .calendar-content>div>div:nth-child(1){height:80px;overflow:auto}.modal-calendar .calendar-content>div>div:nth-child(1) .date-point{position:absolute;right:0;top:7px;width:16px;height:16px;background:#295ed6;border-radius:50%;font-size:10px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff;display:flex;justify-content:center;align-items:center}.modal-calendar .calendar-content>div>div:nth-child(1)>div{line-height:23px;background:rgba(6,89,251,.1);font-weight:500;font-size:10px;color:#0659fb;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.modal-calendar .calendar-modal>div{height:80px;overflow:auto}.modal-calendar .calendar-modal>div .date-point{position:absolute;right:0;top:7px;width:16px;height:16px;background:#295ed6;border-radius:50%;font-size:10px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff;display:flex;justify-content:center;align-items:center}.modal-calendar .calendar-modal>div>div:nth-child(2)>div{line-height:23px;background:rgba(6,89,251,.1);font-weight:500;font-size:10px;color:#0659fb;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:4px}.preview{display:flex;flex-direction:column;padding-bottom:30px;font-family:PingFangSC-Medium,PingFang SC}.preview .preview-head{display:flex}.preview .preview-head-item{width:310px;height:140px;background:#f7f7fa;border-radius:8px;padding:20px}.preview .preview-head-item>div:nth-child(1){display:flex;font-size:14px;font-weight:400;color:#a0a0ac}.preview .preview-head-item>div:nth-child(1)>div{flex:1 1}.preview .preview-head-item>div:nth-child(2){margin-top:10px;margin-left:33px}.preview .preview-head-item>div:nth-child(2)>span:nth-child(1){font-size:38px;font-weight:500;color:#37374a;margin-right:17px}.preview .preview-head-item>div:nth-child(2)>span:nth-child(2){font-size:14px;font-weight:400;color:#a0a0ac}.preview .preview-head-item-point{transform:translateY(2px);width:14px;height:14px;background:#f5222d;content:"";display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:20px}.preview .preview-head-item-point:before{width:6px;height:6px;background:#fff;content:"";display:inline-block;border-radius:50%}.preview .preview-head-item:nth-child(2){margin:0 20px}.preview .preview-table{margin-top:20px}.preview .preview-table>div:nth-child(2){margin-top:14px}.venue-create-content{margin-top:39px}.venue-create-content .venue-steps{justify-content:center}.venue-create-content .venue-steps .ant-steps-item{flex:.15 1}.venue-create-content .venue-steps .ant-steps-item:last-child{flex:none}.venue-create-content .venue-steps .ant-steps-item-process .ant-steps-item-title,.venue-create-content .venue-steps .ant-steps-item-finish .ant-steps-item-title{color:#f5222d !important}.venue-create-content .venue-steps .ant-steps-item-process .ant-steps-item-icon,.venue-create-content .venue-steps .ant-steps-item-finish .ant-steps-item-icon{background:#f5222d}.venue-create-content .venue-steps .ant-steps-item-process .ant-steps-item-icon .step-icon,.venue-create-content .venue-steps .ant-steps-item-finish .ant-steps-item-icon .step-icon{color:#fff}.venue-create-content .venue-steps .ant-steps-item-finish .ant-steps-item-title:after{background:#f5222d !important}.venue-create-content .venue-steps .ant-steps-item-wait .ant-steps-item-icon{background:#f0f0f5}.venue-create-content .venue-steps .ant-steps-item-wait .ant-steps-item-icon .step-icon{color:#a0a0ac}.venue-create-content .steps-content{margin-top:40px}.venue-create-content .steps-content .label-line:before{content:"";width:5px;height:20px;background:#f5222d;border-radius:3px;display:inline-block;margin-right:10px}.venue-create-content .steps-content .label-line{display:flex;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a;margin-bottom:25px}.venue-create-content .steps-content-form>div>div:nth-child(1){width:150px}.venue-create-content .steps-content-form>div>div:nth-child(1)>label{margin-left:15px}.venue-create-content .steps-content .seat-layout{margin-top:20px}.venue-create-content .steps-content .seat-layout>div:nth-child(1){width:616px;height:40px;background:#fafbfc;border-radius:4px;display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 20px;margin-bottom:20px}.venue-create-content .steps-content .seat-layout>div:nth-child(1)>div:nth-child(1){font-family:PingFangSC-Medium,PingFang SC;font-size:14px}.venue-create-content .steps-content .seat-layout>div:nth-child(1)>div:nth-child(1)>span:nth-child(1){font-size:14px;font-weight:500;color:#37374a;margin-right:10px}.venue-create-content .steps-content .seat-layout>div:nth-child(1)>div:nth-child(1)>span:nth-child(2){font-weight:400;color:#a0a0ac}.venue-create-content .steps-content .seat-layout>div:nth-child(1)>div:nth-child(1)>span:nth-child(2)>span:nth-child(1){font-weight:500;color:#f5222d}.venue-create-content .steps-content .seat-layout .tooltip{margin-left:420px;display:flex;margin-bottom:20px}.venue-create-content .steps-content .seat-layout .tooltip>span:nth-child(1):before,.venue-create-content .steps-content .seat-layout .tooltip>span:nth-child(2):before{background:url(/static/media/venue_seat.ab12fced.png);display:inline-block;width:20px;height:20px;content:"";transform:translateY(5px)}.venue-create-content .steps-content .seat-layout .tooltip>span:nth-child(2):before{background:url(/static/media/enable_seat.15e5c92d.png);margin-left:10px}.venue-create-content .steps-content .seat-layout .table-index{width:20px;height:20px;background:#f5f6f7;display:flex;border-radius:50%;align-items:center;justify-content:center;margin-right:10px;margin-bottom:10px}.venue-create-content .steps-content .seat-layout .table-seat{width:20px;height:20px;transform:translateY(5px);cursor:pointer}.venue-create-content .steps-content .seat-layout .null-seat{opacity:.1}.step-icon{width:32px;height:32px;background:rgba(0,0,0,0);color:rgba(0,0,0,0);border-radius:50%}.more{cursor:pointer;background:url(/static/media/more.c1ef91ef.png);width:28px;height:28px}.seat-table{-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:auto;width:100%;display:flex;justify-content:flex-start}.seat-table .table-index{width:20px;height:20px;background:#f5f6f7;display:flex;border-radius:50%;align-items:center;justify-content:center;margin-right:10px;margin-bottom:10px}.seat-table .table-seat{width:20px;height:20px;transform:translateY(-5px)}.step-calendar{display:flex}.step-calendar>i{margin:0 50px;height:569px;border:1px solid #e9e9f0}.step-calendar .right-content{display:flex;flex-direction:column;font-family:PingFangSC-Regular,PingFang SC;padding:50px 0}.step-calendar .right-content>div:nth-child(2)>p:nth-child(1){font-size:14px;font-weight:400;margin-bottom:20px;color:#37374a}.step-calendar .right-content>div:nth-child(2)>p:nth-child(3){margin-top:30px;font-size:14px;font-weight:400;color:#37374a}.step-calendar .right-content>div:nth-child(2)>p:nth-child(4){font-size:12px;font-weight:400;color:#a0a0ac;display:flex;align-items:center;margin-top:10px;margin-bottom:20px}.step-calendar .right-content>div:nth-child(2)>p:nth-child(4):before{background:url(/static/media/tips.30d68808.png);content:"";width:12px;height:12px;margin-right:5px;display:inline-block}.step-calendar .right-content>div:nth-child(2)>i:nth-child(6){margin-top:60px}.step-calendar .right-content>div:nth-child(2) .date-list{border-top:1px dashed #e9e9f0;padding-top:30px;margin-top:30px;overflow:auto;height:300px}.step-calendar .right-content>div:nth-child(2) .date-list>div{margin-top:20px}.step-calendar .calendar-header{margin:0 auto;display:flex;justify-content:center;align-items:center}.step-calendar .calendar-header>button{width:30px;height:30px}.step-calendar .calendar-header>span:nth-child(2){font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a;margin:0 40px}.avatar-video{position:relative}.avatar-video .avatar-uploader{width:466px;height:108px;background:#f7f7fa;border-radius:4px;display:flex;align-items:center}.avatar-video .avatar-uploader>div:nth-child(1){width:80px;height:80px;margin-bottom:0;margin-left:14px}.avatar-video .clear-icon{position:absolute;left:430px;top:16px}.avatar-uploader:before{content:"视频最多支持一个（建议不超过三分钟）";position:absolute;left:109px;top:12px}.avatar-uploader-img:before{display:block;margin-top:6px;margin-bottom:10px;content:"最多只能上񏈉张图片（建议每张图片不超򏱲m）"}.steps-action{display:flex;margin:20px 0;align-items:flex-end;justify-content:center;height:100px}.steps-action button{width:160px;height:36px;border-radius:4px;border-color:#e9e9f0}.step-created{display:flex;flex-direction:column;align-items:center}.step-created>div:nth-child(1){margin-top:120px}.detail-drawer{font-family:PingFangSC-Medium,PingFang SC;padding-top:30px}.detail-drawer-header{display:flex;width:100%}.detail-drawer-header>div:nth-child(1){margin-right:20px}.detail-drawer-header>div:nth-child(2){flex:1 1}.detail-drawer-header>div:nth-child(2) .split-line:after{content:"";width:100%;display:block;height:1px;border-bottom:2px dashed #e9e9f0;margin:10px 0}.detail-drawer-header>div:nth-child(2) .split-line{font-size:18px;font-weight:500;color:#37374a}.detail-drawer-header>div:nth-child(2)>p:nth-child(2),.detail-drawer-header>div:nth-child(2)>p:nth-child(3){font-size:14px;font-weight:400;color:#a0a0ac}.detail-drawer-content{margin-top:30px}.detail-drawer-content>span:nth-child(1){font-size:14px;font-weight:500;color:#37374a}.detail-drawer-content-card{margin-top:20px;background:#f7f7fa;border-radius:8px;padding:30px}.upload-text{font-size:10px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#f5222d;margin-top:6px}.user-center-resume-achievement-rtf-editor .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.user-center-resume-achievement-rtf-editor .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{height:250px}
.src-business-org-home-role-admin--role-admin-module__cardShadow__b5abc053{box-shadow:0px 4px 14px 2px rgba(15,18,33,.06);border-radius:16px}.src-business-org-home-role-admin--role-admin-module__headerSearch__b7e8ccfe{display:flex;flex:1 1;justify-content:flex-end}.src-business-org-home-role-admin--role-admin-module__addDrawer__cabe01f9 .ant-drawer-content{border-radius:16px 0 0 0}.src-business-org-home-role-admin--role-admin-module__addDrawer__cabe01f9 .ant-drawer-header{padding:0}.src-business-org-home-role-admin--role-admin-module__addDrawerHeaders__a034277d{height:88px;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:26px 42px 12px 42px}.src-business-org-home-role-admin--role-admin-module__addDrawerHeaders__a034277d>:nth-child(1){font-size:22px;font-weight:500;color:#000;line-height:30px}.src-business-org-home-role-admin--role-admin-module__addDrawerHeaders__a034277d>:nth-child(2){font-size:14px;font-family:HelveticaNeue-Light,HelveticaNeue;font-weight:300;color:#000;line-height:17px;letter-spacing:3px}.src-business-org-home-role-admin--role-admin-module__RoleAdmin__ef475f8a{padding:24px;width:100%}.src-business-org-home-role-admin--role-admin-module__RoleAdmin__ef475f8a .src-business-org-home-role-admin--role-admin-module__content__ca00f689{height:calc(100vh - 150px);display:flex}.src-business-org-home-role-admin--role-admin-module__RoleAdmin__ef475f8a .src-business-org-home-role-admin--role-admin-module__content__ca00f689 .src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e{flex:0 0 252px}.src-business-org-home-role-admin--role-admin-module__RoleAdmin__ef475f8a .src-business-org-home-role-admin--role-admin-module__content__ca00f689 .src-business-org-home-role-admin--role-admin-module__RoleContent__db88875d{flex:1 1}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e{width:252px;border-right:1px solid var(--color-F2, #e9e9f0);height:100%;padding-bottom:56px;overflow-y:auto}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__menuBtn__fa76b289{width:100%;padding:13px 0}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__menuBtn__fa76b289 button{height:31px;background:rgba(240,240,245,.56);border-radius:5px;display:flex;align-items:center}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__menuBtn__fa76b289 button svg{margin-right:5px}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__menuBtn__fa76b289 button:hover{color:var(--color-T1, #f5222d);border:1px solid var(--color-T1, #f5222d)}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__header__fa52caee{position:-webkit-sticky;position:sticky;top:0px;background:var(--color-G1, #ffffff);padding:14px;padding-left:0;border-bottom:1px solid var(--color-F2, #e9e9f0);z-index:1}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__header__fa52caee .ant-input{background:none;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__option__f098786c{display:flex;align-items:center;height:58px;position:relative;cursor:pointer;justify-content:space-between}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__option__f098786c .src-business-org-home-role-admin--role-admin-module__line__d8975971{width:2px;height:38px;background:none;border-radius:1px;margin-right:10px}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__option__f098786c .src-business-org-home-role-admin--role-admin-module__avatar__e2ef2c8d{width:24px;height:24px;border-radius:50%;margin-right:15px}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__option__f098786c .src-business-org-home-role-admin--role-admin-module__NotClassIcon__a3c1efd1{width:18px;margin-right:15px}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__option__f098786c .src-business-org-home-role-admin--role-admin-module__title__bb8616f0{font-weight:600;flex:0 0 90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__option__f098786c svg{flex:0 0 24px;width:24px;height:24px}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__option__f098786c .src-business-org-home-role-admin--role-admin-module__editIconWrap__c2fc9a2b{margin-right:13px;width:24px;height:24px}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__activeOption__e3b99cb3{background:var(--color-G5, #f7f7fa)}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__activeOption__e3b99cb3 .src-business-org-home-role-admin--role-admin-module__line__d8975971{background:var(--color-M1, #f5222d)}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__main__d2d9095a .src-business-org-home-role-admin--role-admin-module__option__f098786c:hover{background:var(--color-G5, #f7f7fa)}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__btn__d3c55b09{text-align:center;font-size:12px;color:var(--color-T1, #f5222d);cursor:pointer}.src-business-org-home-role-admin--role-admin-module__RoleMenu__dbc86b2e .src-business-org-home-role-admin--role-admin-module__btn__d3c55b09>span{font-size:14px}.src-business-org-home-role-admin--role-admin-module__AddModal__ef32dd28 .ant-modal-header{border-bottom:none;padding-bottom:0px}.src-business-org-home-role-admin--role-admin-module__AddModal__ef32dd28 .ant-modal-body{padding-top:0px}.src-business-org-home-role-admin--role-admin-module__EditModal__c2abcc96 .ant-modal-header{border-bottom:1px solid #f0f0f0;padding-bottom:10px}.src-business-org-home-role-admin--role-admin-module__EditModal__c2abcc96 .ant-modal-body{padding-top:10px}.src-business-org-home-role-admin--role-admin-module__RolesEditor__e8709b80{padding:21px 20px 48px;position:relative;height:100%}.src-business-org-home-role-admin--role-admin-module__RolesEditor__e8709b80 .ant-form-item-required::before{order:1}.src-business-org-home-role-admin--role-admin-module__RolesEditor__e8709b80 .ant-form-item-required::after{order:2}.src-business-org-home-role-admin--role-admin-module__RolesEditor__e8709b80 .ant-select-selector,.src-business-org-home-role-admin--role-admin-module__RolesEditor__e8709b80 .ant-select-in-form-item{border-radius:4px !important;width:466px !important;background:var(--color-G3, #f0f0f5) !important}.src-business-org-home-role-admin--role-admin-module__RolesEditor__e8709b80 .src-business-org-home-role-admin--role-admin-module__tips__bba724a0{margin-bottom:10px;font-size:12px;font-weight:400;color:var(--color-T5, #a0a0ac)}.src-business-org-home-role-admin--role-admin-module__btns__d4249116 button{width:160px;height:36px;border-radius:4px}.src-business-org-home-role-admin--role-admin-module__btns__d4249116 .src-business-org-home-role-admin--role-admin-module__savaBtn__c52a5dc1{background:var(--color-M1, #f5222d);opacity:1;color:var(--color-T8, #ffffff);margin-right:20px}.src-business-org-home-role-admin--role-admin-module__btns__d4249116 .src-business-org-home-role-admin--role-admin-module__savaBtnDisable__fbf9dd75{opacity:.3}.src-business-org-home-role-admin--role-admin-module__btns__d4249116 .src-business-org-home-role-admin--role-admin-module__backBtn__a1572886{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-role-admin--role-admin-module__btns__d4249116 .src-business-org-home-role-admin--role-admin-module__bottom__a1308223{display:flex;justify-content:flex-end}.src-business-org-home-role-admin--role-admin-module__btns__d4249116 .src-business-org-home-role-admin--role-admin-module__bottom__a1308223>button{width:180px;height:48px;border-radius:10px}.src-business-org-home-role-admin--role-admin-module__btns__d4249116 .src-business-org-home-role-admin--role-admin-module__bottom__a1308223 :first-child{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff);margin-right:12px}.src-business-org-home-role-admin--role-admin-module__btns__d4249116 .src-business-org-home-role-admin--role-admin-module__bottom__a1308223 :last-child{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-role-admin--role-admin-module__RoleContent__db88875d{padding:23px 0 23px 37px;position:relative}.src-business-org-home-role-admin--role-admin-module__RoleContent__db88875d .src-business-org-home-role-admin--role-admin-module__tableList__a89ca818 button{color:#f5222d;margin-right:10px}.src-business-org-home-role-admin--role-admin-module__RoleContentHeader__cd9140d0{display:flex;justify-content:flex-end;align-items:center;margin-top:20px;position:absolute;top:0;right:0}.src-business-org-home-role-admin--role-admin-module__RoleContentHeader__cd9140d0 .ant-select-selector{border-radius:4px;min-width:300px;max-width:300px}.src-business-org-home-role-admin--role-admin-module__RoleContentHeader__cd9140d0 .src-business-org-home-role-admin--role-admin-module__right__bbeaf234{display:flex;align-items:center}.src-business-org-home-role-admin--role-admin-module__RoleContentHeader__cd9140d0 .src-business-org-home-role-admin--role-admin-module__right__bbeaf234 button{width:118px;height:33px;border-radius:5px;background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.56);color:#000;margin-left:20px}.src-business-org-home-role-admin--role-admin-module__RoleContentHeader__cd9140d0 .src-business-org-home-role-admin--role-admin-module__right__bbeaf234 button:hover{border:1px solid var(--color-T1, #f5222d);color:var(--color-T1, #f5222d)}.src-business-org-home-role-admin--role-admin-module__RoleContentHeader__cd9140d0 .src-business-org-home-role-admin--role-admin-module__left__f3b288a8{display:flex;background:var(--color-G5, #f7f7fa);align-items:center;color:var(--color-T5, #a0a0ac);padding:2px;height:33px}.src-business-org-home-role-admin--role-admin-module__RoleContentHeader__cd9140d0 .src-business-org-home-role-admin--role-admin-module__left__f3b288a8>div{padding:0 10px;cursor:pointer}.src-business-org-home-role-admin--role-admin-module__RoleContentHeader__cd9140d0 .src-business-org-home-role-admin--role-admin-module__left__f3b288a8 .src-business-org-home-role-admin--role-admin-module__active__e8dc4ae0{background:var(--color-G1, #ffffff);color:var(--color-T1, #f5222d)}.src-business-org-home-role-admin--role-admin-module__RoleDetail__bcc9da62{width:100%;padding:24px 56px}.src-business-org-home-role-admin--role-admin-module__RoleDetail__bcc9da62 .src-business-org-home-role-admin--role-admin-module__tableList__a89ca818 button{color:#f5222d;margin-right:10px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813{width:100%;padding:24px 56px;padding-bottom:0px;padding-right:0px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after{background-color:var(--color-M1, #f5222d)}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__AuthHeader__de41d1f8{display:flex;padding:22px 0;justify-content:space-between;border-bottom:1px solid var(--color-F2, #e9e9f0);height:67px;width:100%;position:-webkit-sticky;position:sticky;top:0px;background:var(--color-G1, #ffffff);z-index:10;margin-bottom:20px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__AuthHeader__de41d1f8>div{display:flex;align-items:center}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__AuthHeader__de41d1f8 .src-business-org-home-role-admin--role-admin-module__name__e773e2d5{font-size:16px;font-weight:600}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__AuthHeader__de41d1f8 .src-business-org-home-role-admin--role-admin-module__line__d8975971{background:var(--color-M1, #f5222d);width:4px;height:12px;border-radius:2px;margin-right:10px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__AuthHeader__de41d1f8 .src-business-org-home-role-admin--role-admin-module__btnWrap__d40124a5{display:none}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__AuthHeader__de41d1f8 .src-business-org-home-role-admin--role-admin-module__btnWrap__d40124a5 .src-business-org-home-role-admin--role-admin-module__okBtn__a88a8db1{width:54px;height:26px;background:var(--color-M1, #f5222d);border-radius:4px;color:var(--color-T8, #ffffff);margin-right:10px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__AuthHeader__de41d1f8 .src-business-org-home-role-admin--role-admin-module__btnWrap__d40124a5 .src-business-org-home-role-admin--role-admin-module__cancelBtn__c7b4e085{width:54px;height:26px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__AuthHeader__de41d1f8 .src-business-org-home-role-admin--role-admin-module__btnActive__e588fe0f{display:block}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__content__ca00f689{display:flex;height:calc(100vh - 150px);position:relative}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__content__ca00f689 .src-business-org-home-role-admin--role-admin-module__appAuth__ef44c5cf{flex:0 0 265px;padding-right:40px;overflow-y:auto;padding-bottom:20px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__content__ca00f689 .src-business-org-home-role-admin--role-admin-module__menuAuth__ffae6cfd{flex:0 0 309px;padding:0 40px;overflow-y:auto;border-left:1px solid var(--color-F2, #e9e9f0);border-right:1px solid var(--color-F2, #e9e9f0);padding-bottom:20px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__content__ca00f689 .src-business-org-home-role-admin--role-admin-module__resourcesAuth__ded48b41{padding-right:40px;flex:1 1;padding-left:40px;overflow-y:auto;padding-bottom:20px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .ant-tree-node-selected{background-color:var(--color-G3, #f0f0f5) !important}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__RoleResourceTree__ad6ab6b6 .src-business-org-home-role-admin--role-admin-module__option__f098786c{border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);display:flex;background:var(--color-G5, #f7f7fa);align-items:center;margin-bottom:21px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__RoleResourceTree__ad6ab6b6 .src-business-org-home-role-admin--role-admin-module__option__f098786c .src-business-org-home-role-admin--role-admin-module__left__f3b288a8{padding:20px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__RoleResourceTree__ad6ab6b6 .src-business-org-home-role-admin--role-admin-module__option__f098786c .src-business-org-home-role-admin--role-admin-module__right__bbeaf234{border-left:1px solid var(--color-F2, #e9e9f0);flex:1 1;display:flex;flex-wrap:wrap;padding:20px 34px}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__RoleResourceTree__ad6ab6b6 .src-business-org-home-role-admin--role-admin-module__option__f098786c .src-business-org-home-role-admin--role-admin-module__right__bbeaf234>div{margin:0 24px 18px 0}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__appAuth__ef44c5cf .ant-tree-treenode-disabled .ant-tree-title,.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__menuAuth__ffae6cfd .ant-tree-treenode-disabled .ant-tree-title{color:var(--color-F5, #37374a)}.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__appAuth__ef44c5cf .ant-tree-treenode-disabled .ant-tree-checkbox,.src-business-org-home-role-admin--role-admin-module__Auth__fe4e0813 .src-business-org-home-role-admin--role-admin-module__menuAuth__ffae6cfd .ant-tree-treenode-disabled .ant-tree-checkbox{display:none}.src-business-org-home-role-admin--role-admin-module__btn_st__b8f69f2a{border:none}.src-business-org-home-role-admin--role-admin-module__divider__f763e5e2{margin:10px 0}
.org-home-page .src-business-org-invite--invite-module__content__af5c9a01{display:block}.src-business-org-invite--invite-module__header__e31b4b39{display:flex;align-items:center;justify-content:space-between}.src-business-org-invite--invite-module__header__e31b4b39>span{font-size:18px;line-height:25px;color:var(--color-T2, #37374a)}.src-business-org-invite--invite-module__header__e31b4b39>div{display:flex;margin-left:20px}.src-business-org-invite--invite-module__header__e31b4b39 button{display:flex;align-items:center;justify-content:center;width:111px;height:33px;border-radius:4px;background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);font-size:12px;line-height:17px;color:var(--color-T1, #f5222d)}.src-business-org-invite--invite-module__header__e31b4b39 button svg{width:15px;height:14px;fill:var(--color-T1, #f5222d);vertical-align:middle}.src-business-org-invite--invite-module__header__e31b4b39 button+button{margin-left:10px}.src-business-org-invite--invite-module__inviteMethodContainer__c2fea35b{display:flex;flex-wrap:wrap;margin-right:-20px}.src-business-org-invite--invite-module__inviteMethod__dec0bcf5{display:flex;flex-direction:column;min-width:350px;width:calc(33.3333333333% - 20px);height:410px;margin:20px 20px 0px 0px;padding:50px 39px 50px 50px;border-radius:4px;background:var(--color-G5, #f7f7fa);word-break:break-all}.src-business-org-invite--invite-module__inviteMethod__dec0bcf5 h3{font-size:16px;line-height:22px;color:var(--color-T2, #37374a)}.src-business-org-invite--invite-module__inviteMethod__dec0bcf5 .src-business-org-invite--invite-module__desc__fdfcd37c{margin-top:10px;font-size:14px;line-height:20px;color:var(--color-T5, #a0a0ac)}.src-business-org-invite--invite-module__inviteMethod__dec0bcf5 .src-business-org-invite--invite-module__link__c4bef108,.src-business-org-invite--invite-module__inviteMethod__dec0bcf5 .src-business-org-invite--invite-module__linkPrompt__e9005470{margin-top:27px;font-size:14px;line-height:20px;color:var(--color-T4, #55555e)}.src-business-org-invite--invite-module__inviteMethod__dec0bcf5 .src-business-org-invite--invite-module__link__c4bef108{margin-top:10px;color:var(--color-T1, #f5222d)}.src-business-org-invite--invite-module__inviteMethod__dec0bcf5 .src-business-org-invite--invite-module__tenantCode__f4eb6151{margin-top:50px;font-size:38px;line-height:53px;color:var(--color-T2, #37374a)}.src-business-org-invite--invite-module__inviteMethod__dec0bcf5 img{width:144px;height:144px;margin-top:30px}.src-business-org-invite--invite-module__inviteMethod__dec0bcf5 button{width:93px;height:32px;margin-top:auto;border-radius:4px;background:var(--color-G1, #ffffff);font-size:12px;color:var(--color-T2, #37374a)}.src-business-org-invite--invite-module__allowMethod__fecb1fd6{margin-top:20px;font-size:16px;line-height:22px;color:var(--color-T2, #37374a)}.src-business-org-invite--invite-module__methodBox__ce1b0b91{display:flex;margin-top:20px;padding:52px 50px 51px;border-radius:4px;background:var(--color-G5, #f7f7fa);font-size:14px;line-height:20px;color:var(--color-T2, #37374a)}.src-business-org-invite--invite-module__methodSwitch__c3f21cb9{display:inline-flex;align-items:center;font-size:14px;line-height:20px;color:var(--color-T2, #37374a)}.src-business-org-invite--invite-module__methodSwitch__c3f21cb9+.src-business-org-invite--invite-module__methodSwitch__c3f21cb9{margin-left:100px}.src-business-org-invite--invite-module__inviteSwitch__c9d143c3.ant-switch{height:17px;min-width:33px;margin-right:10px}.src-business-org-invite--invite-module__inviteSwitch__c9d143c3.ant-switch .ant-switch-handle{width:13px;height:13px}.src-business-org-invite--invite-module__inviteSwitch__c9d143c3.ant-switch-checked .ant-switch-handle{left:calc(100% - 13px - 2px)}.src-business-org-invite--invite-module__inviteSwitch__c9d143c3 .ant-switch-loading-icon{top:1px;font-size:11px}.src-business-org-invite--invite-module__f14T2__df572b50,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__fieldAnwser__ffc9f5c3,.src-business-org-invite--invite-module__contentType__f9a6b717,.src-business-org-invite--invite-module__formItem__ee4b2ce0 p,.src-business-org-invite--invite-module__formItem__ee4b2ce0 h4,.src-business-org-invite--invite-module__settingTitle__dde208e0{font-size:14px;font-weight:500;line-height:20px;color:var(--color-T2, #37374a)}.src-business-org-invite--invite-module__settingTitle__dde208e0{margin:23px 0px 30px}.src-business-org-invite--invite-module__settingContent__c962db6e{display:flex}.src-business-org-invite--invite-module__setting__a91ac94f{width:493px}.src-business-org-invite--invite-module__fieldBox__cfb48634{display:flex;flex-wrap:wrap;margin-right:-20px}.src-business-org-invite--invite-module__field__c160253c,.src-business-org-invite--invite-module__defaultField__de6fc510,.src-business-org-invite--invite-module__addField__ed4c0ef4{position:relative;display:flex;align-items:center;justify-content:center;width:108px;height:32px;margin-top:20px;margin-right:20px;border-radius:4px;background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);font-size:12px;color:var(--color-T1, #f5222d)}.src-business-org-invite--invite-module__field__c160253c img,.src-business-org-invite--invite-module__defaultField__de6fc510 img,.src-business-org-invite--invite-module__addField__ed4c0ef4 img{position:absolute;left:99px;bottom:26px;width:15px;height:15px;cursor:pointer}.src-business-org-invite--invite-module__addField__ed4c0ef4{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.src-business-org-invite--invite-module__addField__ed4c0ef4 svg{width:8px;height:8px;margin-right:5px;fill:var(--color-T8, #ffffff)}.src-business-org-invite--invite-module__defaultField__de6fc510{background:var(--color-G5, #f7f7fa);color:var(--color-T4, #55555e)}.src-business-org-invite--invite-module__rowBox__ac491799{margin-top:30px;border-top:1px solid var(--color-F2, #e9e9f0)}.src-business-org-invite--invite-module__row__c91b6c97{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.src-business-org-invite--invite-module__row__c91b6c97 .ant-select-arrow{width:16px;height:16px;margin-top:-8px}.src-business-org-invite--invite-module__row__c91b6c97:not(.ant-select-customize-input) .ant-select-selector{border-radius:6px}.src-business-org-invite--invite-module__preview__db8fc1ed{margin-left:100px}.src-business-org-invite--invite-module__tenantName__b30d4cf9{width:375px;height:185px;margin-top:21px;padding:116px 19px 47px;background:url(/static/media/preview-bg.56200952.png);font-size:24px;line-height:22px;color:var(--color-T8, #ffffff)}.src-business-org-invite--invite-module__form__e9e96028{border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-invite--invite-module__formItem__ee4b2ce0{padding:23px 20px 19px}.src-business-org-invite--invite-module__formItem__ee4b2ce0+.src-business-org-invite--invite-module__formItem__ee4b2ce0{border-top:1px solid var(--color-F2, #e9e9f0)}.src-business-org-invite--invite-module__formItem__ee4b2ce0 .src-business-org-invite--invite-module__required__a2f631e4::after{margin-left:5px;content:"*";font-size:12px;font-weight:500;line-height:17px;color:var(--color-T1, #f5222d)}.src-business-org-invite--invite-module__formItem__ee4b2ce0 h4{font-weight:400;color:var(--color-T5, #a0a0ac)}.src-business-org-invite--invite-module__formItem__ee4b2ce0 p{margin-top:5px;font-weight:400;color:var(--color-T4, #55555e)}.src-business-org-invite--invite-module__contentType__f9a6b717{font-weight:400;color:var(--color-T4, #55555e)}.src-business-org-invite--invite-module__addForm__d6800142{width:467px !important}.src-business-org-invite--invite-module__addForm__d6800142 .ant-modal-body{flex-direction:column;height:285px}.src-business-org-invite--invite-module__addForm__d6800142 .input{font-size:12px;background:none;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-invite--invite-module__addForm__d6800142 .src-business-org-invite--invite-module__f14T2__df572b50,.src-business-org-invite--invite-module__addForm__d6800142 .src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__fieldAnwser__ffc9f5c3,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__addForm__d6800142 .src-business-org-invite--invite-module__fieldAnwser__ffc9f5c3,.src-business-org-invite--invite-module__addForm__d6800142 .src-business-org-invite--invite-module__settingTitle__dde208e0,.src-business-org-invite--invite-module__addForm__d6800142 .src-business-org-invite--invite-module__formItem__ee4b2ce0 h4,.src-business-org-invite--invite-module__formItem__ee4b2ce0 .src-business-org-invite--invite-module__addForm__d6800142 h4,.src-business-org-invite--invite-module__addForm__d6800142 .src-business-org-invite--invite-module__formItem__ee4b2ce0 p,.src-business-org-invite--invite-module__formItem__ee4b2ce0 .src-business-org-invite--invite-module__addForm__d6800142 p,.src-business-org-invite--invite-module__addForm__d6800142 .src-business-org-invite--invite-module__contentType__f9a6b717{margin-bottom:10px}.src-business-org-invite--invite-module__switchRow__c3b91c9e{display:flex;align-items:center;justify-content:space-between}.src-business-org-invite--invite-module__applyListPageHeader__b2177b37{border-bottom:1px solid var(--color-F2, #e9e9f0)}.src-business-org-invite--invite-module__avatar__c0e65572{width:40px;height:40px;border-radius:20px}.src-business-org-invite--invite-module__listOp__cda82a96{margin-right:-20px}.src-business-org-invite--invite-module__listOp__cda82a96 button{margin-right:20px;font-size:14px;font-weight:400;line-height:20px;color:var(--color-T1, #f5222d)}.src-business-org-invite--invite-module__applyDetail__dae79bd4{width:937px !important}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__f14T2__df572b50,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__fieldAnwser__ffc9f5c3,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__settingTitle__dde208e0,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__formItem__ee4b2ce0 h4,.src-business-org-invite--invite-module__formItem__ee4b2ce0 .src-business-org-invite--invite-module__applyDetail__dae79bd4 h4,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__formItem__ee4b2ce0 p,.src-business-org-invite--invite-module__formItem__ee4b2ce0 .src-business-org-invite--invite-module__applyDetail__dae79bd4 p,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__contentType__f9a6b717{margin:20px 0px 10px}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__f14T2__df572b50:first-child,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__fieldAnwser__ffc9f5c3:first-child,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__settingTitle__dde208e0:first-child,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__formItem__ee4b2ce0 h4:first-child,.src-business-org-invite--invite-module__formItem__ee4b2ce0 .src-business-org-invite--invite-module__applyDetail__dae79bd4 h4:first-child,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__formItem__ee4b2ce0 p:first-child,.src-business-org-invite--invite-module__formItem__ee4b2ce0 .src-business-org-invite--invite-module__applyDetail__dae79bd4 p:first-child,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__contentType__f9a6b717:first-child{margin-top:0px}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__image__db515f73{width:217px;height:118px;border-radius:2px;object-fit:contain}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__fieldAnwser__ffc9f5c3{margin:0px;color:var(--color-T4, #55555e)}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .ant-modal-body{flex-direction:column}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .ant-modal-footer{border-top:none}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .ant-table-thead{background:var(--color-G5, #f7f7fa)}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .ant-table{min-height:unset}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .ant-empty{margin:0px}.src-business-org-invite--invite-module__applyDetail__dae79bd4 .dj-table-below-row{margin:0px}.src-business-org-invite--invite-module__auditModal__c59a7d1c form{width:100%}.src-business-org-invite--invite-module__auditModal__c59a7d1c .src-business-org-invite--invite-module__f14T2__df572b50,.src-business-org-invite--invite-module__auditModal__c59a7d1c .src-business-org-invite--invite-module__settingTitle__dde208e0,.src-business-org-invite--invite-module__auditModal__c59a7d1c .src-business-org-invite--invite-module__formItem__ee4b2ce0 h4,.src-business-org-invite--invite-module__formItem__ee4b2ce0 .src-business-org-invite--invite-module__auditModal__c59a7d1c h4,.src-business-org-invite--invite-module__auditModal__c59a7d1c .src-business-org-invite--invite-module__formItem__ee4b2ce0 p,.src-business-org-invite--invite-module__formItem__ee4b2ce0 .src-business-org-invite--invite-module__auditModal__c59a7d1c p,.src-business-org-invite--invite-module__auditModal__c59a7d1c .src-business-org-invite--invite-module__contentType__f9a6b717,.src-business-org-invite--invite-module__auditModal__c59a7d1c .src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__fieldAnwser__ffc9f5c3,.src-business-org-invite--invite-module__applyDetail__dae79bd4 .src-business-org-invite--invite-module__auditModal__c59a7d1c .src-business-org-invite--invite-module__fieldAnwser__ffc9f5c3{margin-bottom:10px}.src-business-org-invite--invite-module__auditModal__c59a7d1c .ant-modal-body{padding-bottom:6px}.src-business-org-invite--invite-module__auditModal__c59a7d1c .ant-select:not(.ant-select-customize-input) .ant-select-selector,.src-business-org-invite--invite-module__auditModal__c59a7d1c .ant-input{height:32px;border-color:var(--color-F2, #e9e9f0);border-radius:6px;font-size:12px}.src-business-org-invite--invite-module__auditModal__c59a7d1c .ant-select:not(.ant-select-customize-input) .ant-select-selector[readonly],.src-business-org-invite--invite-module__auditModal__c59a7d1c .ant-input[readonly]{border-color:var(--color-F2, #e9e9f0);background:var(--color-G7, #fdfafa)}.src-business-org-invite--invite-module__auditModal__c59a7d1c .ant-select-selection-placeholder{color:var(--color-T2, #37374a)}
.src-router--router-module__modalContent__e961b304>div:nth-child(1){margin:0}.src-router--router-module__modalContent__e961b304>div:nth-child(1)>div:nth-child(2){border-radius:6px}.src-router--router-module__modalContent__e961b304>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){padding:16px}.src-router--router-module__modalContent__e961b304>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>div:first-child>div:nth-child(1){font-size:16px;font-weight:500;color:#181725;margin-bottom:12px}.src-router--router-module__modalContent__e961b304>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>div:first-child>div:nth-child(2){font-size:14px;font-weight:400;color:#3c3b43;margin-bottom:28px}.src-router--router-module__modalContent__e961b304>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>div:last-child{display:flex;justify-content:space-between}.src-router--router-module__modalContent__e961b304>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>div:last-child>span:first-child{font-size:14px;font-weight:400;color:#afaeb3}.src-router--router-module__modalContent__e961b304>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>div:last-child>div:last-child>button{margin-left:10px}.src-router--router-module__page__a2789555{position:relative;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;min-height:100vh;display:flex;flex-direction:column}.src-router--router-module__page__a2789555 .src-router--router-module__below__fa165b45{flex-grow:1;display:flex}.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a{flex-shrink:0;position:-webkit-sticky;position:sticky;top:0px;width:180px;max-height:100vh;transition:all .2s}.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a.src-router--router-module__hidden__e77644f7{width:0px}.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a .src-router--router-module__menu__b002433c>div:first-child{background-color:#f8f8f8}.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a .src-router--router-module__menu__b002433c .ant-menu-item,.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a .src-router--router-module__menu__b002433c .ant-menu-item:not(.ant-menu-item-selected):not(
              .ant-menu-submenu-selected
            ):hover{color:var(--color-T15, #929292)}.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a .src-router--router-module__menu__b002433c .ant-menu-submenu-title{color:var(--color-T15, #929292)}.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a .src-router--router-module__menu__b002433c .ant-menu-item-selected{background-color:var(--color-G9, #BB0100) !important;padding:0 9px;color:var(--color-T8, #ffffff)}.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a .src-router--router-module__menu__b002433c .ant-menu-item-selected .src-router--router-module__icons__e5ef1a2b{width:18px;height:18px;display:flex;align-items:center}.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a .src-router--router-module__menu__b002433c .ant-menu-item-selected .src-router--router-module__icons__e5ef1a2b>svg>:first-child{fill:#fff}.src-router--router-module__page__a2789555 .src-router--router-module__menuWrapper__dc53462a .src-router--router-module__menu__b002433c .ant-menu-submenu-selected{background:var(--color-G9, #BB0100)}.src-router--router-module__page__a2789555 .src-router--router-module__content__a8471e93,.src-router--router-module__page__a2789555 .src-router--router-module__orgContent__e591aad7{padding:42px 56px;flex:1 1 auto}.src-router--router-module__page__a2789555 .src-router--router-module__orgContent__e591aad7{padding-top:24px}.src-router--router-module__title__a9eeae98{display:flex;align-items:center;gap:10px}.src-router--router-module__title__a9eeae98 .src-router--router-module__icons__e5ef1a2b{width:18px;height:18px;display:flex;align-items:center}.src-router--router-module__title__a9eeae98 .src-router--router-module__icons__e5ef1a2b>svg>:first-child{fill:#929292}
/* Document
 * ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 */:where(html) {
  line-height: 1.15; /* 1 */
}/* Sections
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Safari.
 */:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */:where(b, strong) {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */:where(small) {
  font-size: 80%;
}/* Tabular data
 * ========================================================================== *//**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}/* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */:where(button, input, select) {
  margin: 0;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(button) {
  text-transform: none;
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */:where(progress) {
  vertical-align: baseline;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(select) {
  text-transform: none;
}/**
 * Remove the margin in Firefox and Safari.
 */:where(textarea) {
  margin: 0;
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:where(:-moz-ui-invalid) {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct styles in Safari.
 */:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}:where(dialog:not([open])) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */:where(summary) {
  display: list-item;
}:root{--color-M1: #f5222d;--color-M1-rgb: 245, 34, 45;--color-G1: #ffffff;--color-G1-rgb: 255, 255, 255;--color-G2: #a0a0ac;--color-G2-rgb: 160, 160, 172;--color-G3: #f0f0f5;--color-G3-rgb: 240, 240, 245;--color-G4: rgba(255, 255, 255, 0.1019607843);--color-G4-rgb: 255, 255, 255;--color-G5: #f7f7fa;--color-G5-rgb: 247, 247, 250;--color-G6: rgba(255, 255, 255, 0.2980392157);--color-G6-rgb: 255, 255, 255;--color-G7: #fdfafa;--color-G7-rgb: 253, 250, 250;--color-G8: #f9f9f9;--color-G8-rgb: 249, 249, 249;--color-G9: #BB0100;--color-G9-rgb: 187, 1, 0;--color-F1: #ff1744;--color-F1-rgb: 255, 23, 68;--color-F2: #e9e9f0;--color-F2-rgb: 233, 233, 240;--color-F3: #ffffff;--color-F3-rgb: 255, 255, 255;--color-F4: #a0a0ac;--color-F4-rgb: 160, 160, 172;--color-F5: #37374a;--color-F5-rgb: 55, 55, 74;--color-F6: #f5222d;--color-F6-rgb: 245, 34, 45;--color-F7: #fee8ea;--color-F7-rgb: 254, 232, 234;--color-F8: #55555e;--color-F8-rgb: 85, 85, 94;--color-F9: #878787;--color-F9-rgb: 135, 135, 135;--color-F10: #e8f0fe;--color-F10-rgb: 232, 240, 254;--color-F11: #ebf5ec;--color-F11-rgb: 235, 245, 236;--color-F12: #fef6f6;--color-F12-rgb: 254, 246, 246;--color-F13: #f5f8fe;--color-F13-rgb: 245, 248, 254;--color-F14: #f6faf6;--color-F14-rgb: 246, 250, 246;--color-O1: rgba(55, 55, 74, 0.2);--color-O1-rgb: 55, 55, 74;--color-T1: #f5222d;--color-T1-rgb: 245, 34, 45;--color-T2: #37374a;--color-T2-rgb: 55, 55, 74;--color-T3: #323244;--color-T3-rgb: 50, 50, 68;--color-T4: #55555e;--color-T4-rgb: 85, 85, 94;--color-T5: #a0a0ac;--color-T5-rgb: 160, 160, 172;--color-T6: #e9e9f0;--color-T6-rgb: 233, 233, 240;--color-T7: #f0f0f5;--color-T7-rgb: 240, 240, 245;--color-T8: #ffffff;--color-T8-rgb: 255, 255, 255;--color-T9: rgba(255, 255, 255, 0.6);--color-T9-rgb: 255, 255, 255;--color-T10: rgba(255, 255, 255, 0.6980392157);--color-T10-rgb: 255, 255, 255;--color-T11: #ff1744;--color-T11-rgb: 255, 23, 68;--color-T12: #0659fb;--color-T12-rgb: 6, 89, 251;--color-T13: #0bb13a;--color-T13-rgb: 11, 177, 58;--color-T14: #ff5a2e;--color-T14-rgb: 255, 90, 46;--color-T15: #929292;--color-T15-rgb: 146, 146, 146}html{--antd-wave-shadow-color: var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-picker-input__acd1fc4b>input,.src-business-org-home-org-table--org-table-module__ant-input-number__db4f7b97,.src-business-org-home-org-table--org-table-module__ant-input-number-input__e7de0eb2,.src-business-org-home-org-table--org-table-module__ant-cascader-input__d32c263a,.src-business-org-home-org-table--org-table-module__ant-input__fb95cbfd{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.src-business-org-home-org-table--org-table-module__ant-picker-input__acd1fc4b>input:hover,.src-business-org-home-org-table--org-table-module__ant-picker-input__acd1fc4b>input:focus,.src-business-org-home-org-table--org-table-module__ant-input-number__db4f7b97:hover,.src-business-org-home-org-table--org-table-module__ant-input-number__db4f7b97:focus,.src-business-org-home-org-table--org-table-module__ant-input-number-input__e7de0eb2:hover,.src-business-org-home-org-table--org-table-module__ant-input-number-input__e7de0eb2:focus,.src-business-org-home-org-table--org-table-module__ant-cascader-input__d32c263a:hover,.src-business-org-home-org-table--org-table-module__ant-cascader-input__d32c263a:focus,.src-business-org-home-org-table--org-table-module__ant-input__fb95cbfd:hover,.src-business-org-home-org-table--org-table-module__ant-input__fb95cbfd:focus{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.src-business-org-home-org-table--org-table-module__ant-picker-input__acd1fc4b>input::-moz-placeholder, .src-business-org-home-org-table--org-table-module__ant-input-number__db4f7b97::-moz-placeholder, .src-business-org-home-org-table--org-table-module__ant-input-number-input__e7de0eb2::-moz-placeholder, .src-business-org-home-org-table--org-table-module__ant-cascader-input__d32c263a::-moz-placeholder, .src-business-org-home-org-table--org-table-module__ant-input__fb95cbfd::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.src-business-org-home-org-table--org-table-module__ant-picker-input__acd1fc4b>input::placeholder,.src-business-org-home-org-table--org-table-module__ant-input-number__db4f7b97::placeholder,.src-business-org-home-org-table--org-table-module__ant-input-number-input__e7de0eb2::placeholder,.src-business-org-home-org-table--org-table-module__ant-cascader-input__d32c263a::placeholder,.src-business-org-home-org-table--org-table-module__ant-input__fb95cbfd::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.src-business-org-home-org-table--org-table-module__ant-input-affix-wrapper__defd66a8:not(.src-business-org-home-org-table--org-table-module__ant-input-affix-wrapper-disabled__e66ccf48):hover,.src-business-org-home-org-table--org-table-module__ant-input-affix-wrapper-focused__e87a43ec,.src-business-org-home-org-table--org-table-module__ant-cascader-picker__b3a0e9c2:focus .src-business-org-home-org-table--org-table-module__ant-cascader-input__d32c263a,.src-business-org-home-org-table--org-table-module__ant-cascader-picker-label__e1159f85:hover+.src-business-org-home-org-table--org-table-module__ant-cascader-input__d32c263a:not(.src-business-org-home-org-table--org-table-module__ant-cascader-picker-disabled__f04a079d .src-business-org-home-org-table--org-table-module__ant-cascader-picker-label__e1159f85:hover+.src-business-org-home-org-table--org-table-module__ant-cascader-input__d32c263a){border-color:var(--color-F4, #a0a0ac);box-shadow:none}.src-business-org-home-org-table--org-table-module__ant-cascader-picker-focused__a6dcf833,.src-business-org-home-org-table--org-table-module__ant-cascader-picker__b3a0e9c2:hover,.src-business-org-home-org-table--org-table-module__ant-picker-focused__e5b03b91,.src-business-org-home-org-table--org-table-module__ant-picker__caacfb75:hover{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.src-business-org-home-org-table--org-table-module__ant-input-number__db4f7b97{outline:none}.src-business-org-home-org-table--org-table-module__ant-input-number-focused__e6cf0ce8{border-color:var(--color-F4, #a0a0ac);box-shadow:none}:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170{color:var(--color-T2, #37374a)}:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170.src-business-org-home-org-table--org-table-module__ant-tabs-top__cb6594da>.src-business-org-home-org-table--org-table-module__ant-tabs-nav__a2dbe288::before{border-bottom-color:var(--color-F2, #e9e9f0)}:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170 .src-business-org-home-org-table--org-table-module__ant-tabs-tab__b659ec14.src-business-org-home-org-table--org-table-module__ant-tabs-tab-active__a13cfc12 .src-business-org-home-org-table--org-table-module__ant-tabs-tab-btn__ccc24f71{color:var(--color-T1, #f5222d);text-shadow:none}:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170 .src-business-org-home-org-table--org-table-module__ant-tabs-tab-btn__ccc24f71:focus,:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170 .src-business-org-home-org-table--org-table-module__ant-tabs-tab-remove__ef6c999c:focus,:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170 .src-business-org-home-org-table--org-table-module__ant-tabs-tab-btn__ccc24f71:active,:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170 .src-business-org-home-org-table--org-table-module__ant-tabs-tab-remove__ef6c999c:active,:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170 .src-business-org-home-org-table--org-table-module__ant-tabs-tab__b659ec14:hover,:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170 .src-business-org-home-org-table--org-table-module__ant-tabs-tab-btn__ccc24f71:focus:not(:focus-visible),.src-business-org-home-org-table--org-table-module__ant-tabs-tab-btn__ccc24f71:focus,.src-business-org-home-org-table--org-table-module__ant-tabs-tab-remove__ef6c999c:focus,.src-business-org-home-org-table--org-table-module__ant-tabs-tab-btn__ccc24f71:active,.src-business-org-home-org-table--org-table-module__ant-tabs-tab-remove__ef6c999c:active,.src-business-org-home-org-table--org-table-module__ant-tabs-tab__b659ec14:hover{color:inherit}:where(.src-business-org-home-org-table--org-table-module__ant-tabs__d551a170).src-business-org-home-org-table--org-table-module__ant-tabs__d551a170 .src-business-org-home-org-table--org-table-module__ant-tabs-ink-bar__f8343fae,.src-business-org-home-org-table--org-table-module__ant-tabs-ink-bar__f8343fae{height:3px;border-radius:2px;background:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-badge__a6e67757,.src-business-org-home-org-table--org-table-module__ant-drawer-header__ab10babb,.src-business-org-home-org-table--org-table-module__ant-drawer-title__ecfef157,.src-business-org-home-org-table--org-table-module__ant-modal__a2f35423 .src-business-org-home-org-table--org-table-module__ant-modal-footer__a4f814a4,.src-business-org-home-org-table--org-table-module__ant-modal__a2f35423 .src-business-org-home-org-table--org-table-module__ant-modal-header__dded4cc2,.src-business-org-home-org-table--org-table-module__ant-modal-title__b3e9bc05,.src-business-org-home-org-table--org-table-module__ant-table__cd098be2,.src-business-org-home-org-table--org-table-module__ant-select__d48f0322,.src-business-org-home-org-table--org-table-module__ant-form__d9a6d718,.src-business-org-home-org-table--org-table-module__ant-form-item__e0b4da2c,.src-business-org-home-org-table--org-table-module__ant-radio-wrapper__c976d689,.src-business-org-home-org-table--org-table-module__ant-checkbox-wrapper__d8525313,.src-business-org-home-org-table--org-table-module__ant-modal__a2f35423,.src-business-org-home-org-table--org-table-module__ant-picker__caacfb75,.src-business-org-home-org-table--org-table-module__ant-picker-input__acd1fc4b>input,.src-business-org-home-org-table--org-table-module__ant-form-item-label__bd62e100>label{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.src-business-org-home-org-table--org-table-module__ant-drawer-header__ab10babb{border-bottom-color:var(--color-F2, #e9e9f0)}.src-business-org-home-org-table--org-table-module__ant-modal-footer__a4f814a4 .src-business-org-home-org-table--org-table-module__ant-btn__d594d5c4+.src-business-org-home-org-table--org-table-module__ant-btn__d594d5c4{margin-bottom:0px;margin-left:8px}.src-business-org-home-org-table--org-table-module__ant-switch__b2aef528.src-business-org-home-org-table--org-table-module__ant-switch-checked__a1bcfb98{background:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-switch__b2aef528:focus{box-shadow:none}.src-business-org-home-org-table--org-table-module__ant-badge-count__fc078621{background:var(--color-M1, #f5222d);box-shadow:none}.src-business-org-home-org-table--org-table-module__ant-table__cd098be2{font-size:14px;line-height:20px}.src-business-org-home-org-table--org-table-module__ant-table__cd098be2 .src-business-org-home-org-table--org-table-module__ant-table-thead__e548643c th{color:var(--color-T5, #a0a0ac)}.src-business-org-home-org-table--org-table-module__ant-table__cd098be2 .src-business-org-home-org-table--org-table-module__ant-table-thead__e548643c th::before{display:none}.src-business-org-home-org-table--org-table-module__ant-table-filter-dropdown__f47fec0e .src-business-org-home-org-table--org-table-module__ant-radio-wrapper__c976d689{line-height:0;vertical-align:text-top;color:var(--color-T2, #37374a)}.src-business-org-home-org-table--org-table-module__ant-table-filter-dropdown__f47fec0e .src-business-org-home-org-table--org-table-module__ant-dropdown-menu-title-content__df86f26a{line-height:1.5715}.src-business-org-home-org-table--org-table-module__ant-table-filter-dropdown__f47fec0e .src-business-org-home-org-table--org-table-module__ant-btn-primary__a365b8d4{border-color:var(--color-M1, #f5222d);background-color:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-table-filter-dropdown__f47fec0e .src-business-org-home-org-table--org-table-module__ant-btn-link__ff49921a{color:var(--color-T2, #37374a)}.src-business-org-home-org-table--org-table-module__ant-table-filter-dropdown__f47fec0e .src-business-org-home-org-table--org-table-module__ant-dropdown-menu-item-selected__fbe1be90,.src-business-org-home-org-table--org-table-module__ant-table-filter-dropdown__f47fec0e .src-business-org-home-org-table--org-table-module__ant-dropdown-menu-submenu-title-selected__b309a0bb{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.src-business-org-home-org-table--org-table-module__ant-select-focused__b8121f7b:not(.src-business-org-home-org-table--org-table-module__ant-select-disabled__aa8a3366) .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7,.src-business-org-home-org-table--org-table-module__ant-select__d48f0322:not(.src-business-org-home-org-table--org-table-module__ant-select-disabled__aa8a3366):hover .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7{border-color:var(--color-F4, #a0a0ac) !important;box-shadow:none !important}.src-business-org-home-org-table--org-table-module__ant-select-single__d00bac5d:not(.src-business-org-home-org-table--org-table-module__ant-select-customize-input__db499cd9) .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7{border-color:var(--color-F2, #e9e9f0)}.src-business-org-home-org-table--org-table-module__ant-select-single__d00bac5d:not(.src-business-org-home-org-table--org-table-module__ant-select-customize-input__db499cd9) .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7 .src-business-org-home-org-table--org-table-module__ant-select-selection-search-input__e67e4773{height:100%}.src-business-org-home-org-table--org-table-module__ant-select-single__d00bac5d .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7 .src-business-org-home-org-table--org-table-module__ant-select-selection-item__a2435ba4,.src-business-org-home-org-table--org-table-module__ant-select-single__d00bac5d .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7 .src-business-org-home-org-table--org-table-module__ant-select-selection-placeholder__b28c28fa{display:inline-flex;align-items:center}.src-business-org-home-org-table--org-table-module__ant-select-item__c7ea2e0e,.src-business-org-home-org-table--org-table-module__ant-select-item-option-selected__f6e5f4f9:not(.src-business-org-home-org-table--org-table-module__ant-select-item-option-disabled__f10cb4d4){color:var(--color-T2, #37374a);font-size:inherit}.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec{color:var(--color-T2, #37374a)}.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-item__cebeed99 a{color:inherit}.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec input,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec li{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec input:hover,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec input:focus,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec li:hover,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec li:focus{border-color:var(--color-F2, #e9e9f0);box-shadow:none}.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-item__cebeed99,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-prev__daf4bf27 button,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-next__d394f62a button{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0);border-radius:4px}.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-item__cebeed99:not(.src-business-org-home-org-table--org-table-module__ant-pagination-item-active__f5f92d76):hover,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-prev__daf4bf27 button:not(.src-business-org-home-org-table--org-table-module__ant-pagination-item-active__f5f92d76):hover,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-next__d394f62a button:not(.src-business-org-home-org-table--org-table-module__ant-pagination-item-active__f5f92d76):hover{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-item-active__f5f92d76,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-item-active__f5f92d76:hover,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-item-active__f5f92d76:focus{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-options__f3ff2eb6 .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-options__f3ff2eb6 .src-business-org-home-org-table--org-table-module__ant-select-focused__b8121f7b:not(.src-business-org-home-org-table--org-table-module__ant-select-disabled__aa8a3366) .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7{border-color:var(--color-F2, #e9e9f0);border-radius:4px;box-shadow:none}.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-options__f3ff2eb6 .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7:hover,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-options__f3ff2eb6 .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7:focus,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-options__f3ff2eb6 .src-business-org-home-org-table--org-table-module__ant-select-focused__b8121f7b:not(.src-business-org-home-org-table--org-table-module__ant-select-disabled__aa8a3366) .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7:hover,.src-business-org-home-org-table--org-table-module__ant-pagination__bc5d49ec .src-business-org-home-org-table--org-table-module__ant-pagination-options__f3ff2eb6 .src-business-org-home-org-table--org-table-module__ant-select-focused__b8121f7b:not(.src-business-org-home-org-table--org-table-module__ant-select-disabled__aa8a3366) .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7:focus{border-color:var(--color-F2, #e9e9f0);border-radius:4px}.src-business-org-home-org-table--org-table-module__ant-breadcrumb__eb02cdf5 a{color:inherit}.src-business-org-home-org-table--org-table-module__ant-breadcrumb__eb02cdf5 a:hover{color:inherit}.src-business-org-home-org-table--org-table-module__ant-breadcrumb__eb02cdf5 span:last-child{color:inherit}.src-business-org-home-org-table--org-table-module__ant-breadcrumb__eb02cdf5 span:last-child a{color:inherit}.src-business-org-home-org-table--org-table-module__ant-breadcrumb-separator__f96aa1aa{margin:0px}.src-business-org-home-org-table--org-table-module__ant-radio-wrapper__c976d689{align-items:center}.src-business-org-home-org-table--org-table-module__ant-radio__de6a625b{top:0px}span.src-business-org-home-org-table--org-table-module__ant-radio__de6a625b+*{padding-left:12px;padding-right:0px}.src-business-org-home-org-table--org-table-module__ant-checkbox-inner__c34deaf8{border-color:var(--color-F4, #a0a0ac)}.src-business-org-home-org-table--org-table-module__ant-checkbox-indeterminate__a62ac898 .src-business-org-home-org-table--org-table-module__ant-checkbox-inner__c34deaf8{border-color:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-checkbox-indeterminate__a62ac898 .src-business-org-home-org-table--org-table-module__ant-checkbox-inner__c34deaf8::after{background:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-tree-checkbox-checked__c1f28b83::after{border-color:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-tree-checkbox-checked__c1f28b83 .src-business-org-home-org-table--org-table-module__ant-tree-checkbox-inner__f7c7d4b4{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-select-tree__c0846cbd{color:var(--color-T2, #37374a)}.src-business-org-home-org-table--org-table-module__ant-checkbox-checked__db43f89f::after{border-color:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-checkbox-checked__db43f89f .src-business-org-home-org-table--org-table-module__ant-checkbox-inner__c34deaf8{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-radio-inner__a1fc0f5e{align-items:center;justify-content:center;border-color:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-radio-inner__a1fc0f5e::after{position:absolute;top:3px;left:3px;right:3px;bottom:3px;width:auto;height:auto;margin:0px;border-radius:999px;background:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__ant-radio-checked__c526e4b1 .src-business-org-home-org-table--org-table-module__ant-radio-inner__a1fc0f5e::after{transform:scale(1)}.src-business-org-home-org-table--org-table-module__ant-tree-checkbox__ded26709:hover .src-business-org-home-org-table--org-table-module__ant-tree-checkbox-inner__f7c7d4b4,.src-business-org-home-org-table--org-table-module__ant-checkbox-wrapper__d8525313:hover .src-business-org-home-org-table--org-table-module__ant-checkbox-inner__c34deaf8,.src-business-org-home-org-table--org-table-module__ant-checkbox__f8799ccc:hover .src-business-org-home-org-table--org-table-module__ant-checkbox-inner__c34deaf8,.src-business-org-home-org-table--org-table-module__ant-checkbox-input__db7edd5b:focus+.src-business-org-home-org-table--org-table-module__ant-checkbox-inner__c34deaf8,.src-business-org-home-org-table--org-table-module__ant-radio-checked__c526e4b1::after,.src-business-org-home-org-table--org-table-module__ant-radio-checked__c526e4b1 .src-business-org-home-org-table--org-table-module__ant-radio-inner__a1fc0f5e,.src-business-org-home-org-table--org-table-module__ant-radio-wrapper__c976d689:hover .src-business-org-home-org-table--org-table-module__ant-radio__de6a625b,.src-business-org-home-org-table--org-table-module__ant-radio__de6a625b:hover .src-business-org-home-org-table--org-table-module__ant-radio-inner__a1fc0f5e,.src-business-org-home-org-table--org-table-module__ant-radio-input__f93ff207:focus+.src-business-org-home-org-table--org-table-module__ant-radio-inner__a1fc0f5e{border-color:var(--color-M1, #f5222d)}.src-business-org-home-org-table--org-table-module__drawer__f4554256 .src-business-org-home-org-table--org-table-module__ant-drawer-header__ab10babb,.src-business-org-home-org-table--org-table-module__flex-drawer__cfc0f9eb .src-business-org-home-org-table--org-table-module__ant-drawer-header__ab10babb{padding:24px 22px}.src-business-org-home-org-table--org-table-module__drawer__f4554256 .src-business-org-home-org-table--org-table-module__ant-drawer-title__ecfef157,.src-business-org-home-org-table--org-table-module__flex-drawer__cfc0f9eb .src-business-org-home-org-table--org-table-module__ant-drawer-title__ecfef157{font-size:24px;line-height:33px}.src-business-org-home-org-table--org-table-module__ant-drawer-body__bc74f057{padding:0px 22px;line-height:1.5}.src-business-org-home-org-table--org-table-module__flex-drawer__cfc0f9eb .src-business-org-home-org-table--org-table-module__ant-drawer-body__bc74f057{display:flex;flex-direction:column}.src-business-org-home-org-table--org-table-module__drawer-btn-row__cf0cdbb3{position:-webkit-sticky;position:sticky;top:100%;display:flex;justify-content:space-between;padding-bottom:50px}.src-business-org-home-org-table--org-table-module__flex-drawer__cfc0f9eb .src-business-org-home-org-table--org-table-module__drawer-btn-row__cf0cdbb3{margin-top:auto}.src-business-org-home-org-table--org-table-module__drawer-btn-row__cf0cdbb3 button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);font-size:14px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-org-table--org-table-module__drawer-btn-row__cf0cdbb3 button[data-submit]{background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);color:var(--color-T8, #ffffff)}.src-business-org-home-org-table--org-table-module__modal__bb863720 .src-business-org-home-org-table--org-table-module__ant-modal-content__d9baa972{border-radius:10px}.src-business-org-home-org-table--org-table-module__modal__bb863720 .src-business-org-home-org-table--org-table-module__ant-modal-header__dded4cc2{padding:32px 32px 35px;border-radius:10px 10px 0px 0px;border-color:var(--color-F2, #e9e9f0)}.src-business-org-home-org-table--org-table-module__modal__bb863720 .src-business-org-home-org-table--org-table-module__ant-modal-title__b3e9bc05{font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.src-business-org-home-org-table--org-table-module__modal__bb863720 .src-business-org-home-org-table--org-table-module__ant-modal-body__f507add5{padding:32px;font-size:14px;line-height:20px}.src-business-org-home-org-table--org-table-module__no-border-table__c4a0c096 .src-business-org-home-org-table--org-table-module__ant-table__cd098be2 th,.src-business-org-home-org-table--org-table-module__no-border-table__c4a0c096 .src-business-org-home-org-table--org-table-module__ant-table__cd098be2 td{border:none;background:none}.src-business-org-home-org-table--org-table-module__no-border-table__c4a0c096 .src-business-org-home-org-table--org-table-module__ant-table__cd098be2 th:first-child,.src-business-org-home-org-table--org-table-module__no-border-table__c4a0c096 .src-business-org-home-org-table--org-table-module__ant-table__cd098be2 td:first-child{padding-left:0px}.src-business-org-home-org-table--org-table-module__no-border-table__c4a0c096 .src-business-org-home-org-table--org-table-module__ant-table__cd098be2 th:last-child,.src-business-org-home-org-table--org-table-module__no-border-table__c4a0c096 .src-business-org-home-org-table--org-table-module__ant-table__cd098be2 td:last-child{padding-right:0px}.src-business-org-home-org-table--org-table-module__select__c1de5d19{height:30px;background:var(--color-G3, #f0f0f5);border-radius:4px}.src-business-org-home-org-table--org-table-module__select__c1de5d19 .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7{color:var(--color-T2, #37374a);box-shadow:none !important}.src-business-org-home-org-table--org-table-module__select__c1de5d19:not(.src-business-org-home-org-table--org-table-module__ant-select-customize-input__db499cd9) .src-business-org-home-org-table--org-table-module__ant-select-selector__bd95bde7{border:none;background:none;height:100%;border-radius:inherit}.src-business-org-home-org-table--org-table-module__select__c1de5d19 .src-business-org-home-org-table--org-table-module__ant-select-selection-placeholder__b28c28fa{color:var(--color-T5, #a0a0ac)}.src-business-org-home-org-table--org-table-module__select__c1de5d19 .src-business-org-home-org-table--org-table-module__ant-select-clear__e0d26413{background:inherit}.src-business-org-home-org-table--org-table-module__select-dropdown__d778e046{background:var(--color-G3, #f0f0f5)}.src-business-org-home-org-table--org-table-module__label-input__ee44578f{height:30px;background:var(--color-G3, #f0f0f5);color:var(--color-T2, #37374a);border-radius:4px}.src-business-org-home-org-table--org-table-module__label-input__ee44578f .src-business-org-home-org-table--org-table-module__ant-input-group__b6bb93bc{height:inherit;font-size:inherit}.src-business-org-home-org-table--org-table-module__label-input__ee44578f .src-business-org-home-org-table--org-table-module__ant-input-group-addon__cb026ee5{min-width:97px;height:inherit;padding:0px 16px;text-align:left;background:none;border:none;border-right:1px solid var(--color-F2, #e9e9f0);font-size:inherit;color:var(--color-T2, #37374a)}.src-business-org-home-org-table--org-table-module__label-input__ee44578f input{height:inherit;padding-left:23px;background:none !important;border:none;outline:none;font-size:inherit}.src-business-org-home-org-table--org-table-module__label-input__ee44578f input:focus{box-shadow:none}.src-business-org-home-org-table--org-table-module__login-title__e2e52c2a{position:relative;margin:0px;font-size:24px;line-height:33px;color:var(--color-T2, #37374a)}.src-business-org-home-org-table--org-table-module__login-title__e2e52c2a .src-business-org-home-org-table--org-table-module__login-title-back__e7dc0663{position:absolute;left:-29px;top:50%;width:24px;height:24px;padding:4px;transform:translateY(-50%);cursor:pointer}.src-business-org-home-org-table--org-table-module__login-prompt__f3a4e5e5{margin:4px 0px 0px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.src-business-org-home-org-table--org-table-module__login-content__fa35df0c{margin:0 auto}.src-business-org-home-org-table--org-table-module__login-content__fa35df0c a,.src-business-org-home-org-table--org-table-module__login-content__fa35df0c [role=link]{color:var(--color-T1, #f5222d)}.src-business-org-home-org-table--org-table-module__login-content__fa35df0c .src-business-org-home-org-table--org-table-module__color-T1__b3f8743b{color:var(--color-T1, #f5222d)}.src-business-org-home-org-table--org-table-module__login-content__fa35df0c .src-business-org-home-org-table--org-table-module__cursor-p__b8907b38{cursor:pointer}:focus-visible{outline:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;color:var(--color-T2, #37374a)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}b{font-weight:500}h1,h2,h3,h4,h5,h6,p{margin:0px;color:var(--color-T2, #37374a)}input{border-color:var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a)}input:hover,input:focus{border-color:var(--color-F4, #a0a0ac)}input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}button{padding:0px;border:none;background:none;cursor:pointer}button:disabled{cursor:not-allowed}button[data-m1]{height:32px;padding:0px 32px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}#src-business-org-home-org-table--org-table-module__root__bae05b5b{height:100%}.src-business-org-home-org-table--org-table-module__input__b13a63b0{height:30px;background:var(--color-G3, #f0f0f5);border:none;padding-left:16px;border-radius:4px;color:var(--color-T2, #37374a)}.src-business-org-home-org-table--org-table-module__input__b13a63b0:-moz-read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.src-business-org-home-org-table--org-table-module__input__b13a63b0:disabled,.src-business-org-home-org-table--org-table-module__input__b13a63b0:read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.src-business-org-home-org-table--org-table-module__no-wrap__dbe85cb8{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.src-business-org-home-org-table--org-table-module__float-container__c16dff58::before,.src-business-org-home-org-table--org-table-module__float-container__c16dff58::after{display:block;content:"";clear:both}.src-business-org-home-org-table--org-table-module__submitAndCancelRow__db0772cc{font-size:14px}.src-business-org-home-org-table--org-table-module__submitAndCancelRow__db0772cc button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);color:var(--color-T5, #a0a0ac)}.src-business-org-home-org-table--org-table-module__submitAndCancelRow__db0772cc button+button{margin-left:24px}.src-business-org-home-org-table--org-table-module__submitAndCancelRow__db0772cc button[type=submit]{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a)}.src-business-org-home-org-table--org-table-module__submitAndCancelRow__db0772cc button:disabled{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);opacity:.3}.src-business-org-home-org-table--org-table-module__dropdownMenu__e559e2b0{width:200px;margin-top:3px;padding:4px 6px 5px 4px;background-color:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06) !important;border-radius:4px;border:none}.src-business-org-home-org-table--org-table-module__dropdownMenu__e559e2b0 .ant-dropdown-menu-item,.src-business-org-home-org-table--org-table-module__dropdownMenu__e559e2b0 .ant-menu-item{height:30px;margin:0px;padding:0px 12px;border-radius:4px;text-align:left;line-height:30px;color:var(--color-T2, #37374a)}.src-business-org-home-org-table--org-table-module__dropdownMenu__e559e2b0 .ant-dropdown-menu-item:not(:last-child),.src-business-org-home-org-table--org-table-module__dropdownMenu__e559e2b0 .ant-menu-item:not(:last-child){margin-bottom:4px}.src-business-org-home-org-table--org-table-module__dropdownMenu__e559e2b0 .ant-dropdown-menu-item a:hover,.src-business-org-home-org-table--org-table-module__dropdownMenu__e559e2b0 .ant-dropdown-menu-item:hover,.src-business-org-home-org-table--org-table-module__dropdownMenu__e559e2b0 .ant-menu-item a:hover,.src-business-org-home-org-table--org-table-module__dropdownMenu__e559e2b0 .ant-menu-item:hover{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.src-business-org-home-org-table--org-table-module__Table__bffedcde{padding:39px 38px;display:flex;flex-direction:column;flex:1 1 auto}.src-business-org-home-org-table--org-table-module__Table__bffedcde>div:nth-child(1){font-size:24px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a}.src-business-org-home-org-table--org-table-module__Table__bffedcde>div:nth-child(2){margin-top:30px;font-size:24px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#37374a}.src-business-org-home-org-table--org-table-module__Table__bffedcde>div:nth-child(2) .src-business-org-home-org-table--org-table-module__Items__ef2e7766{display:flex;flex-direction:column;align-items:center}.src-business-org-home-org-table--org-table-module__Table__bffedcde>div:nth-child(2) .src-business-org-home-org-table--org-table-module__Items__ef2e7766>img:nth-child(1){width:52px;height:52px;cursor:pointer}.src-business-org-home-org-table--org-table-module__Table__bffedcde>div:nth-child(2) .src-business-org-home-org-table--org-table-module__Items__ef2e7766>div:nth-child(2){margin-top:10px;font-size:14px;font-weight:500;color:#37374a;-webkit-user-select:none;-moz-user-select:none;user-select:none}.src-business-org-home-org-table--org-table-module__Table__bffedcde>div:nth-child(2) .src-business-org-home-org-table--org-table-module__Items__ef2e7766+.src-business-org-home-org-table--org-table-module__Items__ef2e7766{margin-left:54px}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__headerTab__f4c84c83 .ant-tabs-nav::before{border-bottom:unset}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__headerTab__f4c84c83 .ant-tabs-tab-btn{font-size:18px;color:#37374a;line-height:25px}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__headerTab__f4c84c83 .ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:600 !important;color:#37374a !important}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__headerTab__f4c84c83 .ant-tabs-ink-bar{height:2px;background:#181725;border-radius:1px}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86{display:flex;flex-wrap:wrap;gap:38px}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6{box-sizing:border-box;width:300px;height:132px;border-radius:4px;border:1px solid #e9e9f0}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__content__ec5971db{padding:20px;display:flex;border-bottom:1px solid #e9e9f0;gap:15px}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__content__ec5971db>div:nth-child(2){display:flex;flex-direction:column;gap:12px}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__content__ec5971db>div:nth-child(2)>p:nth-child(1){font-size:14px;font-weight:500;color:#37374a;line-height:20px;max-width:180px}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__content__ec5971db>div:nth-child(2)>div:nth-child(2){font-size:12px;font-weight:400;color:#a0a0ac;line-height:17px;max-width:150px}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__content__ec5971db>div:nth-child(2)>div:nth-child(2)>span{padding:0 10px}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__content__ec5971db>div:nth-child(2)>div:nth-child(2)>span:first-child{padding:0 10px 0 0}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__content__ec5971db>div:nth-child(2)>div:nth-child(2) span+span{border-left:1px solid #e9e9f0}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__actions__c023ed76{display:flex;align-items:center;height:37px;padding:10px 0}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__actions__c023ed76>button{height:100%;flex:1 1;display:flex;align-items:center;justify-content:center}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__actions__c023ed76 button+button{border-left:1px solid #e9e9f0}.src-business-org-home-org-table--org-table-module__Table__bffedcde .src-business-org-home-org-table--org-table-module__cardContent__d6aa1e86 .src-business-org-home-org-table--org-table-module__appCard__c68131e6 .src-business-org-home-org-table--org-table-module__actions__c023ed76 .src-business-org-home-org-table--org-table-module__activeBtn__f822af04{font-size:14px;color:var(--color-T1, #f5222d)}.src-business-org-home-org-table--org-table-module__mgt15__c91bb49f{margin-top:15px}.src-business-org-home-org-table--org-table-module__app__bc7f05fc{min-height:300px;display:flex;flex-direction:column;flex:1 1 auto}.src-business-org-home-org-table--org-table-module__app__bc7f05fc .src-business-org-home-org-table--org-table-module__antCardContent__bfaac6c5{height:100%;background:#fff;box-shadow:10px 10px 30px 0px rgba(223,221,221,.2),-10px -10px 30px 0px rgba(223,221,221,.16);border-radius:8px}.src-business-org-home-org-table--org-table-module__app__bc7f05fc .src-business-org-home-org-table--org-table-module__antCardContent__bfaac6c5 .ant-card-body{padding:15px 20px 100px 20px}.src-business-org-home-org-table--org-table-module__app__bc7f05fc .src-business-org-home-org-table--org-table-module__antCardContent__bfaac6c5 .src-business-org-home-org-table--org-table-module__cardTitle__d70f804d{font-size:12px;font-weight:300;color:#878492;line-height:12px;margin-bottom:15px}.src-business-org-home-org-table--org-table-module__app__bc7f05fc .src-business-org-home-org-table--org-table-module__antCardContent__bfaac6c5 .src-business-org-home-org-table--org-table-module__shopContent__b46aec64{display:flex;flex-direction:column;gap:20px}.src-business-org-home-org-table--org-table-module__app__bc7f05fc .src-business-org-home-org-table--org-table-module__antCardContent__bfaac6c5 .src-business-org-home-org-table--org-table-module__shopContent__b46aec64 .src-business-org-home-org-table--org-table-module__shopGroup__eb65ed54{background:#f2f3f5;box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);border-radius:12px;display:flex;flex-direction:column;padding:20px 20px 15px 20px}.src-business-org-home-org-table--org-table-module__app__bc7f05fc .src-business-org-home-org-table--org-table-module__antCardContent__bfaac6c5 .src-business-org-home-org-table--org-table-module__shopContent__b46aec64 .src-business-org-home-org-table--org-table-module__shopGroupTitle__b29a7bb5:before{width:2px;height:17px;background:#000;border-radius:1px;content:"";display:inline-block;margin-right:5px}.src-business-org-home-org-table--org-table-module__app__bc7f05fc .src-business-org-home-org-table--org-table-module__antCardContent__bfaac6c5 .src-business-org-home-org-table--org-table-module__shopContent__b46aec64 .src-business-org-home-org-table--org-table-module__shopGroupTitle__b29a7bb5{display:flex;align-items:center;font-size:16px;font-weight:500;color:#000;line-height:22px;letter-spacing:1px}.src-business-org-home-org-table--org-table-module__app__bc7f05fc .src-business-org-home-org-table--org-table-module__antCardContent__bfaac6c5 .src-business-org-home-org-table--org-table-module__shopContent__b46aec64 .src-business-org-home-org-table--org-table-module__shopGroupApp__f58ac993{display:flex;flex-wrap:wrap;margin-top:16px;padding:6px;gap:15px 40px}.src-business-org-home-org-table--org-table-module__app__bc7f05fc .src-business-org-home-org-table--org-table-module__antCardContent__bfaac6c5 .src-business-org-home-org-table--org-table-module__shopContent__b46aec64 .src-business-org-home-org-table--org-table-module__shopGroupApp__f58ac993 .src-business-org-home-org-table--org-table-module__content__ec5971db{cursor:pointer;display:flex;flex-direction:column;gap:10px}.src-business-org-home-org-table--org-table-module__bread__b0af1851{font-size:22px;font-weight:300;color:#37374a;line-height:30px;margin-bottom:10px}.src-business-org-home-org-table--org-table-module__bread__b0af1851>ol>li>span{margin-right:10px}.src-business-org-home-org-table--org-table-module__bread__b0af1851>ol>li:last-child{font-weight:600;color:#bb0100}.src-business-org-home-org-table--org-table-module__detailCard__f3a0cb17,.src-business-org-home-org-table--org-table-module__managerCard__f6d930c2{background:#fff;box-shadow:0px 4px 14px 2px rgba(15,18,33,.06);border-radius:18px;display:flex;flex:1 1 auto;flex-direction:column;overflow-y:auto}.src-business-org-home-org-table--org-table-module__detailCard__f3a0cb17 .ant-card-body,.src-business-org-home-org-table--org-table-module__managerCard__f6d930c2 .ant-card-body{height:100%;padding:0;position:relative}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041,.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7{height:calc(100% - 65px);padding:40px 20px 0 40px;display:flex;flex-direction:column}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f,.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f{margin-bottom:40px;width:804px;height:84px;background:#fff;box-shadow:10px 10px 30px 0px rgba(223,221,221,.2),-10px -10px 30px 0px rgba(223,221,221,.16);border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:16px 12px}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1),.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1){display:flex;align-items:center}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2),.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2){margin-left:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;width:625px}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>div:nth-child(1),.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>div:nth-child(1){font-size:18px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#37374a;line-height:25px}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>span:nth-child(2),.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>span:nth-child(2){margin-top:10px;display:flex}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>span:nth-child(2) .src-business-org-home-org-table--org-table-module__keywords__aa686754:first-child,.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>span:nth-child(2) .src-business-org-home-org-table--org-table-module__keywords__aa686754:first-child{padding-left:0}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>span:nth-child(2) .src-business-org-home-org-table--org-table-module__keywords__aa686754,.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>span:nth-child(2) .src-business-org-home-org-table--org-table-module__keywords__aa686754{padding:0 5px;font-size:12px;font-weight:300;color:#878492;line-height:12px}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>span:nth-child(2) .src-business-org-home-org-table--org-table-module__keywords__aa686754+.src-business-org-home-org-table--org-table-module__keywords__aa686754,.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2) .src-business-org-home-org-table--org-table-module__desc__a199aac9>span:nth-child(2) .src-business-org-home-org-table--org-table-module__keywords__aa686754+.src-business-org-home-org-table--org-table-module__keywords__aa686754{border-left:1px solid #dddee1}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2)>div:nth-child(2),.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){font-size:12px;font-weight:300;color:#878492;line-height:12px;align-self:flex-end}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__header__b497ea3f>button,.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__header__b497ea3f>button{cursor:auto;min-width:55px;height:25px;background:#bb0100;border-radius:6px;font-size:12px;font-weight:500;color:#fefefe;line-height:17px}.src-business-org-home-org-table--org-table-module__detailCardContent__b9067041 .src-business-org-home-org-table--org-table-module__frameWindow__d79e54ff,.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7 .src-business-org-home-org-table--org-table-module__frameWindow__d79e54ff{border:0;flex:1 1 auto;margin-bottom:20px}.src-business-org-home-org-table--org-table-module__detailCardFooter__af57471e,.src-business-org-home-org-table--org-table-module__managerCardFooter__c304d76d{display:flex;align-items:center;justify-content:flex-end;padding:0 18px;border-top:1px solid #dddee1;height:63px;background:#fff;box-shadow:-2px 2px 10px 0px rgba(0,0,0,.09),2px 2px 10px 0px rgba(158,109,131,.05);border-radius:0px 0px 18px 18px;position:-webkit-sticky;position:sticky;bottom:0}.src-business-org-home-org-table--org-table-module__managerCardContent__e34d1ab7{padding:40px 224px 0 40px}.src-business-org-home-org-table--org-table-module__managerCard__f6d930c2 .src-business-org-home-org-table--org-table-module__switchContent__a3671bfc{display:flex;flex-direction:column;width:468px;margin:54px 0 83px 19px}.src-business-org-home-org-table--org-table-module__managerCard__f6d930c2 .src-business-org-home-org-table--org-table-module__switchContent__a3671bfc>div:nth-child(1){display:flex;justify-content:space-between;font-size:16px;font-weight:500;color:#37374a}.src-business-org-home-org-table--org-table-module__managerCard__f6d930c2 .src-business-org-home-org-table--org-table-module__switchContent__a3671bfc>div:nth-child(2){margin-top:20px;font-size:12px;font-weight:300;color:#a0a0ac}.src-business-org-home-org-table--org-table-module__bottom__bfc8cabf{display:flex;justify-content:flex-end;font-size:18px;font-weight:500}.src-business-org-home-org-table--org-table-module__bottom__bfc8cabf>button{width:180px;height:48px;border-radius:10px}.src-business-org-home-org-table--org-table-module__bottom__bfc8cabf :first-child{margin-right:12px;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-org-table--org-table-module__bottom__bfc8cabf :last-child{background:#bb0100;color:var(--color-T8, #ffffff)}.src-business-org-home-org-table--org-table-module__bottomReverse__b0a7cbd5 :last-child{background:rgba(0,0,0,0);margin-right:12px;color:inherit;border:1px solid var(--color-F2, #e9e9f0)}.src-business-org-home-org-table--org-table-module__bottomReverse__b0a7cbd5 :first-child{background:#bb0100;color:var(--color-T8, #ffffff)}.src-business-org-home-org-table--org-table-module__addDrawer__bec4f6d9 .ant-drawer-content{border-radius:16px 0 0 0}.src-business-org-home-org-table--org-table-module__addDrawer__bec4f6d9 .ant-drawer-header{padding:0}.src-business-org-home-org-table--org-table-module__addDrawer__bec4f6d9 .ant-drawer-body{margin-top:44px;padding:0 32px 0 42px}.src-business-org-home-org-table--org-table-module__addDrawerHeaders__a5083dbf{height:88px;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:26px 42px 12px 42px}.src-business-org-home-org-table--org-table-module__addDrawerHeaders__a5083dbf>:nth-child(1){font-size:22px;font-weight:500;color:#000;line-height:30px}.src-business-org-home-org-table--org-table-module__addDrawerHeaders__a5083dbf>:nth-child(2){font-size:14px;font-family:HelveticaNeue-Light,HelveticaNeue;font-weight:300;color:#000;line-height:17px;letter-spacing:3px}.src-business-org-home-org-table--org-table-module__tipsLabel__b1675f66>div:first-child{font-size:16px;font-weight:500;color:#37374a;line-height:22px}.src-business-org-home-org-table--org-table-module__tipsLabel__b1675f66>div:last-child{margin-top:10px;font-size:12px;font-weight:400;color:#a0a0ac;line-height:17px}.src-business-org-home-org-table--org-table-module__drawerContent__e0d3e2fb .ant-form-item-required{align-items:baseline}.src-business-org-home-org-table--org-table-module__SelectRole__b70b28aa .src-business-org-home-org-table--org-table-module__allRole__edcc894a{padding:15px;min-height:429px;background:#f0f0f5;border-radius:12px;display:flex;flex-wrap:wrap;flex-direction:column;margin-top:10px}.src-business-org-home-org-table--org-table-module__SelectRole__b70b28aa .src-business-org-home-org-table--org-table-module__allRole__edcc894a .src-business-org-home-org-table--org-table-module__option__f047e4d1{padding:10px 15px;min-height:40px;width:300px;background:#bb0100;border-radius:10px;margin:0 10px 10px 0;display:flex;align-items:center;font-size:14px;gap:0 13px;font-weight:500;color:#fff;line-height:24px}.src-business-org-home-org-table--org-table-module__SelectRole__b70b28aa .src-business-org-home-org-table--org-table-module__allRole__edcc894a .src-business-org-home-org-table--org-table-module__option__f047e4d1 svg{width:10px;height:10px;cursor:pointer;margin-right:4px}.src-business-org-home-org-table--org-table-module__SelectRole__b70b28aa .src-business-org-home-org-table--org-table-module__allRole__edcc894a .src-business-org-home-org-table--org-table-module__option__f047e4d1 .src-business-org-home-org-table--org-table-module__optionIcon__ab194d84{margin-left:-10px;font-size:20px;transform:scale(0.5);font-weight:normal;background:rgba(var(--color-T14-rgb, 255, 90, 46), 0.1);color:var(--color-T14, #ff5a2e);border-radius:2px;padding:0px 4px}.src-business-org-home-org-table--org-table-module__SelectRole__b70b28aa .src-business-org-home-org-table--org-table-module__allRole__edcc894a .src-business-org-home-org-table--org-table-module__option__f047e4d1 .src-business-org-home-org-table--org-table-module__optionName__e53ff137{flex:1 1}.src-business-org-home-org-table--org-table-module__tableSelectBtn__b37613fa{width:127px;height:40px;background:var(--color-G3, #f0f0f5);border-radius:8px;font-size:12px;font-weight:400;color:var(--color-T2, #37374a);line-height:17px;position:absolute;right:0;top:-50px}.src-business-org-home-org-table--org-table-module__tableSelectBtn__b37613fa:hover,.src-business-org-home-org-table--org-table-module__tableSelectBtn__b37613fa:focus{color:var(--color-T2, #37374a);background:var(--color-G3, #f0f0f5);border:1px solid #dddee1}
.src-business-org-home-dept-setting--dept-setting-module__baseForm__bd5b5c02 .ant-form-item{width:466px !important;border-radius:6px !important}.src-business-org-home-dept-setting--dept-setting-module__selectBtn__cfa9be20{height:30px;padding:0 10px;background:rgba(var(--color-F6-rgb, 245, 34, 45), 0.09);border-radius:4px;color:var(--color-F6, #f5222d);display:flex;align-items:center;justify-content:center}.src-business-org-home-dept-setting--dept-setting-module__selectBtn__cfa9be20 svg{width:16px;height:16px;margin-right:6px}.src-business-org-home-dept-setting--dept-setting-module__persons__a03d0c1a{width:466px;display:flex;flex-wrap:wrap;margin-top:10px}.src-business-org-home-dept-setting--dept-setting-module__persons__a03d0c1a .src-business-org-home-dept-setting--dept-setting-module__person__f3507a6e{margin:0 10px 10px 0;display:flex;align-items:center;height:30px;border-radius:4px;padding:0 8px 0 12px;border:1px solid var(--color-F2, #e9e9f0);justify-content:space-between}.src-business-org-home-dept-setting--dept-setting-module__persons__a03d0c1a .src-business-org-home-dept-setting--dept-setting-module__person__f3507a6e .src-business-org-home-dept-setting--dept-setting-module__name__ac51bb17{margin-right:10px;font-weight:600}.src-business-org-home-dept-setting--dept-setting-module__persons__a03d0c1a .src-business-org-home-dept-setting--dept-setting-module__person__f3507a6e svg{width:10px;height:10px;cursor:pointer}.src-business-org-home-dept-setting--dept-setting-module__RadioWrapper__f548b35a .src-business-org-home-dept-setting--dept-setting-module__text__cf2be9c4{font-size:12px;color:var(--color-T5, #a0a0ac);margin-bottom:10px}.src-business-org-home-dept-setting--dept-setting-module__RadioWrapper__f548b35a .ant-radio-wrapper{margin-right:20px}.src-business-org-home-dept-setting--dept-setting-module__btns__b8ec89a2{text-align:center;margin-top:200px}.src-business-org-home-dept-setting--dept-setting-module__btns__b8ec89a2 button{width:160px;height:36px;border-radius:4px}.src-business-org-home-dept-setting--dept-setting-module__btns__b8ec89a2 .src-business-org-home-dept-setting--dept-setting-module__savaBtn__ff16f947{background:var(--color-M1, #f5222d);opacity:1;color:var(--color-T8, #ffffff);margin-right:20px}.src-business-org-home-dept-setting--dept-setting-module__btns__b8ec89a2 .src-business-org-home-dept-setting--dept-setting-module__savaBtnDisable__e862a93a{opacity:.3}.src-business-org-home-dept-setting--dept-setting-module__btns__b8ec89a2 .src-business-org-home-dept-setting--dept-setting-module__backBtn__ce0fb865{border:1px solid var(--color-F2, #e9e9f0)}
/* Document
 * ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 */:where(html) {
  line-height: 1.15; /* 1 */
}/* Sections
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Safari.
 */:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */:where(b, strong) {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */:where(small) {
  font-size: 80%;
}/* Tabular data
 * ========================================================================== *//**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}/* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */:where(button, input, select) {
  margin: 0;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(button) {
  text-transform: none;
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */:where(progress) {
  vertical-align: baseline;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(select) {
  text-transform: none;
}/**
 * Remove the margin in Firefox and Safari.
 */:where(textarea) {
  margin: 0;
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:where(:-moz-ui-invalid) {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct styles in Safari.
 */:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}:where(dialog:not([open])) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */:where(summary) {
  display: list-item;
}:root{--color-M1: #f5222d;--color-M1-rgb: 245, 34, 45;--color-G1: #ffffff;--color-G1-rgb: 255, 255, 255;--color-G2: #a0a0ac;--color-G2-rgb: 160, 160, 172;--color-G3: #f0f0f5;--color-G3-rgb: 240, 240, 245;--color-G4: rgba(255, 255, 255, 0.1019607843);--color-G4-rgb: 255, 255, 255;--color-G5: #f7f7fa;--color-G5-rgb: 247, 247, 250;--color-G6: rgba(255, 255, 255, 0.2980392157);--color-G6-rgb: 255, 255, 255;--color-G7: #fdfafa;--color-G7-rgb: 253, 250, 250;--color-G8: #f9f9f9;--color-G8-rgb: 249, 249, 249;--color-G9: #BB0100;--color-G9-rgb: 187, 1, 0;--color-F1: #ff1744;--color-F1-rgb: 255, 23, 68;--color-F2: #e9e9f0;--color-F2-rgb: 233, 233, 240;--color-F3: #ffffff;--color-F3-rgb: 255, 255, 255;--color-F4: #a0a0ac;--color-F4-rgb: 160, 160, 172;--color-F5: #37374a;--color-F5-rgb: 55, 55, 74;--color-F6: #f5222d;--color-F6-rgb: 245, 34, 45;--color-F7: #fee8ea;--color-F7-rgb: 254, 232, 234;--color-F8: #55555e;--color-F8-rgb: 85, 85, 94;--color-F9: #878787;--color-F9-rgb: 135, 135, 135;--color-F10: #e8f0fe;--color-F10-rgb: 232, 240, 254;--color-F11: #ebf5ec;--color-F11-rgb: 235, 245, 236;--color-F12: #fef6f6;--color-F12-rgb: 254, 246, 246;--color-F13: #f5f8fe;--color-F13-rgb: 245, 248, 254;--color-F14: #f6faf6;--color-F14-rgb: 246, 250, 246;--color-O1: rgba(55, 55, 74, 0.2);--color-O1-rgb: 55, 55, 74;--color-T1: #f5222d;--color-T1-rgb: 245, 34, 45;--color-T2: #37374a;--color-T2-rgb: 55, 55, 74;--color-T3: #323244;--color-T3-rgb: 50, 50, 68;--color-T4: #55555e;--color-T4-rgb: 85, 85, 94;--color-T5: #a0a0ac;--color-T5-rgb: 160, 160, 172;--color-T6: #e9e9f0;--color-T6-rgb: 233, 233, 240;--color-T7: #f0f0f5;--color-T7-rgb: 240, 240, 245;--color-T8: #ffffff;--color-T8-rgb: 255, 255, 255;--color-T9: rgba(255, 255, 255, 0.6);--color-T9-rgb: 255, 255, 255;--color-T10: rgba(255, 255, 255, 0.6980392157);--color-T10-rgb: 255, 255, 255;--color-T11: #ff1744;--color-T11-rgb: 255, 23, 68;--color-T12: #0659fb;--color-T12-rgb: 6, 89, 251;--color-T13: #0bb13a;--color-T13-rgb: 11, 177, 58;--color-T14: #ff5a2e;--color-T14-rgb: 255, 90, 46;--color-T15: #929292;--color-T15-rgb: 146, 146, 146}html{--antd-wave-shadow-color: var(--color-M1, #f5222d)}.ant-picker-input>input,.ant-input-number,.ant-input-number-input,.ant-cascader-input,.ant-input{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-picker-input>input:hover,.ant-picker-input>input:focus,.ant-input-number:hover,.ant-input-number:focus,.ant-input-number-input:hover,.ant-input-number-input:focus,.ant-cascader-input:hover,.ant-cascader-input:focus,.ant-input:hover,.ant-input:focus{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-picker-input>input::-moz-placeholder, .ant-input-number::-moz-placeholder, .ant-input-number-input::-moz-placeholder, .ant-cascader-input::-moz-placeholder, .ant-input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-picker-input>input::placeholder,.ant-input-number::placeholder,.ant-input-number-input::placeholder,.ant-cascader-input::placeholder,.ant-input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.ant-input-affix-wrapper-focused,.ant-cascader-picker:focus .ant-cascader-input,.ant-cascader-picker-label:hover+.ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover+.ant-cascader-input){border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-cascader-picker-focused,.ant-cascader-picker:hover,.ant-picker-focused,.ant-picker:hover{border-color:var(--color-F4, #a0a0ac);box-shadow:none}.ant-input-number{outline:none}.ant-input-number-focused{border-color:var(--color-F4, #a0a0ac);box-shadow:none}:where(.ant-tabs).ant-tabs{color:var(--color-T2, #37374a)}:where(.ant-tabs).ant-tabs.ant-tabs-top>.ant-tabs-nav::before{border-bottom-color:var(--color-F2, #e9e9f0)}:where(.ant-tabs).ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-T1, #f5222d);text-shadow:none}:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:focus,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab-remove:active,:where(.ant-tabs).ant-tabs .ant-tabs-tab:hover,:where(.ant-tabs).ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible),.ant-tabs-tab-btn:focus,.ant-tabs-tab-remove:focus,.ant-tabs-tab-btn:active,.ant-tabs-tab-remove:active,.ant-tabs-tab:hover{color:inherit}:where(.ant-tabs).ant-tabs .ant-tabs-ink-bar,.ant-tabs-ink-bar{height:3px;border-radius:2px;background:var(--color-M1, #f5222d)}.ant-badge,.ant-drawer-header,.ant-drawer-title,.ant-modal .ant-modal-footer,.ant-modal .ant-modal-header,.ant-modal-title,.ant-table,.ant-select,.ant-form,.ant-form-item,.ant-radio-wrapper,.ant-checkbox-wrapper,.ant-modal,.ant-picker,.ant-picker-input>input,.ant-form-item-label>label{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-drawer-header{border-bottom-color:var(--color-F2, #e9e9f0)}.ant-modal-footer .ant-btn+.ant-btn{margin-bottom:0px;margin-left:8px}.ant-switch.ant-switch-checked{background:var(--color-M1, #f5222d)}.ant-switch:focus{box-shadow:none}.ant-badge-count{background:var(--color-M1, #f5222d);box-shadow:none}.ant-table{font-size:14px;line-height:20px}.ant-table .ant-table-thead th{color:var(--color-T5, #a0a0ac)}.ant-table .ant-table-thead th::before{display:none}.ant-table-filter-dropdown .ant-radio-wrapper{line-height:0;vertical-align:text-top;color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-title-content{line-height:1.5715}.ant-table-filter-dropdown .ant-btn-primary{border-color:var(--color-M1, #f5222d);background-color:var(--color-M1, #f5222d)}.ant-table-filter-dropdown .ant-btn-link{color:var(--color-T2, #37374a)}.ant-table-filter-dropdown .ant-dropdown-menu-item-selected,.ant-table-filter-dropdown .ant-dropdown-menu-submenu-title-selected{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}.ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:var(--color-F4, #a0a0ac) !important;box-shadow:none !important}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--color-F2, #e9e9f0)}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{display:inline-flex;align-items:center}.ant-select-item,.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:var(--color-T2, #37374a);font-size:inherit}.ant-pagination{color:var(--color-T2, #37374a)}.ant-pagination .ant-pagination-item a{color:inherit}.ant-pagination input,.ant-pagination li{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination input:hover,.ant-pagination input:focus,.ant-pagination li:hover,.ant-pagination li:focus{border-color:var(--color-F2, #e9e9f0);box-shadow:none}.ant-pagination .ant-pagination-item,.ant-pagination .ant-pagination-prev button,.ant-pagination .ant-pagination-next button{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-prev button:not(.ant-pagination-item-active):hover,.ant-pagination .ant-pagination-next button:not(.ant-pagination-item-active):hover{color:var(--color-T2, #37374a);border-color:var(--color-F2, #e9e9f0)}.ant-pagination .ant-pagination-item-active,.ant-pagination .ant-pagination-item-active:hover,.ant-pagination .ant-pagination-item-active:focus{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.ant-pagination .ant-pagination-options .ant-select-selector,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:var(--color-F2, #e9e9f0);border-radius:4px;box-shadow:none}.ant-pagination .ant-pagination-options .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-selector:focus,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:hover,.ant-pagination .ant-pagination-options .ant-select-focused:not(.ant-select-disabled) .ant-select-selector:focus{border-color:var(--color-F2, #e9e9f0);border-radius:4px}.ant-breadcrumb a{color:inherit}.ant-breadcrumb a:hover{color:inherit}.ant-breadcrumb span:last-child{color:inherit}.ant-breadcrumb span:last-child a{color:inherit}.ant-breadcrumb-separator{margin:0px}.ant-radio-wrapper{align-items:center}.ant-radio{top:0px}span.ant-radio+*{padding-left:12px;padding-right:0px}.ant-checkbox-inner{border-color:var(--color-F4, #a0a0ac)}.ant-checkbox-indeterminate .ant-checkbox-inner{border-color:var(--color-M1, #f5222d)}.ant-checkbox-indeterminate .ant-checkbox-inner::after{background:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-select-tree{color:var(--color-T2, #37374a)}.ant-checkbox-checked::after{border-color:var(--color-M1, #f5222d)}.ant-checkbox-checked .ant-checkbox-inner{border-color:var(--color-M1, #f5222d);background:var(--color-M1, #f5222d)}.ant-radio-inner{align-items:center;justify-content:center;border-color:var(--color-M1, #f5222d)}.ant-radio-inner::after{position:absolute;top:3px;left:3px;right:3px;bottom:3px;width:auto;height:auto;margin:0px;border-radius:999px;background:var(--color-M1, #f5222d)}.ant-radio-checked .ant-radio-inner::after{transform:scale(1)}.ant-tree-checkbox:hover .ant-tree-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-radio-checked::after,.ant-radio-checked .ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner,.ant-radio-input:focus+.ant-radio-inner{border-color:var(--color-M1, #f5222d)}.drawer .ant-drawer-header,.flex-drawer .ant-drawer-header{padding:24px 22px}.drawer .ant-drawer-title,.flex-drawer .ant-drawer-title{font-size:24px;line-height:33px}.ant-drawer-body{padding:0px 22px;line-height:1.5}.flex-drawer .ant-drawer-body{display:flex;flex-direction:column}.drawer-btn-row{position:-webkit-sticky;position:sticky;top:100%;display:flex;justify-content:space-between;padding-bottom:50px}.flex-drawer .drawer-btn-row{margin-top:auto}.drawer-btn-row button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);font-size:14px;color:var(--color-T5, #a0a0ac)}.drawer-btn-row button[data-submit]{background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);color:var(--color-T8, #ffffff)}.modal .ant-modal-content{border-radius:10px}.modal .ant-modal-header{padding:32px 32px 35px;border-radius:10px 10px 0px 0px;border-color:var(--color-F2, #e9e9f0)}.modal .ant-modal-title{font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal .ant-modal-body{padding:32px;font-size:14px;line-height:20px}.no-border-table .ant-table th,.no-border-table .ant-table td{border:none;background:none}.no-border-table .ant-table th:first-child,.no-border-table .ant-table td:first-child{padding-left:0px}.no-border-table .ant-table th:last-child,.no-border-table .ant-table td:last-child{padding-right:0px}.select{height:30px;background:var(--color-G3, #f0f0f5);border-radius:4px}.select .ant-select-selector{color:var(--color-T2, #37374a);box-shadow:none !important}.select:not(.ant-select-customize-input) .ant-select-selector{border:none;background:none;height:100%;border-radius:inherit}.select .ant-select-selection-placeholder{color:var(--color-T5, #a0a0ac)}.select .ant-select-clear{background:inherit}.select-dropdown{background:var(--color-G3, #f0f0f5)}.label-input{height:30px;background:var(--color-G3, #f0f0f5);color:var(--color-T2, #37374a);border-radius:4px}.label-input .ant-input-group{height:inherit;font-size:inherit}.label-input .ant-input-group-addon{min-width:97px;height:inherit;padding:0px 16px;text-align:left;background:none;border:none;border-right:1px solid var(--color-F2, #e9e9f0);font-size:inherit;color:var(--color-T2, #37374a)}.label-input input{height:inherit;padding-left:23px;background:none !important;border:none;outline:none;font-size:inherit}.label-input input:focus{box-shadow:none}.login-title{position:relative;margin:0px;font-size:24px;line-height:33px;color:var(--color-T2, #37374a)}.login-title .login-title-back{position:absolute;left:-29px;top:50%;width:24px;height:24px;padding:4px;transform:translateY(-50%);cursor:pointer}.login-prompt{margin:4px 0px 0px;font-size:12px;line-height:17px;color:var(--color-T5, #a0a0ac)}.login-content{margin:0 auto}.login-content a,.login-content [role=link]{color:var(--color-T1, #f5222d)}.login-content .color-T1{color:var(--color-T1, #f5222d)}.login-content .cursor-p{cursor:pointer}:focus-visible{outline:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;color:var(--color-T2, #37374a)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}b{font-weight:500}h1,h2,h3,h4,h5,h6,p{margin:0px;color:var(--color-T2, #37374a)}input{border-color:var(--color-F2, #e9e9f0);color:var(--color-T2, #37374a)}input:hover,input:focus{border-color:var(--color-F4, #a0a0ac)}input::-moz-placeholder{color:var(--color-T5, #a0a0ac);opacity:1}input::placeholder{color:var(--color-T5, #a0a0ac);opacity:1}button{padding:0px;border:none;background:none;cursor:pointer}button:disabled{cursor:not-allowed}button[data-m1]{height:32px;padding:0px 32px;border-radius:4px;background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}#root{height:100%}.input{height:30px;background:var(--color-G3, #f0f0f5);border:none;padding-left:16px;border-radius:4px;color:var(--color-T2, #37374a)}.input:-moz-read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.input:disabled,.input:read-only{background:rgba(var(--color-G3-rgb, 240, 240, 245), 0.4);color:rgba(var(--color-T2-rgb, 55, 55, 74), 0.4)}.no-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.float-container::before,.float-container::after{display:block;content:"";clear:both}.submitAndCancelRow{font-size:14px}.submitAndCancelRow button{width:160px;height:36px;border-radius:4px;border:1px solid var(--color-F2, #e9e9f0);color:var(--color-T5, #a0a0ac)}.submitAndCancelRow button+button{margin-left:24px}.submitAndCancelRow button[type=submit]{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a)}.submitAndCancelRow button:disabled{color:var(--color-T8, #ffffff);background:var(--color-F5, #37374a);border-color:var(--color-F5, #37374a);opacity:.3}.dropdownMenu{width:200px;margin-top:3px;padding:4px 6px 5px 4px;background-color:var(--color-G1, #ffffff);box-shadow:0px 4px 14px 2px rgba(15,18,33,.06) !important;border-radius:4px;border:none}.dropdownMenu :global(.ant-dropdown-menu-item),.dropdownMenu :global(.ant-menu-item){height:30px;margin:0px;padding:0px 12px;border-radius:4px;text-align:left;line-height:30px;color:var(--color-T2, #37374a)}.dropdownMenu :global(.ant-dropdown-menu-item):not(:last-child),.dropdownMenu :global(.ant-menu-item):not(:last-child){margin-bottom:4px}.dropdownMenu :global(.ant-dropdown-menu-item) a:hover,.dropdownMenu :global(.ant-dropdown-menu-item):hover,.dropdownMenu :global(.ant-menu-item) a:hover,.dropdownMenu :global(.ant-menu-item):hover{color:var(--color-T2, #37374a);background-color:var(--color-G5, #f7f7fa)}#panel{position:absolute;height:300px;overflow:auto;top:110px;right:16px;width:400px}
.src-user-empty--empty-module__EmptyPage__f491cd5b{background:var(--color-G1, #ffffff);width:100%;display:flex;align-items:center;justify-content:center}.src-user-empty--empty-module__EmptyPage__f491cd5b .src-user-empty--empty-module__wrap__f384e358{text-align:center}.src-user-empty--empty-module__EmptyPage__f491cd5b .src-user-empty--empty-module__wrap__f384e358 img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.src-user-empty--empty-module__EmptyPage__f491cd5b .src-user-empty--empty-module__wrap__f384e358 p,.src-user-empty--empty-module__EmptyPage__f491cd5b .src-user-empty--empty-module__wrap__f384e358 .src-user-empty--empty-module__btnWrap__ab645393{color:var(--color-T5, #a0a0ac);text-align:left}.src-user-empty--empty-module__EmptyPage__f491cd5b .src-user-empty--empty-module__wrap__f384e358>p:nth-child(2){font-size:18px;font-weight:600;color:var(--color-T2, #37374a);margin:20px 0}.src-user-empty--empty-module__EmptyPage__f491cd5b .src-user-empty--empty-module__wrap__f384e358 .src-user-empty--empty-module__btnWrap__ab645393 .src-user-empty--empty-module__btn1__d3c3b105,.src-user-empty--empty-module__EmptyPage__f491cd5b .src-user-empty--empty-module__wrap__f384e358 .src-user-empty--empty-module__btnWrap__ab645393 .src-user-empty--empty-module__btn2__d46742cd{width:160px;height:36px;border:1px solid var(--color-F6, #f5222d);border-radius:4px}.src-user-empty--empty-module__EmptyPage__f491cd5b .src-user-empty--empty-module__wrap__f384e358 .src-user-empty--empty-module__btnWrap__ab645393 .src-user-empty--empty-module__btn1__d3c3b105{background:var(--color-M1, #f5222d);color:var(--color-T8, #ffffff)}.src-user-empty--empty-module__EmptyPage__f491cd5b .src-user-empty--empty-module__wrap__f384e358 .src-user-empty--empty-module__btnWrap__ab645393 .src-user-empty--empty-module__btn2__d46742cd{background:var(--color-G1, #ffffff);color:var(--color-T1, #f5222d);margin:20px 0 0 20px}.src-user-empty--empty-module__JoinOrg__fea46fd1,.src-user-empty--empty-module__CreateOrg__d1c8e43b{background:var(--color-G5, #f7f7fa);width:100%;padding:40px 0 60px 180px}.src-user-empty--empty-module__JoinOrg__fea46fd1 .src-user-empty--empty-module__wrap__f384e358,.src-user-empty--empty-module__CreateOrg__d1c8e43b .src-user-empty--empty-module__wrap__f384e358{width:1200px;background-color:var(--color-G1, #ffffff);height:100%}.src-user-empty--empty-module__dispaly-center__eefba2d3,.src-user-empty--empty-module__CreateOrg__d1c8e43b .src-user-empty--empty-module__CreateList__fdabe83b .src-user-empty--empty-module__item__e05705b2,.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__content__d82ccebf,.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__joinList__fcf51a80 .src-user-empty--empty-module__item__e05705b2,.src-user-empty--empty-module__joinContent__fdda837d .src-user-empty--empty-module__List__ffa12d68 .src-user-empty--empty-module__item__e05705b2,.src-user-empty--empty-module__Top__dff4f954{display:flex;align-items:center;justify-content:space-between}.src-user-empty--empty-module__Top__dff4f954{height:100px;padding:34px 50px 32px 50px;border-bottom:1px solid var(--color-F2, #e9e9f0)}.src-user-empty--empty-module__Top__dff4f954 .src-user-empty--empty-module__left__dfdc99bd{display:flex;align-items:center;flex:0 0 1}.src-user-empty--empty-module__Top__dff4f954 .src-user-empty--empty-module__left__dfdc99bd>p{font-size:24px;font-weight:600;color:var(--color-T2, #37374a);margin-right:30px;white-space:nowrap}.src-user-empty--empty-module__Top__dff4f954 .src-user-empty--empty-module__right__fe123fda{font-size:12px;color:var(--color-T1, #f5222d)}.src-user-empty--empty-module__input__e47203c4{height:30px;width:228px}.src-user-empty--empty-module__input__e47203c4 .input{padding-left:35px;background-color:rgba(0,0,0,0);border:1px solid var(--color-F2, #e9e9f0)}.src-user-empty--empty-module__input__e47203c4>svg{left:10px}.src-user-empty--empty-module__joinContent__fdda837d .src-user-empty--empty-module__List__ffa12d68{padding:0px 50px 50px}.src-user-empty--empty-module__joinContent__fdda837d .src-user-empty--empty-module__List__ffa12d68 .src-user-empty--empty-module__item__e05705b2{margin-top:50px;padding:24px 30px;background-color:var(--color-G7, #fdfafa);border-radius:8px}.src-user-empty--empty-module__joinContent__fdda837d .src-user-empty--empty-module__List__ffa12d68 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd{display:flex}.src-user-empty--empty-module__joinContent__fdda837d .src-user-empty--empty-module__List__ffa12d68 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd>img{-webkit-user-select:none;-moz-user-select:none;user-select:none;object-fit:cover;width:80px;height:80px;border-radius:50%;margin-right:20px}.src-user-empty--empty-module__joinContent__fdda837d .src-user-empty--empty-module__List__ffa12d68 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd>div>p{color:var(--color-T5, #a0a0ac)}.src-user-empty--empty-module__joinContent__fdda837d .src-user-empty--empty-module__List__ffa12d68 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd>div>p:first-child{color:var(--color-T2, #37374a);font-size:16px;font-weight:600}.src-user-empty--empty-module__joinContent__fdda837d .src-user-empty--empty-module__List__ffa12d68 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__right__fe123fda{width:108px;height:33px;background-color:var(--color-M1, #f5222d);border-radius:4px;color:var(--color-T8, #ffffff)}.src-user-empty--empty-module__EmptySearch__e48e1f6b{text-align:center;margin:0 auto;margin-top:154px;color:var(--color-T2, #37374a);font-size:12px}.src-user-empty--empty-module__EmptySearch__e48e1f6b img{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:20px}.src-user-empty--empty-module__HistoryModal__bd13fdeb .ant-modal-body{height:440px;overflow-y:auto}.src-user-empty--empty-module__HistoryModal__bd13fdeb .ant-modal-body>div{width:100%}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__joinList__fcf51a80{margin-top:10px}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__joinList__fcf51a80 .src-user-empty--empty-module__item__e05705b2{margin-top:10px;padding:14px;background-color:var(--color-G7, #fdfafa);border-radius:4px}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__joinList__fcf51a80 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd{display:flex;align-items:center}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__joinList__fcf51a80 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd>img{-webkit-user-select:none;-moz-user-select:none;user-select:none;object-fit:cover;width:34px;height:34px;border-radius:50%;margin-right:10px}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__joinList__fcf51a80 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd>div>p{color:var(--color-T5, #a0a0ac);font-size:12px}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__joinList__fcf51a80 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd>div>p:first-child{color:var(--color-T2, #37374a);font-size:14px;font-weight:600}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__joinList__fcf51a80 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__right__fe123fda{color:var(--color-T4, #55555e)}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__joinList__fcf51a80 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__right__fe123fda .src-user-empty--empty-module__span1__d09c779f{color:var(--color-T1, #f5222d)}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2{margin-top:10px;padding:14px;background-color:var(--color-G7, #fdfafa);border-radius:4px}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__top__c5e52540{display:flex;border-bottom:1px solid var(--color-F2, #e9e9f0);padding-bottom:4px}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__top__c5e52540>img{-webkit-user-select:none;-moz-user-select:none;user-select:none;object-fit:cover;width:34px;height:34px;border-radius:50%;margin-right:10px}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__top__c5e52540>div>p{color:var(--color-T5, #a0a0ac);font-size:12px}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__top__c5e52540>div>p:first-child{color:var(--color-T2, #37374a);font-weight:600}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__content__d82ccebf{align-items:flex-start;padding-top:10px;color:var(--color-T5, #a0a0ac)}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__content__d82ccebf .src-user-empty--empty-module__left__dfdc99bd,.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__content__d82ccebf .src-user-empty--empty-module__right__fe123fda{flex:1 1 50%}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__content__d82ccebf .src-user-empty--empty-module__right__fe123fda p{word-break:break-all}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__content__d82ccebf .src-user-empty--empty-module__span1__d09c779f{color:var(--color-T4, #55555e)}.src-user-empty--empty-module__HistoryModal__bd13fdeb .src-user-empty--empty-module__createList__b43650d1 .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__content__d82ccebf .src-user-empty--empty-module__span2__b3be01a2{color:var(--color-T1, #f5222d)}.src-user-empty--empty-module__CreateOrg__d1c8e43b .src-user-empty--empty-module__CreateList__fdabe83b{padding:30px 50px 50px}.src-user-empty--empty-module__CreateOrg__d1c8e43b .src-user-empty--empty-module__CreateList__fdabe83b .src-user-empty--empty-module__item__e05705b2{margin-top:20px;background-color:var(--color-F12, #fef6f6);padding:28px 30px 28px 40px;border-radius:8px}.src-user-empty--empty-module__CreateOrg__d1c8e43b .src-user-empty--empty-module__CreateList__fdabe83b .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd{font-size:18px;font-weight:600;color:var(--color-T2, #37374a)}.src-user-empty--empty-module__CreateOrg__d1c8e43b .src-user-empty--empty-module__CreateList__fdabe83b .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__left__dfdc99bd img{width:50px;height:50px;margin-right:20px}.src-user-empty--empty-module__CreateOrg__d1c8e43b .src-user-empty--empty-module__CreateList__fdabe83b .src-user-empty--empty-module__item__e05705b2 .src-user-empty--empty-module__right__fe123fda{width:108px;height:33px;background:var(--color-M1, #f5222d);border-radius:4px;color:var(--color-T8, #ffffff)}
