.mail-notify[data-v-6b69c604] {
  width: 350px;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ebeef5;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  top: 16px;
  z-index: 2005;
  right: 16px;
}
.mail-notify .errTitle[data-v-6b69c604] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e8eaec;
  padding-left: 10px;
  padding-bottom: 5px;
  color: #2A97F9;
}
.mail-notify .errList[data-v-6b69c604] {
  font-size: 14px;
  max-height: 250px;
  overflow-y: auto;
}
.mail-notify .errList li[data-v-6b69c604] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #515a6e;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #e8eaec;
}
.mail-notify .errList li[data-v-6b69c604]:hover {
  background-color: #f0faff;
}
.mail-notify .errFooter[data-v-6b69c604] {
  text-align: center;
  margin-top: 5px !important;
  color: #2A97F9;
  cursor: pointer;
  font-size: 14px;
}
