.fe-uploader {
  display: flex;
  flex-wrap: wrap;
  &-preview-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  &-preview {
    position: relative;
    margin: 0 8px 8px 0;
  }
  &-pimage-wrapper {
    display: block;
    width: 80px;
    height: 80px;
  }
  &-pimage {
    display: block;
    width: 100%;
    height: 100%;
  }
  &-cont {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    margin: 0 8px 8px 0;
    background-color: #fff;
    border: 1px dashed #e5e5e5;
  }
  &-icon {
    color: #969799;
    font-size: 24px;
  }
  &-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
  }
  &-preview-delete.feart {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.45);
  }
  &-text {
    margin-top: 8px;
    color: #969799;
    font-size: 12px;
  }
  &-input-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
}
