.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 5.86667vw;
  height: 5.86667vw;
}
.am-icon-xxs {
  width: 4vw;
  height: 4vw;
}
.am-icon-xs {
  width: 4.8vw;
  height: 4.8vw;
}
.am-icon-sm {
  width: 5.6vw;
  height: 5.6vw;
}
.am-icon-md {
  width: 5.86667vw;
  height: 5.86667vw;
}
.am-icon-lg {
  width: 9.6vw;
  height: 9.6vw;
}
.am-icon-loading {
  animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
  100% {
    transform: rotate(360deg);
  }
}

.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 3.73333vw;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask .am-toast-notice {
  transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 16vw;
  border-radius: 0.8vw;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 2.4vw 4vw;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 1.33333vw;
  padding: 4vw 4vw;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 1.6vw;
}

