/* 内联样式 */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Tektur-Regular.ttf) format("truetype")
}

body {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(/fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only,
:root.mobile .desktop-only {
  display: none
}

.radius-badge {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container {
  position: relative
}

.with-custom-service-container .custom-service-container {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container {
  bottom: -5rem
}

:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

/* 内联样式 */
body,
html {
  font-size: 16px;
  margin: 0;
  padding: 0
}

html {
  height: 100%
}

#__nuxt,
#__nuxt>div,
html {
  display: flex;
  flex-direction: column
}

#__nuxt,
#__nuxt>div {
  flex: 1;
  overflow-x: hidden;
  position: relative
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

a {
  text-decoration: none
}

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

li {
  margin: 0
}

/* 外部样式: https://cdn1.com/_nuxt/entry.CwlbGQOf.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only,
:root.mobile .desktop-only {
  display: none
}

.radius-badge {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container {
  position: relative
}

.with-custom-service-container .custom-service-container {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container {
  bottom: -5rem
}

:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

body,
html {
  font-size: 16px;
  margin: 0;
  padding: 0
}

html {
  height: 100%
}

#__nuxt,
#__nuxt>div,
html {
  display: flex;
  flex-direction: column
}

#__nuxt,
#__nuxt>div {
  flex: 1;
  overflow-x: hidden;
  position: relative
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

a {
  text-decoration: none
}

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

li {
  margin: 0
}


/* 外部样式: https://cdn1.com/_nuxt/Lang.BpI0DLnx.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-6a36c903] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-6a36c903] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-6a36c903] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-6a36c903] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-6a36c903] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-6a36c903],
:root.mobile .desktop-only[data-v-6a36c903] {
  display: none
}

.radius-badge[data-v-6a36c903] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-6a36c903] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-6a36c903] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-6a36c903] {
  bottom: -5rem
}

[data-v-6a36c903]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-6a36c903] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.button-sub-menu[data-v-6a36c903] {
  position: relative
}

.button-sub-menu .sub-menu[data-v-6a36c903] {
  background-color: var(--bg-color-white);
  border-radius: 20px;
  box-sizing: border-box;
  left: 50%;
  padding: 0 20px;
  position: absolute;
  top: 120%;
  transform: translate(-50%)
}

.button-sub-menu .sub-menu .sub-menu-list[data-v-6a36c903] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center
}

.button-sub-menu .sub-menu .sub-menu-list li[data-v-6a36c903] {
  align-items: center;
  color: var(--text-color-regular);
  cursor: pointer;
  display: flex;
  font-family: Inter;
  font-size: 16px;
  justify-content: center;
  letter-spacing: 0;
  text-align: left
}

.button-sub-menu .sub-menu .sub-menu-list li.selected[data-v-6a36c903] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.button[data-v-6a36c903] {
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
  color: var(--color-dark);
  cursor: pointer;
  display: flex;
  font-family: Inter;
  font-size: 16px;
  font-weight: var(--font-weight-secondary);
  height: 40px;
  justify-content: center;
  letter-spacing: 0
}

.button.lang[data-v-6a36c903] {
  background-color: #fff;
  height: 36px;
  transition: color .3s ease;
  width: 36px
}

.button.lang .lang-icon[data-v-6a36c903] {
  color: #000;
  height: 20px;
  width: 20px
}

.button.lang-active .lang-icon[data-v-6a36c903] {
  color: var(--color-primary)
}

.icon-arrow-down[data-v-6a36c903] {
  background: url(images/users/nav-arrow.svg) no-repeat 50%;
  background-size: contain;
  height: 14px;
  padding-left: 10px;
  transition: transform .3s ease-in-out;
  width: 14px
}

.icon-arrow-down.active[data-v-6a36c903] {
  transform: rotate(180deg)
}

:root.mobile .button-sub-menu[data-v-6a36c903] {
  position: unset;
  z-index: 1000
}

:root.mobile .button-sub-menu .sub-menu[data-v-6a36c903] {
  border-radius: 0;
  height: 6.2rem;
  left: 0;
  overflow-y: auto;
  padding: 0;
  top: 100%;
  transform: none;
  width: 100vw
}

:root.mobile .button-sub-menu .sub-menu .sub-menu-list[data-v-6a36c903] {
  gap: .5rem
}

:root.mobile .button-sub-menu .sub-menu[data-v-6a36c903]::-webkit-scrollbar {
  width: .11rem
}

:root.mobile .button-sub-menu .sub-menu[data-v-6a36c903]::-webkit-scrollbar-track {
  background: transparent
}

:root.mobile .button-sub-menu .sub-menu[data-v-6a36c903]::-webkit-scrollbar-thumb {
  background: #1f14144d;
  border-radius: 2px
}

:root.mobile .button-sub-menu .sub-menu[data-v-6a36c903]::-webkit-scrollbar-thumb:hover {
  background: #0000004d
}

:root.dark-mode .button-sub-menu .button.lang[data-v-6a36c903] {
  background-color: #1b1b1d
}

:root.dark-mode .button-sub-menu .button.lang .lang-icon[data-v-6a36c903] {
  color: #fff
}

:root.dark-mode .button-sub-menu .button.lang.lang-active .lang-icon[data-v-6a36c903] {
  color: var(--color-primary)
}


/* 外部样式: https://cdn1.com/_nuxt/GlobalHeader.DYw8nO3L.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-1cf959aa] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-1cf959aa] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-1cf959aa] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-1cf959aa] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-1cf959aa] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-1cf959aa],
:root.mobile .desktop-only[data-v-1cf959aa] {
  display: none
}

.radius-badge[data-v-1cf959aa] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-1cf959aa] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-1cf959aa] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-1cf959aa] {
  bottom: -5rem
}

[data-v-1cf959aa]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-1cf959aa] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

@media (min-width:1200px) {
  .global-header[data-v-1cf959aa] {
    background-color: transparent;
    left: 0;
    padding: 20px 50px;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform .3s ease, background-color .3s ease;
    z-index: 10000
  }

  .global-header.bg[data-v-1cf959aa] {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--bg-color-white);
    box-shadow: 0 2px 10px #0000000d
  }

  .global-header[data-v-1cf959aa]:not(.bg):not(.scrolled) {
    background-color: transparent
  }

  .global-header:not(.bg).scrolled[data-v-1cf959aa] {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--bg-color-white);
    box-shadow: 0 2px 10px #0000001a
  }

  .global-header.headroom-pinned[data-v-1cf959aa] {
    transform: translateY(0)
  }

  .global-header.headroom-unpinned[data-v-1cf959aa] {
    transform: translateY(-100%)
  }

  .global-header .nav[data-v-1cf959aa] {
    align-items: center;
    display: flex;
    height: 43px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px
  }

  .global-header .nav .logo[data-v-1cf959aa] {
    background: url(images/head_logo.png) no-repeat 50%;
    height: 40px;
    text-indent: -9999px;
    width: 160px
  }

  .global-header .nav .content[data-v-1cf959aa] {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: flex-end
  }

  .global-header .nav .content .nav-list[data-v-1cf959aa] {
    display: flex;
    gap: 60px;
    height: 100%;
    list-style: none;
    margin: 0 60px 0 0;
    padding: 0
  }

  .global-header .nav .content .nav-list li[data-v-1cf959aa] {
    position: relative
  }

  .global-header .nav .content .nav-list li a[data-v-1cf959aa] {
    color: var(--color-dark);
    font-family: Inter;
    font-size: 18px;
    font-weight: var(--font-weight-secondary);
    letter-spacing: 0;
    white-space: nowrap
  }

  .global-header .nav .content .nav-list li a.router-link-exact-active[data-v-1cf959aa],
  .global-header .nav .content .nav-list li a[data-v-1cf959aa]:hover {
    background: linear-gradient(90deg, #46cf3a, #36cfbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }

  .global-header .nav .content .nav-list li .sub-menu[data-v-1cf959aa] {
    background-color: var(--bg-color-white);
    border-radius: 20px;
    box-sizing: border-box;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 150%;
    transform: translate(-50%)
  }

  .global-header .nav .content .nav-list li .sub-menu .sub-menu-list[data-v-1cf959aa] {
    display: flex;
    flex-direction: column;
    gap: 16px
  }

  .global-header .nav .content .nav-list li .sub-menu .sub-menu-list li[data-v-1cf959aa] {
    align-items: center;
    display: flex;
    gap: 10px
  }

  .global-header .nav .content .nav-list li .sub-menu .sub-menu-list li .icon[data-v-1cf959aa] {
    background: url(images/head_icon_1.png) no-repeat 50%;
    background-size: cover;
    height: 24px;
    width: 24px
  }

  .global-header .nav .content .nav-list li .sub-menu .sub-menu-list li .icon.icon-1[data-v-1cf959aa] {
    background-image: url(../images/head_icon_1.png)
  }

  .global-header .nav .content .nav-list li .sub-menu .sub-menu-list li .icon.icon-2[data-v-1cf959aa] {
    background-image: url(../images/head_icon_2.png)
  }

  .global-header .nav .content .nav-list li .sub-menu .sub-menu-list li .icon.icon-3[data-v-1cf959aa] {
    background-image: url(../images/head_icon_3.png)
  }

  .global-header .nav .content .nav-list li .sub-menu .sub-menu-list li .icon.icon-4[data-v-1cf959aa] {
    background-image: url(../images/head_icon_4.png)
  }

  .global-header .nav .content .nav-list li .sub-menu .sub-menu-list li .icon.icon-5[data-v-1cf959aa] {
    background-image: url(../images/head_icon_5.png)
  }

  .global-header .nav .content .nav-list li .sub-menu .sub-menu-list li a[data-v-1cf959aa] {
    color: var(--text-color-regular);
    font-family: Inter;
    font-size: 16px;
    font-weight: var(--font-weight-primary);
    letter-spacing: 0
  }

  .global-header .nav .content .buttons[data-v-1cf959aa] {
    display: flex;
    gap: 20px
  }

  .global-header .nav .content .buttons .button-sub-menu[data-v-1cf959aa] {
    position: relative
  }

  .global-header .nav .content .buttons .button-sub-menu .sub-menu[data-v-1cf959aa] {
    background-color: var(--color-white);
    border-radius: 20px;
    box-sizing: border-box;
    left: 50%;
    padding: 0 20px;
    position: absolute;
    top: 120%;
    transform: translate(-50%)
  }

  .global-header .nav .content .buttons .button-sub-menu .sub-menu .sub-menu-list[data-v-1cf959aa] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center
  }

  .global-header .nav .content .buttons .button-sub-menu .sub-menu .sub-menu-list li[data-v-1cf959aa] {
    align-items: center;
    color: var(--text-color-regular);
    cursor: pointer;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: var(--font-weight-primary);
    justify-content: center;
    letter-spacing: 0;
    text-align: left
  }

  .global-header .nav .content .buttons .button-sub-menu .sub-menu .sub-menu-list li.selected[data-v-1cf959aa] {
    background: linear-gradient(90deg, #46cf3a, #36cfbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }

  .global-header .nav .content .buttons .button[data-v-1cf959aa] {
    align-items: center;
    background-color: var(--bg-color-white);
    border-radius: 20px;
    box-sizing: border-box;
    color: var(--color-dark);
    cursor: pointer;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: var(--font-weight-secondary);
    height: 40px;
    justify-content: center;
    letter-spacing: 0;
    padding: 10px 20px
  }

  .global-header .nav .content .buttons .button.lang[data-v-1cf959aa] {
    background-color: #fff9
  }

  .global-header .nav .content .buttons .button.login[data-v-1cf959aa] {
    background-color: var(--color-dark);
    color: var(--color-white)
  }

  .global-header .nav .content .buttons .button.reg[data-v-1cf959aa] {
    background-color: none;
    color: var(--color-dark)
  }

  .global-header .nav .content .buttons .button.switch[data-v-1cf959aa] {
    color: #fff;
    font-family: Alimama ShuHeiTi;
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0
  }

  .global-header .icon-button[data-v-1cf959aa] {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px
  }

  .global-header .icon-button i[data-v-1cf959aa] {
    background-image: url(../images/users/nav-dark.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px
  }
}

.to-top-button[data-v-1cf959aa] {
  background-image: url(../images/top.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
  height: 80px
}

.invite-button[data-v-1cf959aa],
.to-top-button[data-v-1cf959aa] {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 20px;
  width: 80px;
  z-index: 1003
}

.invite-button[data-v-1cf959aa] {
  bottom: 120px;
  flex-direction: column;
  height: 100px;
  text-decoration: none;
  transition: transform .3s ease
}

.invite-button[data-v-1cf959aa]:hover {
  transform: translateY(-5px)
}

.invite-button .invite-button-content[data-v-1cf959aa] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.invite-button img[data-v-1cf959aa] {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 80px
}

.invite-button span[data-v-1cf959aa] {
  bottom: 5px;
  box-sizing: border-box;
  color: #fff;
  font-family: Alimama ShuHeiTi;
  font-size: 14px;
  left: 50%;
  overflow: hidden;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  transform: translate(-50%);
  white-space: nowrap;
  width: 100%;
  z-index: 2
}

.global-header-mobile[data-v-1cf959aa] {
  display: none
}

@media (max-width:1199px) {
  .desktop-header[data-v-1cf959aa] {
    display: none
  }

  .global-header-mobile[data-v-1cf959aa] {
    align-items: center;
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    height: .88rem;
    justify-content: space-between;
    left: 0;
    padding-left: .356rem;
    position: fixed;
    top: 0;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out;
    width: 100%;
    z-index: 100
  }

  .global-header-mobile.bg[data-v-1cf959aa] {
    background-color: var(--bg-color-white)
  }

  .global-header-mobile[data-v-1cf959aa]:not(.bg):not(.scrolled) {
    background-color: transparent
  }

  .global-header-mobile:not(.bg).scrolled[data-v-1cf959aa] {
    background-color: var(--bg-color-white)
  }

  .global-header-mobile.headroom-pinned[data-v-1cf959aa] {
    transform: translateY(0)
  }

  .global-header-mobile.headroom-unpinned[data-v-1cf959aa] {
    transform: translateY(-100%)
  }

  .global-header-mobile .logo[data-v-1cf959aa] {
    background: url(images/m_head_logo.svg) no-repeat 50%;
    background-size: cover;
    height: 40px;
    text-indent: -9999px;
    width: 160px
  }

  .global-header-mobile .icon[data-v-1cf959aa] {
    background: url(images/m_head_icon.png) no-repeat 50%;
    background-size: cover;
    height: .88rem;
    width: .88rem
  }

  .global-header-mobile-menu[data-v-1cf959aa] {
    background-color: #e7f7fbe5;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
  }

  .global-header-mobile-menu .header[data-v-1cf959aa] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
  }

  .global-header-mobile-menu .header .header-right[data-v-1cf959aa] {
    align-items: center;
    display: flex;
    gap: .3rem
  }

  .global-header-mobile-menu .header .logo[data-v-1cf959aa] {
    background: url(images/m_head_logo.svg) no-repeat 50%;
    background-size: cover;
    height: 40px;
    margin-left: .356rem;
    text-indent: -9999em;
    width: 160px
  }

  .global-header-mobile-menu .header .icon[data-v-1cf959aa] {
    background: url(images/com_nav_ic_close.png) no-repeat 50%;
    background-size: cover;
    height: .9rem;
    width: .9rem
  }

  .global-header-mobile-menu .menu-container[data-v-1cf959aa] {
    flex: 1;
    margin: .6326rem auto 0;
    width: 6.9rem
  }

  .global-header-mobile-menu .menu-container .menu-list[data-v-1cf959aa] {
    display: flex;
    flex-direction: column
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .content[data-v-1cf959aa] {
    align-items: center;
    display: flex;
    gap: .1rem;
    height: 1rem;
    justify-content: center
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .content .icon[data-v-1cf959aa] {
    background: url(images/arrpw.png) no-repeat 50%;
    background-size: cover;
    height: .33rem;
    transform: rotate(180deg);
    width: .33rem
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .content .icon.icon-active[data-v-1cf959aa] {
    transform: rotate(0)
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item a[data-v-1cf959aa] {
    color: var(--color-dark);
    font-family: Inter;
    font-size: .28rem;
    font-weight: var(--font-weight-secondary);
    letter-spacing: 0
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item a.router-link-exact-active[data-v-1cf959aa] {
    background: linear-gradient(90deg, #46cf3a, #36cfbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .sub-menu-list[data-v-1cf959aa] {
    display: flex;
    flex-direction: column;
    margin: 0
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .sub-menu-list .item[data-v-1cf959aa] {
    align-items: center;
    color: var(--color-dark);
    display: flex;
    font-family: Inter;
    font-size: .28rem;
    font-weight: var(--font-weight-secondary);
    gap: .2rem;
    height: 1rem;
    justify-content: center
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .sub-menu-list .item .icon[data-v-1cf959aa] {
    height: .4rem;
    width: .4rem
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .sub-menu-list .item .icon.icon-1[data-v-1cf959aa] {
    background-image: url(../images/head_icon_1.png)
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .sub-menu-list .item .icon.icon-2[data-v-1cf959aa] {
    background-image: url(../images/head_icon_2.png)
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .sub-menu-list .item .icon.icon-3[data-v-1cf959aa] {
    background-image: url(../images/head_icon_3.png)
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .sub-menu-list .item .icon.icon-4[data-v-1cf959aa] {
    background-image: url(../images/head_icon_4.png)
  }

  .global-header-mobile-menu .menu-container .menu-list .menu-item .sub-menu-list .item .icon.icon-5[data-v-1cf959aa] {
    background-image: url(../images/head_icon_5.png)
  }

  .global-header-mobile-menu .buttons-content[data-v-1cf959aa] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    margin: .8rem auto 0;
    padding-bottom: 1.28rem;
    width: 6.9rem
  }

  .global-header-mobile-menu .buttons-content .buttons-top[data-v-1cf959aa] {
    display: flex;
    gap: .2rem
  }

  .global-header-mobile-menu .buttons-content .button[data-v-1cf959aa] {
    align-items: center;
    border-radius: 1rem;
    box-sizing: border-box;
    color: var(--color-dark);
    cursor: pointer;
    display: flex;
    font-family: Inter;
    font-size: .32rem;
    font-weight: var(--font-weight-secondary);
    height: 1rem;
    justify-content: center;
    width: 100%
  }

  .global-header-mobile-menu .buttons-content .button.login[data-v-1cf959aa] {
    background-color: var(--color-dark);
    color: var(--color-white)
  }

  .global-header-mobile-menu .buttons-content .button.reg[data-v-1cf959aa] {
    background-color: none;
    border: 1px solid var(--color-dark);
    color: var(--color-dark)
  }

  .global-header-mobile-menu .buttons-content .button.switch[data-v-1cf959aa] {
    color: #fff;
    font-family: Alimama ShuHeiTi;
    font-size: .32rem;
    font-weight: var(--font-weight-bold);
    gap: .2rem;
    letter-spacing: 0
  }

  .global-header-mobile-menu .buttons-content .button.lang[data-v-1cf959aa] {
    margin-bottom: .5rem
  }

  .lang-button-container .mobile-lang-menu[data-v-1cf959aa] {
    background-color: var(--color-white);
    border-radius: 20px;
    bottom: 100%;
    box-sizing: border-box;
    left: 50%;
    padding: 20px;
    position: absolute;
    transform: translate(-50%);
    z-index: 200
  }

  .lang-button-container .mobile-lang-menu .sub-menu-list[data-v-1cf959aa] {
    display: flex;
    flex-direction: column;
    gap: 16px
  }

  .lang-button-container .mobile-lang-menu .sub-menu-list li[data-v-1cf959aa] {
    align-items: center;
    color: var(--text-color-regular);
    display: flex;
    font-family: Inter;
    font-size: .28rem;
    font-weight: var(--font-weight-primary);
    gap: 10px;
    letter-spacing: 0
  }

  [data-v-1cf959aa] .button.lang {
    background-color: #f2f9fd
  }

  .theme-switch-container[data-v-1cf959aa] {
    align-items: center;
    background-color: #f2f9fd;
    border-radius: 50%;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-left: 6px;
    padding: 0;
    width: 36px
  }

  .theme-switch-container i[data-v-1cf959aa] {
    background-color: transparent;
    background-image: url(../images/users/nav-dark.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 100%;
    outline: none;
    padding: 0;
    width: 100%
  }

  .invite-button[data-v-1cf959aa],
  .to-top-button[data-v-1cf959aa] {
    height: .88rem;
    width: .88rem
  }

  .invite-button[data-v-1cf959aa] {
    bottom: 1.4rem;
    right: 20px
  }

  .invite-button img[data-v-1cf959aa] {
    height: .88rem;
    width: .88rem
  }

  .invite-button span[data-v-1cf959aa] {
    bottom: 3px;
    font-size: 8px
  }
}

:root.dark-mode .logo[data-v-1cf959aa] {
  background: url(images/m_head_logo_dark.svg) no-repeat 50% !important
}

:root.dark-mode .global-header-mobile .icon[data-v-1cf959aa] {
  background: url(images/m_head_icon_dark.png) no-repeat 50%;
  background-size: cover;
  height: .88rem;
  width: .88rem
}

:root.dark-mode .global-header-mobile .logo[data-v-1cf959aa],
:root.dark-mode .global-header-mobile-menu .header .logo[data-v-1cf959aa] {
  background: url(images/m_head_logo_dark.svg) no-repeat 50% !important;
  background-size: cover !important;
  height: 40px;
  text-indent: -9999em;
  width: 160px
}

:root.dark-mode .global-header-mobile-menu .header .icon[data-v-1cf959aa] {
  background: url(images/com_nav_ic_close_dark.png) no-repeat 50%;
  background-size: cover;
  height: .9rem;
  width: .9rem
}

:root.dark-mode .reg[data-v-1cf959aa] {
  border: 1px solid hsla(0, 0%, 100%, .2) !important
}

:root.dark-mode .global-header-mobile-menu[data-v-1cf959aa] {
  background-color: #000
}

:root.dark-mode .icon-button i[data-v-1cf959aa] {
  background-image: url(../images/nav-light.png) !important
}

:root.dark-mode .theme-switch-container i[data-v-1cf959aa] {
  background-image: url(../images/nav-light.png)
}

body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%
}


/* 外部样式: https://cdn1.com/_nuxt/Price.CpsAAaRR.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-9baed9d6] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-9baed9d6] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-9baed9d6] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-9baed9d6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-9baed9d6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-9baed9d6],
:root.mobile .desktop-only[data-v-9baed9d6] {
  display: none
}

.radius-badge[data-v-9baed9d6] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-9baed9d6] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-9baed9d6] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-9baed9d6] {
  bottom: -5rem
}

[data-v-9baed9d6]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-9baed9d6] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.price-container .price-content .header[data-v-9baed9d6] {
  margin-top: 40px
}

.price-container .price-content .header .title[data-v-9baed9d6] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-align: center
}

.price-container .price-content .header .sub-title[data-v-9baed9d6] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 30px;
  text-align: center
}

.price-container .price-content .free-version[data-v-9baed9d6] {
  align-items: center;
  background-color: var(--color-white-2);
  border-radius: 30px;
  display: flex;
  gap: 70px;
  justify-content: space-between;
  margin-top: 80px;
  padding: 40px 30px 40px 40px
}

.price-container .price-content .free-version .free-version-top[data-v-9baed9d6] {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 40px;
  width: 100%
}

.price-container .price-content .free-version .title[data-v-9baed9d6] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  white-space: nowrap
}

.price-container .price-content .free-version .list[data-v-9baed9d6] {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 80px
}

.price-container .price-content .free-version .list .item[data-v-9baed9d6] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 16px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 24px;
  width: 180px
}

.price-container .price-content .free-version .button-container .button[data-v-9baed9d6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  border-radius: 50px;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  padding: 14px 30px;
  white-space: nowrap
}

.price-container .price-content .pay-list[data-v-9baed9d6] {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-top: 40px
}

.price-container .price-content .pay-list .pay-card[data-v-9baed9d6] {
  background: var(--bg-pay-card);
  border-radius: 30px;
  box-sizing: border-box;
  max-width: 344px;
  padding: 20px 30px 30px;
  width: 344px
}

.price-container .price-content .pay-list .pay-card.pay-card-2[data-v-9baed9d6] {
  background-color: var(--color-white);
  border: 3px solid #c45be1
}

.price-container .price-content .pay-list .pay-card .title[data-v-9baed9d6] {
  font-family: Alimama ShuHeiTi;
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0
}

.price-container .price-content .pay-list .pay-card .title.title-1[data-v-9baed9d6] {
  background: linear-gradient(90deg, var(--border-color-yellow) -6.87%, var(--border-color-orange) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.price-container .price-content .pay-list .pay-card .title.title-2[data-v-9baed9d6] {
  background: linear-gradient(90deg, #c45be1 -6.87%, #f8a3d0 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.price-container .price-content .pay-list .pay-card .title.title-3[data-v-9baed9d6] {
  background: linear-gradient(180deg, #98b2ff, #4a93f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.price-container .price-content .pay-list .pay-card .title.title-4[data-v-9baed9d6] {
  background: linear-gradient(90deg, var(--color-primary) 0, var(--color-primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.price-container .price-content .pay-list .pay-card .price[data-v-9baed9d6] {
  align-items: baseline;
  color: var(--color-dark);
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px
}

.price-container .price-content .pay-list .pay-card .price .unit[data-v-9baed9d6] {
  font-family: Alimama ShuHeiTi;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-align: center
}

.price-container .price-content .pay-list .pay-card .price .number[data-v-9baed9d6] {
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-align: center
}

.price-container .price-content .pay-list .pay-card .price .period[data-v-9baed9d6] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0
}

.price-container .price-content .pay-list .pay-card .price.price-2 .number[data-v-9baed9d6],
.price-container .price-content .pay-list .pay-card .price.price-2 .period[data-v-9baed9d6],
.price-container .price-content .pay-list .pay-card .price.price-2 .unit[data-v-9baed9d6] {
  background: linear-gradient(90deg, #8470f7, #c45be1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.price-container .price-content .pay-list .pay-card .price-diamond[data-v-9baed9d6] {
  background: url(images/home_price_diamond.png) no-repeat 50%;
  background-size: contain;
  height: 130px;
  margin: 0 auto -10px;
  width: 112px
}

.price-container .price-content .pay-list .pay-card .price-info[data-v-9baed9d6] {
  align-items: center;
  color: var(--text-color-secondary);
  display: flex;
  font-family: Inter;
  font-size: 16px;
  font-weight: var(--font-weight-primary);
  gap: 4px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 6px
}

.price-container .price-content .pay-list .pay-card .price-info .t-icon[data-v-9baed9d6] {
  background: url(images/home_price_t_icon.png) no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px
}

.price-container .price-content .pay-list .pay-card .pay-button-container[data-v-9baed9d6] {
  margin-top: 30px
}

.price-container .price-content .pay-list .pay-card .pay-button-container .pay-button[data-v-9baed9d6] {
  align-items: center;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  height: 58px;
  justify-content: center;
  letter-spacing: 0;
  text-align: center
}

.price-container .price-content .pay-list .pay-card .pay-button-container .pay-button.pay-button-1[data-v-9baed9d6] {
  background: linear-gradient(90deg, var(--border-color-yellow) -6.87%, var(--border-color-orange) 95%);
  -webkit-background-clip: text;
  border: 2px solid var(--border-color-orange);
  -webkit-text-fill-color: transparent
}

.price-container .price-content .pay-list .pay-card .pay-button-container .pay-button.pay-button-2[data-v-9baed9d6] {
  background: linear-gradient(90deg, #8470f7, #c45be1);
  border: none;
  color: var(--color-white)
}

.price-container .price-content .pay-list .pay-card .pay-button-container .pay-button.pay-button-3[data-v-9baed9d6] {
  background: linear-gradient(180deg, #98b2ff, #4a93f3);
  -webkit-background-clip: text;
  border: 2px solid #4a93f3;
  -webkit-text-fill-color: transparent
}

.price-container .price-content .pay-list .pay-card .pay-button-container .pay-button.pay-button-4[data-v-9baed9d6] {
  background: linear-gradient(90deg, var(--color-primary) 0, var(--color-primary-light) 100%);
  -webkit-background-clip: text;
  border: 2px solid var(--color-primary);
  -webkit-text-fill-color: transparent
}

.price-container .price-content .pay-list .pay-card .line[data-v-9baed9d6] {
  background-color: var(--border-color-light-2) 80;
  height: 1px;
  margin-top: 30px;
  width: 100%
}

.price-container .price-content .pay-list .pay-card .feature-list[data-v-9baed9d6] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px
}

.price-container .price-content .pay-list .pay-card .feature-list .feature-item[data-v-9baed9d6] {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.price-container .price-content .pay-list .pay-card .feature-list .feature-item .feature-title[data-v-9baed9d6] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 16px;
  font-weight: var(--font-weight-secondary);
  letter-spacing: 0;
  line-height: 24px
}

.price-container .price-content .pay-list .pay-card .feature-list .feature-item .feature-value[data-v-9baed9d6] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 16px;
  font-weight: var(--font-weight-secondary);
  letter-spacing: 0;
  line-height: 24px;
  text-align: right
}

:root.mobile .price-container .price-content[data-v-9baed9d6] {
  box-sizing: border-box;
  padding: 0 .3rem
}

:root.mobile .price-container .price-content .header[data-v-9baed9d6] {
  margin-top: 1.7rem
}

:root.mobile .price-container .price-content .header .title[data-v-9baed9d6] {
  font-size: .6rem
}

:root.mobile .price-container .price-content .header .sub-title[data-v-9baed9d6] {
  font-size: .28rem;
  margin-top: .3rem
}

:root.mobile .price-container .price-content .free-version[data-v-9baed9d6] {
  flex-direction: column;
  gap: .7rem;
  margin-top: .6rem;
  padding: .4rem
}

:root.mobile .price-container .price-content .free-version .title[data-v-9baed9d6] {
  font-size: .38rem
}

:root.mobile .price-container .price-content .free-version .list[data-v-9baed9d6] {
  gap: .4rem 0;
  justify-content: space-between
}

:root.mobile .price-container .price-content .free-version .list .item[data-v-9baed9d6] {
  width: auto
}

:root.mobile .price-container .price-content .free-version .button-container .button[data-v-9baed9d6] {
  font-size: .32rem;
  padding: .185rem .4rem
}

:root.mobile .price-container .price-content .pay-list[data-v-9baed9d6] {
  flex-wrap: wrap;
  gap: .2rem 0;
  margin-top: .4rem
}

:root.mobile .price-container .price-content .pay-list .pay-card[data-v-9baed9d6] {
  border-radius: .3rem;
  max-width: auto;
  padding: .3rem;
  width: 3.35rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .title[data-v-9baed9d6] {
  font-size: .38rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .price[data-v-9baed9d6] {
  margin-top: .3rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .price .unit[data-v-9baed9d6] {
  font-size: .38rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .price .number[data-v-9baed9d6] {
  font-size: .6rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .price .period[data-v-9baed9d6] {
  font-size: .28rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .price-diamond[data-v-9baed9d6] {
  height: 1.85rem;
  width: 1.34rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .pay-button-container[data-v-9baed9d6] {
  margin-top: .4rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .pay-button-container .pay-button[data-v-9baed9d6] {
  font-size: .32rem;
  height: .76rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .feature-list[data-v-9baed9d6],
:root.mobile .price-container .price-content .pay-list .pay-card .line[data-v-9baed9d6] {
  margin-top: .3rem
}

:root.mobile .price-container .price-content .pay-list .pay-card .feature-list .feature-item .feature-title[data-v-9baed9d6],
:root.mobile .price-container .price-content .pay-list .pay-card .feature-list .feature-item .feature-value[data-v-9baed9d6] {
  font-size: .24rem
}


/* 外部样式: https://cdn1.com/_nuxt/Contract.BUqbouQi.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-43bd13ec] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-43bd13ec] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-43bd13ec] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-43bd13ec] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-43bd13ec] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-43bd13ec],
:root.mobile .desktop-only[data-v-43bd13ec] {
  display: none
}

.radius-badge[data-v-43bd13ec] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-43bd13ec] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-43bd13ec] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-43bd13ec] {
  bottom: -5rem
}

[data-v-43bd13ec]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-43bd13ec] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.user-container[data-v-43bd13ec] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
  width: 100%
}

@media (max-width:768px) {
  .user-container[data-v-43bd13ec] {
    box-sizing: border-box
  }
}

:root.mobile .user-container[data-v-43bd13ec] {
  padding: 0 15px
}

:root.dark-mode[data-v-43bd13ec] {
  background-color: #121212
}

.contact-us-container[data-v-43bd13ec] {
  background: url(images/users/plus/cdn-bg.png) no-repeat bottom;
  background-size: 100% 400px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 84px 0 100px
}

.contact-us-container .user-container[data-v-43bd13ec] {
  flex: 1
}

.contact-us-content[data-v-43bd13ec] {
  background: #e7faf6e5;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  color: var(--color-dark);
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  gap: 20px;
  justify-content: space-around;
  margin-bottom: 120px;
  padding: 60px;
  position: relative
}

.contact-us-content img[data-v-43bd13ec] {
  height: 104px;
  width: 104px
}

.contact-us-content .contact-us-content-item[data-v-43bd13ec] {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center
}

.contact-us-content .contact-us-content-item-img[data-v-43bd13ec] {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 160px;
  justify-content: center;
  width: 160px
}

.contact-us-content .contact-us-content-item-img img[data-v-43bd13ec] {
  height: 104px !important;
  width: 104px !important
}

.contact-us-content .contact-us-link-box[data-v-43bd13ec] {
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 25px;
  color: var(--color-primary);
  display: flex;
  font-size: 20px;
  font-weight: var(--font-weight-secondary);
  gap: 12px;
  height: 48px;
  justify-content: center;
  margin-top: 12px;
  width: 314px
}

.contact-us-content .contact-us-link-box .contact-us-link[data-v-43bd13ec] {
  color: var(--color-primary);
  cursor: pointer;
  font-size: 20px
}

.contact-us-content .contact-us-link-box .contact-us-link-email[data-v-43bd13ec] {
  color: var(--color-dark);
  cursor: default
}

.contact-us-content .contact-us-link-img[data-v-43bd13ec] {
  height: 24px;
  width: 24px
}

@media screen and (max-width:768px) {
  .contact-us-container[data-v-43bd13ec] {
    background-size: 100% 100px;
    flex-direction: column;
    gap: 40px;
    padding: 64px 0 150px
  }

  .contact-us-container .contact-us-content[data-v-43bd13ec] {
    margin-bottom: 0;
    margin-top: 0
  }

  .contact-us-container .contact-us-content-item[data-v-43bd13ec] {
    width: 100%
  }

  .contact-us-container .contact-us-content-item .contact-us-title-text[data-v-43bd13ec] {
    font-size: 20px
  }

  .contact-us-container .contact-us-content-item .contact-us-link-box[data-v-43bd13ec] {
    gap: 6px;
    height: unset;
    margin-top: 0;
    padding: 6px 10px;
    width: 100%
  }

  .contact-us-container .contact-us-content-item .contact-us-link-box .contact-us-link[data-v-43bd13ec] {
    font-size: 16px
  }

  .contact-us-container .contact-us-content-item .contact-us-link-box .contact-us-link-img[data-v-43bd13ec] {
    height: 24px;
    width: 24px
  }

  .contact-us-container .contact-us-content-item-img[data-v-43bd13ec] {
    height: 1rem;
    width: 1rem
  }

  .contact-us-container .contact-us-content-item-img img[data-v-43bd13ec] {
    height: .8rem !important;
    width: .8rem !important
  }
}

:root.dark-mode .contact-us-container .contact-us-content[data-v-43bd13ec] {
  background: #1d1d1fcc
}

:root.dark-mode .contact-us-container .contact-us-link-box[data-v-43bd13ec] {
  background: var(--color-dark-3)
}


/* 外部样式: https://cdn1.com/_nuxt/CustomService.CiD-qX8Z.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-78f694db] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-78f694db] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-78f694db] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-78f694db] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-78f694db] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-78f694db],
:root.mobile .desktop-only[data-v-78f694db] {
  display: none
}

.radius-badge[data-v-78f694db] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-78f694db] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-78f694db] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-78f694db] {
  bottom: -5rem
}

[data-v-78f694db]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-78f694db] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.custom-service-container .custom-service-content .custom-service-box[data-v-78f694db] {
  align-items: center;
  background: url(images/home_custom_service_bg.png) no-repeat 50%, #000;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: center;
  width: 1440px
}

.custom-service-container .custom-service-content .custom-service-box .title[data-v-78f694db] {
  color: #fff;
  font-family: Alimama ShuHeiTi;
  font-size: 40px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-align: center
}

.custom-service-container .custom-service-content .custom-service-box .sub-title[data-v-78f694db] {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 27px;
  opacity: .6
}

.custom-service-container .custom-service-content .custom-service-box .buttons[data-v-78f694db] {
  display: flex;
  gap: 20px;
  margin-top: 27px
}

.custom-service-container .custom-service-content .custom-service-box .buttons .button[data-v-78f694db] {
  align-items: center;
  border-radius: 30px;
  display: flex;
  font-family: Inter;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  gap: 10px;
  height: 58px;
  justify-content: center;
  letter-spacing: 0;
  padding: 0 20px
}

.custom-service-container .custom-service-content .custom-service-box .buttons .button.button-1[data-v-78f694db] {
  background: linear-gradient(90deg, var(--color-primary) 0, var(--color-primary-light) 100%);
  color: #fff
}

.custom-service-container .custom-service-content .custom-service-box .buttons .button.button-2[data-v-78f694db] {
  background: #fff;
  color: #000
}

:root.mobile .custom-service-container .custom-service-content[data-v-78f694db] {
  display: flex;
  justify-content: center
}

:root.mobile .custom-service-container .custom-service-content .custom-service-box[data-v-78f694db] {
  background-image: url(../images/home_custom_service_bg_mobile.png);
  height: 100%;
  padding: 1.4rem 0;
  width: 6.9rem
}

:root.mobile .custom-service-container .custom-service-content .custom-service-box .title[data-v-78f694db] {
  font-size: .4rem;
  line-height: .6rem;
  text-align: center;
  width: 5.9rem;
  word-break: break-all
}

:root.mobile .custom-service-container .custom-service-content .custom-service-box .sub-title[data-v-78f694db] {
  font-size: .28rem;
  line-height: .44rem;
  margin-top: .5rem;
  text-align: center;
  width: 4.8rem;
  word-break: break-all
}

:root.mobile .custom-service-container .custom-service-content .custom-service-box .buttons[data-v-78f694db] {
  gap: .2rem;
  margin-top: .7rem
}

:root.mobile .custom-service-container .custom-service-content .custom-service-box .buttons .button[data-v-78f694db] {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: .32rem;
  height: .7rem;
  justify-content: center;
  padding: 0;
  width: 2.08rem
}

:root.dark-mode[data-v-78f694db] body {
  background: #101010 !important
}


/* 外部样式: https://cdn1.com/_nuxt/GlobalFooter.DkIis3Us.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-cd7647f5] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-cd7647f5] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-cd7647f5] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-cd7647f5] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-cd7647f5] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-cd7647f5],
:root.mobile .desktop-only[data-v-cd7647f5] {
  display: none
}

.radius-badge[data-v-cd7647f5] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-cd7647f5] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-cd7647f5] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-cd7647f5] {
  bottom: -5rem
}

[data-v-cd7647f5]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-cd7647f5] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.global-footer-container[data-v-cd7647f5] {
  background: var(--bg-color-white);
  padding-top: 200px
}

.global-footer-container .footer-content[data-v-cd7647f5] {
  display: flex;
  flex-direction: row
}

.global-footer-container .footer-content .left[data-v-cd7647f5] {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between
}

.global-footer-container .footer-content .right[data-v-cd7647f5] {
  flex: 2
}

.global-footer-container .footer-content .purchase-methods-container .title[data-v-cd7647f5] {
  color: var(--color-dark);
  font-size: 16px
}

.global-footer-container .footer-content .purchase-methods-container .purchase-icons[data-v-cd7647f5] {
  background: url(images/purchase_icons.png) no-repeat 50%;
  background-size: contain;
  height: 20px;
  margin-top: 20px;
  width: 182px
}

.global-footer-container .footer-content .logo-container[data-v-cd7647f5] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap
}

.global-footer-container .footer-content .logo-container .logo[data-v-cd7647f5] {
  background: url(images/head_logo.png) no-repeat 50%;
  background-size: cover;
  height: 40px;
  width: 160px
}

.global-footer-container .footer-content .logo-container .check-status[data-v-cd7647f5] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 14px;
  font-weight: var(--font-weight-secondary);
  letter-spacing: 0;
  margin-top: 10px
}

.global-footer-container .footer-content .logo-container .links[data-v-cd7647f5] {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin-top: 10px
}

.global-footer-container .footer-content .logo-container .links .link[data-v-cd7647f5] {
  height: 40px;
  opacity: .8;
  width: 40px
}

.global-footer-container .footer-content .logo-container .links .link.icon-telegram[data-v-cd7647f5] {
  background: url(images/home_ic_tel_nor.png) no-repeat 50%;
  background-size: contain
}

.global-footer-container .footer-content .logo-container .links .link.icon-email[data-v-cd7647f5] {
  background: url(images/home_ic_email_nor.png) no-repeat 50%;
  background-size: contain
}

.global-footer-container .footer-content .logo-container .links .link.icon-github[data-v-cd7647f5] {
  background: url(images/home_ic_github_nor.png) no-repeat 50%;
  background-size: contain
}

.global-footer-container .footer-content .logo-container .links .link[data-v-cd7647f5]:hover {
  opacity: 1
}

.global-footer-container .footer-content .link-container-group[data-v-cd7647f5] {
  align-items: flex-start;
  display: flex;
  justify-content: space-around
}

.global-footer-container .footer-content .link-container-group .link-container[data-v-cd7647f5] {
  display: flex;
  flex-direction: column
}

.global-footer-container .footer-content .link-container-group .link-container .title[data-v-cd7647f5] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  word-break: break-all
}

.global-footer-container .footer-content .link-container-group .link-container .list[data-v-cd7647f5] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px
}

.global-footer-container .footer-content .link-container-group .link-container .list .link[data-v-cd7647f5] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 14px;
  font-weight: var(--font-weight-secondary);
  letter-spacing: 0
}

.global-footer-container .footer-content .link-container-group .link-container .list .link[data-v-cd7647f5]:hover {
  color: var(--color-primary)
}

.global-footer-container .copyright[data-v-cd7647f5] {
  align-items: center;
  color: var(--text-color-regular);
  display: flex;
  font-family: Inter;
  font-size: 14px;
  font-weight: var(--font-weight-secondary);
  justify-content: center;
  letter-spacing: 0;
  padding: 53px 0
}

:root.mobile .global-footer-container[data-v-cd7647f5] {
  padding-top: 6rem
}

:root.mobile .global-footer-container .footer-content[data-v-cd7647f5] {
  flex-direction: column;
  margin: 0 auto;
  width: 6.9rem
}

:root.mobile .global-footer-container .footer-content .purchase-methods-container .title[data-v-cd7647f5] {
  margin-top: .2rem
}

:root.mobile .global-footer-container .footer-content .logo-container[data-v-cd7647f5] {
  display: flex
}

:root.mobile .global-footer-container .footer-content .logo-container .logo[data-v-cd7647f5] {
  background-size: contain;
  height: 40px;
  width: 160px
}

:root.mobile .global-footer-container .footer-content .logo-container .check-status[data-v-cd7647f5] {
  font-size: .24rem;
  margin-left: .4rem;
  margin-top: 0
}

:root.mobile .global-footer-container .footer-content .logo-container .links[data-v-cd7647f5] {
  margin-top: .6rem
}

:root.mobile .global-footer-container .footer-content .logo-container .links .link[data-v-cd7647f5] {
  height: .8rem;
  width: .8rem
}

:root.mobile .global-footer-container .footer-content .link-container-group[data-v-cd7647f5] {
  flex-wrap: wrap;
  gap: .9rem 0;
  margin: .8rem auto 0
}

:root.mobile .global-footer-container .footer-content .link-container-group .link-container[data-v-cd7647f5] {
  width: 33%
}

:root.mobile .global-footer-container .footer-content .link-container-group .link-container .title[data-v-cd7647f5] {
  font-size: .26rem
}

:root.mobile .global-footer-container .copyright[data-v-cd7647f5],
:root.mobile .global-footer-container .footer-content .link-container-group .link-container .list .link[data-v-cd7647f5] {
  font-size: .24rem
}

:root.dark-mode .global-footer-container[data-v-cd7647f5] {
  background: #101010
}

:root.dark-mode .global-footer-container .footer-content .logo-container .logo[data-v-cd7647f5] {
  background: url(images/m_head_logo_dark.svg) no-repeat 50%;
  background-size: contain
}

:root.dark-mode .icon-telegram[data-v-cd7647f5] {
  background-image: url(../images/home_ic_tel_nor_dark.png) !important
}

:root.dark-mode .icon-email[data-v-cd7647f5] {
  background-image: url(../images/home_ic_email_nor_dark.png) !important
}

:root.dark-mode .icon-github[data-v-cd7647f5] {
  background-image: url(../images/home_ic_github_nor_dark.png) !important
}


/* 外部样式: https://cdn1.com/_nuxt/index.K583pAWJ.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-fe3a0f3b] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-fe3a0f3b] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-fe3a0f3b] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-fe3a0f3b] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-fe3a0f3b] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-fe3a0f3b],
:root.mobile .desktop-only[data-v-fe3a0f3b] {
  display: none
}

.radius-badge[data-v-fe3a0f3b] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-fe3a0f3b] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-fe3a0f3b] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-fe3a0f3b] {
  bottom: -5rem
}

[data-v-fe3a0f3b]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-fe3a0f3b] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.banner-container[data-v-fe3a0f3b] {
  background: url(images/banner_bg.png) no-repeat 50%;
  background-size: cover;
  height: 770px;
  min-width: 1440px;
  overflow: hidden;
  position: relative
}

.banner-container .bg-1[data-v-fe3a0f3b] {
  background: url(images/home_banner_bg_1.png) no-repeat 50%;
  background-size: contain;
  height: 439px;
  left: 0;
  position: absolute;
  top: 0;
  width: 361px
}

.banner-container .banner-content[data-v-fe3a0f3b] {
  margin-top: 194px;
  position: relative;
  z-index: 2
}

.banner-container .banner-content .first-line[data-v-fe3a0f3b] {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-start
}

.banner-container .banner-content .first-line .item[data-v-fe3a0f3b] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 40px;
  font-size: 48px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-align: center
}

.banner-container .banner-content .first-line .item .em[data-v-fe3a0f3b] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.banner-container .banner-content .first-line .separate[data-v-fe3a0f3b] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  height: 28px;
  transform: rotate(20deg);
  width: 6px
}

.banner-container .banner-content .second-line[data-v-fe3a0f3b] {
  color: var(--color-dark);
  font-size: 24px;
  font-weight: var(--font-weight-secondary);
  margin-top: 20px;
  ffont-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0
}

.banner-container .banner-content .buttons[data-v-fe3a0f3b] {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 40px
}

.banner-container .banner-content .buttons .button[data-v-fe3a0f3b] {
  align-items: center;
  border-radius: 30px;
  display: flex;
  font-family: Inter;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  padding: 14px 30px
}

.banner-container .banner-content .buttons .button.primary[data-v-fe3a0f3b] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  color: #fff
}

.banner-container .banner-content .buttons .button.primary .arrow-icon[data-v-fe3a0f3b] {
  background: url(images/btn_ic_arrow.png) no-repeat 50%;
  background-size: cover
}

.banner-container .banner-content .buttons .button.more[data-v-fe3a0f3b] {
  background: none;
  background-color: var(--color-dark);
  color: var(--color-white)
}

.banner-container .banner-content .buttons .button .arrow-icon[data-v-fe3a0f3b] {
  background: url(images/btn_ic_arrow.png) no-repeat 50%;
  background-size: cover;
  height: 20px;
  margin-left: 10px;
  width: 20px
}

.banner-container .bottom-container[data-v-fe3a0f3b] {
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-color: #fff9;
  bottom: 0;
  height: 176px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3
}

.banner-container .bottom-container .bottom-content[data-v-fe3a0f3b] {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start
}

.banner-container .bottom-container .bottom-content .numbers[data-v-fe3a0f3b] {
  align-items: center;
  display: flex;
  gap: 140px;
  justify-content: center
}

.banner-container .bottom-container .bottom-content .numbers .number-item[data-v-fe3a0f3b] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.banner-container .bottom-container .bottom-content .numbers .number-item .count[data-v-fe3a0f3b] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Alimama ShuHeiTi;
  font-family: Tektur;
  font-size: 64px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  -webkit-text-fill-color: transparent
}

.banner-container .bottom-container .bottom-content .numbers .number-item .label[data-v-fe3a0f3b] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  text-align: center
}

.banner-container .bottom-container .bottom-content .bottom-arrow[data-v-fe3a0f3b] {
  background: url(images/banner_bottom_arrow.png) no-repeat 50%;
  background-size: cover;
  cursor: pointer;
  height: 60px;
  margin-left: 400px;
  width: 60px
}

.banner-container .bottom-container .bottom-content .bottom-arrow[data-v-fe3a0f3b]:hover {
  transform: scale(1.1);
  transition: all .3s ease-in-out
}

.banner-container .ani-container[data-v-fe3a0f3b] {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(350px);
  width: 100%;
  z-index: 1
}

/* 浮动动画 - 两张图作为整体一起浮动 */
@keyframes floatTogether {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-10px, -15px);
  }
  50% {
    transform: translate(-5px, -20px);
  }
  75% {
    transform: translate(-15px, -10px);
  }
}

.banner-container .ani-container[data-v-fe3a0f3b] svg g[clip-path="url(#__lottie_element_2)"] {
  animation: floatTogether 6s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

:root.mobile .banner-container[data-v-fe3a0f3b] {
  background-image: url(../images/banner_bg_mobile.png);
  height: 15rem;
  min-width: 7.5rem;
  width: 7.5rem
}

:root.mobile .banner-container .bg-1[data-v-fe3a0f3b] {
  height: 4.39rem;
  left: -.5rem;
  top: 0;
  width: 4.61rem
}

:root.mobile .banner-container .banner-content[data-v-fe3a0f3b] {
  margin-top: 1.8rem;
  padding: 0 .3rem
}

:root.mobile .banner-container .banner-content .first-line[data-v-fe3a0f3b] {
  flex-wrap: wrap;
  gap: .2rem
}

:root.mobile .banner-container .banner-content .first-line .item[data-v-fe3a0f3b] {
  font-size: .56rem
}

:root.mobile .banner-container .banner-content .first-line .separate[data-v-fe3a0f3b] {
  height: .4rem;
  width: .1rem
}

:root.mobile .banner-container .banner-content .second-line[data-v-fe3a0f3b] {
  font-size: .3rem;
  margin-top: .3rem
}

:root.mobile .banner-container .banner-content .buttons[data-v-fe3a0f3b] {
  gap: .2rem;
  justify-content: space-between;
  margin-top: 1rem;
  width: 6.9rem
}

:root.mobile .banner-container .banner-content .buttons .button[data-v-fe3a0f3b] {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: .32rem;
  gap: 0;
  height: .76rem;
  justify-content: center;
  padding: 0
}

:root.mobile .banner-container .banner-content .buttons .button .arrow-icon[data-v-fe3a0f3b] {
  height: .3rem;
  width: .3rem
}

:root.mobile .banner-container .bottom-container[data-v-fe3a0f3b] {
  bottom: -1px;
  height: 2.6rem
}

:root.mobile .banner-container .bottom-container .bottom-content[data-v-fe3a0f3b] {
  padding: 0 .3rem
}

:root.mobile .banner-container .bottom-container .bottom-content .numbers[data-v-fe3a0f3b] {
  gap: .6rem
}

:root.mobile .banner-container .bottom-container .bottom-content .numbers .number-item[data-v-fe3a0f3b] {
  white-space: nowrap
}

:root.mobile .banner-container .bottom-container .bottom-content .numbers .number-item .count[data-v-fe3a0f3b] {
  font-size: .64rem
}

:root.mobile .banner-container .bottom-container .bottom-content .numbers .number-item .label[data-v-fe3a0f3b] {
  font-size: .2rem
}

:root.mobile .banner-container .bottom-container .bottom-content .bottom-arrow[data-v-fe3a0f3b] {
  height: .6rem;
  margin-left: 1.6rem;
  min-width: .6rem;
  width: .6rem
}

:root.mobile .banner-container .ani-container-mobile[data-v-fe3a0f3b] {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-30px, 200px) scale(1.4);
  width: 100%;
  z-index: 1
}

:root.dark-mode .banner-container[data-v-fe3a0f3b] {
  background: url(images/banner_bg_dark.png) no-repeat 50%;
  background-size: cover
}

:root.dark-mode .banner-container .more .arrow-icon[data-v-fe3a0f3b] {
  background: url(images/btn_ic_arrow_dark.png) no-repeat 50%
}

:root.dark-mode .banner-container .bottom-container[data-v-fe3a0f3b] {
  background-color: #0009
}

:root.dark-mode .bottom-arrow[data-v-fe3a0f3b] {
  background-image: url(../images/banner_bottom_arrow_dark.png) !important
}

:root.dark-mode.mobile .banner-container[data-v-fe3a0f3b] {
  background: url(images/banner_bg_mobile_dark.png) no-repeat 50%;
  background-size: cover
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-924ca37e] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-924ca37e] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-924ca37e] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-924ca37e] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-924ca37e] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-924ca37e],
:root.mobile .desktop-only[data-v-924ca37e] {
  display: none
}

.radius-badge[data-v-924ca37e] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-924ca37e] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-924ca37e] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-924ca37e] {
  bottom: -5rem
}

[data-v-924ca37e]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-924ca37e] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.cards-container[data-v-924ca37e] {
  align-items: stretch;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 60px !important
}

.cards-container .card[data-v-924ca37e] {
  background-color: var(--bg-color-white);
  border: 2px solid var(--border-color-light-2);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 30px 40px;
  position: relative;
  width: 466px
}

.cards-container .card .icon[data-v-924ca37e] {
  height: 80px;
  width: 80px
}

.cards-container .card .title[data-v-924ca37e] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 34px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 16px
}

.cards-container .card .desc[data-v-924ca37e] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-secondary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

.cards-container .card .link[data-v-924ca37e] {
  margin-top: 20px
}

.cards-container .card .link .button[data-v-924ca37e] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-align: center
}

.cards-container .card .bg[data-v-924ca37e] {
  bottom: 0;
  height: 148px;
  position: absolute;
  right: 0;
  width: 160px
}

.cards-container .card .bg.bg-1[data-v-924ca37e] {
  background: url(images/home_card_bg_1.png) no-repeat;
  background-size: cover
}

.cards-container .card .bg.bg-2[data-v-924ca37e] {
  background: url(images/home_card_bg_2.png) no-repeat;
  background-size: cover
}

.cards-container .card .bg.bg-3[data-v-924ca37e] {
  background: url(images/home_card_bg_3.png) no-repeat;
  background-size: cover
}

.cards-container .card .mask[data-v-924ca37e] {
  background-image: url(../images/home_card_mask.png);
  background-repeat: no-repeat;
  background-size: 464px 80px;
  height: 80px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s ease;
  width: 464px
}

.cards-container .card[data-v-924ca37e]:hover {
  border-color: var(--color-primary);
  transition: all .3s ease
}

.cards-container .card:hover .link .button[data-v-924ca37e] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.cards-container .card:hover .mask[data-v-924ca37e] {
  opacity: 1
}

:root.mobile .cards-container[data-v-924ca37e] {
  align-items: center;
  flex-direction: column;
  gap: .2rem
}

:root.mobile .cards-container .card[data-v-924ca37e] {
  height: auto;
  min-height: 5.09rem;
  padding: .4rem;
  width: 6.4rem
}

:root.mobile .cards-container .card .icon[data-v-924ca37e] {
  height: 1.2rem;
  width: 1.2rem
}

:root.mobile .cards-container .card .title[data-v-924ca37e] {
  font-size: .38rem;
  margin-top: .2rem
}

:root.mobile .cards-container .card .desc[data-v-924ca37e] {
  font-size: .28rem;
  margin-top: .5rem
}

:root.mobile .cards-container .card .link[data-v-924ca37e] {
  display: flex;
  margin-top: .3rem
}

:root.dark-mode .cards-container .card[data-v-924ca37e] {
  border: none
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-41178438] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-41178438] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-41178438] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-41178438] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-41178438] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-41178438],
:root.mobile .desktop-only[data-v-41178438] {
  display: none
}

.radius-badge[data-v-41178438] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-41178438] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-41178438] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-41178438] {
  bottom: -5rem
}

[data-v-41178438]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-41178438] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.cdn-functions-container[data-v-41178438] {
  background: url(images/home_cdn_functions_bg.png) no-repeat 50%;
  margin-top: 120px !important;
  padding-bottom: 50px;
  position: relative
}

.cdn-functions-container .cdn-title[data-v-41178438] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0
}

.cdn-functions-container .cdn-desc[data-v-41178438] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 30px;
  width: 664px
}

.cdn-functions-container .list-container[data-v-41178438] {
  display: flex;
  justify-content: center;
  margin-top: 94px
}

.cdn-functions-container .list-container .list[data-v-41178438] {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px 0;
  justify-content: space-around;
  margin-left: 500px;
  width: 910px
}

.cdn-functions-container .list-container .list .item[data-v-41178438] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  min-width: 400px
}

.cdn-functions-container .list-container .list .item .icon[data-v-41178438] {
  background: url(images/home_cdn_functions_arrow.png) no-repeat 50%;
  height: 30px;
  width: 30px
}

.cdn-functions-container .list-container .list .item .title[data-v-41178438] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  margin-top: 10px;
  -webkit-text-fill-color: transparent
}

.cdn-functions-container .list-container .list .item .desc[data-v-41178438] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

:root.mobile .cdn-functions-container[data-v-41178438] {
  margin-top: .8rem !important
}

:root.mobile .cdn-functions-container .cdn-title[data-v-41178438] {
  font-size: .6rem;
  padding: 0 .56rem 0 .3rem
}

:root.mobile .cdn-functions-container .cdn-desc[data-v-41178438] {
  box-sizing: border-box;
  font-size: .28rem;
  padding: 0 .56rem 0 .3rem;
  width: 6.64rem
}

:root.mobile .cdn-functions-container .list-container[data-v-41178438] {
  margin-top: .66rem
}

:root.mobile .cdn-functions-container .list-container .list[data-v-41178438] {
  gap: .7rem;
  margin-left: 0;
  width: 5.6rem
}

:root.mobile .cdn-functions-container .list-container .list .item[data-v-41178438] {
  max-width: 5.6rem;
  min-width: 5.6rem
}

:root.mobile .cdn-functions-container .list-container .list .item .icon[data-v-41178438] {
  height: .45rem;
  width: .45rem
}

:root.mobile .cdn-functions-container .list-container .list .item .title[data-v-41178438] {
  font-size: .38rem;
  margin-top: .2rem
}

:root.mobile .cdn-functions-container .list-container .list .item .desc[data-v-41178438] {
  font-size: .28rem;
  margin-top: .4rem
}

:root.dark-mode .cdn-functions-container[data-v-41178438] {
  background: url(images/home_cdn_functions_bg_dark.png) no-repeat 50%
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-93dff109] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-93dff109] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-93dff109] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-93dff109] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-93dff109] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-93dff109],
:root.mobile .desktop-only[data-v-93dff109] {
  display: none
}

.radius-badge[data-v-93dff109] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-93dff109] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-93dff109] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-93dff109] {
  bottom: -5rem
}

[data-v-93dff109]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-93dff109] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.cdn-features-container[data-v-93dff109] {
  margin-top: 60px
}

.cdn-features-container .cdn-title[data-v-93dff109] {
  align-items: center;
  color: var(--color-dark);
  display: flex;
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: var(--font-weight-bold);
  gap: 50px;
  letter-spacing: 0
}

.cdn-features-container .cdn-title .icon[data-v-93dff109] {
  background: url(images/home_cdn_features_title_ic.png) no-repeat 50%;
  background-size: contain;
  height: 48px;
  width: 60px
}

.cdn-features-container .list[data-v-93dff109] {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 80px
}

.cdn-features-container .list .item[data-v-93dff109] {
  background: linear-gradient(270deg, var(--color-white-2) 2.06%, var(--color-white-3) 98.01%);
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 34px 26px 32px 40px;
  position: relative;
  width: 466px
}

.cdn-features-container .list .item .bg[data-v-93dff109] {
  background: url(images/home_cdn_features_item_bg.png) no-repeat 50%;
  background-size: contain;
  height: 112px;
  position: absolute;
  right: 0;
  top: 0;
  width: 310px
}

.cdn-features-container .list .item .icon[data-v-93dff109] {
  border-radius: 20px;
  height: 70px;
  width: 70px
}

.cdn-features-container .list .item .title[data-v-93dff109] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 24px
}

.cdn-features-container .list .item .desc[data-v-93dff109] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

:root.mobile .cdn-features-container[data-v-93dff109] {
  margin: 0 auto;
  width: 100%
}

:root.mobile .cdn-features-container .cdn-title[data-v-93dff109] {
  font-size: .6rem;
  gap: .5rem
}

:root.mobile .cdn-features-container .cdn-title .icon[data-v-93dff109] {
  height: .48rem;
  width: .6rem
}

:root.mobile .cdn-features-container .list[data-v-93dff109] {
  gap: .2rem;
  margin-top: .6rem
}

:root.mobile .cdn-features-container .list .item[data-v-93dff109] {
  border-width: .01rem;
  min-height: 5.15rem;
  padding: .3rem;
  width: 100%
}

:root.mobile .cdn-features-container .list .item .bg[data-v-93dff109] {
  height: 1.12rem;
  width: 3.1rem
}

:root.mobile .cdn-features-container .list .item .icon[data-v-93dff109] {
  height: 1.05rem;
  width: 1.05rem
}

:root.mobile .cdn-features-container .list .item .title[data-v-93dff109] {
  font-size: .34rem;
  margin-top: .7rem
}

:root.mobile .cdn-features-container .list .item .desc[data-v-93dff109] {
  font-size: .28rem;
  margin-top: .3rem
}

:root.dark-mode .cdn-features-container .item[data-v-93dff109] {
  border: none
}

:root.dark-mode .cdn-features-container .item .bg[data-v-93dff109] {
  background: url(images/home_cdn_features_item_bg_dark.png) no-repeat 50%
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-e6602c57] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-e6602c57] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-e6602c57] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-e6602c57] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-e6602c57] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-e6602c57],
:root.mobile .desktop-only[data-v-e6602c57] {
  display: none
}

.radius-badge[data-v-e6602c57] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-e6602c57] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-e6602c57] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-e6602c57] {
  bottom: -5rem
}

[data-v-e6602c57]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-e6602c57] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.why-us-container[data-v-e6602c57] {
  background: url(images/home_why_us_bg.png) no-repeat 50%;
  background-size: cover;
  height: 1000px;
  margin-top: 180px
}

.why-us-container .why-us-content[data-v-e6602c57] {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center
}

.why-us-container .why-us-content .header[data-v-e6602c57] {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.why-us-container .why-us-content .header .left[data-v-e6602c57] {
  display: flex;
  flex-direction: column
}

.why-us-container .why-us-content .header .left .header-title[data-v-e6602c57] {
  color: var(--color-white);
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0
}

.why-us-container .why-us-content .header .left .header-list[data-v-e6602c57] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 30px
}

.why-us-container .why-us-content .header .left .header-list .header-list-item[data-v-e6602c57] {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 12px 0
}

.why-us-container .why-us-content .header .left .header-list .header-list-item .icon[data-v-e6602c57] {
  background: url(images/home_why_us_list_icon.png) no-repeat 50%;
  background-size: cover;
  height: 22px;
  width: 22px
}

.why-us-container .why-us-content .header .left .header-list .header-list-item .text[data-v-e6602c57] {
  color: var(--color-white);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0
}

.why-us-container .why-us-content .header .right[data-v-e6602c57] {
  background: url(images/home_why_us_right_bg.png) no-repeat 50%;
  background-size: cover;
  height: 420px;
  width: 580px
}

.why-us-container .why-us-content .list-container[data-v-e6602c57] {
  margin-top: 80px;
  overflow-x: auto;
  overflow-y: hidden
}

.why-us-container .why-us-content .list-container[data-v-e6602c57]::-webkit-scrollbar {
  display: none
}

.why-us-container .why-us-content .list-container .list[data-v-e6602c57] {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px
}

.why-us-container .why-us-content .list-container .list .item[data-v-e6602c57] {
  background: var(--color-white);
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 340px;
  padding: 40px;
  width: 340px
}

.why-us-container .why-us-content .list-container .list .item .icon[data-v-e6602c57] {
  height: 70px;
  width: 70px
}

.why-us-container .why-us-content .list-container .list .item .title[data-v-e6602c57] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 26px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 24px
}

.why-us-container .why-us-content .list-container .list .item .desc[data-v-e6602c57] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 20px
}

:root.mobile .why-us-container[data-v-e6602c57] {
  background-image: url(../images/home_why_us_bg_mobile.png);
  height: auto;
  margin-top: 1rem
}

:root.mobile .why-us-container .why-us-content[data-v-e6602c57] {
  height: auto;
  overflow: hidden;
  padding-bottom: .6rem
}

:root.mobile .why-us-container .why-us-content .header[data-v-e6602c57] {
  align-items: stretch;
  flex-direction: column;
  margin: 1.7rem auto 0;
  width: 6.9rem
}

:root.mobile .why-us-container .why-us-content .header .left .header-title[data-v-e6602c57] {
  font-size: .6rem
}

:root.mobile .why-us-container .why-us-content .header .left .header-list[data-v-e6602c57] {
  margin-top: .5rem
}

:root.mobile .why-us-container .why-us-content .header .left .header-list .header-list-item .icon[data-v-e6602c57] {
  height: .3rem;
  width: .3rem
}

:root.mobile .why-us-container .why-us-content .header .left .header-list .header-list-item .text[data-v-e6602c57] {
  font-size: .28rem
}

:root.mobile .why-us-container .why-us-content .header .right[data-v-e6602c57] {
  height: 5.02rem;
  margin-top: .7rem;
  width: 6.9rem
}

:root.mobile .why-us-container .why-us-content .list-container[data-v-e6602c57] {
  box-sizing: border-box;
  margin-top: 1.3rem;
  padding: 0 .3rem;
  width: 100%
}

:root.mobile .why-us-container .why-us-content .list-container .list[data-v-e6602c57] {
  gap: .2rem;
  padding-right: 2rem;
  width: 100%
}

:root.mobile .why-us-container .why-us-content .list-container .list .item[data-v-e6602c57] {
  min-height: 4.44rem;
  min-width: 4rem;
  padding: .4rem;
  width: 4rem
}

:root.mobile .why-us-container .why-us-content .list-container .list .item .icon[data-v-e6602c57] {
  height: 1.05rem;
  width: 1.05rem
}

:root.mobile .why-us-container .why-us-content .list-container .list .item .title[data-v-e6602c57] {
  font-size: .38rem;
  margin-top: .5rem
}

:root.mobile .why-us-container .why-us-content .list-container .list .item .desc[data-v-e6602c57] {
  font-size: .28rem;
  margin-top: .3rem
}

:root.dark-mode .why-us-container .why-us-content .header .left .header-list .header-list-item .icon[data-v-e6602c57] {
  background: url(images/home_why_us_list_icon_dark.png) no-repeat 50%
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-bc7d87fc] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-bc7d87fc] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-bc7d87fc] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-bc7d87fc] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-bc7d87fc] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-bc7d87fc],
:root.mobile .desktop-only[data-v-bc7d87fc] {
  display: none
}

.radius-badge[data-v-bc7d87fc] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-bc7d87fc] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-bc7d87fc] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-bc7d87fc] {
  bottom: -5rem
}

[data-v-bc7d87fc]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-bc7d87fc] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.scenario-container[data-v-bc7d87fc] {
  margin-top: 120px
}

.scenario-container .scenario-content .head .title[data-v-bc7d87fc] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0
}

.scenario-container .scenario-content .card[data-v-bc7d87fc] {
  background: linear-gradient(270deg, var(--color-white-2) 2.06%, var(--color-white-3) 98.01%);
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  display: flex;
  height: 630px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.scenario-container .scenario-content .card .left[data-v-bc7d87fc] {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background: var(--color-white) 80;
  border-right: 1px solid var(--color-white);
  height: 100%;
  position: relative;
  width: 280px;
  z-index: 2
}

.scenario-container .scenario-content .card .left .tabs[data-v-bc7d87fc] {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  justify-content: center
}

.scenario-container .scenario-content .card .left .tab[data-v-bc7d87fc] {
  align-items: center;
  background: var(--color-white);
  border-radius: 30px;
  color: var(--color-dark);
  cursor: pointer;
  display: flex;
  font-family: Lexend;
  font-size: 18px;
  font-weight: var(--font-weight-secondary);
  height: 54px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 150%;
  padding: 0 10px;
  text-align: center;
  width: 150px
}

.scenario-container .scenario-content .card .left .tab.active[data-v-bc7d87fc] {
  background: var(--color-dark);
  color: var(--color-white)
}

.scenario-container .scenario-content .card .right[data-v-bc7d87fc] {
  display: flex;
  flex: 1;
  padding-left: 80px;
  position: relative;
  z-index: 2
}

.scenario-container .scenario-content .card .right .content-wrapper[data-v-bc7d87fc] {
  display: none;
  flex: 1;
  position: relative;
  z-index: 2
}

.scenario-container .scenario-content .card .right .content-wrapper.active[data-v-bc7d87fc] {
  display: flex;
  flex-direction: row;
  align-items: center
}

.scenario-container .scenario-content .card .right .content-list[data-v-bc7d87fc] {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  width: 640px
}

.scenario-container .scenario-content .card .right .content-list .item .title[data-v-bc7d87fc] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 34px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  position: relative;
  z-index: 2
}

.scenario-container .scenario-content .card .right .content-list .item .desc[data-v-bc7d87fc] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 24px;
  position: relative;
  z-index: 2
}

.scenario-container .scenario-content .card .right .icon[data-v-bc7d87fc] {
  background-image: url(../images/home_scenario_icon_1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  margin-top: -285px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 480px
}

.scenario-container .scenario-content .card .corner[data-v-bc7d87fc] {
  background-image: url(images/home_scenario_corner.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 474px;
  position: absolute;
  right: 0;
  width: 530px;
  z-index: 3
}

:root.mobile .scenario-container[data-v-bc7d87fc] {
  margin-top: 1rem
}

:root.mobile .scenario-container .scenario-content .head .title[data-v-bc7d87fc] {
  font-size: .6rem;
  text-align: center
}

:root.mobile .scenario-container .scenario-content .card[data-v-bc7d87fc] {
  border-radius: .5rem;
  border-width: .01rem;
  flex-direction: column;
  height: auto;
  margin: .6rem auto 0;
  width: 6.9rem
}

:root.mobile .scenario-container .scenario-content .card .left[data-v-bc7d87fc] {
  height: 1.8rem;
  overflow-x: auto;
  padding-left: .5rem;
  width: 100%
}

:root.mobile .scenario-container .scenario-content .card .left .tabs[data-v-bc7d87fc] {
  flex-direction: row;
  gap: .3rem;
  padding-right: 1rem;
  width: 10rem
}

:root.mobile .scenario-container .scenario-content .card .left[data-v-bc7d87fc] ::-webkit-scrollbar {
  display: none
}

:root.mobile .scenario-container .scenario-content .card .left .tab[data-v-bc7d87fc] {
  border-radius: .45rem;
  font-size: .32rem;
  height: .7rem;
  min-width: 2rem
}

:root.mobile .scenario-container .scenario-content .card .right[data-v-bc7d87fc] {
  flex-direction: column;
  padding: 1.2rem .3rem 0;
  width: 100%
}

:root.mobile .scenario-container .scenario-content .card .right .content-wrapper[data-v-bc7d87fc] {
  flex-direction: column;
  padding: 0
}

:root.mobile .scenario-container .scenario-content .card .right .content-wrapper.active[data-v-bc7d87fc] {
  display: flex
}

:root.mobile .scenario-container .scenario-content .card .right .content-list[data-v-bc7d87fc] {
  gap: .8rem;
  width: 6.3rem
}

:root.mobile .scenario-container .scenario-content .card .right .content-list .item .title[data-v-bc7d87fc] {
  font-size: .38rem
}

:root.mobile .scenario-container .scenario-content .card .right .content-list .item .desc[data-v-bc7d87fc] {
  font-size: .28rem;
  margin-top: .3rem
}

:root.mobile .scenario-container .scenario-content .card .right .icon[data-v-bc7d87fc] {
  height: 4.8rem;
  margin-top: 0;
  position: static;
  right: 0;
  top: 0;
  width: 4.8rem
}

:root.mobile .scenario-container .scenario-content .card .corner[data-v-bc7d87fc] {
  background-image: url(../images/home_scenario_corner_m.png);
  height: 4.74rem;
  width: 5.3rem
}

:root.dark-mode .scenario-container .card .left[data-v-bc7d87fc] {
  border-right: 1px solid hsla(0, 0%, 100%, .1)
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-30a2e1bf] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-30a2e1bf] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-30a2e1bf] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-30a2e1bf] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-30a2e1bf] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-30a2e1bf],
:root.mobile .desktop-only[data-v-30a2e1bf] {
  display: none
}

.radius-badge[data-v-30a2e1bf] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-30a2e1bf] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-30a2e1bf] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-30a2e1bf] {
  bottom: -5rem
}

[data-v-30a2e1bf]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-30a2e1bf] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}


/* 外部样式: https://cdn1.com/_nuxt/index.2n1UH0nq.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-90efa2d9] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-90efa2d9] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-90efa2d9] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-90efa2d9] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-90efa2d9] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-90efa2d9],
:root.mobile .desktop-only[data-v-90efa2d9] {
  display: none
}

.radius-badge[data-v-90efa2d9] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-90efa2d9] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-90efa2d9] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-90efa2d9] {
  bottom: -5rem
}

[data-v-90efa2d9]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-90efa2d9] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.switch-enter-container[data-v-90efa2d9] {
  background: url(images/switch-bg.png) no-repeat 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100vw
}

.switch-enter-container .page-container[data-v-90efa2d9] {
  box-sizing: content-box;
  height: 100%;
  width: 100%
}

.switch-enter-container .logo[data-v-90efa2d9] {
  background: url(images/head_logo.png) no-repeat 50%;
  display: inline-block;
  height: 34px;
  left: 50px;
  position: absolute;
  text-indent: -9999px;
  top: 40px;
  width: 164px;
  z-index: 1000
}

.switch-enter-container .card-list[data-v-90efa2d9] {
  align-items: center;
  display: flex;
  gap: 40px;
  height: 100%;
  justify-content: center
}

.switch-enter-container .card[data-v-90efa2d9] {
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 608px;
  padding: 40px;
  position: relative;
  width: 480px
}

.switch-enter-container .card[data-v-90efa2d9]:first-child {
  background: url(images/switch-home.png) no-repeat 50%, #fff;
  background-size: cover
}

.switch-enter-container .card[data-v-90efa2d9]:nth-child(2) {
  background: url(images/switch-self.png) no-repeat 50%, #fff;
  background-size: cover
}

.switch-enter-container .card .card-title[data-v-90efa2d9] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 40px;
  margin-top: 292px;
  text-align: left
}

.switch-enter-container .card .card-title .green[data-v-90efa2d9] {
  color: #2dbd6e
}

.switch-enter-container .card .card-desc[data-v-90efa2d9] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-secondary);
  margin-bottom: 36px;
  text-align: left
}

.switch-enter-container .card .card-btn[data-v-90efa2d9] {
  align-items: center;
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Inter;
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  gap: 10px;
  height: 74px;
  justify-content: center;
  margin: auto auto 0;
  text-decoration: none;
  transition: background .2s;
  width: 400px
}

.switch-enter-container .card .card-btn .icon[data-v-90efa2d9] {
  background: url(images/icon_open.png) no-repeat 50%;
  background-size: cover;
  height: 32px;
  width: 32px
}

.invite-button[data-v-90efa2d9] {
  align-items: center;
  bottom: 120px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: center;
  position: fixed;
  right: 20px;
  text-decoration: none;
  transition: transform .3s ease;
  width: 80px;
  z-index: 1003
}

.invite-button[data-v-90efa2d9]:hover {
  transform: translateY(-5px)
}

.invite-button .invite-button-content[data-v-90efa2d9] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.invite-button img[data-v-90efa2d9] {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 80px
}

.invite-button span[data-v-90efa2d9] {
  bottom: 5px;
  box-sizing: border-box;
  color: #fff;
  font-family: Alimama ShuHeiTi;
  font-size: 14px;
  left: 50%;
  overflow: hidden;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  transform: translate(-50%);
  white-space: nowrap;
  width: 100%;
  z-index: 2
}

:root.mobile .switch-enter-container[data-v-90efa2d9] {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem 1.35rem .5rem
}

:root.mobile .switch-enter-container .card-list[data-v-90efa2d9] {
  flex-direction: column;
  gap: .2rem;
  height: auto;
  width: auto
}

:root.mobile .switch-enter-container .card-list .card[data-v-90efa2d9] {
  height: 5rem;
  padding: .4rem;
  width: 4.8rem
}

:root.mobile .switch-enter-container .card-list .card .card-title[data-v-90efa2d9] {
  font-size: .34rem;
  margin-bottom: .4rem;
  margin-top: 2rem
}

:root.mobile .switch-enter-container .card-list .card .card-desc[data-v-90efa2d9] {
  font-size: .2rem;
  margin-bottom: .36rem
}

:root.mobile .switch-enter-container .card-list .card .card-btn[data-v-90efa2d9] {
  border-radius: .2rem;
  font-size: .24rem;
  height: unset;
  margin-top: 0;
  min-height: .74rem;
  width: 4rem
}

:root.mobile .switch-enter-container .card-list .card .card-btn .icon[data-v-90efa2d9] {
  height: .32rem;
  width: .32rem
}

:root.mobile .invite-button[data-v-90efa2d9] {
  bottom: 50px;
  right: 0
}

:root.mobile .invite-button img[data-v-90efa2d9] {
  height: .88rem;
  width: .88rem
}

:root.mobile .invite-button span[data-v-90efa2d9] {
  bottom: 3px;
  font-size: 8px
}

:root.dark-mode .switch-enter-container .logo[data-v-90efa2d9] {
  background: url(images/m_head_logo_dark.svg) no-repeat 50%
}


/* 外部样式: https://cdn1.com/_nuxt/Banner.2sPSgKw_.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-f009af1c] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-f009af1c] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-f009af1c] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-f009af1c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-f009af1c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-f009af1c],
:root.mobile .desktop-only[data-v-f009af1c] {
  display: none
}

.radius-badge[data-v-f009af1c] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-f009af1c] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-f009af1c] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-f009af1c] {
  bottom: -5rem
}

[data-v-f009af1c]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-f009af1c] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.product-banner-container[data-v-f009af1c] {
  background: url(images/product_banner_bg.png) no-repeat 50%;
  background-size: cover;
  height: 594px;
  position: relative
}

.product-banner-container .product-banner-content[data-v-f009af1c] {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 2
}

.product-banner-container .product-banner-content .title[data-v-f009af1c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Alimama ShuHeiTi;
  font-size: 48px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  -webkit-text-fill-color: transparent
}

.product-banner-container .product-banner-content .desc[data-v-f009af1c] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 20px;
  width: 605px
}

.product-banner-container .product-banner-content .button[data-v-f009af1c] {
  align-items: center;
  border-radius: 30px;
  display: flex;
  font-family: Inter;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  gap: 5px;
  letter-spacing: 0;
  margin-top: 40px;
  padding: 14px 30px
}

.product-banner-container .product-banner-content .button.primary[data-v-f009af1c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  color: #fff
}

.product-banner-container .product-banner-content .button .icon-open[data-v-f009af1c] {
  background: url(images/icon_open.png) no-repeat 50%;
  background-size: cover;
  display: inline-block;
  height: 24px;
  width: 24px
}

.product-banner-container .icon[data-v-f009af1c] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  position: absolute
}

:root.mobile .product-banner-container[data-v-f009af1c] {
  overflow: hidden
}

:root.mobile .product-banner-container .product-banner-content[data-v-f009af1c] {
  height: auto;
  margin: 1.7rem auto 0;
  position: relative;
  width: 6.9rem;
  z-index: 2
}

:root.mobile .product-banner-container .product-banner-content .title[data-v-f009af1c] {
  font-size: .56rem
}

:root.mobile .product-banner-container .product-banner-content .desc[data-v-f009af1c] {
  font-size: .28rem;
  margin-top: .3rem;
  width: 6.9rem
}

:root.mobile .product-banner-container .product-banner-content .button[data-v-f009af1c] {
  border-radius: .68rem;
  font-size: .32rem;
  margin-top: .8rem;
  padding: .18rem .8rem
}

:root.mobile .product-banner-container .product-banner-content .button .icon-open[data-v-f009af1c] {
  height: .3rem;
  width: .3rem
}

:root.mobile .product-banner-container .icon[data-v-f009af1c] {
  left: 50%;
  transform: translate(-50%) scale(.5);
  transform-origin: bottom center
}

:root.dark-mode .product-banner-container[data-v-f009af1c] {
  background: url(images/product_banner_bg_dark.png) no-repeat 50%;
  background-size: cover
}


/* 外部样式: https://cdn1.com/_nuxt/index.D8RKEq2e.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-6ec2295d] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-6ec2295d] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-6ec2295d] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-6ec2295d] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-6ec2295d] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-6ec2295d],
:root.mobile .desktop-only[data-v-6ec2295d] {
  display: none
}

.radius-badge[data-v-6ec2295d] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-6ec2295d] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-6ec2295d] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-6ec2295d] {
  bottom: -5rem
}

[data-v-6ec2295d]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-6ec2295d] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.price-table-container[data-v-6ec2295d] {
  margin: 120px 0
}

.price-table-container .price-table-content[data-v-6ec2295d] {
  border: 1px solid var(--border-color-light-2)
}

.price-table-container .price-table-content .column[data-v-6ec2295d] {
  align-items: center;
  color: var(--text-color-regular);
  display: flex;
  flex: 1;
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  height: 64px;
  justify-content: center;
  letter-spacing: 0;
  text-align: center
}

.price-table-container .price-table-content .column.header-column[data-v-6ec2295d] {
  color: var(--color-dark)
}

.price-table-container .price-table-content .header[data-v-6ec2295d] {
  display: flex
}

.price-table-container .price-table-content .group .group-title[data-v-6ec2295d] {
  background-color: #f9f9f9;
  box-sizing: border-box;
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  height: 66px;
  letter-spacing: 0;
  padding: 22px 20px
}

.price-table-container .price-table-content .group .row[data-v-6ec2295d] {
  color: var(--text-color-regular);
  display: flex;
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  text-align: center
}

.price-table-container .price-table-content .icon-check[data-v-6ec2295d] {
  background: url(images/price_check.png) no-repeat 50%;
  background-size: cover;
  height: 20px;
  width: 20px
}

.price-table-container .price-table-content .icon-wrong[data-v-6ec2295d] {
  background: url(images/price_wrong.png) no-repeat 50%;
  background-size: cover;
  height: 20px;
  width: 20px
}

:root.mobile .price-table-container[data-v-6ec2295d] {
  margin: 1rem 0;
  overflow-x: auto;
  padding: 0 .3rem
}

:root.mobile .price-table-container[data-v-6ec2295d]::-webkit-scrollbar {
  display: none
}

:root.mobile .price-table-container .price-table-content[data-v-6ec2295d] {
  width: 14.4rem
}

:root.mobile .price-table-container .price-table-content .column[data-v-6ec2295d] {
  font-size: .28rem;
  height: .8rem
}

:root.mobile .price-table-container .price-table-content .group .group-title[data-v-6ec2295d] {
  font-size: .28rem;
  height: .88rem;
  padding: .27rem .2rem
}

:root.mobile .price-table-container .price-table-content .icon-check[data-v-6ec2295d],
:root.mobile .price-table-container .price-table-content .icon-wrong[data-v-6ec2295d] {
  height: .3rem;
  width: .3rem
}

:root.dark-mode .price-table-container .price-table-content[data-v-6ec2295d] {
  background-color: #101010
}

:root.dark-mode .price-table-container .price-table-content .group-title[data-v-6ec2295d] {
  background-color: #222521 !important
}

.price-container[data-v-fa587fd9] {
  display: flex;
  flex: 1;
  flex-direction: column
}


/* 外部样式: https://cdn1.com/_nuxt/Cards.Fy1gBaET.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-3eb34efc] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-3eb34efc] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-3eb34efc] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-3eb34efc] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-3eb34efc] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-3eb34efc],
:root.mobile .desktop-only[data-v-3eb34efc] {
  display: none
}

.radius-badge[data-v-3eb34efc] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-3eb34efc] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-3eb34efc] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-3eb34efc] {
  bottom: -5rem
}

[data-v-3eb34efc]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-3eb34efc] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.product-cards-container[data-v-3eb34efc] {
  background: url(images/users/plus/cdn-bg.png) no-repeat bottom;
  background-size: 100%;
  box-sizing: border-box;
  padding: 50px 0 240px
}

.product-cards-container .product-cards-content[data-v-3eb34efc] {
  margin: 0 auto;
  max-width: 1200px;
  min-height: 100%;
  position: relative
}

.product-cards-container .product-cards-content .product-cards[data-v-3eb34efc] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.product-cards-container .product-cards-content .product-cards .card[data-v-3eb34efc] {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  width: 584px
}

.product-cards-container .product-cards-content .product-cards .card .content-container[data-v-3eb34efc] {
  background: linear-gradient(270deg, var(--color-white-2) 2.06%, var(--color-white-3) 98.01%);
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  display: flex;
  position: relative;
  width: 584px;
  z-index: 2
}

.product-cards-container .product-cards-content .product-cards .card .content-container .card-icon[data-v-3eb34efc] {
  background-size: cover;
  height: 250px;
  position: absolute;
  right: 16px;
  top: -80px;
  width: 250px
}

.product-cards-container .product-cards-content .product-cards .card .content-container .content[data-v-3eb34efc] {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: #ffffff1a;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 70px;
  padding: 40px;
  width: 584px
}

.product-cards-container .product-cards-content .product-cards .card .content-container .content .icon[data-v-3eb34efc] {
  background: url(images/product_cards_icon.png) no-repeat 50%;
  background-size: cover;
  height: 30px;
  width: 30px
}

.product-cards-container .product-cards-content .product-cards .card .content-container .content .title[data-v-3eb34efc] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0
}

.product-cards-container .product-cards-content .product-cards .card .content-container .content .desc[data-v-3eb34efc] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px
}

@media (max-width:1200px) {
  .product-cards-container .product-cards-content .product-cards[data-v-3eb34efc] {
    flex-wrap: wrap;
    justify-content: center
  }
}

:root.mobile .product-cards-container[data-v-3eb34efc] {
  padding: 1rem 0 3rem
}

:root.mobile .product-cards-container .product-cards-content[data-v-3eb34efc] {
  width: 6.9rem
}

:root.mobile .product-cards-container .product-cards-content .product-cards[data-v-3eb34efc] {
  flex-direction: column
}

:root.mobile .product-cards-container .product-cards-content .product-cards .card[data-v-3eb34efc] {
  height: auto;
  min-height: 5.77rem;
  width: 6.9rem
}

:root.mobile .product-cards-container .product-cards-content .product-cards .card .content-container[data-v-3eb34efc] {
  border-radius: .5rem;
  height: auto;
  min-height: 4.67rem;
  width: 6.9rem
}

:root.mobile .product-cards-container .product-cards-content .product-cards .card .content-container .card-icon[data-v-3eb34efc] {
  height: 3rem;
  right: 0;
  top: -1.1rem;
  width: 3rem
}

:root.mobile .product-cards-container .product-cards-content .product-cards .card .content-container .content[data-v-3eb34efc] {
  border-radius: .5rem;
  height: auto;
  margin-top: .69rem;
  min-height: 3.97rem;
  padding: .4rem;
  width: 6.9rem
}

:root.mobile .product-cards-container .product-cards-content .product-cards .card .content-container .content .icon[data-v-3eb34efc] {
  height: .45rem;
  width: .45rem
}

:root.mobile .product-cards-container .product-cards-content .product-cards .card .content-container .content .title[data-v-3eb34efc] {
  font-size: .38rem
}

:root.mobile .product-cards-container .product-cards-content .product-cards .card .content-container .content .desc[data-v-3eb34efc] {
  font-size: .28rem;
  line-height: .4rem
}

:root.dark-mode .desc[data-v-3eb34efc] {
  color: #fff !important
}


/* 外部样式: https://cdn1.com/_nuxt/Banner.C_vFMXmt.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-47bca8b9] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-47bca8b9] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-47bca8b9] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-47bca8b9] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-47bca8b9] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-47bca8b9],
:root.mobile .desktop-only[data-v-47bca8b9] {
  display: none
}

.radius-badge[data-v-47bca8b9] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-47bca8b9] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-47bca8b9] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-47bca8b9] {
  bottom: -5rem
}

[data-v-47bca8b9]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-47bca8b9] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-banner-container[data-v-47bca8b9] {
  align-items: center;
  background: url(images/company_about_us_bg.png) no-repeat 50%;
  background-size: cover;
  display: flex;
  height: 460px;
  justify-content: center;
  width: 100%
}

.company-banner-container .company-banner-content[data-v-47bca8b9] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  width: 980px
}

.company-banner-container .company-banner-content .banner-title[data-v-47bca8b9] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Alimama ShuHeiTi;
  font-size: 48px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  -webkit-text-fill-color: transparent
}

.company-banner-container .company-banner-content .banner-desc[data-v-47bca8b9] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 20px;
  text-align: center
}

.company-banner-container .company-banner-content .banner-btn[data-v-47bca8b9] {
  align-items: center;
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-family: Inter;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  gap: 10px;
  height: 58px;
  justify-content: center;
  letter-spacing: 0;
  margin-top: 30px;
  padding: 0 30px
}

.company-banner-container .company-banner-content .banner-btn .icon[data-v-47bca8b9] {
  background: url(images/icon_open.png) no-repeat 50%;
  height: 20px;
  width: 20px
}

:root.mobile .company-banner-container[data-v-47bca8b9] {
  height: 8rem
}

:root.mobile .company-banner-container .company-banner-content[data-v-47bca8b9] {
  padding-top: .3rem;
  text-align: center;
  width: 6.9rem
}

:root.mobile .company-banner-container .company-banner-content .banner-title[data-v-47bca8b9] {
  font-size: .56rem
}

:root.mobile .company-banner-container .company-banner-content .banner-desc[data-v-47bca8b9] {
  font-size: .28rem;
  margin-top: .3rem
}

:root.mobile .company-banner-container .company-banner-content .banner-btn[data-v-47bca8b9] {
  font-size: .32rem;
  height: .76rem;
  margin-top: .46rem;
  min-width: 3.35rem
}

:root.mobile .company-banner-container .company-banner-content .banner-btn .icon[data-v-47bca8b9] {
  height: .3rem;
  width: .3rem
}

:root.dark-mode .company-banner-container[data-v-47bca8b9] {
  background: url(images/company_about_us_bg_dark.png) no-repeat 50%;
  background-size: cover
}


/* 外部样式: https://cdn1.com/_nuxt/contactUs.xPZx2o1c.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-e52246b4] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-e52246b4] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-e52246b4] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-e52246b4] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-e52246b4] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-e52246b4],
:root.mobile .desktop-only[data-v-e52246b4] {
  display: none
}

.radius-badge[data-v-e52246b4] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-e52246b4] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-e52246b4] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-e52246b4] {
  bottom: -5rem
}

[data-v-e52246b4]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-e52246b4] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-e52246b4] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 120px auto 0
}

.company-sub-title[data-v-e52246b4],
.company-title[data-v-e52246b4] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-e52246b4] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-e52246b4] {
  font-size: 34px;
  margin: 1rem auto 0;
  text-align: left;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-e52246b4] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  text-align: left;
  width: 6.9rem
}


/* 外部样式: https://cdn1.com/_nuxt/InviteBanner.TNWJj9y7.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-07f2d45c] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-07f2d45c] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-07f2d45c] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-07f2d45c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-07f2d45c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-07f2d45c],
:root.mobile .desktop-only[data-v-07f2d45c] {
  display: none
}

.radius-badge[data-v-07f2d45c] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-07f2d45c] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-07f2d45c] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-07f2d45c] {
  bottom: -5rem
}

[data-v-07f2d45c]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-07f2d45c] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.invite-banner-section[data-v-07f2d45c] {
  background-image: url(../images/invite/invite-banner.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 130px;
  position: relative
}

.invite-banner-section .page-container[data-v-07f2d45c] {
  position: relative
}

.invite-banner-section .page-container .flow-item[data-v-07f2d45c] {
  align-items: center;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background: #fff3;
  border: 1px solid hsla(0, 0%, 100%, .4);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  min-height: 76px;
  min-width: 218px;
  padding: 16px 13px;
  position: absolute
}

.invite-banner-section .page-container .flow-item.reward[data-v-07f2d45c] {
  right: 30%;
  top: -20px
}

.invite-banner-section .page-container .flow-item.speed[data-v-07f2d45c] {
  right: 5%;
  top: 160px
}

.invite-banner-section .page-container .flow-item img[data-v-07f2d45c] {
  height: 50px;
  width: 50px
}

.invite-banner-section .page-container .flow-item .title[data-v-07f2d45c] {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 4px
}

.invite-banner-section .page-container .flow-item .subtitle[data-v-07f2d45c] {
  color: #fff;
  font-family: Alimama ShuHeiTi;
  font-size: 20px;
  font-style: normal;
  font-weight: 700
}

.invite-banner-section .page-container .banner-content[data-v-07f2d45c] {
  max-width: 1440px;
  padding: 0 40px;
  position: relative;
  z-index: 2
}

.invite-banner-section .page-container .banner-content .content-left[data-v-07f2d45c] {
  max-width: 600px
}

.invite-banner-section .page-container .banner-content .content-left .main-title[data-v-07f2d45c] {
  color: #fff;
  font-family: Alimama ShuHeiTi;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px
}

.invite-banner-section .page-container .banner-content .content-left .description[data-v-07f2d45c] {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px
}

.invite-banner-section .page-container .banner-content .content-left .actions[data-v-07f2d45c] {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 24px
}

.invite-banner-section .page-container .banner-content .content-left .actions .btn-primary[data-v-07f2d45c],
.invite-banner-section .page-container .banner-content .content-left .actions .btn-secondary[data-v-07f2d45c] {
  align-items: center;
  background-color: #000;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 14px 30px;
  text-align: center
}

.invite-banner-section .page-container .banner-content .content-left .actions .btn-secondary[data-v-07f2d45c] {
  background-color: #fff;
  color: #000
}

.invite-banner-section .page-container .stats-container[data-v-07f2d45c] {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background: #fff9;
  border-radius: 20px;
  margin-top: 40px;
  padding: 40px 60px
}

.invite-banner-section .page-container .stats-container .stats-content[data-v-07f2d45c] {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between
}

.invite-banner-section .page-container .stats-container .stats-content .stat-item[data-v-07f2d45c] {
  flex: 1;
  text-align: center
}

.invite-banner-section .page-container .stats-container .stats-content .stat-item .stat-value[data-v-07f2d45c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Tektur, sans-serif;
  font-size: 50px;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px
}

.invite-banner-section .page-container .stats-container .stats-content .stat-item .stat-label[data-v-07f2d45c] {
  color: var(--color-dark);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: var(--font-weight-primary)
}

@media screen and (max-width:768px) {
  .invite-banner-section[data-v-07f2d45c] {
    background-image: url(../images/invite/invite-banner-mobile.png) !important;
    background-position: top;
    background-size: 100% auto;
    min-height: auto;
    padding: 60px 0 0
  }

  .invite-banner-section .page-container .flow-item[data-v-07f2d45c] {
    min-height: 50px;
    min-width: 120px;
    padding: 12px 10px
  }

  .invite-banner-section .page-container .flow-item img[data-v-07f2d45c] {
    height: 25px;
    width: 25px
  }

  .invite-banner-section .page-container .flow-item .title[data-v-07f2d45c] {
    font-size: 10px;
    margin: 0
  }

  .invite-banner-section .page-container .flow-item .subtitle[data-v-07f2d45c] {
    font-size: 12px
  }

  .invite-banner-section .page-container .flow-item.reward[data-v-07f2d45c] {
    left: 15px;
    right: unset;
    top: 200px
  }

  .invite-banner-section .page-container .flow-item.speed[data-v-07f2d45c] {
    bottom: unset;
    left: unset;
    right: 15px;
    top: 300px
  }

  .invite-banner-section .page-container .banner-content[data-v-07f2d45c] {
    padding: 0 20px
  }

  .invite-banner-section .page-container .banner-content .content-left[data-v-07f2d45c] {
    max-width: 100%;
    text-align: center
  }

  .invite-banner-section .page-container .banner-content .content-left .main-title[data-v-07f2d45c] {
    font-size: 23px;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: left
  }

  .invite-banner-section .page-container .banner-content .content-left .description[data-v-07f2d45c] {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: left
  }

  .invite-banner-section .page-container .banner-content .content-left .actions[data-v-07f2d45c] {
    flex-direction: row;
    gap: 12px;
    width: 100%
  }

  .invite-banner-section .page-container .banner-content .content-left .actions .btn-primary[data-v-07f2d45c],
  .invite-banner-section .page-container .banner-content .content-left .actions .btn-secondary[data-v-07f2d45c] {
    box-sizing: border-box;
    font-size: 16px;
    height: 38px;
    justify-content: center;
    min-width: 125px;
    padding: 12px 20px
  }

  .invite-banner-section .page-container .stats-container[data-v-07f2d45c] {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background: #fff9;
    border-radius: 0;
    margin-top: 320px;
    padding: 30px 25px
  }

  .invite-banner-section .page-container .stats-container .stats-content[data-v-07f2d45c] {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr
  }

  .invite-banner-section .page-container .stats-container .stats-content .stat-item[data-v-07f2d45c] {
    text-align: center
  }

  .invite-banner-section .page-container .stats-container .stats-content .stat-item .stat-value[data-v-07f2d45c] {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px
  }

  .invite-banner-section .page-container .stats-container .stats-content .stat-item .stat-label[data-v-07f2d45c] {
    font-size: 12px;
    opacity: .8
  }
}

:root.dark-mode .invite-banner-section[data-v-07f2d45c] {
  background-image: url(../images/invite/invite-banner-dark.png)
}

:root.dark-mode .invite-banner-section .page-container .banner-content .content-left .tags span[data-v-07f2d45c] {
  background: var(--color-white);
  color: var(--color-dark)
}

:root.dark-mode .invite-banner-section .page-container .stats-container[data-v-07f2d45c] {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background: #0009
}

:root.dark-mode .invite-banner-section .page-container .stats-container .stats-content .stat-item .stat-label[data-v-07f2d45c] {
  color: var(--color-dark);
  opacity: .9
}


/* 外部样式: https://cdn1.com/_nuxt/InviteFeatures.Czf2Uhlq.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-e4bc8475] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-e4bc8475] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-e4bc8475] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-e4bc8475] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-e4bc8475] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-e4bc8475],
:root.mobile .desktop-only[data-v-e4bc8475] {
  display: none
}

.radius-badge[data-v-e4bc8475] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-e4bc8475] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-e4bc8475] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-e4bc8475] {
  bottom: -5rem
}

[data-v-e4bc8475]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-e4bc8475] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.invite-features-container[data-v-e4bc8475] {
  box-sizing: border-box;
  margin-top: 60px
}

.invite-features-container .cdn-title[data-v-e4bc8475] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  gap: 50px;
  letter-spacing: 0;
  text-align: center
}

.invite-features-container .cdn-title .title-text[data-v-e4bc8475] {
  font-size: 34px;
  font-weight: 600
}

.invite-features-container .cdn-title .subtitle[data-v-e4bc8475] {
  color: #525b68;
  font-size: 18px;
  margin-top: 16px;
  text-align: center
}

.invite-features-container .list[data-v-e4bc8475] {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 80px;
  width: 100%
}

.invite-features-container .list .item[data-v-e4bc8475] {
  background: linear-gradient(270deg, var(--color-white-2) 2.06%, var(--color-white-3) 98.01%);
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  padding: 34px 26px 32px 40px;
  position: relative
}

.invite-features-container .list .item .bg[data-v-e4bc8475] {
  background: url(images/home_cdn_features_item_bg.png) no-repeat 50%;
  background-size: contain;
  height: 112px;
  position: absolute;
  right: 0;
  top: 0;
  width: 310px
}

.invite-features-container .list .item .icon[data-v-e4bc8475] {
  height: 70px;
  width: 70px
}

.invite-features-container .list .item .title[data-v-e4bc8475] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 24px
}

.invite-features-container .list .item .desc[data-v-e4bc8475] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

:root.mobile .invite-features-container[data-v-e4bc8475] {
  box-sizing: border-box;
  margin: 1rem auto 0;
  padding: 0 .2rem;
  width: 100%
}

:root.mobile .invite-features-container .cdn-title[data-v-e4bc8475] {
  font-size: .6rem;
  gap: .5rem
}

:root.mobile .invite-features-container .cdn-title .title-text[data-v-e4bc8475] {
  font-size: 24px
}

:root.mobile .invite-features-container .cdn-title .subtitle[data-v-e4bc8475] {
  font-size: 14px;
  text-align: left
}

:root.mobile .invite-features-container .list[data-v-e4bc8475] {
  flex-direction: column;
  gap: .2rem;
  margin-top: .6rem
}

:root.mobile .invite-features-container .list .item[data-v-e4bc8475] {
  border-radius: 15px;
  padding: .3rem;
  width: 100%
}

:root.mobile .invite-features-container .list .item .bg[data-v-e4bc8475] {
  height: 1.12rem;
  width: 3.1rem
}

:root.mobile .invite-features-container .list .item .icon[data-v-e4bc8475] {
  height: 1.05rem;
  width: 1.05rem
}

:root.mobile .invite-features-container .list .item .title[data-v-e4bc8475] {
  font-size: .34rem;
  margin-top: 20px
}

:root.mobile .invite-features-container .list .item .desc[data-v-e4bc8475] {
  font-size: .28rem;
  margin-top: 10px
}

:root.dark-mode .invite-features-container .item[data-v-e4bc8475] {
  border: 1px solid rgba(70, 207, 58, .2)
}

:root.dark-mode .invite-features-container .item .bg[data-v-e4bc8475] {
  background: url(images/home_cdn_features_item_bg_dark.png) no-repeat 50%
}


/* 外部样式: https://cdn1.com/_nuxt/InviteChart.tQzP0ZLy.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-12a424c0] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-12a424c0] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-12a424c0] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-12a424c0] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-12a424c0] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-12a424c0],
:root.mobile .desktop-only[data-v-12a424c0] {
  display: none
}

.radius-badge[data-v-12a424c0] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-12a424c0] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-12a424c0] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-12a424c0] {
  bottom: -5rem
}

[data-v-12a424c0]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-12a424c0] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.invite-chart-section[data-v-12a424c0] {
  background: var(--color-white);
  padding: 100px 15px
}

.invite-chart-section .page-container .cdn-title[data-v-12a424c0] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-align: center
}

.invite-chart-section .page-container .cdn-title .title-text[data-v-12a424c0] {
  font-size: 34px;
  font-weight: 600
}

.invite-chart-section .page-container .cdn-title .subtitle[data-v-12a424c0] {
  color: #525b68;
  font-size: 18px;
  margin-top: 16px;
  text-align: center
}

.invite-chart-section .page-container .chart-legend[data-v-12a424c0] {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px
}

.invite-chart-section .page-container .chart-legend .legend-item[data-v-12a424c0] {
  align-items: center;
  display: flex;
  gap: 8px
}

.invite-chart-section .page-container .chart-legend .legend-item .legend-color[data-v-12a424c0] {
  border-radius: 4px;
  height: 16px;
  width: 16px
}

.invite-chart-section .page-container .chart-legend .legend-item .legend-color.before[data-v-12a424c0] {
  background-color: #eaeaea
}

.invite-chart-section .page-container .chart-legend .legend-item .legend-color.after[data-v-12a424c0] {
  background: linear-gradient(135deg, var(--color-primary) 0, var(--color-primary-light) 100%)
}

.invite-chart-section .page-container .chart-legend .legend-item span[data-v-12a424c0] {
  color: var(--color-dark);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: var(--font-weight-primary)
}

.invite-chart-section .page-container .chart-container[data-v-12a424c0] {
  background: var(--color-white);
  border-radius: 20px
}

.invite-chart-section .page-container .chart-container .chart-wrapper .chart[data-v-12a424c0] {
  height: 400px;
  width: 100%
}

@media screen and (max-width:768px) {
  .invite-chart-section[data-v-12a424c0] {
    padding: 60px 15px
  }

  .invite-chart-section .page-container .cdn-title[data-v-12a424c0] {
    margin-bottom: 30px
  }

  .invite-chart-section .page-container .cdn-title .title-text[data-v-12a424c0] {
    font-size: 24px
  }

  .invite-chart-section .page-container .cdn-title .subtitle[data-v-12a424c0] {
    font-size: 14px
  }

  .invite-chart-section .page-container .chart-legend[data-v-12a424c0] {
    gap: 20px;
    margin-bottom: 30px
  }

  .invite-chart-section .page-container .chart-legend .legend-item .legend-color[data-v-12a424c0] {
    height: 12px;
    width: 12px
  }

  .invite-chart-section .page-container .chart-legend .legend-item span[data-v-12a424c0] {
    font-size: 12px
  }

  .invite-chart-section .page-container .chart-container .chart-wrapper .chart[data-v-12a424c0] {
    height: 300px
  }
}

:root.dark-mode .invite-chart-section[data-v-12a424c0],
:root.dark-mode .invite-chart-section .chart-container[data-v-12a424c0] {
  background: var(--color-white)
}

:root.dark-mode .invite-chart-section .chart-legend .legend-item .legend-color.before[data-v-12a424c0] {
  background-color: #393939
}

:root.dark-mode .invite-chart-section .chart-legend .legend-item span[data-v-12a424c0] {
  color: #fffc
}


/* 外部样式: https://cdn1.com/_nuxt/InviteSection.CmaCsOFb.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-587f03cd] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-587f03cd] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-587f03cd] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-587f03cd] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-587f03cd] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-587f03cd],
:root.mobile .desktop-only[data-v-587f03cd] {
  display: none
}

.radius-badge[data-v-587f03cd] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-587f03cd] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-587f03cd] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-587f03cd] {
  bottom: -5rem
}

[data-v-587f03cd]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-587f03cd] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.invite-section-container[data-v-587f03cd] {
  background: #fff;
  box-sizing: border-box;
  padding: 0
}

.invite-section-container .cdn-title[data-v-587f03cd] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  letter-spacing: 0;
  text-align: center
}

.invite-section-container .cdn-title .title-text[data-v-587f03cd] {
  font-size: 34px;
  font-weight: 600
}

.invite-section-container .cdn-title .subtitle[data-v-587f03cd] {
  color: #525b68;
  font-size: 18px;
  margin-top: 16px;
  text-align: center
}

.invite-section-container .list[data-v-587f03cd] {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 80px;
  width: 100%
}

.invite-section-container .list .item[data-v-587f03cd] {
  background: #f2f9fd;
  border-radius: 30px;
  box-sizing: border-box;
  flex: 1;
  min-height: 346px;
  overflow: hidden;
  padding: 30px;
  position: relative
}

.invite-section-container .list .item.first-card[data-v-587f03cd] {
  background: #f2f9fd
}

.invite-section-container .list .item .step-number[data-v-587f03cd] {
  align-items: center;
  background: linear-gradient(135deg, var(--color-primary) 0, #36cfbc 100%);
  border-radius: 6px 18px;
  color: #fff;
  display: flex;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 48px
}

.invite-section-container .list .item .icon-container[data-v-587f03cd] {
  align-items: center;
  background: #fff;
  border-radius: 20px;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-bottom: 24px;
  width: 70px
}

.invite-section-container .list .item .icon-container .icon[data-v-587f03cd] {
  height: 70px;
  width: 70px
}

.invite-section-container .list .item .title[data-v-587f03cd] {
  color: var(--color-dark);
  font-size: 24px
}

.invite-section-container .list .item .desc[data-v-587f03cd],
.invite-section-container .list .item .title[data-v-587f03cd] {
  font-family: Inter;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-bottom: 20px
}

.invite-section-container .list .item .desc[data-v-587f03cd] {
  color: var(--text-color-regular);
  font-size: 18px;
  line-height: 28px
}

.invite-section-container .list .item .invite-link-section[data-v-587f03cd] {
  margin-top: 20px
}

.invite-section-container .list .item .invite-link-section .invite-link[data-v-587f03cd] {
  align-items: center;
  background: #fff;
  background: linear-gradient(90deg, #46cf3a33, #36cfbc33);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  padding: 12px 16px
}

.invite-section-container .list .item .invite-link-section .invite-link .link-input[data-v-587f03cd] {
  background: transparent;
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  border: none;
  cursor: pointer;
  flex: 1;
  font-family: Inter;
  font-size: 18px;
  -webkit-text-fill-color: transparent
}

.invite-section-container .list .item .invite-link-section .invite-link .link-input[data-v-587f03cd]:focus {
  outline: none
}

.invite-section-container .list .item .invite-link-section .invite-link .copy-btn[data-v-587f03cd] {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  transition: transform .15s ease;
  width: 20px
}

.invite-section-container .list .item .invite-link-section .invite-link .copy-btn .copy-icon[data-v-587f03cd] {
  height: 20px;
  width: 20px
}

.invite-section-container .list .item .invite-link-section .invite-link .copy-btn[data-v-587f03cd]:hover {
  transform: scale(1.1)
}

.invite-section-container .list .item .copy-notice[data-v-587f03cd] {
  color: #525b68;
  font-family: Inter;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px
}

:root.mobile .invite-section-container[data-v-587f03cd] {
  margin: 0 auto;
  padding: 0 .2rem;
  width: 100%
}

:root.mobile .invite-section-container .cdn-title[data-v-587f03cd] {
  font-size: .6rem
}

:root.mobile .invite-section-container .cdn-title .title-text[data-v-587f03cd] {
  font-size: 24px
}

:root.mobile .invite-section-container .cdn-title .subtitle[data-v-587f03cd] {
  font-size: 14px
}

:root.mobile .invite-section-container .list[data-v-587f03cd] {
  flex-direction: column;
  gap: .2rem;
  margin-top: .6rem
}

:root.mobile .invite-section-container .list .item[data-v-587f03cd] {
  border-radius: 15px;
  height: auto;
  min-height: unset;
  padding: .3rem;
  width: 100%
}

:root.mobile .invite-section-container .list .item .step-number[data-v-587f03cd] {
  border-radius: .06rem .18rem;
  font-size: .22rem;
  height: .3rem;
  right: .07rem;
  top: .12rem;
  width: .48rem
}

:root.mobile .invite-section-container .list .item .icon-container[data-v-587f03cd] {
  background: transparent;
  border-radius: 0;
  height: 1.05rem;
  width: 1.05rem
}

:root.mobile .invite-section-container .list .item .icon-container .icon[data-v-587f03cd] {
  height: 100%;
  width: 100%
}

:root.mobile .invite-section-container .list .item .title[data-v-587f03cd] {
  font-size: .24rem;
  margin-bottom: .15rem
}

:root.mobile .invite-section-container .list .item .desc[data-v-587f03cd] {
  font-size: .18rem;
  line-height: 1.4;
  margin-bottom: .15rem
}

:root.mobile .invite-section-container .list .item .invite-link-section[data-v-587f03cd] {
  margin-top: .15rem
}

:root.mobile .invite-section-container .list .item .invite-link-section .invite-link[data-v-587f03cd] {
  padding: .12rem .16rem
}

:root.mobile .invite-section-container .list .item .invite-link-section .invite-link .link-input[data-v-587f03cd] {
  font-size: .22rem
}

:root.mobile .invite-section-container .list .item .invite-link-section .invite-link .copy-btn[data-v-587f03cd],
:root.mobile .invite-section-container .list .item .invite-link-section .invite-link .copy-btn .copy-icon[data-v-587f03cd] {
  height: .2rem;
  width: .2rem
}

:root.mobile .invite-section-container .list .item .copy-notice[data-v-587f03cd] {
  font-size: .12rem;
  margin-top: .1rem
}

:root.dark-mode .invite-section-container[data-v-587f03cd] {
  background: var(--color-dark-bg)
}

:root.dark-mode .invite-section-container .list .item[data-v-587f03cd],
:root.dark-mode .invite-section-container .list .item.first-card[data-v-587f03cd] {
  background: #2a2a2a
}

:root.dark-mode .invite-section-container .list .item .icon-container[data-v-587f03cd],
:root.dark-mode .invite-section-container .list .item .invite-link-section .invite-link[data-v-587f03cd] {
  background: #ffffff1a
}

:root.dark-mode .invite-section-container .list .item .invite-link-section .invite-link .link-input[data-v-587f03cd] {
  color: #fffc
}


/* 外部样式: https://cdn1.com/_nuxt/InviteRules.bFKLopoJ.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-bca6cd71] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-bca6cd71] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-bca6cd71] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-bca6cd71] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-bca6cd71] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-bca6cd71],
:root.mobile .desktop-only[data-v-bca6cd71] {
  display: none
}

.radius-badge[data-v-bca6cd71] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-bca6cd71] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-bca6cd71] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-bca6cd71] {
  bottom: -5rem
}

[data-v-bca6cd71]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-bca6cd71] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.invite-rules-container[data-v-bca6cd71] {
  margin-top: 60px
}

.invite-rules-container .cdn-title[data-v-bca6cd71] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  letter-spacing: 0;
  text-align: center
}

.invite-rules-container .cdn-title .title-text[data-v-bca6cd71] {
  font-size: 34px;
  font-weight: 600
}

.invite-rules-container .rules-card[data-v-bca6cd71] {
  background: #f2f9fd;
  border-radius: 30px;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
  padding: 40px
}

.invite-rules-container .rules-card .rule-section .rule-header[data-v-bca6cd71] {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 28px
}

.invite-rules-container .rules-card .rule-section .rule-header .rule-icon[data-v-bca6cd71] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px
}

.invite-rules-container .rules-card .rule-section .rule-header .rule-title[data-v-bca6cd71] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 24px;
  font-weight: 500
}

.invite-rules-container .rules-card .rule-section .rule-items .rule-item[data-v-bca6cd71] {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  margin-bottom: 10px
}

.invite-rules-container .rules-card .rule-section .rule-items .rule-item[data-v-bca6cd71]:last-child {
  margin-bottom: 0
}

.invite-rules-container .rules-card .rule-section .rule-items .rule-item .check-icon[data-v-bca6cd71] {
  flex-shrink: 0;
  height: 20px;
  margin-top: 4px;
  width: 20px
}

.invite-rules-container .rules-card .rule-section .rule-items .rule-item .rule-text[data-v-bca6cd71] {
  color: #525b68;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px
}

:root.mobile .invite-rules-container[data-v-bca6cd71] {
  box-sizing: border-box;
  margin: 1rem auto 0;
  padding: 0 .2rem;
  width: 100%
}

:root.mobile .invite-rules-container .cdn-title .title-text[data-v-bca6cd71] {
  font-size: 24px
}

:root.mobile .invite-rules-container .rules-card[data-v-bca6cd71] {
  border-radius: .2rem;
  gap: .3rem;
  grid-template-columns: 1fr;
  margin-top: .6rem;
  padding: .3rem
}

:root.mobile .invite-rules-container .rules-card .rule-section .rule-header[data-v-bca6cd71] {
  gap: .12rem;
  margin-bottom: .2rem
}

:root.mobile .invite-rules-container .rules-card .rule-section .rule-header .rule-icon[data-v-bca6cd71] {
  height: .3rem;
  width: .3rem
}

:root.mobile .invite-rules-container .rules-card .rule-section .rule-header .rule-title[data-v-bca6cd71] {
  font-size: .25rem
}

:root.mobile .invite-rules-container .rules-card .rule-section .rule-items .rule-item[data-v-bca6cd71] {
  gap: .2rem;
  margin-bottom: .1rem
}

:root.mobile .invite-rules-container .rules-card .rule-section .rule-items .rule-item .check-icon[data-v-bca6cd71] {
  height: .22rem;
  margin-top: .04rem;
  width: .22rem
}

:root.mobile .invite-rules-container .rules-card .rule-section .rule-items .rule-item .rule-text[data-v-bca6cd71] {
  font-size: .2rem;
  line-height: 1.4
}

:root.dark-mode .invite-rules-container .rules-card[data-v-bca6cd71] {
  background: #2a2a2a
}


/* 外部样式: https://cdn1.com/_nuxt/InviteRewards.D3wfd1Fd.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-532b60c6] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-532b60c6] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-532b60c6] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-532b60c6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-532b60c6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-532b60c6],
:root.mobile .desktop-only[data-v-532b60c6] {
  display: none
}

.radius-badge[data-v-532b60c6] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-532b60c6] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-532b60c6] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-532b60c6] {
  bottom: -5rem
}

[data-v-532b60c6]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-532b60c6] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.invite-rewards-container[data-v-532b60c6] {
  box-sizing: border-box;
  margin-top: 60px
}

.invite-rewards-container .cdn-title[data-v-532b60c6] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  letter-spacing: 0;
  text-align: center
}

.invite-rewards-container .cdn-title .title-text[data-v-532b60c6] {
  font-size: 34px;
  font-weight: 600
}

.invite-rewards-container .cdn-title .subtitle[data-v-532b60c6] {
  color: #525b68;
  font-size: 18px;
  margin-top: 16px;
  text-align: center
}

.invite-rewards-container .list[data-v-532b60c6] {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 80px;
  width: 100%
}

.invite-rewards-container .list .item[data-v-532b60c6] {
  background: #f2f9fd;
  border-radius: 30px;
  box-sizing: border-box;
  flex: 1;
  height: 440px;
  overflow: hidden;
  padding: 30px;
  position: relative
}

.invite-rewards-container .list .item .hot-badge[data-v-532b60c6] {
  align-items: center;
  background: linear-gradient(90deg, #ffd28a -6.87%, #ee6956 95%);
  border-radius: 6px 18px;
  color: #fff;
  display: flex;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 48px
}

.invite-rewards-container .list .item .icon[data-v-532b60c6] {
  border-radius: 20px;
  height: 70px;
  width: 70px
}

.invite-rewards-container .list .item .title[data-v-532b60c6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Alimama ShuHeiTi;
  font-size: 24px;
  font-weight: 700;
  margin-top: 24px;
  -webkit-text-fill-color: transparent
}

.invite-rewards-container .list .item .title.orange-gradient[data-v-532b60c6] {
  background: linear-gradient(90deg, #ffd28a 6.875%, #ee6956 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.invite-rewards-container .list .item .title.purple-gradient[data-v-532b60c6] {
  background: linear-gradient(90deg, #8470f7, #c45be1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.invite-rewards-container .list .item .rewards-list[data-v-532b60c6] {
  margin-top: 30px
}

.invite-rewards-container .list .item .rewards-list .reward-item[data-v-532b60c6] {
  margin-bottom: 18px;
  position: relative
}

.invite-rewards-container .list .item .rewards-list .reward-item[data-v-532b60c6]:last-child {
  margin-bottom: 0
}

.invite-rewards-container .list .item .rewards-list .reward-item .reward-label[data-v-532b60c6] {
  color: #525b68;
  display: block;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px
}

.invite-rewards-container .list .item .rewards-list .reward-item .reward-value[data-v-532b60c6] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0
}

.invite-rewards-container .list .item .rewards-list .reward-item .progress-bar[data-v-532b60c6] {
  background: #fff;
  border-radius: 50px;
  height: 8px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%
}

.invite-rewards-container .list .item .rewards-list .reward-item .progress-bar .progress-fill[data-v-532b60c6] {
  border-radius: 50px;
  height: 100%
}

.invite-rewards-container .list .item .rewards-list .reward-item .progress-bar .progress-fill.green-gradient[data-v-532b60c6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

.invite-rewards-container .list .item .rewards-list .reward-item .progress-bar .progress-fill.orange-gradient[data-v-532b60c6] {
  background: linear-gradient(90deg, #ffd28a 6.875%, #ee6956 95%)
}

.invite-rewards-container .list .item .rewards-list .reward-item .progress-bar .progress-fill.purple-gradient[data-v-532b60c6] {
  background: linear-gradient(90deg, #8470f7, #c45be1)
}

.invite-rewards-container .list .item .rewards-list .reward-item .progress-bar .progress-fill.full[data-v-532b60c6] {
  width: 100%
}

.invite-rewards-container .list .item .rewards-list .reward-item .progress-bar .progress-fill.seventy[data-v-532b60c6] {
  width: 70%
}

.invite-rewards-container .list .item .rewards-list .reward-item .progress-bar .progress-fill.half[data-v-532b60c6] {
  width: 50%
}

.invite-rewards-container .list .item .rewards-list .reward-item .progress-bar .progress-fill.thirty[data-v-532b60c6] {
  width: 30%
}

.invite-rewards-container .list .item .desc[data-v-532b60c6] {
  color: #525b68;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}

:root.mobile .invite-rewards-container[data-v-532b60c6] {
  margin: 1rem auto 0;
  padding: 0 .2rem;
  width: 100%
}

:root.mobile .invite-rewards-container .cdn-title[data-v-532b60c6] {
  font-size: .6rem
}

:root.mobile .invite-rewards-container .cdn-title .title-text[data-v-532b60c6] {
  font-size: 24px
}

:root.mobile .invite-rewards-container .cdn-title .subtitle[data-v-532b60c6] {
  font-size: 14px
}

:root.mobile .invite-rewards-container .list[data-v-532b60c6] {
  flex-direction: column;
  gap: .2rem;
  margin-top: .6rem
}

:root.mobile .invite-rewards-container .list .item[data-v-532b60c6] {
  border-radius: 15px;
  height: auto;
  min-height: 4.4rem;
  padding: .3rem;
  width: 100%
}

:root.mobile .invite-rewards-container .list .item .hot-badge[data-v-532b60c6] {
  border-radius: .06rem .2rem;
  font-size: .16rem;
  height: .35rem;
  right: .07rem;
  top: .07rem;
  width: .6rem
}

:root.mobile .invite-rewards-container .list .item .icon[data-v-532b60c6] {
  border-radius: 0;
  height: .7rem;
  width: .7rem
}

:root.mobile .invite-rewards-container .list .item .title[data-v-532b60c6] {
  font-size: .24rem;
  margin-top: .24rem
}

:root.mobile .invite-rewards-container .list .item .rewards-list[data-v-532b60c6] {
  margin-top: .3rem
}

:root.mobile .invite-rewards-container .list .item .rewards-list .reward-item[data-v-532b60c6] {
  margin-bottom: .18rem
}

:root.mobile .invite-rewards-container .list .item .rewards-list .reward-item .reward-label[data-v-532b60c6],
:root.mobile .invite-rewards-container .list .item .rewards-list .reward-item .reward-value[data-v-532b60c6] {
  font-size: .18rem
}

:root.mobile .invite-rewards-container .list .item .rewards-list .reward-item .progress-bar[data-v-532b60c6] {
  height: .08rem;
  margin-top: .1rem
}

:root.mobile .invite-rewards-container .list .item .desc[data-v-532b60c6] {
  font-size: .2rem;
  line-height: 1.4;
  margin-top: .2rem;
  position: static
}

:root.dark-mode .invite-rewards-container .list .item[data-v-532b60c6] {
  background: #2a2a2a
}

:root.dark-mode .invite-rewards-container .list .item .progress-bar[data-v-532b60c6] {
  background: #ffffff1a
}


/* 外部样式: https://cdn1.com/_nuxt/InviteReward.DkcJwG8O.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-1e63a892] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-1e63a892] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-1e63a892] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-1e63a892] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-1e63a892] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-1e63a892],
:root.mobile .desktop-only[data-v-1e63a892] {
  display: none
}

.radius-badge[data-v-1e63a892] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-1e63a892] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-1e63a892] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-1e63a892] {
  bottom: -5rem
}

[data-v-1e63a892]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-1e63a892] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.invite-reward-container[data-v-1e63a892] {
  margin-top: 60px;
  padding: 80px 0
}

.invite-reward-container .cdn-title[data-v-1e63a892] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  letter-spacing: 0;
  text-align: center
}

.invite-reward-container .cdn-title .title-text[data-v-1e63a892] {
  font-size: 34px;
  font-weight: 600
}

.invite-reward-container .cdn-title .subtitle[data-v-1e63a892] {
  color: #525b68;
  font-size: 18px;
  margin-top: 16px;
  text-align: center
}

.invite-reward-container .calculator-section[data-v-1e63a892] {
  margin: 80px auto 0;
  max-width: 800px
}

.invite-reward-container .calculator-section .slider-section[data-v-1e63a892] {
  margin-bottom: 40px
}

.invite-reward-container .calculator-section .slider-section .slider-label[data-v-1e63a892] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center
}

.invite-reward-container .calculator-section .slider-section .slider-container[data-v-1e63a892] {
  padding: 0 20px;
  position: relative
}

.invite-reward-container .calculator-section .slider-section .slider-container .slider-track[data-v-1e63a892] {
  background: #f2f9fd;
  border-radius: 4px;
  cursor: pointer;
  height: 8px;
  position: relative;
  width: 100%
}

.invite-reward-container .calculator-section .slider-section .slider-container .slider-track .slider-thumb[data-v-1e63a892] {
  cursor: grab;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.invite-reward-container .calculator-section .slider-section .slider-container .slider-track .slider-thumb[data-v-1e63a892]:active {
  cursor: grabbing
}

.invite-reward-container .calculator-section .slider-section .slider-container .slider-track .slider-thumb .thumb-circle[data-v-1e63a892] {
  background: linear-gradient(135deg, var(--color-primary) 0, #36cfbc 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px #46cf3a4d;
  height: 14px;
  transition: transform .2s ease;
  width: 14px
}

.invite-reward-container .calculator-section .slider-section .slider-container .slider-track .slider-thumb .thumb-circle[data-v-1e63a892]:hover {
  transform: scale(1.2)
}

.invite-reward-container .calculator-section .slider-section .slider-container .slider-marks[data-v-1e63a892] {
  margin-top: 12px;
  position: relative
}

.invite-reward-container .calculator-section .slider-section .slider-container .slider-marks .mark[data-v-1e63a892] {
  position: absolute;
  transform: translate(-50%)
}

.invite-reward-container .calculator-section .slider-section .slider-container .slider-marks .mark .mark-label[data-v-1e63a892] {
  color: #525b68;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap
}

.invite-reward-container .calculator-section .reward-card[data-v-1e63a892] {
  background: #f2f9fd;
  border-radius: 20px;
  box-shadow: 0 4px 20px #00000014;
  margin-top: 80px;
  padding: 30px
}

.invite-reward-container .calculator-section .reward-card .reward-item[data-v-1e63a892] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.invite-reward-container .calculator-section .reward-card .reward-item[data-v-1e63a892]:last-child {
  margin-bottom: 0
}

.invite-reward-container .calculator-section .reward-card .reward-item.total[data-v-1e63a892] {
  margin-top: 20px
}

.invite-reward-container .calculator-section .reward-card .reward-item .reward-label[data-v-1e63a892],
.invite-reward-container .calculator-section .reward-card .reward-item .reward-value[data-v-1e63a892] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500
}

.invite-reward-container .calculator-section .reward-card .reward-item .reward-value.gradient-text[data-v-1e63a892] {
  background: linear-gradient(135deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.invite-reward-container .calculator-section .reward-card .reward-separator[data-v-1e63a892] {
  background: #dadfe0;
  height: 1px;
  margin: 20px 0
}

:root.mobile .invite-reward-container[data-v-1e63a892] {
  box-sizing: border-box;
  margin: 1rem auto 0;
  padding: .6rem .2rem;
  width: 100%
}

:root.mobile .invite-reward-container .cdn-title .title-text[data-v-1e63a892] {
  font-size: 24px
}

:root.mobile .invite-reward-container .cdn-title .subtitle[data-v-1e63a892] {
  font-size: 14px
}

:root.mobile .invite-reward-container .calculator-section[data-v-1e63a892] {
  margin: .6rem auto 0
}

:root.mobile .invite-reward-container .calculator-section .slider-section[data-v-1e63a892] {
  margin-bottom: .3rem
}

:root.mobile .invite-reward-container .calculator-section .slider-section .slider-label[data-v-1e63a892] {
  font-size: .28rem;
  margin-bottom: .15rem
}

:root.mobile .invite-reward-container .calculator-section .slider-section .slider-container[data-v-1e63a892] {
  padding: 0 .25rem
}

:root.mobile .invite-reward-container .calculator-section .slider-section .slider-container .slider-track[data-v-1e63a892] {
  height: .1rem
}

:root.mobile .invite-reward-container .calculator-section .slider-section .slider-container .slider-track .slider-thumb .thumb-circle[data-v-1e63a892] {
  height: .2rem;
  width: .2rem
}

:root.mobile .invite-reward-container .calculator-section .slider-section .slider-container .slider-marks[data-v-1e63a892] {
  margin-top: .1rem
}

:root.mobile .invite-reward-container .calculator-section .slider-section .slider-container .slider-marks .mark .mark-label[data-v-1e63a892] {
  font-size: .22rem
}

:root.mobile .invite-reward-container .calculator-section .reward-card[data-v-1e63a892] {
  border-radius: .15rem;
  margin-top: 1rem;
  padding: .25rem
}

:root.mobile .invite-reward-container .calculator-section .reward-card .reward-item[data-v-1e63a892] {
  margin-bottom: .15rem
}

:root.mobile .invite-reward-container .calculator-section .reward-card .reward-item.total[data-v-1e63a892] {
  margin-bottom: 0;
  margin-top: .15rem
}

:root.mobile .invite-reward-container .calculator-section .reward-card .reward-item .reward-label[data-v-1e63a892],
:root.mobile .invite-reward-container .calculator-section .reward-card .reward-item .reward-value[data-v-1e63a892] {
  font-size: .28rem
}

:root.mobile .invite-reward-container .calculator-section .reward-card .reward-separator[data-v-1e63a892] {
  margin: .25rem 0
}

:root.dark-mode .invite-reward-container .calculator-section .reward-card[data-v-1e63a892],
:root.dark-mode .invite-reward-container .calculator-section .slider-section .slider-container .slider-track[data-v-1e63a892] {
  background: #2a2a2a
}

:root.dark-mode .invite-reward-container .calculator-section .reward-card .reward-separator[data-v-1e63a892] {
  background: #ffffff1a
}


/* 外部样式: https://cdn1.com/_nuxt/InviteLeaderboard.DHayuUab.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-08fc3afb] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-08fc3afb] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-08fc3afb] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-08fc3afb] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-08fc3afb] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-08fc3afb],
:root.mobile .desktop-only[data-v-08fc3afb] {
  display: none
}

.radius-badge[data-v-08fc3afb] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-08fc3afb] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-08fc3afb] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-08fc3afb] {
  bottom: -5rem
}

[data-v-08fc3afb]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-08fc3afb] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.invite-leaderboard-container[data-v-08fc3afb] {
  margin-top: 60px
}

.invite-leaderboard-container .cdn-title[data-v-08fc3afb] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  letter-spacing: 0;
  text-align: center
}

.invite-leaderboard-container .cdn-title .title-text[data-v-08fc3afb] {
  font-size: 34px;
  font-weight: 600
}

.invite-leaderboard-container .cdn-title .subtitle[data-v-08fc3afb] {
  color: #525b68;
  font-size: 18px;
  margin-top: 16px;
  text-align: center
}

.invite-leaderboard-container .table-wrapper[data-v-08fc3afb] {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  overflow: hidden;
  width: 100%
}

.invite-leaderboard-container .leaderboard-table[data-v-08fc3afb] {
  border-collapse: collapse;
  width: 100%
}

.invite-leaderboard-container .leaderboard-table .table-header[data-v-08fc3afb] {
  background: #fff
}

.invite-leaderboard-container .leaderboard-table .table-header tr .header-item[data-v-08fc3afb] {
  background: linear-gradient(135deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: none
}

.invite-leaderboard-container .leaderboard-table .table-header tr .header-item.rank[data-v-08fc3afb] {
  text-align: center;
  width: 100px
}

.invite-leaderboard-container .leaderboard-table .table-header tr .header-item.user[data-v-08fc3afb] {
  padding-left: 75px;
  text-align: left
}

.invite-leaderboard-container .leaderboard-table .table-header tr .header-item.invites[data-v-08fc3afb],
.invite-leaderboard-container .leaderboard-table .table-header tr .header-item.reward[data-v-08fc3afb] {
  text-align: center;
  width: 150px
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row[data-v-08fc3afb] {
  border-bottom: 1px solid #f5f5f5;
  min-height: 64px
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row[data-v-08fc3afb]:last-child {
  border-bottom: none
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row.zebra[data-v-08fc3afb] {
  background: #f9f9f9
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row[data-v-08fc3afb]:hover {
  background: #f5f5f5
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item[data-v-08fc3afb] {
  border: none;
  color: #525b68;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 20px;
  vertical-align: middle
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.rank[data-v-08fc3afb] {
  text-align: center
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.rank .rank-badge[data-v-08fc3afb] {
  align-items: center;
  border-radius: 20px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  width: 30px
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.rank .rank-badge.gold[data-v-08fc3afb] {
  background: #f0ca40;
  color: #fff
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.rank .rank-badge.silver[data-v-08fc3afb] {
  background: #828892;
  color: #fff
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.rank .rank-badge.bronze[data-v-08fc3afb] {
  background: #e7a77d;
  color: #fff
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.rank .rank-badge.default[data-v-08fc3afb] {
  background: transparent;
  color: #525b68
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.user[data-v-08fc3afb] {
  padding-left: 75px;
  text-align: left
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.user .user-info[data-v-08fc3afb] {
  align-items: center;
  display: flex;
  gap: 16px
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.user .user-info .user-avatar[data-v-08fc3afb] {
  border-radius: 50%;
  height: 37px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 37px
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.user .user-info .username[data-v-08fc3afb] {
  color: #525b68;
  font-weight: 500
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.invites[data-v-08fc3afb],
.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.reward[data-v-08fc3afb] {
  text-align: center
}

.invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.reward.gradient-text[data-v-08fc3afb] {
  background: linear-gradient(135deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

:root.mobile .invite-leaderboard-container[data-v-08fc3afb] {
  margin: 1rem auto 0;
  width: 100%
}

:root.mobile .invite-leaderboard-container .cdn-title .title-text[data-v-08fc3afb] {
  font-size: .48rem
}

:root.mobile .invite-leaderboard-container .cdn-title .subtitle[data-v-08fc3afb] {
  font-size: .28rem;
  margin-top: .16rem
}

:root.mobile .invite-leaderboard-container .table-scroll-container[data-v-08fc3afb] {
  box-sizing: border-box;
  margin-top: .4rem;
  padding: 0 .3rem
}

:root.mobile .invite-leaderboard-container .table-wrapper[data-v-08fc3afb] {
  border-radius: .3rem;
  margin-top: 0;
  overflow-x: auto;
  width: auto !important;
  width: 100%
}

:root.mobile .invite-leaderboard-container .leaderboard-table[data-v-08fc3afb] {
  min-width: 100%
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-header tr .header-item[data-v-08fc3afb] {
  font-size: .32rem;
  padding: .2rem;
  white-space: nowrap
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-header tr .header-item.rank[data-v-08fc3afb] {
  width: 1rem
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-header tr .header-item.user[data-v-08fc3afb] {
  padding-left: .55rem;
  width: 2rem
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-header tr .header-item.invites[data-v-08fc3afb],
:root.mobile .invite-leaderboard-container .leaderboard-table .table-header tr .header-item.reward[data-v-08fc3afb] {
  width: 1.5rem
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-body .table-row[data-v-08fc3afb] {
  min-height: .88rem
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item[data-v-08fc3afb] {
  font-size: .28rem;
  padding: .16rem .2rem
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.rank .rank-badge[data-v-08fc3afb] {
  font-size: .28rem;
  height: .44rem;
  width: .44rem
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.user[data-v-08fc3afb] {
  padding-left: .55rem
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.user .user-info[data-v-08fc3afb] {
  gap: .16rem
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.user .user-info .user-avatar[data-v-08fc3afb] {
  height: .48rem;
  width: .48rem
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.user .user-info .username[data-v-08fc3afb] {
  font-size: .28rem;
  white-space: nowrap
}

:root.mobile .invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.invites[data-v-08fc3afb],
:root.mobile .invite-leaderboard-container .leaderboard-table .table-body .table-row .row-item.reward[data-v-08fc3afb] {
  white-space: nowrap
}

:root.dark-mode .invite-leaderboard-container .table-wrapper[data-v-08fc3afb] {
  background: #101010;
  border-color: #fff3
}

:root.dark-mode .invite-leaderboard-container .leaderboard-table .table-header[data-v-08fc3afb] {
  background: #101010
}

:root.dark-mode .invite-leaderboard-container .leaderboard-table .table-body .table-row[data-v-08fc3afb] {
  border-bottom-color: #ffffff0d
}

:root.dark-mode .invite-leaderboard-container .leaderboard-table .table-body .table-row.zebra[data-v-08fc3afb] {
  background: #22252180
}

:root.dark-mode .invite-leaderboard-container .leaderboard-table .table-body .table-row[data-v-08fc3afb]:hover {
  background: #3a3a3a
}


/* 外部样式: https://cdn1.com/_nuxt/InviteFAQ.DIH01R8L.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-8cd073a6] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-8cd073a6] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-8cd073a6] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-8cd073a6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-8cd073a6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-8cd073a6],
:root.mobile .desktop-only[data-v-8cd073a6] {
  display: none
}

.radius-badge[data-v-8cd073a6] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-8cd073a6] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-8cd073a6] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-8cd073a6] {
  bottom: -5rem
}

[data-v-8cd073a6]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-8cd073a6] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.invite-faq-container[data-v-8cd073a6] {
  box-sizing: border-box;
  margin-top: 60px;
  padding: 80px 0 260px;
  position: relative
}

.invite-faq-container .cdn-title[data-v-8cd073a6] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  letter-spacing: 0;
  text-align: center
}

.invite-faq-container .cdn-title .title-text[data-v-8cd073a6] {
  font-size: 34px;
  font-weight: 600
}

.invite-faq-container .cdn-title .subtitle[data-v-8cd073a6] {
  color: #525b68;
  font-size: 18px;
  margin-top: 16px;
  text-align: center
}

.invite-faq-container .faq-list[data-v-8cd073a6] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 80px auto 0;
  position: relative;
  width: 100%;
  z-index: 10
}

.invite-faq-container .faq-list .faq-item[data-v-8cd073a6] {
  background: #f2f9fd;
  border-radius: 20px;
  overflow: hidden;
  transition: all .3s ease
}

.invite-faq-container .faq-list .faq-item[data-v-8cd073a6]:hover {
  box-shadow: 0 8px 25px #46cf3a1a;
  transform: translateY(-2px)
}

.invite-faq-container .faq-list .faq-item.active .faq-question[data-v-8cd073a6] {
  background: #f2f9fd
}

.invite-faq-container .faq-list .faq-item.active .faq-question .question-text[data-v-8cd073a6] {
  color: var(--color-dark)
}

.invite-faq-container .faq-list .faq-item .faq-question[data-v-8cd073a6] {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  transition: all .3s ease
}

.invite-faq-container .faq-list .faq-item .faq-question .question-text[data-v-8cd073a6] {
  color: var(--color-dark);
  flex: 1;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700
}

.invite-faq-container .faq-list .faq-item .faq-question .arrow-icon[data-v-8cd073a6] {
  color: #525b68;
  flex-shrink: 0;
  height: 22px;
  transition: transform .3s ease;
  width: 22px
}

.invite-faq-container .faq-list .faq-item .faq-question .arrow-icon.rotated[data-v-8cd073a6] {
  color: var(--color-primary);
  transform: rotate(180deg)
}

.invite-faq-container .faq-list .faq-item .faq-answer[data-v-8cd073a6] {
  overflow: hidden;
  transition: max-height .3s ease
}

.invite-faq-container .faq-list .faq-item .faq-answer .answer-content[data-v-8cd073a6] {
  color: #525b68;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 30px 30px
}

.invite-faq-container .faq-bg[data-v-8cd073a6] {
  background-image: url(../images/invite/invite-faq-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%
}

:root.mobile .invite-faq-container[data-v-8cd073a6] {
  margin: 1rem auto 0;
  padding: .6rem .2rem 2.6rem;
  width: 100%
}

:root.mobile .invite-faq-container .cdn-title .title-text[data-v-8cd073a6] {
  font-size: 24px
}

:root.mobile .invite-faq-container .cdn-title .subtitle[data-v-8cd073a6] {
  font-size: 14px
}

:root.mobile .invite-faq-container .faq-list[data-v-8cd073a6] {
  gap: .08rem;
  margin: .6rem auto 0
}

:root.mobile .invite-faq-container .faq-list .faq-item[data-v-8cd073a6] {
  border-radius: .15rem
}

:root.mobile .invite-faq-container .faq-list .faq-item .faq-question[data-v-8cd073a6] {
  padding: .25rem
}

:root.mobile .invite-faq-container .faq-list .faq-item .faq-question .question-text[data-v-8cd073a6] {
  font-size: .28rem
}

:root.mobile .invite-faq-container .faq-list .faq-item .faq-question .arrow-icon[data-v-8cd073a6],
:root.mobile .invite-faq-container .faq-list .faq-item .faq-question .arrow-icon svg[data-v-8cd073a6] {
  height: .28rem;
  width: .28rem
}

:root.mobile .invite-faq-container .faq-list .faq-item .faq-answer .answer-content[data-v-8cd073a6] {
  font-size: .24rem;
  line-height: 1.6;
  padding: 0 .25rem .25rem
}

:root.mobile .invite-faq-container .faq-bg[data-v-8cd073a6] {
  height: 3rem;
  margin-top: .3rem
}

:root.dark-mode .invite-faq-container .faq-list .faq-item[data-v-8cd073a6],
:root.dark-mode .invite-faq-container .faq-list .faq-item.active .faq-question[data-v-8cd073a6] {
  background: #2a2a2a
}


/* 外部样式: https://cdn1.com/_nuxt/index.DzVUMYn2.css */
.invite-page[data-v-bb0e0d1b] {
  background-color: var(--color-white);
  min-height: 100vh
}


/* 外部样式: https://cdn1.com/_nuxt/UserFooter.BcVpWNLX.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-3306c848] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-3306c848] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-3306c848] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-3306c848] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-3306c848] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-3306c848],
:root.mobile .desktop-only[data-v-3306c848] {
  display: none
}

.radius-badge[data-v-3306c848] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-3306c848] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-3306c848] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-3306c848] {
  bottom: -5rem
}

[data-v-3306c848]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-3306c848] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.user-container[data-v-3306c848] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
  width: 100%
}

@media (max-width:768px) {
  .user-container[data-v-3306c848] {
    box-sizing: border-box
  }
}

:root.mobile .user-container[data-v-3306c848] {
  padding: 0 15px
}

:root.dark-mode[data-v-3306c848] {
  background-color: #121212
}

.user-header.desktop-only[data-v-3306c848] {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  transition: all .3s ease;
  width: 100%;
  z-index: 1002
}

.user-header.desktop-only.with-background[data-v-3306c848] {
  background-color: var(--color-white)
}

.user-header.desktop-only.is-scrolled[data-v-3306c848] {
  background-color: var(--color-white);
  box-shadow: 0 2px 4px #0000000d
}

.user-header.desktop-only .user-header-content[data-v-3306c848] {
  align-items: center;
  display: flex;
  height: 84px
}

.user-header.desktop-only .user-header-left[data-v-3306c848] {
  height: 100%
}

.user-header.desktop-only .user-header-left a[data-v-3306c848] {
  align-items: center;
  display: flex;
  height: 100%
}

.user-header.desktop-only .user-header-left .logo[data-v-3306c848] {
  background-color: transparent;
  background-image: url(../images/users/m_head_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  mix-blend-mode: normal;
  width: 160px
}

.user-header.desktop-only .user-header-nav[data-v-3306c848] {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 16px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 16px
}

.user-header.desktop-only .user-header-nav .nav-item[data-v-3306c848] {
  align-items: center;
  color: var(--color-dark);
  display: flex;
  font-size: 16px;
  gap: 6px;
  justify-content: center;
  max-width: 100px;
  min-width: 80px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: color .3s;
  white-space: nowrap
}

.user-header.desktop-only .user-header-nav .nav-item.active[data-v-3306c848],
.user-header.desktop-only .user-header-nav .nav-item[data-v-3306c848]:hover {
  color: #4caf50
}

.user-header.desktop-only .user-header-nav .nav-item[data-v-3306c848]:first-child {
  padding-left: 0
}

.user-header.desktop-only .user-header-nav .nav-item .nav-arrow[data-v-3306c848] {
  background-image: url(../images/users/nav-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 12px;
  margin-left: 4px;
  transition: transform .3s;
  width: 12px
}

.user-header.desktop-only .user-header-nav .nav-item-with-dropdown[data-v-3306c848] {
  position: relative
}

.user-header.desktop-only .user-header-nav .nav-item-with-dropdown:hover .nav-arrow[data-v-3306c848] {
  transform: rotate(180deg)
}

.user-header.desktop-only .user-header-nav .nav-item-with-dropdown:hover .dropdown-menu[data-v-3306c848] {
  display: block;
  opacity: 1;
  transform: translateY(0)
}

.user-header.desktop-only .user-header-nav .nav-item-with-dropdown .dropdown-menu[data-v-3306c848] {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 2px 12px #0000001a;
  display: none;
  left: 0;
  opacity: 0;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  transform: translateY(-10px);
  transition: all .3s;
  width: 150px;
  z-index: 1000
}

.user-header.desktop-only .user-header-nav .nav-item-with-dropdown .dropdown-menu .dropdown-item[data-v-3306c848] {
  color: #333;
  display: block;
  padding: 6px 8px;
  text-decoration: none;
  transition: background-color .3s
}

.user-header.desktop-only .user-header-nav .nav-item-with-dropdown .dropdown-menu .dropdown-item[data-v-3306c848]:hover {
  background-color: #f5f5f5
}

.user-header.desktop-only .user-header-nav .nav-item-with-dropdown .dropdown-menu .dropdown-item .item-title[data-v-3306c848] {
  color: var(--text-color-regular);
  display: block;
  font-size: 14px;
  font-weight: var(--font-weight-primary)
}

.user-header.desktop-only .user-header-nav .nav-item-with-dropdown .dropdown-menu .dropdown-item .version[data-v-3306c848] {
  align-items: center;
  background: linear-gradient(281deg, var(--border-color-yellow) -36.99%, var(--border-color-orange) 98.84%);
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 0 4px
}

.user-header.desktop-only .user-header-gap[data-v-3306c848] {
  flex: 1
}

.user-header.desktop-only .user-header-right[data-v-3306c848] {
  align-items: center;
  display: flex;
  gap: 12px
}

.user-header.desktop-only .user-header-right .search-button[data-v-3306c848],
.user-header.desktop-only .user-header-right button[data-v-3306c848] {
  align-items: center;
  background-color: var(--color-white);
  border: none;
  box-sizing: border-box;
  color: var(--color-dark);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  height: 36px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  transition: background-color .3s;
  white-space: nowrap
}

.user-header.desktop-only .user-header-right .search-button[data-v-3306c848]:hover,
.user-header.desktop-only .user-header-right button[data-v-3306c848]:hover {
  background-color: #f5f5f5
}

.user-header.desktop-only .user-header-right .lang-switch[data-v-3306c848],
.user-header.desktop-only .user-header-right .search-button[data-v-3306c848] {
  background-color: var(--color-white);
  border-radius: 18px;
  gap: 6px;
  padding: 0 12px
}

.user-header.desktop-only .user-header-right .lang-switch .icon-search-custom[data-v-3306c848],
.user-header.desktop-only .user-header-right .search-button .icon-search-custom[data-v-3306c848] {
  background: url(images/users/nav-search.svg) no-repeat 50%;
  background-size: contain;
  height: 18px;
  width: 18px
}

.user-header.desktop-only .user-header-right .lang-switch .icon-arrow-down[data-v-3306c848],
.user-header.desktop-only .user-header-right .search-button .icon-arrow-down[data-v-3306c848] {
  background: url(images/users/nav-arrow.svg) no-repeat 50%;
  background-size: contain;
  height: 12px;
  width: 12px
}

.user-header.desktop-only .user-header-right .icon-button[data-v-3306c848] {
  border-radius: 50%;
  width: 36px
}

.user-header.desktop-only .user-header-right .icon-button i[data-v-3306c848] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px
}

.user-header.desktop-only .user-header-right .paper-plane-btn i[data-v-3306c848] {
  background-image: url(../images/users/nav-telegram-dark.svg)
}

.user-header.desktop-only .user-header-right .theme-switch i[data-v-3306c848] {
  background-image: url(../images/users/nav-dark.svg)
}

.user-header.desktop-only .user-header-right .switch-button[data-v-3306c848] {
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-family: Alimama ShuHeiTi;
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  gap: 8px;
  padding: 8px 16px;
  text-decoration: none;
  transition: transform .3s ease;
  white-space: nowrap
}

.user-header.desktop-only .user-header-right .switch-button[data-v-3306c848]:hover {
  transform: scale(1.05)
}

.user-header.desktop-only .user-header-right .switch-button img[data-v-3306c848] {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 29px
}

.user-header-mobile.mobile-only[data-v-3306c848] {
  box-shadow: 0 2px 4px #0000000d;
  display: none;
  position: fixed;
  top: 0;
  transition: all .3s ease;
  width: 100%;
  z-index: 1002
}

.user-header-mobile.mobile-only[data-v-3306c848],
.user-header-mobile.mobile-only.with-background[data-v-3306c848] {
  background-color: var(--color-white)
}

.user-header-mobile.mobile-only.is-scrolled[data-v-3306c848] {
  background-color: var(--color-white);
  box-shadow: 0 2px 4px #0000000d
}

.user-header-mobile.mobile-only .user-header-content[data-v-3306c848] {
  align-items: center;
  display: flex;
  height: 44px
}

.user-header-mobile.mobile-only .user-header-left[data-v-3306c848] {
  height: 100%
}

.user-header-mobile.mobile-only .user-header-left a[data-v-3306c848] {
  align-items: center;
  display: flex;
  height: 100%
}

.user-header-mobile.mobile-only .user-header-left .logo[data-v-3306c848] {
  background-color: transparent;
  background-image: url(../images/users/m_head_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  mix-blend-mode: normal;
  width: 160px
}

.user-header-mobile.mobile-only .mobile-right[data-v-3306c848] {
  display: flex;
  gap: 20px;
  margin-left: auto
}

.user-header-mobile.mobile-only .mobile-right .mobile-search[data-v-3306c848] {
  background-image: url(../images/users/mobile-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 44px;
  width: 44px
}

.user-header-mobile.mobile-only .mobile-right .mobile-drawer[data-v-3306c848] {
  background-image: url(../images/users/mobile-drawer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 44px;
  transition: background-image .3s;
  width: 44px
}

.user-header-mobile.mobile-only .mobile-right .mobile-drawer.is-open[data-v-3306c848] {
  background-image: url(../images/users/mobile-close.svg);
  background-position: 50%
}

.user-header-mobile-menu.mobile-only[data-v-3306c848] {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff9;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002
}

.user-header-mobile-menu.mobile-only .header[data-v-3306c848] {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  box-shadow: 0 2px 4px #0000000d;
  display: flex;
  height: 44px;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
  z-index: 2000
}

.user-header-mobile-menu.mobile-only .header .user-header-left[data-v-3306c848] {
  height: 100%
}

.user-header-mobile-menu.mobile-only .header .user-header-left a[data-v-3306c848] {
  align-items: center;
  display: flex;
  height: 100%
}

.user-header-mobile-menu.mobile-only .header .user-header-left .logo[data-v-3306c848] {
  background-color: transparent;
  background-image: url(../images/users/m_head_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  mix-blend-mode: normal;
  width: 160px
}

.user-header-mobile-menu.mobile-only .header .header-right[data-v-3306c848] {
  align-items: center;
  display: flex;
  gap: 12px
}

.user-header-mobile-menu.mobile-only .header .header-right[data-v-3306c848] .button-sub-menu {
  position: relative;
  z-index: 1100
}

.user-header-mobile-menu.mobile-only .header .header-right[data-v-3306c848] .button-sub-menu .sub-menu {
  background-color: var(--bg-color-white);
  border-radius: 8px;
  box-shadow: 0 2px 8px #00000026;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 50px;
  transform: none;
  width: 100vw;
  z-index: 1100
}

.user-header-mobile-menu.mobile-only .header .header-right .mobile-search-icon[data-v-3306c848] {
  align-items: center;
  background-color: #f2f9fd;
  border-radius: 100%;
  display: flex;
  height: 30px;
  justify-content: center;
  text-decoration: none;
  width: 30px
}

.user-header-mobile-menu.mobile-only .header .header-right .mobile-search-icon i[data-v-3306c848] {
  background-image: url(../images/users/mobile-search.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px
}

.user-header-mobile-menu.mobile-only .header .header-right[data-v-3306c848] .button.lang {
  background-color: #f2f9fd;
  border-radius: 100%;
  height: 30px;
  width: 30px
}

.user-header-mobile-menu.mobile-only .header .header-right[data-v-3306c848] .button.lang svg {
  height: 16px;
  width: 16px
}

.user-header-mobile-menu.mobile-only .header .header-right .theme-switch-container[data-v-3306c848] {
  align-items: center;
  background-color: #f2f9fd;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px
}

.user-header-mobile-menu.mobile-only .header .header-right .theme-switch-container i[data-v-3306c848] {
  background-image: url(../images/users/nav-dark.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px
}

.user-header-mobile-menu.mobile-only .header .header-right .mobile-drawer[data-v-3306c848] {
  background-image: url(../images/users/mobile-close.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 36px;
  width: 36px
}

.mobile-drawer-menu[data-v-3306c848] {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  display: flex;
  flex-direction: column;
  height: calc(100% - 44px);
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 44px;
  transition: right .3s ease;
  width: 100%;
  z-index: 1001
}

.mobile-drawer-menu.active[data-v-3306c848] {
  right: 0
}

.mobile-drawer-menu .drawer-content[data-v-3306c848] {
  overflow-y: auto;
  padding: 0 15px 20px
}

.mobile-drawer-menu .drawer-content[data-v-3306c848],
.mobile-drawer-menu .drawer-menu-items[data-v-3306c848] {
  display: flex;
  flex: 1;
  flex-direction: column
}

.mobile-drawer-menu .drawer-switch-button[data-v-3306c848] {
  align-items: center;
  border-radius: 20px;
  color: #fff !important;
  display: flex;
  font-family: Alimama ShuHeiTi;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  gap: 8px;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: auto;
  padding: 12px 20px;
  text-decoration: none
}

.mobile-drawer-menu .drawer-switch-button img[data-v-3306c848] {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 29.5px
}

.mobile-drawer-menu .drawer-switch-button span[data-v-3306c848] {
  color: #fff !important
}

.mobile-drawer-menu .drawer-menu-item[data-v-3306c848] {
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  color: var(--color-dark);
  display: flex;
  font-size: 17px;
  font-weight: 500;
  justify-content: center;
  padding: 16px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s
}

.mobile-drawer-menu .drawer-menu-item .theme-switch-container[data-v-3306c848] {
  align-items: center;
  background: linear-gradient(90deg, #46cf3a1a, #36cfbc1a);
  border-radius: 50%;
  display: flex;
  height: 20px;
  justify-content: center;
  margin-left: 6px;
  padding: 0;
  width: 20px
}

.mobile-drawer-menu .drawer-menu-item .theme-switch-container i[data-v-3306c848] {
  background-color: transparent;
  background-image: url(../images/users/nav-dark.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: none;
  cursor: pointer;
  height: 100%;
  outline: none;
  padding: 0;
  width: 100%
}

.mobile-drawer-menu .drawer-menu-item.active[data-v-3306c848],
.mobile-drawer-menu .drawer-menu-item[data-v-3306c848]:hover {
  background-color: #4caf500d;
  color: #4caf50
}

.mobile-drawer-menu .drawer-menu-accordion[data-v-3306c848] {
  border-bottom: 1px solid #f0f0f0
}

.mobile-drawer-menu .drawer-menu-accordion .accordion-header[data-v-3306c848] {
  align-items: center;
  color: var(--color-dark);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 16px 20px
}

.mobile-drawer-menu .drawer-menu-accordion .accordion-header[data-v-3306c848]:hover {
  color: #4caf50
}

.mobile-drawer-menu .drawer-menu-accordion .accordion-header .accordion-arrow[data-v-3306c848] {
  background-image: url(../images/users/nav-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  margin-left: 8px;
  transition: transform .3s;
  width: 14px
}

.mobile-drawer-menu .drawer-menu-accordion .accordion-header .accordion-arrow.active[data-v-3306c848] {
  transform: rotate(180deg)
}

.mobile-drawer-menu .drawer-menu-accordion .accordion-content[data-v-3306c848] {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease
}

.mobile-drawer-menu .drawer-menu-accordion .accordion-content.active[data-v-3306c848] {
  max-height: 300px
}

.mobile-drawer-menu .drawer-menu-accordion .accordion-content .accordion-item[data-v-3306c848] {
  color: var(--color-dark);
  display: flex;
  font-size: 14px;
  justify-content: center;
  opacity: .8;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .3s
}

.mobile-drawer-menu .drawer-menu-accordion .accordion-content .accordion-item.selected[data-v-3306c848],
.mobile-drawer-menu .drawer-menu-accordion .accordion-content .accordion-item[data-v-3306c848]:hover {
  background-color: #4caf500d;
  color: #4caf50
}

.mobile-drawer-menu .drawer-menu-accordion .accordion-content .accordion-item .version[data-v-3306c848] {
  align-items: center;
  background: linear-gradient(281deg, var(--border-color-yellow) -36.99%, var(--border-color-orange) 98.84%);
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  color: var(--color-white);
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  margin-left: 8px;
  padding: 0 4px
}

.mobile-drawer-overlay[data-v-3306c848] {
  background-color: #00000080;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000
}

.mobile-drawer-overlay.active[data-v-3306c848] {
  opacity: 1;
  visibility: visible
}

.to-top-button[data-v-3306c848] {
  background-image: url(../images/top.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
  height: 80px
}

.invite-button[data-v-3306c848],
.to-top-button[data-v-3306c848] {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 20px;
  width: 80px;
  z-index: 1003
}

.invite-button[data-v-3306c848] {
  bottom: 100px;
  flex-direction: column;
  height: 100px;
  text-decoration: none;
  transition: transform .3s ease
}

.invite-button[data-v-3306c848]:hover {
  transform: translateY(-5px)
}

.invite-button img[data-v-3306c848] {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 80px
}

.invite-button span[data-v-3306c848] {
  bottom: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  white-space: nowrap
}

@media screen and (min-width:769px) {
  .user-header.desktop-only[data-v-3306c848] {
    display: block !important
  }

  .user-header-mobile.mobile-only[data-v-3306c848] {
    display: none !important
  }
}

@media screen and (max-width:768px) {
  .user-header.desktop-only[data-v-3306c848] {
    display: none !important
  }

  .user-header-mobile.mobile-only[data-v-3306c848] {
    display: block !important
  }

  .to-top-button[data-v-3306c848] {
    height: .88rem;
    width: .88rem
  }

  .invite-button[data-v-3306c848] {
    bottom: 70px;
    height: 1.1rem;
    right: 20px;
    width: .88rem
  }

  .invite-button img[data-v-3306c848] {
    height: .88rem;
    width: .88rem
  }

  .invite-button span[data-v-3306c848] {
    bottom: 8px;
    font-size: 8px
  }
}

:root.dark-mode .user-header.desktop-only.is-scrolled[data-v-3306c848],
:root.dark-mode .user-header.desktop-only.with-background[data-v-3306c848] {
  background-color: #121212
}

:root.dark-mode .user-header.desktop-only .logo[data-v-3306c848] {
  background-image: url(../images/users/m_head_logo_dark.svg)
}

:root.dark-mode .user-header.desktop-only .icon-button[data-v-3306c848],
:root.dark-mode .user-header.desktop-only .search-button[data-v-3306c848] {
  background-color: #1d1d1f
}

:root.dark-mode .user-header.desktop-only .theme-switch i[data-v-3306c848] {
  background-image: url(../images/users/nav-light.svg)
}

:root.dark-mode .user-header.desktop-only .paper-plane-btn i[data-v-3306c848] {
  background-image: url(../images/users/nav-telegram-light.svg)
}

:root.dark-mode .user-header.desktop-only[data-v-3306c848] .lang {
  background-color: #1d1d1f
}

:root.dark-mode .user-header.desktop-only[data-v-3306c848] .lang-icon {
  color: #fff
}

:root.dark-mode .user-header.desktop-only .nav-item .nav-arrow[data-v-3306c848] {
  background-image: url(../images/users/nav-arrow-dark.svg)
}

:root.dark-mode .user-header.desktop-only .mobile-right .mobile-search[data-v-3306c848] {
  background-image: url(../images/users/mobile-search-dark.svg)
}

:root.dark-mode .user-header.desktop-only .mobile-right .mobile-drawer[data-v-3306c848] {
  background-image: url(../images/users/mobile-drawer-dark.svg)
}

:root.dark-mode .user-header.desktop-only .mobile-right .mobile-drawer.is-open[data-v-3306c848] {
  background-image: url(../images/users/mobile-close-dark.svg)
}

:root.dark-mode .mobile-search-icon[data-v-3306c848],
:root.dark-mode .theme-switch-container[data-v-3306c848] {
  background-color: #1b1b1d !important
}

:root.dark-mode .mobile-search-icon[data-v-3306c848] {
  color: #fff
}

:root.dark-mode .mobile-search-icon i[data-v-3306c848] {
  background-image: url(../images/users/mobile-search-dark.svg) !important
}

:root.dark-mode .user-header-mobile.mobile-only[data-v-3306c848],
:root.dark-mode .user-header-mobile.mobile-only.is-scrolled[data-v-3306c848],
:root.dark-mode .user-header-mobile.mobile-only.with-background[data-v-3306c848] {
  background-color: #121212
}

:root.dark-mode .user-header-mobile.mobile-only .logo[data-v-3306c848] {
  background-image: url(../images/users/m_head_logo_dark.svg)
}

:root.dark-mode .user-header-mobile.mobile-only .mobile-right .mobile-search[data-v-3306c848] {
  background-image: url(../images/users/mobile-search-dark.svg)
}

:root.dark-mode .user-header-mobile.mobile-only .mobile-right .mobile-drawer[data-v-3306c848] {
  background-image: url(../images/users/mobile-drawer-dark.svg)
}

:root.dark-mode .user-header-mobile.mobile-only .mobile-right .mobile-drawer.is-open[data-v-3306c848] {
  background-image: url(../images/users/mobile-close-dark.svg)
}

:root.dark-mode .user-header-mobile-menu.mobile-only[data-v-3306c848] {
  background-color: #121212
}

:root.dark-mode .user-header-mobile-menu.mobile-only[data-v-3306c848] .button.lang {
  background-color: #1b1b1d !important
}

:root.dark-mode .user-header-mobile-menu.mobile-only .header[data-v-3306c848] {
  background-color: #121212
}

:root.dark-mode .user-header-mobile-menu.mobile-only .header .logo[data-v-3306c848] {
  background-image: url(../images/users/m_head_logo_dark.svg)
}

:root.dark-mode .user-header-mobile-menu.mobile-only .header .header-right[data-v-3306c848] .button-sub-menu .sub-menu {
  background-color: #2a2a2a
}

:root.dark-mode .user-header-mobile-menu.mobile-only .header .header-right[data-v-3306c848] .button-sub-menu .sub-menu li {
  color: #fff
}

:root.dark-mode .user-header-mobile-menu.mobile-only .header .header-right[data-v-3306c848] .button-sub-menu .sub-menu li.selected {
  color: #4caf50
}

:root.dark-mode .user-header-mobile-menu.mobile-only .header .header-right .mobile-search-icon i[data-v-3306c848] {
  background-image: url(/images/users/nav-search-dark.svg)
}

:root.dark-mode .user-header-mobile-menu.mobile-only .header .header-right .theme-switch-container i[data-v-3306c848] {
  background-image: url(../images/users/nav-light.svg)
}

:root.dark-mode .user-header-mobile-menu.mobile-only .header .header-right .mobile-drawer[data-v-3306c848] {
  background-image: url(../images/users/mobile-close-dark.svg)
}

:root.dark-mode .mobile-drawer-menu[data-v-3306c848] {
  background-color: #121212
}

:root.dark-mode .mobile-drawer-menu .drawer-menu-item[data-v-3306c848] {
  border-bottom-color: #2a2a2a
}

:root.dark-mode .mobile-drawer-menu .drawer-menu-item.active[data-v-3306c848],
:root.dark-mode .mobile-drawer-menu .drawer-menu-item[data-v-3306c848]:hover {
  background-color: #4caf501a
}

:root.dark-mode .mobile-drawer-menu .drawer-menu-item .theme-switch-container[data-v-3306c848] {
  background: linear-gradient(90deg, #46cf3a4d, #36cfbc4d)
}

:root.dark-mode .mobile-drawer-menu .drawer-menu-item .theme-switch-container i[data-v-3306c848] {
  background-image: url(../images/users/nav-light.svg)
}

:root.dark-mode .mobile-drawer-menu .drawer-menu-accordion[data-v-3306c848] {
  border-bottom-color: #2a2a2a
}

:root.dark-mode .mobile-drawer-menu .drawer-menu-accordion .accordion-header .accordion-arrow[data-v-3306c848] {
  background-image: url(../images/users/nav-arrow-dark.svg)
}

:root.dark-mode .mobile-drawer-menu .drawer-menu-accordion .accordion-content[data-v-3306c848] {
  background-color: #1a1a1a
}

:root.dark-mode .mobile-drawer-menu .drawer-menu-accordion .accordion-content .accordion-item.selected[data-v-3306c848],
:root.dark-mode .mobile-drawer-menu .drawer-menu-accordion .accordion-content .accordion-item[data-v-3306c848]:hover {
  background-color: #4caf501a
}

:root.dark-mode .to-top-button[data-v-3306c848] {
  background-image: url(../images/top_dark.svg)
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-e6b1d488] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-e6b1d488] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-e6b1d488] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-e6b1d488] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-e6b1d488] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-e6b1d488],
:root.mobile .desktop-only[data-v-e6b1d488] {
  display: none
}

.radius-badge[data-v-e6b1d488] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-e6b1d488] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-e6b1d488] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-e6b1d488] {
  bottom: -5rem
}

[data-v-e6b1d488]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-e6b1d488] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.user-container[data-v-e6b1d488] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
  width: 100%
}

@media (max-width:768px) {
  .user-container[data-v-e6b1d488] {
    box-sizing: border-box
  }
}

:root.mobile .user-container[data-v-e6b1d488] {
  padding: 0 15px
}

:root.dark-mode[data-v-e6b1d488] {
  background-color: #121212
}

.user-footer-container[data-v-e6b1d488] {
  padding: 50px 0;
  width: 100%
}

.user-footer-container.white-bg[data-v-e6b1d488] {
  background-color: var(--color-white)
}

.user-footer-container .user-footer-inner[data-v-e6b1d488] {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
  width: 1440px
}

.user-footer-container .header-container[data-v-e6b1d488] {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.user-footer-container .header-container .logo[data-v-e6b1d488] {
  background: url(images/m_head_logo.svg) no-repeat 50%;
  background-size: contain;
  height: 40px;
  width: 160px
}

.user-footer-container .header-container .service-status[data-v-e6b1d488] {
  align-items: center;
  border: 1px solid #46cf3a;
  border-radius: 20px;
  color: var(--color-dark);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 232px
}

.user-footer-container .body-container[data-v-e6b1d488] {
  display: flex;
  margin-top: 40px
}

.user-footer-container .body-container .links-container[data-v-e6b1d488] {
  display: flex;
  flex: 0 0 200px;
  gap: 16px
}

.user-footer-container .body-container .links-container .icon[data-v-e6b1d488] {
  background-size: contain;
  height: 34px;
  width: 34px
}

.user-footer-container .body-container .links-container .icon.icon-tg[data-v-e6b1d488] {
  background: url(images/user_footer_icon_tg.svg) no-repeat 50%
}

.user-footer-container .body-container .links-container .icon.icon-github[data-v-e6b1d488] {
  background: url(images/user_footer_icon_github.svg) no-repeat 50%
}

.user-footer-container .body-container .link-groups-container[data-v-e6b1d488] {
  display: flex;
  flex: 1;
  padding-right: 200px
}

.user-footer-container .body-container .link-groups-container .link-group[data-v-e6b1d488] {
  flex: 1
}

.user-footer-container .body-container .link-groups-container .group-title[data-v-e6b1d488] {
  color: var(--color-dark);
  font-size: 16px;
  font-style: Bold;
  font-weight: 700
}

.user-footer-container .body-container .link-groups-container .group-item[data-v-e6b1d488] {
  align-items: center;
  display: flex;
  gap: .1rem;
  margin-top: 20px
}

.user-footer-container .body-container .link-groups-container .group-item[data-v-e6b1d488],
.user-footer-container .body-container .link-groups-container .group-item a[data-v-e6b1d488] {
  color: var(--text-color-regular);
  font-size: 14px
}

.user-footer-container .body-container .link-groups-container .group-item .icon[data-v-e6b1d488] {
  height: 24px;
  width: 24px
}

.user-footer-container .body-container .link-groups-container .group-item .icon.icon-email[data-v-e6b1d488] {
  background: url(images/footer_icon_2_email.png) no-repeat 50%;
  background-size: contain
}

.user-footer-container .body-container .link-groups-container .group-item .icon.icon-tg[data-v-e6b1d488] {
  background: url(images/footer_icon_2_tg.png) no-repeat 50%;
  background-size: contain
}

.user-footer-container .payment-container[data-v-e6b1d488] {
  margin-top: 40px
}

.user-footer-container .payment-container .title[data-v-e6b1d488] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 16px;
  font-style: Bold;
  font-weight: 700
}

.user-footer-container .payment-container .methods[data-v-e6b1d488] {
  background: url(images/user_footer_pay.svg) no-repeat 50%;
  background-size: contain;
  height: 20px;
  margin-top: 20px;
  width: 182px
}

.user-footer-container-mobile[data-v-e6b1d488],
:root.mobile .user-footer-container[data-v-e6b1d488] {
  display: none
}

:root.mobile .user-footer-container-mobile[data-v-e6b1d488] {
  display: block;
  margin: .76rem auto;
  width: 6.9rem
}

:root.mobile .user-footer-container-mobile .head-container[data-v-e6b1d488] {
  align-items: center;
  display: flex;
  justify-content: space-between
}

:root.mobile .user-footer-container-mobile .head-container .logo[data-v-e6b1d488] {
  background: url(images/m_head_logo.svg) no-repeat 50%;
  background-size: contain;
  height: 40px;
  width: 160px
}

:root.mobile .user-footer-container-mobile .head-container .service-status[data-v-e6b1d488] {
  align-items: center;
  border: 1px solid #46cf3a;
  border-radius: 20px;
  color: var(--color-dark);
  display: flex;
  font-size: .25rem;
  height: .6rem;
  justify-content: center;
  width: 3.48rem
}

:root.mobile .user-footer-container-mobile .links-container[data-v-e6b1d488] {
  align-items: center;
  display: flex;
  gap: .16rem;
  justify-content: flex-start;
  margin-top: .3rem
}

:root.mobile .user-footer-container-mobile .links-container .icon[data-v-e6b1d488] {
  background-size: contain;
  border-radius: 50%;
  height: .51rem;
  width: .51rem
}

:root.mobile .user-footer-container-mobile .links-container .icon.icon-github[data-v-e6b1d488] {
  background: url(images/user_footer_icon_github.svg) no-repeat 50%;
  background-size: contain
}

:root.mobile .user-footer-container-mobile .links-container .icon.icon-tg[data-v-e6b1d488] {
  background: url(images/user_footer_icon_tg.svg) no-repeat 50%;
  background-size: contain
}

:root.mobile .user-footer-container-mobile .link-group-container[data-v-e6b1d488] {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 0;
  margin-top: .84rem
}

:root.mobile .user-footer-container-mobile .link-group-container .link-group[data-v-e6b1d488] {
  width: 33.33%
}

:root.mobile .user-footer-container-mobile .link-group-container .link-group .group-title[data-v-e6b1d488] {
  color: var(--color-dark);
  font-size: .3rem;
  font-style: Bold;
  font-weight: 700
}

:root.mobile .user-footer-container-mobile .link-group-container .link-group .group-item[data-v-e6b1d488] {
  align-items: center;
  display: flex;
  gap: .1rem;
  margin-top: .2rem
}

:root.mobile .user-footer-container-mobile .link-group-container .link-group .group-item[data-v-e6b1d488],
:root.mobile .user-footer-container-mobile .link-group-container .link-group .group-item a[data-v-e6b1d488] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: .25rem;
  font-style: Regular;
  font-weight: 400
}

:root.mobile .user-footer-container-mobile .link-group-container .link-group .group-item .icon[data-v-e6b1d488] {
  height: .35rem;
  min-width: .35rem;
  width: .35rem
}

:root.mobile .user-footer-container-mobile .link-group-container .link-group .group-item .icon.icon-email[data-v-e6b1d488] {
  background: url(images/footer_icon_2_email.png) no-repeat 50%;
  background-size: contain
}

:root.mobile .user-footer-container-mobile .link-group-container .link-group .group-item .icon.icon-tg[data-v-e6b1d488] {
  background: url(images/footer_icon_2_tg.png) no-repeat 50%;
  background-size: contain
}

:root.mobile .user-footer-container-mobile .payment-container[data-v-e6b1d488] {
  margin-top: .8rem
}

:root.mobile .user-footer-container-mobile .payment-container .title[data-v-e6b1d488] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: .3rem;
  font-style: Bold;
  font-weight: 700
}

:root.mobile .user-footer-container-mobile .payment-container .methods[data-v-e6b1d488] {
  background: url(images/user_footer_pay.svg) no-repeat 50%;
  background-size: contain;
  height: 20px;
  margin-top: .2rem;
  width: 182px
}

:root.dark-mode .user-footer-container[data-v-e6b1d488] {
  background: linear-gradient(180deg, #1a1a1a00, #1a1a1acc)
}

:root.dark-mode .user-footer-container .header-container .logo[data-v-e6b1d488] {
  background-image: url(../images/m_head_logo_dark.svg)
}

:root.dark-mode .user-footer-container .body-container .links-container .icon.icon-tg[data-v-e6b1d488] {
  background: url(images/user_footer_icon_tg_dark.svg) no-repeat 50%
}

:root.dark-mode .user-footer-container .body-container .links-container .icon.icon-github[data-v-e6b1d488] {
  background: url(images/user_footer_icon_github_dark.svg) no-repeat 50%
}

:root.dark-mode .user-footer-container .body-container .link-groups-container .group-item .icon.icon-email[data-v-e6b1d488] {
  background: url(images/footer_icon_2_email_dark.png) no-repeat 50%
}

:root.dark-mode .user-footer-container .body-container .link-groups-container .group-item .icon.icon-tg[data-v-e6b1d488] {
  background: url(images/footer_icon_2_tg_dark.png) no-repeat 50%
}

:root.dark-mode .user-footer-container-mobile .head-container .logo[data-v-e6b1d488] {
  background-image: url(../images/m_head_logo_dark.svg)
}

:root.dark-mode .user-footer-container-mobile .links-container .icon.icon-tg[data-v-e6b1d488] {
  background: url(images/user_footer_icon_tg_dark.svg) no-repeat 50%
}

:root.dark-mode .user-footer-container-mobile .links-container .icon.icon-github[data-v-e6b1d488] {
  background: url(images/user_footer_icon_github_dark.svg) no-repeat 50%
}

:root.dark-mode .user-footer-container-mobile .link-group-container .link-group .group-item .icon.icon-email[data-v-e6b1d488] {
  background: url(images/footer_icon_2_email_dark.png) no-repeat 50%
}

:root.dark-mode .user-footer-container-mobile .link-group-container .link-group .group-item .icon.icon-tg[data-v-e6b1d488] {
  background: url(images/footer_icon_2_tg_dark.png) no-repeat 50%
}


/* 外部样式: https://cdn1.com/_nuxt/UserSubFooter2.Bw6suLKv.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-733b1e11] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-733b1e11] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-733b1e11] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-733b1e11] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-733b1e11] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-733b1e11],
:root.mobile .desktop-only[data-v-733b1e11] {
  display: none
}

.radius-badge[data-v-733b1e11] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-733b1e11] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-733b1e11] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-733b1e11] {
  bottom: -5rem
}

[data-v-733b1e11]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-733b1e11] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.user-container[data-v-733b1e11] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
  width: 100%
}

@media (max-width:768px) {
  .user-container[data-v-733b1e11] {
    box-sizing: border-box
  }
}

:root.mobile .user-container[data-v-733b1e11] {
  padding: 0 15px
}

:root.dark-mode[data-v-733b1e11] {
  background-color: #121212
}

.user-sub-footer[data-v-733b1e11] {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  position: relative
}

.user-sub-footer[data-v-733b1e11]:before {
  background-color: var(--border-color-footer);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: .5;
  position: absolute;
  width: 100%
}

.user-sub-footer .title[data-v-733b1e11] {
  color: var(--color-dark);
  font-size: 40px;
  font-weight: 700
}

.user-sub-footer .sub-title[data-v-733b1e11] {
  color: var(--color-dark);
  font-size: 20px;
  margin-top: 24px;
  text-align: center
}

.user-sub-footer .try-now[data-v-733b1e11] {
  align-items: center;
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  border-radius: 29px;
  color: var(--color-white);
  display: flex;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  margin-top: 24px;
  text-decoration: none;
  width: 186px
}

.user-sub-footer .try-now img[data-v-733b1e11] {
  height: 20px;
  margin-left: 8px;
  width: 20px
}

:root.mobile .user-sub-footer[data-v-733b1e11] {
  box-sizing: border-box;
  padding: .4rem;
  width: 7.5rem
}

:root.mobile .user-sub-footer .title[data-v-733b1e11] {
  font-size: .35rem;
  margin-top: .1rem
}

:root.mobile .user-sub-footer .sub-title[data-v-733b1e11] {
  font-size: .25rem;
  margin-top: .1rem
}

:root.mobile .user-sub-footer .try-now[data-v-733b1e11] {
  font-size: .25rem;
  height: .8rem;
  margin-top: .2rem;
  padding: 0 .4rem;
  width: unset
}

:root.mobile .user-sub-footer .try-now img[data-v-733b1e11] {
  height: 10px;
  margin-left: 4px;
  width: 10px
}

:root.dark-mode .try-now[data-v-733b1e11] {
  color: #fff
}

:root.dark-mode .user-sub-footer[data-v-733b1e11] {
  background: linear-gradient(180deg, #222621, #000)
}

:root.dark-mode .user-sub-footer[data-v-733b1e11]:before {
  opacity: .1 !important
}


/* 外部样式: https://cdn1.com/_nuxt/ApplicationScenario.BJI5S2ng.css */
.application-scenario-container[data-v-176c5cce] {
  background-image: url(../images/users/apply-bg.webp);
  background-position: 50%;
  background-size: cover;
  color: var(--color-white);
  padding: 98px 0;
  width: 100%
}

.application-scenario-container .section-title[data-v-176c5cce] {
  color: #fff;
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 70px;
  text-align: center
}

.application-scenario-container .application-content[data-v-176c5cce] {
  background: linear-gradient(270deg, var(--color-white-2) 2.06%, var(--color-white-3) 98.01%);
  border-radius: 50px;
  display: flex;
  overflow: hidden
}

.application-scenario-container .application-content .left-menu[data-v-176c5cce] {
  align-items: center;
  background: #ffffff80;
  border: 1px solid var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 50px 65px
}

.application-scenario-container .application-content .left-menu .menu-item[data-v-176c5cce] {
  align-items: center;
  background: var(--color-white);
  border-radius: 50px;
  box-sizing: border-box;
  color: var(--color-dark);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: var(--font-weight-secondary);
  gap: 10px;
  height: 54px;
  justify-content: center;
  line-height: 150%;
  padding: 18px 24px;
  width: 150px
}

.application-scenario-container .application-content .left-menu .menu-item.active[data-v-176c5cce] {
  background-color: var(--color-dark);
  color: var(--color-white);
  font-weight: 700
}

.application-scenario-container .application-content .left-menu .menu-item[data-v-176c5cce]:hover:not(.active) {
  background-color: #ffffff1a
}

.application-scenario-container .application-content .right-content[data-v-176c5cce] {
  flex: 1;
  overflow: hidden;
  padding: 27px 0;
  position: relative
}

.application-scenario-container .application-content .right-content .content-item[data-v-176c5cce] {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 124px;
  min-height: 630px;
  padding-left: 80px;
  padding-right: 125px;
  width: 100%
}

.application-scenario-container .application-content .right-content .content-item .left-content[data-v-176c5cce] {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.application-scenario-container .application-content .right-content .content-item .scenario-header[data-v-176c5cce],
.application-scenario-container .application-content .right-content .content-item .value-title[data-v-176c5cce] {
  color: var(--color-dark);
  font-size: 34px;
  font-weight: var(--font-weight-primary)
}

.application-scenario-container .application-content .right-content .content-item .scenario-description[data-v-176c5cce],
.application-scenario-container .application-content .right-content .content-item .value-description[data-v-176c5cce] {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  line-height: 28px
}

.application-scenario-container .application-content .right-content .content-item .scenario-value[data-v-176c5cce] {
  margin-top: 32px
}

.application-scenario-container .application-content .right-content .content-item .scenario-image img[data-v-176c5cce] {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 300px
}

.application-scenario-container .application-content .right-content .content-item .bottom-bg[data-v-176c5cce] {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: 530px
}

.application-scenario-container .application-content .right-content .content-item[data-v-176c5cce]:first-child {
  padding-right: 10px
}

.application-scenario-container .application-content .right-content .content-item:first-child .scenario-image img[data-v-176c5cce] {
  width: 500px
}

.slide-enter-active[data-v-176c5cce],
.slide-leave-active[data-v-176c5cce] {
  transition: transform .5s ease, opacity .5s ease
}

.slide-enter-from[data-v-176c5cce] {
  opacity: 0;
  transform: translateY(30px)
}

.slide-leave-to[data-v-176c5cce] {
  opacity: 0;
  transform: translateY(-30px)
}

.slide-leave-active[data-v-176c5cce] {
  position: absolute
}

@media (max-width:768px) {
  .application-scenario-container[data-v-176c5cce] {
    background-image: url(../images/users/apply-bg-mobile.webp);
    padding: 40px 0
  }

  .application-scenario-container .section-title[data-v-176c5cce] {
    font-size: 32px;
    margin-bottom: 30px
  }

  .application-scenario-container .application-content[data-v-176c5cce] {
    border-radius: 25px;
    flex-direction: column;
    overflow: hidden
  }

  .application-scenario-container .application-content .left-menu[data-v-176c5cce] {
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 25px
  }

  .application-scenario-container .application-content .left-menu .menu-item[data-v-176c5cce] {
    font-size: 16px;
    height: 35px;
    min-width: 100px;
    padding: 10px 15px;
    white-space: nowrap;
    width: auto
  }

  .application-scenario-container .application-content .right-content[data-v-176c5cce] {
    padding: 0
  }

  .application-scenario-container .application-content .right-content .content-item[data-v-176c5cce] {
    flex-direction: column;
    gap: 40px;
    min-height: auto;
    padding: 50px 15px;
    position: relative
  }

  .application-scenario-container .application-content .right-content .content-item .left-content[data-v-176c5cce] {
    width: 100%;
    z-index: 1
  }

  .application-scenario-container .application-content .right-content .content-item .scenario-header[data-v-176c5cce] {
    font-size: 19px
  }

  .application-scenario-container .application-content .right-content .content-item .scenario-description[data-v-176c5cce],
  .application-scenario-container .application-content .right-content .content-item .value-description[data-v-176c5cce] {
    font-size: 14px;
    line-height: 22px
  }

  .application-scenario-container .application-content .right-content .content-item .scenario-value[data-v-176c5cce] {
    margin-top: 20px
  }

  .application-scenario-container .application-content .right-content .content-item .value-title[data-v-176c5cce] {
    font-size: 18px;
    margin-bottom: 15px
  }

  .application-scenario-container .application-content .right-content .content-item .scenario-image[data-v-176c5cce] {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1
  }

  .application-scenario-container .application-content .right-content .content-item .scenario-image img[data-v-176c5cce] {
    height: 170px;
    width: auto
  }

  .application-scenario-container .application-content .right-content .content-item .bottom-bg[data-v-176c5cce] {
    bottom: 0;
    height: auto;
    right: 0;
    width: 100%;
    z-index: 0
  }

  .application-scenario-container .application-content .right-content .content-item:first-child .scenario-image img[data-v-176c5cce] {
    height: 170px;
    width: auto
  }
}

:root.dark-mode .application-scenario-container[data-v-176c5cce] {
  background-image: url(../images/users/apply-bg-dark.webp)
}

:root.dark-mode .application-scenario-container .application-content[data-v-176c5cce] {
  border: 1px solid rgba(70, 207, 58, .5);
  border-radius: 50px
}

:root.dark-mode .application-scenario-container .left-menu[data-v-176c5cce] {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: #ffffff1a;
  border-right: 1px solid hsla(0, 0%, 100%, .1);
  overflow-x: auto;
  overflow-y: hidden;
  position: relative
}

:root.dark-mode .application-scenario-container .menu-item[data-v-176c5cce] {
  position: relative;
  z-index: 1
}

:root.dark-mode .application-scenario-container .right-content[data-v-176c5cce] {
  background: linear-gradient(270deg, #232522 2.06%, #0c270c 98.01%);
  border-left: none
}

@media screen and (max-width:768px) {
  :root.dark-mode .application-scenario-container[data-v-176c5cce] {
    background-image: url(../images/users/apply-bg-mobile-dark.webp)
  }
}


/* 外部样式: https://cdn1.com/_nuxt/FeaturesSection.ExZvdLT0.css */
.features-section[data-v-e4fcad1c] {
  padding: 232px 0 120px
}

.features-section .user-container[data-v-e4fcad1c] {
  overflow: visible
}

.features-section .features-swiper[data-v-e4fcad1c] {
  margin-bottom: 40px;
  overflow: visible;
  width: 100%
}

.features-section .features-swiper .feature-slide[data-v-e4fcad1c] {
  height: auto !important;
  width: -moz-fit-content;
  width: fit-content
}

.features-section .features-swiper.second-row[data-v-e4fcad1c] {
  margin-bottom: 30px
}

.features-section .feature-card[data-v-e4fcad1c] {
  background: var(--border-color-light-2);
  border-radius: 30px;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 100%;
  overflow: visible;
  padding: 1px;
  position: relative
}

.features-section .feature-card[data-v-e4fcad1c]:hover {
  background: linear-gradient(45deg, #02c0a2, #10c6b0)
}

.features-section .feature-card .inner[data-v-e4fcad1c] {
  background-color: var(--color-white);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 372px;
  padding: 40px 40px 50px 50px;
  position: relative;
  width: 452px
}

.features-section .feature-card .inner[data-v-e4fcad1c]:hover {
  background-image: url(../images/users/feature-card-hover-shadow.webp)
}

.features-section .feature-card .bg-image[data-v-e4fcad1c] {
  bottom: 0;
  height: 180px;
  position: absolute;
  right: 0;
  width: 180px;
  z-index: 0
}

.features-section .feature-card .icon[data-v-e4fcad1c] {
  height: 64px;
  margin-bottom: 20px;
  width: 64px
}

.features-section .feature-card .icon img[data-v-e4fcad1c] {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.features-section .feature-card h3[data-v-e4fcad1c] {
  align-items: center;
  color: var(--color-dark);
  display: flex;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  gap: 12px
}

.features-section .feature-card h3 .badge[data-v-e4fcad1c] {
  align-items: center;
  background: linear-gradient(281deg, var(--border-color-yellow) -36.99%, var(--border-color-orange) 98.84%);
  border-radius: 12px 26px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  height: 26px;
  justify-content: center;
  width: 50px
}

.features-section .feature-card p[data-v-e4fcad1c] {
  color: var(--color-dark);
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 34px;
  min-height: 68px
}

.features-section .feature-card .learn-more[data-v-e4fcad1c] {
  align-items: center;
  color: var(--color-dark);
  display: flex;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  gap: 10px;
  text-align: center
}

.features-section .feature-card .learn-more .arrow-icon[data-v-e4fcad1c] {
  background-image: url(../images/users/arrow-right-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px
}

.features-section .note[data-v-e4fcad1c] {
  color: var(--text-color-regular);
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin-top: 50px;
  text-align: center
}

@media screen and (max-width:768px) {
  .features-section[data-v-e4fcad1c] {
    padding: 40px 0
  }

  .features-section .features-swiper[data-v-e4fcad1c] {
    margin-bottom: 11px
  }

  .features-section .feature-card[data-v-e4fcad1c] {
    border-radius: 15px
  }

  .features-section .feature-card .bg-image[data-v-e4fcad1c] {
    height: 90px;
    width: 90px
  }

  .features-section .feature-card .inner[data-v-e4fcad1c] {
    border-radius: 13px;
    min-height: 136px;
    padding: 20px 10px 12.5px;
    width: 168px
  }

  .features-section .feature-card .inner .icon[data-v-e4fcad1c] {
    height: 40px;
    width: 40px
  }

  .features-section .feature-card .inner .badge[data-v-e4fcad1c] {
    flex-shrink: 0;
    font-size: 7px;
    height: 13px;
    width: 25px
  }

  .features-section .feature-card .inner h3[data-v-e4fcad1c] {
    font-size: 15px
  }

  .features-section .feature-card .inner p[data-v-e4fcad1c] {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 17px;
    min-height: 43px
  }

  .features-section .feature-card .inner .learn-more[data-v-e4fcad1c] {
    font-size: 12px;
    gap: 5px
  }

  .features-section .note[data-v-e4fcad1c] {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px
  }
}

:root.dark-mode .features-section[data-v-e4fcad1c] {
  background-color: #121212
}

:root.dark-mode .features-section .feature-card[data-v-e4fcad1c],
:root.dark-mode .features-section .feature-card .inner[data-v-e4fcad1c] {
  background: #222521 !important
}

:root.dark-mode .features-section .feature-card .learn-more .arrow-icon[data-v-e4fcad1c] {
  background-image: url(../images/users/arrow-right-green.svg)
}

:root.dark-mode .features-section .note[data-v-e4fcad1c] {
  opacity: .8
}


/* 外部样式: https://cdn1.com/_nuxt/swiper.BiEk7v8n.css */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)
}

: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: 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 {
  backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

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

.swiper-3d {
  perspective: 1200px
}

.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 {
  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 {
  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 {
  margin-block-start: 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: #00000026
}

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

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

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

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

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  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)
  }
}


/* 外部样式: https://cdn1.com/_nuxt/pagination.DioOUj-L.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
  display: none
}


/* 外部样式: https://cdn1.com/_nuxt/HeroBanner.Bnt8fDWv.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-294c109a] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-294c109a] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-294c109a] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-294c109a] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-294c109a] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-294c109a],
:root.mobile .desktop-only[data-v-294c109a] {
  display: none
}

.radius-badge[data-v-294c109a] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-294c109a] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-294c109a] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-294c109a] {
  bottom: -5rem
}

[data-v-294c109a]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-294c109a] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.hero-banner-section[data-v-294c109a] {
  background-image: url(../images/users/hero-banner-bg.webp);
  background-position: 50%;
  background-size: cover;
  box-sizing: border-box;
  color: var(--color-white);
  padding: 100px 0 0;
  position: relative
}

.hero-banner-section .user-container[data-v-294c109a] {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 50px 40px
}

.hero-banner-section .content-left[data-v-294c109a] {
  max-width: 50%
}

.hero-banner-section .content-left h1[data-v-294c109a] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 56px;
  font-weight: var(--font-weight-bold);
  line-height: normal
}

.hero-banner-section .content-left h1 span[data-v-294c109a]:first-child {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.hero-banner-section .content-left p[data-v-294c109a] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  line-height: normal;
  margin-bottom: 24px;
  margin-top: 24px
}

.hero-banner-section .content-left .tags[data-v-294c109a] {
  display: flex;
  gap: 10px;
  margin-bottom: 40px
}

.hero-banner-section .content-left .tags span[data-v-294c109a] {
  align-items: center;
  background: var(--color-dark);
  border-radius: 4px;
  color: var(--color-white);
  display: flex;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  gap: 10px;
  justify-content: center;
  padding: 5px 10px
}

.hero-banner-section .content-left .actions[data-v-294c109a] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px
}

.hero-banner-section .content-left .actions .btn-primary[data-v-294c109a] {
  align-items: center;
  background: linear-gradient(90deg, var(--color-primary) 0, var(--color-primary-light) 100%);
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  gap: 10px;
  justify-content: center;
  margin-right: auto;
  padding: 14px 30px
}

.hero-banner-section .content-left .actions .btn-primary span[data-v-294c109a] {
  background-image: url(../images/users/install-shield.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 20px
}

.hero-banner-section .content-left .actions .btn-secondary[data-v-294c109a] {
  align-items: center;
  background: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  justify-content: center;
  margin-right: auto;
  padding: 14px 30px;
  text-decoration: none;
  transition: all .3s ease
}

.hero-banner-section .content-left .actions .btn-secondary[data-v-294c109a]:hover {
  background: var(--color-primary);
  color: #fff
}

.hero-banner-section .content-left .actions .install-command[data-v-294c109a] {
  align-items: center;
  border: 1px solid var(--color-primary);
  border-radius: 25px;
  box-sizing: border-box;
  color: var(--color-dark);
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  padding: 13px 20px;
  width: 100%
}

.hero-banner-section .content-left .actions .install-command code[data-v-294c109a] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 5px
}

.hero-banner-section .content-left .actions .install-command img[data-v-294c109a] {
  height: 24px;
  margin-left: 24px;
  width: 24px
}

.hero-banner-section .image-right[data-v-294c109a] {
  max-width: 45%
}

.hero-banner-section .image-right img[data-v-294c109a] {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.hero-banner-section .stats-bar-container[data-v-294c109a] {
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 0
}

.hero-banner-section .stats-bar[data-v-294c109a] {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #e7faf6cc;
  background-image: url(../images/users/stats-bar-bg-mobile.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  box-shadow: none;
  color: var(--color-white);
  padding: 40px 32px;
  position: relative;
  width: 100%;
  z-index: 1
}

.hero-banner-section .stats-bar .stats-title[data-v-294c109a] {
  align-items: center;
  color: var(--color-white);
  color: var(--color-dark);
  display: flex;
  font-family: Alimama ShuHeiTi;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
  gap: 14px;
  justify-content: center;
  padding-bottom: 30px
}

.hero-banner-section .stats-bar .stats-title .icon-arrow-up[data-v-294c109a] {
  background-image: url(../images/users/arrow-up-green.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
  height: 31.5px;
  width: 27.014px
}

.hero-banner-section .stats-bar .stats-items[data-v-294c109a] {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around
}

.hero-banner-section .stats-bar .stat-item[data-v-294c109a] {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 120px
}

.hero-banner-section .stats-bar .stat-item .top-icon[data-v-294c109a] {
  height: 80px;
  margin-bottom: 8px;
  width: 80px
}

.hero-banner-section .stats-bar .stat-item .label[data-v-294c109a] {
  align-items: center;
  color: var(--color-dark);
  display: flex;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  gap: 6px;
  justify-content: center
}

.hero-banner-section .stats-bar .stat-item .label .icon-arrow-down[data-v-294c109a],
.hero-banner-section .stats-bar .stat-item .label .icon-arrow-up[data-v-294c109a] {
  background-image: url(../images/users/arrow-up-simple-green.svg);
  background-size: cover;
  display: block;
  height: 28px;
  width: 28px
}

.hero-banner-section .stats-bar .stat-item .label .icon-bandwidth[data-v-294c109a] {
  transform: rotate(180deg)
}

.hero-banner-section .stats-bar .stat-item .value[data-v-294c109a] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-items: center;
  display: flex;
  font-family: Tektur;
  font-size: 28px;
  font-weight: var(--font-weight-primary);
  gap: 10px;
  margin-top: 14px
}

.hero-banner-section .stats-bar .stat-item .icon-bandwidth[data-v-294c109a] {
  background-image: url(../images/users/bandwidth.svg);
  background-size: cover;
  display: block;
  height: 28px;
  width: 28px
}

.hero-banner-section .stats-bar .stat-item .icon-arrow-down[data-v-294c109a],
.hero-banner-section .stats-bar .stat-item .icon-arrow-up[data-v-294c109a] {
  background-image: url(../images/users/arrow-up-simple.svg);
  background-size: cover;
  display: block;
  height: 28px;
  width: 28px
}

.hero-banner-section .stats-bar .stat-item .icon-arrow-down[data-v-294c109a] {
  transform: rotate(180deg)
}

@media screen and (max-width:768px) {
  .hero-banner-section[data-v-294c109a] {
    background-image: url(../images/users/hero-banner-bg-mobile.webp);
    padding-bottom: 20px;
    padding-top: 88px
  }

  .hero-banner-section .user-container[data-v-294c109a] {
    align-items: center;
    flex-direction: column
  }

  .hero-banner-section .user-container .install-command[data-v-294c109a] {
    margin-left: auto
  }

  .hero-banner-section .user-container .content-left[data-v-294c109a] {
    max-width: 100%
  }

  .hero-banner-section .user-container .content-left h1[data-v-294c109a] {
    font-size: 30px;
    text-align: center
  }

  .hero-banner-section .user-container .content-left p[data-v-294c109a] {
    font-size: 15px;
    margin-bottom: 9px;
    margin-top: 9px;
    text-align: center
  }

  .hero-banner-section .user-container .content-left .tags[data-v-294c109a] {
    justify-content: center;
    margin-bottom: 30px
  }

  .hero-banner-section .user-container .content-left .tags span[data-v-294c109a] {
    font-size: 12px;
    height: auto;
    padding: 3px 5;
    width: auto
  }

  .hero-banner-section .user-container .content-left .actions[data-v-294c109a] {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center
  }

  .hero-banner-section .user-container .content-left .actions .btn-primary[data-v-294c109a] {
    display: flex;
    font-size: 16px;
    height: 38px;
    margin-right: 0;
    min-width: 118px;
    padding: 5px 20px
  }

  .hero-banner-section .user-container .content-left .actions .btn-primary span[data-v-294c109a] {
    height: 20px;
    width: 20px
  }

  .hero-banner-section .user-container .content-left .actions .btn-secondary[data-v-294c109a] {
    display: flex;
    font-size: 16px;
    height: 38px;
    margin-right: 0;
    min-width: 118px;
    padding: 5px 20px
  }

  .hero-banner-section .user-container .content-left .actions .install-command[data-v-294c109a] {
    border-radius: 12px;
    font-size: 11px;
    padding: 6px 10px
  }

  .hero-banner-section .user-container .content-left .actions .install-command code[data-v-294c109a] {
    margin: 0 5px
  }

  .hero-banner-section .user-container .content-left .actions .install-command img[data-v-294c109a] {
    height: 12px;
    margin-left: 5px;
    width: 12px
  }

  .hero-banner-section .user-container .image-right[data-v-294c109a] {
    max-width: 85.6%
  }

  .hero-banner-section .stats-bar-container[data-v-294c109a] {
    border-radius: none;
    bottom: unset;
    left: unset;
    margin-top: -40px;
    padding: 0 18px;
    position: relative;
    transform: unset;
    width: 100%
  }

  .hero-banner-section .stats-bar-container .user-container[data-v-294c109a] {
    padding: 0
  }

  .hero-banner-section .stats-bar-container .stats-bar[data-v-294c109a] {
    border: 1px solid var(--color-primary);
    border-radius: 30px;
    box-sizing: border-box;
    padding: 40px 26px 14px
  }

  .hero-banner-section .stats-bar-container .stats-bar .stats-title[data-v-294c109a] {
    border-bottom: none;
    color: var(--color-dark);
    font-size: 20px;
    padding-bottom: 10px
  }

  .hero-banner-section .stats-bar-container .stats-bar .stats-title .icon-arrow-up[data-v-294c109a] {
    height: 15.75px;
    width: 14.014px
  }

  .hero-banner-section .stats-bar-container .stats-bar .stats-items[data-v-294c109a] {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px
  }

  .hero-banner-section .stats-bar-container .stats-bar .stats-items .stat-item[data-v-294c109a] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .hero-banner-section .stats-bar-container .stats-bar .stats-items .stat-item[data-v-294c109a]:last-child {
    grid-column: 1/3
  }

  .hero-banner-section .stats-bar-container .stats-bar .stats-items .top-icon[data-v-294c109a] {
    display: block;
    height: 40px;
    width: 40px
  }

  .hero-banner-section .stats-bar-container .stats-bar .stats-items .label[data-v-294c109a] {
    color: var(--color-dark);
    font-size: 13px
  }

  .hero-banner-section .stats-bar-container .stats-bar .stats-items .label i[data-v-294c109a] {
    height: 14px;
    width: 14px
  }

  .hero-banner-section .stats-bar-container .stats-bar .stats-items .value[data-v-294c109a] {
    background: linear-gradient(90deg, #46cf3a, #36cfbc);
    -webkit-background-clip: text;
    font-size: 16px;
    margin-top: 6px;
    -webkit-text-fill-color: transparent
  }
}

:root.dark-mode .hero-banner-section[data-v-294c109a] {
  background-image: url(../images/users/hero-banner-bg-dark.webp)
}

:root.dark-mode .hero-banner-section .stats-bar[data-v-294c109a] {
  background-color: #0000004d
}

@media screen and (max-width:768px) {
  :root.dark-mode .hero-banner-section[data-v-294c109a] {
    background-image: url(../images/users/hero-banner-bg-mobile-dark.webp)
  }
}


/* 外部样式: https://cdn1.com/_nuxt/SystemTrait.DzT95p2k.css */
.system-trait[data-v-14a4d942] {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 94px 0;
  width: 100%
}

.system-trait h2[data-v-14a4d942] {
  align-items: center;
  color: var(--color-dark);
  display: flex;
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: var(--font-weight-bold);
  gap: 30px;
  margin-bottom: 70px
}

.system-trait h2 span[data-v-14a4d942] {
  background-image: url(../images/users/quote.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
  height: 48px;
  width: 60px
}

.system-trait .feature-row[data-v-14a4d942] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px
}

.system-trait .feature-row[data-v-14a4d942]:last-child {
  margin-bottom: 0
}

.system-trait .feature-card[data-v-14a4d942] {
  background-color: #e7faf6;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 280px;
  overflow: hidden;
  padding: 30px;
  position: relative
}

@media (max-width:767px) {
  .system-trait .feature-card[data-v-14a4d942] {
    width: 100%
  }
}

.system-trait .feature-card .feature-card-bg[data-v-14a4d942] {
  flex-shrink: 0;
  height: auto;
  height: 112px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  width: 310px;
  z-index: 0
}

.system-trait .icon-container[data-v-14a4d942] {
  margin-bottom: 24px;
  position: relative
}

.system-trait .icon-container img[data-v-14a4d942] {
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 70px
}

.system-trait .icon-container .icon-light[data-v-14a4d942] {
  display: block
}

.system-trait .icon-container .icon-dark[data-v-14a4d942] {
  display: none
}

.system-trait h3[data-v-14a4d942] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 20px
}

.system-trait .feature-list[data-v-14a4d942] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0
}

.system-trait .feature-list li[data-v-14a4d942] {
  align-items: center;
  background: linear-gradient(90deg, #36cfbc29, #46cf3a00);
  border-radius: 10px;
  color: var(--color-dark);
  display: flex;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  gap: 10px;
  line-height: 28px;
  padding: 10px 16px
}

.system-trait .feature-list .check-icon[data-v-14a4d942] {
  background-image: url(../images/users/check-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 22px;
  width: 22px
}

@media (max-width:768px) {
  .system-trait[data-v-14a4d942] {
    padding: 40px 0
  }

  .system-trait h2[data-v-14a4d942] {
    font-size: .5rem;
    gap: 25px;
    margin-bottom: .5rem
  }

  .system-trait h2 span[data-v-14a4d942] {
    height: .5rem;
    width: .6rem
  }

  .system-trait .feature-row[data-v-14a4d942] {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px
  }

  .system-trait .feature-card[data-v-14a4d942] {
    border-radius: .2rem;
    min-width: unset;
    padding: .3rem
  }

  .system-trait .feature-card .feature-card-bg[data-v-14a4d942] {
    height: 56px;
    width: 155px
  }

  .system-trait .icon-container[data-v-14a4d942] {
    margin-bottom: 12px
  }

  .system-trait .icon-container img[data-v-14a4d942] {
    height: .7rem;
    width: .7rem
  }

  .system-trait .icon-container .icon-light[data-v-14a4d942] {
    display: block
  }

  .system-trait .icon-container .icon-dark[data-v-14a4d942] {
    display: none
  }

  .system-trait h3[data-v-14a4d942] {
    font-size: 14px;
    margin-bottom: 10px
  }

  .system-trait .feature-list[data-v-14a4d942] {
    gap: 4px
  }

  .system-trait .feature-list li[data-v-14a4d942] {
    border-radius: 5px;
    font-size: 12px;
    gap: 5px;
    line-height: 14px;
    padding: 6px 8px
  }

  .system-trait .feature-list .check-icon[data-v-14a4d942] {
    height: 11px;
    width: 11px
  }
}

:root.dark-mode .system-trait[data-v-14a4d942] {
  background-color: #1a1a1a
}

:root.dark-mode .system-trait .feature-card[data-v-14a4d942] {
  background: linear-gradient(270deg, #232522 2.06%, #0c270c 98.01%);
  border: 1px solid rgba(70, 207, 58, .5);
  border-radius: 30px
}

:root.dark-mode .system-trait .feature-card .feature-card-bg[data-v-14a4d942] {
  opacity: .02
}

:root.dark-mode .system-trait .icon-container .icon-light[data-v-14a4d942] {
  display: none
}

:root.dark-mode .system-trait .icon-container .icon-dark[data-v-14a4d942] {
  display: block
}


/* 外部样式: https://cdn1.com/_nuxt/UserInterface.CC5c07vQ.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-1f147d35] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-1f147d35] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-1f147d35] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-1f147d35] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-1f147d35] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-1f147d35],
:root.mobile .desktop-only[data-v-1f147d35] {
  display: none
}

.radius-badge[data-v-1f147d35] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-1f147d35] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-1f147d35] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-1f147d35] {
  bottom: -5rem
}

[data-v-1f147d35]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-1f147d35] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.user-interface-container[data-v-1f147d35] {
  background-image: url(../images/users/interface-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  padding: 50px 0
}

.user-interface-container .user-container[data-v-1f147d35] {
  display: flex;
  gap: 90px;
  justify-content: space-between
}

.user-interface-container .sidebar[data-v-1f147d35] {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 30px;
  padding-top: 106px
}

.user-interface-container .sidebar .sidebar-item[data-v-1f147d35] {
  align-items: center;
  border: 1px solid var(--color-dark);
  border-radius: 30px;
  color: var(--color-dark);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  justify-content: center;
  padding: 14px 30px;
  white-space: nowrap
}

.user-interface-container .sidebar .sidebar-item.active[data-v-1f147d35] {
  background: var(--color-dark);
  color: var(--color-white)
}

.user-interface-container .main-content[data-v-1f147d35] {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-image: url(../images/users/interface-content-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  border: 2px solid var(--color-white);
  border-radius: 30px;
  box-shadow: 0 14px 30px #a3a3a31a;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: visible;
  padding: 64px 64px 50px
}

.user-interface-container .main-content .left-panel[data-v-1f147d35] {
  background-image: url(../images/users/interface-left-panel.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: -72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px
}

.user-interface-container .main-content .header[data-v-1f147d35] {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.user-interface-container .main-content .header .title-section[data-v-1f147d35] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  position: relative
}

.user-interface-container .main-content .header .title-section .main-title[data-v-1f147d35],
.user-interface-container .main-content .header .title-section .sub-title[data-v-1f147d35] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Alimama ShuHeiTi;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
  -webkit-text-fill-color: transparent
}

.user-interface-container .main-content .header .title-section .sub-title[data-v-1f147d35] {
  margin-top: 6px
}

.user-interface-container .main-content .header .title-section .account-info[data-v-1f147d35] {
  color: var(--text-color-regular);
  font-size: 16px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin-top: 16px
}

.user-interface-container .main-content .header .action-button .try-now-btn[data-v-1f147d35] {
  align-items: center;
  background-color: #4caf50;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  gap: 5px;
  padding: 10px 20px;
  transition: all .3s ease
}

.user-interface-container .main-content .header .action-button .try-now-btn[data-v-1f147d35]:hover {
  background-color: #45a049;
  transform: translateY(-2px)
}

.user-interface-container .main-content .header .action-button .try-now-btn .arrow-icon[data-v-1f147d35] {
  background-image: url(../images/users/install-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 20px
}

.user-interface-container .main-content .dashboard[data-v-1f147d35] {
  flex: 1;
  overflow: hidden
}

.user-interface-container .main-content .dashboard img[data-v-1f147d35] {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

@media screen and (max-width:768px) {
  .user-interface-container[data-v-1f147d35] {
    padding: 20px 0 32px
  }

  .user-interface-container .user-container[data-v-1f147d35] {
    flex-direction: column;
    gap: 35px
  }

  .user-interface-container .user-container .sidebar[data-v-1f147d35] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    padding-top: 0
  }

  .user-interface-container .user-container .sidebar .sidebar-item[data-v-1f147d35] {
    border-radius: 16px;
    display: flex;
    font-size: 16px;
    height: 35px;
    padding: 0 18px
  }

  .user-interface-container .user-container .main-content[data-v-1f147d35] {
    border-radius: 15px;
    padding: 21px 15px
  }

  .user-interface-container .user-container .main-content .left-panel[data-v-1f147d35] {
    display: none
  }

  .user-interface-container .user-container .main-content .header[data-v-1f147d35] {
    align-items: flex-start;
    flex-direction: column
  }

  .user-interface-container .user-container .main-content .header .title-section[data-v-1f147d35] {
    align-items: flex-start;
    flex-direction: column;
    font-size: 19px
  }

  .user-interface-container .user-container .main-content .header .main-title[data-v-1f147d35],
  .user-interface-container .user-container .main-content .header .sub-title[data-v-1f147d35] {
    font-size: 19px
  }

  .user-interface-container .user-container .main-content .header .sub-title[data-v-1f147d35] {
    margin-top: 10px
  }

  .user-interface-container .user-container .main-content .header .account-info[data-v-1f147d35] {
    font-size: 14px;
    margin-top: 20px
  }

  .user-interface-container .user-container .main-content .header .action-button[data-v-1f147d35] {
    margin-top: 20px
  }

  .user-interface-container .user-container .main-content .header .action-button .try-now-btn[data-v-1f147d35] {
    background: linear-gradient(90deg, var(--color-primary) 0, var(--color-primary-light) 100%);
    border-radius: 30px;
    font-size: 14px;
    gap: 5;
    padding: 7px 15px
  }

  .user-interface-container .user-container .main-content .header .action-button .try-now-btn i[data-v-1f147d35] {
    height: 10px;
    width: 10px
  }
}

:root.dark-mode .user-interface-container[data-v-1f147d35] {
  background-image: url(../images/users/interface-bg-dark.webp)
}

:root.dark-mode .user-interface-container .left-panel[data-v-1f147d35] {
  background-image: url(../images/users/interface-left-panel-dark.webp);
  transform: translateY(-50%) translate(2px)
}

:root.dark-mode .user-interface-container .main-content[data-v-1f147d35] {
  background-image: url(../images/users/interface-content-bg-dark.webp);
  border: none
}


/* 外部样式: https://cdn1.com/_nuxt/VersionUpdate.RrwdJYOK.css */
:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
  width: 100%
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-bfce8aee] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-bfce8aee] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-bfce8aee] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-bfce8aee] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-bfce8aee] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-bfce8aee],
:root.mobile .desktop-only[data-v-bfce8aee] {
  display: none
}

.radius-badge[data-v-bfce8aee] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-bfce8aee] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-bfce8aee] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-bfce8aee] {
  bottom: -5rem
}

[data-v-bfce8aee]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-bfce8aee] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.version-update[data-v-bfce8aee] {
  background: linear-gradient(270deg, var(--color-white-2) 2.06%, var(--color-white-3) 98.01%);
  padding: 100px 0;
  width: 100%
}

.version-update__title[data-v-bfce8aee] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 63px;
  text-align: center
}

.version-update__swiper[data-v-bfce8aee] {
  position: relative
}

.version-update .version-swiper[data-v-bfce8aee] {
  overflow: visible
}

.version-update .version-slide[data-v-bfce8aee] {
  align-items: center;
  display: flex;
  height: auto !important;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content
}

.version-update .version-card[data-v-bfce8aee] {
  background-color: var(--color-white);
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100% !important;
  padding: 40px;
  width: 340px
}

.version-update .version-card__bg[data-v-bfce8aee] {
  height: 100%;
  height: 118px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  width: 114px
}

.version-update .version-card__date[data-v-bfce8aee] {
  margin-bottom: 24px
}

.version-update .version-card__year[data-v-bfce8aee] {
  font-size: 34px;
  font-weight: var(--font-weight-primary)
}

.version-update .version-card__day[data-v-bfce8aee],
.version-update .version-card__year[data-v-bfce8aee] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Tektur;
  -webkit-text-fill-color: transparent
}

.version-update .version-card__day[data-v-bfce8aee] {
  font-size: 20px;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 5px
}

.version-update .version-card__version[data-v-bfce8aee] {
  color: var(--color-dark);
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  margin-bottom: 16px
}

.version-update .version-card__description[data-v-bfce8aee] {
  color: var(--text-color-regular);
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px
}

.version-update .swiper-button-next[data-v-bfce8aee],
.version-update .swiper-button-prev[data-v-bfce8aee] {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 65px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  z-index: 10
}

.version-update .swiper-button-next[data-v-bfce8aee]:after,
.version-update .swiper-button-prev[data-v-bfce8aee]:after {
  content: none
}

.version-update .swiper-button-next .arrow-icon[data-v-bfce8aee],
.version-update .swiper-button-prev .arrow-icon[data-v-bfce8aee] {
  background-image: url(../images/users/swiper-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 65px;
  width: 65px
}

.version-update .swiper-button-prev[data-v-bfce8aee] {
  left: 50px
}

.version-update .swiper-button-next[data-v-bfce8aee] {
  right: 50px;
  transform: translateY(-50%) rotate(180deg)
}

@media (max-width:768px) {
  .version-update[data-v-bfce8aee] {
    padding: 30px 0 78px
  }

  .version-update__title[data-v-bfce8aee] {
    font-size: 30px;
    margin-bottom: 30px
  }

  .version-update .version-card[data-v-bfce8aee] {
    min-height: 202px;
    padding: 20px 12.5px;
    width: 150px
  }

  .version-update .version-card__date[data-v-bfce8aee] {
    margin-bottom: 12px
  }

  .version-update .version-card__bg[data-v-bfce8aee] {
    height: 59px;
    width: 57px
  }

  .version-update .version-card__year[data-v-bfce8aee] {
    font-size: 17px
  }

  .version-update .version-card__day[data-v-bfce8aee] {
    font-size: 25px;
    margin-bottom: 3px
  }

  .version-update .version-card__version[data-v-bfce8aee] {
    font-size: 15px;
    margin-bottom: 8px
  }

  .version-update .version-card__description[data-v-bfce8aee] {
    font-size: 12px;
    line-height: 14px
  }

  .version-update .swiper-button-next[data-v-bfce8aee],
  .version-update .swiper-button-prev[data-v-bfce8aee] {
    bottom: -30%;
    height: 32px;
    top: unset;
    width: 32px
  }

  .version-update .swiper-button-next .arrow-icon[data-v-bfce8aee],
  .version-update .swiper-button-prev .arrow-icon[data-v-bfce8aee] {
    height: 32px;
    width: 32px
  }

  .version-update .swiper-button-prev[data-v-bfce8aee] {
    left: 37%
  }

  .version-update .swiper-button-next[data-v-bfce8aee] {
    right: 37%
  }
}

:root.dark-mode .version-update[data-v-bfce8aee] {
  background: #121212
}

:root.dark-mode .version-update .version-card[data-v-bfce8aee] {
  background: #222621
}

:root.dark-mode .version-update .version-card .version-card__bg[data-v-bfce8aee] {
  opacity: .1
}

:root.dark-mode .version-update .version-card .version-card__description[data-v-bfce8aee] {
  opacity: .8
}


/* 外部样式: https://cdn1.com/_nuxt/index.DoYLl37X.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only,
:root.mobile .desktop-only {
  display: none
}

.radius-badge {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container {
  position: relative
}

.with-custom-service-container .custom-service-container {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container {
  bottom: -5rem
}

:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.user-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
  width: 100%
}

@media (max-width:768px) {
  .user-container {
    box-sizing: border-box
  }
}

:root.mobile .user-container {
  padding: 0 15px
}

:root.dark-mode {
  background-color: #121212
}


/* 外部样式: https://cdn1.com/_nuxt/Numbers.DK6kCQQl.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-92cafafe] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-92cafafe] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-92cafafe] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-92cafafe] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-92cafafe] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-92cafafe],
:root.mobile .desktop-only[data-v-92cafafe] {
  display: none
}

.radius-badge[data-v-92cafafe] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-92cafafe] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-92cafafe] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-92cafafe] {
  bottom: -5rem
}

[data-v-92cafafe]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-92cafafe] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-numbers-container[data-v-92cafafe] {
  margin-bottom: 120px;
  margin-top: 60px
}

.company-numbers-container .company-numbers-content[data-v-92cafafe] {
  align-items: center;
  display: flex;
  justify-content: space-around
}

.company-numbers-container .company-numbers-content .number-content[data-v-92cafafe] {
  text-align: center
}

.company-numbers-container .company-numbers-content .number-content .number-title[data-v-92cafafe] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-family: Tektur;
  font-size: 50px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  text-align: center;
  -webkit-text-fill-color: transparent
}

.company-numbers-container .company-numbers-content .number-content .number-desc[data-v-92cafafe] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 4px;
  text-align: center
}

:root.mobile .company-numbers-container[data-v-92cafafe] {
  margin-top: 1rem
}

:root.mobile .company-numbers-container .company-numbers-content[data-v-92cafafe] {
  flex-wrap: wrap;
  gap: .6rem 0
}

:root.mobile .company-numbers-container .company-numbers-content .number-content[data-v-92cafafe] {
  width: 50%
}

:root.mobile .company-numbers-container .company-numbers-content .number-content .number-title[data-v-92cafafe] {
  font-size: .6rem
}

:root.mobile .company-numbers-container .company-numbers-content .number-content .number-desc[data-v-92cafafe] {
  font-size: .32rem
}


/* 外部样式: https://cdn1.com/_nuxt/web.d6OLFPTu.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-b8fa8f37] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-b8fa8f37] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-b8fa8f37] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-b8fa8f37] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-b8fa8f37] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-b8fa8f37],
:root.mobile .desktop-only[data-v-b8fa8f37] {
  display: none
}

.radius-badge[data-v-b8fa8f37] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-b8fa8f37] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-b8fa8f37] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-b8fa8f37] {
  bottom: -5rem
}

[data-v-b8fa8f37]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-b8fa8f37] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.solution-card-2-container[data-v-b8fa8f37] {
  background: var(--color-white);
  padding-top: 120px
}

.solution-card-2-container .solution-card-content .card-title[data-v-b8fa8f37] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  text-align: center
}

.solution-card-2-container .solution-card-content .card-sub-title[data-v-b8fa8f37] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 24px;
  text-align: center
}

.solution-card-2-container .solution-card-content .list-container[data-v-b8fa8f37] {
  display: flex;
  justify-content: space-around;
  margin-top: 80px
}

.solution-card-2-container .solution-card-content .list-container .list-item .item-pic[data-v-b8fa8f37] {
  height: 288px;
  width: 400px
}

.solution-card-2-container .solution-card-content .list-container .list-item .item-desc[data-v-b8fa8f37] {
  color: var(--text-color-regular);
  display: flex;
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px;
  width: 400px
}

.solution-card-2-container .solution-card-content .list-container .list-item .item-desc .item-icon[data-v-b8fa8f37] {
  height: 30px;
  margin-right: 10px;
  width: 30px
}

.solution-card-2-container .solution-card-content .list-container .list-item.item-1 .item-pic[data-v-b8fa8f37] {
  background: url(images/solution_web_pic_1.png) no-repeat 50%
}

.solution-card-2-container .solution-card-content .list-container .list-item.item-1 .item-icon[data-v-b8fa8f37] {
  background: url(images/solution_web_arrow_1.png) no-repeat 50%
}

.solution-card-2-container .solution-card-content .list-container .list-item.item-2 .item-pic[data-v-b8fa8f37] {
  background: url(images/solution_web_pic_2.png) no-repeat 50%
}

.solution-card-2-container .solution-card-content .list-container .list-item.item-2 .item-icon[data-v-b8fa8f37] {
  background: url(images/solution_web_arrow_2.png) no-repeat 50%
}

:root.mobile .solution-card-2-container[data-v-b8fa8f37] {
  margin: 1rem auto 0;
  padding: 0;
  width: 6.9rem
}

:root.mobile .solution-card-2-container .solution-card-content[data-v-b8fa8f37] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

:root.mobile .solution-card-2-container .solution-card-content .list-container[data-v-b8fa8f37] {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%
}

:root.mobile .solution-card-2-container .solution-card-content .list-container .list-item[data-v-b8fa8f37] {
  margin-top: .24rem;
  width: 100%
}

:root.mobile .solution-card-2-container .solution-card-content .list-container .list-item .item-desc[data-v-b8fa8f37] {
  width: 100%
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-107fcd77] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-107fcd77] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-107fcd77] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-107fcd77] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-107fcd77] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-107fcd77],
:root.mobile .desktop-only[data-v-107fcd77] {
  display: none
}

.radius-badge[data-v-107fcd77] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-107fcd77] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-107fcd77] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-107fcd77] {
  bottom: -5rem
}

[data-v-107fcd77]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-107fcd77] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.solution-boost-cards-container[data-v-107fcd77] {
  background: var(--color-white);
  padding-top: 100px
}

.solution-boost-cards-container .boost-cards-content[data-v-107fcd77] {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between
}

.solution-boost-cards-container .boost-cards-content .card[data-v-107fcd77] {
  flex: 1;
  min-height: 272px;
  padding: 34px 40px;
  position: relative;
  box-sing: border-box;
  background: linear-gradient(to right, var(--color-white-2) 0, var(--color-white-3) 100%);
  border: 1px solid var(--color-primary);
  border-radius: 30px
}

.solution-boost-cards-container .boost-cards-content .card .bg[data-v-107fcd77] {
  background: url(images/home_cdn_features_item_bg.png) no-repeat 50%;
  background-size: cover;
  height: 112px;
  position: absolute;
  right: 0;
  top: 0;
  width: 310px
}

.solution-boost-cards-container .boost-cards-content .card .content[data-v-107fcd77] {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2
}

.solution-boost-cards-container .boost-cards-content .card .content .icon[data-v-107fcd77] {
  background: url(images/solution_boost_cards_icon_1.png) no-repeat 50%;
  background-size: cover;
  height: 70px;
  width: 70px
}

.solution-boost-cards-container .boost-cards-content .card .content .title[data-v-107fcd77] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 24px;
  word-break: break-all
}

.solution-boost-cards-container .boost-cards-content .card .content .desc[data-v-107fcd77] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px;
  word-break: break-all
}

:root.mobile .solution-boost-cards-container[data-v-107fcd77] {
  margin: 1rem auto 0;
  padding: 0;
  width: 6.9rem
}

:root.mobile .solution-boost-cards-container .boost-cards-content[data-v-107fcd77] {
  align-items: stretch;
  flex-wrap: wrap;
  gap: .2rem;
  justify-content: flex-start;
  padding-left: 0
}

:root.mobile .solution-boost-cards-container .boost-cards-content .card[data-v-107fcd77] {
  flex: unset;
  padding: .34rem .4rem;
  width: 36%
}

:root.mobile .solution-boost-cards-container .boost-cards-content .card .content .title[data-v-107fcd77] {
  font-size: .38rem
}

:root.mobile .solution-boost-cards-container .boost-cards-content .card .content .desc[data-v-107fcd77] {
  font-size: .28rem
}

:root.dark-mode .solution-boost-cards-container .boost-cards-content .card[data-v-107fcd77] {
  border: none
}

:root.dark-mode .solution-boost-cards-container .boost-cards-content .card .bg[data-v-107fcd77] {
  background: url(images/home_cdn_features_item_bg_dark.png) no-repeat 50%
}

:root.dark-mode .solution-boost-cards-container .boost-cards-content .card .content .desc[data-v-107fcd77] {
  color: #fff
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-f7ced5e9] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-f7ced5e9] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-f7ced5e9] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-f7ced5e9] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-f7ced5e9] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-f7ced5e9],
:root.mobile .desktop-only[data-v-f7ced5e9] {
  display: none
}

.radius-badge[data-v-f7ced5e9] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-f7ced5e9] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-f7ced5e9] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-f7ced5e9] {
  bottom: -5rem
}

[data-v-f7ced5e9]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-f7ced5e9] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.solution-card-container[data-v-f7ced5e9] {
  background: var(--color-white);
  padding-top: 44px
}

.solution-card-container .solution-card-content[data-v-f7ced5e9] {
  background: url(images/solution_card_bg.png) no-repeat 50%;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 200px;
  padding-left: 280px;
  position: relative
}

.solution-card-container .solution-card-content .icon[data-v-f7ced5e9] {
  background: url(images/solution_card_icon.png) no-repeat 50%;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 280px
}

.solution-card-container .solution-card-content .mask[data-v-f7ced5e9] {
  background: url(images/solution_card_mask.png) no-repeat 50%;
  height: 200px;
  left: 890px;
  position: absolute;
  top: 0;
  width: 430px
}

.solution-card-container .solution-card-content .button-container[data-v-f7ced5e9] {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%)
}

.solution-card-container .solution-card-content .button-container .button[data-v-f7ced5e9] {
  align-items: center;
  background: #fff;
  border-radius: 30px;
  color: #000;
  display: flex;
  font-family: Inter;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  justify-content: center;
  letter-spacing: 0;
  min-height: 58px;
  min-width: 156px;
  padding: 0 15px
}

.solution-card-container .solution-card-content .content-container[data-v-f7ced5e9] {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 2
}

.solution-card-container .solution-card-content .content-container .title[data-v-f7ced5e9] {
  color: #fff;
  font-family: Alimama ShuHeiTi;
  font-size: 40px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0
}

.solution-card-container .solution-card-content .content-container .content[data-v-f7ced5e9] {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 20px
}

:root.mobile .solution-card-container[data-v-f7ced5e9] {
  margin: .5rem auto 0;
  padding: 0;
  width: 6.9rem
}

:root.mobile .solution-card-container .solution-card-content[data-v-f7ced5e9] {
  align-items: flex-start;
  border-radius: .3rem;
  display: flex;
  flex-direction: column;
  height: 4rem;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%
}

:root.mobile .solution-card-container .solution-card-content .icon[data-v-f7ced5e9] {
  background-size: contain;
  bottom: 0;
  height: 1.9rem;
  left: 0;
  top: unset;
  width: 2.7rem
}

:root.mobile .solution-card-container .solution-card-content .content-container[data-v-f7ced5e9] {
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: .2rem;
  text-align: center
}

:root.mobile .solution-card-container .solution-card-content .content-container .title[data-v-f7ced5e9] {
  font-size: .48rem
}

:root.mobile .solution-card-container .solution-card-content .content-container .content[data-v-f7ced5e9] {
  font-size: .28rem
}

:root.mobile .solution-card-container .solution-card-content .button-container[data-v-f7ced5e9] {
  border-radius: .5rem;
  display: block;
  left: 50%;
  right: unset;
  top: 70%;
  transform: translate(-50%)
}

:root.mobile .solution-card-container .solution-card-content .button-container .button[data-v-f7ced5e9] {
  box-sizing: border-box;
  font-size: .32rem;
  height: .74rem;
  min-width: 2.08rem;
  padding: 0 .2rem;
  white-space: nowrap
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-4a62d1a5] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-4a62d1a5] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-4a62d1a5] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-4a62d1a5] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-4a62d1a5] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-4a62d1a5],
:root.mobile .desktop-only[data-v-4a62d1a5] {
  display: none
}

.radius-badge[data-v-4a62d1a5] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-4a62d1a5] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-4a62d1a5] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-4a62d1a5] {
  bottom: -5rem
}

[data-v-4a62d1a5]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-4a62d1a5] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.solution-accelerate-card-container[data-v-4a62d1a5] {
  background: url(images/users/plus/cdn-bg.png) no-repeat bottom;
  background-size: 100%;
  padding: 120px 0 180px
}

.solution-accelerate-card-container .solution-accelerate-card-content[data-v-4a62d1a5] {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card[data-v-4a62d1a5] {
  background-color: var(--color-white);
  border: 1px solid var(--border-color-light-2);
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 388px;
  padding: 80px 60px 86px;
  position: relative
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .bar[data-v-4a62d1a5] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  border-radius: 30px;
  height: 224px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .bg[data-v-4a62d1a5] {
  bottom: 0;
  height: 388px;
  position: absolute;
  width: 550px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card.left[data-v-4a62d1a5] {
  align-items: flex-start
}

.solution-accelerate-card-container .solution-accelerate-card-content .card.left .bar[data-v-4a62d1a5] {
  left: 0
}

.solution-accelerate-card-container .solution-accelerate-card-content .card.left .bg[data-v-4a62d1a5] {
  right: 0
}

.solution-accelerate-card-container .solution-accelerate-card-content .card.right[data-v-4a62d1a5] {
  align-items: flex-end
}

.solution-accelerate-card-container .solution-accelerate-card-content .card.right .bar[data-v-4a62d1a5] {
  right: 0
}

.solution-accelerate-card-container .solution-accelerate-card-content .card.right .bg[data-v-4a62d1a5] {
  left: 0
}

.solution-accelerate-card-container .solution-accelerate-card-content .card.card-1 .bg[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_bg_1.png) no-repeat 50%
}

.solution-accelerate-card-container .solution-accelerate-card-content .card.card-2 .bg[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_bg_2.png) no-repeat 50%
}

.solution-accelerate-card-container .solution-accelerate-card-content .card.card-3 .bg[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_bg_3.png) no-repeat 50%
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card-title[data-v-4a62d1a5] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  position: relative;
  z-index: 2
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card-content[data-v-4a62d1a5] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px;
  position: relative;
  width: 824px;
  word-break: break-all;
  z-index: 2
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card1-list-container[data-v-4a62d1a5] {
  display: flex;
  flex-direction: column
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card1-list[data-v-4a62d1a5] {
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 2
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card1-list .item[data-v-4a62d1a5] {
  align-items: center;
  color: var(--color-dark);
  display: flex;
  gap: 10px;
  width: 200px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card1-list .item .icon[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_icon.png) no-repeat 50%;
  height: 24px;
  width: 24px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card2-list[data-v-4a62d1a5] {
  display: flex;
  gap: 48px;
  margin-top: 40px;
  position: relative;
  z-index: 2
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card2-list .icon.icon1[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_logo_1.png) no-repeat 50%;
  height: 30px;
  width: 140px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card2-list .icon.icon2[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_logo_2.png) no-repeat 50%;
  height: 30px;
  width: 120px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card2-list .icon.icon3[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_logo_3.png) no-repeat 50%;
  height: 30px;
  width: 108px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card2-list .icon.icon4[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_logo_4.png) no-repeat 50%;
  height: 30px;
  width: 132px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card2-list .icon.icon5[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_logo_5.png) no-repeat 50%;
  height: 30px;
  width: 126px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card3-list[data-v-4a62d1a5] {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 2
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card3-list .item[data-v-4a62d1a5] {
  align-items: center;
  color: var(--color-dark);
  display: flex;
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  width: 200px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card3-list .item .icon[data-v-4a62d1a5] {
  height: 24px;
  width: 24px
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card3-list .item .icon.icon-up[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_icon_up.png) no-repeat 50%
}

.solution-accelerate-card-container .solution-accelerate-card-content .card .card3-list .item .icon.icon-down[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_icon_down.png) no-repeat 50%
}

:root.mobile .solution-accelerate-card-container[data-v-4a62d1a5] {
  padding: 0 0 3.5rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content[data-v-4a62d1a5] {
  flex-direction: column;
  margin-top: 1rem;
  width: 6.9rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .bar[data-v-4a62d1a5] {
  display: none
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card[data-v-4a62d1a5] {
  background: linear-gradient(1turn, #f2f9fd00 7.12%, #e3fcf5);
  border-radius: .6rem;
  padding: .4rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card-1 .bg[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_bg_1_mobile.png) no-repeat 100% 100% !important
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card-2 .bg[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_bg_2_mobile.png) no-repeat bottom !important
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card-3 .bg[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_bg_3_mobile.png) no-repeat 100% 100% !important
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card1-list-container[data-v-4a62d1a5] {
  display: flex;
  flex-direction: row
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card1-list[data-v-4a62d1a5] {
  flex-direction: column;
  gap: .3rem;
  margin-top: .3rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card2-list[data-v-4a62d1a5] {
  flex-wrap: wrap;
  gap: .2rem;
  margin-top: .3rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card2-list .icon[data-v-4a62d1a5] {
  background-size: contain;
  height: .45rem;
  width: 1.5rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card3-list-container[data-v-4a62d1a5] {
  align-items: stretch;
  display: flex;
  flex-direction: row
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card3-list[data-v-4a62d1a5] {
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  gap: .2rem;
  justify-content: stretch;
  margin-top: .2rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card3-list .item[data-v-4a62d1a5] {
  font-size: .24rem;
  width: 3.2rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card3-list .item .icon[data-v-4a62d1a5] {
  height: .3rem;
  width: .3rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card-title[data-v-4a62d1a5] {
  font-size: .48rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .card-content[data-v-4a62d1a5] {
  font-size: .28rem;
  margin-top: .2rem;
  width: 100%
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .icon[data-v-4a62d1a5] {
  height: .3rem;
  width: .3rem
}

:root.mobile .solution-accelerate-card-container .solution-accelerate-card-content .item[data-v-4a62d1a5] {
  font-size: .28rem
}

:root.dark-mode .card-content[data-v-4a62d1a5] {
  color: #fff !important
}

:root.dark-mode .solution-accelerate-card-container .solution-accelerate-card-content .card[data-v-4a62d1a5] {
  background: linear-gradient(1turn, #101010 7.12%, #0d270d) !important
}

:root.dark-mode .card-1 .bg[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_bg_1_dark.png) no-repeat 50% !important
}

:root.dark-mode .card-2 .bg[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_bg_2_dark.png) no-repeat 50% !important
}

:root.dark-mode .card-3 .bg[data-v-4a62d1a5] {
  background: url(images/solution_accelerate_card_bg_3_dark.png) no-repeat 50% !important
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-b25ac4a5] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-b25ac4a5] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-b25ac4a5] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-b25ac4a5] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-b25ac4a5] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-b25ac4a5],
:root.mobile .desktop-only[data-v-b25ac4a5] {
  display: none
}

.radius-badge[data-v-b25ac4a5] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-b25ac4a5] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-b25ac4a5] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-b25ac4a5] {
  bottom: -5rem
}

[data-v-b25ac4a5]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-b25ac4a5] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}


/* 外部样式: https://cdn1.com/_nuxt/List3.BCxwQNQB.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-04c4689f] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-04c4689f] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-04c4689f] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-04c4689f] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-04c4689f] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-04c4689f],
:root.mobile .desktop-only[data-v-04c4689f] {
  display: none
}

.radius-badge[data-v-04c4689f] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-04c4689f] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-04c4689f] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-04c4689f] {
  bottom: -5rem
}

[data-v-04c4689f]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-04c4689f] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.feature-list2-container[data-v-04c4689f] {
  background: url(images/users/plus/cdn-bg.png) no-repeat bottom;
  background-size: 100%;
  padding: 80px 0 170px
}

.feature-list2-container .feature-list2-content[data-v-04c4689f] {
  display: flex;
  gap: 10px;
  justify-content: space-between
}

.feature-list2-container .feature-list2-content .feature-item[data-v-04c4689f] {
  background: url(images/feature_list2_card_mask.png) no-repeat top, var(--bg-color-white);
  background-size: contain;
  border: 1px solid var(--border-color-light-2);
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 40px;
  position: relative
}

.feature-list2-container .feature-list2-content .feature-item .icon[data-v-04c4689f] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 70px
}

.feature-list2-container .feature-list2-content .feature-item .title[data-v-04c4689f] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 24px
}

.feature-list2-container .feature-list2-content .feature-item .content[data-v-04c4689f] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

:root.mobile .feature-list2-container .feature-list2-content[data-v-04c4689f] {
  flex-wrap: wrap;
  justify-content: space-between
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item[data-v-04c4689f] {
  height: auto;
  max-width: 3.35rem;
  min-height: 5rem;
  min-width: 3.35rem;
  padding: .4rem .35rem .35rem .4rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item .icon[data-v-04c4689f] {
  height: 1.11rem
}

:root.mobile .feature-list2-container[data-v-04c4689f] {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-top: .5rem
}

:root.mobile .feature-list2-container .feature-list2-content[data-v-04c4689f] {
  gap: .2rem 0;
  margin: 0 auto;
  width: 6.9rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item[data-v-04c4689f] {
  border-radius: .3rem;
  min-height: 4.12rem;
  padding: .4rem;
  width: 3.35rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item .icon[data-v-04c4689f] {
  height: 1.05rem;
  width: 1.05rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item .title[data-v-04c4689f] {
  font-size: .34rem;
  margin-top: .34rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item .content[data-v-04c4689f] {
  font-size: .28rem;
  margin-top: .2rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item .number[data-v-04c4689f] {
  bottom: .2rem;
  font-size: .5rem;
  line-height: .5rem;
  right: .15rem
}

:root.dark-mode .feature-list2-container .feature-list2-content .feature-item .content[data-v-04c4689f] {
  color: #fff
}


/* 外部样式: https://cdn1.com/_nuxt/software.DSqJA24S.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-ff3961e3] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-ff3961e3] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-ff3961e3] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-ff3961e3] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-ff3961e3] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-ff3961e3],
:root.mobile .desktop-only[data-v-ff3961e3] {
  display: none
}

.radius-badge[data-v-ff3961e3] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-ff3961e3] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-ff3961e3] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-ff3961e3] {
  bottom: -5rem
}

[data-v-ff3961e3]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-ff3961e3] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-ff3961e3] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 0 auto 20px
}

.company-sub-title[data-v-ff3961e3],
.company-title[data-v-ff3961e3] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-ff3961e3] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-ff3961e3] {
  font-size: 34px;
  margin: 1rem auto 0;
  text-align: left;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-ff3961e3] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  text-align: left;
  width: 6.9rem
}

.b-text[data-v-ff3961e3] {
  display: flex;
  justify-content: space-around;
  margin-top: 320px
}

.b-text .b-text-item[data-v-ff3961e3] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  width: 504px
}


/* 外部样式: https://cdn1.com/_nuxt/aboutUs.PTICtTWz.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-5720cc3c] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-5720cc3c] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-5720cc3c] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-5720cc3c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-5720cc3c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-5720cc3c],
:root.mobile .desktop-only[data-v-5720cc3c] {
  display: none
}

.radius-badge[data-v-5720cc3c] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-5720cc3c] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-5720cc3c] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-5720cc3c] {
  bottom: -5rem
}

[data-v-5720cc3c]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-5720cc3c] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-5720cc3c] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 0 auto
}

.company-sub-title[data-v-5720cc3c],
.company-title[data-v-5720cc3c] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-5720cc3c] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-5720cc3c] {
  font-size: 34px;
  margin: 0 auto;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-5720cc3c] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  width: 6.9rem
}


/* 外部样式: https://cdn1.com/_nuxt/ServiceList.ulyMtU1C.css */
.docs-nav[data-v-dd50a62d] {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px
}

.docs-nav .nav-section[data-v-dd50a62d] {
  align-items: center;
  display: flex
}

.docs-nav .nav-section h2[data-v-dd50a62d] {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-right: 32px
}

.docs-nav .nav-section .nav-links[data-v-dd50a62d] {
  display: flex;
  gap: 58px
}

.docs-nav .nav-section .nav-links a[data-v-dd50a62d],
.docs-nav .nav-section .nav-links nuxt-link-locale[data-v-dd50a62d] {
  color: #525b68;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  position: relative
}

.docs-nav .nav-section .nav-links a[data-v-dd50a62d]:hover,
.docs-nav .nav-section .nav-links nuxt-link-locale[data-v-dd50a62d]:hover {
  text-decoration: underline
}

.docs-nav .nav-section .nav-links a[data-v-dd50a62d]:not(:last-child):after,
.docs-nav .nav-section .nav-links nuxt-link-locale[data-v-dd50a62d]:not(:last-child):after {
  background: #525b68;
  content: "";
  height: 14px;
  position: absolute;
  right: -29px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px
}

@media screen and (max-width:768px) {
  .docs-container[data-v-dd50a62d] {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .docs-container .docs-nav[data-v-dd50a62d] {
    border-radius: 0;
    gap: 20px;
    padding: 20px 15px
  }

  .docs-container .docs-nav .nav-section[data-v-dd50a62d] {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px
  }

  .docs-container .docs-nav .nav-section h2[data-v-dd50a62d] {
    font-size: 14px
  }

  .docs-container .docs-nav .nav-section .nav-links[data-v-dd50a62d] {
    flex-wrap: wrap;
    gap: 0
  }

  .docs-container .docs-nav .nav-section .nav-links a[data-v-dd50a62d],
  .docs-container .docs-nav .nav-section .nav-links nuxt-link-locale[data-v-dd50a62d] {
    font-size: 13px;
    margin-right: 25px
  }

  .docs-container .docs-nav .nav-section .nav-links a[data-v-dd50a62d]:after,
  .docs-container .docs-nav .nav-section .nav-links nuxt-link-locale[data-v-dd50a62d]:after {
    height: 10px;
    right: -12px
  }
}

:root.dark-mode .docs-nav[data-v-dd50a62d] {
  background-color: #000;
  color: #fff
}

:root.dark-mode .docs-nav .nav-section h2[data-v-dd50a62d] {
  color: #fff
}

:root.dark-mode .docs-nav .nav-section a[data-v-dd50a62d],
:root.dark-mode .docs-nav .nav-section nuxt-link-locale[data-v-dd50a62d] {
  color: #fff;
  opacity: .8
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-4f1dcbb2] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-4f1dcbb2] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-4f1dcbb2] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-4f1dcbb2] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-4f1dcbb2] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-4f1dcbb2],
:root.mobile .desktop-only[data-v-4f1dcbb2] {
  display: none
}

.radius-badge[data-v-4f1dcbb2] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-4f1dcbb2] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-4f1dcbb2] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-4f1dcbb2] {
  bottom: -5rem
}

[data-v-4f1dcbb2]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-4f1dcbb2] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.user-container[data-v-4f1dcbb2] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
  width: 100%
}

@media (max-width:768px) {
  .user-container[data-v-4f1dcbb2] {
    box-sizing: border-box
  }
}

:root.mobile .user-container[data-v-4f1dcbb2] {
  padding: 0 15px
}

:root.dark-mode[data-v-4f1dcbb2] {
  background-color: #121212
}

.service-list[data-v-4f1dcbb2] {
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 60px;
  margin-top: 24px;
  padding: 40px
}

.service-list__header[data-v-4f1dcbb2] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px
}

.service-list__header h2[data-v-4f1dcbb2] {
  font-size: 18px;
  margin: 0
}

.service-list__search[data-v-4f1dcbb2] {
  display: flex;
  gap: 10px
}

.service-list__filter[data-v-4f1dcbb2] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  background: #fff url(../images/users/select-tri.svg) no-repeat right 12px center;
  background-size: 12px;
  border: 1px solid #dadfe0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  height: 40px;
  min-width: 120px;
  outline: none;
  padding: 6px 12px;
  width: 100px
}

.service-list__filter[data-v-4f1dcbb2]::-ms-expand {
  display: none
}

.service-list__input[data-v-4f1dcbb2] {
  align-items: center;
  background: var(--, rgba(160, 174, 192, .03));
  border: 1px solid #e2e6ec;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  height: 40px;
  min-width: 200px;
  outline: none;
  padding: 8px 16px;
  width: 240px
}

.service-list__input[data-v-4f1dcbb2]::-moz-placeholder {
  color: #909399
}

.service-list__input[data-v-4f1dcbb2]::placeholder {
  color: #909399
}

.service-list__content[data-v-4f1dcbb2] {
  flex-direction: column
}

.service-list .service-item[data-v-4f1dcbb2],
.service-list__content[data-v-4f1dcbb2] {
  background: #fff;
  border-radius: 4px;
  display: flex;
  gap: 8px
}

.service-list .service-item[data-v-4f1dcbb2] {
  align-items: center;
  border: 1px solid #e2e6ec;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 4px 8px
}

.service-list .service-item__name[data-v-4f1dcbb2] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  color: #67c23a;
  font-weight: 500;
  -webkit-text-fill-color: transparent
}

.service-list .service-item__title[data-v-4f1dcbb2] {
  color: #000;
  font-weight: 500;
  line-height: 28px
}

.service-list .service-item__proto[data-v-4f1dcbb2] {
  color: #a0aec0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px
}

@media screen and (max-width:768px) {
  .service-list[data-v-4f1dcbb2] {
    border-radius: 15px;
    margin-top: 15px;
    padding: 15px
  }

  .service-list__header h2[data-v-4f1dcbb2] {
    font-size: 14px
  }

  .service-list__filter[data-v-4f1dcbb2] {
    font-size: 12px;
    min-width: 72px;
    width: 72px
  }

  .service-list__input[data-v-4f1dcbb2] {
    flex: 1;
    font-size: 12px
  }

  .service-list .service-item[data-v-4f1dcbb2] {
    flex-wrap: wrap;
    gap: 5px;
    padding: 6px 10px
  }

  .service-list .service-item__name[data-v-4f1dcbb2],
  .service-list .service-item__title[data-v-4f1dcbb2] {
    font-size: 12px;
    line-height: 12px
  }

  .service-list .service-item__proto[data-v-4f1dcbb2] {
    font-size: 10px;
    line-height: 10px
  }
}

:root.dark-mode .service-list[data-v-4f1dcbb2] {
  background-color: #000;
  color: #fff
}

:root.dark-mode .service-list .service-list__filter[data-v-4f1dcbb2] {
  background-image: url(../images/users/select-tri-dark.svg)
}

:root.dark-mode .service-list .service-list__filter[data-v-4f1dcbb2],
:root.dark-mode .service-list .service-list__input[data-v-4f1dcbb2] {
  background-color: transparent;
  border: 1px solid #e2e6ec;
  color: #fff
}

:root.dark-mode .service-list .service-list__content[data-v-4f1dcbb2] {
  background-color: #302f2f
}

:root.dark-mode .service-list .service-list__content .service-item[data-v-4f1dcbb2] {
  background-color: #302f2f;
  border: 1px solid rgba(226, 230, 236, .2)
}

:root.dark-mode .service-list .service-list__content .service-item__title[data-v-4f1dcbb2] {
  color: #fff
}

:root.dark-mode .service-list .service-list__content .service-item__proto[data-v-4f1dcbb2] {
  color: #fff;
  opacity: .8
}


/* 外部样式: https://cdn1.com/_nuxt/index.CwA5f2_-.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-cd4a48aa] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-cd4a48aa] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-cd4a48aa] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-cd4a48aa] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-cd4a48aa] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-cd4a48aa],
:root.mobile .desktop-only[data-v-cd4a48aa] {
  display: none
}

.radius-badge[data-v-cd4a48aa] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-cd4a48aa] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-cd4a48aa] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-cd4a48aa] {
  bottom: -5rem
}

[data-v-cd4a48aa]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-cd4a48aa] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.user-container[data-v-cd4a48aa] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
  width: 100%
}

@media (max-width:768px) {
  .user-container[data-v-cd4a48aa] {
    box-sizing: border-box
  }
}

:root.mobile .user-container[data-v-cd4a48aa] {
  padding: 0 15px
}

:root.dark-mode[data-v-cd4a48aa] {
  background-color: #121212
}

.developer-container[data-v-cd4a48aa] {
  background: linear-gradient(175deg, #eaf7fe 3.67%, #d6f7ee 95.98%);
  padding-top: 84px
}

.developer-container[data-v-cd4a48aa],
.developer-container .main-content[data-v-cd4a48aa] {
  display: flex;
  flex: 1;
  flex-direction: column
}

.developer-container .developer-container-inner[data-v-cd4a48aa] {
  background-image: url(../images/users/docs-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%
}

@media screen and (max-width:768px) {
  .developer-container[data-v-cd4a48aa] {
    padding-top: 44px
  }
}

:root.dark-mode .developer-container[data-v-cd4a48aa] {
  background: linear-gradient(175deg, #485e5b 3.67%, #1d1d1f 95.98%) !important
}

:root.dark-mode .developer-container .developer-container-inner[data-v-cd4a48aa] {
  background-image: url(../images/users/docs-bg-dark.webp)
}


/* 外部样式: https://cdn1.com/_nuxt/PermanentCache.BTATZHDq.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-fe3a5667] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-fe3a5667] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-fe3a5667] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-fe3a5667] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-fe3a5667] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-fe3a5667],
:root.mobile .desktop-only[data-v-fe3a5667] {
  display: none
}

.radius-badge[data-v-fe3a5667] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-fe3a5667] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-fe3a5667] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-fe3a5667] {
  bottom: -5rem
}

[data-v-fe3a5667]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-fe3a5667] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.feature-step1-container[data-v-fe3a5667] {
  margin-top: 60px
}

.feature-step1-container .feature-step1-content[data-v-fe3a5667] {
  display: flex;
  justify-content: space-between
}

.feature-step1-container .feature-step1-content .step[data-v-fe3a5667] {
  align-items: center;
  display: flex;
  flex-direction: column
}

.feature-step1-container .feature-step1-content .step .icon[data-v-fe3a5667] {
  height: 70px;
  width: 70px
}

.feature-step1-container .feature-step1-content .step .icon.icon-1[data-v-fe3a5667] {
  background: url(images/feature_steps_icon_1.png) no-repeat;
  background-size: contain
}

.feature-step1-container .feature-step1-content .step .icon.icon-2[data-v-fe3a5667] {
  background: url(images/feature_steps_icon_2.png) no-repeat;
  background-size: contain
}

.feature-step1-container .feature-step1-content .step .icon.icon-3[data-v-fe3a5667] {
  background: url(images/feature_steps_icon_3.png) no-repeat;
  background-size: contain
}

.feature-step1-container .feature-step1-content .step .title[data-v-fe3a5667] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 20px
}

.feature-step1-container .feature-step1-content .step .desc[data-v-fe3a5667] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 14px
}

.feature-step1-container .feature-step1-content .separate .icon[data-v-fe3a5667] {
  display: block;
  height: 48px;
  margin-top: 11px;
  width: 48px
}

.feature-step1-container .feature-step1-content .separate .icon.icon-check[data-v-fe3a5667] {
  background: url(images/feature_steps_check.png) no-repeat;
  background-size: contain
}

.feature-step1-container .feature-step1-content .separate .icon.icon-wrong[data-v-fe3a5667] {
  background: url(images/feature_steps_wrong.png) no-repeat;
  background-size: contain
}

:root.mobile .feature-step1-container[data-v-fe3a5667] {
  margin-top: 1rem
}

:root.mobile .feature-step1-container .feature-step1-content[data-v-fe3a5667] {
  align-items: center;
  flex-direction: column;
  gap: .5rem
}

:root.mobile .feature-step1-container .feature-step1-content .step .icon[data-v-fe3a5667] {
  height: 1.05rem;
  width: 1.05rem
}

:root.mobile .feature-step1-container .feature-step1-content .separate .icon[data-v-fe3a5667] {
  height: .55rem;
  transform: rotate(90deg);
  width: .55rem
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-abfeacc7] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-abfeacc7] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-abfeacc7] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-abfeacc7] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-abfeacc7] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-abfeacc7],
:root.mobile .desktop-only[data-v-abfeacc7] {
  display: none
}

.radius-badge[data-v-abfeacc7] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-abfeacc7] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-abfeacc7] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-abfeacc7] {
  bottom: -5rem
}

[data-v-abfeacc7]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-abfeacc7] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-abfeacc7] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 120px auto 0
}

.company-sub-title[data-v-abfeacc7],
.company-title[data-v-abfeacc7] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-abfeacc7] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-abfeacc7] {
  font-size: 34px;
  margin: 1rem auto 0;
  text-align: left;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-abfeacc7] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  text-align: left;
  width: 6.9rem
}


/* 外部样式: https://cdn1.com/_nuxt/List.BqxJFg7M.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-bfbff992] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-bfbff992] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-bfbff992] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-bfbff992] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-bfbff992] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-bfbff992],
:root.mobile .desktop-only[data-v-bfbff992] {
  display: none
}

.radius-badge[data-v-bfbff992] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-bfbff992] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-bfbff992] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-bfbff992] {
  bottom: -5rem
}

[data-v-bfbff992]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-bfbff992] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.feature-list-container[data-v-bfbff992] {
  background: var(--color-white);
  display: flex;
  justify-content: center;
  padding: 60px 0
}

.feature-list-container .feature-list-content[data-v-bfbff992] {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.feature-list-container .feature-list-content .feature-item[data-v-bfbff992] {
  align-items: center;
  background-color: var(--color-white-2);
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  padding: 49px 87px 48px 40px;
  position: relative;
  width: 1200px
}

.feature-list-container .feature-list-content .feature-item .arrow[data-v-bfbff992] {
  background: url(images/feature_list_icon.png) no-repeat;
  background-size: cover;
  height: 42px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 42px
}

.feature-list-container .feature-list-content .feature-item .icon[data-v-bfbff992] {
  background: url(images/feature_list_icon.png) no-repeat;
  background-size: cover;
  height: 48px;
  min-width: 48px;
  width: 48px
}

.feature-list-container .feature-list-content .feature-item .content[data-v-bfbff992] {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 30px
}

.feature-list-container .feature-list-content .feature-item .content .title[data-v-bfbff992] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 24px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0
}

.feature-list-container .feature-list-content .feature-item .content .desc[data-v-bfbff992] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 16px
}

:root.mobile .feature-list-container[data-v-bfbff992] {
  padding: 1rem
}

:root.mobile .feature-list-container .feature-list-content[data-v-bfbff992] {
  gap: .2rem
}

:root.mobile .feature-list-container .feature-list-content .feature-item[data-v-bfbff992] {
  align-items: flex-start;
  border-radius: .3rem;
  flex-direction: column;
  padding: .4rem .3rem .3rem;
  width: 6.9rem
}

:root.mobile .feature-list-container .feature-list-content .feature-item .icon[data-v-bfbff992] {
  height: .76rem;
  min-width: .76rem;
  width: .76rem
}

:root.mobile .feature-list-container .feature-list-content .feature-item .arrow[data-v-bfbff992] {
  height: .63rem;
  right: .2rem;
  top: .2rem;
  width: .63rem
}

:root.mobile .feature-list-container .feature-list-content .feature-item .title[data-v-bfbff992] {
  font-size: .38rem
}

:root.mobile .feature-list-container .feature-list-content .feature-item .content[data-v-bfbff992] {
  font-size: .28rem;
  margin-left: 0;
  margin-top: .34rem
}

:root.dark-mode .feature-list-container .feature-list-content .feature-item .desc[data-v-bfbff992] {
  color: #fff
}


/* 外部样式: https://cdn1.com/_nuxt/ddos.Bj9viyHK.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-1280a7b6] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-1280a7b6] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-1280a7b6] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-1280a7b6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-1280a7b6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-1280a7b6],
:root.mobile .desktop-only[data-v-1280a7b6] {
  display: none
}

.radius-badge[data-v-1280a7b6] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-1280a7b6] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-1280a7b6] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-1280a7b6] {
  bottom: -5rem
}

[data-v-1280a7b6]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-1280a7b6] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.feature-step2-container[data-v-1280a7b6] {
  margin-top: 60px
}

.feature-step2-container .feature-step2-content[data-v-1280a7b6] {
  display: flex;
  justify-content: space-around
}

.feature-step2-container .feature-step2-content .step[data-v-1280a7b6] {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.feature-step2-container .feature-step2-content .step .icon[data-v-1280a7b6] {
  background: url(images/feature_steps2_icon.png) no-repeat;
  background-size: contain;
  height: 26px;
  width: 26px
}

.feature-step2-container .feature-step2-content .step .title[data-v-1280a7b6] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 20px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0
}

.feature-step2-container .feature-step2-content .separate[data-v-1280a7b6] {
  background-color: var(--border-color-light-2);
  height: 20px;
  width: 1px
}

:root.mobile .feature-step2-container[data-v-1280a7b6] {
  margin-top: 1rem
}

:root.mobile .feature-step2-container .feature-step2-content[data-v-1280a7b6] {
  flex-wrap: wrap;
  gap: .29rem;
  justify-content: flex-start;
  width: 6.9rem
}

:root.mobile .feature-step2-container .feature-step2-content .step[data-v-1280a7b6] {
  gap: .16rem
}

:root.mobile .feature-step2-container .feature-step2-content .step .icon[data-v-1280a7b6] {
  height: .39rem;
  width: .39rem
}

:root.mobile .feature-step2-container .feature-step2-content .step .title[data-v-1280a7b6] {
  font-size: .32rem;
  white-space: nowrap
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-9fb12945] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-9fb12945] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-9fb12945] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-9fb12945] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-9fb12945] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-9fb12945],
:root.mobile .desktop-only[data-v-9fb12945] {
  display: none
}

.radius-badge[data-v-9fb12945] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-9fb12945] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-9fb12945] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-9fb12945] {
  bottom: -5rem
}

[data-v-9fb12945]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-9fb12945] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.feature-list2-container[data-v-9fb12945] {
  align-items: center;
  background: url(images/users/plus/cdn-bg.png) no-repeat bottom;
  background-size: 100%;
  display: flex;
  justify-content: center;
  padding: 80px 0 170px
}

.feature-list2-container .feature-list2-content[data-v-9fb12945] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 1440px
}

.feature-list2-container .feature-list2-content .feature-item[data-v-9fb12945] {
  background: url(images/feature_list2_card_mask.png) no-repeat top, var(--color-white);
  border: 1px solid var(--border-color-light-2);
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 340px;
  padding: 40px;
  position: relative;
  width: 340px
}

.feature-list2-container .feature-list2-content .feature-item .icon[data-v-9fb12945] {
  background-size: contain;
  height: 70px;
  width: 70px
}

.feature-list2-container .feature-list2-content .feature-item .title[data-v-9fb12945] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 24px
}

.feature-list2-container .feature-list2-content .feature-item .content[data-v-9fb12945] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

.feature-list2-container .feature-list2-content .feature-item .number[data-v-9fb12945] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  bottom: 20px;
  font-family: Alimama ShuHeiTi;
  font-size: 40px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  line-height: 50px;
  opacity: .2;
  position: absolute;
  right: 20px;
  text-align: right;
  vertical-align: middle;
  -webkit-text-fill-color: transparent
}

:root.mobile .feature-list2-container[data-v-9fb12945] {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: .5rem 0 0
}

:root.mobile .feature-list2-container .feature-list2-content[data-v-9fb12945] {
  flex-wrap: wrap;
  gap: .2rem 0;
  margin: 0 auto;
  width: 6.9rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item[data-v-9fb12945] {
  border-radius: .3rem;
  min-height: 4.12rem;
  padding: .4rem;
  width: 3.35rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item .icon[data-v-9fb12945] {
  height: 1.05rem;
  width: 1.05rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item .title[data-v-9fb12945] {
  font-size: .34rem;
  margin-top: .34rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item .content[data-v-9fb12945] {
  font-size: .28rem;
  margin-top: .2rem
}

:root.mobile .feature-list2-container .feature-list2-content .feature-item .number[data-v-9fb12945] {
  bottom: .2rem;
  font-size: .5rem;
  line-height: .5rem;
  right: .15rem
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-2d4fc5d5] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-2d4fc5d5] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-2d4fc5d5] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-2d4fc5d5] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-2d4fc5d5] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-2d4fc5d5],
:root.mobile .desktop-only[data-v-2d4fc5d5] {
  display: none
}

.radius-badge[data-v-2d4fc5d5] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-2d4fc5d5] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-2d4fc5d5] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-2d4fc5d5] {
  bottom: -5rem
}

[data-v-2d4fc5d5]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-2d4fc5d5] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-2d4fc5d5] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 120px auto 0
}

.company-sub-title[data-v-2d4fc5d5],
.company-title[data-v-2d4fc5d5] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-2d4fc5d5] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-2d4fc5d5] {
  font-size: .48rem;
  margin: 1rem auto 0;
  text-align: center;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-2d4fc5d5] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  text-align: center;
  width: 6.9rem
}


/* 外部样式: https://cdn1.com/_nuxt/dns.p7FIR1g9.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-f5cceb1c] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-f5cceb1c] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-f5cceb1c] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-f5cceb1c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-f5cceb1c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-f5cceb1c],
:root.mobile .desktop-only[data-v-f5cceb1c] {
  display: none
}

.radius-badge[data-v-f5cceb1c] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-f5cceb1c] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-f5cceb1c] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-f5cceb1c] {
  bottom: -5rem
}

[data-v-f5cceb1c]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-f5cceb1c] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-f5cceb1c] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  margin: 120px auto 0;
  text-align: center;
  width: 1000px
}

:root.mobile .company-title[data-v-f5cceb1c] {
  font-size: 34px;
  margin: 1rem auto 0;
  width: 6.9rem
}


/* 外部样式: https://cdn1.com/_nuxt/imageProcess.biyXlNx9.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-1f1ac113] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-1f1ac113] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-1f1ac113] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-1f1ac113] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-1f1ac113] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-1f1ac113],
:root.mobile .desktop-only[data-v-1f1ac113] {
  display: none
}

.radius-badge[data-v-1f1ac113] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-1f1ac113] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-1f1ac113] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-1f1ac113] {
  bottom: -5rem
}

[data-v-1f1ac113]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-1f1ac113] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-1f1ac113] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 120px auto 0
}

.company-sub-title[data-v-1f1ac113],
.company-title[data-v-1f1ac113] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-1f1ac113] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-1f1ac113] {
  font-size: 34px;
  margin: 1rem auto 0;
  text-align: left;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-1f1ac113] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  text-align: left;
  width: 6.9rem
}

.b-text[data-v-1f1ac113] {
  display: flex;
  justify-content: space-around;
  margin-top: 320px
}

.b-text .b-text-item[data-v-1f1ac113] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  width: 504px
}


/* 外部样式: https://cdn1.com/_nuxt/sla.d9uSHVuv.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-1ca15f1e] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-1ca15f1e] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-1ca15f1e] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-1ca15f1e] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-1ca15f1e] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-1ca15f1e],
:root.mobile .desktop-only[data-v-1ca15f1e] {
  display: none
}

.radius-badge[data-v-1ca15f1e] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-1ca15f1e] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-1ca15f1e] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-1ca15f1e] {
  bottom: -5rem
}

[data-v-1ca15f1e]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-1ca15f1e] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-points-container[data-v-1ca15f1e] {
  background: url(images/users/plus/cdn-bg.png) no-repeat bottom;
  background-size: 100%;
  padding-bottom: 50px
}

.company-points-container .company-points-content[data-v-1ca15f1e] {
  background-color: #fff;
  border: 1px solid var(--border-color-light-2);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin: 50px auto 170px;
  overflow: hidden;
  width: 1200px
}

.company-points-container .company-points-content .row[data-v-1ca15f1e] {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between
}

.company-points-container .company-points-content .row[data-v-1ca15f1e]:nth-child(2n) {
  background-color: #f9f9f9
}

.company-points-container .company-points-content .row .col[data-v-1ca15f1e] {
  color: var(--text-color-regular);
  flex: 1;
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  text-align: center
}

.company-points-container .company-points-content .row.header .col[data-v-1ca15f1e] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

:root.mobile .company-points-container[data-v-1ca15f1e] {
  overflow-x: auto;
  padding-bottom: 0
}

:root.mobile .company-points-container .company-points-content[data-v-1ca15f1e] {
  border-radius: .3rem
}

:root.mobile .company-points-container .company-points-content .row[data-v-1ca15f1e] {
  height: .88rem
}

:root.mobile .company-points-container .company-points-content .row .col[data-v-1ca15f1e] {
  font-size: .28rem
}

:root.dark-mode .company-points-container .company-points-content[data-v-1ca15f1e] {
  background-color: #101010;
  border: none
}

:root.dark-mode .company-points-container .company-points-content .row[data-v-1ca15f1e]:nth-child(2n) {
  background-color: #22252180
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-48188570] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-48188570] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-48188570] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-48188570] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-48188570] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-48188570],
:root.mobile .desktop-only[data-v-48188570] {
  display: none
}

.radius-badge[data-v-48188570] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-48188570] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-48188570] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-48188570] {
  bottom: -5rem
}

[data-v-48188570]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-48188570] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-48188570] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 0 auto
}

.company-sub-title[data-v-48188570],
.company-title[data-v-48188570] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-48188570] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-48188570] {
  font-size: 34px;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-48188570] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  width: 6.9rem
}


/* 外部样式: https://cdn1.com/_nuxt/job.CSnzqA7X.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-60765054] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-60765054] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-60765054] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-60765054] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-60765054] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-60765054],
:root.mobile .desktop-only[data-v-60765054] {
  display: none
}

.radius-badge[data-v-60765054] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-60765054] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-60765054] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-60765054] {
  bottom: -5rem
}

[data-v-60765054]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-60765054] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.job-why-us-container[data-v-60765054] {
  margin-top: 144px
}

.job-why-us-container .job-why-us-content[data-v-60765054] {
  background: url(images/job_whyus_bg.png) no-repeat 50%;
  background-size: 614px 184px;
  height: 632px;
  position: relative
}

.job-why-us-container .job-why-us-content .title-container[data-v-60765054] {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 118px;
  transform: translate(-50%)
}

.job-why-us-container .job-why-us-content .title-container .icon[data-v-60765054] {
  background: url(images/job_whyus_icon.png) no-repeat 50%;
  background-size: contain;
  height: 100px;
  width: 100px
}

.job-why-us-container .job-why-us-content .title-container .title[data-v-60765054] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 70px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  line-height: 90px;
  margin-top: 26px;
  vertical-align: middle
}

.job-why-us-container .job-why-us-content .item[data-v-60765054] {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 440px
}

.job-why-us-container .job-why-us-content .item .icon[data-v-60765054] {
  background: url(images/job_whyus_arrow_right.png) no-repeat 50%;
  background-size: contain;
  height: 40px;
  width: 40px
}

.job-why-us-container .job-why-us-content .item .desc[data-v-60765054] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 16px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 26px
}

.job-why-us-container .job-why-us-content .item .sub-title[data-v-60765054] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
  margin-top: 26px;
  -webkit-text-fill-color: transparent
}

.job-why-us-container .job-why-us-content .item.item-1[data-v-60765054] {
  left: 0;
  top: 0
}

.job-why-us-container .job-why-us-content .item.item-2[data-v-60765054] {
  align-items: flex-end;
  right: 0;
  top: 0
}

.job-why-us-container .job-why-us-content .item.item-2 .icon[data-v-60765054] {
  background-image: url(../images/job_whyus_arrow_left.png)
}

.job-why-us-container .job-why-us-content .item.item-3[data-v-60765054] {
  bottom: 0;
  left: 0
}

.job-why-us-container .job-why-us-content .item.item-4[data-v-60765054] {
  align-items: flex-end;
  bottom: 0;
  right: 0
}

.job-why-us-container .job-why-us-content .item.item-4 .icon[data-v-60765054] {
  background-image: url(../images/job_whyus_arrow_left.png)
}

:root.mobile .job-why-us-container[data-v-60765054] {
  margin-top: 1rem
}

:root.mobile .job-why-us-container .job-why-us-content[data-v-60765054] {
  background: url(images/job_whyus_bg.png) no-repeat;
  background-position: .6rem 1rem;
  background-size: 6rem 2.08rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  height: auto
}

:root.mobile .job-why-us-container .job-why-us-content .title-container[data-v-60765054] {
  left: 0;
  position: relative;
  top: 0;
  transform: translate(0)
}

:root.mobile .job-why-us-container .job-why-us-content .title-container .icon[data-v-60765054] {
  height: 1rem;
  width: 1rem
}

:root.mobile .job-why-us-container .job-why-us-content .title-container .title[data-v-60765054] {
  font-size: .7rem;
  margin-top: .26rem
}

:root.mobile .job-why-us-container .job-why-us-content .item[data-v-60765054] {
  margin: 0 auto;
  position: relative;
  width: 6.9rem
}

:root.mobile .job-why-us-container .job-why-us-content .item .icon[data-v-60765054] {
  height: .6rem;
  width: .6rem
}

:root.mobile .job-why-us-container .job-why-us-content .item .desc[data-v-60765054] {
  font-size: .28rem;
  margin-top: .5rem
}

:root.dark-mode .job-why-us-container .job-why-us-content[data-v-60765054] {
  background: url(images/job_whyus_bg_dark.png) no-repeat 50%
}

:root.dark-mode .job-why-us-container .job-why-us-content .desc[data-v-60765054] {
  color: #fff
}

:root.dark-mode.mobile .job-why-us-container .job-why-us-content[data-v-60765054] {
  background-position: .6rem 1rem;
  background-size: 6rem 2.08rem
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-859955f6] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-859955f6] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-859955f6] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-859955f6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-859955f6] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-859955f6],
:root.mobile .desktop-only[data-v-859955f6] {
  display: none
}

.radius-badge[data-v-859955f6] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-859955f6] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-859955f6] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-859955f6] {
  bottom: -5rem
}

[data-v-859955f6]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-859955f6] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.job-flow-container .job-flow-content[data-v-859955f6] {
  display: flex;
  flex-direction: column;
  margin-top: 120px
}

.job-flow-container .job-flow-content .title[data-v-859955f6] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-align: center
}

.job-flow-container .job-flow-content .sub-title[data-v-859955f6] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 24px;
  text-align: center
}

.job-flow-container .job-flow-content .list-container[data-v-859955f6] {
  background: linear-gradient(90deg, var(--border-color-yellow) -6.87%, var(--border-color-orange) 95%);
  border-radius: 30px;
  box-sizing: border-box;
  height: 240px;
  margin-top: 50px;
  padding: 20px
}

.job-flow-container .job-flow-content .list-container .list[data-v-859955f6] {
  display: flex;
  justify-content: space-between
}

.job-flow-container .job-flow-content .list-container .list .item-container[data-v-859955f6] {
  padding-top: 30px
}

.job-flow-container .job-flow-content .list-container .list .item-container .item[data-v-859955f6] {
  background: url(images/job_flow_bg.png) no-repeat top, var(--color-white);
  background-size: 335px 80px;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 170px;
  padding: 40px 30px 20px;
  position: relative;
  width: 335px
}

.job-flow-container .job-flow-content .list-container .list .item-container .item-title[data-v-859955f6] {
  background: linear-gradient(90deg, var(--border-color-yellow) -6.87%, var(--border-color-orange) 95%);
  -webkit-background-clip: text;
  font-family: Alimama ShuHeiTi;
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  -webkit-text-fill-color: transparent
}

.job-flow-container .job-flow-content .list-container .list .item-container .item-desc[data-v-859955f6] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 16px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

.job-flow-container .job-flow-content .list-container .list .item-container .item-num[data-v-859955f6] {
  align-items: center;
  background: #ffe9da;
  border-radius: 30px;
  display: flex;
  height: 66px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: -32px;
  width: 66px
}

.job-flow-container .job-flow-content .list-container .list .item-container .item-num span[data-v-859955f6] {
  background: linear-gradient(90deg, var(--border-color-yellow) -6.87%, var(--border-color-orange) 95%);
  -webkit-background-clip: text;
  font-family: Alimama ShuHeiTi;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  line-height: 50px;
  vertical-align: middle;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: -3px
}

:root.mobile .job-flow-container[data-v-859955f6] {
  margin-top: 1rem
}

:root.mobile .job-flow-container .job-flow-content .title[data-v-859955f6] {
  font-size: .48rem
}

:root.mobile .job-flow-container .job-flow-content .sub-title[data-v-859955f6] {
  font-size: .28rem;
  margin-top: .3rem
}

:root.mobile .job-flow-container .job-flow-content .list-container[data-v-859955f6] {
  border-radius: .3rem;
  height: auto;
  margin: .5rem auto 0;
  padding: .3rem;
  width: 6.9rem
}

:root.mobile .job-flow-container .job-flow-content .list-container .list[data-v-859955f6] {
  flex-direction: column;
  gap: .5rem
}

:root.mobile .job-flow-container .job-flow-content .list-container .list .item-container[data-v-859955f6] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

:root.mobile .job-flow-container .job-flow-content .list-container .list .item-container .item[data-v-859955f6] {
  padding: .4rem .3rem .3rem
}

:root.mobile .job-flow-container .job-flow-content .list-container .list .item-container .item-title[data-v-859955f6] {
  font-size: .38rem
}

:root.mobile .job-flow-container .job-flow-content .list-container .list .item-container .item-desc[data-v-859955f6] {
  font-size: .28rem;
  margin-top: .2rem
}

:root.mobile .job-flow-container .job-flow-content .list-container .list .item-container .item-num[data-v-859955f6] {
  height: .8rem;
  right: .3rem;
  top: -.4rem;
  width: .8rem
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-a3804b49] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-a3804b49] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-a3804b49] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-a3804b49] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-a3804b49] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-a3804b49],
:root.mobile .desktop-only[data-v-a3804b49] {
  display: none
}

.radius-badge[data-v-a3804b49] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-a3804b49] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-a3804b49] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-a3804b49] {
  bottom: -5rem
}

[data-v-a3804b49]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-a3804b49] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.job-qna-container[data-v-a3804b49] {
  margin: 240px 0 100px
}

.job-qna-container .job-qna-content .title[data-v-a3804b49] {
  color: var(--color-dark);
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-align: center
}

.job-qna-container .job-qna-content .list[data-v-a3804b49] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: space-between;
  margin-top: 47px
}

.job-qna-container .job-qna-content .list .item[data-v-a3804b49] {
  background: var(--color-white-2);
  border-radius: 30px;
  box-sizing: border-box;
  min-height: 204px;
  padding: 30px 30px 40px;
  width: 710px
}

.job-qna-container .job-qna-content .list .item .icon[data-v-a3804b49] {
  background: url(images/company_faq_icon.png) no-repeat 50%;
  background-size: cover;
  height: 40px;
  width: 40px
}

.job-qna-container .job-qna-content .list .item .question[data-v-a3804b49] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 10px
}

.job-qna-container .job-qna-content .list .item .answer[data-v-a3804b49] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

:root.mobile .job-qna-container[data-v-a3804b49] {
  margin-top: 1.2rem
}

:root.mobile .job-qna-container .job-qna-content .title[data-v-a3804b49] {
  font-size: .48rem
}

:root.mobile .job-qna-container .job-qna-content .list[data-v-a3804b49] {
  flex-direction: column;
  gap: .3rem 0;
  margin: .5rem auto 0;
  width: 6.9rem
}

:root.mobile .job-qna-container .job-qna-content .list .item[data-v-a3804b49] {
  border-radius: .3rem;
  min-height: 2.84rem;
  padding: .3rem;
  width: 100%
}

:root.mobile .job-qna-container .job-qna-content .list .item .icon[data-v-a3804b49] {
  height: .6rem;
  width: .6rem
}

:root.mobile .job-qna-container .job-qna-content .list .item .question[data-v-a3804b49] {
  font-size: .38rem;
  margin-top: .1rem
}

:root.mobile .job-qna-container .job-qna-content .list .item .answer[data-v-a3804b49] {
  font-size: .28rem;
  margin-top: .2rem
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-ec2e8c4d] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-ec2e8c4d] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-ec2e8c4d] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-ec2e8c4d] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-ec2e8c4d] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-ec2e8c4d],
:root.mobile .desktop-only[data-v-ec2e8c4d] {
  display: none
}

.radius-badge[data-v-ec2e8c4d] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-ec2e8c4d] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-ec2e8c4d] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-ec2e8c4d] {
  bottom: -5rem
}

[data-v-ec2e8c4d]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-ec2e8c4d] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}


/* 外部样式: https://cdn1.com/_nuxt/GDPR.CCbSWuYG.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-88f794f7] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-88f794f7] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-88f794f7] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-88f794f7] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-88f794f7] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-88f794f7],
:root.mobile .desktop-only[data-v-88f794f7] {
  display: none
}

.radius-badge[data-v-88f794f7] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-88f794f7] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-88f794f7] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-88f794f7] {
  bottom: -5rem
}

[data-v-88f794f7]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-88f794f7] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-gdpr-container[data-v-88f794f7] {
  margin-top: 20px
}

.company-gdpr-container .company-gdpr-content[data-v-88f794f7] {
  background: var(--color-white-2);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 10px;
  padding: 40px 120px
}

.company-gdpr-container .company-gdpr-content .gdpr-list[data-v-88f794f7] {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.company-gdpr-container .company-gdpr-content .gdpr-list .item .title[data-v-88f794f7] {
  align-items: center;
  color: var(--color-dark);
  display: flex;
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  gap: 4px;
  letter-spacing: 0
}

.company-gdpr-container .company-gdpr-content .gdpr-list .item .title .icon[data-v-88f794f7] {
  background: url(images/company_gdpr_icon.png) no-repeat 50%;
  height: 30px;
  width: 30px
}

.company-gdpr-container .company-gdpr-content .gdpr-list .item .content[data-v-88f794f7] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

.company-gdpr-container .company-gdpr-content .gdpr-bottom[data-v-88f794f7] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 30px
}

:root.mobile .company-gdpr-container[data-v-88f794f7] {
  margin-top: .5rem
}

:root.mobile .company-gdpr-container .company-gdpr-content[data-v-88f794f7] {
  border-radius: .3rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding: .4rem .3rem;
  width: 6.9rem
}

:root.mobile .company-gdpr-container .company-gdpr-content .gdpr-list[data-v-88f794f7] {
  gap: .5rem
}

:root.mobile .company-gdpr-container .company-gdpr-content .gdpr-list .item .title[data-v-88f794f7] {
  font-size: .38rem
}

:root.mobile .company-gdpr-container .company-gdpr-content .gdpr-list .item .content[data-v-88f794f7] {
  font-size: .28rem;
  margin-top: .2rem
}

:root.mobile .company-gdpr-container .company-gdpr-content .gdpr-bottom[data-v-88f794f7] {
  font-size: .28rem;
  margin-top: .3rem
}


/* 外部样式: https://cdn1.com/_nuxt/gdpr.ChCMoWXo.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-eaf38ff4] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-eaf38ff4] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-eaf38ff4] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-eaf38ff4] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-eaf38ff4] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-eaf38ff4],
:root.mobile .desktop-only[data-v-eaf38ff4] {
  display: none
}

.radius-badge[data-v-eaf38ff4] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-eaf38ff4] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-eaf38ff4] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-eaf38ff4] {
  bottom: -5rem
}

[data-v-eaf38ff4]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-eaf38ff4] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-eaf38ff4] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 120px auto 0
}

.company-sub-title[data-v-eaf38ff4],
.company-title[data-v-eaf38ff4] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-eaf38ff4] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-eaf38ff4] {
  font-size: 34px;
  margin: 1rem auto 0;
  text-align: left;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-eaf38ff4] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  text-align: left;
  width: 6.9rem
}


/* 外部样式: https://cdn1.com/_nuxt/privacyPolicy.CUXjdvwK.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-b18a71b9] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-b18a71b9] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-b18a71b9] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-b18a71b9] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-b18a71b9] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-b18a71b9],
:root.mobile .desktop-only[data-v-b18a71b9] {
  display: none
}

.radius-badge[data-v-b18a71b9] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-b18a71b9] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-b18a71b9] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-b18a71b9] {
  bottom: -5rem
}

[data-v-b18a71b9]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-b18a71b9] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-b18a71b9] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 120px auto 0
}

.company-sub-title[data-v-b18a71b9],
.company-title[data-v-b18a71b9] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-b18a71b9] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-b18a71b9] {
  font-size: 34px;
  margin: 1rem auto 0;
  text-align: left;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-b18a71b9] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  text-align: left;
  width: 6.9rem
}


/* 外部样式: https://cdn1.com/_nuxt/faq.D5giJVe3.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-6d7444c4] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-6d7444c4] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-6d7444c4] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-6d7444c4] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-6d7444c4] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-6d7444c4],
:root.mobile .desktop-only[data-v-6d7444c4] {
  display: none
}

.radius-badge[data-v-6d7444c4] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-6d7444c4] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-6d7444c4] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-6d7444c4] {
  bottom: -5rem
}

[data-v-6d7444c4]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-6d7444c4] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-faq-container[data-v-6d7444c4] {
  margin-bottom: 100px;
  margin-top: 60px
}

.company-faq-container .company-faq-content .faq-list[data-v-6d7444c4] {
  display: flex;
  justify-content: space-between
}

.company-faq-container .company-faq-content .faq-list .faq-item[data-v-6d7444c4] {
  background: var(--color-white-2);
  border-radius: 30px;
  box-sizing: border-box;
  min-height: 606px;
  padding: 30px;
  position: relative;
  width: 466px
}

.company-faq-container .company-faq-content .faq-list .faq-item .type[data-v-6d7444c4] {
  background: red;
  border-radius: 10px 30px;
  color: var(--color-white);
  font-family: Inter;
  font-size: 16px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  padding: 6px 14px;
  position: absolute;
  right: 10px;
  top: 10px
}

.company-faq-container .company-faq-content .faq-list .faq-item .type.type-0[data-v-6d7444c4] {
  background: linear-gradient(90deg, var(--color-primary) 0, var(--color-primary-light) 100%)
}

.company-faq-container .company-faq-content .faq-list .faq-item .type.type-1[data-v-6d7444c4] {
  background: linear-gradient(270deg, #98b2ff, #4a93f3)
}

.company-faq-container .company-faq-content .faq-list .faq-item .type.type-2[data-v-6d7444c4] {
  background: linear-gradient(281.03deg, var(--border-color-yellow) -36.99%, var(--border-color-orange) 98.84%)
}

.company-faq-container .company-faq-content .faq-list .faq-item .list[data-v-6d7444c4] {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.company-faq-container .company-faq-content .faq-list .faq-item .list .item .icon[data-v-6d7444c4] {
  background: url(images/company_faq_icon.png) no-repeat 50%;
  height: 40px;
  width: 40px
}

.company-faq-container .company-faq-content .faq-list .faq-item .list .item .title[data-v-6d7444c4] {
  color: var(--color-dark);
  font-family: Inter;
  font-size: 30px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  margin-top: 10px
}

.company-faq-container .company-faq-content .faq-list .faq-item .list .item .content[data-v-6d7444c4] {
  color: var(--text-color-regular);
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px
}

:root.mobile .company-faq-container[data-v-6d7444c4] {
  margin-bottom: 1rem;
  margin-top: 1rem
}

:root.mobile .company-faq-container .company-faq-content .faq-list[data-v-6d7444c4] {
  flex-direction: column;
  gap: .5rem
}

:root.mobile .company-faq-container .company-faq-content .faq-list .faq-item[data-v-6d7444c4] {
  margin: 0 auto;
  min-height: auto;
  padding: .3rem;
  width: 6.9rem
}

:root.mobile .company-faq-container .company-faq-content .faq-list .faq-item .list .item .icon[data-v-6d7444c4] {
  height: .6rem;
  width: .6rem
}

:root.mobile .company-faq-container .company-faq-content .faq-list .faq-item .list .item .title[data-v-6d7444c4] {
  font-size: .38rem
}

:root.mobile .company-faq-container .company-faq-content .faq-list .faq-item .list .item .content[data-v-6d7444c4] {
  font-size: .28rem;
  margin-top: .2rem
}

:root.dark-mode .company-faq-container .company-faq-content .faq-list .faq-item .content[data-v-6d7444c4] {
  color: #fff
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-ce10599e] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-ce10599e] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-ce10599e] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-ce10599e] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-ce10599e] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-ce10599e],
:root.mobile .desktop-only[data-v-ce10599e] {
  display: none
}

.radius-badge[data-v-ce10599e] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-ce10599e] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-ce10599e] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-ce10599e] {
  bottom: -5rem
}

[data-v-ce10599e]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-ce10599e] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-ce10599e] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 120px auto 0
}

.company-sub-title[data-v-ce10599e],
.company-title[data-v-ce10599e] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-ce10599e] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-ce10599e] {
  font-size: 34px;
  margin: 1rem auto 0;
  text-align: left;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-ce10599e] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  text-align: left;
  width: 6.9rem
}


/* 外部样式: https://cdn1.com/_nuxt/smartEdge.VMsWPQLr.css */
@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-6809deb8] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-6809deb8] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-6809deb8] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-6809deb8] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-6809deb8] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-6809deb8],
:root.mobile .desktop-only[data-v-6809deb8] {
  display: none
}

.radius-badge[data-v-6809deb8] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-6809deb8] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-6809deb8] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-6809deb8] {
  bottom: -5rem
}

[data-v-6809deb8]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-6809deb8] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.feature-map[data-v-6809deb8] {
  background: url(images/feature_map.png) no-repeat 50%;
  height: 534px;
  margin-top: 70px;
  min-width: 1440px
}

@font-face {
  font-display: swap;
  font-family: Lexend;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lexend-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Tektur;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tektur-Regular.ttf) format("truetype")
}

body[data-v-988b6b1c] {
  background-color: var(--color-white);
  font-family: Inter, sans-serif
}

.page-container[data-v-988b6b1c] {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  overflow-x: visible;
  padding: 0 50px
}

:root.mobile .page-container[data-v-988b6b1c] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%
}

@font-face {
  font-family: Alimama ShuHeiTi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AlimamaShuHeiTi-Bold.woff2) format("woff2"), url(../fonts/AlimamaShuHeiTi-Bold.woff) format("woff")
}

.primary-gradient-text[data-v-988b6b1c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.primary-gradient-background[data-v-988b6b1c] {
  background: linear-gradient(90deg, #46cf3a, #36cfbc)
}

:root.desktop .mobile-only[data-v-988b6b1c],
:root.mobile .desktop-only[data-v-988b6b1c] {
  display: none
}

.radius-badge[data-v-988b6b1c] {
  align-items: center;
  background: linear-gradient(281deg, #ffd28a -36.99%, #ee6956 98.84%);
  border-radius: 4px 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  padding: 2px 4px
}

.with-custom-service-container[data-v-988b6b1c] {
  position: relative
}

.with-custom-service-container .custom-service-container[data-v-988b6b1c] {
  bottom: -150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

:root.mobile .with-custom-service-container .custom-service-container[data-v-988b6b1c] {
  bottom: -5rem
}

[data-v-988b6b1c]:root {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #fff;
  --color-white-2: #f2f9fd;
  --color-white-3: #e3fcf5;
  --color-dark: #000;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #525b68;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #525b68;
  --border-color-light: #e2e6ec;
  --border-color-light-2: #dadfe0;
  --border-color-light-3: #f9f9f9;
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --border-color-footer: #d9d9d9;
  --bg-color-white: #fff;
  --bg-pay-card: #f2f9fd;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

:root.dark-mode[data-v-988b6b1c] {
  --color-primary: #46cf3a;
  --color-primary-light: #36cfbc;
  --color-white: #000;
  --color-white-2: #232522;
  --color-white-3: #0c270c;
  --color-dark: #fff;
  --color-dark-2: #302f2f;
  --color-dark-3: #1d1d1f;
  --color-dark-4: #485e5b;
  --text-color-regular: #828282;
  --text-color-secondary: #3d4a6b;
  --text-color-docs-title: #001734;
  --text-color-decs: #828282;
  --border-color-light: #e2e6ec;
  --border-color-light-2: none;
  --border-color-light-3: rgba(226, 230, 236, .1);
  --border-color-pink: #f9c7d9;
  --border-color-yellow: #ffd28a;
  --border-color-orange: #ee6956;
  --bg-color-white: #222521;
  --bg-pay-card: #222521;
  --font-weight-primary: 500;
  --font-weight-secondary: 400;
  --font-weight-bold: 700
}

.company-title[data-v-988b6b1c] {
  font-family: Alimama ShuHeiTi;
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin: 120px auto 0
}

.company-sub-title[data-v-988b6b1c],
.company-title[data-v-988b6b1c] {
  color: var(--color-dark);
  letter-spacing: 0;
  text-align: center;
  width: 1000px
}

.company-sub-title[data-v-988b6b1c] {
  font-family: Inter;
  font-size: 18px;
  font-weight: var(--font-weight-primary);
  line-height: 28px;
  margin: 24px auto 0
}

:root.mobile .company-title[data-v-988b6b1c] {
  font-size: 34px;
  margin: 1rem auto 0;
  text-align: left;
  width: 6.9rem
}

:root.mobile .company-sub-title[data-v-988b6b1c] {
  font-size: .28rem;
  line-height: .44rem;
  margin: .31rem auto 0;
  text-align: left;
  width: 6.9rem
}


/* 外部样式: https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap */
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* 外部样式: https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Tektur:wght@400..900&display=swap */
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwkT9nA2.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwAT9nA2.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwgT9nA2.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwcT9nA2.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwsT9nA2.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwoT9nA2.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwQT9g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvvYwYL8g.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvmYwYL8g.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvuYwYL8g.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvhYwYL8g.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvtYwYL8g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvsYwYL8g.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoH62YHtS7q969kXCjzlV0aSkS_o8OacszacvGHE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoH62YHtS7q969kXCjzlV0aSkS_o8Oacsz-cvGHE.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoH62YHtS7q969kXCjzlV0aSkS_o8OacszicvGHE.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoH62YHtS7q969kXCjzlV0aSkS_o8OacszScvGHE.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoH62YHtS7q969kXCjzlV0aSkS_o8OacszWcvGHE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoH62YHtS7q969kXCjzlV0aSkS_o8OacszucvA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}