.aos-ocr {
  width: 114px;
  height: 84px;
  &__upload {
    width: 100%;
    height: 100%;
    .el-upload-dragger {
      width: 114px;
      height: 84px;
    }
  }
  &__upload-hight {
    .el-upload-dragger {
      width: 114px;
      height: 133px;
    }
  }
  &__img-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  &__img-tip {
    font-size: 12px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
    >img {
      width: 24px;
      height: 24px;
    }
    > span {
      line-height: 1.5;
    }
    &-hint {
      color: #787878;
      font-size: 10px;
    }
  }
  &__img-tip-value {
    padding-top: 0px;
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    width: 100%;
    bottom: 0;
    line-height: 20px;
    background-color: #9A9A9A;
  }
  &__img {
    width: 90px;
    height: 56px;
  }
  &__img-hight {
    height: 109px;
  }
}