@charset "UTF-8";.trade-skeleton[data-v-00883b3f] {
  width: 100%;
  pointer-events: none;
}
.trade-skeleton span[data-v-00883b3f] {
  display: block;
  background: var(--Color-background-level-2);
  border-radius: 1.333333vw;
  animation: trade-data-pulse-00883b3f 1.5s ease-in-out infinite;
}
.trade-skeleton--pair[data-v-00883b3f] {
  display: flex;
  align-items: center;
  gap: 2.133333vw;
  height: 12vw;
}
.trade-skeleton .circle[data-v-00883b3f] {
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 50%;
  flex-shrink: 0;
}
.trade-skeleton .pair-copy[data-v-00883b3f] {
  display: grid;
  gap: 1.333333vw;
}
.trade-skeleton .pair-copy span[data-v-00883b3f] {
  width: 27.733333vw;
  height: 5.333333vw;
}
.trade-skeleton .pair-copy span[data-v-00883b3f]:last-child {
  width: 22.4vw;
  height: 4vw;
}
.trade-skeleton .book-row[data-v-00883b3f] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4vw;
  height: 5.333333vw;
  align-items: center;
}
.trade-skeleton .book-row span[data-v-00883b3f] {
  height: 4vw;
  border-radius: 1.066667vw;
}
.trade-skeleton .book-mid[data-v-00883b3f] {
  height: 6.4vw;
  margin: 0.8vw 0;
  border-radius: 1.066667vw;
}
.trade-skeleton--balance[data-v-00883b3f] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw 5.333333vw;
  padding: 0 0 2.666667vw;
}
.trade-skeleton .balance-cell[data-v-00883b3f] {
  display: grid;
  gap: 1.866667vw;
}
.trade-skeleton .balance-cell span[data-v-00883b3f] {
  width: 21.333333vw;
  height: 4.8vw;
}
.trade-skeleton .balance-cell span[data-v-00883b3f]:last-child {
  width: 32vw;
  height: 4.8vw;
}
.trade-skeleton .table-row[data-v-00883b3f] {
  display: grid;
  gap: 3.2vw;
  padding: 2.133333vw 0;
}
.trade-skeleton .table-row span[data-v-00883b3f] {
  height: 5.333333vw;
}
.trade-skeleton--quote[data-v-00883b3f] {
  display: flex;
  justify-content: space-between;
  gap: 5.333333vw;
  padding: 1.333333vw 0 2.666667vw;
}
.trade-skeleton .quote-main[data-v-00883b3f] {
  flex: 1;
  display: grid;
  gap: 1.866667vw;
}
.trade-skeleton .quote-main span[data-v-00883b3f] {
  height: 8.533333vw;
}
.trade-skeleton .quote-main span[data-v-00883b3f]:last-child {
  height: 3.733333vw;
}
.trade-skeleton .quote-metrics[data-v-00883b3f] {
  width: 33.066667vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.066667vw 3.2vw;
}
.trade-skeleton .quote-metrics span[data-v-00883b3f] {
  height: 3.2vw;
}
.trade-skeleton--chart[data-v-00883b3f] {
  position: absolute;
  inset: 0;
  height: 100%;
  background: var(--Color-background-level-1);
}
.trade-skeleton--chart svg[data-v-00883b3f] {
  width: 100%;
  height: 100%;
}
.trade-skeleton .chart-grid[data-v-00883b3f] {
  fill: none;
  stroke: var(--Color-Divider-level-1);
}
.trade-skeleton .chart-candles[data-v-00883b3f] {
  fill: var(--Color-background-level-2);
  stroke: var(--Color-background-level-2);
}
.trade-skeleton .chart-label[data-v-00883b3f] {
  position: absolute;
  right: 3.2vw;
  width: 10.666667vw;
  height: 3.466667vw;
}
.trade-skeleton .chart-bottom[data-v-00883b3f] {
  position: absolute;
  bottom: 0;
  width: 84%;
  display: flex;
  justify-content: space-between;
}
.trade-skeleton .chart-bottom span[data-v-00883b3f] {
  width: 27%;
  height: 3.733333vw;
}
.trade-skeleton--swap[data-v-00883b3f] {
  position: relative;
  padding-top: 2.133333vw;
}
.trade-skeleton .swap-title[data-v-00883b3f] {
  display: flex;
  gap: 1.6vw;
  margin-bottom: 2.666667vw;
}
.trade-skeleton .swap-title span[data-v-00883b3f] {
  width: 16vw;
  height: 5.333333vw;
}
.trade-skeleton .swap-title span[data-v-00883b3f]:last-child {
  width: 8vw;
}
.trade-skeleton .swap-row[data-v-00883b3f] {
  display: flex;
  align-items: center;
  gap: 3.733333vw;
  height: 26.666667vw;
}
.trade-skeleton .swap-row + .swap-row[data-v-00883b3f] {
  border-top: 0.088889vw solid var(--Color-Divider-level-1);
}
.trade-skeleton .swap-name[data-v-00883b3f], .trade-skeleton .swap-value[data-v-00883b3f] {
  width: 18.666667vw;
  height: 5.333333vw;
}
.trade-skeleton .swap-value[data-v-00883b3f] {
  margin-left: auto;
}
.trade-skeleton .swap-switch[data-v-00883b3f] {
  position: absolute;
  top: 32.8vw;
  left: calc(50% - 4vw);
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
}
.trade-skeleton .swap-button[data-v-00883b3f] {
  margin: 8vw 2.133333vw 0;
  height: 12.266667vw;
  border-radius: 8vw;
  display: grid;
  place-items: center;
  background: var(--Color-background-level-2);
  color: var(--Color-text-level-3);
  font-size: 4vw;
}
@keyframes trade-data-pulse-00883b3f {
50% {
    opacity: 0.5;
}
}
@media (prefers-reduced-motion: reduce) {
.trade-skeleton span[data-v-00883b3f] {
    animation: none;
}
}
@media (min-width: 768px) and (min-height: 0px) {
.trade-skeleton span[data-v-00883b3f] {
    background: var(--Color-background-level-2);
    border-radius: 15px;
}
.trade-skeleton--pair[data-v-00883b3f] {
    gap: 24px;
    height: 135px;
}
.trade-skeleton .circle[data-v-00883b3f] {
    height: 108px;
    flex-shrink: 0;
    width: 108px;
}
.trade-skeleton .pair-copy[data-v-00883b3f] {
    gap: 15px;
}
.trade-skeleton .pair-copy span[data-v-00883b3f] {
    height: 60px;
    width: 312px;
}
.trade-skeleton .pair-copy span[data-v-00883b3f]:last-child {
    height: 45px;
    width: 252px;
}
.trade-skeleton .book-row[data-v-00883b3f] {
    gap: 27px;
    height: 60px;
}
.trade-skeleton .book-row span[data-v-00883b3f] {
    height: 45px;
    border-radius: 12px;
}
.trade-skeleton .book-mid[data-v-00883b3f] {
    height: 72px;
    border-radius: 12px;
    margin: 9px 0;
}
.trade-skeleton--balance[data-v-00883b3f] {
    gap: 45px 60px;
    padding: 0 0 30px;
}
.trade-skeleton .balance-cell[data-v-00883b3f] {
    gap: 21px;
}
.trade-skeleton .balance-cell span[data-v-00883b3f] {
    height: 54px;
    width: 240px;
}
.trade-skeleton .balance-cell span[data-v-00883b3f]:last-child {
    height: 54px;
    width: 360px;
}
.trade-skeleton .table-row[data-v-00883b3f] {
    gap: 36px;
    padding: 24px 0;
}
.trade-skeleton .table-row span[data-v-00883b3f] {
    height: 60px;
}
.trade-skeleton--quote[data-v-00883b3f] {
    gap: 60px;
    padding: 15px 0 30px;
}
.trade-skeleton .quote-main[data-v-00883b3f] {
    flex: 1;
    gap: 21px;
}
.trade-skeleton .quote-main span[data-v-00883b3f] {
    height: 96px;
}
.trade-skeleton .quote-main span[data-v-00883b3f]:last-child {
    height: 42px;
}
.trade-skeleton .quote-metrics[data-v-00883b3f] {
    gap: 12px 36px;
    width: 372px;
}
.trade-skeleton .quote-metrics span[data-v-00883b3f] {
    height: 36px;
}
.trade-skeleton--chart[data-v-00883b3f] {
    inset: 0;
    background: var(--Color-background-level-1);
}
.trade-skeleton .chart-label[data-v-00883b3f] {
    height: 39px;
    right: 36px;
    width: 120px;
}
.trade-skeleton .chart-bottom[data-v-00883b3f] {
    bottom: 0;
}
.trade-skeleton .chart-bottom span[data-v-00883b3f] {
    height: 42px;
}
.trade-skeleton--swap[data-v-00883b3f] {
    padding-top: 24px;
}
.trade-skeleton .swap-title[data-v-00883b3f] {
    gap: 18px;
    margin-bottom: 30px;
}
.trade-skeleton .swap-title span[data-v-00883b3f] {
    height: 60px;
    width: 180px;
}
.trade-skeleton .swap-title span[data-v-00883b3f]:last-child {
    width: 90px;
}
.trade-skeleton .swap-row[data-v-00883b3f] {
    gap: 42px;
    height: 300px;
}
.trade-skeleton .swap-row + .swap-row[data-v-00883b3f] {
    border-top: 1px solid var(--Color-Divider-level-1);
}
.trade-skeleton .swap-name[data-v-00883b3f], .trade-skeleton .swap-value[data-v-00883b3f] {
    height: 60px;
    width: 210px;
}
.trade-skeleton .swap-switch[data-v-00883b3f] {
    top: 369px;
    height: 90px;
    left: calc(50% - 45px);
    width: 90px;
}
.trade-skeleton .swap-button[data-v-00883b3f] {
    height: 138px;
    border-radius: 90px;
    background: var(--Color-background-level-2);
    font-size: 45px;
    margin: 90px 24px 0;
}
@keyframes trade-data-pulse-00883b3f {
50% {
      opacity: 0.5;
}
}
}.verify-error__keyboard[data-v-e7f116c3] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.933333vw;
  height: 86.933333vw;
  z-index: 999;
  background: var(--Color-input-level-1);
  border-top-left-radius: 6.4vw;
  border-top-right-radius: 6.4vw;
}
.verify-error__keyboard-handle[data-v-e7f116c3] {
  width: 9.6vw;
  height: 1.066667vw;
  border-radius: 0.533333vw;
  background: var(--Color-input-level-3);
  margin: 3.2vw auto 2.666667vw;
}
.verify-error__keyboard-grid[data-v-e7f116c3] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0.533333vw;
}
.verify-error__key[data-v-e7f116c3] {
  height: 16vw;
  border: 0;
  background: transparent;
  color: var(--Color-text-level-1);
  font-family: "Switzer", "Inter", sans-serif;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1;
}
.verify-error__key--empty[data-v-e7f116c3] {
  visibility: hidden;
  pointer-events: none;
}
.verify-error__key--icon img[data-v-e7f116c3] {
  width: 5.333333vw;
  height: 5.333333vw;
  display: block;
  margin: 0 auto;
}
.verify-error__keyboard[data-v-e7f116c3] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.933333vw;
  height: 86.933333vw;
  background: var(--Color-input-level-1);
  border-top-left-radius: 6.4vw;
  border-top-right-radius: 6.4vw;
}
.verify-error__keyboard .verify-error__keyboard-handle[data-v-e7f116c3] {
  width: 9.6vw;
  height: 1.066667vw;
  border-radius: 0.533333vw;
  background: var(--Color-input-level-3);
  margin: 3.2vw auto 2.666667vw;
}
.verify-error__keyboard .verify-error__keyboard-grid[data-v-e7f116c3] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0.533333vw;
}
.verify-error__keyboard .verify-error__key[data-v-e7f116c3] {
  height: 16vw;
  border: 0;
  background: transparent;
  color: var(--Color-text-level-1);
  font-family: "Switzer", "Inter", sans-serif;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1;
}
.verify-error__keyboard .verify-error__key img[data-v-e7f116c3] {
  width: 5.333333vw;
  height: 5.333333vw;
  display: block;
  margin: 0 auto;
}
.verify-error__keyboard .verify-error__key--empty[data-v-e7f116c3] {
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px) and (min-height: 0px) {
.verify-error__keyboard[data-v-e7f116c3] {
    z-index: 999;
    bottom: 78px;
    height: 978px;
    background: var(--Color-input-level-1);
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
    left: 0;
    right: 0;
}
.verify-error__keyboard-handle[data-v-e7f116c3] {
    height: 12px;
    border-radius: 6px;
    background: var(--Color-input-level-3);
    margin: 36px auto 30px;
    width: 108px;
}
.verify-error__keyboard-grid[data-v-e7f116c3] {
    row-gap: 6px;
}
.verify-error__key[data-v-e7f116c3] {
    height: 180px;
    border: 0;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
}
.verify-error__key--icon img[data-v-e7f116c3] {
    height: 60px;
    margin: 0 auto;
    width: 60px;
}
.verify-error__keyboard .verify-error__keyboard-handle[data-v-e7f116c3] {
    height: 12px;
    border-radius: 6px;
    background: var(--Color-input-level-3);
    margin: 36px auto 30px;
    width: 108px;
}
.verify-error__keyboard .verify-error__keyboard-grid[data-v-e7f116c3] {
    row-gap: 6px;
}
.verify-error__keyboard .verify-error__key[data-v-e7f116c3] {
    height: 180px;
    border: 0;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
}
.verify-error__keyboard .verify-error__key img[data-v-e7f116c3] {
    height: 60px;
    margin: 0 auto;
    width: 60px;
}
}.swap-h5__sheet-desc-btn[data-v-60c23840] {
  width: 89.333333vw;
  height: 12.266667vw;
  border-radius: 6.133333vw;
  background: var(--Color-background-level-4);
  display: flex;
  padding: 3.111111vw 0 3.2vw 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin: 8vw auto 10.666667vw;
  font-size: 4.266667vw;
  font-weight: 600;
  color: var(--Color-text-level-1);
}
.swap-detail-toggle[data-v-60c23840] {
  border-top: 0.177778vw solid var(--Color-Divider-level-1);
  padding: 8vw 3.2vw 5.333333vw;
  font-size: 5.066667vw;
  font-weight: 600;
}
.rotate180[data-v-60c23840] {
  transform: rotate(180deg);
}
.swap-detail-labelval[data-v-60c23840] {
  padding: 0 3.2vw;
  font-size: 3.733333vw;
  font-weight: 400;
}
.swap-detail-labelval .swap-detail-labelval-item[data-v-60c23840] {
  margin-bottom: 5.333333vw;
  font-size: 3.733333vw;
  font-weight: 400;
  color: var(--Color-text-level-2);
  position: relative;
  padding-right: 8.888889vw;
}
.swap-detail-labelval .swap-detail-labelval-item.borderb[data-v-60c23840] {
  border-bottom: 0.088889vw solid #222426;
  padding-bottom: 5.333333vw;
}
.swap-detail-labelval .swap-detail-labelval-item p[data-v-60c23840] {
  margin: 0;
}
.swap-detail-labelval .swap-detail-labelval-item span[data-v-60c23840] {
  margin-top: 1.066667vw;
  color: var(--Color-text-level-1);
  word-wrap: break-word;
}
.swap-detail-labelval .swap-detail-labelval-item button[data-v-60c23840] {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.666667vw;
  cursor: pointer;
}
.swap-detail-cost[data-v-60c23840] {
  color: var(--Color-text-level-1);
  padding: 0 3.2vw;
}
.swap-detail-cost p[data-v-60c23840] {
  font-size: 3.733333vw;
}
.swap-detail-cost div[data-v-60c23840] {
  color: var(--Color-text-level-2);
  font-size: 8vw;
  font-weight: 600;
}
.swap-detail-cost div span[data-v-60c23840] {
  color: var(--Color-text-level-1);
  padding-left: 3.2vw;
  padding-right: 2.666667vw;
}
.swap-records-page[data-v-60c23840] {
  --swap-records-bg: var(--Color-background-level-1, var(--Color-game-ink));
  --swap-records-surface: var(--Color-background-level-2, var(--Color-game-slate-8));
  --swap-records-surface-border: var(--Color-line-level-2, var(--Color-game-teal-8));
  --swap-records-text: var(--Color-game-white);
  --swap-records-muted: var(--Color-game-text-muted);
  --swap-records-bonus: var(--Color-danger-level-1, var(--Color-game-red-13));
  position: fixed;
  z-index: 1002;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--swap-records-bg);
  color: var(--swap-records-text);
  font-family: "PingFang SC", "Inter", sans-serif;
}
.swap-records-page__header[data-v-60c23840] {
  height: calc(12.266667vw + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 3.2vw 0;
  display: grid;
  grid-template-columns: 7.466667vw 1fr 7.466667vw;
  align-items: center;
}
.swap-records-page__header strong[data-v-60c23840] {
  font-size: 4.533333vw;
  font-weight: 600;
  text-align: center;
}
.swap-records-page__back[data-v-60c23840] {
  width: 7.466667vw;
  height: 7.466667vw;
  padding: 1.6vw;
  border: 0;
  background: var(--Color-game-transparent);
}
.swap-records-page__back img[data-v-60c23840] {
  width: 4.266667vw;
  height: 4.266667vw;
  display: block;
}
.swap-records-page__header-spacer[data-v-60c23840] {
  width: 7.466667vw;
  height: 7.466667vw;
}
.swap-records-detail__content[data-v-60c23840] {
  position: relative;
  flex: 1;
  overflow-y: auto;
  padding: 10.666667vw 0 calc(5.688889vw + env(safe-area-inset-bottom));
}
@keyframes swap-records-page-shimmer-60c23840 {
to {
    background-position: -200% 0;
}
}
.swap-records-page-fade-enter-active[data-v-60c23840], .swap-records-page-fade-leave-active[data-v-60c23840] {
  transition: opacity 0.2s ease;
}
.swap-records-page-fade-enter-from[data-v-60c23840], .swap-records-page-fade-leave-to[data-v-60c23840] {
  opacity: 0;
}
@media (min-width: 768px) and (min-height: 0px) {
.swap-h5__sheet-desc-btn[data-v-60c23840] {
    height: 138px;
    border-radius: 69px;
    background: var(--Color-background-level-4);
    font-size: 48px;
    font-weight: 600;
    margin: 90px auto 120px;
    padding: 35px 0 36px 0;
    width: 1005px;
}
.swap-detail-toggle[data-v-60c23840] {
    border-top: 2px solid var(--Color-Divider-level-1);
    font-size: 57px;
    font-weight: 600;
    padding: 90px 36px 60px;
}
.swap-detail-labelval[data-v-60c23840] {
    font-size: 42px;
    font-weight: 400;
    padding: 0 36px;
}
.swap-detail-labelval .swap-detail-labelval-item[data-v-60c23840] {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 60px;
    padding-right: 100px;
}
.swap-detail-labelval .swap-detail-labelval-item.borderb[data-v-60c23840] {
    border-bottom: 1px solid #222426;
    padding-bottom: 60px;
}
.swap-detail-labelval .swap-detail-labelval-item p[data-v-60c23840] {
    margin: 0;
}
.swap-detail-labelval .swap-detail-labelval-item span[data-v-60c23840] {
    margin-top: 12px;
}
.swap-detail-labelval .swap-detail-labelval-item button[data-v-60c23840] {
    right: 0;
    margin-top: -30px;
}
.swap-detail-cost[data-v-60c23840] {
    padding: 0 36px;
}
.swap-detail-cost p[data-v-60c23840] {
    font-size: 42px;
}
.swap-detail-cost div[data-v-60c23840] {
    font-size: 90px;
    font-weight: 600;
}
.swap-detail-cost div span[data-v-60c23840] {
    padding-left: 36px;
    padding-right: 30px;
}
.swap-records-page[data-v-60c23840] {
    z-index: 1002;
    inset: 0;
    background: var(--swap-records-bg);
}
.swap-records-page__header[data-v-60c23840] {
    height: calc(138px + env(safe-area-inset-top));
    grid-template-columns: 84px 1fr 84px;
    padding: env(safe-area-inset-top) 36px 0;
}
.swap-records-page__header strong[data-v-60c23840] {
    font-size: 51px;
    font-weight: 600;
}
.swap-records-page__back[data-v-60c23840] {
    height: 84px;
    border: 0;
    background: var(--Color-game-transparent);
    padding: 18px;
    width: 84px;
}
.swap-records-page__back img[data-v-60c23840] {
    height: 48px;
    width: 48px;
}
.swap-records-page__header-spacer[data-v-60c23840] {
    height: 84px;
    width: 84px;
}
.swap-records-detail__content[data-v-60c23840] {
    flex: 1;
    padding: 120px 0 calc(64px + env(safe-area-inset-bottom));
}
@keyframes swap-records-page-shimmer-60c23840 {
to {
      background-position: -200% 0;
}
}
.swap-records-page-fade-enter-from[data-v-60c23840], .swap-records-page-fade-leave-to[data-v-60c23840] {
    opacity: 0;
}
}
.swap-records-page[data-v-c47f2417] {
  --swap-records-bg: var(--Color-background-level-1, var(--Color-game-ink));
  --swap-records-surface: var(--Color-background-level-2, var(--Color-game-slate-8));
  --swap-records-surface-border: var(--Color-line-level-2, var(--Color-game-teal-8));
  --swap-records-text: var(--Color-game-white);
  --swap-records-muted: var(--Color-game-text-muted);
  --swap-records-bonus: var(--Color-danger-level-1, var(--Color-game-red-13));
  position: fixed;
  z-index: 1002;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--swap-records-bg);
  color: var(--swap-records-text);
  font-family: "PingFang SC", "Inter", sans-serif;
}
.swap-records-page__header[data-v-c47f2417] {
  height: calc(12.266667vw + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 3.2vw 0;
  display: grid;
  grid-template-columns: 7.466667vw 1fr 7.466667vw;
  align-items: center;
}
.swap-records-page__header strong[data-v-c47f2417] {
  font-size: 4.533333vw;
  font-weight: 600;
  text-align: center;
}
.swap-records-page__back[data-v-c47f2417] {
  width: 7.466667vw;
  height: 7.466667vw;
  padding: 1.6vw;
  border: 0;
  background: var(--Color-game-transparent);
}
.swap-records-page__back img[data-v-c47f2417] {
  width: 4.266667vw;
  height: 4.266667vw;
  display: block;
}
.swap-records-page__header-spacer[data-v-c47f2417] {
  width: 7.466667vw;
  height: 7.466667vw;
}
.swap-records-page__content[data-v-c47f2417] {
  position: relative;
  flex: 1;
  overflow-y: hidden;
  padding: 0.888889vw 3.2vw calc(5.688889vw + env(safe-area-inset-bottom));
}
.swap-records-page-condi[data-v-c47f2417] {
  position: absolute;
  top: 0;
  padding-top: 5.333333vw;
  left: 3.2vw;
  right: 0;
  z-index: 2;
  padding-bottom: 3.2vw;
  background: var(--Color-background-level-1);
}
.swap-records-page-condi button[data-v-c47f2417] {
  background: #141617;
  padding: 1.333333vw 2.666667vw;
  border-radius: 8vw;
  display: flex;
  gap: 2.133333vw;
  justify-content: center;
  align-items: center;
  font-size: 3.2vw;
  color: var(--Color-text-level-1);
}
.swap-records-list[data-v-c47f2417] {
  height: 100%;
  overflow-y: auto;
}
.swap-records-list .swap-h5__sheet-empty[data-v-c47f2417] {
  font-size: 3.466667vw;
  font-weight: 400;
  color: var(--Color-text-level-3);
}
.swap-records-list .swap-h5__history-list[data-v-c47f2417] {
  padding-top: 14.222222vw;
}
.swap-records-list .swap-h5__history-list .swap-h5__history-item[data-v-c47f2417] {
  border-bottom: 0.266667vw solid var(--Color-Divider-level-1);
  margin-top: 4vw;
}
.swap-records-list .swap-h5__history-list .swap-time[data-v-c47f2417] {
  font-size: 3.466667vw;
  color: var(--Color-text-level-2);
}
.swap-records-list .swap-h5__history-list .icon-box img[data-v-c47f2417]:last-child {
  margin: 1.955556vw 0 0 -6.577778vw;
}
.swap-records-list .swap-h5__history-list .name-box p[data-v-c47f2417] {
  font-size: 4.266667vw;
  font-weight: 600;
  gap: 1.777778vw;
  color: var(--Color-text-level-1);
}
.swap-records-list .swap-h5__history-list .name-box span[data-v-c47f2417] {
  color: var(--Color-text-level-2);
  font-size: 3.466667vw;
  gap: 1.777778vw;
}
.swap-records-list .swap-h5__history-list .swap-right.swap-h5__history-status--done span[data-v-c47f2417] {
  color: var(--Color-theme-level-1);
}
.swap-records-list .swap-h5__history-list .swap-right.swap-h5__history-status--failed span[data-v-c47f2417] {
  color: var(--Color-secondary-level-4);
}
.swap-records-list .swap-h5__history-list .swap-rotate-180[data-v-c47f2417] {
  transform: rotate(180deg);
}
.swap-records-list .swap-h5__history-list .swap-h5__history-item-box[data-v-c47f2417] {
  justify-content: space-between;
}
.swap-records-list .swap-h5__history-list .swap-h5__history-item-box span[data-v-c47f2417] {
  color: var(--Color-text-level-2);
  font-size: 3.2vw;
}
.swap-records-list .swap-h5__history-list .swap-h5__history-item-box div[data-v-c47f2417] {
  font-size: 3.466667vw;
  font-weight: 500;
  font-family: Switzer;
  color: var(--Color-text-level-1);
}
@keyframes swap-records-page-shimmer-c47f2417 {
to {
    background-position: -200% 0;
}
}
.swap-records-page-fade-enter-active[data-v-c47f2417], .swap-records-page-fade-leave-active[data-v-c47f2417] {
  transition: opacity 0.2s ease;
}
.swap-records-page-fade-enter-from[data-v-c47f2417], .swap-records-page-fade-leave-to[data-v-c47f2417] {
  opacity: 0;
}
.trade-h5__sheet-mask[data-v-c47f2417] {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(16, 17, 18, 0.87);
}
.trade-h5__sheet[data-v-c47f2417] {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 100vw;
  background: var(--td-bg-1);
  border-radius: 6.4vw 6.4vw 0 0;
  box-sizing: border-box;
  will-change: transform;
}

/* 底部划出效果：蒙层淡入淡出，面板从底部滑入/滑出。
   过渡时长与 easing 参考 iOS 原生 sheet 手感（cubic-bezier(0.32, 0.72, 0, 1)）。 */
.trade-h5-sheet-enter-active[data-v-c47f2417],
.trade-h5-sheet-leave-active[data-v-c47f2417] {
  transition: background-color 0.24s ease, opacity 0.24s ease;
}
.trade-h5-sheet-enter-active .trade-h5__sheet[data-v-c47f2417],
.trade-h5-sheet-leave-active .trade-h5__sheet[data-v-c47f2417] {
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}
.trade-h5-sheet-enter-from[data-v-c47f2417],
.trade-h5-sheet-leave-to[data-v-c47f2417] {
  background: rgba(16, 17, 18, 0);
}
.trade-h5-sheet-enter-from .trade-h5__sheet[data-v-c47f2417],
.trade-h5-sheet-leave-to .trade-h5__sheet[data-v-c47f2417] {
  transform: translate(-50%, 100%);
}
.trade-h5__sheet-option-list[data-v-c47f2417] {
  margin: 9.6vw auto 0;
  width: 93.6vw;
  display: flex;
  flex-direction: column;
  gap: 1.333333vw;
}
.trade-h5__sheet-option[data-v-c47f2417] {
  width: 100%;
  height: 14.666667vw;
  border: 0;
  border-radius: 2.666667vw;
  background: transparent;
  padding: 4vw 3.2vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.trade-h5__sheet-option--active[data-v-c47f2417] {
  background: var(--Color-background-level-2, #131617);
}
.trade-h5__sheet-option-label[data-v-c47f2417] {
  color: var(--td-text-1);
  font-size: 4.266667vw;
  font-weight: 400;
  line-height: 1;
}
.trade-h5__sheet-option-label--strong[data-v-c47f2417] {
  font-weight: 600;
}
.trade-h5__sheet-handle[data-v-c47f2417] {
  position: absolute;
  left: 50%;
  top: 3.2vw;
  width: 9.6vw;
  height: 1.066667vw;
  border-radius: 0.533333vw;
  transform: translateX(-50%);
  background: var(--Color-background-level-4, #2d3133);
}
.trade-h5__sheet-option-check[data-v-c47f2417] {
  width: 5.333333vw;
  height: 5.333333vw;
  border-radius: 50%;
  border: 0.533333vw solid var(--td-theme-1);
  background: url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='30'%20cy='30'%20r='30'%20fill='%23BCFF31'/%3e%3cpath%20d='M15.8828%2032.028L24.7992%2040.5881L44.1181%2018.5293'%20stroke='black'%20stroke-width='7.05882'%20stroke-linecap='round'/%3e%3c/svg%3e");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0;
}
.trade-h5__sheet-option-check--active[data-v-c47f2417] {
  opacity: 1;
}
@media (min-width: 768px) and (min-height: 0px){
.swap-records-page[data-v-c47f2417]{
    z-index: 1002;
    inset: 0;
    background: var(--swap-records-bg);
}
.swap-records-page__header[data-v-c47f2417]{
    height: calc(138px + env(safe-area-inset-top));
    grid-template-columns: 84px 1fr 84px;
    padding: env(safe-area-inset-top) 36px 0;
}
.swap-records-page__header strong[data-v-c47f2417]{
    font-size: 51px;
    font-weight: 600;
}
.swap-records-page__back[data-v-c47f2417]{
    height: 84px;
    border: 0;
    background: var(--Color-game-transparent);
    padding: 18px;
    width: 84px;
}
.swap-records-page__back img[data-v-c47f2417]{
    height: 48px;
    width: 48px;
}
.swap-records-page__header-spacer[data-v-c47f2417]{
    height: 84px;
    width: 84px;
}
.swap-records-page__content[data-v-c47f2417]{
    flex: 1;
    padding: 10px 36px calc(64px + env(safe-area-inset-bottom));
}
.swap-records-page-condi[data-v-c47f2417]{
    top: 0;
    z-index: 2;
    background: var(--Color-background-level-1);
    left: 36px;
    right: 0;
    padding-bottom: 36px;
    padding-top: 60px;
}
.swap-records-page-condi button[data-v-c47f2417]{
    border-radius: 90px;
    gap: 24px;
    font-size: 36px;
    padding: 15px 30px;
}
.swap-records-list .swap-h5__sheet-empty[data-v-c47f2417]{
    font-size: 39px;
    font-weight: 400;
}
.swap-records-list .swap-h5__history-list[data-v-c47f2417]{
    padding-top: 160px;
}
.swap-records-list .swap-h5__history-list .swap-h5__history-item[data-v-c47f2417]{
    border-bottom: 3px solid var(--Color-Divider-level-1);
    margin-top: 45px;
}
.swap-records-list .swap-h5__history-list .swap-time[data-v-c47f2417]{
    font-size: 39px;
}
.swap-records-list .swap-h5__history-list .icon-box img[data-v-c47f2417]:last-child{
    margin: 22px 0 0 -74px;
}
.swap-records-list .swap-h5__history-list .name-box p[data-v-c47f2417]{
    font-size: 48px;
    font-weight: 600;
    gap: 20px;
}
.swap-records-list .swap-h5__history-list .name-box span[data-v-c47f2417]{
    font-size: 39px;
    gap: 20px;
}
.swap-records-list .swap-h5__history-list .swap-h5__history-item-box span[data-v-c47f2417]{
    font-size: 36px;
}
.swap-records-list .swap-h5__history-list .swap-h5__history-item-box div[data-v-c47f2417]{
    font-size: 39px;
    font-weight: 500;
}
@keyframes swap-records-page-shimmer-c47f2417{
to{
      background-position: -200% 0;
}
}
.swap-records-page-fade-enter-from[data-v-c47f2417], .swap-records-page-fade-leave-to[data-v-c47f2417]{
    opacity: 0;
}
.trade-h5__sheet-mask[data-v-c47f2417]{
    inset: 0;
    z-index: 1100;
}
.trade-h5__sheet[data-v-c47f2417]{
    bottom: 0;
    background: var(--td-bg-1);
    border-radius: 72px 72px 0 0;
    width: 1125px;
}
.trade-h5__sheet-option-list[data-v-c47f2417]{
    gap: 15px;
    margin: 108px auto 0;
    width: 1053px;
}
.trade-h5__sheet-option[data-v-c47f2417]{
    height: 165px;
    border: 0;
    border-radius: 30px;
    padding: 45px 36px;
}
.trade-h5__sheet-option--active[data-v-c47f2417]{
    background: var(--Color-background-level-2, #131617);
}
.trade-h5__sheet-option-label[data-v-c47f2417]{
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}
.trade-h5__sheet-option-label--strong[data-v-c47f2417]{
    font-weight: 600;
}
.trade-h5__sheet-handle[data-v-c47f2417]{
    top: 36px;
    height: 12px;
    border-radius: 6px;
    background: var(--Color-background-level-4, #2d3133);
    width: 108px;
}
.trade-h5__sheet-option-check[data-v-c47f2417]{
    height: 60px;
    border: 6px solid var(--td-theme-1);
    opacity: 0;
    width: 60px;
}
.trade-h5__sheet-option-check--active[data-v-c47f2417]{
    opacity: 1;
}
}.expireBox[data-v-e0b910a5] {
  background: var(--Color-theme-level-1);
  color: var(--Color-text-level-4);
  font-size: 3.733333vw;
  font-weight: 600;
  padding: 2.4vw 5.866667vw;
  margin-bottom: 2.666667vw;
}
.expireBox span[data-v-e0b910a5] {
  padding-left: 4.533333vw;
  font-size: 2.933333vw;
  font-weight: 400;
}
.swap-comfirm[data-v-e0b910a5] {
  border-top: 0.177778vw solid var(--Color-Divider-level-2);
  border-bottom: 0.177778vw solid var(--Color-Divider-level-2);
}
.swap-h5__sheet-desc-btn[data-v-e0b910a5] {
  width: 45.777778vw;
  height: 12.266667vw;
  border-radius: 6.133333vw;
  background: var(--Color-background-level-4);
  display: flex;
  padding: 3.111111vw 0 3.2vw 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin: 8vw auto 10.666667vw;
  font-size: 4.266667vw;
  font-weight: 600;
  color: var(--Color-text-level-1);
}
.swap-h5__sheet-desc-btn.type2[data-v-e0b910a5] {
  background: var(--Color-theme-level-1);
  color: var(--Color-text-level-4);
}
.swap-h5__sheet-desc-btn.type2[disabled][data-v-e0b910a5] {
  color: var(--Color-text-level-3);
  background: var(--Color-background-level-2);
}
.swap-detail-toggle[data-v-e0b910a5] {
  border-top: 0.177778vw solid var(--Color-Divider-level-1);
  padding: 8vw 3.2vw 5.333333vw;
  font-size: 5.066667vw;
  font-weight: 600;
}
.rotate180[data-v-e0b910a5] {
  transform: rotate(180deg);
}
.swap-detail-labelval[data-v-e0b910a5] {
  padding: 0 3.2vw;
  font-size: 3.733333vw;
  font-weight: 400;
}
.swap-detail-labelval .swap-detail-labelval-item[data-v-e0b910a5] {
  margin-bottom: 5.333333vw;
  font-size: 3.733333vw;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  color: var(--Color-text-level-2);
  position: relative;
}
.swap-detail-labelval .swap-detail-labelval-item.borderb[data-v-e0b910a5] {
  border-bottom: 0.088889vw solid #222426;
  padding-bottom: 5.333333vw;
}
.swap-detail-labelval .swap-detail-labelval-item p[data-v-e0b910a5] {
  margin: 0;
  font-size: 3.466667vw;
}
.swap-detail-labelval .swap-detail-labelval-item span[data-v-e0b910a5] {
  margin-top: 1.066667vw;
  color: var(--Color-text-level-1);
  word-wrap: break-word;
}
.swap-detail-labelval .swap-detail-labelval-item button[data-v-e0b910a5] {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.666667vw;
  cursor: pointer;
}
.swap-detail-cost[data-v-e0b910a5] {
  color: var(--Color-text-level-1);
  padding: 0 3.2vw;
}
.swap-detail-cost p[data-v-e0b910a5] {
  font-size: 3.733333vw;
}
.swap-detail-cost div[data-v-e0b910a5] {
  color: var(--Color-text-level-2);
  font-size: 8vw;
  font-weight: 600;
}
.swap-detail-cost div span[data-v-e0b910a5] {
  color: var(--Color-text-level-1);
  padding-left: 3.2vw;
  padding-right: 2.666667vw;
}
.swap-records-page[data-v-e0b910a5] {
  --swap-records-bg: var(--Color-background-level-1, var(--Color-game-ink));
  --swap-records-surface: var(--Color-background-level-2, var(--Color-game-slate-8));
  --swap-records-surface-border: var(--Color-line-level-2, var(--Color-game-teal-8));
  --swap-records-text: var(--Color-game-white);
  --swap-records-muted: var(--Color-game-text-muted);
  --swap-records-bonus: var(--Color-danger-level-1, var(--Color-game-red-13));
  position: fixed;
  z-index: 1002;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--swap-records-bg);
  color: var(--swap-records-text);
  font-family: "PingFang SC", "Inter", sans-serif;
}
.swap-records-page__header[data-v-e0b910a5] {
  height: calc(12.266667vw + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 3.2vw 0;
  display: grid;
  grid-template-columns: 7.466667vw 1fr 7.466667vw;
  align-items: center;
}
.swap-records-page__header strong[data-v-e0b910a5] {
  font-size: 4.533333vw;
  font-weight: 600;
  text-align: center;
}
.swap-records-page__back[data-v-e0b910a5] {
  width: 7.466667vw;
  height: 7.466667vw;
  padding: 1.6vw;
  border: 0;
  background: var(--Color-game-transparent);
}
.swap-records-page__back img[data-v-e0b910a5] {
  width: 4.266667vw;
  height: 4.266667vw;
  display: block;
}
.swap-records-page__header-spacer[data-v-e0b910a5] {
  width: 7.466667vw;
  height: 7.466667vw;
}
.swap-records-detail__content[data-v-e0b910a5] {
  position: relative;
  flex: 1;
  overflow-y: auto;
  padding: 3.2vw 0 calc(5.688889vw + env(safe-area-inset-bottom));
}
.swap-records-detail__content h3[data-v-e0b910a5] {
  font-size: 5.866667vw;
  font-weight: 600;
  padding: 2.666667vw 3.2vw 4vw;
}
.swap-records-detail__content h3 span[data-v-e0b910a5] {
  color: var(--Color-theme-level-1);
}
@keyframes swap-records-page-shimmer-e0b910a5 {
to {
    background-position: -200% 0;
}
}
.swap-records-page-fade-enter-active[data-v-e0b910a5], .swap-records-page-fade-leave-active[data-v-e0b910a5] {
  transition: opacity 0.2s ease;
}
.swap-records-page-fade-enter-from[data-v-e0b910a5], .swap-records-page-fade-leave-to[data-v-e0b910a5] {
  opacity: 0;
}
@media (min-width: 768px) and (min-height: 0px) {
.expireBox[data-v-e0b910a5] {
    background: var(--Color-theme-level-1);
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 27px 66px;
}
.expireBox span[data-v-e0b910a5] {
    font-size: 33px;
    font-weight: 400;
    padding-left: 51px;
}
.swap-comfirm[data-v-e0b910a5] {
    border-top: 2px solid var(--Color-Divider-level-2);
    border-bottom: 2px solid var(--Color-Divider-level-2);
}
.swap-h5__sheet-desc-btn[data-v-e0b910a5] {
    height: 138px;
    border-radius: 69px;
    background: var(--Color-background-level-4);
    font-size: 48px;
    font-weight: 600;
    margin: 90px auto 120px;
    padding: 35px 0 36px 0;
    width: 515px;
}
.swap-h5__sheet-desc-btn.type2[data-v-e0b910a5] {
    background: var(--Color-theme-level-1);
}
.swap-h5__sheet-desc-btn.type2[disabled][data-v-e0b910a5] {
    background: var(--Color-background-level-2);
}
.swap-detail-toggle[data-v-e0b910a5] {
    border-top: 2px solid var(--Color-Divider-level-1);
    font-size: 57px;
    font-weight: 600;
    padding: 90px 36px 60px;
}
.swap-detail-labelval[data-v-e0b910a5] {
    font-size: 42px;
    font-weight: 400;
    padding: 0 36px;
}
.swap-detail-labelval .swap-detail-labelval-item[data-v-e0b910a5] {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 60px;
}
.swap-detail-labelval .swap-detail-labelval-item.borderb[data-v-e0b910a5] {
    border-bottom: 1px solid #222426;
    padding-bottom: 60px;
}
.swap-detail-labelval .swap-detail-labelval-item p[data-v-e0b910a5] {
    font-size: 39px;
    margin: 0;
}
.swap-detail-labelval .swap-detail-labelval-item span[data-v-e0b910a5] {
    margin-top: 12px;
}
.swap-detail-labelval .swap-detail-labelval-item button[data-v-e0b910a5] {
    right: 0;
    margin-top: -30px;
}
.swap-detail-cost[data-v-e0b910a5] {
    padding: 0 36px;
}
.swap-detail-cost p[data-v-e0b910a5] {
    font-size: 42px;
}
.swap-detail-cost div[data-v-e0b910a5] {
    font-size: 90px;
    font-weight: 600;
}
.swap-detail-cost div span[data-v-e0b910a5] {
    padding-left: 36px;
    padding-right: 30px;
}
.swap-records-page[data-v-e0b910a5] {
    z-index: 1002;
    inset: 0;
    background: var(--swap-records-bg);
}
.swap-records-page__header[data-v-e0b910a5] {
    height: calc(138px + env(safe-area-inset-top));
    grid-template-columns: 84px 1fr 84px;
    padding: env(safe-area-inset-top) 36px 0;
}
.swap-records-page__header strong[data-v-e0b910a5] {
    font-size: 51px;
    font-weight: 600;
}
.swap-records-page__back[data-v-e0b910a5] {
    height: 84px;
    border: 0;
    background: var(--Color-game-transparent);
    padding: 18px;
    width: 84px;
}
.swap-records-page__back img[data-v-e0b910a5] {
    height: 48px;
    width: 48px;
}
.swap-records-page__header-spacer[data-v-e0b910a5] {
    height: 84px;
    width: 84px;
}
.swap-records-detail__content[data-v-e0b910a5] {
    flex: 1;
    padding: 36px 0 calc(64px + env(safe-area-inset-bottom));
}
.swap-records-detail__content h3[data-v-e0b910a5] {
    font-size: 66px;
    font-weight: 600;
    padding: 30px 36px 45px;
}
@keyframes swap-records-page-shimmer-e0b910a5 {
to {
      background-position: -200% 0;
}
}
.swap-records-page-fade-enter-from[data-v-e0b910a5], .swap-records-page-fade-leave-to[data-v-e0b910a5] {
    opacity: 0;
}
}.swap-h5[data-v-6058f607] {
  position: fixed;
  inset: 0;
  z-index: 3600;
  background: var(--Color-background-level-1);
  color: var(--Color-text-level-1);
  font-family: "PingFang SC", "Inter", sans-serif;
}
.swap-h5--embedded[data-v-6058f607] {
  position: relative;
  inset: auto;
  z-index: auto;
}
.swap-h5__content[data-v-6058f607] {
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  padding: calc(env(safe-area-inset-top, 0px) + 2.133333vw) 3.2vw 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.swap-h5--embedded .swap-h5__content[data-v-6058f607] {
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 0 0 4.266667vw;
}
.swap-h5--embedded .swap-h5__nav[data-v-6058f607] {
  height: 5.333333vw;
  grid-template-columns: minmax(0, 1fr) 5.333333vw;
}
.swap-h5__nav[data-v-6058f607] {
  height: 12.266667vw;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 5.333333vw minmax(0, 1fr) 5.333333vw;
  align-items: center;
}
.swap-h5__nav h2[data-v-6058f607] {
  margin: 0;
  color: var(--Color-text-level-1);
  text-align: center;
  font-size: 4.533333vw;
  font-weight: 600;
  line-height: 1;
}
.swap-h5__nav-btn[data-v-6058f607] {
  width: 5.333333vw;
  height: 5.333333vw;
  border: 0;
  padding: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swap-h5__nav-btn--right[data-v-6058f607] {
  justify-self: end;
}
.swap-h5__nav-back-icon[data-v-6058f607],
.swap-h5__nav-history-icon[data-v-6058f607] {
  width: 4.266667vw;
  height: 4.266667vw;
  display: block;
}
.swap-h5__side-tabs[data-v-6058f607] {
  margin-top: 1.066667vw;
  height: 8.533333vw;
  padding: 0.533333vw;
  border-radius: 4.266667vw;
  background: var(--Color-background-level-2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.533333vw;
  box-sizing: border-box;
}
.swap-h5__side-tab[data-v-6058f607] {
  border: 0;
  border-radius: 3.733333vw;
  background: transparent;
  color: var(--Color-text-level-2);
  font-size: 3.466667vw;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.swap-h5__side-tab--active[data-v-6058f607] {
  background: var(--Color-input-level-3);
  color: var(--Color-text-level-1);
  font-weight: 600;
}
.swap-h5__route-card[data-v-6058f607] {
  margin-top: 4vw;
  padding: 3.2vw 0;
  box-sizing: border-box;
}
.swap-h5__route-empty[data-v-6058f607] {
  min-height: 21.333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6vw;
  text-align: center;
  padding: 2.133333vw 1.066667vw;
  box-sizing: border-box;
}
.swap-h5__route-empty-title[data-v-6058f607] {
  margin: 0;
  color: var(--Color-text-level-1);
  font-size: 3.733333vw;
  font-weight: 600;
  line-height: 1.2;
}
.swap-h5__route-empty-desc[data-v-6058f607] {
  margin: 0;
  color: var(--Color-text-level-3);
  font-size: 2.933333vw;
  line-height: 1.4;
}
.swap-h5__route-main[data-v-6058f607] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.133333vw;
  position: relative;
}
.swap-h5__route-rows[data-v-6058f607] {
  flex: 1;
  min-width: 0;
}
.swap-h5__route-row[data-v-6058f607] {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--Color-text-level-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6vw;
  cursor: pointer;
  text-align: left;
}
.swap-h5__route-row--locked[data-v-6058f607] {
  cursor: default;
}
.swap-h5__route-account[data-v-6058f607] {
  display: inline-flex;
  align-items: center;
  gap: 3.555556vw;
  flex-shrink: 0;
}
.swap-h5-num[data-v-6058f607] {
  font-family: Switzer;
  font-size: 5.333333vw;
  font-weight: 600;
}
.swap-h5-num[data-empty=true][data-v-6058f607] {
  color: var(--Color-text-level-2);
}
.swap-h5__token-icon[data-v-6058f607],
.swap-h5__sheet-item-icon[data-v-6058f607] {
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 4.8vw;
  background: var(--Color-background-level-3, #1a1d1e);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.swap-h5__token-icon img[data-v-6058f607],
.swap-h5__sheet-item-icon img[data-v-6058f607] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.swap-h5__token-main[data-v-6058f607] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.swap-h5__token-main--polygon[data-v-6058f607] {
  transform: scale(0.82);
}
.swap-h5__token-badge[data-v-6058f607] {
  color: var(--Color-text-level-1);
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1;
}
.swap-h5__route-label[data-v-6058f607] {
  color: var(--Color-text-level-3);
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
}
.swap-h5__route-title-wrap[data-v-6058f607] {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 1.6vw;
}
.swap-h5__route-title-block[data-v-6058f607] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.066667vw;
}
.swap-h5__route-title[data-v-6058f607] {
  color: var(--Color-text-level-1);
  font-size: 4.266667vw;
  font-weight: 600;
  line-height: 1;
  max-width: 32vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swap-h5__route-sub[data-v-6058f607] {
  color: var(--Color-text-level-3);
  font-size: 2.666667vw;
  line-height: 1;
}
.swap-h5__route-chevron[data-v-6058f607] {
  width: 2.666667vw;
  height: 2.666667vw;
  display: block;
  flex-shrink: 0;
}
.swap-h5__route-divider[data-v-6058f607] {
  margin: 8.533333vw -2.666667vw;
  width: 100%;
  padding: 0 2.666667vw;
  position: relative;
  height: 0.177778vw;
  background: var(--Color-Divider-level-1);
}
.swap-h5__swap-btn[data-v-6058f607] {
  position: absolute;
  left: 50%;
  margin-left: -4vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  padding: 0;
  background: var(--Color-background-level-5);
  flex-shrink: 0;
  cursor: pointer;
}
.swap-h5__network-hint[data-v-6058f607] {
  margin: 2.133333vw 0 0;
  color: var(--Color-text-level-3);
  font-size: 2.666667vw;
  line-height: 1.4;
}
.swap-h5__amount[data-v-6058f607] {
  margin-top: 5.333333vw;
}
.swap-h5__amount-label[data-v-6058f607] {
  margin: 0;
  color: var(--Color-text-level-2);
  font-size: 3.733333vw;
  font-weight: 400;
  line-height: 1;
}
.swap-h5__amount-input-wrap[data-v-6058f607] {
  margin-top: 2.666667vw;
  height: 12.266667vw;
  border-radius: 2.666667vw;
  border: 0.177778vw solid var(--Color-input-level-3);
  background: var(--Color-input-level-1);
  padding: 0 3.022222vw;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto auto;
  column-gap: 2.133333vw;
  box-sizing: border-box;
}
.swap-h5__amount-input-wrap input[data-v-6058f607] {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--Color-text-level-1);
  font-size: 4vw;
  font-weight: 400;
}
.swap-h5__amount-input-wrap input[data-v-6058f607]::placeholder {
  color: var(--Color-text-level-3);
}
.swap-h5__amount-unit[data-v-6058f607] {
  color: var(--Color-text-level-1);
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
}
.swap-h5__amount-input-wrap button[data-v-6058f607] {
  border: 0;
  background: transparent;
  color: var(--Color-theme-level-1);
  font-size: 4vw;
  line-height: 1;
  cursor: pointer;
}
.swap-h5__amount-available[data-v-6058f607] {
  margin-top: 2.666667vw;
  display: inline-flex;
  align-items: center;
  gap: 1.866667vw;
  width: 100%;
  font-size: 3.733333vw;
  font-weight: 400;
  line-height: 1;
}
.swap-h5__amount-available span[data-v-6058f607] {
  color: var(--Color-text-level-2);
}
.swap-h5__amount-available button[data-v-6058f607] {
  color: var(--Color-text-level-1);
  font-weight: 600;
  margin-left: 1.6vw;
}
.swap-h5__quote-error[data-v-6058f607],
.swap-h5__progress-hint--failed[data-v-6058f607],
.swap-h5__history-error[data-v-6058f607] {
  margin: 1.6vw 0 0;
  color: var(--Color-error-level-1, #e5484d);
  font-size: 2.933333vw;
  line-height: 1.5;
}
.swap-h5__amount-error[data-v-6058f607] {
  display: flex;
  gap: 2.133333vw;
  font-size: 2.933333vw;
  font-weight: 400;
  color: var(--Color-text-level-3);
  padding: 3.2vw 4.266667vw;
  border: 0.266667vw solid var(--Color-background-level-4);
  border-radius: 2.133333vw;
  background: var(--Color-mask-87);
  margin-bottom: 3.733333vw;
  margin-top: 8vw;
}
.swap-h5__slippage[data-v-6058f607] {
  margin-top: 4.266667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.133333vw;
}
.swap-h5__slippage-label[data-v-6058f607] {
  color: var(--Color-text-level-2);
  font-size: 3.733333vw;
  line-height: 1;
}
.swap-h5__slippage-opts[data-v-6058f607] {
  display: flex;
  align-items: center;
  gap: 1.066667vw;
}
.swap-h5__slippage-opt[data-v-6058f607] {
  width: 15.644444vw;
  height: 9.333333vw;
  padding: 2.044444vw 2.133333vw;
  border-radius: 2.133333vw;
  text-align: center;
  background: var(--Color-background-level-2);
  border: 0.177778vw solid var(--Color-Divider-level-2);
  color: var(--Color-text-level-1);
  font-size: 2.933333vw;
  line-height: 1;
  cursor: pointer;
}
.swap-h5__slippage-opt--active[data-v-6058f607] {
  border-color: var(--Color-theme-level-1);
}
.swap-h5__quote-card[data-v-6058f607],
.swap-h5__progress-card[data-v-6058f607] {
  margin-top: 3.2vw;
  border-radius: 2.666667vw;
  background: var(--Color-background-level-2);
  padding: 3.2vw;
  box-sizing: border-box;
}
.swap-h5__quote-loading[data-v-6058f607] {
  margin: 0;
  color: var(--Color-text-level-2);
  font-size: 3.2vw;
}
.swap-h5__quote-head[data-v-6058f607] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.066667vw;
  color: var(--Color-text-level-2);
  font-size: 2.933333vw;
}
.swap-h5__quote-countdown[data-v-6058f607] {
  color: var(--Color-text-level-1);
  font-weight: 600;
}
.swap-h5__quote-countdown--warn[data-v-6058f607] {
  color: var(--Color-error-level-1, #e5484d);
}
.swap-h5__quote-row[data-v-6058f607],
.swap-h5__history-row[data-v-6058f607] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.133333vw;
  margin-top: 2.133333vw;
  color: var(--Color-text-level-3);
  font-size: 2.933333vw;
}
.swap-h5__quote-row strong[data-v-6058f607],
.swap-h5__history-row strong[data-v-6058f607] {
  color: var(--Color-text-level-1);
  font-weight: 600;
  text-align: right;
}
.swap-h5__progress-head[data-v-6058f607] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6vw;
}
.swap-h5__progress-head strong[data-v-6058f607] {
  font-size: 3.2vw;
  line-height: 1.35;
  font-weight: 600;
}
.swap-h5__progress-close[data-v-6058f607] {
  border: 0;
  background: transparent;
  color: var(--Color-theme-level-1);
  font-size: 2.933333vw;
  cursor: pointer;
  flex-shrink: 0;
}
.swap-h5__status--done[data-v-6058f607],
.swap-h5__history-status--done[data-v-6058f607] {
  color: var(--Color-theme-level-1) !important;
}
.swap-h5__status--failed[data-v-6058f607],
.swap-h5__history-status--failed[data-v-6058f607] {
  color: var(--Color-error-level-1, #e5484d) !important;
}
.swap-h5__progress-hint[data-v-6058f607] {
  margin: 2.133333vw 0 0;
  color: var(--Color-text-level-3);
  font-size: 2.666667vw;
  line-height: 1.45;
}
.swap-h5__submit-wrap[data-v-6058f607] {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 5.333333vw;
  padding-bottom: calc(4.266667vw + env(safe-area-inset-bottom, 0px));
}
.swap-h5__submit-wrap button[disabled][data-v-6058f607] {
  font-size: 3.733333vw;
  color: var(--Color-text-level-3);
  background: var(--Color-background-level-2);
}
.swap-h5__submit-wrap button[data-v-6058f607] {
  border-radius: 8vw;
  text-align: center;
  font-size: 4.266667vw;
  font-weight: 600;
  height: 12.266667vw;
  width: 100%;
  color: var(--Color-text-level-4);
  background: var(--Color-theme-level-1);
}
.swap-h5__slider-track[data-v-6058f607] {
  width: 100%;
  height: 12.266667vw;
  border-radius: 8vw;
  background: var(--Color-background-level-2);
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0.355556vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swap-h5__slider-progress[data-v-6058f607] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 8vw;
  background: var(--td-theme-1, #bcff31);
  pointer-events: none;
  transition: width 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 0;
}
.swap-h5__slider-progress--dragging[data-v-6058f607] {
  transition: none;
}
.swap-h5__slider-title[data-v-6058f607] {
  position: relative;
  z-index: 1;
  color: var(--Color-text-level-2);
  font-size: 3.733333vw;
  font-weight: 600;
  line-height: 1;
  padding: 0 10.666667vw;
  text-align: center;
}
.swap-h5__slider-track--disabled .swap-h5__slider-title[data-v-6058f607] {
  opacity: 0.58;
}
.swap-h5__slider-thumb[data-v-6058f607] {
  position: absolute;
  left: 0;
  top: 0;
  width: 18.666667vw;
  height: 12.266667vw;
  border: 0;
  border-radius: 8vw;
  background: var(--Color-input-level-3);
  box-sizing: border-box;
  padding-bottom: 0.355556vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 2;
  will-change: transform;
}
.swap-h5__slider-thumb--loading[data-v-6058f607] {
  opacity: 0.72;
}
.swap-h5__slider-thumb--dragging[data-v-6058f607] {
  transition: none;
}
.swap-h5__slider-thumb img[data-v-6058f607] {
  width: 4.978489vw;
  height: 4.770133vw;
  display: block;
}
.swap-h5__sheet-mask[data-v-6058f607] {
  position: fixed;
  inset: 0;
  z-index: 3650;
  background: var(--Color-mask-87);
  display: flex;
  align-items: flex-end;
}
.swap-h5__sheet[data-v-6058f607] {
  width: 100%;
  position: absolute;
  border-radius: 6.4vw 6.4vw 0 0;
  top: 13.955556vw;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: var(--Color-background-level-1);
  padding: 3.2vw 3.2vw calc(3.2vw + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}
.swap-h5__sheet-desc[data-v-6058f607] {
  width: 100%;
  position: absolute;
  border-radius: 6.4vw 6.4vw 0 0;
  min-height: 26.666667vw;
  overflow-y: auto;
  background: var(--Color-background-level-1);
  padding: 12.8vw 3.2vw calc(3.2vw + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}
.swap-h5__sheet-desc div[data-v-6058f607] {
  font-size: 5.066667vw;
  font-weight: 600;
  color: var(--Color-text-level-1);
}
.swap-h5__sheet-desc p[data-v-6058f607] {
  margin-top: 5.333333vw;
  font-size: 3.733333vw;
  font-weight: 600;
  color: var(--Color-text-level-2);
}
.swap-h5__sheet-desc .swap-h5__sheet-desc-btn[data-v-6058f607] {
  width: 100%;
  height: 12.266667vw;
  border-radius: 6.133333vw;
  background: var(--Color-background-level-4);
  display: flex;
  padding: 3.111111vw 0 3.2vw 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-top: 8vw;
  margin-bottom: 10.666667vw;
  font-size: 4.266667vw;
  font-weight: 600;
  color: var(--Color-text-level-1);
}
.swap-h5__sheet-desc .swap-h5__sheet-more-item[data-v-6058f607] {
  margin-bottom: 10.666667vw;
}
.swap-h5__sheet-desc .swap-h5__sheet-more-item div[data-v-6058f607] {
  font-size: 4.266667vw;
  font-weight: 600;
  color: var(--Color-text-level-1);
}
.swap-h5__sheet h3[data-v-6058f607] {
  margin: 9.6vw 0 5.333333vw;
  color: var(--Color-text-level-1);
  font-size: 4.533333vw;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
.swap-h5__sheet-handle[data-v-6058f607] {
  position: absolute;
  left: 50%;
  top: 3.2vw;
  width: 9.6vw;
  height: 1.066667vw;
  border-radius: 0.533333vw;
  transform: translateX(-50%);
  background: var(--Color-background-level-4, #2d3133);
}
.swap-h5__sheet-desc-check[data-v-6058f607] {
  padding: 3.2vw;
  width: 100%;
  background: var(--Color-background-level-2);
  border-radius: 2.666667vw;
}
.swap-h5__sheet-desc-check.active[data-v-6058f607] {
  border: 0.266667vw solid var(--Color-theme-level-1);
}
.swap-h5__sheet-desc-check .danwei[data-v-6058f607] {
  position: absolute;
  right: 2.666667vw;
  margin-top: 2.666667vw;
  padding-top: 1.777778vw;
}
.swap-h5__sheet-desc-check input[data-v-6058f607] {
  height: 12vw;
  border-radius: 2.133333vw;
  padding: 3.2vw;
  margin-top: 2.666667vw;
  width: 100%;
}
.swap-h5__sheet-desc-check h3[data-v-6058f607] {
  gap: 2.666667vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: var(--Color-text-level-1);
}
.swap-h5__sheet-desc-check p[data-v-6058f607] {
  font-size: 3.466667vw;
  margin: 2.666667vw 0 0;
  text-align: left;
  color: var(--Color-text-level-2);
}
.swap-h5__sheet-search[data-v-6058f607] {
  display: block;
  margin-bottom: 1.6vw;
  position: relative;
}
.swap-h5__sheet-search .swap-search-icon[data-v-6058f607] {
  width: 5.333333vw;
  position: absolute;
  left: 50%;
  margin-left: -3.5em;
  top: 50%;
  margin-top: -2.666667vw;
}
.swap-h5__sheet-search input[data-v-6058f607] {
  width: 100%;
  height: 9.333333vw;
  border: 0;
  border-radius: 4.711111vw;
  background: var(--Color-input-level-2);
  color: var(--Color-text-level-1);
  padding: 0 3.2vw;
  font-size: 3.2vw;
  outline: none;
  text-align: center;
  box-sizing: border-box;
}
.swap-h5__sheet-search input[data-v-6058f607]::placeholder {
  color: var(--Color-text-level-3);
}
.swap-h5-group-list[data-v-6058f607] {
  font-size: 3.733333vw;
  font-weight: 400;
  color: var(--Color-text-level-2);
  margin-top: 5.333333vw;
  width: 100%;
  overflow-x: auto;
  gap: 1.333333vw;
  white-space: nowrap;
}
.swap-h5-group-list span[data-v-6058f607] {
  height: 7.466667vw;
  padding: 0.533333vw 2.133333vw 0.533333vw 1.066667vw;
  gap: 1.066667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: var(--Color-background-level-2);
  border-radius: 3.733333vw;
}
.swap-h5-group-list span.active[data-v-6058f607] {
  font-weight: 600;
  color: var(--Color-text-level-4);
  background: var(--Color-background-level-5);
}
.swap-h5-item-header[data-v-6058f607] {
  font-size: 3.466667vw;
  font-weight: 400;
  margin-top: 3.733333vw;
  color: var(--Color-text-level-2);
  margin-bottom: 1.066667vw;
}
.swap-h5-box-scroll[data-v-6058f607] {
  max-height: calc(100% - 40vw);
  overflow-y: auto;
}
.swap-h5__sheet-item[data-v-6058f607] {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 3.2vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.666667vw;
  color: var(--Color-text-level-1);
  cursor: pointer;
  min-height: 12.8vw;
  box-sizing: border-box;
}
.swap-h5__sheet-item + .swap-h5__sheet-item[data-v-6058f607] {
  border-top: 0.088889vw solid var(--Color-input-level-3);
}
.swap-h5__sheet-item-main[data-v-6058f607] {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 2.666667vw;
}
.swap-h5__sheet-item-copy[data-v-6058f607] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.333333vw;
  width: 100%;
}
.swap-h5__sheet-item-copy .strongdiv[data-v-6058f607] {
  font-size: 4.266667vw;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
.swap-h5__sheet-item-copy .spandiv[data-v-6058f607] {
  color: var(--Color-text-level-2);
  font-size: 3.2vw;
  line-height: 1;
  width: 100%;
}
.swap-h5__sheet-item-check[data-v-6058f607] {
  width: 3.733333vw;
  height: 3.733333vw;
  border-radius: 1.866667vw;
  border: 0.266667vw solid var(--Color-text-level-3);
  flex-shrink: 0;
  box-sizing: border-box;
}
.swap-h5__sheet-empty[data-v-6058f607] {
  margin: 4.266667vw 0 0;
  text-align: center;
  color: var(--Color-text-level-2);
  font-size: 3.2vw;
}
.swap-h5__history-list[data-v-6058f607] {
  display: flex;
  flex-direction: column;
}
.swap-h5__history-item[data-v-6058f607] {
  padding: 2.133333vw 0;
}
.swap-h5__history-item + .swap-h5__history-item[data-v-6058f607] {
  border-top: 0.088889vw solid var(--Color-input-level-3);
}
.swap-h5__history-row--sub[data-v-6058f607] {
  margin-top: 1.066667vw;
  font-size: 2.666667vw;
}
.swap-h5-sheet-enter-active[data-v-6058f607],
.swap-h5-sheet-leave-active[data-v-6058f607] {
  transition: opacity 0.22s ease;
}
.swap-h5-sheet-enter-active .swap-h5__sheet[data-v-6058f607],
.swap-h5-sheet-leave-active .swap-h5__sheet[data-v-6058f607] {
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.swap-h5-sheet-enter-from[data-v-6058f607],
.swap-h5-sheet-leave-to[data-v-6058f607] {
  opacity: 0;
}
.swap-h5-sheet-enter-from .swap-h5__sheet[data-v-6058f607],
.swap-h5-sheet-leave-to .swap-h5__sheet[data-v-6058f607] {
  transform: translateY(100%);
}
@media (min-width: 768px) and (min-height: 0px) {
.swap-h5[data-v-6058f607] {
    inset: 0;
    z-index: 3600;
    background: var(--Color-background-level-1);
}
.swap-h5__content[data-v-6058f607] {
    padding: calc(env(safe-area-inset-top, 0px) + 24px) 36px 0;
}
.swap-h5--embedded .swap-h5__content[data-v-6058f607] {
    min-height: 0;
    padding: 0 0 48px;
}
.swap-h5--embedded .swap-h5__nav[data-v-6058f607] {
    height: 60px;
    grid-template-columns: minmax(0, 1fr) 60px;
}
.swap-h5__nav[data-v-6058f607] {
    height: 138px;
    flex-shrink: 0;
    grid-template-columns: 60px minmax(0, 1fr) 60px;
}
.swap-h5__nav h2[data-v-6058f607] {
    font-size: 51px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.swap-h5__nav-btn[data-v-6058f607] {
    height: 60px;
    border: 0;
    padding: 0;
    width: 60px;
}
.swap-h5__nav-back-icon[data-v-6058f607],
.swap-h5__nav-history-icon[data-v-6058f607] {
    height: 48px;
    width: 48px;
}
.swap-h5__side-tabs[data-v-6058f607] {
    height: 96px;
    border-radius: 48px;
    background: var(--Color-background-level-2);
    gap: 6px;
    margin-top: 12px;
    padding: 6px;
}
.swap-h5__side-tab[data-v-6058f607] {
    border: 0;
    border-radius: 42px;
    font-size: 39px;
    font-weight: 500;
    line-height: 1;
}
.swap-h5__side-tab--active[data-v-6058f607] {
    background: var(--Color-input-level-3);
    font-weight: 600;
}
.swap-h5__route-card[data-v-6058f607] {
    margin-top: 45px;
    padding: 36px 0;
}
.swap-h5__route-empty[data-v-6058f607] {
    min-height: 240px;
    gap: 18px;
    padding: 24px 12px;
}
.swap-h5__route-empty-title[data-v-6058f607] {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.swap-h5__route-empty-desc[data-v-6058f607] {
    font-size: 33px;
    line-height: 1.4;
    margin: 0;
}
.swap-h5__route-main[data-v-6058f607] {
    gap: 24px;
}
.swap-h5__route-rows[data-v-6058f607] {
    flex: 1;
    min-width: 0;
}
.swap-h5__route-row[data-v-6058f607] {
    border: 0;
    gap: 18px;
    padding: 0;
}
.swap-h5__route-account[data-v-6058f607] {
    gap: 40px;
    flex-shrink: 0;
}
.swap-h5-num[data-v-6058f607] {
    font-size: 60px;
    font-weight: 600;
}
.swap-h5__token-icon[data-v-6058f607],
.swap-h5__sheet-item-icon[data-v-6058f607] {
    height: 108px;
    border-radius: 54px;
    background: var(--Color-background-level-3, #1a1d1e);
    flex-shrink: 0;
    width: 108px;
}
.swap-h5__token-badge[data-v-6058f607] {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}
.swap-h5__route-label[data-v-6058f607] {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
}
.swap-h5__route-title-wrap[data-v-6058f607] {
    gap: 18px;
    min-width: 0;
}
.swap-h5__route-title-block[data-v-6058f607] {
    gap: 12px;
    min-width: 0;
}
.swap-h5__route-title[data-v-6058f607] {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    max-width: 360px;
}
.swap-h5__route-sub[data-v-6058f607] {
    font-size: 30px;
    line-height: 1;
}
.swap-h5__route-chevron[data-v-6058f607] {
    height: 30px;
    flex-shrink: 0;
    width: 30px;
}
.swap-h5__route-divider[data-v-6058f607] {
    height: 2px;
    background: var(--Color-Divider-level-1);
    margin: 96px -30px;
    padding: 0 30px;
}
.swap-h5__swap-btn[data-v-6058f607] {
    height: 90px;
    background: var(--Color-background-level-5);
    flex-shrink: 0;
    margin-left: -45px;
    padding: 0;
    width: 90px;
}
.swap-h5__network-hint[data-v-6058f607] {
    font-size: 30px;
    line-height: 1.4;
    margin: 24px 0 0;
}
.swap-h5__amount[data-v-6058f607] {
    margin-top: 60px;
}
.swap-h5__amount-label[data-v-6058f607] {
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.swap-h5__amount-input-wrap[data-v-6058f607] {
    height: 138px;
    border-radius: 30px;
    border: 2px solid var(--Color-input-level-3);
    background: var(--Color-input-level-1);
    column-gap: 24px;
    margin-top: 30px;
    padding: 0 34px;
}
.swap-h5__amount-input-wrap input[data-v-6058f607] {
    border: 0;
    font-size: 45px;
    font-weight: 400;
    min-width: 0;
}
.swap-h5__amount-unit[data-v-6058f607] {
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
}
.swap-h5__amount-input-wrap button[data-v-6058f607] {
    border: 0;
    font-size: 45px;
    line-height: 1;
}
.swap-h5__amount-available[data-v-6058f607] {
    gap: 21px;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    margin-top: 30px;
}
.swap-h5__amount-available button[data-v-6058f607] {
    font-weight: 600;
    margin-left: 18px;
}
.swap-h5__quote-error[data-v-6058f607],
.swap-h5__progress-hint--failed[data-v-6058f607],
.swap-h5__history-error[data-v-6058f607] {
    font-size: 33px;
    line-height: 1.5;
    margin: 18px 0 0;
}
.swap-h5__amount-error[data-v-6058f607] {
    gap: 24px;
    font-size: 33px;
    font-weight: 400;
    border: 3px solid var(--Color-background-level-4);
    border-radius: 24px;
    background: var(--Color-mask-87);
    margin-bottom: 42px;
    margin-top: 90px;
    padding: 36px 48px;
}
.swap-h5__slippage[data-v-6058f607] {
    gap: 24px;
    margin-top: 48px;
}
.swap-h5__slippage-label[data-v-6058f607] {
    font-size: 42px;
    line-height: 1;
}
.swap-h5__slippage-opts[data-v-6058f607] {
    gap: 12px;
}
.swap-h5__slippage-opt[data-v-6058f607] {
    height: 105px;
    border-radius: 24px;
    background: var(--Color-background-level-2);
    border: 2px solid var(--Color-Divider-level-2);
    font-size: 33px;
    line-height: 1;
    padding: 23px 24px;
    width: 176px;
}
.swap-h5__quote-card[data-v-6058f607],
.swap-h5__progress-card[data-v-6058f607] {
    border-radius: 30px;
    background: var(--Color-background-level-2);
    margin-top: 36px;
    padding: 36px;
}
.swap-h5__quote-loading[data-v-6058f607] {
    font-size: 36px;
    margin: 0;
}
.swap-h5__quote-head[data-v-6058f607] {
    font-size: 33px;
    margin-bottom: 12px;
}
.swap-h5__quote-countdown[data-v-6058f607] {
    font-weight: 600;
}
.swap-h5__quote-row[data-v-6058f607],
.swap-h5__history-row[data-v-6058f607] {
    gap: 24px;
    font-size: 33px;
    margin-top: 24px;
}
.swap-h5__quote-row strong[data-v-6058f607],
.swap-h5__history-row strong[data-v-6058f607] {
    font-weight: 600;
}
.swap-h5__progress-head[data-v-6058f607] {
    gap: 18px;
}
.swap-h5__progress-head strong[data-v-6058f607] {
    font-size: 36px;
    line-height: 1.35;
    font-weight: 600;
}
.swap-h5__progress-close[data-v-6058f607] {
    border: 0;
    font-size: 33px;
    flex-shrink: 0;
}
.swap-h5__progress-hint[data-v-6058f607] {
    font-size: 30px;
    line-height: 1.45;
    margin: 24px 0 0;
}
.swap-h5__submit-wrap[data-v-6058f607] {
    flex-shrink: 0;
    padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px));
    padding-top: 60px;
}
.swap-h5__submit-wrap button[disabled][data-v-6058f607] {
    font-size: 42px;
    background: var(--Color-background-level-2);
}
.swap-h5__submit-wrap button[data-v-6058f607] {
    border-radius: 90px;
    font-size: 48px;
    font-weight: 600;
    height: 138px;
    background: var(--Color-theme-level-1);
}
.swap-h5__slider-track[data-v-6058f607] {
    height: 138px;
    border-radius: 90px;
    background: var(--Color-background-level-2);
    padding-bottom: 4px;
}
.swap-h5__slider-progress[data-v-6058f607] {
    top: 0;
    border-radius: 90px;
    background: var(--td-theme-1, #bcff31);
    z-index: 0;
    left: 0;
}
.swap-h5__slider-title[data-v-6058f607] {
    z-index: 1;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    padding: 0 120px;
}
.swap-h5__slider-track--disabled .swap-h5__slider-title[data-v-6058f607] {
    opacity: 0.58;
}
.swap-h5__slider-thumb[data-v-6058f607] {
    top: 0;
    height: 138px;
    border: 0;
    border-radius: 90px;
    background: var(--Color-input-level-3);
    z-index: 2;
    left: 0;
    padding-bottom: 4px;
    width: 210px;
}
.swap-h5__slider-thumb--loading[data-v-6058f607] {
    opacity: 0.72;
}
.swap-h5__slider-thumb img[data-v-6058f607] {
    height: 53.664px;
    width: 56.008px;
}
.swap-h5__sheet-mask[data-v-6058f607] {
    inset: 0;
    z-index: 3650;
    background: var(--Color-mask-87);
}
.swap-h5__sheet[data-v-6058f607] {
    border-radius: 72px 72px 0 0;
    top: 157px;
    bottom: 0;
    background: var(--Color-background-level-1);
    left: 0;
    right: 0;
    padding: 36px 36px calc(36px + env(safe-area-inset-bottom, 0px));
}
.swap-h5__sheet-desc[data-v-6058f607] {
    border-radius: 72px 72px 0 0;
    min-height: 300px;
    background: var(--Color-background-level-1);
    padding: 144px 36px calc(36px + env(safe-area-inset-bottom, 0px));
}
.swap-h5__sheet-desc div[data-v-6058f607] {
    font-size: 57px;
    font-weight: 600;
}
.swap-h5__sheet-desc p[data-v-6058f607] {
    font-size: 42px;
    font-weight: 600;
    margin-top: 60px;
}
.swap-h5__sheet-desc .swap-h5__sheet-desc-btn[data-v-6058f607] {
    height: 138px;
    border-radius: 69px;
    background: var(--Color-background-level-4);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 120px;
    margin-top: 90px;
    padding: 35px 0 36px 0;
}
.swap-h5__sheet-desc .swap-h5__sheet-more-item[data-v-6058f607] {
    margin-bottom: 120px;
}
.swap-h5__sheet-desc .swap-h5__sheet-more-item div[data-v-6058f607] {
    font-size: 48px;
    font-weight: 600;
}
.swap-h5__sheet h3[data-v-6058f607] {
    font-size: 51px;
    font-weight: 600;
    line-height: 1;
    margin: 108px 0 60px;
}
.swap-h5__sheet-handle[data-v-6058f607] {
    top: 36px;
    height: 12px;
    border-radius: 6px;
    background: var(--Color-background-level-4, #2d3133);
    width: 108px;
}
.swap-h5__sheet-desc-check[data-v-6058f607] {
    background: var(--Color-background-level-2);
    border-radius: 30px;
    padding: 36px;
}
.swap-h5__sheet-desc-check.active[data-v-6058f607] {
    border: 3px solid var(--Color-theme-level-1);
}
.swap-h5__sheet-desc-check .danwei[data-v-6058f607] {
    right: 30px;
    margin-top: 30px;
    padding-top: 20px;
}
.swap-h5__sheet-desc-check input[data-v-6058f607] {
    height: 135px;
    border-radius: 24px;
    margin-top: 30px;
    padding: 36px;
}
.swap-h5__sheet-desc-check h3[data-v-6058f607] {
    gap: 30px;
    font-size: 48px;
    font-weight: 400;
}
.swap-h5__sheet-desc-check p[data-v-6058f607] {
    font-size: 39px;
    margin: 30px 0 0;
}
.swap-h5__sheet-search[data-v-6058f607] {
    margin-bottom: 18px;
}
.swap-h5__sheet-search .swap-search-icon[data-v-6058f607] {
    margin-top: -30px;
    width: 60px;
}
.swap-h5__sheet-search input[data-v-6058f607] {
    height: 105px;
    border: 0;
    border-radius: 53px;
    background: var(--Color-input-level-2);
    font-size: 36px;
    padding: 0 36px;
}
.swap-h5-group-list[data-v-6058f607] {
    font-size: 42px;
    font-weight: 400;
    gap: 15px;
    margin-top: 60px;
}
.swap-h5-group-list span[data-v-6058f607] {
    height: 84px;
    gap: 12px;
    flex-shrink: 0;
    background: var(--Color-background-level-2);
    border-radius: 42px;
    padding: 6px 24px 6px 12px;
}
.swap-h5-group-list span.active[data-v-6058f607] {
    font-weight: 600;
    background: var(--Color-background-level-5);
}
.swap-h5-item-header[data-v-6058f607] {
    font-size: 39px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 42px;
}
.swap-h5-box-scroll[data-v-6058f607] {
    max-height: calc(100% - 450px);
}
.swap-h5__sheet-item[data-v-6058f607] {
    border: 0;
    gap: 30px;
    min-height: 144px;
    padding: 36px 0;
}
.swap-h5__sheet-item + .swap-h5__sheet-item[data-v-6058f607] {
    border-top: 1px solid var(--Color-input-level-3);
}
.swap-h5__sheet-item-main[data-v-6058f607] {
    gap: 30px;
    min-width: 0;
}
.swap-h5__sheet-item-copy[data-v-6058f607] {
    gap: 15px;
    min-width: 0;
}
.swap-h5__sheet-item-copy .strongdiv[data-v-6058f607] {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
.swap-h5__sheet-item-copy .spandiv[data-v-6058f607] {
    font-size: 36px;
    line-height: 1;
}
.swap-h5__sheet-item-check[data-v-6058f607] {
    height: 42px;
    border-radius: 21px;
    border: 3px solid var(--Color-text-level-3);
    flex-shrink: 0;
    width: 42px;
}
.swap-h5__sheet-empty[data-v-6058f607] {
    font-size: 36px;
    margin: 48px 0 0;
}
.swap-h5__history-item[data-v-6058f607] {
    padding: 24px 0;
}
.swap-h5__history-item + .swap-h5__history-item[data-v-6058f607] {
    border-top: 1px solid var(--Color-input-level-3);
}
.swap-h5__history-row--sub[data-v-6058f607] {
    font-size: 30px;
    margin-top: 12px;
}
.swap-h5-sheet-enter-from[data-v-6058f607],
.swap-h5-sheet-leave-to[data-v-6058f607] {
    opacity: 0;
}
}