.hairline-remove-right-bottom {
  border-bottom: 0;
}
.hairline-remove-right-bottom:after {
  display: none;
}
.hairline-remove-right-bottom-bak:after {
  display: none;
}
.hairline-remove-left-top:before {
  display: none;
}
.am-toast {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 1999;
  left: 0;
}
.am-toast-text {
  min-width: 1.2rem;
  display: inline-block;
  margin: auto 0.9375rem;
  border-radius: 0.1875rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.8125rem;
  line-height: 1.18;
  padding: 0.5625rem 0.9375rem;
}
.am-toast-text-icon {
  border-radius: 0.4375rem;
  padding: 0.9375rem;
}
.am-toast .anticon {
  font-size: 2.25rem;
  margin-bottom: 0.5625rem;
}
