.files-btn {
  height: 28px;
  width: 90px;
  position: relative;
  cursor: pointer;
  .file {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    input {
      height: 100%;
      cursor: pointer;
    }
  }
  .up-box {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    // background: #FAFAFA;
    // border: 1px solid #9B9B9B;
    // background-color: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    .next-btn {
      border-color: transparent;
    }
    .up-box-btn {
      height: 28px;
      width: 90px;
      background: #ff6a00;
      border-radius: 4px;
      background-color: #ff6a00;
      color: #fff;
      margin-right: 8px;
      cursor: pointer;
    }
  }
}
// .btnBox {
//   display: none;
// }
// .files-btnNone {
//   display: none;
// }
