.enumSelect {
  width: 100%;
  :global {
    .adm-picker-view {
      --item-height: 62px;
    }
    .adm-picker-view-column-item-active {
      color: #02269e;
    }
  }

  .buttonStyle {
    display: flex;
    width: 343px;
    height: 46px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    background: #02269e;
    margin: 0 auto;
  }
  .buttonText {
    width: 33px;
    height: 20px;
    font-family: 'PingFang SC';
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #fff;
  }
}

.title {
  text-align: center;
  font-family: 'Songti SC';
  font-weight: 900;
  font-size: 20px;
  // line-height: 60px;
  margin-top: 20px;
}

.searchSelectorEntry {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 10px;
  min-width: 30px;

  .plzSelect {
    color: rgba(51, 51, 51, 30%);
    font-size: 17px;
    font-weight: bold;
    line-height: 25.5px;
  }
  .plzSelectValue {
    font-size: 17px;
    font-weight: bold;
    line-height: 25.5px;
  }
}
