/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[2].use[1]!../../node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/page/SystemNotification.less ***!
  \**************************************************************************************************************************************************************************************************/
.SystemNotification_notification-wrapper_NbJ0 {
  position: fixed;
  z-index: 1050 !important;
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_notification-wrapper-mode0_sdVy,
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_notification-wrapper-mode1_wa-C {
  width: 320px;
  min-height: 108px;
}
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_topLeft_sSs5 {
  top: 40px;
  left: 40px;
}
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_topRight_3Tix {
  top: 40px;
  right: 40px;
}
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_bottomRight_1SLM {
  bottom: 40px;
  right: 40px;
}
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_bottomLeft_2S2y {
  bottom: 40px;
  left: 40px;
}
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_topLeft_sSs5,
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_bottomLeft_2S2y {
  -webkit-animation: SystemNotification_NotificationLeftFadeIn_3iF3 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: SystemNotification_NotificationLeftFadeIn_3iF3 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_topRight_3Tix,
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_bottomRight_1SLM {
  -webkit-animation: SystemNotification_NotificationFadeIn_d1wl 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: SystemNotification_NotificationFadeIn_d1wl 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.SystemNotification_notification-wrapper_NbJ0.SystemNotification_fadeOut_2A7p {
  -webkit-animation: SystemNotification_NotificationFadeOut_2c8z 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: SystemNotification_NotificationFadeOut_2c8z 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_header_1ZyB {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_header_1ZyB .SystemNotification_header-icon_3DR7 {
  margin-right: 9px;
  font-size: 18px;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_header_1ZyB .SystemNotification_title_1fKJ {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_header_1ZyB .SystemNotification_title_1fKJ.SystemNotification_grey_2Lbr {
  color: #212121;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_notification-custom-title_3YnB {
  max-height: 20vh;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_notification-custom-content_vmsw {
  max-height: 70vh;
  overflow: auto;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_close-button_2Cht {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  right: 20px;
  top: 12px;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_close-button_2Cht.SystemNotification_grey_2Lbr {
  color: #666;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_bottom_HPyf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px 20px 20px;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_btn_2-_I {
  font-size: 12px;
  cursor: pointer;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_btn_2-_I:not(:last-child) {
  margin-right: 16px;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_notification-main_cWDe {
  padding: 12px 20px 0 20px;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_notification-main_cWDe .SystemNotification_content_3MHR {
  position: relative;
  word-break: break-all;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  color: #212121;
}
.SystemNotification_notification-wrapper_NbJ0 .SystemNotification_notification-main_cWDe .SystemNotification_content_3MHR.SystemNotification_contentOverflow_1jq8:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0.4em;
  background: #fff;
}
@-webkit-keyframes SystemNotification_NotificationFadeIn_d1wl {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SystemNotification_NotificationFadeIn_d1wl {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes SystemNotification_NotificationLeftFadeIn_3iF3 {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SystemNotification_NotificationLeftFadeIn_3iF3 {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes SystemNotification_NotificationFadeOut_2c8z {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    opacity: 0;
  }
}
@keyframes SystemNotification_NotificationFadeOut_2c8z {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    opacity: 0;
  }
}

