.FakeProgress_FakeProgress___DNAy{position:fixed;z-index:100000;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);display:flex}.FakeProgress_FakeProgress___DNAy .FakeProgress_content__qJ_QL{width:320px;margin:auto;border-radius:12px;display:flex;flex-direction:column;align-items:center;padding:24px 70px 30px;background:#fff;box-shadow:0px 10px 40px rgba(0,0,0,.12);border:1px solid #d2d4d6}.FakeProgress_FakeProgress___DNAy .FakeProgress_content__qJ_QL .FakeProgress_text__ew0Qx{font-size:16px;font-weight:400;line-height:22px;color:#252628;margin-bottom:20px}.FakeProgress_FakeProgress___DNAy .FakeProgress_content__qJ_QL .FakeProgress_progreesSliderWrap__bpe1V{position:relative;width:256px;height:4px;border-radius:2px;background:#e7e8e8}.FakeProgress_FakeProgress___DNAy .FakeProgress_content__qJ_QL .FakeProgress_progreesSliderWrap__bpe1V .FakeProgress_progreesSlider__kh7Iu{position:absolute;transition:all .1s linear;left:0;top:0;height:4px;border-radius:2px;background:var(--background-btn-accent, #e537e5);width:0}
@media(max-width: 809px){.layout_content__NZTzZ{min-width:unset;padding-top:0 !important}.layout_content__NZTzZ.layout_padding__81vuD{padding-top:42px !important}}
.Widget.interceptPreview .interceptPreviewModal {
  display: flex;
  width: 750px;
  height: 500px;
  border-radius: 16px;
  background: var(--background-system-frame-floatpanel, #fff);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 24px 128px 0 rgba(0, 0, 0, 0.16);
  border: initial;
  z-index: 99;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer {
  display: flex;
  width: 100%;
  height: 100%;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left {
  width: 60%;
  height: 100%;
  padding: 24px 48px 40px 36px;
  color: var(--content-system-primary, #1c1d1f);
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  margin-left: 6px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 8px auto 0;
  text-align: center;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .line {
  margin: 24px -50px;
  height: 1px;
  background: var(--stroke-system-separator, rgba(0, 0, 0, 0.08));
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .content .step {
  margin-bottom: 24px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .content .step:last-child {
  margin-bottom: 0;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .content .step .stepTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 8px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .content .step .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .btn {
  display: flex;
  width: 148px;
  height: 40px;
  padding: 0 14px;
  margin: 69px auto 0;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  color: var(--content-btn-black, #fff);
  background: var(--background-btn-black);
  cursor: pointer;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .right {
  position: relative;
  width: 40%;
  height: 100%;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .right .img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .title {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  margin-left: 0;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .desc {
  font-size: 14px;
  text-align: initial;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .line {
  margin: 16px -40px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .step {
  margin-bottom: 20px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .step .stepTitle {
  font-weight: 700;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .btn {
  color: var(--content-btn-black, #fff);
  background: var(--background-btn-black);
  margin-top: 28px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 32px 36px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .title {
  color: var(--content-system-primary, #1c1d1f);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .desc {
  color: var(--content-system-tertiary, #939599);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 6px auto 0;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content {
  display: flex;
  width: 100%;
  margin: 24px 0;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content .step {
  flex: 1 1;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content .step:first-child {
  margin-right: 24px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content .step img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content .step .text {
  color: var(--content-system-secondary, #616366);
  font-weight: 400;
  line-height: 20px;
  margin-top: 16px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .btn {
  display: flex;
  width: 250px;
  height: 40px;
  padding: 0 14px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: var(--content-btn-black, #fff);
  background: var(--background-btn-black);
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

.mt-design-rc-CommonModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: var(--zindex);
  pointer-events: auto !important;
}
.mt-design-rc-CommonModal * {
  pointer-events: auto !important;
}
.mt-design-rc-CommonModal__mask {
  width: 100%;
  height: 100%;
  background: var(--background-system-overlay-mask, rgba(0, 0, 0, 0.5));
}
.mt-design-rc-CommonModal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  perspective: 1px;
  border-radius: 12px;
  border: 1px solid var(--stroke-web-panel-border, rgba(255, 255, 255, 0.01));
  background-color: var(--background-web-primary, #fff);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.mt-design-rc-Message__list {
  position: fixed;
  pointer-events: none;
  top: 8px;
  left: 50%;
  z-index: 1010;
  transform: translateX(-50%);
}
.mt-design-rc-Message {
  padding: 8px 0;
  height: 56px;
  box-sizing: border-box;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-property: height, opacity, padding-top, padding-bottom;
}
.mt-design-rc-Message__inner {
  padding: 10px 16px;
  width: max-content;
  max-width: 90vw;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--background-system-frame-floatpanel, #ffffff);
  box-shadow: 0 24px 128px 0 rgba(0, 0, 0, 0.5);
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  pointer-events: initial;
}
.mt-design-rc-Message__icon {
  margin-right: 6px;
}
.mt-design-rc-Message__content {
  color: var(--content-system-primary, #1c1d1f);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.xdesign-presentedModal-vmark .xdesign-modal__body,
.xdesign-presentedModal-vmark .xdesign-modal__content {
  padding: 0;
}
.xdesign-presentedModal-vmark .xdesign-modal__content {
  width: 680px;
  background: var(--Background-gray-bg-white, #fff);
  /* height: 480px; */
  border-radius: 24px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}
.xdesign-presentedModal-vmark .xdesign-modal__body {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
}
.xdesign-presentedModal-vmark .xdesign-modal__body .xdesign-modal__close {
  z-index: 99;
  width: 33px;
  height: 33px;
  top: 12px;
  right: 12px;
}
.xdesign-presentedModal-vmark_leftWrap {
  width: 320px;
  /* background-color: red; */
  background: #cedffd url('https://x-design-static-release.stariicloud.com/x-design-international/577f1deffdb7454ebd48dbfc526b7aaf.jpg') no-repeat center center;
  background-size: cover;
  margin: 8px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.xdesign-presentedModal-vmark_rightWrap {
  width: 360px;
  height: 538px;
  /* background-color: blue; */
  padding: 24px 24px 144px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.xdesign-presentedModal-vmark_title {
  color: var(--Content-system-primary, #16171a);
  /* Title/title-m/bold */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}
.xdesign-presentedModal-vmark_content {
  margin: 16px 0;
}
.xdesign-presentedModal-vmark_content p {
  color: var(--Content-system-primary, #16171a);
  /* Text/text-lg/regular */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 0;
}
.xdesign-presentedModal-vmark_list {
  color: var(--Text-gray-text-gray-500, #6c727f);
  /* Text/text-base/regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding-left: 20px;
  margin-top: 16px;
}
.xdesign-presentedModal-vmark_list li {
  list-style-type: disc;
}
.xdesign-presentedModal-vmark_footer {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.xdesign-presentedModal-vmark_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  /* width: 100%; */
  height: 40px;
  border-radius: var(--Radius-rounded-lg, 8px);
  background: var(--Background-btn-primary, #16171a);
  /* Shadow/shadow-sm */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
  color: var(--Content-btn-primary, #fff);
  /* Text/text-lg/semibold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  cursor: pointer;
}
.xdesign-presentedModal-vmark_agreement {
  color: var(--Content-system-tertiary, #8b8f99);
  /* Text/text-sm/regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  padding: 16px 0;
  border-top: 1px solid var(--Border-border-gray-200, #e5e7eb);
}
.xdesign-presentedModal-vmark_agreement a {
  color: var(--Content-system-link-accent, #1890ff);
}
.xdesign-presentedModal-vmark_credits {
  position: absolute;
  width: 275px;
  height: 218px;
  border-radius: 16px 0 0 16px;
  background: #fff;
  box-shadow: 10px 12.556px 25.111px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  overflow: hidden;
}
.xdesign-presentedModal-vmark_credits-top {
  width: 100%;
  height: 143px;
  background: #0086fa url(https://x-design-static-release.stariicloud.com/x-design-international/644f995d35bc2d322c4294ff2e7ba664.jpg) no-repeat left top;
  background-size: cover;
}
.xdesign-presentedModal-vmark_credits-top img {
  display: flex;
  width: 152px;
  transform: translate(96px, 55px);
}
.xdesign-presentedModal-vmark_credits-bottom {
  padding-left: 18px;
}
.xdesign-presentedModal-vmark_credits-bottom img {
  display: none;
}
.xdesign-presentedModal-vmark_credits-amount {
  color: var(--Content-system-primary, #16171a);
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  /* 157.895% */
}
.xdesign-presentedModal-vmark_credits-unit {
  margin-left: 10px;
  color: var(--Content-system-primary, #16171a);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.12px;
  /* 158.835% */
}
.xdesign-presentedModal-vmark_icon {
  margin-right: 8px;
}
.xdesign-presentedModal-vmark_cancelBtn {
  display: none;
}
.xdesign-presentedModal-vmark_btns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .xdesign-presentedModal-vmark .xdesign-modal__content {
    width: 87%;
    height: unset;
    overflow: hidden;
    border-radius: 16px;
  }
  .xdesign-presentedModal-vmark .xdesign-modal__close {
    display: none;
  }
  .xdesign-presentedModal-vmark .xdesign-modal__body {
    flex-direction: column;
  }
  .xdesign-presentedModal-vmark_title {
    /* Text/text-xl/semibold */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
  }
  .xdesign-presentedModal-vmark_leftWrap,
  .xdesign-presentedModal-vmark_rightWrap {
    width: 100%;
    height: unset;
  }
  .xdesign-presentedModal-vmark_leftWrap {
    height: 140px;
    margin: unset;
    border-radius: unset;
  }
  .xdesign-presentedModal-vmark_rightWrap {
    padding-bottom: 24px;
  }
  .xdesign-presentedModal-vmark_content {
    height: 150px;
    overflow: auto;
  }
  .xdesign-presentedModal-vmark_content {
    margin: 16px 0;
  }
  .xdesign-presentedModal-vmark_content p {
    font-size: 14px;
  }
  .xdesign-presentedModal-vmark_list {
    font-size: 12px;
  }
  .xdesign-presentedModal-vmark_footer {
    position: unset;
  }
  .xdesign-presentedModal-vmark_cancelBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--Border-border-gray-200, #e5e7eb);
    background: var(--Background-gray-bg-gray-50, #f8fafc);
    box-shadow: 0 0 1px 0 #fff inset, 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    padding: 8px 12px;
    margin-right: 8px;
    color: var(--Text-gray-text-gray-700, #384150);
    /* Text/text-lg/semibold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
  }
  .xdesign-presentedModal-vmark_credits {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: unset;
    border-radius: unset;
  }
  .xdesign-presentedModal-vmark_credits::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  }
  .xdesign-presentedModal-vmark_credits-top {
    width: 100%;
    background: #0086fa url(https://x-design-static-release.stariicloud.com/x-design-international/ccd881916dc14b5560df93af89b34f99.jpg) no-repeat left top;
    background-size: cover;
  }
  .xdesign-presentedModal-vmark_credits-top img {
    display: none;
  }
  .xdesign-presentedModal-vmark_credits-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-left: 18px; */
    position: absolute;
    left: 22px;
    top: 22px;
    right: 22px;
    bottom: 0;
    border-radius: 12px 12px 0 0;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    padding-left: 21px;
    padding-top: 21px;
  }
  .xdesign-presentedModal-vmark_credits-bottom img {
    display: flex;
    width: 72px;
  }
  .xdesign-presentedModal-vmark_credits-amount {
    color: #16171a;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 42.75px;
    /* 100% */
  }
  .xdesign-presentedModal-vmark_credits-info {
    margin-bottom: 10px;
  }
}

.xdesign-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  /* 彩带效果 */
}
.xdesign-modal--center {
  display: flex;
  align-items: center;
}
.xdesign-modal--center .xdesign-modal__content {
  top: 0;
}
.xdesign-modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.xdesign-modal__content {
  width: 640px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  position: relative;
  top: 100px;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding: 24px 0;
  box-sizing: border-box;
  border-radius: 12px;
  background: var(--background-input, #fff);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.xdesign-modal__title {
  color: var(--content-system-primary);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.xdesign-modal__body {
  padding: 16px 0 0;
  overflow: hidden;
}
.xdesign-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 33px;
  color: var(--content-system-tertiary, #939599);
  font-size: 12px;
}
.xdesign-modal .effect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1041;
}
.xdesign-modal .effect > div {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
  animation: confetti-slow 2.25s linear 1 forwards;
}
@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

.LoginBtn_startedBtn__nrH_C{cursor:pointer;transition:all .2s;display:flex;width:78px;height:36px;justify-content:center;align-items:center;border-radius:12px;color:#1c1d1f;border:1px solid var(--stroke-btn-transparency);background:var(--background-btn-secondary, #fff);text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer;margin-left:8px;outline:none}.LoginBtn_startedBtn__nrH_C:hover{opacity:.85}.LoginBtn_dark__KIBUI{border-radius:12px;background:var(--background-btn-black);color:var(--content-btn-black, #f9fafb);border-color:rgba(0,0,0,0)}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.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 {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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 {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: 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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  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(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */


.Menu_menu__3bwG5{margin-left:32px;height:53px}.Menu_menu__3bwG5 .Menu_list__ow3xq{height:100%;display:flex;align-items:center}.Menu_menu__3bwG5 .Menu_item__pZFx_{position:relative;font-size:14px;font-style:normal;line-height:normal;display:flex;justify-content:space-between;align-items:center;padding:0 12px;height:36px}.Menu_menu__3bwG5 .Menu_item__pZFx_ .Menu_label__bbHv8{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.Menu_menu__3bwG5 .Menu_item__pZFx_ .Menu_label__bbHv8:hover{color:inherit}.Menu_menu__3bwG5 .Menu_item__pZFx_ .Menu_label__bbHv8 .Menu_name__iZBsG{font-size:16px;margin-right:8px}.Menu_menu__3bwG5 .Menu_item__pZFx_:hover{border-radius:8px;background:rgba(13,30,64,.06)}.Menu_menu__3bwG5 .Menu_item__pZFx_+.Menu_item__pZFx_{margin-left:8px}.Menu_panel__JiuE0{position:absolute;left:0;top:48px;width:max-content;border-radius:16px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 8px 24px 0 rgba(0,0,0,.08);overflow:hidden;display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:row;transform:translateY(10px);opacity:0;visibility:hidden;transition:opacity .2s ease-out,transform .2s ease-out,visibility .2s;cursor:default}.Menu_panel__JiuE0.Menu_active__es68Y{opacity:1;visibility:visible;transform:translateY(0px)}.Menu_panel__JiuE0 .Menu_content__iFHQG{display:flex;justify-content:center;padding:12px;gap:40px}.Menu_panel__JiuE0 .Menu_txtWrap__YO3xO .Menu_title__YaChj{display:flex;align-items:center;padding:12px;color:rgba(16,17,20,.3);font-weight:600;line-height:16px;margin-bottom:8px}.Menu_panel__JiuE0 .Menu_txtWrap__YO3xO .Menu_title__YaChj:before{content:"";display:block;width:3px;height:14px;background:#2d990d;margin-right:8px}.Menu_panel__JiuE0 .Menu_txtWrap__YO3xO .Menu_panelList__1QBQI{display:flex;flex-direction:row;gap:40px}.Menu_panel__JiuE0 .Menu_txtWrap__YO3xO .Menu_column__itZEp{display:flex;flex-direction:column}.Menu_panel__JiuE0 .Menu_txtWrap__YO3xO .Menu_listItem__AEkXc{color:rgba(19,19,20,.95);font-size:15px;font-style:normal;font-weight:500;line-height:16px;padding:10px 12px;margin-bottom:4px;border-radius:8px}.Menu_panel__JiuE0 .Menu_txtWrap__YO3xO .Menu_listItem__AEkXc:hover{background:rgba(13,30,64,.06)}.Menu_panel__JiuE0 .Menu_txtWrap__YO3xO .Menu_listItem__AEkXc.Menu_tag__sPU5K{color:#2d990d}.Menu_panel__JiuE0 .Menu_txtWrap__YO3xO .Menu_listItem__AEkXc.Menu_tag__sPU5K:hover{background:none}.Menu_dark__r5nlG.Menu_menu__3bwG5 .Menu_item__pZFx_{color:rgba(250,252,255,.9)}.Menu_dark__r5nlG.Menu_menu__3bwG5 .Menu_item__pZFx_:hover{background:rgba(224,234,255,.1)}.Menu_dark__r5nlG .Menu_panel__JiuE0{background:#0a0a0a}.Menu_dark__r5nlG .Menu_panel__JiuE0 .Menu_txtWrap__YO3xO .Menu_title__YaChj{color:rgba(235,241,255,.3)}.Menu_dark__r5nlG .Menu_panel__JiuE0 .Menu_listItem__AEkXc{color:rgba(250,252,255,.9)}.Menu_dark__r5nlG .Menu_panel__JiuE0 .Menu_listItem__AEkXc:hover{background:rgba(224,234,255,.1)}@media(max-width: 1280px){.Menu_menu__3bwG5 .Menu_item__pZFx_{position:initial;padding:0 8px}.Menu_menu__3bwG5 .Menu_panel__JiuE0{top:60px}}
.UserInfo_user__A09DG{min-width:44px}
.MobileMenu_menu__AR03C{display:none}@media(max-width: 809px){.MobileMenu_menu__AR03C{height:50px;display:flex;align-items:center;justify-content:center;padding-left:8px}.MobileMenu_menu__AR03C .MobileMenu_iconfont__Qh7vA{display:flex;align-items:center;justify-content:center;color:var(--content-system-primary)}.MobileMenu_menu__AR03C .MobileMenu_wrap__h46zB{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;padding-top:45px;z-index:-1;overflow:auto;background:#fff;padding:40px 24px 0}.MobileMenu_menu__AR03C .MobileMenu_wrap__h46zB.MobileMenu_bannerPaddingTop__leEO1{padding-top:100px}.MobileMenu_menu__AR03C .MobileMenu_list__UgK_H{display:flex;flex-direction:column;width:100%;flex-shrink:0;background:#fff}.MobileMenu_menu__AR03C .MobileMenu_list__UgK_H::after{position:absolute;content:"";left:0;right:0;height:1px;background-color:var(--stroke-system-border-overlay, #e5e7eb)}.MobileMenu_menu__AR03C .MobileMenu_list__UgK_H.MobileMenu_open__BSPoV{position:relative}.MobileMenu_menu__AR03C .MobileMenu_list__UgK_H.MobileMenu_open__BSPoV .MobileMenu_icon__SOF3t{transform:rotate(0deg)}.MobileMenu_menu__AR03C .MobileMenu_title__fa9yy{display:flex;justify-content:space-between;align-items:center;color:#16171a;font-size:18px;font-weight:600;line-height:23.2px;margin:16px 0}.MobileMenu_menu__AR03C .MobileMenu_title__fa9yy .MobileMenu_icon__SOF3t{color:#98a2b3;transition:all .3s;transform:rotate(180deg);font-size:16px !important}.MobileMenu_menu__AR03C .MobileMenu_childrenList__uf3Sy{display:flex;flex-direction:column;margin-top:32px}.MobileMenu_menu__AR03C .MobileMenu_childrenList__uf3Sy:nth-of-type(2){margin-top:16px}.MobileMenu_menu__AR03C .MobileMenu_childrenList__uf3Sy:last-child{padding-bottom:24px}.MobileMenu_menu__AR03C .MobileMenu_childrenTitle___Jy5D{color:var(--content-system-tertiary);font-size:14px;font-weight:500;line-height:110%;margin-bottom:12px}.MobileMenu_menu__AR03C .MobileMenu_item__lHraU{color:var(--content-system-primary);font-size:18px;font-weight:500;line-height:110%;margin-bottom:24px}.MobileMenu_menu__AR03C .MobileMenu_item__lHraU:last-child{margin-bottom:unset}.MobileMenu_menu__AR03C .MobileMenu_itemName__0Yw45{color:var(--content-system-primary, #374151);font-size:14px;font-weight:600;line-height:20px}}.MobileMenu_userInfoMobile__ZUyIk{padding:0}.MobileMenu_userInfoMobile__ZUyIk .xdesign-user-info-panel__footer{color:var(--background-btn-danger, #f43832)}.MobileMenu_userInfoMobile__ZUyIk .MobileMenu_loginBtn__vyaDe{margin:40px 0 24px;padding:12px 0;color:var(--content-btn-black, #f9fafb);text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:22px;border-radius:16px;background:var(--content-btnSecondary, #1c1d1f);font-weight:700}
.header_wrap__YYJW2{padding:0 32px;width:100%;position:-webkit-sticky;position:sticky;left:0;top:0;z-index:1000;transition:all .3s linear;transform-origin:top center}.header_wrap__YYJW2.header_groundGlass__V3ZKn{background:hsla(0,0%,100%,.8)}.header_wrap__YYJW2.header_groundGlass__V3ZKn::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.header_wrap__YYJW2:hover{background:#fff}.header_productHunt__zF2Av{width:167px;height:36px}.header_inner__hHZ_8{position:relative;width:100%;height:60px;margin:0 auto;display:flex;align-items:center;margin:0 auto}.header_logo__pu34r{display:flex;align-items:center}.header_logo__pu34r .header_img__vQ5dG{cursor:pointer;width:135px;height:32px}.header_logo__pu34r span{color:var(--content-system-tertiary, #8b8f99);font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-left:10px}.header_left__0p1T7{display:flex;align-items:center}.header_right__XP6do{position:absolute;right:0;display:flex;align-items:center;justify-content:flex-end}.header_loginWrap__H8LpP{min-width:90px;display:flex;justify-content:center}.header_line__FnzNT{width:1px;height:24px;background:var(--stroke-system-border-overlay, #d2d5dc);margin-left:16px}@media(max-width: 1200px){.header_inner__hHZ_8{padding:0}.header_productHunt__zF2Av{display:none}.header_right__XP6do .header_meidouWrap__nZi0C{display:none}}@media(max-width: 809px){.header_wrap__YYJW2.header_mobile__VUNyS{padding:0 0;border-bottom:unset}.header_wrap__YYJW2.header_mobile__VUNyS.header_groundGlass__V3ZKn{background:hsla(0,0%,100%,.85)}.header_wrap__YYJW2.header_mobile__VUNyS.header_groundGlass__V3ZKn::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-backdrop-filter:blur(4.53vw);backdrop-filter:blur(4.53vw)}.header_wrap__YYJW2.header_mobile__VUNyS .header_inner__hHZ_8{height:unset;padding:0 16px}.header_wrap__YYJW2.header_mobile__VUNyS .header_logo__pu34r .header_img__vQ5dG{width:135px;height:32px;margin:9px 0}.header_wrap__YYJW2.header_mobile__VUNyS .header_right__XP6do{flex:1 1}.header_wrap__YYJW2.header_mobile__VUNyS .header_pcContent__AifW6,.header_wrap__YYJW2.header_mobile__VUNyS .header_right__XP6do{display:none !important}.header_wrap__YYJW2 .header_rightBox__0khlE{right:16px}}.header_rightBox__0khlE{position:absolute;right:0;display:flex;align-items:center;justify-content:center}.header_news__o3oN1{width:40px;height:50px;padding-right:8px;padding-left:8px;display:flex;align-items:center;justify-content:center}.header_newsIcon__CAyFV{display:flex;align-items:center;justify-content:center}
.AppBannerContainer {
  height: 60px;
  box-sizing: border-box;
}
.AppBannerContainer .banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  padding-right: 8px;
  background: var(--content-system-primary);
}
.AppBannerContainer .left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.AppBannerContainer .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.AppBannerContainer .marketing {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.AppBannerContainer .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1;
}
.AppBannerContainer .store {
  height: 32px;
  margin: 0 8px;
}
.AppBannerContainer .store svg {
  width: 100%;
  height: 100%;
}
.AppBannerContainer .iconWrap {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
}

.treeMenu_treeNode__12J4K .treeMenu_treeLabel__a7btM{display:flex;align-items:center;gap:6px;cursor:pointer;height:40px;color:var(--content-system-secondary, #616366);font-family:"PingFang SC";font-size:14px;font-style:normal;font-weight:400;border-radius:8px;cursor:pointer;margin-top:4px;padding-right:16px}.treeMenu_treeNode__12J4K .treeMenu_treeLabel__a7btM:hover{background:var(--background-btn-hover, rgba(0, 31, 92, 0.06));color:var(--content-system-primary, #1c1d1f)}.treeMenu_treeNode__12J4K .treeMenu_treeLabel__a7btM.treeMenu_active___jpJG{color:var(--content-system-primary, #1c1d1f);background:var(--background-system-selected, #e5f2ff);font-weight:600}.treeMenu_treeNode__12J4K .treeMenu_treeLabel__a7btM a{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:100%;line-height:40px;color:inherit}.treeMenu_treeNode__12J4K .treeMenu_treeChildren__yH6ZP{transition:height .3s ease-in-out;overflow:hidden;height:0}.treeMenu_treeNode__12J4K .treeMenu_treeChildren__yH6ZP.treeMenu_expanded__nqWnv{height:auto;height:calc-size(auto)}
.help_articleCategoryContent__zI5ie{display:flex;width:100%;height:calc(100vh - 60px);border-top:1px solid var(--stroke-system-border-overlay, rgba(0, 0, 0, 0.08))}.help_articleCategoryContent__zI5ie .help_left__SePQq{width:280px;height:100%;border-right:1px solid var(--stroke-system-border-overlay, rgba(0, 0, 0, 0.08));overflow-y:auto}.help_articleCategoryContent__zI5ie .help_left__SePQq .help_leftInner__B2HnE{padding:24px}.help_articleCategoryContent__zI5ie .help_right__IeNQC{flex:1 1;height:100%;overflow-y:auto}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0{padding:24px}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_contentTag__V_MOH{border-radius:10px;background:var(--background-system-space-holder, #f6f7fa);padding:12px 20px;display:inline-flex;align-items:center;color:var(--content-web-primary, #17181a);font-family:"PingFang SC";font-size:16px;font-style:normal;font-weight:400}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_contentTag__V_MOH .help_contentTagItem__lKjh_{display:inline-flex;align-items:center}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_contentTag__V_MOH .help_contentTagItem__lKjh_ span{color:var(--content-web-tertiary, rgba(21, 23, 26, 0.44));cursor:pointer}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_contentTag__V_MOH .help_contentTagItem__lKjh_ span:hover{color:var(--content-web-secondary, rgba(23, 24, 26, 0.65))}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_contentTag__V_MOH .help_contentTagItem__lKjh_.help_active__Nqqi5{font-weight:600}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_contentTag__V_MOH .help_contentTagItem__lKjh_.help_active__Nqqi5 span{color:var(--content-web-primary, #17181a);cursor:default}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_contentTag__V_MOH .help_contentTagItem__lKjh_.help_active__Nqqi5 span:hover{color:var(--content-web-primary, #17181a)}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_level0__9FFNV{font-size:20px;font-weight:600;margin-bottom:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_level1__MOw0S{font-size:16px;font-weight:400;margin-bottom:24px;padding-top:12px;font-size:18px}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_level2__cTOyU{font-size:16px;border-bottom:1px solid rgba(0,0,0,.08);min-height:56px;line-height:56px;cursor:pointer}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_level2__cTOyU:nth-of-type(1){border-top:1px solid rgba(0,0,0,.08);margin-top:16px}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_level2__cTOyU p{display:flex;align-items:center;justify-content:space-between;transition:color .2s ease-in-out}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_level2__cTOyU p:hover{color:#000}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_open__1pjPa{border-bottom:1px solid rgba(0,0,0,0)}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_content__HgqOo{border-bottom:1px solid rgba(0,0,0,.08);padding:0 24px;padding-bottom:24px}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_content__HgqOo *:not(table,th,td,tbody,tr,img,video){all:revert}.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_content__HgqOo img,.help_articleCategoryContent__zI5ie .help_right__IeNQC .help_rightInner__IT2n0 .help_articleList__Sx2qe .help_content__HgqOo video{max-width:100%;height:auto}
