.select_img {
  display: flex;
  align-items: center;

  .icon_img {
    width: 60px;
    height: 60px;
    border: 1px dashed #9e9e9e;
    color: #9e9e9e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 3px;
    font-size: 12px;
  }

  .show_img {
    position: relative;

    .delete_btn {
      display: block;
      width: 16px;
      height: 16px;
      // border: 2rpx solid #9e9e9e;
      border-radius: 50%;
      position: absolute;
      line-height: 16px;
      text-align: center;
      background: #000;
      color: #fff;
      right: -5px;
      top: -6px;
    }

    .img {
      width: 65px;
      height: 65px;
      margin-left: 7px;
    }
  }

  .upload_content {
    .upload_btn {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      text-align: center;
      border-bottom: 2px solid #000;
    }

    .upload_unbtn {
      width: 100%;
      height: 30px;
      line-height: 30px;
      font-size: 15px;
      text-align: center;
      border-top: 1px solid #000;
    }
  }
}
