/* 垂直布局 */
.base-v-box_wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  // justify-content: flex-start; // pack
}
