.toastify {
  position: fixed;
  top: -150px;
  right: 50%;
  z-index: 999;
  display: flex;
  align-items: center;
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  padding: 0.2rem 0.3rem;
  font-size: 0.32rem;
  color: #3e3e3e;
}

.toastify.on {
  opacity: 1;
}

.notify-content {
  word-break: keep-all;
  white-space: nowrap;
  font-size: 0.32rem;
}

/* 图标色彩 */
.toastify-icon {
  margin-right: 6px;
}

.an-iconicon-test {
  color: red;
}

.an-iconjinggao1 {
  color: orange;
}

.an-iconchenggong {
  color: #7fec64;
}
