body,
div,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p,
section,
span {
  border: 0;
  box-sizing: border-box;
  padding: 0;
  word-break: break-word;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
}

button {
  background: transparent;
  cursor: pointer;
}

li,
ol,
ul {
  list-style: none;
  max-width: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

img,
video {
  display: block;
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-family:
    -apple-system,
    PingFang SC,
    Roboto,
    sans-serif;
  font-size: 3.73333vw;
  height: 100%;
  overflow: hidden;
  width: 100%;
  word-break: break-word;
  --van-checkbox-size: 3.2vw;
}

body.modal-open {
  overflow: hidden !important;
}

body #my-tasks {
  height: 100%;
  width: 100%;
}

:root {
  --site-bg-colour: #1f4d45;
  /* --site-bg-colour1: #22d3ee; */
  --accent: #f59e0b;
  --bg-cards: linear-gradient(145deg, #2b3648, #1f2933);
  --bg-header: linear-gradient(145deg, #6a7e7a, #0e4239);
  --bg-quick: #eddfc6;
  --text-main: #ffffff;
  --text-muted: #cbd5e1;

  --quick-text-colour: #3c3d34;
}

.van-theme-dark body {
  background-color: #e7e7e7;
  color: #f5f5f5;
}

.van-theme-light body {
  background-color: #fff;
  color: #3f3f46;
}

.video-js {
  overflow: hidden !important;
}

.video-js .vjs-progress-control {
  pointer-events: none !important;
}

.vjs-time-control {
  display: inline-block !important;
}

.van-toast__text {
  word-wrap: break-word !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
}

.system-page .van-cell__title {
  font-size: 3.46667vw;
  line-height: 1.2;
}

.fn-html {
  line-height: 1.1;
}

.fn-html a {
  word-break: break-all;
}

.fn-html iframe,
.fn-html img,
.fn-html video {
  max-width: 100%;
  overflow: hidden;
}

.fn-html table {
  max-width: 100%;
}

.fn-html p:not(:first-child) {
  margin: 3.2vw 0;
}

.no-padding {
  padding: 0 !important;
}

.bg-transparent {
  background: red;
}

.van-config-provider {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  position: relative;
  width: 100%;
}

.van-config-provider .app-error,
.van-config-provider .app-loading {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.van-config-provider .app-error .error-msg,
.van-config-provider .app-loading .error-msg {
  color: #999;
  font-size: 3.2vw;
}

.van-config-provider .app-save-wrap {
  flex-shrink: 0;
}

.van-config-provider .app-router {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
}

.layout-router {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
  position: relative;
}

.layout-router .page {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
}

.layout-router .page-content {
  flex: 1 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4.26667vw;
  width: 100%;
}

.layout-router .app-tab-bar {
  flex-shrink: 0;
}

.app-tab-bar {
  background-color: #fff;
  box-shadow:
    0 -1.06667vw 2.13333vw rgba(0, 0, 0, 0.1),
    inset 0 0.53333vw 1.06667vw rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-around;
  padding: 2.13333vw 0;
  position: relative;
  width: 100%;
  z-index: 9;
}

.app-tab-bar .tab-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1;
  padding: 0 0.53333vw;
}

.app-tab-bar .tab-item.active {
  color: #ff8a00;
}

.app-tab-bar .icon-img {
  height: 4.8vw;
  object-fit: fill;
  width: 4.8vw;
}

.app-tab-bar .icon-img.active {
  color: #ff8a00;
}
.app-tab-bar .item-component {
  font-size: 4.26667vw;
  line-height: 1;
}

.app-tab-bar .item-label {
  font-size: 3.2vw;
  margin-top: 0.8vw;
}

.app-float {
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
  position: absolute;
  z-index: 100;
}

.app-float .float-item {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 1.06667vw 3.2vw rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  height: 11.2vw;
  justify-content: center;
  overflow: hidden;
  padding: 0.8vw;
  width: 11.2vw;
}

.app-float .float-item-icon {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.app-logo {
  image-rendering: crisp-edges;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-filter: drop-shadow(0 1px 0.53333vw rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 0.53333vw rgba(0, 0, 0, 0.1));
  max-width: 100%;
  object-fit: contain;
}

.app-banner {
  aspect-ratio: 16/7;
  font-size: 0;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.app-banner .app-banner__img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.app-base-loading {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.app-tabs-list .app-tab-content {
  padding: 3.2vw;
}

.app-tabs-list .app-list__wrap {
  gap: 3.2vw;
}

.app-tabs-list .app-list__item {
  overflow: hidden;
}

.limit-dialog .vip-level {
  color: var(--van-success-color);
}

.limit-dialog .amount {
  color: var(--van-danger-color);
}

.limit-dialog .completed-amount {
  color: var(--van-success-color);
}

.limit-dialog .needed-amount {
  color: var(--van-danger-color);
}

.limit-dialog .cur-action {
  text-transform: lowercase;
}

.app-update-notice {
  align-items: center;
  background-color: var(--primary-color);
  box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  font-size: 3.2vw;
  font-weight: 400;
  justify-content: center;
  left: 0;
  padding: 3.2vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.app-update-notice .update-message {
  line-height: 1.1;
  margin-right: 5.33333vw;
}

.app-update-notice .update-button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 1.33333vw;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 700;
  padding: 1.6vw 3.2vw;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.app-update-notice .update-button:active {
  background-color: #fff;
  color: var(--primary-color);
}

.app-service-popup {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99999;
}

.app-service-popup .popup-header {
  align-items: center;
  background: linear-gradient(
    250deg,
    rgba(var(--primary-rgb), 0.7),
    var(--primary-color)
  );
  color: #fff;
  display: flex;
  height: 6%;
  justify-content: space-between;
  line-height: 1;
  padding: 0 3.2vw;
  width: 100%;
}

.app-service-popup .popup-iframe {
  height: 94%;
  position: absolute;
  top: 6%;
  width: 100%;
}

.app-service-popup .popup-close {
  border-radius: 50%;
  cursor: pointer;
  font-size: 4.8vw;
  overflow: hidden;
}

.app-full-popup {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.app-full-popup .header-wrap {
  align-items: center;
  background: linear-gradient(
    250deg,
    rgba(var(--primary-rgb), 0.7),
    var(--primary-color)
  );
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 3.46667vw;
  justify-content: space-between;
  line-height: 1.1;
  padding: 2.13333vw 3.2vw;
}

.app-full-popup .close-icon-wrap {
  cursor: pointer;
  flex-shrink: 0;
  font-size: 4.8vw;
  line-height: 1;
  margin-left: 2.66667vw;
}

.app-full-popup .auto-wrap {
  flex: 1 1;
  overflow: auto;
}

.app-full-popup .auto-wrap.page-padding {
  padding: 3.2vw;
}

.app-nav-bar {
  align-items: center;
  background: linear-gradient(
    to right,
    rgba(var(--primary-rgb), 0.75),
    rgba(var(--primary-rgb), 1)
  );
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 9.6vw;
  justify-content: center;
  padding: 0 3.2vw;
  position: relative;
}

.app-nav-bar .nav-left {
  cursor: pointer;
  left: 3.2vw;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.app-nav-bar .left-icon {
  font-size: 4.26667vw;
  line-height: 1;
  color: #000 !important;
}

.app-nav-bar .nav-center {
  align-items: center;
  display: flex;
  font-size: 3.73333vw;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  max-width: 50%;
  overflow: hidden;
}

.app-nav-bar .nav-title {
  flex: 1 1;
  font-size: 3.73333vw;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  color: #000 !important;
}

.app-nav-bar .nav-right {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 2.66667vw;
  font-weight: 500;
  line-height: 1;
  padding-right: 3.2vw;
  position: absolute;
  right: 0;
  top: 0;
}

.app-tabs-list .van-tabs__wrap {
  margin: 0 4.26667vw;
}

.app-tabs-list .app-tab-content {
  padding: 4.26667vw;
}

.app-tabs-list .app-list__wrap {
  gap: 4.26667vw;
}

.app-tabs-list .app-list__item {
  min-width: 0;
}

.app-list .app-list__wrap {
  gap: 4.26667vw;
}

.app-list .app-list__item {
  min-width: 0;
}

.authInput-wrap {
  align-items: center;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.08),
    inset 0 1px 2px rgba(255, 255, 255, 0.9);
  border-radius: 3.2vw;
  color: #ccc;
  display: flex;
  font-size: 3.46667vw;
  gap: 1.6vw;
  padding: 0 3.2vw;
  transition: all 0.3s;
  width: 100%;
}

.authInput-wrap:focus-within {
  border: 1px solid rgba(var(--primary-rgb), 0.6);
  box-shadow: 0 0 0 0.53333vw rgba(var(--primary-rgb), 0.3);
}

.authInput-wrap .authInput-icon {
  flex-shrink: 0;
  font-size: 4.8vw;
}

.authInput-wrap .authInput-img-wrap {
  border-radius: 2.13333vw;
  flex-shrink: 0;
  height: 7.46667vw;
  overflow: hidden;
  width: 21.33333vw;
}

.authInput-wrap .authInput-img {
  height: 100%;
  width: 100%;
}

.authInput-wrap .authInput-country {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.authInput-wrap .country-direction-icon {
  font-size: 3.2vw;
  transform: translate(0.53333vw, 1px);
}

.authInput-wrap .authInput-main {
  flex: 1 1;
  height: 9.6vw;
  line-height: 9.6vw;
  min-width: 0;
  overflow: hidden;
}

.authInput-wrap .authInput-main::-webkit-input-placeholder {
  color: #dedede;
}

.authInput-wrap .authInput-main::-moz-placeholder {
  color: #dedede;
}

.authInput-wrap .authInput-main::placeholder {
  color: #dedede;
}

.authInput-wrap .eye-btn {
  line-height: 1;
}

.van-tabs {
  --van-tab-font-size: 3.2vw;
  --van-tabs-line-height: auto;
  --van-tabs-nav-background: #313131;
  --van-tab-text-color: #fff;
  --van-tab-active-text-color: #333;
}

.van-tabs .van-tabs__wrap {
  border-radius: 1.06667vw;
}

.van-tabs .van-tabs__nav--line {
  padding-bottom: 0 !important;
}

.van-tabs .van-tabs__line {
  display: none !important;
}

.van-tabs .van-tab {
  margin: 1.06667vw 0;
  padding: 1.06667vw var(--van-padding-sm) !important;
}

.van-tabs .van-tab--active {
  background: #fff;
  border-radius: 1.06667vw;
}

.app-tab-bar {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url("https://ipt-invest.online/img.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-top: 1px solid rgba(255, 215, 0, 0.3);

  box-shadow: 0 -8px 30px rgba(210, 188, 112, 0.25);

  color: #fff;
}

.my-primary-btn {
  background: var(--main-btn-gradient);
  border: none !important;
  border-radius: 6.4vw !important;
  font-weight: 600 !important;
}

.bg-page {
  /*background: var(--main-bg-gradient);*/
  position: relative;
}

.bg-page:before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url(https://wealthreelvip.com/appAssets/wr/other/page-top-bg.png?v=1763739391730);
  background-repeat: no-repeat;
  background-size: 100%;

  /* 🔥 GOLD COLOR EFFECT */
  filter: sepia(1) hue-rotate(20deg) saturate(5) brightness(1.1);

  opacity: 0.9;
}

.bg-page {
  z-index: 1;
}

.bg-page .app-nav-bar {
  background: transparent !important;
  font-weight: 700;
  height: 12.8vw;
  z-index: 2;
}

.bg-page .page-content {
  z-index: 2;
}

.nav-right-router {
  background: var(--main-btn-gradient);
  border-radius: 4.26667vw;
  font-size: 2.93333vw;
  padding: 1.6vw 2.13333vw;
}

:root:root {
  --van-blue: #e5bc34;
  --primary-color: #e5bc34;
  --primary-rgb: 229, 188, 52;
  --primary-sd: 0 0 1.6vw rgba(31, 41, 55, 0.04);
  --bg-color: #f9fafb;
  --bd-color: hsla(0, 0%, 100%, 0.2);
  --success-rgb: 34, 197, 94;
  --error-rgb: 239, 68, 68;
  --main-bg-gradient: linear-gradient(180deg, #212121, #000);
  --main-btn-gradient: linear-gradient(90deg, #dfc42c, #d88800);
  --main-bd-color: #3f3f46;
  --main-panel-gradient: linear-gradient(
    138deg,
    hsla(0, 0%, 93%, 0.1),
    hsla(0, 0%, 60%, 0.1)
  );
}

.pointMall-page .point-img {
  transform: translateY(10%);
}

.profit-popup .auto-wrap {
  background-color: #fff;
}

:host,
:root {
  --van-black: #000;
  --van-white: #fff;
  --van-gray-1: #f7f8fa;
  --van-gray-2: #f2f3f5;
  --van-gray-3: #ebedf0;
  --van-gray-4: #dcdee0;
  --van-gray-5: #c8c9cc;
  --van-gray-6: #969799;
  --van-gray-7: #646566;
  --van-gray-8: #323233;
  --van-red: #ee0a24;
  --van-blue: #1989fa;
  --van-orange: #ff976a;
  --van-orange-dark: #ed6a0c;
  --van-orange-light: #fffbe8;
  --van-green: #07c160;
  --van-gradient-red: linear-gradient(90deg, #ff6034, #ee0a24);
  --van-gradient-orange: linear-gradient(90deg, #ffd01e, #ff8917);
  --van-primary-color: var(--van-blue);
  --van-success-color: var(--van-green);
  --van-danger-color: var(--van-red);
  --van-warning-color: var(--van-orange);
  --van-text-color: var(--van-gray-8);
  --van-text-color-2: var(--van-gray-6);
  --van-text-color-3: var(--van-gray-5);
  --van-active-color: var(--van-gray-2);
  --van-active-opacity: 0.6;
  --van-disabled-opacity: 0.5;
  --van-background: var(--van-gray-1);
  --van-background-2: var(--van-white);
  --van-background-3: var(--van-white);
  --van-padding-base: 1.06667vw;
  --van-padding-xs: 2.13333vw;
  --van-padding-sm: 3.2vw;
  --van-padding-md: 4.26667vw;
  --van-padding-lg: 6.4vw;
  --van-padding-xl: 8.53333vw;
  --van-font-bold: 600;
  --van-font-size-xs: 2.66667vw;
  --van-font-size-sm: 3.2vw;
  --van-font-size-md: 3.73333vw;
  --van-font-size-lg: 4.26667vw;
  --van-line-height-xs: 3.73333vw;
  --van-line-height-sm: 4.8vw;
  --van-line-height-md: 5.33333vw;
  --van-line-height-lg: 5.86667vw;
  --van-base-font:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI,
    Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei",
    sans-serif;
  --van-price-font:
    avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;
  --van-duration-base: 0.3s;
  --van-duration-fast: 0.2s;
  --van-ease-out: ease-out;
  --van-ease-in: ease-in;
  --van-border-color: var(--van-gray-3);
  --van-border-width: 1px;
  --van-radius-sm: 0.53333vw;
  --van-radius-md: 1.06667vw;
  --van-radius-lg: 2.13333vw;
  --van-radius-max: 266.4vw;
}

.van-theme-dark {
  --van-text-color: #f5f5f5;
  --van-text-color-2: #707070;
  --van-text-color-3: #4d4d4d;
  --van-border-color: #3a3a3c;
  --van-active-color: #3a3a3c;
  --van-background: #000;
  --van-background-2: #1c1c1e;
  --van-background-3: #37363b;
}

body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Helvetica Neue,
    Helvetica,
    Segoe UI,
    Arial,
    Roboto,
    PingFang SC,
    miui,
    Hiragino Sans GB,
    Microsoft Yahei,
    sans-serif;
  font-family: var(--van-base-font);
  margin: 0;
  background: var(--bg-gradient, var(--bg));
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

button,
input,
textarea {
  color: #494949;
  font: inherit;
}

[class*="van-"]:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@keyframes van-slide-up-enter {
  0% {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes van-slide-up-leave {
  to {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes van-slide-down-enter {
  0% {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes van-slide-down-leave {
  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes van-slide-left-enter {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes van-slide-left-leave {
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes van-slide-right-enter {
  0% {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes van-slide-right-leave {
  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes van-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes van-fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes van-rotate {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.van-fade-enter-active {
  animation: van-fade-in 0.3s ease-out both;
  animation: var(--van-duration-base) van-fade-in both var(--van-ease-out);
}

.van-fade-leave-active {
  animation: van-fade-out 0.3s ease-in both;
  animation: var(--van-duration-base) van-fade-out both var(--van-ease-in);
}

.van-slide-up-enter-active {
  animation: van-slide-up-enter 0.3s ease-out both;
  animation: van-slide-up-enter var(--van-duration-base) both
    var(--van-ease-out);
}

.van-slide-up-leave-active {
  animation: van-slide-up-leave 0.3s ease-in both;
  animation: van-slide-up-leave var(--van-duration-base) both var(--van-ease-in);
}

.van-slide-down-enter-active {
  animation: van-slide-down-enter 0.3s ease-out both;
  animation: van-slide-down-enter var(--van-duration-base) both
    var(--van-ease-out);
}

.van-slide-down-leave-active {
  animation: van-slide-down-leave 0.3s ease-in both;
  animation: van-slide-down-leave var(--van-duration-base) both
    var(--van-ease-in);
}

.van-slide-left-enter-active {
  animation: van-slide-left-enter 0.3s ease-out both;
  animation: van-slide-left-enter var(--van-duration-base) both
    var(--van-ease-out);
}

.van-slide-left-leave-active {
  animation: van-slide-left-leave 0.3s ease-in both;
  animation: van-slide-left-leave var(--van-duration-base) both
    var(--van-ease-in);
}

.van-slide-right-enter-active {
  animation: van-slide-right-enter 0.3s ease-out both;
  animation: van-slide-right-enter var(--van-duration-base) both
    var(--van-ease-out);
}

.van-slide-right-leave-active {
  animation: van-slide-right-leave 0.3s ease-in both;
  animation: van-slide-right-leave var(--van-duration-base) both
    var(--van-ease-in);
}

.van-clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.van-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.van-multi-ellipsis--l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}

.van-multi-ellipsis--l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}

.van-safe-area-top {
  padding-top: env(safe-area-inset-top);
}

.van-safe-area-bottom {
  padding-bottom: env(safe-area-inset-bottom);
}

.van-haptics-feedback {
  cursor: pointer;
}

.van-haptics-feedback:active {
  opacity: 0.6;
  opacity: var(--van-active-opacity);
}

[class*="van-hairline"]:after {
  border: 0 solid #ebedf0;
  border: 0 solid var(--van-border-color);
  bottom: -50%;
  box-sizing: border-box;
  content: " ";
  left: -50%;
  pointer-events: none;
  position: absolute;
  right: -50%;
  top: -50%;
  transform: scale(0.5);
}

.van-hairline,
.van-hairline--bottom,
.van-hairline--left,
.van-hairline--right,
.van-hairline--surround,
.van-hairline--top,
.van-hairline--top-bottom {
  position: relative;
}

.van-hairline--top:after {
  border-top-width: 1px;
  border-top-width: var(--van-border-width);
}

.van-hairline--left:after {
  border-left-width: 1px;
  border-left-width: var(--van-border-width);
}

.van-hairline--right:after {
  border-right-width: 1px;
  border-right-width: var(--van-border-width);
}

.van-hairline--bottom:after {
  border-bottom-width: 1px;
  border-bottom-width: var(--van-border-width);
}

.van-hairline--top-bottom:after,
.van-hairline-unset--top-bottom:after {
  border-width: 1px 0;
  border-width: var(--van-border-width) 0;
}

.van-hairline--surround:after {
  border-width: 1px;
  border-width: var(--van-border-width);
}

:host,
:root {
  --van-badge-size: 4.26667vw;
  --van-badge-color: var(--van-white);
  --van-badge-padding: 0 0.8vw;
  --van-badge-font-size: var(--van-font-size-sm);
  --van-badge-font-weight: var(--van-font-bold);
  --van-badge-border-width: var(--van-border-width);
  --van-badge-background: var(--van-danger-color);
  --van-badge-dot-color: var(--van-danger-color);
  --van-badge-dot-size: 2.13333vw;
  --van-badge-font: -apple-system-font, helvetica neue, arial, sans-serif;
}

.van-badge {
  background: var(--van-badge-background);
  border: var(--van-badge-border-width) solid var(--van-background-2);
  border-radius: var(--van-radius-max);
  box-sizing: border-box;
  color: var(--van-badge-color);
  display: inline-block;
  font-family:
    -apple-system-font,
    helvetica neue,
    arial,
    sans-serif;
  font-family: var(--van-badge-font);
  font-size: var(--van-badge-font-size);
  font-weight: var(--van-badge-font-weight);
  line-height: 1.2;
  min-width: 4.26667vw;
  min-width: var(--van-badge-size);
  padding: 0 0.8vw;
  padding: var(--van-badge-padding);
  text-align: center;
}

.van-badge--fixed {
  position: absolute;
  transform-origin: 100%;
}

.van-badge--top-left {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.van-badge--top-right {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.van-badge--bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.van-badge--bottom-right {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.van-badge--dot {
  background: var(--van-badge-dot-color);
  border: none;
  border-radius: 100%;
  height: 2.13333vw;
  height: var(--van-badge-dot-size);
  min-width: 0;
  padding: 0;
  width: 2.13333vw;
  width: var(--van-badge-dot-size);
}

.van-badge__wrapper {
  display: inline-block;
  position: relative;
}

.van-icon {
  display: inline-block;
  font: 3.73333vw/1 vant-icon;
  font: 3.73333vw/1 vant-icon;
  font: normal normal normal 3.73333vw/1
    var(--van-icon-font-family, "vant-icon");
  font-size: inherit;
  position: relative;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.van-icon:before {
  display: inline-block;
}

.van-icon-arrow-double-left:before {
  content: "î™“";
}

.van-icon-arrow-double-right:before {
  content: "î™”";
}

.van-icon-contact:before {
  content: "î“";
}

.van-icon-notes:before {
  content: "î˜¼";
}

.van-icon-records:before {
  content: "î˜½";
}

.van-icon-cash-back-record:before {
  content: "î˜¾";
}

.van-icon-newspaper:before {
  content: "î˜¿";
}

.van-icon-discount:before {
  content: "î™€";
}

.van-icon-completed:before {
  content: "î™";
}

.van-icon-user:before {
  content: "î™‚";
}

.van-icon-description:before {
  content: "î™ƒ";
}

.van-icon-list-switch:before {
  content: "îš­";
}

.van-icon-list-switching:before {
  content: "î™š";
}

.van-icon-link-o:before {
  content: "î‘";
}

.van-icon-miniprogram-o:before {
  content: "î’";
}

.van-icon-qq:before {
  content: "îŽ";
}

.van-icon-wechat-moments:before {
  content: "î";
}

.van-icon-weibo:before {
  content: "î";
}

.van-icon-cash-o:before {
  content: "î";
}

.van-icon-guide-o:before {
  content: "îŒ";
}

.van-icon-invitation:before {
  content: "î›–";
}

.van-icon-shield-o:before {
  content: "î‹";
}

.van-icon-exchange:before {
  content: "îš¯";
}

.van-icon-eye:before {
  content: "îš°";
}

.van-icon-enlarge:before {
  content: "îš±";
}

.van-icon-expand-o:before {
  content: "îš²";
}

.van-icon-eye-o:before {
  content: "îš³";
}

.van-icon-expand:before {
  content: "îš´";
}

.van-icon-filter-o:before {
  content: "îšµ";
}

.van-icon-fire:before {
  content: "îš¶";
}

.van-icon-fail:before {
  content: "îš·";
}

.van-icon-failure:before {
  content: "îš¸";
}

.van-icon-fire-o:before {
  content: "îš¹";
}

.van-icon-flag-o:before {
  content: "îšº";
}

.van-icon-font:before {
  content: "îš»";
}

.van-icon-font-o:before {
  content: "îš¼";
}

.van-icon-gem-o:before {
  content: "îš½";
}

.van-icon-flower-o:before {
  content: "îš¾";
}

.van-icon-gem:before {
  content: "îš¿";
}

.van-icon-gift-card:before {
  content: "î›€";
}

.van-icon-friends:before {
  content: "î›";
}

.van-icon-friends-o:before {
  content: "î›‚";
}

.van-icon-gold-coin:before {
  content: "î›ƒ";
}

.van-icon-gold-coin-o:before {
  content: "î›„";
}

.van-icon-good-job-o:before {
  content: "î›…";
}

.van-icon-gift:before {
  content: "î›†";
}

.van-icon-gift-o:before {
  content: "î›‡";
}

.van-icon-gift-card-o:before {
  content: "î›ˆ";
}

.van-icon-good-job:before {
  content: "î›‰";
}

.van-icon-home-o:before {
  content: "î›Š";
}

.van-icon-goods-collect:before {
  content: "î›‹";
}

.van-icon-graphic:before {
  content: "î›Œ";
}

.van-icon-goods-collect-o:before {
  content: "î›";
}

.van-icon-hot-o:before {
  content: "î›Ž";
}

.van-icon-info:before {
  content: "î›";
}

.van-icon-hotel-o:before {
  content: "î›";
}

.van-icon-info-o:before {
  content: "î›‘";
}

.van-icon-hot-sale-o:before {
  content: "î›’";
}

.van-icon-hot:before {
  content: "î›“";
}

.van-icon-like:before {
  content: "î›”";
}

.van-icon-idcard:before {
  content: "î›•";
}

.van-icon-like-o:before {
  content: "î›—";
}

.van-icon-hot-sale:before {
  content: "î›˜";
}

.van-icon-location-o:before {
  content: "î›™";
}

.van-icon-location:before {
  content: "î›š";
}

.van-icon-label:before {
  content: "î››";
}

.van-icon-lock:before {
  content: "î›œ";
}

.van-icon-label-o:before {
  content: "î›";
}

.van-icon-map-marked:before {
  content: "î›ž";
}

.van-icon-logistics:before {
  content: "î›Ÿ";
}

.van-icon-manager:before {
  content: "î› ";
}

.van-icon-more:before {
  content: "î›¡";
}

.van-icon-live:before {
  content: "î›¢";
}

.van-icon-manager-o:before {
  content: "î›£";
}

.van-icon-medal:before {
  content: "î›¤";
}

.van-icon-more-o:before {
  content: "î›¥";
}

.van-icon-music-o:before {
  content: "î›¦";
}

.van-icon-music:before {
  content: "î›§";
}

.van-icon-new-arrival-o:before {
  content: "î›¨";
}

.van-icon-medal-o:before {
  content: "î›©";
}

.van-icon-new-o:before {
  content: "î›ª";
}

.van-icon-free-postage:before {
  content: "î›«";
}

.van-icon-newspaper-o:before {
  content: "î›¬";
}

.van-icon-new-arrival:before {
  content: "î›­";
}

.van-icon-minus:before {
  content: "î›®";
}

.van-icon-orders-o:before {
  content: "î›¯";
}

.van-icon-new:before {
  content: "î›°";
}

.van-icon-paid:before {
  content: "î›±";
}

.van-icon-notes-o:before {
  content: "î›²";
}

.van-icon-other-pay:before {
  content: "î›³";
}

.van-icon-pause-circle:before {
  content: "î›´";
}

.van-icon-pause:before {
  content: "î›µ";
}

.van-icon-pause-circle-o:before {
  content: "î›¶";
}

.van-icon-peer-pay:before {
  content: "î›·";
}

.van-icon-pending-payment:before {
  content: "î›¸";
}

.van-icon-passed:before {
  content: "î›¹";
}

.van-icon-plus:before {
  content: "î›º";
}

.van-icon-phone-circle-o:before {
  content: "î›»";
}

.van-icon-phone-o:before {
  content: "î›¼";
}

.van-icon-printer:before {
  content: "î›½";
}

.van-icon-photo-fail:before {
  content: "î›¾";
}

.van-icon-phone:before {
  content: "î›¿";
}

.van-icon-photo-o:before {
  content: "îœ€";
}

.van-icon-play-circle:before {
  content: "îœ";
}

.van-icon-play:before {
  content: "îœ‚";
}

.van-icon-phone-circle:before {
  content: "îœƒ";
}

.van-icon-point-gift-o:before {
  content: "îœ„";
}

.van-icon-point-gift:before {
  content: "îœ…";
}

.van-icon-play-circle-o:before {
  content: "îœ†";
}

.van-icon-shrink:before {
  content: "îœ‡";
}

.van-icon-photo:before {
  content: "îœˆ";
}

.van-icon-qr:before {
  content: "îœ‰";
}

.van-icon-qr-invalid:before {
  content: "îœŠ";
}

.van-icon-question-o:before {
  content: "îœ‹";
}

.van-icon-revoke:before {
  content: "îœŒ";
}

.van-icon-replay:before {
  content: "îœ";
}

.van-icon-service:before {
  content: "îœŽ";
}

.van-icon-question:before {
  content: "îœ";
}

.van-icon-search:before {
  content: "îœ";
}

.van-icon-refund-o:before {
  content: "îœ‘";
}

.van-icon-service-o:before {
  content: "îœ’";
}

.van-icon-scan:before {
  content: "îœ“";
}

.van-icon-share:before {
  content: "îœ”";
}

.van-icon-send-gift-o:before {
  content: "îœ•";
}

.van-icon-share-o:before {
  content: "îœ–";
}

.van-icon-setting:before {
  content: "îœ—";
}

.van-icon-points:before {
  content: "îœ˜";
}

.van-icon-photograph:before {
  content: "îœ™";
}

.van-icon-shop:before {
  content: "îœš";
}

.van-icon-shop-o:before {
  content: "îœ›";
}

.van-icon-shop-collect-o:before {
  content: "îœœ";
}

.van-icon-shop-collect:before {
  content: "îœ";
}

.van-icon-smile:before {
  content: "îœž";
}

.van-icon-shopping-cart-o:before {
  content: "îœŸ";
}

.van-icon-sign:before {
  content: "îœ ";
}

.van-icon-sort:before {
  content: "îœ¡";
}

.van-icon-star-o:before {
  content: "îœ¢";
}

.van-icon-smile-comment-o:before {
  content: "îœ£";
}

.van-icon-stop:before {
  content: "îœ¤";
}

.van-icon-stop-circle-o:before {
  content: "îœ¥";
}

.van-icon-smile-o:before {
  content: "îœ¦";
}

.van-icon-star:before {
  content: "îœ§";
}

.van-icon-success:before {
  content: "îœ¨";
}

.van-icon-stop-circle:before {
  content: "îœ©";
}

.van-icon-records-o:before {
  content: "îœª";
}

.van-icon-shopping-cart:before {
  content: "îœ«";
}

.van-icon-tosend:before {
  content: "îœ¬";
}

.van-icon-todo-list:before {
  content: "îœ­";
}

.van-icon-thumb-circle-o:before {
  content: "îœ®";
}

.van-icon-thumb-circle:before {
  content: "îœ¯";
}

.van-icon-umbrella-circle:before {
  content: "îœ°";
}

.van-icon-underway:before {
  content: "îœ±";
}

.van-icon-upgrade:before {
  content: "îœ²";
}

.van-icon-todo-list-o:before {
  content: "îœ³";
}

.van-icon-tv-o:before {
  content: "îœ´";
}

.van-icon-underway-o:before {
  content: "îœµ";
}

.van-icon-user-o:before {
  content: "îœ¶";
}

.van-icon-vip-card-o:before {
  content: "îœ·";
}

.van-icon-vip-card:before {
  content: "îœ¸";
}

.van-icon-send-gift:before {
  content: "îœ¹";
}

.van-icon-wap-home:before {
  content: "îœº";
}

.van-icon-wap-nav:before {
  content: "îœ»";
}

.van-icon-volume-o:before {
  content: "îœ¼";
}

.van-icon-video:before {
  content: "îœ½";
}

.van-icon-wap-home-o:before {
  content: "îœ¾";
}

.van-icon-volume:before {
  content: "îœ¿";
}

.van-icon-warning:before {
  content: "î€";
}

.van-icon-weapp-nav:before {
  content: "î";
}

.van-icon-wechat-pay:before {
  content: "î‚";
}

.van-icon-warning-o:before {
  content: "îƒ";
}

.van-icon-wechat:before {
  content: "î„";
}

.van-icon-setting-o:before {
  content: "î…";
}

.van-icon-youzan-shield:before {
  content: "î†";
}

.van-icon-warn-o:before {
  content: "î‡";
}

.van-icon-smile-comment:before {
  content: "îˆ";
}

.van-icon-user-circle-o:before {
  content: "î‰";
}

.van-icon-video-o:before {
  content: "îŠ";
}

.van-icon-add-square:before {
  content: "î™œ";
}

.van-icon-add:before {
  content: "î™";
}

.van-icon-arrow-down:before {
  content: "î™ž";
}

.van-icon-arrow-up:before {
  content: "î™Ÿ";
}

.van-icon-arrow:before {
  content: "î™ ";
}

.van-icon-after-sale:before {
  content: "î™¡";
}

.van-icon-add-o:before {
  content: "î™¢";
}

.van-icon-alipay:before {
  content: "î™£";
}

.van-icon-ascending:before {
  content: "î™¤";
}

.van-icon-apps-o:before {
  content: "î™¥";
}

.van-icon-aim:before {
  content: "î™¦";
}

.van-icon-award:before {
  content: "î™§";
}

.van-icon-arrow-left:before {
  content: "î™¨";
}

.van-icon-award-o:before {
  content: "î™©";
}

.van-icon-audio:before {
  content: "î™ª";
}

.van-icon-bag-o:before {
  content: "î™«";
}

.van-icon-balance-list:before {
  content: "î™¬";
}

.van-icon-back-top:before {
  content: "î™­";
}

.van-icon-bag:before {
  content: "î™®";
}

.van-icon-balance-pay:before {
  content: "î™¯";
}

.van-icon-balance-o:before {
  content: "î™°";
}

.van-icon-bar-chart-o:before {
  content: "î™±";
}

.van-icon-bars:before {
  content: "î™²";
}

.van-icon-balance-list-o:before {
  content: "î™³";
}

.van-icon-birthday-cake-o:before {
  content: "î™´";
}

.van-icon-bookmark:before {
  content: "î™µ";
}

.van-icon-bill:before {
  content: "î™¶";
}

.van-icon-bell:before {
  content: "î™·";
}

.van-icon-browsing-history-o:before {
  content: "î™¸";
}

.van-icon-browsing-history:before {
  content: "î™¹";
}

.van-icon-bookmark-o:before {
  content: "î™º";
}

.van-icon-bulb-o:before {
  content: "î™»";
}

.van-icon-bullhorn-o:before {
  content: "î™¼";
}

.van-icon-bill-o:before {
  content: "î™½";
}

.van-icon-calendar-o:before {
  content: "î™¾";
}

.van-icon-brush-o:before {
  content: "î™¿";
}

.van-icon-card:before {
  content: "îš€";
}

.van-icon-cart-o:before {
  content: "îš";
}

.van-icon-cart-circle:before {
  content: "îš‚";
}

.van-icon-cart-circle-o:before {
  content: "îšƒ";
}

.van-icon-cart:before {
  content: "îš„";
}

.van-icon-cash-on-deliver:before {
  content: "îš…";
}

.van-icon-cash-back-record-o:before {
  content: "îš†";
}

.van-icon-cashier-o:before {
  content: "îš‡";
}

.van-icon-chart-trending-o:before {
  content: "îšˆ";
}

.van-icon-certificate:before {
  content: "îš‰";
}

.van-icon-chat:before {
  content: "îšŠ";
}

.van-icon-clear:before {
  content: "îš‹";
}

.van-icon-chat-o:before {
  content: "îšŒ";
}

.van-icon-checked:before {
  content: "îš";
}

.van-icon-clock:before {
  content: "îšŽ";
}

.van-icon-clock-o:before {
  content: "îš";
}

.van-icon-close:before {
  content: "îš";
}

.van-icon-closed-eye:before {
  content: "îš‘";
}

.van-icon-circle:before {
  content: "îš’";
}

.van-icon-cluster-o:before {
  content: "îš“";
}

.van-icon-column:before {
  content: "îš”";
}

.van-icon-comment-circle-o:before {
  content: "îš•";
}

.van-icon-cluster:before {
  content: "îš–";
}

.van-icon-comment:before {
  content: "îš—";
}

.van-icon-comment-o:before {
  content: "îš˜";
}

.van-icon-comment-circle:before {
  content: "îš™";
}

.van-icon-completed-o:before {
  content: "îšš";
}

.van-icon-credit-pay:before {
  content: "îš›";
}

.van-icon-coupon:before {
  content: "îšœ";
}

.van-icon-debit-pay:before {
  content: "îš";
}

.van-icon-coupon-o:before {
  content: "îšž";
}

.van-icon-contact-o:before {
  content: "îšŸ";
}

.van-icon-descending:before {
  content: "îš ";
}

.van-icon-desktop-o:before {
  content: "îš¡";
}

.van-icon-diamond-o:before {
  content: "îš¢";
}

.van-icon-description-o:before {
  content: "îš£";
}

.van-icon-delete:before {
  content: "îš¤";
}

.van-icon-diamond:before {
  content: "îš¥";
}

.van-icon-delete-o:before {
  content: "îš¦";
}

.van-icon-cross::before {
  content: "✕";
}

.van-icon-edit:before {
  content: "îš¨";
}

.van-icon-ellipsis:before {
  content: "îš©";
}

.van-icon-down:before {
  content: "îšª";
}

.van-icon-discount-o:before {
  content: "îš«";
}

.van-icon-ecard-pay:before {
  content: "îš¬";
}

.van-icon-envelop-o:before {
  content: "îš®";
}

@font-face {
  font-display: auto;
  font-family: vant-icon;
  font-style: normal;
  font-weight: 400;
  src:
    url(data:font/woff2;charset=utf-8;base64,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)
      format("woff2"),
    url(//at.alicdn.com/t/c/font_2553510_ciljc7axaw7.woff?t=1705587463221)
      format("woff");
}

.van-icon__image {
  display: block;
  height: 1em;
  object-fit: contain;
  width: 1em;
}

:host,
:root {
  --van-loading-text-color: var(--van-text-color-2);
  --van-loading-text-font-size: var(--van-font-size-md);
  --van-loading-spinner-color: var(--van-gray-5);
  --van-loading-spinner-size: 8vw;
  --van-loading-spinner-duration: 0.8s;
}

.van-loading {
  color: var(--van-loading-spinner-color);
  font-size: 0;
  position: relative;
  vertical-align: middle;
}

.van-loading__spinner {
  animation: van-rotate 0.8s linear infinite;
  animation: van-rotate var(--van-loading-spinner-duration) linear infinite;
  display: inline-block;
  height: 8vw;
  height: var(--van-loading-spinner-size);
  max-height: 100%;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
  width: 8vw;
  width: var(--van-loading-spinner-size);
}

.van-loading__spinner--spinner {
  animation-timing-function: steps(12);
}

.van-loading__spinner--circular {
  animation-duration: 2s;
}

.van-loading__line {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.van-loading__line:before {
  background-color: currentColor;
  border-radius: 40%;
  content: " ";
  display: block;
  height: 25%;
  margin: 0 auto;
  width: 0.53333vw;
}

.van-loading__circular {
  display: block;
  height: 100%;
  width: 100%;
}

.van-loading__circular circle {
  animation: van-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}

.van-loading__text {
  color: var(--van-loading-text-color);
  display: inline-block;
  font-size: var(--van-loading-text-font-size);
  margin-left: var(--van-padding-xs);
  vertical-align: middle;
}

.van-loading--vertical {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.van-loading--vertical .van-loading__text {
  margin: var(--van-padding-xs) 0 0;
}

@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }

  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}

.van-loading__line--1 {
  opacity: 1;
  transform: rotate(30deg);
}

.van-loading__line--2 {
  opacity: 0.9375;
  transform: rotate(60deg);
}

.van-loading__line--3 {
  opacity: 0.875;
  transform: rotate(90deg);
}

.van-loading__line--4 {
  opacity: 0.8125;
  transform: rotate(120deg);
}

.van-loading__line--5 {
  opacity: 0.75;
  transform: rotate(150deg);
}

.van-loading__line--6 {
  opacity: 0.6875;
  transform: rotate(180deg);
}

.van-loading__line--7 {
  opacity: 0.625;
  transform: rotate(210deg);
}

.van-loading__line--8 {
  opacity: 0.5625;
  transform: rotate(240deg);
}

.van-loading__line--9 {
  opacity: 0.5;
  transform: rotate(270deg);
}

.van-loading__line--10 {
  opacity: 0.4375;
  transform: rotate(300deg);
}

.van-loading__line--11 {
  opacity: 0.375;
  transform: rotate(330deg);
}

.van-loading__line--12 {
  opacity: 0.3125;
  transform: rotate(1turn);
}

:host,
:root {
  --van-overlay-z-index: 1;
  --van-overlay-background: rgba(0, 0, 0, 0.7);
}

.van-overlay {
  background: rgba(0, 0, 0, 0.7);
  background: var(--van-overlay-background);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  z-index: var(--van-overlay-z-index);
}

:host,
:root {
  --van-popup-background: var(--van-background-2);
  --van-popup-transition: transform var(--van-duration-base);
  --van-popup-round-radius: 4.26667vw;
  --van-popup-close-icon-size: 5.86667vw;
  --van-popup-close-icon-color: var(--van-gray-5);
  --van-popup-close-icon-margin: 4.26667vw;
  --van-popup-close-icon-z-index: 1;
}

.van-overflow-hidden {
  overflow: hidden !important;
}

.van-popup {
  box-sizing: border-box;
  max-height: 100%;
  overflow-y: auto;
  position: fixed;
  transition: var(--van-popup-transition);
  -webkit-overflow-scrolling: touch;
}

.van-popup--center {
  left: 0;
  margin: 0 auto;
  max-width: calc(100vw - var(--van-padding-md) * 2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.van-popup--center.van-popup--round {
  border-radius: 4.26667vw;
  border-radius: var(--van-popup-round-radius);
}

.van-popup--top {
  left: 0;
  top: 0;
  width: 100%;
}

.van-popup--top.van-popup--round {
  border-radius: 0 0 4.26667vw 4.26667vw;
  border-radius: 0 0 var(--van-popup-round-radius) var(--van-popup-round-radius);
}

.van-popup--right {
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.van-popup--right.van-popup--round {
  border-radius: 4.26667vw 0 0 4.26667vw;
  border-radius: var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius);
}

.van-popup--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}

.van-popup--bottom.van-popup--round {
  border-radius: 4.26667vw 4.26667vw 0 0;
  border-radius: var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0;
}

.van-popup--left {
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.van-popup--left.van-popup--round {
  border-radius: 0 4.26667vw 4.26667vw 0;
  border-radius: 0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0;
}

.van-popup-slide-bottom-enter-active,
.van-popup-slide-left-enter-active,
.van-popup-slide-right-enter-active,
.van-popup-slide-top-enter-active {
  transition-timing-function: var(--van-ease-out);
}

.van-popup-slide-bottom-leave-active,
.van-popup-slide-left-leave-active,
.van-popup-slide-right-leave-active,
.van-popup-slide-top-leave-active {
  transition-timing-function: var(--van-ease-in);
}

.van-popup-slide-top-enter-from,
.van-popup-slide-top-leave-active {
  transform: translate3d(0, -100%, 0);
}

.van-popup-slide-right-enter-from,
.van-popup-slide-right-leave-active {
  transform: translate3d(100%, -50%, 0);
}

.van-popup-slide-bottom-enter-from,
.van-popup-slide-bottom-leave-active {
  transform: translate3d(0, 100%, 0);
}

.van-popup-slide-left-enter-from,
.van-popup-slide-left-leave-active {
  transform: translate3d(-100%, -50%, 0);
}

.van-popup__close-icon {
  color: var(--van-popup-close-icon-color);
  font-size: 5.86667vw;
  font-size: var(--van-popup-close-icon-size);
  position: absolute;
  z-index: 1;
  z-index: var(--van-popup-close-icon-z-index);
}

.van-popup__close-icon--top-left {
  left: 4.26667vw;
  left: var(--van-popup-close-icon-margin);
  top: 4.26667vw;
  top: var(--van-popup-close-icon-margin);
}

.van-popup__close-icon--top-right {
  right: 4.26667vw;
  right: var(--van-popup-close-icon-margin);
  top: 4.26667vw;
  top: var(--van-popup-close-icon-margin);
}

.van-popup__close-icon--bottom-left {
  bottom: 4.26667vw;
  bottom: var(--van-popup-close-icon-margin);
  left: 4.26667vw;
  left: var(--van-popup-close-icon-margin);
}

.van-popup__close-icon--bottom-right {
  bottom: 4.26667vw;
  bottom: var(--van-popup-close-icon-margin);
  right: 4.26667vw;
  right: var(--van-popup-close-icon-margin);
}

:host,
:root {
  --van-toast-max-width: 70%;
  --van-toast-font-size: var(--van-font-size-md);
  --van-toast-text-color: var(--van-white);
  --van-toast-loading-icon-color: var(--van-white);
  --van-toast-line-height: var(--van-line-height-md);
  --van-toast-radius: var(--van-radius-lg);
  --van-toast-background: rgba(0, 0, 0, 0.7);
  --van-toast-icon-size: 9.6vw;
  --van-toast-text-min-width: 25.6vw;
  --van-toast-text-padding: var(--van-padding-xs) var(--van-padding-sm);
  --van-toast-default-padding: var(--van-padding-md);
  --van-toast-default-width: 23.46667vw;
  --van-toast-default-min-height: 23.46667vw;
  --van-toast-position-top-distance: 20%;
  --van-toast-position-bottom-distance: 20%;
}

.van-toast {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  background: var(--van-toast-background);
  border-radius: var(--van-toast-radius);
  box-sizing: content-box;
  color: var(--van-toast-text-color);
  display: flex;
  flex-direction: column;
  font-size: var(--van-toast-font-size);
  justify-content: center;
  line-height: var(--van-toast-line-height);
  max-width: 70%;
  max-width: var(--van-toast-max-width);
  min-height: 23.46667vw;
  min-height: var(--van-toast-default-min-height);
  padding: var(--van-toast-default-padding);
  text-align: center;
  transition: all var(--van-duration-fast);
  white-space: pre-wrap;
  width: 23.46667vw;
  width: var(--van-toast-default-width);
  word-break: break-all;
}

.van-toast--break-normal {
  word-break: normal;
  word-wrap: normal;
}

.van-toast--break-word {
  word-break: normal;
  word-wrap: break-word;
}

.van-toast--unclickable {
  cursor: not-allowed;
  overflow: hidden;
}

.van-toast--unclickable * {
  pointer-events: none;
}

.van-toast--html,
.van-toast--text {
  min-height: 0;
  min-width: 25.6vw;
  min-width: var(--van-toast-text-min-width);
  padding: var(--van-toast-text-padding);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.van-toast--html .van-toast__text,
.van-toast--text .van-toast__text {
  margin-top: 0;
}

.van-toast--top {
  top: 20%;
  top: var(--van-toast-position-top-distance);
}

.van-toast--bottom {
  bottom: 20%;
  bottom: var(--van-toast-position-bottom-distance);
  top: auto;
}

.van-toast__icon {
  font-size: 9.6vw;
  font-size: var(--van-toast-icon-size);
}

.van-toast__loading {
  color: var(--van-toast-loading-icon-color);
  padding: var(--van-padding-base);
}

.van-toast__text {
  margin-top: var(--van-padding-xs);
}

:host,
:root {
  --van-action-bar-background: var(--van-background-2);
  --van-action-bar-height: 13.33333vw;
}

.van-action-bar {
  align-items: center;
  background: var(--van-action-bar-background);
  bottom: 0;
  box-sizing: content-box;
  display: flex;
  height: 13.33333vw;
  height: var(--van-action-bar-height);
  left: 0;
  position: fixed;
  right: 0;
}

:host,
:root {
  --van-button-mini-height: 6.4vw;
  --van-button-mini-padding: 0 var(--van-padding-base);
  --van-button-mini-font-size: var(--van-font-size-xs);
  --van-button-small-height: 8.53333vw;
  --van-button-small-padding: 0 var(--van-padding-xs);
  --van-button-small-font-size: var(--van-font-size-sm);
  --van-button-normal-padding: 0 4vw;
  --van-button-normal-font-size: var(--van-font-size-md);
  --van-button-large-height: 13.33333vw;
  --van-button-default-height: 11.73333vw;
  --van-button-default-line-height: 1.2;
  --van-button-default-font-size: var(--van-font-size-lg);
  --van-button-default-color: var(--van-text-color);
  --van-button-default-background: var(--van-background-2);
  --van-button-default-border-color: var(--van-gray-4);
  --van-button-primary-color: var(--van-white);
  --van-button-primary-background: var(--van-primary-color);
  --van-button-primary-border-color: var(--van-primary-color);
  --van-button-success-color: var(--van-white);
  --van-button-success-background: var(--van-success-color);
  --van-button-success-border-color: var(--van-success-color);
  --van-button-danger-color: var(--van-white);
  --van-button-danger-background: var(--van-danger-color);
  --van-button-danger-border-color: var(--van-danger-color);
  --van-button-warning-color: var(--van-white);
  --van-button-warning-background: var(--van-warning-color);
  --van-button-warning-border-color: var(--van-warning-color);
  --van-button-border-width: var(--van-border-width);
  --van-button-radius: var(--van-radius-md);
  --van-button-round-radius: var(--van-radius-max);
  --van-button-plain-background: var(--van-white);
  --van-button-disabled-opacity: var(--van-disabled-opacity);
  --van-button-icon-size: 1.2em;
  --van-button-loading-icon-size: 5.33333vw;
}

.van-theme-dark {
  --van-button-plain-background: transparent;
}

.van-button {
  -webkit-appearance: none;
  border-radius: var(--van-button-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: var(--van-button-default-font-size);
  height: 11.73333vw;
  height: var(--van-button-default-height);
  line-height: 1.2;
  line-height: var(--van-button-default-line-height);
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: opacity var(--van-duration-fast);
  -webkit-font-smoothing: auto;
}

.van-button:before {
  background: var(--van-black);
  border: inherit;
  border-color: var(--van-black);
  border-radius: inherit;
  box-sizing: content-box;
  content: " ";
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.van-button:active:before {
  opacity: 0.1;
}

.van-button--disabled:before,
.van-button--loading:before {
  display: none;
}

.van-button--default {
  background: var(--van-button-default-background);
  border: var(--van-button-border-width) solid
    var(--van-button-default-border-color);
  color: var(--van-button-default-color);
}

.van-button--primary {
  /*background: var(--van-button-primary-background);*/
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url("https://ipt-invest.online/img.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: var(--van-button-border-width) solid
    var(--van-button-primary-border-color);
  color: var(--van-button-primary-color);
}

.van-button--success {
  background: var(--van-button-success-background);
  border: var(--van-button-border-width) solid
    var(--van-button-success-border-color);
  color: var(--van-button-success-color);
}

.van-button--danger {
  background: var(--van-button-danger-background);
  border: var(--van-button-border-width) solid
    var(--van-button-danger-border-color);
  color: var(--van-button-danger-color);
}

.van-button--warning {
  background: var(--van-button-warning-background);
  border: var(--van-button-border-width) solid
    var(--van-button-warning-border-color);
  color: var(--van-button-warning-color);
}

.van-button--plain {
  background: var(--van-button-plain-background);
}

.van-button--plain.van-button--primary {
  color: var(--van-button-primary-background);
}

.van-button--plain.van-button--success {
  color: var(--van-button-success-background);
}

.van-button--plain.van-button--danger {
  color: var(--van-button-danger-background);
}

.van-button--plain.van-button--warning {
  color: var(--van-button-warning-background);
}

.van-button--large {
  height: 13.33333vw;
  height: var(--van-button-large-height);
  width: 100%;
}

.van-button--normal {
  font-size: var(--van-button-normal-font-size);
  padding: 0 4vw;
  padding: var(--van-button-normal-padding);
}

.van-button--small {
  font-size: var(--van-button-small-font-size);
  height: 8.53333vw;
  height: var(--van-button-small-height);
  padding: var(--van-button-small-padding);
}

.van-button__loading {
  color: inherit;
  font-size: inherit;
}

.van-button__loading .van-loading__spinner {
  color: currentColor;
  height: 5.33333vw;
  height: var(--van-button-loading-icon-size);
  width: 5.33333vw;
  width: var(--van-button-loading-icon-size);
}

.van-button--mini {
  font-size: var(--van-button-mini-font-size);
  height: 6.4vw;
  height: var(--van-button-mini-height);
  padding: var(--van-button-mini-padding);
}

.van-button--mini + .van-button--mini {
  margin-left: var(--van-padding-base);
}

.van-button--block {
  display: block;
  width: 100%;
}

.van-button--disabled {
  cursor: not-allowed;
  opacity: var(--van-button-disabled-opacity);
}

.van-button--loading {
  cursor: default;
}

.van-button--round {
  border-radius: var(--van-button-round-radius);
}

.van-button--square {
  border-radius: 0;
}

.van-button__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.van-button__content:before {
  content: " ";
}

.van-button__icon {
  font-size: 1.2em;
  font-size: var(--van-button-icon-size);
  line-height: inherit;
}

.van-button__icon + .van-button__text,
.van-button__loading + .van-button__text,
.van-button__text + .van-button__icon,
.van-button__text + .van-button__loading {
  margin-left: var(--van-padding-base);
}

.van-button--hairline {
  border-width: 0;
}

.van-button--hairline:after {
  border-color: inherit;
  border-radius: calc(var(--van-button-radius) * 2);
}

.van-button--hairline.van-button--round:after {
  border-radius: var(--van-button-round-radius);
}

.van-button--hairline.van-button--square:after {
  border-radius: 0;
}

:host,
:root {
  --van-action-bar-button-height: 10.66667vw;
  --van-action-bar-button-warning-color: var(--van-gradient-orange);
  --van-action-bar-button-danger-color: var(--van-gradient-red);
}

.van-action-bar-button {
  border: none;
  border-radius: 0;
  flex: 1 1;
  font-size: var(--van-font-size-md);
  font-weight: var(--van-font-bold);
  height: 10.66667vw;
  height: var(--van-action-bar-button-height);
}

.van-action-bar-button--first {
  border-bottom-left-radius: var(--van-radius-max);
  border-top-left-radius: var(--van-radius-max);
  margin-left: 1.33333vw;
}

.van-action-bar-button--last {
  border-bottom-right-radius: var(--van-radius-max);
  border-top-right-radius: var(--van-radius-max);
  margin-right: 1.33333vw;
}

.van-action-bar-button--warning {
  background: var(--van-action-bar-button-warning-color);
}

.van-action-bar-button--danger {
  background: var(--van-action-bar-button-danger-color);
}

@media (max-width: 321px) {
  .van-action-bar-button {
    font-size: 13px;
  }
}

:host,
:root {
  --van-dialog-width: 85.33333vw;
  --van-dialog-small-screen-width: 90%;
  --van-dialog-font-size: var(--van-font-size-lg);
  --van-dialog-transition: var(--van-duration-base);
  --van-dialog-radius: 4.26667vw;
  --van-dialog-background: var(--van-background-2);
  --van-dialog-header-font-weight: var(--van-font-bold);
  --van-dialog-header-line-height: 6.4vw;
  --van-dialog-header-padding-top: 6.93333vw;
  --van-dialog-header-isolated-padding: var(--van-padding-lg) 0;
  --van-dialog-message-padding: var(--van-padding-lg);
  --van-dialog-message-font-size: var(--van-font-size-md);
  --van-dialog-message-line-height: var(--van-line-height-md);
  --van-dialog-message-max-height: 60vh;
  --van-dialog-has-title-message-text-color: var(--van-gray-7);
  --van-dialog-has-title-message-padding-top: var(--van-padding-xs);
  --van-dialog-button-height: 12.8vw;
  --van-dialog-round-button-height: 9.6vw;
  --van-dialog-confirm-button-text-color: var(--van-primary-color);
}

.van-dialog {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: var(--van-dialog-background);
  border-radius: 4.26667vw;
  border-radius: var(--van-dialog-radius);
  font-size: var(--van-dialog-font-size);
  overflow: hidden;
  top: 45%;
  transition: var(--van-dialog-transition);
  transition-property: transform, opacity;
  width: 85.33333vw;
  width: var(--van-dialog-width);
}

@media (max-width: 321px) {
  .van-dialog {
    width: 90%;
    width: var(--van-dialog-small-screen-width);
  }
}

.van-dialog__header {
  color: var(--van-text-color);
  font-weight: var(--van-dialog-header-font-weight);
  line-height: 6.4vw;
  line-height: var(--van-dialog-header-line-height);
  padding-top: 6.93333vw;
  padding-top: var(--van-dialog-header-padding-top);
  text-align: center;
}

.van-dialog__header--isolated {
  padding: var(--van-dialog-header-isolated-padding);
}

.van-dialog__content--isolated {
  align-items: center;
  display: flex;
  min-height: 27.73333vw;
}

.van-dialog__message {
  color: var(--van-text-color);
  flex: 1 1;
  font-size: var(--van-dialog-message-font-size);
  line-height: var(--van-dialog-message-line-height);
  max-height: 60vh;
  max-height: var(--van-dialog-message-max-height);
  overflow-y: auto;
  padding: 6.93333vw var(--van-dialog-message-padding);
  text-align: center;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

.van-dialog__message--has-title {
  color: var(--van-dialog-has-title-message-text-color);
  padding-top: var(--van-dialog-has-title-message-padding-top);
}

.van-dialog__message--left {
  text-align: left;
}

.van-dialog__message--right {
  text-align: right;
}

.van-dialog__message--justify {
  text-align: justify;
}

.van-dialog__footer {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.van-dialog__cancel,
.van-dialog__confirm {
  border: 0;
  border-radius: 0;
  flex: 1 1;
  height: 12.8vw;
  height: var(--van-dialog-button-height);
  margin: 0;
}

.van-dialog__confirm,
.van-dialog__confirm:active {
  color: var(--van-dialog-confirm-button-text-color);
}

.van-dialog--round-button .van-dialog__footer {
  height: auto;
  padding: var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md);
  position: relative;
}

.van-dialog--round-button .van-dialog__message {
  color: var(--van-text-color);
  padding-bottom: var(--van-padding-md);
}

.van-dialog--round-button .van-dialog__cancel,
.van-dialog--round-button .van-dialog__confirm {
  height: 9.6vw;
  height: var(--van-dialog-round-button-height);
}

.van-dialog--round-button .van-dialog__confirm {
  color: var(--van-white);
}

.van-dialog--round-button .van-action-bar-button--first {
  border-bottom-left-radius: var(--van-radius-max);
  border-top-left-radius: var(--van-radius-max);
}

.van-dialog--round-button .van-action-bar-button--last {
  border-bottom-right-radius: var(--van-radius-max);
  border-top-right-radius: var(--van-radius-max);
}

.van-dialog-bounce-enter-from {
  opacity: 0;
  transform: translate3d(0, -50%, 0) scale(0.7);
}

.van-dialog-bounce-leave-active {
  opacity: 0;
  transform: translate3d(0, -50%, 0) scale(0.9);
}

:host,
:root {
  --van-image-placeholder-text-color: var(--van-text-color-2);
  --van-image-placeholder-font-size: var(--van-font-size-md);
  --van-image-placeholder-background: var(--van-background);
  --van-image-loading-icon-size: 8.53333vw;
  --van-image-loading-icon-color: var(--van-gray-4);
  --van-image-error-icon-size: 8.53333vw;
  --van-image-error-icon-color: var(--van-gray-4);
}

.van-image {
  display: inline-block;
  position: relative;
}

.van-image--round {
  border-radius: var(--van-radius-max);
  overflow: hidden;
}

.van-image--round .van-image__img {
  border-radius: inherit;
}

.van-image--block {
  display: block;
}

.van-image__error,
.van-image__img,
.van-image__loading {
  display: block;
  height: 100%;
  width: 100%;
}

.van-image__error,
.van-image__loading {
  align-items: center;
  background: var(--van-image-placeholder-background);
  color: var(--van-image-placeholder-text-color);
  display: flex;
  flex-direction: column;
  font-size: var(--van-image-placeholder-font-size);
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.van-image__loading-icon {
  color: var(--van-image-loading-icon-color);
  font-size: 8.53333vw;
  font-size: var(--van-image-loading-icon-size);
}

.van-image__error-icon {
  color: var(--van-image-error-icon-color);
  font-size: 8.53333vw;
  font-size: var(--van-image-error-icon-size);
}

:host,
:root {
  --van-swipe-indicator-size: 1.6vw;
  --van-swipe-indicator-margin: var(--van-padding-sm);
  --van-swipe-indicator-active-opacity: 1;
  --van-swipe-indicator-inactive-opacity: 0.3;
  --van-swipe-indicator-active-background: var(--van-primary-color);
  --van-swipe-indicator-inactive-background: var(--van-border-color);
}

.van-swipe {
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.van-swipe__track {
  display: flex;
  height: 100%;
  transition-property: transform;
}

.van-swipe__track--vertical {
  flex-direction: column;
}

.van-swipe__indicators {
  bottom: var(--van-swipe-indicator-margin);
  display: flex;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}

.van-swipe__indicators--vertical {
  bottom: auto;
  flex-direction: column;
  left: var(--van-swipe-indicator-margin);
  top: 50%;
  transform: translateY(-50%);
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
  margin-bottom: 1.6vw;
  margin-bottom: var(--van-swipe-indicator-size);
}

.van-swipe__indicator {
  background-color: var(--van-swipe-indicator-inactive-background);
  border-radius: 100%;
  height: 1.6vw;
  height: var(--van-swipe-indicator-size);
  opacity: 0.3;
  opacity: var(--van-swipe-indicator-inactive-opacity);
  transition:
    opacity var(--van-duration-fast),
    background-color var(--van-duration-fast);
  width: 1.6vw;
  width: var(--van-swipe-indicator-size);
}

.van-swipe__indicator:not(:last-child) {
  margin-right: 1.6vw;
  margin-right: var(--van-swipe-indicator-size);
}

.van-swipe__indicator--active {
  background-color: var(--van-swipe-indicator-active-background);
  opacity: 1;
  opacity: var(--van-swipe-indicator-active-opacity);
}

.van-swipe-item {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  width: 100%;
}

:host,
:root {
  --van-image-preview-index-text-color: var(--van-white);
  --van-image-preview-index-font-size: var(--van-font-size-md);
  --van-image-preview-index-line-height: var(--van-line-height-md);
  --van-image-preview-index-text-shadow: 0 1px 1px var(--van-gray-8);
  --van-image-preview-overlay-background: rgba(0, 0, 0, 0.9);
  --van-image-preview-close-icon-size: 5.86667vw;
  --van-image-preview-close-icon-color: var(--van-gray-5);
  --van-image-preview-close-icon-margin: var(--van-padding-md);
  --van-image-preview-close-icon-z-index: 1;
}

.van-image-preview {
  background-color: transparent;
  height: 100%;
  left: 0;
  max-width: none;
  position: fixed;
  top: 0;
  transform: none;
  width: 100%;
}

.van-image-preview__swipe {
  height: 100%;
}

.van-image-preview__swipe-item {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.van-image-preview__cover {
  left: 0;
  position: absolute;
  top: 0;
}

.van-image-preview__image,
.van-image-preview__image-wrap {
  transition-property: transform;
  width: 100%;
}

.van-image-preview__image--vertical,
.van-image-preview__image-wrap--vertical {
  height: 100%;
  width: auto;
}

.van-image-preview__image img,
.van-image-preview__image video,
.van-image-preview__image-wrap img,
.van-image-preview__image-wrap video {
  -webkit-user-drag: none;
}

.van-image-preview__image .van-image__error,
.van-image-preview__image-wrap .van-image__error {
  height: 40%;
  top: 30%;
}

.van-image-preview__image .van-image__error-icon,
.van-image-preview__image-wrap .van-image__error-icon {
  font-size: 9.6vw;
}

.van-image-preview__image .van-image__loading,
.van-image-preview__image-wrap .van-image__loading {
  background-color: transparent;
}

.van-image-preview__index {
  color: var(--van-image-preview-index-text-color);
  font-size: var(--van-image-preview-index-font-size);
  left: 50%;
  line-height: var(--van-image-preview-index-line-height);
  position: absolute;
  text-shadow: var(--van-image-preview-index-text-shadow);
  top: var(--van-padding-md);
  transform: translate(-50%);
}

.van-image-preview__overlay {
  background: rgba(0, 0, 0, 0.9);
  background: var(--van-image-preview-overlay-background);
}

.van-image-preview__close-icon {
  color: var(--van-image-preview-close-icon-color);
  font-size: 5.86667vw;
  font-size: var(--van-image-preview-close-icon-size);
  position: absolute;
  z-index: 1;
  z-index: var(--van-image-preview-close-icon-z-index);
}

.van-image-preview__close-icon--top-left {
  left: var(--van-image-preview-close-icon-margin);
  top: var(--van-image-preview-close-icon-margin);
}

.van-image-preview__close-icon--top-right {
  right: var(--van-image-preview-close-icon-margin);
  top: var(--van-image-preview-close-icon-margin);
}

.van-image-preview__close-icon--bottom-left {
  bottom: var(--van-image-preview-close-icon-margin);
  left: var(--van-image-preview-close-icon-margin);
}

.van-image-preview__close-icon--bottom-right {
  bottom: var(--van-image-preview-close-icon-margin);
  right: var(--van-image-preview-close-icon-margin);
}

.app-empty[data-v-fa333104] {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 4.26667vw 0;
}

.app-empty .app-empty__img[data-v-fa333104] {
  height: 37.33333vw;
  width: 37.33333vw;
}

.app-empty .app-empty__text[data-v-fa333104] {
  font-size: 3.2vw;
}

.active-action[data-v-05ac4b9d] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.active-action .position-wrap[data-v-05ac4b9d] {
  align-items: center;
  animation: pulse-05ac4b9d 2s ease-in-out infinite;
  background: linear-gradient(135deg, #ff3e3e, #ff6b6b);
  border: 0.53333vw solid gold;
  border-radius: 3.2vw;
  box-shadow:
    0 1.6vw 6.66667vw rgba(255, 61, 61, 0.3),
    0 0.8vw 2.66667vw rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 3.2vw;
  font-weight: 700;
  height: 7.46667vw;
  justify-content: center;
  padding: 0 4.26667vw;
  transition: all 0.3s ease;
}

.active-action .position-wrap[data-v-05ac4b9d]:active {
  background: linear-gradient(135deg, #ff2d2d, #ff5c5c);
  border-color: #ffc107;
  box-shadow:
    0 1.06667vw 4vw rgba(255, 61, 61, 0.3),
    0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.2);
  transform: scale(0.98);
}

@keyframes pulse-05ac4b9d {
  0%,
  to {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }
}

.info-wrap[data-v-05ac4b9d] {
  align-items: center;
  display: flex;
  gap: 2.13333vw;
}

.info-wrap .avatar-wrap[data-v-05ac4b9d] {
  background-color: #f5f5f5;
  border: 0.53333vw solid var(--primary-color);
  border-radius: 50%;
  box-shadow:
    0 0.53333vw 1.06667vw rgba(0, 0, 0, 0.05),
    0 2.13333vw 6.4vw rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  height: 16vw;
  padding: 0.8vw;
  position: relative;
  width: 16vw;
}

.info-wrap .avatar-wrap[data-v-05ac4b9d]:after {
  background-color: #4ade80;
  border: 0.8vw solid #fff;
  border-radius: 50%;
  bottom: 1.06667vw;
  content: "";
  height: 1.6vw;
  position: absolute;
  right: 0;
  width: 1.6vw;
  z-index: 1;
}

.info-wrap .avatar-img[data-v-05ac4b9d] {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.info-wrap .info-right[data-v-05ac4b9d] {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 2.13333vw;
}

.info-wrap .user-wrap[data-v-05ac4b9d] {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.info-wrap .icon-wrap[data-v-05ac4b9d] {
  align-items: center;
  color: #6d6d6d;
  display: flex;
  gap: 2.13333vw;
}

.info-wrap .icon-item[data-v-05ac4b9d] {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow:
    0 0 transparent,
    0 0 transparent,
    0 2.66667vw 4vw -0.8vw rgba(0, 0, 0, 0.1),
    0 1.06667vw 1.6vw -1.06667vw rgba(0, 0, 0, 0.1);
  color: #6d6d6d;
  cursor: pointer;
  display: flex;
  height: 7.46667vw;
  justify-content: center;
  position: relative;
  width: 7.46667vw;
}

.info-wrap .unread-dot[data-v-05ac4b9d] {
  background-color: #f54545;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 2.13333vw;
  position: absolute;
  right: 0.8vw;
  top: 1.33333vw;
  width: 2.13333vw;
}

.info-wrap .refresh-icon[data-v-05ac4b9d],
.info-wrap .message-icon[data-v-05ac4b9d],
.info-wrap .wallet-icon[data-v-05ac4b9d] {
  font-size: 4.26667vw;
}

.info-wrap .tag-wrap[data-v-05ac4b9d] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2.13333vw;
}

.info-wrap .userName[data-v-05ac4b9d] {
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
}

.info-wrap .tag-item[data-v-05ac4b9d] {
  border: 1px solid #fff;
  border-radius: 3.2vw;
  color: #eee;
  font-size: 3.2vw;
  font-weight: 700;
  padding: 0.53333vw 1.6vw;
}

.count-wrap[data-v-05ac4b9d] {
  display: flex;
  padding: 2.13333vw 0;
}

.count-wrap .count-item[data-v-05ac4b9d] {
  flex: 1 1;
}

.count-wrap .count-label[data-v-05ac4b9d] {
  color: #eff6ff;
  font-size: 3.2vw;
}

.count-wrap .count-value[data-v-05ac4b9d] {
  color: #fff;
  font-size: 3.73333vw;
  font-weight: 700;
  margin-top: 1.6vw;
}

.card-wrap[data-v-3ad15917] {
  aspect-ratio: 27/10;
  background-image: url(https://wealthreelvip.com/buildAssets/wallet-card.BnLRn4Lq.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.card-wrap .coin-img[data-v-3ad15917] {
  bottom: 0;
  height: 10.66667vw;
  left: 50%;
  object-fit: contain;
  position: absolute;
  transform: translate(-40%, -20%);
}

.router-wrap[data-v-3ad15917] {
  align-items: flex-start;
  border-radius: 4.26667vw;
  display: flex;
  height: 100%;
  z-index: 1;
}

.router-wrap .line[data-v-3ad15917] {
  height: 6.4vw;
  margin: 3.2vw 10.66667vw;
  width: 0;
}

.router-wrap .router-link[data-v-3ad15917] {
  align-items: center;
  color: #000;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  font-size: 3.73333vw;
  font-weight: 700;
  height: 100%;
  justify-content: space-evenly;
}

.router-wrap .router-img[data-v-3ad15917] {
  height: 13.33333vw;
  object-fit: contain;
}

.part-title[data-v-86357e2c] {
  color: black;
  font-size: 4.26667vw;
  padding: 3.2vw 0;
}

.account-overview .item-wrap[data-v-86357e2c] {
  background-size: 8.53333vw;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 2.13333vw;
  color: var(--text);

  box-shadow: 0 8px 18px var(--soft-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.2vw 2.13333vw;
  position: relative;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);

  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.08),
    inset 0 1px 2px rgba(255, 255, 255, 0.9);

  transition: all 0.3s ease;
}

.account-overview .item-wrap[data-v-86357e2c]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );

  transform: skewX(-20deg);

  animation: glassShinne 3s infinite;
}

@keyframes glassShinne {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}
.account-overview .item-wrap .item-label[data-v-86357e2c] {
  color: black;
  font-size: 2.66667vw;
  font-weight: 500;
  margin-bottom: 2.13333vw;
  position: relative;
  z-index: 1;
}

.account-overview .item-wrap .item-value[data-v-86357e2c] {
  color: black;
  font-size: 4.26667vw;
  position: relative;
  z-index: 1;
}

.account-overview .icon[data-v-86357e2c] {
  bottom: 3.73333vw;
  color: #ff8a00;
  font-size: 4.26667vw;
  position: absolute;
  right: 2.66667vw;
  z-index: 0;
}

.part-title[data-v-f60e3861] {
  color: black;
  font-size: 4.26667vw;
  padding: 3.2vw 0 2.13333vw;
}

.quick-links .quick-item[data-v-f60e3861] {
  position: relative;

  align-items: center;

  /* MORE WHITE */
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-radius: 10px;
  color: #111;

  display: flex;
  justify-content: space-between;
  gap: 8px;

  overflow: hidden;
  padding: 8px 10px;

  border: 1px solid rgba(255, 255, 255, 0.7);

  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.08),
    inset 0 1px 2px rgba(255, 255, 255, 0.9);

  transition: all 0.3s ease;
}

.quick-links .quick-item[data-v-f60e3861]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );

  transform: skewX(-20deg);

  animation: glassShine 3s infinite;
}

@keyframes glassShine {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}

.quick-links .img-wrap[data-v-f60e3861] {
  align-items: center;
  background-color: var(--surface-2);
  border-radius: 50%;
  display: flex;
  height: 32px; /* smaller */
  width: 32px; /* smaller */
  justify-content: center;
  margin-bottom: 0;
  flex: 0 0 auto;
  border: 1px solid var(--muted-surface);
}

.quick-links .icon-svg[data-v-f60e3861] {
  color: #ff8a00;
  width: 18px; /* smaller */
  height: 18px; /* smaller */
}

.quick-links .item-label[data-v-f60e3861] {
  color: var(--quick-text-colour);
  display: flex;
  flex: 1 1;
  font-size: 12px; /* smaller font */
  font-weight: 600;
  line-height: 1.1;
}

.quick-links > div[data-v-f60e3861] {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.quick-links .quick-item[data-v-f60e3861] {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-align: left !important;
}

.quick-links .left-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
}

.quick-links .img-wrap[data-v-f60e3861] {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.quick-links .item-label[data-v-f60e3861] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quick-links .arrow-icon {
  flex: 0 0 auto;
  font-size: 3.2vw;
  color: var(--quick-text-colour);
  margin-left: 1vw;
  opacity: 0.95;
  line-height: 1;
}

@media (max-width: 480px) {
  .quick-links .icon-svg[data-v-f60e3861] {
    font-size: 4.5vw;
  }
  .quick-links .item-label[data-v-f60e3861] {
    font-size: 3.6vw;
  }
  .quick-links .arrow-icon {
    font-size: 4.2vw;
  }
}

.panel-top[data-v-bb526e96] {
  background-size: cover;
  border-radius: 0 0 6.4vw 6.4vw;
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  overflow: hidden;
  padding: 4.26667vw;
}

.other-container[data-v-bb526e96] {
  padding: 0 3.2vw 3.2vw;
}

.app-copyright[data-v-bb526e96] {
  color: #252525;
  font-size: 3.2vw;
  padding-top: 3.2vw;
  text-align: center;
}

/* HOME PAGES */

.ticker-wrap[data-v-bf405eee] {
  align-items: center;
  background-image: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.8) 0,
    rgba(var(--primary-rgb), 0.5)
  );
  border-radius: 6.4vw;
  color: #fff;
  display: flex;
  overflow: hidden;
  padding: 1.6vw 4.26667vw;
}

.ticker-wrap .ticker-icon[data-v-bf405eee] {
  flex-shrink: 0;
  font-size: 4.26667vw;
  margin-right: 2.66667vw;
}

.ticker-wrap .section-swiper[data-v-bf405eee] {
  flex: 1 1;
  font-size: 3.2vw;
  height: 7.46667vw;
  overflow: hidden;
}

.ticker-wrap .ticker-item[data-v-bf405eee] {
  align-items: center;
  display: flex;
  height: 100%;
  line-height: 1.1;
}

.co-profile[data-v-03b0c820] {
  padding: 3.2vw;
  word-break: break-word;
}

.co-profile .profile-header[data-v-03b0c820] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.26667vw;
}

.co-profile .title-wrap[data-v-03b0c820] {
  align-items: center;
  display: flex;
}

.co-profile .title-text[data-v-03b0c820] {
  align-items: center;
  display: flex;
  font-size: 4.26667vw;
}

.co-profile .title-icon[data-v-03b0c820] {
  color: #ed0048;
  font-size: 4.26667vw;
}

.co-profile .more-wrap[data-v-03b0c820] {
  align-items: center;
  color: #818181;
  cursor: pointer;
  display: flex;
  font-size: 3.73333vw;
  line-height: 1;
}

.co-profile .more-icon[data-v-03b0c820] {
  color: #818181;
  font-size: 4.26667vw;
}

.co-profile .profile-img[data-v-03b0c820] {
  aspect-ratio: 2/1;
  border-radius: 2.13333vw;
  object-fit: cover;
  width: 100%;
}

.home-page .padding-content {
  display: flex;
  flex-direction: column;
  gap: 4.26667vw;
  padding: 4.26667vw;
}

.home-page .icons-link {
  background-image: linear-gradient(
    138deg,
    rgba(237, 237, 237, 0.1),
    rgba(153, 153, 153, 0.1)
  );
  border: 1px solid #3f3f46;
  border-radius: 6.4vw;
  color: #fff;
  padding: 3.2vw;
}

.home-page .icons-link .link-label {
  font-size: 3.2vw !important;
  line-height: 1 !important;
}

.home-page .co-profile {
  border-radius: 6.4vw !important;
  overflow: hidden;
  padding: 0 !important;
}

.home-page .app-copyright {
  color: #dddbdb;
  font-size: 3.2vw;
  padding: 3.2vw 0.53333vw;
  text-align: center;
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 320vw;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 320vw;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-lazy-preloader {
  border: 1.06667vw solid #007aff;
  border: 1.06667vw solid
    var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 1.06667vw solid transparent;
  box-sizing: border-box;
  height: 11.2vw;
  left: 50%;
  margin-left: -5.6vw;
  margin-top: -5.6vw;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 11.2vw;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

/* MEMBER RANKINGS */
.member-rank-wrap {
  padding: 3.2vw;
}

.section-header {
  align-items: center;
  background: linear-gradient(
    123deg,
    rgba(204, 204, 204, 0.3),
    rgba(138, 133, 243, 0.05)
  );
  border: 1px solid hsla(0, 0%, 93%, 0.3);
  border-radius: 6.4vw;
  color: #fff;
  display: flex;
  font-size: 4.26667vw;
  justify-content: space-between;
  margin-bottom: 4.26667vw;
  padding: 1.6vw 4.26667vw;
}

.section-swiper {
  height: calc((50px * 5) + (10px * 4));
  overflow: hidden;
}

.swiper-slide {
  height: 50px !important;
  margin-bottom: 10px !important;
}

.rank-item {
  align-items: center;
  background: linear-gradient(
    123deg,
    rgba(204, 204, 204, 0.3),
    rgba(138, 133, 243, 0.05)
  );
  border-radius: 2.66667vw;
  display: flex;
  gap: 4.26667vw;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 4.26667vw;
}

.rank-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rank-avatar {
  width: 42px; /* 🔥 increased */
  height: 42px; /* 🔥 increased */
  border-radius: 50%;
  background: linear-gradient(135deg, #00eaff, #7f00ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px; /* text/icon readable */
  flex-shrink: 0; /* layout break na ho */
}

.rank-avatar img {
  width: 26px; /* image proportionate */
  height: 26px;
  object-fit: contain;
}

.rank-text {
  font-size: 12px;
  line-height: 1.2;
}

.rank-text small {
  color: #aaa;
}

.rank-award {
  color: #ff9f0a;
  font-weight: 700;
  font-size: 13px;
}

/* =================           ================= */

.task-swiper-container {
  padding-bottom: 2.5vw; /* reduced */
}

.task-swiper-container .task-swiper-header {
  align-items: center;
  background: linear-gradient(
    123deg,
    rgba(204, 204, 204, 0.3),
    rgba(138, 133, 243, 0.05)
  );
  border: 1px solid hsla(0, 0%, 93%, 0.3);
  border-radius: 6.4vw;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  margin: 0 4.26667vw 2.5vw; /* bottom margin reduced */
  padding: 1.4vw 4.26667vw;
}

.task-swiper-container .title-wrap {
  font-size: 4.26667vw;
  font-weight: 700;
}
.task-swiper-container .more-wrap {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 3.46667vw;
}
.task-swiper-container .more-icon {
  font-size: 3.73333vw;
}

/* ================= PANORAMA ================= */
.panorama {
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 0;
  perspective: 1400px;

  /* 🔥 MOST IMPORTANT FIX */
  overflow-x: hidden;
  overflow-y: visible;
}

/* ================= SWIPER ================= */
.panorama .swiper {
  height: 520px; /* 🔥 FIXED HEIGHT */
  overflow: visible !important;
}

/* ================= WRAPPER ================= */
.panorama .swiper-wrapper {
  align-items: center;
  transform-style: preserve-3d;
}

/* ================= SLIDES ================= */
.panorama .swiper-slide {
  height: 160px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
}

/* ================= POSTER ================= */
.poster {
  width: 86%;
  height: 100%;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  background: #111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  transform-style: preserve-3d;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

/* ================= IMAGE ================= */
.poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================= OVERLAY ================= */
.poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.55)
  );
}

/* ================= PLAY ================= */
.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  z-index: 2;
  pointer-events: none;
}

/* ================= PRICE ================= */
.usdt-pill {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 2;
}

/* ================= ACTIVE ================= */
.swiper-slide-active .poster {
  transform: translateZ(70px) scale(1.08);
  opacity: 1;
}

/* ================= NEIGHBOURS ================= */
.swiper-slide-prev .poster,
.swiper-slide-next .poster {
  transform: translateZ(25px) scale(0.95);
  opacity: 0.85;
}

/* ================= FAR SLIDES ================= */
.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(
    .swiper-slide-next
  )
  .poster {
  transform: translateZ(-40px) scale(0.78);
  opacity: 0.45;
}

/* ================= MOBILE ================= */
@media (max-width: 480px) {
  .panorama .swiper {
    height: 435px;
  }
  .panorama .swiper-slide {
    height: 140px !important;
  }
}

host,
:root {
  --van-switch-size: 6.93333vw;
  --van-switch-width: calc(1.8em + 1.06667vw);
  --van-switch-height: calc(1em + 1.06667vw);
  --van-switch-node-size: 1em;
  --van-switch-node-background: var(--van-white);
  --van-switch-node-shadow: 0 0.8vw 1px 0 rgba(0, 0, 0, 0.05);
  --van-switch-background: hsla(240, 3%, 49%, 0.16);
  --van-switch-on-background: var(--van-primary-color);
  --van-switch-duration: var(--van-duration-base);
  --van-switch-disabled-opacity: var(--van-disabled-opacity);
}

.van-theme-dark {
  --van-switch-background: hsla(240, 3%, 49%, 0.32);
}

.van-switch {
  background: rgba(121, 121, 129, 0.16);
  background: var(--van-switch-background);
  border-radius: 1em;
  border-radius: var(--van-switch-node-size);
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  font-size: 6.93333vw;
  font-size: var(--van-switch-size);
  height: calc(1em + 1.06667vw);
  height: var(--van-switch-height);
  position: relative;
  transition: background-color var(--van-switch-duration);
  width: calc(1.8em + 1.06667vw);
  width: var(--van-switch-width);
}

.van-switch__node {
  background: var(--van-switch-node-background);
  border-radius: 100%;
  box-shadow: 0 0.8vw 1px rgba(0, 0, 0, 0.05);
  box-shadow: var(--van-switch-node-shadow);
  font-size: inherit;
  height: 1em;
  height: var(--van-switch-node-size);
  left: 0.53333vw;
  position: absolute;
  top: 0.53333vw;
  transition: transform var(--van-switch-duration)
    cubic-bezier(0.3, 1.05, 0.4, 1.05);
  width: 1em;
  width: var(--van-switch-node-size);
}

.van-switch__loading {
  height: 50%;
  left: 25%;
  line-height: 1;
  top: 25%;
  width: 50%;
}

.van-switch--on {
  background: #ff8a00;
}

.van-switch--on .van-switch__node {
  transform: translate(0.8em);
  transform: translate(
    calc(var(--van-switch-width) - var(--van-switch-node-size) - 1.06667vw)
  );
}

.van-switch--on .van-switch__loading {
  color: var(--van-switch-on-background);
}

.van-switch--disabled {
  cursor: not-allowed;
  opacity: var(--van-switch-disabled-opacity);
}

.van-switch--loading {
  cursor: default;
}

.authInput-wrap .authInput-main::placeholder {
  color: #797979;
}

.authInput-wrap .authInput-icon {
  color: #797979;
}
/* pop desgin 
  background 0.4 lst 
  
   
   
   
   
*/
