.yg-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;

  &-grey {
    background: #F7F8FA;
  }

  &-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  &-blur {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: blur(10px) brightness(1.1);
  }

  &-error {
    background: #F7F8FA;
    border-radius: 16rpx;

    .iconfont {
      color: #DCDEE0;
      font-size: 60rpx;
    }
  }
}