.fe-image {
  position: relative;
  display: inline-block;
}
.fe-image-round {
  overflow: hidden;
  border-radius: 50%;
}
.fe-image-round img {
  border-radius: inherit;
}
.fe-image-img,
.fe-image-error,
.fe-image-loading {
  display: block;
  width: 100%;
  height: 100%;
}
.fe-image-error,
.fe-image-loading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #969799;
  font-size: 14px;
  background-color: #f8f8f8;
}
