/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 */
  font-size: 1em; /* 2 */
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* 
  Attention: This file is generated by "yarn icon", do not modify
*/
@font-face {
  font-family: 'iconfont';
  src: url(/static/src/components/Icon/fonts/iconfont.192386355215551b8860..woff) format('woff'), url(/static/src/components/Icon/fonts/iconfont.8c8dce1ae985d6ea3011..ttf) format('truetype'),
    url(/f3abc9e0c6186b511000.svg) format('svg');
}

.iconfont {
  font-family: 'iconfont' !important;
}

.iconfont {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-error:before {
  content: '\ea36';
}
.iconfont-zuoduiqi:before {
  content: '\ea30';
}
.iconfont-youduiqi:before {
  content: '\ea31';
}
.iconfont-diduiqi:before {
  content: '\ea32';
}
.iconfont-dingduiqi:before {
  content: '\ea33';
}
.iconfont-shangxiajuzhong:before {
  content: '\ea34';
}
.iconfont-zuoyoujuzhong:before {
  content: '\ea35';
}
.iconfont-shijianxuanze:before {
  content: '\e816';
}
.iconfont-beifen:before {
  content: '\e819';
}
.iconfont-xiuxianyule:before {
  content: '\ea24';
}
.iconfont-fumeiti:before {
  content: '\ea25';
}
.iconfont-ditu:before {
  content: '\ea26';
}
.iconfont-suoxiao:before {
  content: '\ea27';
}
.iconfont-jingguan:before {
  content: '\ea28';
}
.iconfont-fanhui1:before {
  content: '\ea29';
}
.iconfont-chehang:before {
  content: '\ea2a';
}
.iconfont-jiankong:before {
  content: '\ea2b';
}
.iconfont-baocun:before {
  content: '\ea2c';
}
.iconfont-jianzhu:before {
  content: '\ea2d';
}
.iconfont-jichu:before {
  content: '\ea2e';
}
.iconfont-tuceng:before {
  content: '\ea2f';
}
.iconfont-wendu:before {
  content: '\ea1d';
}
.iconfont-tianqi:before {
  content: '\ea1e';
}
.iconfont-qiya:before {
  content: '\ea1f';
}
.iconfont-fengsu:before {
  content: '\ea20';
}
.iconfont-shidu:before {
  content: '\ea21';
}
.iconfont-ziwaixian:before {
  content: '\ea22';
}
.iconfont-a-pm25:before {
  content: '\ea23';
}
.iconfont-louceng:before {
  content: '\ea17';
}
.iconfont-a-1jiquyu:before {
  content: '\ea18';
}
.iconfont-loudong:before {
  content: '\ea19';
}
.iconfont-a-3jiquyu:before {
  content: '\ea1a';
}
.iconfont-a-2jiquyu:before {
  content: '\ea1b';
}
.iconfont-danyuan:before {
  content: '\ea1c';
}
.iconfont-hide2:before {
  content: '\ea16';
}
.iconfont-bianji:before {
  content: '\ea0a';
}
.iconfont-a-daohang-guanlizhongxingongdan:before {
  content: '\ea0b';
}
.iconfont-a-daohang-jiajuzhongxinzhengtigailan:before {
  content: '\ea0c';
}
.iconfont-a-daohang-shequzhongxinyingyong:before {
  content: '\ea0d';
}
.iconfont-sousuo:before {
  content: '\ea0e';
}
.iconfont-a-daohang-shequzhongxinchangjing:before {
  content: '\ea0f';
}
.iconfont-a-daohang-guanlizhongxinzhuhu:before {
  content: '\ea10';
}
.iconfont-a-daohang-guanlizhongxinxitong:before {
  content: '\ea11';
}
.iconfont-zhihuirenhang:before {
  content: '\ea12';
}
.iconfont-tianjiakongjian:before {
  content: '\ea13';
}
.iconfont-daohang-shequzhongxin:before {
  content: '\ea14';
}
.iconfont-biaogeshaixuan:before {
  content: '\e9e2';
}
.iconfont-biaogepaixu:before {
  content: '\e9e3';
}
.iconfont-a-daohang-guanlizhongxinquanxian:before {
  content: '\e9e4';
}
.iconfont-bangzhu:before {
  content: '\e9e5';
}
.iconfont-a-daohang-shequzhongxingaojing:before {
  content: '\e9e6';
}
.iconfont-daohang-jiajuzhongxin:before {
  content: '\e9e7';
}
.iconfont-a-daohang-guanlizhongxinzhanghao:before {
  content: '\e9e8';
}
.iconfont-chakan:before {
  content: '\e9e9';
}
.iconfont-a-daohang-shequzhongxinzhengtigailan:before {
  content: '\e9ea';
}
.iconfont-a-daohang-jiajuzhongxinfangan:before {
  content: '\e9eb';
}
.iconfont-a-daohang-guanlizhongxinyunying:before {
  content: '\e9ec';
}
.iconfont-fanhui:before {
  content: '\e9ed';
}
.iconfont-jiebang:before {
  content: '\e9ee';
}
.iconfont-kongjianliebiao:before {
  content: '\e9ef';
}
.iconfont-daohang-shouqi:before {
  content: '\e9f0';
}
.iconfont-a-daohang-jiajuzhongxinshigong:before {
  content: '\e9f1';
}
.iconfont-a-daohang-guanlizhongxinshebei:before {
  content: '\e9f2';
}
.iconfont-shanchu2:before {
  content: '\e9f3';
}
.iconfont-a-daohang-guanlizhongxinxiangmu:before {
  content: '\e9f4';
}
.iconfont-daohang-guanlizhongxin:before {
  content: '\e9f5';
}
.iconfont-daohangzhankai:before {
  content: '\e9f6';
}
.iconfont-a-daohang-shequzhongxinbianduan:before {
  content: '\e9f7';
}
.iconfont-shangchuan:before {
  content: '\e9f8';
}
.iconfont-tongbu:before {
  content: '\e9f9';
}
.iconfont-gaojingtishi:before {
  content: '\e9fa';
}
.iconfont-shebeizhongxin:before {
  content: '\e9fb';
}
.iconfont-shujiegouzhankai:before {
  content: '\e9fc';
}
.iconfont-shanchu:before {
  content: '\e9fd';
}
.iconfont-tianjia:before {
  content: '\e9fe';
}
.iconfont-wancheng:before {
  content: '\e9ff';
}
.iconfont-riqi:before {
  content: '\ea00';
}
.iconfont-paixu:before {
  content: '\ea01';
}
.iconfont-daohang-ioczhongxin:before {
  content: '\ea02';
}
.iconfont-shibai:before {
  content: '\ea03';
}
.iconfont-shujiegoushouqi:before {
  content: '\ea04';
}
.iconfont-gengduo:before {
  content: '\ea05';
}
.iconfont-yincang:before {
  content: '\ea06';
}
.iconfont-zhinengchehang:before {
  content: '\ea07';
}
.iconfont-shijian:before {
  content: '\ea08';
}
.iconfont-zhuhuzongshu:before {
  content: '\ea09';
}
.iconfont-arrow:before {
  content: '\e81f';
}
.iconfont-port-management-copy:before {
  content: '\ea15';
}
.iconfont-net-use:before {
  content: '\e813';
}
.iconfont-application-management:before {
  content: '\e814';
}
.iconfont-cpu:before {
  content: '\e815';
}
.iconfont-devices:before {
  content: '\e817';
}
.iconfont-gateway:before {
  content: '\e818';
}
.iconfont-add:before {
  content: '\e81a';
}
.iconfont-download:before {
  content: '\e81b';
}
.iconfont-access-control:before {
  content: '\e81c';
}
.iconfont-product-list:before {
  content: '\e81d';
}
.iconfont-alarm:before {
  content: '\e81e';
}
.iconfont-network-information:before {
  content: '\e80f';
}
.iconfont-drive:before {
  content: '\e80e';
}
.iconfont-memory:before {
  content: '\e80d';
}
.iconfont-face:before {
  content: '\e810';
}
.iconfont-offline:before {
  content: '\e811';
}
.iconfont-online:before {
  content: '\e812';
}

.src-modules-main-components-index-module__container__Uw0Vv{width:100%;height:100vh;box-sizing:border-box;overflow:hidden}.src-modules-main-components-index-module__container__Uw0Vv .src-modules-main-components-index-module__content__h6rtv{width:100%;height:100%;overflow:scroll}.src-modules-main-components-index-module__container__Uw0Vv .src-modules-main-components-index-module__content__h6rtv .ant-spin{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.src-modules-main-components-index-module__container__Uw0Vv .src-modules-main-components-index-module__content__h6rtv .ka-wrapper{width:100%;height:100%}.src-modules-main-components-index-module__container__Uw0Vv .src-modules-main-components-index-module__content__h6rtv .ka-wrapper .ka-content{width:100%;height:100%}
.src-components-MyModal-index-module__GAOJINGTISHI__N_rZ2{position:relative;display:inline-block;width:21px;height:21px;margin-right:16px;color:#faad14;font-size:21px;opacity:1}
.src-components-Header-index-module__container__VkedK{display:flex;height:60px;padding:0 24px;justify-content:space-between;align-items:center;background:#011f3e;box-sizing:border-box;overflow:hidden}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE{display:flex;align-items:center;justify-content:center;font-size:20px;font-family:"MF DianHei";font-weight:400;color:#fff}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .src-components-Header-index-module__logo__stEY5{height:60px;padding-right:12px;display:flex;align-items:center;justify-content:center}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .src-components-Header-index-module__logo__stEY5 img{display:inline-block;width:40px;height:40px}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .src-components-Header-index-module__logo__stEY5 span{font-size:20px;font-weight:600;margin-left:16px;color:#fff;margin-bottom:3px}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu{width:500px;height:50px;margin-left:2px}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item{display:flex;align-items:center;justify-content:center;margin-right:24px}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item .ant-menu-title-content{font-size:14px;font-family:"PingFang SC";font-weight:500;color:#d8ecff;margin-top:2px}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item .ant-menu-item-icon{color:#d8ecff;margin-right:-5px;margin-top:2px;font-size:16px}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item.ant-menu-item-selected .ant-menu-title-content,.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon{color:#1890ff}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item.ant-menu-item-selected::after{border-bottom-color:#1890ff !important}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item.ant-menu-item-selected::after{border-bottom-width:3px}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item:hover::after{border-color:#011f3e}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item:hover .ant-menu-title-content,.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__left__YO7AE .ant-menu .ant-menu-item:hover .ant-menu-item-icon{color:#1890ff}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__right__ZwUik{display:flex;justify-content:flex-start;align-items:center}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__right__ZwUik .src-components-Header-index-module__username__wUn1A{color:#fff;font-weight:500;font-size:14px;cursor:pointer;white-space:nowrap}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__right__ZwUik .ant-avatar{background:#ccc !important}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__right__ZwUik .ant-avatar{width:24px;height:24px;cursor:pointer}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__right__ZwUik .ant-badge{margin-right:24px;cursor:pointer}.src-components-Header-index-module__container__VkedK .src-components-Header-index-module__right__ZwUik .ant-badge svg{color:#fff;font-size:14px}body .ant-dropdown.user-dropdown,body .ant-dropdown.msg-dropdown{top:66px !important}body .ant-dropdown.user-dropdown .ant-dropdown-menu,body .ant-dropdown.msg-dropdown .ant-dropdown-menu{width:115px;border-radius:2px}body .ant-modal-wrap.logout-wrapper .ant-modal .ant-modal-content{border-radius:2px;padding:32px 24px}body .ant-modal-wrap.logout-wrapper .ant-modal .ant-modal-content .ant-btn{border-radius:2px}.src-components-Header-index-module__msg-container__X04Cj{overflow:hidden;width:332px;background:#fff;box-shadow:"rgba(0, 0, 0, 20%) 0px 4px 20px 0px";position:relative}.src-components-Header-index-module__msg-container__X04Cj.src-components-Header-index-module__no-msg__R38DS{height:540px}.src-components-Header-index-module__msg-container__X04Cj.src-components-Header-index-module__no-msg__R38DS .src-components-Header-index-module__msg-content__azXyU{height:500px}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-content__azXyU{overflow-x:hidden;overflow-y:auto;max-height:500px}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-content__azXyU .ant-divider{margin:2px 0}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-content__azXyU .ant-empty-image{height:150px;margin-top:160px}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-content__azXyU .src-components-Header-index-module__msg-item__Ss0Tu{overflow:hidden;width:100%;padding:8px 16px;cursor:pointer}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-content__azXyU .src-components-Header-index-module__msg-item__Ss0Tu .src-components-Header-index-module__title-wrapper__QWjeK{overflow:hidden;width:100%}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-content__azXyU .src-components-Header-index-module__msg-item__Ss0Tu .src-components-Header-index-module__title-wrapper__QWjeK .src-components-Header-index-module__dot__tz_di{width:8px;height:8px;display:inline-block;border-radius:50%;background-color:#52c41a}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-content__azXyU .src-components-Header-index-module__msg-item__Ss0Tu .src-components-Header-index-module__title-wrapper__QWjeK .src-components-Header-index-module__title__Teprt{color:rgba(0,0,0,.85);font-weight:600;font-size:14px;margin-left:8px}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-content__azXyU .src-components-Header-index-module__msg-item__Ss0Tu .src-components-Header-index-module__content__G0Y8s{width:300px;overflow:hidden;color:rgba(0,0,0,.85);font-size:14px;white-space:nowrap;text-overflow:ellipsis}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-content__azXyU .src-components-Header-index-module__msg-item__Ss0Tu .src-components-Header-index-module__time__yoBt_{color:rgba(0,0,0,.6);font-size:12px}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-btn__cFw_r{width:100%;height:42px;overflow:hidden;display:flex;justify-content:space-between;align-items:center;padding:0 16px;box-sizing:border-box}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-btn__cFw_r span{cursor:pointer}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-btn__cFw_r .src-components-Header-index-module__view-span__dXcw6 .src-components-Header-index-module__view-all__Ad6kC{color:#1890ff}.src-components-Header-index-module__msg-container__X04Cj .src-components-Header-index-module__msg-btn__cFw_r .src-components-Header-index-module__view-span__dXcw6 .src-components-Header-index-module__arrow__BYrmi{color:#666;font-size:16px;margin-left:2px}
.src-components-SiderBar-index-module__sider-background__sNpzT{display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-right:1px rgba(3,10,26,.12) solid;overflow:hidden}.src-components-SiderBar-index-module__sider-background__sNpzT .ant-layout-sider{box-shadow:none !important}.src-components-SiderBar-index-module__sider-background__sNpzT .ant-layout-sider-children{height:100%}.src-components-SiderBar-index-module__sider-background__sNpzT .src-components-SiderBar-index-module__select__dVI_l{display:flex;align-items:center;justify-content:center;height:60px;padding:0 15px}.src-components-SiderBar-index-module__sider-background__sNpzT .src-components-SiderBar-index-module__select__dVI_l .ant-select{width:176px;height:32px}.src-components-SiderBar-index-module__sider-background__sNpzT .src-components-SiderBar-index-module__select__dVI_l .ant-select-selector{border-radius:20px;background:#fafafb}.src-components-SiderBar-index-module__sider-background__sNpzT .src-components-SiderBar-index-module__menu-wrapper__BZKi0{height:calc(100% - 60px);box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.src-components-SiderBar-index-module__sider-background__sNpzT .src-components-SiderBar-index-module__hide__xzUvj{display:none}
