.tsp-component-Picker {
  width: 100%;
  height: 295px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.tsp-component-Picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  height: 41px;
  border-bottom: 1px solid #ddd;
  color: #108ee9;
  position: relative;
}

.tsp-component-Picker-action {
  padding: 10px 15px;
  height: 100%;
  line-height: 20px;
  // position: absolute;
  // top: 0;
  // &:nth-child(1) {
  //   left: 0;
  // }
  // &:nth-child(2) {
  //   right: 0;
  // }
}

.tsp-component-Picker-body {
  display: flex;
  // align-items: center;
  justify-content: space-between;
  height: 258px;
  overflow: hidden;
  padding: 10px;
  -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, black 50%, transparent 95%, transparent);
}

.tsp-component-Picker-body-col {
  flex: 1;
  touch-action: manipulation;
}

.tsp-component-Picker-body-col-item {
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #cacaca;
}
.tsp-component-Picker-body-col-item-current {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
