.pictureWrapper {
  position: relative;
  width: 100%;
  height: 194px;
  padding-top: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.02);
  // border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  cursor: pointer;
  :global {
    .ant-empty-normal {
      margin: 0;
      padding: 32px 0;
    }
  }
}

.iconWrapper {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 42px;
  height: 24px;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 4px;
  border-radius: 2px;
  color: #ffffff;
}

.noImg {
  text-align: center;
  img {
    width: 80px;
    height: 80px;
  }

  span {
    display: block;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 8px;
  }
}
