#Easy3wMSpin {
  position: fixed;
  background: #fff;
  top: 92px;
  left: 49%;
  margin-left: -69px;
  z-index: 9999;
  text-align: center;
  padding: 12px 24px;
  color: var(--adm-color-primary);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
