.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 44px);
  &-title {
    text-align: center;
    font-size: 30rpx;
    color: #888;
    margin-bottom: 40rpx;
  }
  &-select {
    width: 620rpx;
    text-align: center;
    color: #777777;
    padding: 20rpx 0x;
    &-empty {
      text-align: center;
      font-size: 26rpx;
    }
    &-scroll {
      height: 600rpx;
    }
  }
  &-btn {
    width: 680rpx;
    margin-top: 40rpx;
  }
}