.-components-HelpCenter-style-search {
  height: 168px;
  background: #404e68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.-components-HelpCenter-style-search .ant-form-item-with-help {
  margin-bottom: 0;
}
.-components-HelpCenter-style-search .ant-form-explain {
  position: absolute;
}
.-components-HelpCenter-style-search .ant-input,
.-components-HelpCenter-style-search .ant-btn {
  border-radius: 2px;
}
.-components-HelpCenter-style-search .ant-btn {
  width: 86px;
  height: 40px;
  background: #404e68;
  color: #fff;
}
.-components-HelpCenter-style-faqPanel .-components-HelpCenter-style-title,
.-components-HelpCenter-style-usagePanel .-components-HelpCenter-style-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.-components-HelpCenter-style-faqPanel .-components-HelpCenter-style-title h2,
.-components-HelpCenter-style-usagePanel .-components-HelpCenter-style-title h2 {
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
}
.-components-HelpCenter-style-list .-components-HelpCenter-style-listItem {
  display: inline-block;
  position: relative;
  width: 50%;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.65);
  padding-left: 16px;
}
.-components-HelpCenter-style-list .-components-HelpCenter-style-listItem:hover {
  color: #40a9ff;
}
.-components-HelpCenter-style-list .-components-HelpCenter-style-listItem::before {
  content: " ";
  display: block;
  position: absolute;
  top: 22px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #ccc;
}
.-components-HelpCenter-style-usagePanel .-components-HelpCenter-style-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.-components-HelpCenter-style-usagePanel .-components-HelpCenter-style-list a {
  width: 28%;
}
.-components-HelpCenter-style-usagePanel .-components-HelpCenter-style-list .-components-HelpCenter-style-listButton {
  width: 100%;
  height: 52px;
  margin: 16px 0;
  border-radius: 0;
}
.-components-HelpCenter-style-show-content {
  background: #fff;
  margin: 0;
  overflow-y: auto;
}
.-components-HelpCenter-style-show-content .-components-HelpCenter-style-show-content-title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 14px;
  color: #000;
}
.-components-HelpCenter-style-show-content .-components-HelpCenter-style-show-content-useful {
  margin: 20px 0;
}
.-components-HelpCenter-style-show-content .-components-HelpCenter-style-show-content-footer {
  margin-bottom: 20px;
}
.-components-HelpCenter-style-show-content .-components-HelpCenter-style-show-content-footer > span {
  margin-right: 20px;
  color: #000;
  font-size: 14px;
}
.-components-HelpCenter-style-show-content .-components-HelpCenter-style-show-content-footer button {
  margin-right: 20px;
  padding: 0 30px;
}
.-components-HelpCenter-style-show-content p {
  border-bottom: 0.1px solid transparent;
}
.-components-HelpCenter-style-show-content .image-wrap img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.-components-HelpCenter-style-show-content .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.-components-HelpCenter-style-show-content .video-wrap video {
  width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 285px;
}
.-components-HelpCenter-style-notePanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.-components-HelpCenter-style-notePanel .-components-HelpCenter-style-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 108px;
  margin-right: 24px;
}
.-components-HelpCenter-style-notePanel .-components-HelpCenter-style-date i {
  font-size: 24px;
  line-height: 1.1;
  color: #1890FF;
}
.-components-HelpCenter-style-notePanel .-components-HelpCenter-style-date > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.-components-HelpCenter-style-notePanel .-components-HelpCenter-style-content {
  width: calc(100% - 120px);
}
.-components-HelpCenter-style-notePanel .-components-HelpCenter-style-content .-components-HelpCenter-style-version {
  font-weight: bold;
}
.-components-HelpCenter-style-notePanel .-components-HelpCenter-style-content pre {
  white-space: pre-wrap;
}
.-components-HelpCenter-style-notePanel .-components-HelpCenter-style-content .-components-HelpCenter-style-links > div > a {
  display: block;
}
.-components-HelpCenter-style-picturesWall .ant-upload-select-picture-card i {
  font-size: 32px;
  color: #999;
}
.-components-HelpCenter-style-picturesWall .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  color: #666;
}
.-components-HelpCenter-style-picturesWall .ant-upload-list-item-info > span {
  width: 100%;
  height: 100%;
}
.-components-HelpCenter-style-picturesWall .ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.-components-HelpCenter-style-picturesWall .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}

.organization-switch {
  background-color: #002140;
}
.organization-switch .ant-select {
  display: none;
}
.organization-switch.editing .organization {
  display: none;
}
.organization-switch.editing .ant-select {
  display: block;
}
.organization-switch.editing .ant-select .ant-select-selection--single {
  height: 50px;
}
.organization-switch.editing .ant-select .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 50px;
}
.organization-switch.editing .ant-select .ant-select-selection--single .ant-select-selection__rendered input.ant-select-search__field {
  font-size: 1.3em;
}
.organization-switch .organization {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
  background-color: #002140;
}
.organization-switch .organization .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.organization-switch .organization .avatar img {
  max-width: 100%;
  max-height: 100%;
}
.organization-switch .organization .siemens {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
}
.organization-switch .organization .siemens img {
  max-width: 100%;
  max-height: 100%;
}
.organization-switch .organization .name {
  line-height: 28px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #fafafa;
  padding-left: 5px;
  font-weight: 700;
  font-size: 1.1em;
}
.organization-switch .organization .sname {
  line-height: 28px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #fafafa;
  padding-left: 15px;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 1.3em;
}
.organization-switch .organization .avatar + .name {
  padding-left: 35px;
}
.organization-blueTheme {
  min-height: 52px;
  background-color: #01917a;
}
.organization-blueTheme .ant-select {
  display: none;
}
.organization-blueTheme.editing .organization {
  display: none;
}
.organization-blueTheme.editing .ant-select {
  display: block;
}
.organization-blueTheme.editing .ant-select .ant-select-selection--single {
  height: 50px;
}
.organization-blueTheme.editing .ant-select .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 50px;
}
.organization-blueTheme.editing .ant-select .ant-select-selection--single .ant-select-selection__rendered input.ant-select-search__field {
  font-size: 1.3em;
}
.organization-blueTheme.editing .ant-select-selection:hover {
  border-color: #01917a;
}
.organization-blueTheme .organization {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
  background-color: #01917a;
}
.organization-blueTheme .organization .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.organization-blueTheme .organization .avatar img {
  max-width: 100%;
  max-height: 100%;
}
.organization-blueTheme .organization .siemens {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
}
.organization-blueTheme .organization .siemens img {
  max-width: 100%;
  max-height: 100%;
}
.organization-blueTheme .organization .name {
  line-height: 28px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding-left: 5px;
  font-weight: 700;
  font-size: 1.1em;
}
.organization-blueTheme .organization .sname {
  line-height: 28px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #fafafa;
  padding-left: 15px;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 1.3em;
}
.organization-blueTheme .organization .avatar + .name {
  padding-left: 35px;
}

.-views-Layout-public-blueTheme {
  background-color: #fff;
}
.-views-Layout-public-blueTheme .ant-menu-item-selected {
  background-color: #ecf7f5;
}
.-views-Layout-public-blueTheme .ant-menu-item-selected a {
  color: #01917a;
}
.-views-Layout-public-blueTheme .ant-menu-submenu-active .ant-menu-submenu-arrow,
.-views-Layout-public-blueTheme .ant-menu-submenu-active:hover .ant-menu-submenu-arrow {
  color: #01917a;
}
.-views-Layout-public-blueTheme .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: -webkit-gradient(linear, left top, right top, from(#01917a), to(#01917a)) !important;
  background: -o-linear-gradient(left, #01917a, #01917a) !important;
  background: linear-gradient(to right, #01917a, #01917a) !important;
}
.-views-Layout-public-blueTheme .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after {
  background: -webkit-gradient(linear, left top, right top, from(#01917a), to(#01917a)) !important;
  background: -o-linear-gradient(left, #01917a, #01917a) !important;
  background: linear-gradient(to right, #01917a, #01917a) !important;
}
.-views-Layout-public-blueTheme .ant-menu-item-selected::after {
  border-right: none;
}
.-views-Layout-public-blueTheme .ant-menu-item a:hover {
  color: #008f78;
}
.-views-Layout-public-blueTheme .ant-menu-submenu-selected {
  color: #008f78;
}
.-views-Layout-public-blueTheme .ant-menu-submenu-title:hover {
  color: #008f78;
}

.member-center .content {
  padding: 24px;
  background: white;
}
.member-center .text {
  color: rgba(0, 0, 0, 0.25);
}
.row-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.-views-Layout-TaskIcon-style-taskNotice {
  padding: 16px 12px;
}
.-views-Layout-TaskIcon-style-taskNotice .ant-notification-notice-description {
  margin-top: 10px;
  margin-left: 6px;
}
.-views-Layout-TaskIcon-style-taskNotice .ant-notification-notice-description > div > div {
  margin-top: 8px;
}

/*
  注意，下面配置来源至：https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less
  如果需要添加自定义的全局变量（非antd），请到最下面添加
*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*
  如果需要添加非antd的全局变量，请在后面添加
*/
.ant-menu-item > a {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.medatc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
}
.ant-layout-footer {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-layout-content > div:first-child {
  min-height: calc(100vh - 178px);
}
.flexible {
  position: 'absolute';
  right: '-15px';
  top: '45%';
  width: '36px';
  height: '36px';
  line-height: '40px';
  text-align: 'center';
  border-radius: '50%';
  background: '#001529';
  cursor: 'pointer';
}
.flexible-icon {
  font-size: 18;
  color: 'white';
}
.member-at-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: hsla(0, 0%, 100%, 0.67);
  background: #001529;
  z-index: 99;
}
.member-at-bottom .wrapper {
  position: relative;
}
.member-at-bottom .btn-logout {
  position: absolute;
  left: 5px;
  bottom: 2px;
  font-size: 1.5em;
  cursor: pointer;
}
.member-at-bottom .member-name {
  line-height: 30px;
  padding-left: 35px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-layout-sider-collapsed .member-at-bottom .wrapper {
  text-align: center;
}
.ant-layout-sider-collapsed .member-at-bottom .btn-logout {
  position: relative;
  top: auto;
  left: auto;
}
.ant-layout-sider-collapsed .member-at-bottom .member-name {
  display: none;
}
.ant-layout-sider-collapsed .organization-switch .organization .avatar {
  left: 5px;
}
.ant-layout-sider-collapsed .organization-switch .name {
  display: none;
}
.logo .organization-switch {
  min-height: 52px;
}
.logo .organization-switch .organization .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
  font-size: 1.3em;
}
.logo .organization-switch .organization .avatar {
  width: 50px;
  height: 50px;
}
.logo .organization-switch .organization .avatar + .name {
  padding-left: 50px;
}
.ant-layout-sider-children {
  overflow-y: auto;
}
.ant-layout-sider-children::-webkit-scrollbar {
  width: 0px;
}
.app-layout {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  min-width: 1200px;
}
.app-layout #header {
  position: fixed;
  z-index: 999;
  background: #fff;
  padding: 0;
  height: unset;
  min-height: 52px;
  border-bottom: 1px solid #d9d9d9;
}
.app-layout #header .ant-alert {
  border-radius: 0;
}
.app-layout #header .ant-alert .mdicon {
  color: #fdc151;
  margin-right: 10px;
}
.app-layout .app-header {
  height: 52px;
  background-color: #fff;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.app-layout .app-header .app-collapsed {
  font-size: 20px;
  color: inherit;
}
.app-layout .app-header .app-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-layout .app-header .app-header-icons, .app-layout .app-header .app-header-user {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app-layout .app-header .app-header-icons > a, .app-layout .app-header .app-header-user > a {
  width: 24px;
  color: inherit;
  text-align: center;
  font-size: 16px;
  margin-left: 16px;
}
.app-layout .app-header .app-header-icons > a:hover, .app-layout .app-header .app-header-user > a:hover {
  color: #1890FF;
}
.app-layout .app-header .app-header-icons > a {
  height: 52px;
  line-height: 52px;
}
.app-layout .app-header .app-header-user {
  cursor: default;
  font-size: 12px;
}
.app-layout .app-header .app-header-user > span {
  margin-left: 16px;
}
.app-layout .app-header .app-header-user .anticon-user {
  font-size: 20px;
}
.app-layout .app-header-blue {
  background-color: #01917a;
  color: #fff;
}
.app-layout .app-header-blue a:hover {
  color: #fff !important;
}
.app-layout .ant-layout-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.app-layout .ant-layout-content .app-collapsed {
  color: #fff;
}
@-webkit-keyframes -views-Layout-index-myfirst {
  100% {
    opacity: 0;
  }
}
@keyframes -views-Layout-index-myfirst {
  100% {
    opacity: 0;
  }
}
.member-tip {
  -webkit-animation: myfirst 0.1s linear 10s forwards;
          animation: myfirst 0.1s linear 10s forwards;
}
.member-tip .ant-tooltip-content {
  border-radius: 5px;
  background: white;
  color: #000;
}
.member-tip .ant-tooltip-arrow {
  border-right-color: white !important;
}
.member-tip .ant-tooltip-inner {
  background: white;
  color: #000;
  padding: 0;
}
.member-tip .ant-tooltip-inner hr {
  margin: 0;
  border-top: 1px solid #c0c0c0;
}
.member-tip .ant-tooltip-inner p {
  padding: 10px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
.member-tip .ant-tooltip-inner p:last-child {
  padding-bottom: 20px;
}
.dn {
  display: none !important;
}
.ant-modal-wrap .sure-exit-dialog {
  top: 200px !important;
  width: 416px !important;
}
@media (max-width: 992px) {
  .ant-modal-wrap .sure-exit-dialog {
    top: 200px !important;
    width: 416px !important;
    left: 50% !important;
    margin-left: -213px !important;
  }
}

.-views-Layout-Bell-style-messageHeader {
  min-width: 400px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.-views-Layout-Bell-style-messageHeader .-views-Layout-Bell-style-title {
  background-color: #f8f9f9;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
}
.-views-Layout-Bell-style-messageHeader .-views-Layout-Bell-style-line {
  cursor: pointer;
  margin: 2px;
  padding: 10px 10px 4px;
  border-bottom: 1px solid #f0f2f5;
}
.-views-Layout-Bell-style-messageHeader .-views-Layout-Bell-style-line:last-child {
  border-bottom: none;
}
.-views-Layout-Bell-style-messageHeader .-views-Layout-Bell-style-time {
  color: #aeaeb1;
  padding: 4px 12px;
}

.-views-HelpCenter-Layout-index-layout {
  overflow: auto;
  background: #fff;
  min-width: 1200px;
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-breadCrumbs {
  padding: 16px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-breadCrumbs .ant-breadcrumb {
  width: 55vw;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 800px;
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-content {
  min-height: calc(100vh - 130px);
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-headerWrapper {
  width: 60vw;
  max-width: 1300px;
  min-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.-views-HelpCenter-Layout-index-layout .ant-layout-header {
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.-views-HelpCenter-Layout-index-layout .ant-layout-footer {
  background: #f7f7f7;
}
.-views-HelpCenter-Layout-index-layout .ant-layout-footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55vw;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 800px;
}
.-views-HelpCenter-Layout-index-layout .ant-menu-horizontal {
  border: none;
}
.-views-HelpCenter-Layout-index-layout .ant-menu-horizontal > .ant-menu-item {
  border: none;
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-footerLinks a {
  color: #333;
  margin-right: 12px;
  padding-right: 12px;
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-footerLinks a:not(:last-child) {
  border-right: 1px solid #aaa;
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-footerLinks a:hover {
  color: #40a9ff;
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  line-height: 36px;
  color: #333;
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-logo img {
  width: auto;
  height: 36px;
}
.-views-HelpCenter-Layout-index-layout .-views-HelpCenter-Layout-index-logo span {
  font-size: 18px;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #e0e0e0;
}

.-views-Coordinated-Layout-index-layout {
  background: #f0f2f5;
  min-width: 1200px;
  height: 100vh;
}
.-views-Coordinated-Layout-index-layout .-views-Coordinated-Layout-index-content {
  background-image: url(/2abfea0b71b2f76e2857.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
}

.-views-SSO-Layout-index-layout {
  overflow: auto;
  background: #fff;
  min-width: 1200px;
}
.-views-SSO-Layout-index-layout .-views-SSO-Layout-index-content {
  min-height: calc(100vh - 130px);
}
.-views-SSO-Layout-index-layout .-views-SSO-Layout-index-headerWrapper {
  width: 60vw;
  max-width: 1300px;
  min-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.-views-SSO-Layout-index-layout .ant-layout-header {
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.-views-SSO-Layout-index-layout .ant-layout-footer {
  background: #f7f7f7;
}
.-views-SSO-Layout-index-layout .ant-layout-footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55vw;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 800px;
}
.-views-SSO-Layout-index-layout .ant-menu-horizontal {
  border: none;
}
.-views-SSO-Layout-index-layout .ant-menu-horizontal > .ant-menu-item {
  border: none;
}
.-views-SSO-Layout-index-layout .-views-SSO-Layout-index-footerLinks a {
  color: #333;
  margin-right: 12px;
  padding-right: 12px;
}
.-views-SSO-Layout-index-layout .-views-SSO-Layout-index-footerLinks a:not(:last-child) {
  border-right: 1px solid #aaa;
}
.-views-SSO-Layout-index-layout .-views-SSO-Layout-index-footerLinks a:hover {
  color: #40a9ff;
}
.-views-SSO-Layout-index-layout .-views-SSO-Layout-index-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  line-height: 36px;
  color: #333;
}
.-views-SSO-Layout-index-layout .-views-SSO-Layout-index-logo img {
  width: auto;
  height: 36px;
}
.-views-SSO-Layout-index-layout .-views-SSO-Layout-index-logo span {
  font-size: 18px;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #e0e0e0;
}

/*
  注意，下面配置来源至：https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less
  如果需要添加自定义的全局变量（非antd），请到最下面添加
*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*
  如果需要添加非antd的全局变量，请在后面添加
*/
pre {
  margin-bottom: 0;
  font-family: inherit;
  white-space: pre-wrap;
}
 {
  /*
    全局公共样式请添加到这里，以common开头
  */
}
.sub-text {
  opacity: 0.6;
}
.center-spin > div > .ant-spin {
  position: fixed !important;
  top: 48vh !important;
  left: 50%;
  height: 0 !important;
  overflow: visible !important;
}
.common-page-title {
  background: #fff;
  padding: 16px 32px;
  margin: 0 -24px;
}
.common-page-title .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-explain, .ant-form-extra {
  margin-top: 4px;
  min-height: 21px;
}
.ant-pagination {
  text-align: right;
}
.ant-pagination .ant-pagination-item-active {
  background: #1990FF;
}
.ant-pagination .ant-pagination-item-active a, .ant-pagination .ant-pagination-item-active:hover a, .ant-pagination .ant-pagination-item-active:focus a {
  color: #fff;
}
.common-custom-filter-dropdown {
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.common-custom-filter-dropdown input {
  width: 130px;
  margin-right: 8px;
}
.ant-table-fixed-left {
  left: -1px;
}
.ant-badge-status-primary {
  background: #1890ff;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
@media (min-width: 767px) {
  .common-ant-form-control-auto-width .ant-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-ant-form-control-auto-width .ant-form-item-control-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .common-ant-form-item-control-auto-width.ant-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-ant-form-item-control-auto-width.ant-form-item .ant-form-item-control-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.link-btn {
  display: inline-block;
  height: 28px;
  color: #1890ff;
  border: 1px solid #1890ff;
  border-radius: 4px;
  padding: 2px 15px;
}
.link, .link:hover {
  text-decoration: underline;
}
.text-primary, .text-executing {
  color: #1890ff;
}
.text-warning {
  color: #f90;
}
.text-success {
  color: #19be6b;
}
.text-error, .text-failed {
  color: #ed3f14;
}
.text-error:hover, .text-failed:hover {
  color: #ed3f14;
}
.text-disabled {
  color: #d9d9d9;
}
.text-disabled:hover {
  color: #d9d9d9;
  cursor: not-allowed;
}
.text-info {
  color: #2db7f5;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-inline-center {
  display: flex-inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.margin-left-10 {
  margin-left: 5px;
}
.margin-left-xs {
  margin-left: 5px;
}
.margin-left-sm {
  margin-left: 15px;
}
.margin-left-sm1 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.ant-tag.ant-tag-wrap {
  white-space: pre-wrap;
  word-break: break-all;
  height: auto;
}
.disableEdit .ant-form-item-label {
  pointer-events: none;
}
.disableEdit .ant-form-item-control input, .disableEdit .ant-form-item-control button, .disableEdit .ant-form-item-control textarea, .disableEdit .ant-form-item-control .ant-checkbox-group, .disableEdit .ant-form-item-control .ant-calendar-picker, .disableEdit .ant-form-item-control .ant-input-number, .disableEdit .ant-form-item-control .ant-upload, .disableEdit .ant-form-item-control .ant-radio-group, .disableEdit .ant-form-item-control .ant-cascader-picker, .disableEdit .ant-form-item-control .ant-upload-list-item-card-actions, .disableEdit .ant-form-item-control .ant-select {
  pointer-events: none;
}
.hidden {
  display: none !important;
}
.cursor-pointer {
  cursor: pointer;
}
.ant-btn.btn-success, .btn-success {
  background: #52c41a;
  color: #fff;
}
.ant-btn.btn-success:hover, .btn-success:hover {
  border-color: #52c41a;
  background: #6bd039;
}
.line-input.ant-input-number, .line-input.ant-input, .line-input.ant-select {
  width: 100px;
  margin-right: 8px;
  text-align: center;
}
.line-input input {
  text-align: center;
}
.line-input.ant-input-number, .line-input.ant-input, .line-input .ant-select-selection {
  border-top: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 0;
}
.line-input.ant-select {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.line-input .ant-input-number-input-wrap, .line-input .ant-input-number-input {
  border-radius: 0;
}
.form-drawer .ant-drawer-header {
  padding: 16px 24px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 99;
}
.form-drawer .ant-drawer-wrapper-body {
  overflow: hidden;
}
.form-drawer .ant-drawer-body {
  padding: 0;
  height: calc(100% - 56px);
  overflow: auto;
}
.form-drawer .form-drawer-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 1200px;
  padding: 16px;
  border-top: 1px solid #d9d9d9;
  background: #fff;
  z-index: 999;
}
.form-drawer .form-drawer-scoll {
  height: calc(100vh - 48px);
  overflow: auto;
}
.form-drawer .ant-tabs-bar {
  margin: 0;
}
.form-drawer .line-text {
  display: inline-block;
  min-width: 100px;
  height: 26px;
  margin: 0 4px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.5;
}
.white-tabs .ant-tabs-bar {
  background: #fff;
  border-bottom: none;
}
.padding-tabs > .ant-tabs-bar .ant-tabs-nav-wrap {
  padding-left: 24px;
}
.page-tabs .ant-tabs-nav {
  margin: 0;
}
.page-tabs .ant-tabs-tabpane {
  background: #fff;
  padding: 24px;
}
.module-system {
  padding-top: 10px;
}
.ant-btn {
  line-height: 1.5;
}
.ant-table-thead > tr > th.ant-table-column-sorts {
  text-align: center;
}
.ant-table-thead > tr > th .ant-table-column-title {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-table-thead > tr > th .ant-table-column-sorters {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background-color: #f7f7f7 !important;
}


/*# sourceMappingURL=main.86dca28525f06f79c9f8.css.map*/