.zbx-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 48px;
  &-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgb(221, 221, 221);
  }
  &-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgb(221, 221, 221);
  }
  > div {
    max-width: 100%;
    max-height: 100%;
  }
  .adm-image-tip {
    width: 100%;
  }
  .adm-image-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}
