.Yep-message-icon-remind {
  font-size: 24px;
}
.Yep-message-icon-close {
  font-size: 24px;
  color: #262626;
}
.Yep-message.fix-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.Yep-message.fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.Yep-message.in-place {
  position: relative;
}
.Yep-message .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.Yep-message .box-info {
  color: #262626;
  background: #FFFFFF;
}
.Yep-message .box-warn {
  color: #fff;
  background: #f0ad4e;
}
.Yep-message .box-error {
  color: #fff;
  background: #d9534f;
}
.Yep-message .message-text {
  display: block;
  min-height: 32px;
  line-height: 32px;
  flex: 1;
  margin: 0 14px;
  font-size: 24px;
}