
.vsim-picker[data-v-124d14] {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.vsim-picker-content[data-v-124d14] {
  display: flex;
  height: 160px;
  overflow: hidden;
}
.vsim-picker-line-top[data-v-124d14] {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 64px;
  left: 0;
  background: #e2e2e2;
  transform: scaleY(0.5);
}
.vsim-picker-line-bottom[data-v-124d14] {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 96px;
  left: 0;
  background: #e2e2e2;
  transform: scaleY(0.5);
}
.vsim-picker-list[data-v-124d14] {
  list-style: none;  
  margin-top: 64px;
  flex: 1;
  font-size: 16px;
}
.vsim-picker-item[data-v-124d14] {
  height: 2em;
  line-height: 2em;
  font-size: 16px;
}
.vsim-picker-item-scale9[data-v-124d14] {
  transform: scaleY(0.9);
  color: #808080;
}
.vsim-picker-item-scale8[data-v-124d14] {
  transform: scaleY(0.8);
  color: #808080;
}
.vsim-picker-item-active[data-v-124d14] {
  transform: scaleY(1);
    color: #474747;
}