.notify {
  display: flex;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
  height: 40px;
  font-size: 14px;
  color: #999999;
}

.notify-img {
  width: 22px;
  margin-right: 10px;
}

.notify-marquee {
  flex: 1;
  overflow: hidden;
	white-space: nowrap;
}

.notify-content * {
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (max-width: 540px) {
  .notify-content *{
    text-align: center;
  }
}