
/* 龍晟多渠道：tab 换行显示 */
.typelis[data-v-15e40f4c] {
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 6px;
}
.typelis .tyls[data-v-15e40f4c] {
  width: calc(33.33% - 6px) !important;
  margin-bottom: 6px;
  box-sizing: border-box;
}

/* 存款页快捷金额按钮 */
.lasthg {
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.lasthg .quick-amt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  padding: 0.14rem 0.28rem;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 0.32rem;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.lasthg .quick-amt-btn.active {
  border-color: #cf866b;
  color: #cf866b;
  background: #fff8f5;
}

/* 取款页：5 个提款方式 tab 横向滚动，一屏约显示 3.5 个 */
.tabVox[data-v-127e64e4] {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start !important;
  gap: 0;
  flex-wrap: nowrap !important;
}
.tabVox .tab[data-v-127e64e4] {
  flex: 0 0 calc(100% / 3.5) !important;
  width: calc(100% / 3.5) !important;
  max-width: calc(100% / 3.5) !important;
  box-sizing: border-box;
  padding: 0 4px;
  white-space: nowrap;
}
