/*【通用变量】 */
.common_box {
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.common_box:last-child {
  margin: 0;
}
.breadcrumb_last_item {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
}
.text_overflow_hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.arrow_pointer {
  cursor: pointer;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
::-moz-selection {
  background: #108ee9;
  color: #fff;
}
::selection {
  background: #108ee9;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
a {
  color: #108ee9;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color .3s ease;
}
a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:hover {
  color: #49a9ee;
}
a:active {
  color: #0e77ca;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.index__ant-divider___24s1g {
  margin: 0 6px;
  display: inline-block;
  height: 8px;
  width: 1px;
  background: #ccc;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}
.index__clearfix___3-mRx {
  zoom: 1;
}
.index__clearfix___3-mRx:before,
.index__clearfix___3-mRx:after {
  content: " ";
  display: table;
}
.index__clearfix___3-mRx:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
/** 该文件存放【全局class】 **/
.wrapper {
  padding: 30px;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-input {
  border-radius: 4px;
}
.ant-modal-content {
  border-radius: 4px;
}
.ant-modal-footer {
  border-top: 1px solid #f0f0f0!important;
  padding: 24px 16px;
}
.ant-tabs-tab {
  border-radius: 4px 4px 0 0!important;
  background-color: rgba(238, 242, 244, 0.5) !important;
}
.ant-tabs-tab-active {
  background-color: #fff!important;
}
.ant-upload.ant-upload-select-picture-card {
  height: 120px;
  width: 120px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #D3D6DE;
}
/* 滚动条整体样式外部 滚动条宽度和高度分别代表横竖滚动条的宽度和高度*/
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* 滚动条里面的上下箭头按钮,允许通过点击微调滚动条的位置 一般隐藏*/
*::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
/* 滚动条横竖滚动条交汇样式 一般设置透明*/
*::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条内部 */
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/* 滚动条内部 鼠标经过样式*/
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/* 滚动条轨道 设置透明*/
*::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
/* 滚动条轨道 设置透明*/
input::-webkit-input-placeholder {
  color: #CCCCCC;
}
input::-moz-placeholder {
  color: #CCCCCC;
}
input:-moz-placeholder {
  color: #CCCCCC;
}
input:-ms-input-placeholder {
  color: #CCCCCC;
}
 {
  /*
*   layout
*/
  /*
*   绿色的button
*/
  /*
*   全局不同tag相关样式
*/
  /*
*   全局的空状态样式
*/
  /*
*  button
*/
  /*
* input
*/
  /*
* select
*/
  /*
* table
*/
  /*
* pagination
*/
  /*
* tabs
*/
  /*
* Modal
*/
}
#app {
  display: flex;
  min-width: 1200px;
  flex: 1;
  flex-direction: column;
  min-height: 100%;
  font-size: 14px;
  color: #5E6D82;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ant-layout {
  height: 100vh;
}
.btn_green {
  background: #26C1AA;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  border: 1px solid #26C1AA;
}
.btn_green:hover, .btn_green:focus {
  background: #20A490;
  border: 1px solid #20A490 !important;
  color: #ffffff !important;
}
.tag_item {
  display: inline-block;
  padding: 0 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px;
}
.default_tag {
  display: inline-block;
  padding: 0 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px;
  color: #5959B5;
  background: #F3F3FF;
  border: 1px solid #F3F3FF;
}
.default_tag:hover {
  background: #6B6BD5;
  color: #FFFFFF;
}
.green_tag {
  display: inline-block;
  padding: 0 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px;
  background: #E7FAF7;
  color: #12C1A7;
  border: 1px solid #E7FAF7;
}
.green_tag:hover {
  background: #26C1AA;
  color: #ffffff;
}
.error_tag {
  display: inline-block;
  padding: 0 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px;
  background: #FFF3F3;
  color: #FF4D4F;
  border: 1px solid #FFF3F3;
}
.error_tag:hover {
  background: #FA6178;
  color: #ffffff;
}
.disabled_tag {
  display: inline-block;
  padding: 0 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #BFBFBF;
  background: #F4F5F6;
  border-radius: 4px;
  border: 1px solid #F4F5F6;
}
.common_empty_box {
  text-align: center;
  margin: 80px auto;
}
.common_empty_box .common_empty_icon {
  width: 200px;
  height: 130px;
  margin: auto;
  background: url(./a4bb0c57f7190ceaace4dd0d170d40c9.png) no-repeat center center / 100% 100%;
}
.common_empty_box .common_empty_text {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
}
.ant-breadcrumb-separator {
  margin: 0 10px;
}
.ant-btn {
  border-radius: 4px;
  margin: 0 4px;
}
.ant-btn-primary {
  background: #374FFF;
  border: 1px solid #374FFF;
}
.ant-btn-primary:hover, .ant-btn-primary:focus {
  border-color: #4171ff;
  background: #4171ff;
  color: #ffffff !important;
}
.ant-btn:hover, .ant-btn:focus {
  border-color: #374FFF;
  color: #374FFF;
}
.ant-btn-dangerous {
  background: #FA6178;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
}
.ant-btn-dangerous:hover, .ant-btn-dangerous:focus {
  border-color: #FA6178;
  color: #FFFFFF;
  background: #FA6178;
}
.ant-btn-primary[disabled], .ant-btn-primary[disabled]:hover, .ant-btn-primary[disabled]:focus, .ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25) !important;
}
.ant-input {
  font-size: 14px;
  color: #333333;
}
.ant-input:hover {
  background: #FFFFFF;
  border: 1px solid #6B6BD5;
  border-radius: 4px;
}
.ant-input:focus, .ant-input-focused {
  background: #FFFFFF;
  border: 1px solid #5E68FF;
  box-shadow: 0 0 4px 0 rgba(107, 107, 213, 0.5);
  border-radius: 4px;
}
.ant-input[disabled] {
  background-color: #F4F5F6;
  border: 1px solid #E1E3E9;
  color: #CCCCCC;
  border-radius: 4px;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  background: #FFFFFF;
  border: 1px solid #6B6BD5;
  border-radius: 4px;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 4px;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #FFFFFF;
  border: 1px solid #5E68FF;
  box-shadow: 0 0 4px 0 #6B6BD5;
  border-radius: 4px;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #EEEFFF;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
}
.ant-select-item {
  font-family: PingFangSC-Regular;
  font-size: 14px;
}
.ant-table-thead > tr > th {
  background: #F6F7F9;
  border-radius: 4px 4px 0 0;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.ant-table-tbody > tr > td {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.ant-table-tbody > tr.ant-table-row:hover > td, .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #EEEFFF;
}
.ant-table-pagination > * {
  background: #FFFFFF;
  border-radius: 2px;
}
.ant-pagination-item a {
  font-family: HelveticaNeue !important;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.65) !important;
  text-align: center !important;
}
.ant-pagination-prev .ant-pagination-item-link, .ant-pagination-next .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.65);
}
.ant-pagination-prev:focus-visible .ant-pagination-item-link, .ant-pagination-next:focus-visible .ant-pagination-item-link, .ant-pagination-prev:hover .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link {
  background: #FFFFFF;
  border-color: #6B6BD5;
  border-radius: 2px;
  color: #6B6BD5;
}
.ant-pagination-item-active:focus-visible, .ant-pagination-item-active:hover {
  border-color: #6B6BD5;
}
.ant-pagination-item-active:focus-visible a, .ant-pagination-item-active:hover a {
  background: #6B6BD5;
  color: #ffffff;
  border-color: #6B6BD5;
}
.ant-pagination-item-active a {
  color: #ffffff !important;
}
.ant-pagination-item-active {
  background: #6B6BD5;
  border-radius: 2px;
  color: #ffffff;
  border-color: #6B6BD5;
}
.ant-pagination-item:focus-visible, .ant-pagination-item:hover {
  background: #FFFFFF;
  border-color: #6B6BD5;
  border-radius: 2px;
  color: #6B6BD5;
}
.ant-pagination-item:focus, .ant-pagination-item:hover {
  border-color: #6B6BD5;
}
.ant-pagination-disabled .ant-pagination-item-link, .ant-pagination-disabled:hover .ant-pagination-item-link, .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  background: #F4F5F6;
  border: 1px solid #E1E3E9;
  border-radius: 2px;
  color: #BFBFBF !important;
}
.ant-pagination-options-quick-jumper input:hover {
  border: 1px solid #6B6BD5;
}
.ant-pagination-options-quick-jumper input:focus, .ant-pagination-options-quick-jumper input-focused {
  background: #FFFFFF;
  border: 1px solid #5E68FF;
  box-shadow: 0 0 4px 0 rgba(107, 107, 213, 0.5);
}
.ant-table-pagination.ant-pagination {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-pagination-total-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs {
  font-size: 16px;
  color: #333333;
}
.ant-tabs-tab {
  font-size: 16px;
  background-color: transparent !important;
  color: #999999;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-size: 16px;
  color: #4F5EC1;
}
.ant-tabs-tab:hover {
  font-size: 16px;
  color: #4F5EC1;
}
.ant-tabs-ink-bar {
  background: #4F5EC1;
  border-radius: 1.5px;
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  color: #333333;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  color: #666666;
}

.sideBar__siderBarPanel___1RB9I {
  width: 100%;
  display: flex;
}
.sideBar__siderBarPanel___1RB9I a {
  text-decoration: none;
  outline: none;
  color: #000;
}
.sideBar__siderBarPanel___1RB9I .sideBar__leftPanel___2fUK8 {
  width: 196px;
  padding: 10px;
  margin: 24px;
  background: #ffffff;
  border-radius: 8px;
  flex-shrink: 0;
}
.sideBar__siderBarPanel___1RB9I .sideBar__rightPanel___SSS96 {
  flex: 1;
  overflow: scroll;
}
.sideBar__siderBarPanel___1RB9I .sideBar__subMenuItem___1b0_d {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.75);
}
.sideBar__siderBarPanel___1RB9I .sideBar__navItemSelected___3Sg66 .sideBar__subMenuItem___1b0_d {
  background: #EEEFFF;
  border-radius: 4px;
  font-size: 14px;
  color: #5959B5;
}

.ant-layout-header {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(133, 142, 152, 0.2);
  padding: 0 0 0 24px;
  z-index: 999;
}
.ant-layout-content {
  display: flex;
  align-items: stretch;
  background: #EFF2F9;
  overflow-y: auto;
}
.index__headerPanel___2dwUA {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index__headerPanel___2dwUA a {
  text-decoration: none;
  outline: none;
  color: #000;
}
.index__headerPanel___2dwUA .index__logo___CaOpz {
  width: 171px;
  height: 40px;
  background: url(./4c9f1f50d1cd21a2123c676a91eaa92b.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.index__headerPanel___2dwUA .index__menuCompLevel___3-h8r {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  color: #333;
  margin: 0 16px 0 60px;
}
.index__headerPanel___2dwUA .index__menuCompLevel___3-h8r .index__searchBox___RQlFD {
  width: 240px;
  height: 32px;
  background: #EFF3F8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.index__headerPanel___2dwUA .index__menuCompLevel___3-h8r .index__searchBox___RQlFD .index__searchIpt___2luuN {
  width: 180px;
  height: 32px;
  border: none;
  background: #EFF3F8;
  box-shadow: unset !important;
  border: unset !important;
}
.index__headerPanel___2dwUA .index__menuCompLevel___3-h8r .index__searchBox___RQlFD .index__searchIpt___2luuN:focus {
  box-shadow: unset !important;
  border: unset !important;
}
.index__headerPanel___2dwUA .index__menuCompLevel___3-h8r .index__searchBox___RQlFD .ant-input {
  background: #EFF3F8 !important;
}
.index__headerPanel___2dwUA .index__menuCompLevel___3-h8r .index__searchBox___RQlFD .ant-input:focus,
.index__headerPanel___2dwUA .index__menuCompLevel___3-h8r .index__searchBox___RQlFD .ant-input:hover {
  box-shadow: unset !important;
  border: unset !important;
}
.index__headerPanel___2dwUA .index__menuCompLevel___3-h8r .index__searchBox___RQlFD .index__searchBtn___2_Chi {
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #6887FF 0%, #374FFF 100%);
  border-radius: 0px 16px 16px 0px;
  cursor: pointer;
}
.index__headerPanel___2dwUA .index__name___3Ek15 {
  margin-right: 40px;
  height: 64px;
  font-size: 16px;
  color: #333;
}
.index__headerPanel___2dwUA .index__navItemSelected___38kkO .index__name___3Ek15 {
  font-weight: 500;
  color: #374FFF;
  position: relative;
}
.index__headerPanel___2dwUA .index__navItemSelected___38kkO .index__name___3Ek15::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
}
.index__person___2KYyZ {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
}
.index__person___2KYyZ .index__nameIcon___F7Y0n {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAh9JREFUWAnVlcFKHEEURR2TOBAEN4lEEdcBGVfZBvwByUbzG8FPmA+QceEfCC7iKhCXLrIJWQQCigjJJrpQCclCRERBxnOli7mM1dPVbYfBB5d+/eq++15VV1eNjJS0brfbAmtgD1yCc7APOmCupFw6HfExsA5uQJ5pTJyxdOUEpgTBDkg1cetrAjHNyu0PL22wmEG+Ym7rCXMrpqA4B3zZNbuX/ZnEJoGvknIevicQ0YYLplneKx6a0RjwleiEscpPBLXDg7WLhCDqcwTbL+KPFhEYnzXOd/PzXOd4bpSf0kA0sa5gSgNHVuyN+Xmuczw3jz84zsfUCRes7CZcG6yeMErl1N9Qf0D9v6F6RHh4B1HWwHCPYmtiOJeRGgiW7QltTB1Quop1Jetq1onZCrxH82wUdcqsXsF5B+bBC1CU04XzF+yCT41G45RneaNwE6yCK1DVlCuNZqkOSBgHX0FdJq3xWBPR5YT8EfKyJZzhfwE/wY3FY+4Tgq/BWzBhhC0+x3t7j7sUX+ib9mfeJ+Ps/KhywHaf1kJ+RjZCwoYlHeA/L0zKISgX/DK9jRxqLwz50BJWeiPVPLQ+mN7vfpXYdTxlpG/mV3V/WOK0+XdurIFnRro2v6p7YYmufReONWD8/+8OvYGnkTmeEAv7YIkNFKGUCvl5Iu3BRsFN27V1u5uDqzNKxRnwr+7KmeZMYQMiZE1oJY5raEQa0ooWvwXSBGk6YwJsYgAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 100%;
  margin-right: 8px;
}
.index__person___2KYyZ .index__userName___XDDg- {
  max-width: 150px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index__person___2KYyZ .index__Y_axis___BfRrF {
  width: 1px;
  height: 24px;
  margin-left: 20px;
  opacity: 0.25;
  background: #E1E3E9;
}
.index__person___2KYyZ .index__logout___2UoGq {
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,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) no-repeat center;
  background-size: 90%;
  margin: 0 10px;
  cursor: pointer;
}
.index__menuCompLevel1___3_2-f {
  width: 100%;
  display: flex;
}


/*# sourceMappingURL=index.66051dc87dbaeb975297.css.map*/