.ant-drawer-header-title {
  flex-direction: row-reverse;
}

.ant-drawer-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ant-select-selection-item {
  border-radius: 12px !important;
}

.ant-select-selection-placeholder {
  width: 90%;
}

.ant-rate .ant-rate-star:not(:last-child) {
  margin-inline-end: var(--ba-margin-xxs);
}

.ant-skeleton-image > span {
  display: none;
}

:root {
  /* 出品牌创意前，先follow主站字体 */
  --ba-font-family: Noto Sans, Inter, SF Pro, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial,
    PingFang SC, Microsoft YaHei;
  --ba-theme-primary: #5341e3;
  --ba-success-primary: #22891f;

  /* 字体大小 */
  --ba-font-size-small: 12px;
  --ba-font-size-middle: 14px;
  --ba-font-size-large: 16px;
  --ba-font-size-larger: 20px;
  --ba-font-size-largest: 24px;

  /* 圆角大小 */
  --ba-border-radius-small: 8px;
  --ba-border-radius-middle: 12px;
  --ba-border-radius-large: 16px;

  /* 间距 */
  --ba-space-0: 8px;
  --ba-space-1: 12px; /* --Space-space-300 */
  --ba-space-2: 16px;

  /* 黑色梯度 */
  --white: #fff; /* 全白色 */
  --white_55: rgba(255, 255, 255, 0.55); /* 白色0.65 */

  /* 灰色梯度 */
  --gray-50: #f9f9f9;
  --gray-100: #ececec;
  --gray-200: #e3e3e3;
  --gray-300: #cdcdcd;
  --gray-400: #b4b4b4;
  --gray-500: #9b9b9b;
  --gray-600: #676767;
  --gray-700: #424242;
  --gray-750: #2f2f2f;
  --gray-800: #212121;
  --gray-900: #171717;
  --gray-950: #0d0d0d;
  --gray-1000: #141414; /* 近全黑 */

  --gray-custom-1: #ddd;

  /* 黑色梯度 */
  --black: #000;
  --black-1: #171717;
  --black-2: #212121;

  /** 透明色 **/
  --transparent: transparent;

  /** 设计稿颜色(定制色) **/
  --custom-gray-1: #f8f8f8;
  --custom-gray-2: #767676;
  --custom-gray-3: #222; /* --text-color-222222 */
  --ba-text-light: #767676;
}

[data-theme='light']:root {
  /* 背景色 */
  --ba-bg-primary: var(--white);
  --ba-bg-secondary: var(--custom-gray-1);
  --ba-bg-tertiary: #eee;
  --ba-bg-reverse-primary: var(--custom-gray-3);
  --ba-bg-hover: #ddd;
  --ba-surface-send: rgba(236, 237, 245, 1); /* 用户气泡bg */
  --ba-surface-gray-transparent: var(--custom-gray-1);
  --ba-surface-white-transparent: var(--white);

  /* 文字颜色 */
  --ba-text-primary: #222; /* --text-color-222222 */
  --ba-text-primary-reverse: var(--white); /* --text-color-222222 */
  --ba-text-secondary: #666; /* --text-color-666666 */

  /* 边框颜色 */
  --ba-divider-primary: #ddd;
  --ba-border-primary: #222;
  --ba-outline-grey: #ddd;
  --ba-border-gray-transparent: none;
  --ba-border-gray-1: 1px solid var(--gray-custom-1);

  /* 组件自定义样式 */
  --button-selected-bg: var(--custom-gray-1);
  --button-selected-border: var(--ba-border-primary);
}

[data-theme='dark']:root {
  /* 背景色 */
  --ba-bg-primary: var(--black-2);
  --ba-bg-secondary: var(--black-1);
  --ba-bg-tertiary: var(--gray-700);
  --ba-bg-reverse-primary: var(--white);
  --ba-bg-hover: var(--transparent);
  --ba-surface-send: var(--gray-700); /* 用户气泡bg */
  --ba-surface-gray-transparent: var(--transparent);
  --ba-surface-white-transparent: var(--transparent);

  /* 文字颜色 */
  --ba-text-primary: #fff; /* --text-color-222222 */
  --ba-text-primary-reverse: var(--custom-gray-3); /* --text-color-222222 */
  --ba-text-secondary: var(--white_55); /* --text-color-666666 */

  /* 边框颜色 */
  --ba-divider-primary: rgba(253, 253, 253, 0.12);
  --ba-border-primary: var(--gray-200);
  --ba-outline-grey: var(--gray-600);
  --ba-border-gray-transparent: 1px solid var(--gray-700);
  --ba-border-gray-1: 1px solid var(--gray-600);

  /* 组件自定义样式 */
  --button-selected-bg: var(--transparent);
  --button-selected-border: var(--white);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

/* 滚动条宽度为0 */
html {
  scrollbar-width: none;
}

html body {
  font-family: var(--ba-font-family);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  src: url('https://s.alicdn.com/@g/buyer-agent/accio-static-assets/0.0.2/lib/font/Noto-Sans-regular.woff2')
    format('woff2');
  font-weight: 400; /* 常规字体 */
  font-style: normal; /* 正常样式 */
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  src: url('https://s.alicdn.com/@g/buyer-agent/accio-static-assets/0.0.4/lib/font/noto-sans-v38-latin-600.woff2')
    format('woff2');
  font-weight: 600; /* 600字体 */
  font-style: normal; /* 正常样式 */
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  src: url('https://s.alicdn.com/@g/buyer-agent/accio-static-assets/0.0.3/lib/font/Noto-Sans-700.woff2')
    format('woff2');
  font-weight: 700; /* 700字体 */
  font-style: normal; /* 正常样式 */
}

/* stylelint-disable-next-line selector-max-id */
#ice-container {
  isolation: isolate;
  height: 100%;
}

.the-new-header-wrapper {
  min-height: unset !important;
}

#webpack-dev-server-client-overlay {
  display: none;
}

/* 通用样式 */
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-count, 1); /* 默认显示3行, 可以通过设置 --line-count 来控制行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.grow-width {
  min-width: 0;
}

.ellipsis-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.ellipsis-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

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

.ellipsis-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 默认显示3行, 可以通过设置 --line-count 来控制行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

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

.simple-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.bold-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.text-underline {
  text-decoration: underline;
}

.whiteBg {
  background-color: var(--white);
}

/* 自定义滚动条整体样式 */
::-webkit-scrollbar {
  height: 8px;
  width: 6px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

::-webkit-scrollbar-track {
  border-radius: 16px;
}

body *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  visibility: hidden;
}

body *:hover::-webkit-scrollbar-thumb {
  background: var(--gray-500);
  visibility: visible;
}

/* 全局css覆盖 */
.weblite-iframe {
  right: 20px !important;
}

.ant-btn:focus-visible {
  outline: 0 !important;
}

.feedback--ZXzbyHut {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.title--xv3b75WF {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.desc--UVArI4aa {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.image--fN5eKiEt {
  width: 330px;
  height: 330px;
}

.maskContainer--wRc7uVJz:hover {
  opacity: 0 !important;
}
.mask--Z7wslrvH {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.img--dgXJdB9F:hover {
  transform: scale(1.1);
  /* 鼠标悬浮时放大 1.2 倍 */
  transition: transform 0.66s ease;
  /* 定义动画效果 */
}
.mask--Z7wslrvH {
  position: relative;
}
/* 灰色背景蒙层 */
.mask--Z7wslrvH::after {
  background-color: rgba(0, 0, 0, 0.04);
  background-image: url(//s.alicdn.com/@img/imgextra/i3/O1CN01qSRhfu1pB4Hte1B6J_!!6000000005321-2-tps-470-120.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 8px;
  pointer-events: none;
}

.container--p14Cq1Dz {
  letter-spacing: 0.15px;
  font-size: 16px;
  line-height: 22px;
}
.container--p14Cq1Dz code {
  font-family: var(--ba-font-family) !important;
}
.container--p14Cq1Dz h1,
.container--p14Cq1Dz h2,
.container--p14Cq1Dz h3,
.container--p14Cq1Dz h4,
.container--p14Cq1Dz h5,
.container--p14Cq1Dz h6 {
  font-size: 20px;
}
.container--p14Cq1Dz * + h1,
.container--p14Cq1Dz * + h2,
.container--p14Cq1Dz * + h3,
.container--p14Cq1Dz * + h4,
.container--p14Cq1Dz * + h5,
.container--p14Cq1Dz * + h6 {
  margin-top: 24px;
}
.container--p14Cq1Dz * + p,
.container--p14Cq1Dz * + ol,
.container--p14Cq1Dz * + ul {
  margin-top: 8px;
}
.container--p14Cq1Dz li + li {
  margin-top: 8px;
}
.container--p14Cq1Dz ol,
.container--p14Cq1Dz ul {
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
  overflow: hidden;
}
.container--p14Cq1Dz strong {
  font-weight: 600;
}
.container--p14Cq1Dz a {
  color: var(--ba-theme-primary);
}
.container--p14Cq1Dz table {
  border-collapse: collapse;
  /* 合并边框 */
  width: 100%;
  /* 设置宽度为100% 以便于适应父元素 */
}
.container--p14Cq1Dz th,
.container--p14Cq1Dz td {
  border: 1px solid #000;
  /* 设置单元格边框 */
  padding: 8px;
  /* 内填充，使内容不紧贴边框 */
  text-align: left;
  /* 左对齐文本 */
  word-break: break-word;
  overflow-wrap: break-word;
}
.container--p14Cq1Dz th {
  background-color: #f2f2f2;
  /* 设置表头背景颜色 */
}
.imgContainer--nCRX3c14 {
  overflow: hidden;
  margin: 24px 24px 24px 0;
}
.copilot--JnLHQjPk {
  max-width: 432px;
  max-height: 432px;
}
.standard--RC1NnDBo {
  max-width: 188px;
  max-height: 188px;
}

.showMore--UguXPgwu:active {
  box-shadow: none !important;
}

.keyAttributes--d7ix_VgK .supplierServiceAndCapabilities--bwi1eZkM {
  width: 148px;
}
.keyAttributes--d7ix_VgK .packaging--QR4FcJTR {
  width: 226px;
}
.keyAttributes--d7ix_VgK .customization--jIzJ_fON {
  width: 108px;
}
.keyAttributes--d7ix_VgK .attrName--ZXVOUrbW {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.keyAttributes--d7ix_VgK .attrValues--nm_nqZvw {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  word-break: break-word;
  white-space: normal;
}
.keyAttributes--d7ix_VgK .certification--zF8XVNKz {
  height: 20px;
}
.keyAttributes--d7ix_VgK .capability--cA8C0lkk {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.keyAttributes--d7ix_VgK .customization--jIzJ_fON {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.keyAttributes--d7ix_VgK .moreAction--NwXaa8sy {
  margin-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.keyAttributes--d7ix_VgK .table--U_4U9DuA {
  position: relative;
}
.keyAttributes--d7ix_VgK .table--U_4U9DuA .shadow--gy0GHdb3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 74.5%);
}
.keyAttributes--d7ix_VgK .md--tChE_4c_ {
  width: var(--msg-width);
  white-space: pre-word;
}
.keyAttributes--d7ix_VgK .md--tChE_4c_ h1 {
  font-size: 14px;
  font-weight: 600;
}
.keyAttributes--d7ix_VgK .md--tChE_4c_ ul > li {
  font-size: 14px;
}
.keyAttributes--d7ix_VgK table,
.keyAttributes--d7ix_VgK tbody {
  transition: all 0.3s ease;
}
.keyAttributes--d7ix_VgK table td {
  vertical-align: top;
}

.swiper--AMoJypI_ {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.swiper--AMoJypI_ .image--PACRfQNP {
  border-radius: var(--ba-border-radius-small);
}
.swiper--AMoJypI_ .imgActionTop--TaazMcs4 {
  cursor: pointer;
  position: absolute;
  left: 8px;
  bottom: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  background: var(--ba-bg-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, 50%) rotate(0deg);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 2px 6px 0 #0000001f;
}
.swiper--AMoJypI_ .disable--mgwdSt8t {
  cursor: not-allowed !important;
  background-color: var(--ba-color-bg-layout) !important;
  border: 1px solid var(--ba-color-border);
}
.swiper--AMoJypI_ .imgActionBottom--RkArVXTN {
  cursor: pointer;
  position: absolute;
  right: 8px;
  bottom: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  background: var(--ba-bg-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, 50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 2px 6px 0 #0000001f;
}
.swiper--AMoJypI_ .leftLineIconBox--JYudftrP,
.swiper--AMoJypI_ .rightLineIconBox--GnOzLGHW {
  width: 40px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  border-radius: 0;
  box-shadow: none;
}
.swiper--AMoJypI_ .leftLineIconBox--JYudftrP {
  left: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.swiper--AMoJypI_ .rightLineIconBox--GnOzLGHW {
  right: 0;
}
.swiper--AMoJypI_ .lineIcon--r6LDmDfT {
  transform: translate(0, -54px);
  top: calc(140px - 32px);
  bottom: auto;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}


.swiper--uY7RvsFf {
  position: relative;
  width: 100%;
  height: 100%;
}
.image--pFM8pZ71 {
  border-radius: var(--ba-border-radius-small);
}
.imgActionLeft--d2EoNYdp {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  background: var(--ba-bg-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 2px 6px 0 #0000001f;
  cursor: pointer;
}
.disable--ZdY0H2p2 {
  cursor: not-allowed !important;
  background-color: var(--ba-color-bg-layout) !important;
  border: 1px solid var(--ba-color-border);
}
.imgActionRight--W0iOHs7b {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  background: var(--ba-bg-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 2px 6px 0 #0000001f;
  cursor: pointer;
}
.bottom--jdCMuYQa {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 1;
}
.swiper {
  width: 100%;
  height: 100%;
}
.emptyCover--YK4tHYk3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tips--jXp5EjJl {
  max-width: 320px;
  cursor: pointer;
}
.tipsContent--S1_ndEJW {
  padding: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.moreText--MgnNVrHF {
  text-decoration: underline;
  cursor: pointer;
  margin: 0 8px;
}

.rightOutLine--a5PhB54y {
  position: absolute;
  top: 144px;
  right: 24px;
  z-index: 99;
}
.popoverOverlay--c2dUiVH4 .ant-popover-content {
  right: -25px;
}
.rightFixedSecondTypeBox--saMRDuRe {
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 80vh;
  width: 260px;
  display: block;
  margin-left: 836px;
  height: auto;
  left: auto;
  right: auto;
  z-index: 10;
}
.ToolTipsList--SueZH6Ui {
  width: 232px;
  box-sizing: border-box;
  max-height: 221px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.container--MZQO9XIa .anchor--w5n6qhE3 .ant-anchor .ant-anchor-link {
  padding: 3px 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  border-radius: 4px;
}
.container--MZQO9XIa .anchor--w5n6qhE3 .ant-anchor .ant-anchor-link .ant-anchor-link-title:hover {
  background: #f4f4f4;
}
.container--MZQO9XIa .anchor--w5n6qhE3 .ant-anchor .ant-anchor-link .ant-anchor-link-title-active {
  font-size: 14px;
  line-height: 21px;
  color: #148d59;
}
.container--MZQO9XIa .anchor--w5n6qhE3 .ant-anchor .ant-anchor-link:hover {
  background: #f4f4f4;
}
.container--MZQO9XIa .anchor--w5n6qhE3 .ant-anchor::before {
  display: none;
}
.container--MZQO9XIa .anchor--w5n6qhE3 .ant-anchor-ink-visible {
  background: none !important;
}

.entranceItemRound--uM0iqGf2 {
  height: 36px;
  border: 1px solid var(--ba-color-primary);
}
.entranceItemRound--uM0iqGf2 fixedCount {
  border-radius: 10px;
  padding: 2px 8px;
  background-color: var(--ba-color-brand);
  color: var(--ba-text-primary-reverse);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.entranceItemRound--uM0iqGf2:hover {
  background-color: #eee !important;
}

.compatibility--oo9gO5Vf {
  background: var(--compatibility-bg);
  min-height: 48px;
  font-size: 14px;
  color: var(--ba-text-primary);
  padding: 12px 20px;
}

.copyButton--Q8TPkSO2 {
  right: 16px;
  border-radius: 3px;
  padding: 3px 3px;
  display: flex;
  align-items: center;
}

.debugButton--R7MorSn0 {
  right: 16px;
  border-radius: 3px;
  padding: 3px 3px;
  display: flex;
  align-items: center;
}
.debugButton--R7MorSn0:hover {
  background-color: #eee;
}

.container--c3VwrbR9 {
  position: relative;
  width: 100%;
  height: 100%;
}
.container--c3VwrbR9 iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.container--c3VwrbR9 .loading--pir9PtVl {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 16px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container--c3VwrbR9 .loading--pir9PtVl.skeleton--y00AvwLU {
  align-items: flex-start;
}
.container--c3VwrbR9 .loading--pir9PtVl.hidden--EG3Ez6aM {
  display: none;
}

.container--GarVFzzk {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  z-index: 100;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-end;
  position: absolute;
  top: 48px;
  right: 4px;
}

.exception--YTcJRkkD {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 504px;
}
.exception--YTcJRkkD div {
  text-align: center;
}
.exception--YTcJRkkD .exceptionImage--e4r_KmAw {
  margin-bottom: 22px;
}
.exception--YTcJRkkD .statusCode--epYvkIb3 {
  margin-bottom: 6px;
  color: #000;
  font-size: 28px;
  line-height: 52px;
  text-align: center;
}
.exception--YTcJRkkD .description--Pau9PyIv {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.footer--ocBAKY_k {
  padding: 16px 0 20px;
}
.footer--ocBAKY_k .primary--hsfSYjPf {
  flex-basis: 0;
}
.footer--ocBAKY_k .secondary--L7QOI6gR {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ba-font-size-small);
  line-height: 16px;
  font-weight: 400;
  color: var(--ba-text-light);
}
.footer--ocBAKY_k .secondary--L7QOI6gR .copyright--PxL446Q7 {
  color: var(--ba-text-light);
}
.footer--ocBAKY_k .secondary--L7QOI6gR .statement--jg1SFmdq {
  flex-shrink: 0;
  margin-right: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ba-text-light);
}
.footer--ocBAKY_k .secondary--L7QOI6gR .statement--jg1SFmdq:hover {
  text-decoration: underline;
}
.footer--ocBAKY_k .icons--FW8ZytTo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 8px;
}
.footer--ocBAKY_k .split--xYgM_tGO {
  width: 1px;
  height: 16px;
  background-color: #ddd;
  opacity: 0.3;
}
.footer--ocBAKY_k .label--kzsMCZTk {
  margin-bottom: 8px;
}
.point--NiKi9HIE {
  display: block;
  width: 2px;
  height: 2px;
  background-color: var(--ba-text-light);
  border-radius: 50%;
  margin-right: 4px;
}
.hide--LOcSKkCH {
  display: none;
}

.header--iOw_fkaa {
  z-index: 2;
  height: 56px;
  display: none;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 400;
}
.header--iOw_fkaa :focus-visible {
  outline: none;
}
.header--iOw_fkaa .back--v2a9tfGF {
  flex: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  font-weight: 600;
}
[data-theme='light'] {
  --slate-hover-bg-color: #ddeaff;
}
[data-theme='dark'] {
  --slate-hover-bg-color: #676767;
}
.slateEditor--W4ONFFNg ::-moz-selection {
  background: var(--slate-hover-bg-color);
}
.slateEditor--W4ONFFNg ::selection {
  background: var(--slate-hover-bg-color);
}
.displayMode--Ghy4xvnN {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.title--uCG1o6Xp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
}
.avatar--ZcMFhAkR {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border-radius: 4px;
}
.slateEditor--W4ONFFNg {
  white-space: nowrap !important;
  overflow: auto !important;
}
.slateEditor--W4ONFFNg::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 */
}
.clock--SSrxs5sv {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  gap: 4px;
}
.time--cQlDnAq5 {
  flex-shrink: 0;
  white-space: nowrap;
}
.right--XD1WVJXA {
  display: flex;
  align-items: center;
  gap: 22px;
}
.top--TSucIz7M {
  cursor: pointer;
}
.ellipsis--jswOimkK {
  color: #767676;
  font-size: 24px;
  cursor: pointer;
}
.editing--BQVGuWWF {
  background-color: #e9eff5;
  border: 0;
  padding: 0 4px;
}
.bar--DtQEPCGl {
  width: 364px;
  position: relative;
}
.search--gnmNoiTy {
  cursor: pointer;
  position: relative;
}
.search--gnmNoiTy .searchText--e9fdfMba {
  color: #222;
}
.searchText--e9fdfMba {
  text-overflow: ellipsis;
  font-family: 'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.056px;
}
.searchWrap--VXfXaSui {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
}
.searchSelected--XllsYjST {
  cursor: pointer;
  position: relative;
}
.searchSelected--XllsYjST .searchText--e9fdfMba {
  color: #222;
}
.wishlist--FGkaqZRu {
  cursor: pointer;
  position: absolute;
  right: 0;
}
.wishlist--FGkaqZRu .wishlistText--Mf8SKNjc {
  color: #222;
}
.wishlistText--Mf8SKNjc {
  text-overflow: ellipsis;
  font-family: 'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.056px;
}
.wishlistWrap--yiOADKQp {
  width: 150px;
  position: absolute;
  top: 8px;
  left: 63%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
}
.wishlistNotSelected--fGZs7LMt {
  cursor: pointer;
  position: absolute;
  right: 0;
}
.wishlistNotSelected--fGZs7LMt .wishlistText--Mf8SKNjc {
  color: #222;
}

.invitationModal--EvaWNvxd {
  background: transparent;
  border-radius: 12px;
  padding: 0;
  position: relative;
  overflow: hidden;
  max-height: 600px;
}
.invitationModal--EvaWNvxd .ant-modal-content {
  padding: 0;
  box-shadow: none;
  border-radius: 12px;
}
.invitationModalContent--nUvHhjMb .leftSection--abJUAmGw {
  width: 360px;
}
.invitationModalContent--nUvHhjMb .rightSection--P9Q0GbJf {
  width: 480px;
  flex: 1;
  padding-inline: 48px;
  height: 600px;
}
.closeBtn--NsJnN7Rx {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 2;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerTitle--u1m0foOb {
  width: 100%;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
.crownIcon--FBzcmIb5 {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.benefitCard--ZVQ_9tWQ {
  margin-top: 20px;
  background: linear-gradient(274deg, rgba(12, 224, 132, 0.15) 2.99%, rgba(0, 227, 159, 0.15) 50%, rgba(79, 225, 250, 0.15) 97.01%);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  z-index: 1;
  width: 384px;
}
.benefitTitle--f6vn1EnM {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}
.benefitList--UdhYcgbs {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  color: #222;
  line-height: 1.3;
}
.benefitList--UdhYcgbs li {
  margin-bottom: 4px;
}
.inputSection--O3hUwa8Y {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.inputLabel--VXiJBSIp {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}
.inputError--MHLImD07 {
  margin-top: 8px;
  color: #b3261e;
}
.input--kgkSGwlz {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #222;
  padding: 12px 16px;
  font-size: 16px;
  color: #222;
  background: #fff;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ddd;
  transition: border-color 0.2s;
}
.input--kgkSGwlz:focus {
  box-shadow: none;
}
.input--kgkSGwlz::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
  font-size: 16px;
}
.input--kgkSGwlz::-moz-placeholder {
  color: #767676;
  opacity: 1;
  font-size: 16px;
}
.input--kgkSGwlz::placeholder {
  color: #767676;
  opacity: 1;
  font-size: 16px;
}
.submitBtn--sW87QfGM {
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin: 12px 24px 0;
  background: #191919;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.waitlistSuccessDesc--MKAkDT5r {
  margin-top: 25px;
}
.tryItNowBtn--iA81wBJX {
  margin-top: 36px;
  width: 100%;
}
.successBtn--DHpFw6kk {
  margin-top: 20px;
  min-width: 200px;
  height: 48px;
}
.waitlistBtn--omO0Y6mF {
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  color: #111;
  border: 1px solid #222;
  cursor: pointer;
  min-width: 200px;
}
.joinWaitlistBtn--qR004zNQ {
  width: 100%;
}
.waitlistDividerRow--jcb0GpsW {
  display: flex;
  align-items: center;
  margin: 32px auto 20px;
  width: 100%;
}
.line--ZmWIqCC5 {
  flex: 1;
  height: 1px;
  background: #e5e5e5;
  opacity: 1;
}
.waitlistText--NIB8Gigm {
  font-size: 14px;
  color: #767676;
  margin: 0 16px;
}
.waitlistContent--loFnBMBH {
  padding-block: 167px;
}
.waitlistContent--loFnBMBH .waitlistTitle--kqI0_cal {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.waitlistContent--loFnBMBH .waitlistDesc--xe5PiXbT {
  font-size: 14px;
  line-height: 18px;
}

.appQRCode--xHyRvcTX {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 120px;
}
.appQRCode--xHyRvcTX .title--QuckKRex {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
.appQRCode--xHyRvcTX .qrcode--l1yVgkTL {
  width: 120px;
  height: 120px;
}
.appQRCode--xHyRvcTX .close--L0gOg9EN {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  color: #999;
}

.wrapper--wZEDWWrw {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.wrapper--wZEDWWrw .img--DOxybM3P {
  width: 100%;
  height: 100%;
}

.drawerContainer--Tqh19ugG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.mask--zZZ_Rxq2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  pointer-events: auto;
  z-index: 999;
}
.drawer--z4opTwC2 {
  position: fixed;
  top: 0;
  height: 100%;
  background-color: var(--bg-color, #ffffff);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: auto;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.getApp--OiShfQId {
  position: relative;
  /* margin: 0 12px;
  padding: 0 12px; */
}
.getApp--OiShfQId .content--BP9vUYMy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  height: 40px;
  padding: 2px 12px;
  margin: 0 12px;
  cursor: pointer;
  margin-bottom: 8px;
}
.getApp--OiShfQId .content--BP9vUYMy:hover,
.getApp--OiShfQId .feedBack--fVNZAly6:hover {
  background: #fff;
  border-radius: 8px;
}
.getApp--OiShfQId .giftContent--NbTUAgov {
  background: #e6faf2;
}
.getApp--OiShfQId .giftContent--NbTUAgov:hover {
  background: #e6faf2;
}
.getApp--OiShfQId .feedBack--fVNZAly6 {
  background: #f8f8f8;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  height: 40px;
  padding: 2px 12px;
  margin: 0 12px;
  cursor: pointer;
  margin-bottom: 20px;
}
.getApp--OiShfQId .smallLogo--drPJ2YHv {
  width: 20px;
  height: 20px;
}
.getApp--OiShfQId .text--m0aisAys {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
.getApp--OiShfQId .modal--Pry8boFW {
  position: absolute;
  z-index: 9999;
  padding: 12px 20px;
  right: -196px;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0 6px 12px 4px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
/* .ant-popover .ant-popover-content {
  margin-bottom: 20px !important;
} */
.btnText--_4AIZMvT {
  position: relative;
  flex: 1;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 0;
  text-align: start;
}
.gift--kFKDf_1n {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.item--VF3z0Mai {
  flex: none;
  margin: 0 12px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 40px;
  cursor: pointer;
  color: #222;
}
.item--VF3z0Mai .icon--gcb8y2lu {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  flex: none;
  display: flex;
  align-items: center;
}
.item--VF3z0Mai .title--KDLWMuCA {
  flex: 1;
  font-size: var(--ba-font-size-large);
  font-weight: 600;
  line-height: 22px;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item--VF3z0Mai .title--KDLWMuCA .new--eqsD9ExJ {
  display: inline-block;
  background: var(--ba-color-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 4px 10px;
  transform: scale(0.7) translate(-4px, -6px);
}
.item--VF3z0Mai.selected--cmky5LnG {
  background: #fff;
  color: #222;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  /* padding: 0 20px; */
}
.item--VF3z0Mai.selected--cmky5LnG::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  /* background: #f00; */
  z-index: -10;
  border-radius: 2px 0 0 2px;
}
.item--VF3z0Mai:hover {
  background-color: #fff;
  border-radius: 8px;
}

.badge--2q2sIhIu.dot--in3Hji8T {
  font-size: 0;
}
.notification--KnBXcR8G {
  padding: var(--ba-padding) !important;
}
.title--yMdvOzMb {
  display: flex;
  gap: var(--ba-margin-xxs);
}
.title--yMdvOzMb .avatar--SIMqPV5f {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.title--yMdvOzMb .name--RKqT9Dtw {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content--fqjmF77d {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.content--fqjmF77d img {
  max-width: 32px;
  max-height: 32px;
}
.button--qt7WUNf_ {
  margin-top: var(--ba-margin-sm);
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border: 1px solid var(--ba-color-border-darkest);
  border-radius: 65px;
  cursor: pointer;
}

.editableWrapper--X7pwmmd8 {
  display: inline-grid;
  vertical-align: top;
  align-items: center;
  position: relative;
}
.input--bgUTkNFE {
  border-radius: 4px;
  font-size: var(--textarea-font-size);
  line-height: 1.5;
  outline: none;
  transition: border-color 0.3s;
  background: #e6faf2;
  padding: 0 6px;
  border-width: 0;
  color: #1ead6f;
}
.input--bgUTkNFE::-webkit-input-placeholder {
  color: #9ed6bd;
}
.input--bgUTkNFE::-moz-placeholder {
  color: #9ed6bd;
}
.input--bgUTkNFE::placeholder {
  color: #9ed6bd;
}

.attachments--c2tIf4BF {
  margin-block: 10px 16px;
}
.attachments--c2tIf4BF .fileItems--O_VEvxev {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
}
.attachments--c2tIf4BF .fileItems--O_VEvxev:hover .removeBtn--PpK0FCmA {
  display: flex;
}
.attachments--c2tIf4BF .fileItems--O_VEvxev .radio--JQz2hUpM {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  margin: 4px;
}
.attachments--c2tIf4BF .fileItems--O_VEvxev .removeBtn--PpK0FCmA {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: rgba(34, 34, 34, 0.5);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.attachments--c2tIf4BF .fileItems--O_VEvxev .removeBtn--PpK0FCmA .removeIcon--D9dxyIXO {
  color: #fff;
  font-size: 14px;
}
.attachments--c2tIf4BF .fileItems--O_VEvxev .statusMask--FcrByWgW {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.attachments--c2tIf4BF .fileItemsContainer--w4t9O_mr {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-left: 16px;
  border-left: 1px solid var(--ba-color-split);
}
.attachments--c2tIf4BF .firstImage--ldugzKmD {
  flex: none;
  height: 100%;
  margin-inline: 10px 16px;
}
.attachments--c2tIf4BF .select--Qkh98K9_ {
  border: 2px solid #222;
}
.attachments--c2tIf4BF .clearAll--RRWtJJ72 {
  cursor: pointer;
  text-decoration: underline;
  display: flex;
  align-items: center;
  color: var(--textarea-color);
}
.empty--Qq1wlcv2 {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 1px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px dashed #767676;
  background: #fff;
  cursor: pointer;
}
.emptyContainer--sZ5AtSlZ {
  display: flex;
  align-items: center;
  gap: 16px;
}

.leftOperate--qzk3RTCJ {
  display: flex;
  align-items: center;
}
.leftOperate--qzk3RTCJ .leftOperateSplit--hXgkGcyj {
  border-left: 1px solid #ddd;
  height: 19px;
  margin: 0 12px 0 8px;
}
.pro--tut1BMNo {
  display: flex;
  align-items: center;
}
.pro--tut1BMNo .proText--yLdq4TzE {
  margin-left: 8px;
}
.imgPicker--qZjZwVQ4 {
  cursor: pointer;
}
.imgPickerIcon--jhDLt71M {
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.send--nQPddI63 {
  cursor: pointer;
}
.sending--LRck5AvM {
  cursor: pointer;
}

.sendBox--aNXa7FB_ {
  --border-width: 1px;
  --border-radius: 8px;
  --panel-border-radius: 24px;
  --function-border-radius: 28px;
  --panel-padding: 8px;
  --send-box-height: 140px;
  --textarea-font-size: 16px;
  --border-bg-color: linear-gradient(200deg, var(--ba-color-primary), var(--ba-color-primary));
  --textarea-placeholder-color: #767676;
  --textarea-caret-color: var(--ba-color-brand);
  --attachment-item-border-color: #f4f4f4;
  --loading-mask-color: rgba(0, 0, 0, 0.5);
  --remove-btn-mask-bg-color: rgba(34, 34, 34, 0.5);
  display: flex;
  align-items: center;
}
.sendBox--aNXa7FB_[data-theme='light'] {
  --panel-bg-color: #f0f3ff;
  --container-bg-color: var(--white);
  --option-item-hover-bg-color: #f4f4f4;
  --textarea-color: #222;
}
.sendBox--aNXa7FB_[data-theme='dark'] {
  --panel-bg-color: var(--gray-750);
  --container-bg-color: var(--black-1);
  --option-item-hover-bg-color: var(--gray-700);
  --textarea-color: var(--white);
}
.sendBox--aNXa7FB_.hidden--Brka_zhV {
  display: none;
}
.sendBox--aNXa7FB_ .mainBoxWrapper--qtdQKnTq {
  flex: 1;
  position: relative;
  border-radius: var(--panel-border-radius);
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval {
  position: relative;
  padding: var(--border-width);
  border-radius: var(--panel-border-radius);
  overflow: hidden;
  z-index: 1;
  border: 1px solid #000;
  box-shadow: 0 8px 20px 0 #1ead6f33;
  background-color: white;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ {
  height: 100%;
  position: relative;
  padding: 8px 20px 16px 20px;
  background-color: var(--ba-color-bg-container);
  align-items: end;
  overflow: hidden;
  border-radius: calc(var(--border-radius) - var(--border-width));
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .attachments--kaz1xMfA {
  margin-bottom: 16px;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .attachments--kaz1xMfA .fileItems--r8uig1sN {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid var(--attachment-item-border-color);
  overflow: hidden;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .attachments--kaz1xMfA .fileItems--r8uig1sN:hover .removeBtn--aPfhOfCw {
  display: flex;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .attachments--kaz1xMfA .fileItems--r8uig1sN .radio--ErvHM4qj {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  margin: 4px;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .attachments--kaz1xMfA .fileItems--r8uig1sN .removeBtn--aPfhOfCw {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: var(--remove-btn-mask-bg-color);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .attachments--kaz1xMfA .fileItems--r8uig1sN .removeBtn--aPfhOfCw .removeIcon--Bh2CPoM4 {
  color: #fff;
  font-size: 14px;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .attachments--kaz1xMfA .fileItems--r8uig1sN .statusMask--htbHq5UO {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--loading-mask-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .inputBox--vUXcqad_ {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .functionInputBox--fx8TFiTs {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .optionsBox--PGhRENnQ {
  flex-grow: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .optionsBox--PGhRENnQ .tabSelect--IXA6B25F {
  bottom: 6px;
  left: 0;
  display: flex;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .textarea--B6lmYdcV {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 44px;
  position: relative;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .textarea--B6lmYdcV textarea {
  caret-color: var(--textarea-caret-color);
  color: var(--textarea-color);
  font-size: var(--textarea-font-size);
  padding: 8px 0;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .textarea--B6lmYdcV textarea::-webkit-input-placeholder {
  color: var(--textarea-placeholder-color);
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .textarea--B6lmYdcV textarea::-moz-placeholder {
  color: var(--textarea-placeholder-color);
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .textarea--B6lmYdcV textarea::placeholder {
  color: var(--textarea-placeholder-color);
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .textarea--B6lmYdcV .placeHolder--sFBwYC_0 {
  position: absolute;
  z-index: 0;
  margin: 6px 12px;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 24px;
  font-size: 16px;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .options--qD3I_VC9 {
  flex: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 20px;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .options--qD3I_VC9 .optionItem--CAU6YqJ1 {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .options--qD3I_VC9 .optionItem--CAU6YqJ1.disable--I1MaDW_l:hover {
  background: unset;
  cursor: not-allowed;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .options--qD3I_VC9 .imgPicker--vo5aQmRT {
  cursor: pointer;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .options--qD3I_VC9 .send--cFWwm_ay {
  cursor: pointer;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval .container--hV8UKfF_ .options--qD3I_VC9 .sending--xRMJ_JlA {
  cursor: pointer;
}
.sendBox--aNXa7FB_ .mainBox--ClzMNval.disabled--w_LdkL89 .border--DszYv74D {
  background-image: linear-gradient(268.01deg, rgba(255, 121, 191, 0.5) 4.15%, rgba(146, 57, 250, 0.5) 22.82%, rgba(86, 164, 241, 0.5) 48.55%, rgba(4, 84, 238, 0.5) 76.52%, rgba(4, 84, 238, 0.5) 76.52%, rgba(4, 84, 238, 0.5) 76.52%);
}
.sendBox--aNXa7FB_ .searchSendPrimary--zdZFdHyN {
  height: 40px;
  padding: 14px 22px;
  background: var(--ba-color-brand);
  line-height: 22px;
  font-size: 16px;
  gap: 8px;
  border-radius: 65px;
  color: #fff;
  font-weight: 600;
}
.sendBox--aNXa7FB_ .bottomRadio--uZP9ceCr {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 14px;
}
.tourContent--O8fxLWQz {
  padding-bottom: var(--ba-padding);
}
.tourContent--O8fxLWQz .tourContentTitle--y23X9PKA {
  margin-bottom: var(--ba-margin);
}
.tourContent--O8fxLWQz .tourContentGotIt--fW2KIk81 {
  width: 85px;
  height: 28px;
}
.tourContent--O8fxLWQz .tourContentDismiss--d0rMV_BT {
  width: 67px;
  height: 28px;
  margin-left: var(--ba-margin-sm);
  text-decoration: underline;
}
.ant-tour .ant-tour-content {
  width: 400px;
}
.ant-tour .ant-tour-content .ant-tour-footer {
  display: none;
}
.homeStyle--PpIiIbVM {
  --border-width: 1.5px;
  --border-bg-color: linear-gradient(270deg, #00ff59, #00b2ff);
  --textarea-color: #fff;
}
.homeStyle--PpIiIbVM .mainBoxWrapper--qtdQKnTq {
  background: var(--panel-bg-color);
}
.conversationSendBox--o4CJJPwe .mainBoxWrapper--qtdQKnTq {
  border-radius: var(--function-border-radius);
  position: relative;
}
.conversationSendBox--o4CJJPwe .mainBoxWrapper--qtdQKnTq::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  height: 20px;
  /* 阴影高度 */
  background-image: linear-gradient(90deg, rgba(145, 255, 241, 0.1) 0%, rgba(136, 255, 232, 0.2) 6.83%, rgba(63, 255, 155, 0.3) 13.34%, rgba(17, 255, 107, 0.4) 22.45%, rgba(0, 253, 91, 0.5) 30.83%, rgba(0, 233, 134, 0.6) 41.68%, rgba(0, 216, 171, 0.7) 52.54%, rgba(0, 202, 201, 0.8) 67.01%, rgba(0, 191, 224, 0.4) 76.72%, rgba(0, 184, 241, 0.3) 86.81%, rgba(0, 178, 255, 0.1) 100%);
  background-repeat: no-repeat;
  border-radius: 28px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.conversationSendBox--o4CJJPwe .inputBox--vUXcqad_ {
  gap: 14px;
}
.conversationSendBox--o4CJJPwe .mainBox--ClzMNval {
  border-radius: var(--function-border-radius);
  border: 1px solid var(--Surface-Surface-3, #ededed);
}
.conversationSendBox--o4CJJPwe .mainBox--ClzMNval .container--hV8UKfF_ {
  padding: 12px 20px;
}
.conversationSendBox--o4CJJPwe .mainBox--ClzMNval .container--hV8UKfF_ .textarea--B6lmYdcV {
  flex-direction: column;
  gap: 12px;
  min-height: unset;
}
.conversationSendBox--o4CJJPwe .mainBox--ClzMNval .container--hV8UKfF_ .options--qD3I_VC9 {
  padding-bottom: unset;
  padding-top: unset;
}
.factory--aOp9DvMa .mainBoxWrapper--qtdQKnTq {
  padding: 0;
  background: unset;
}
.factory--aOp9DvMa .border--DszYv74D {
  background-image: linear-gradient(258.91deg, #9239fa 0%, #5db1ff 48.96%, #0454ee 100%);
}
.factory--aOp9DvMa .wideBorder--pkPS91c1 {
  margin: 0.5px;
}
.homeWrapper--qxUs6pG0 {
  opacity: 0.8;
}
.homeWrapper--qxUs6pG0 .container--hV8UKfF_ {
  background: #111;
}
.homeWrapper--qxUs6pG0 .homeBtn--GYRrx0SQ {
  width: 120px;
  height: 40px;
  background: linear-gradient(270deg, #5db1ff, #04ee71);
  border: none;
  color: #222;
  font-weight: 600;
}
.homeWrapper--qxUs6pG0 .homeBtn--GYRrx0SQ:hover {
  background: linear-gradient(270deg, #5db1ff, #04ee71) !important;
  color: #222 !important;
}
.homeWrapper--qxUs6pG0 .imgPickerIcon--SoziCB44 {
  color: #fff !important;
  margin-right: 12px;
}
.homeWrapper--qxUs6pG0 textarea {
  color: #ddd !important;
}
.leftOperate--ZeElchWk {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 24px;
}
.leftOperate--ZeElchWk .leftOperateSplit--T2zNy9r2 {
  border-left: 1px solid #ddd;
  height: 19px;
  margin: 0 12px 0 8px;
}
.pro--OrOuLrAO {
  display: flex;
  align-items: center;
}
.pro--OrOuLrAO .proText--etLyFGW6 {
  margin-left: 8px;
}
.indexSearch--Takbkcq6 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexSearch_active--paN5h_Gq {
  background-color: #222;
}
.indexSearchNew--bC9IRwSD {
  height: 32px;
  width: 32px;
  border-radius: 16px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.indexSearchNew_active--ZqleemmG {
  background-color: #222;
}
.indexSendBox--hJ0NHDD_.mainBoxWrapper--qtdQKnTq {
  position: relative;
}
.indexSendBox--hJ0NHDD_.mainBoxWrapper--qtdQKnTq::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 640px;
  height: 50px;
  /* 阴影高度 */
  background-image: linear-gradient(90deg, rgba(145, 255, 241, 0.1) 0%, rgba(136, 255, 232, 0.2) 6.83%, rgba(63, 255, 155, 0.3) 13.34%, rgba(17, 255, 107, 0.4) 22.45%, rgba(0, 253, 91, 0.5) 30.83%, rgba(0, 233, 134, 0.6) 41.68%, rgba(0, 216, 171, 0.7) 52.54%, rgba(0, 202, 201, 0.8) 67.01%, rgba(0, 191, 224, 0.4) 76.72%, rgba(0, 184, 241, 0.3) 86.81%, rgba(0, 178, 255, 0.1) 100%);
  background-repeat: no-repeat;
  border-radius: 28px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.indexSendBox--hJ0NHDD_ .mainBox--ClzMNval {
  border: 1px solid #ddd;
  box-shadow: 0 8px 20px 0 rgba(30, 173, 111, 0.2);
}
.modeGroup--h_MXypUN {
  gap: 12px;
  display: flex;
  margin-top: 16px;
  justify-content: center;
}
.modeItem--NArmSeGR {
  height: 36px;
  max-width: 300px;
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 28px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.modeSelected--dppBu_qh {
  border: 0;
  outline: 2px solid var(--ba-color-brand);
}
.modeGroupNew--bCFY9LgV {
  background: #f4f4f4;
  height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  margin-top: 4px;
  margin-bottom: 16px;
  padding: 0 4px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.modeItemNew--N9_daCNV {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #767676;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  gap: 8px;
}
.modeItemNew--N9_daCNV.selected--xrTptnGw {
  color: #222;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 #0000001a;
}
.selectedProductsWarp--M_e4vyKK {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--Outline-Outline-3, #dddddd);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectedProductsWarp--M_e4vyKK .selectSupplierImags--ygR0uEAS {
  width: 100%;
}
.selectedProductsWarp--M_e4vyKK .selectProductsImags--vOZ0WrJP {
  flex: 1 1 auto;
  position: relative;
  max-width: 60px;
}
.selectedProductsWarp--M_e4vyKK .selectProductsImags--vOZ0WrJP .imagRemoveIcon--9FBR5BBs {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #22222280;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.selectedProductsWarp--M_e4vyKK .selectProductsBottom--MotlKyUi .selectNumber--KQb642bs {
  font-weight: 600;
}
.selectedProductsWarp--M_e4vyKK .selectProductsBottom--MotlKyUi .selectSendInquiryCompare--oa_iDfX6 {
  font-weight: 600;
  font-size: 14px;
  color: var(--Text-color-Text-Primary, #222222);
  text-decoration: underline;
  cursor: pointer;
}
.selectedProductsWarp--M_e4vyKK .selectProductsBottom--MotlKyUi .isDisabled--Z6o6SAUT {
  color: #999;
  cursor: not-allowed;
}
.selectedProductsWarp--M_e4vyKK .selectSupplierItem--F54Odwp0 {
  max-width: 392px;
  height: 36px;
  border-radius: 8px;
  padding: 4px 8px 4px;
  background: #f4f4f4;
}
.selectedProductsWarp--M_e4vyKK .selectSupplierItem--F54Odwp0 .selectSupplierImag--ZE64Nwko {
  width: 28px;
  border-radius: 4px;
  font-size: 0;
}
.selectedProductsWarp--M_e4vyKK .selectSupplierItem--F54Odwp0 .supplierClose--Ji5T2woU {
  margin-left: auto;
  width: 16px;
  height: 16px;
}
.selectedProductsWarp--M_e4vyKK .selectSupplierItem--F54Odwp0 .supplierCompanyName--my76JMfq {
  flex: 1;
  width: 200px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectedPlanWarp--UvCMbR4T {
  background: #f4f4f4;
  height: 43px;
  padding: 0 12px;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
.selectedPlanWarp--UvCMbR4T .planIcon--YXQtxkKf {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.selectedPlanWarp--UvCMbR4T .planQuery--kacLwkYu {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #222;
  margin-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.selectedPlanWarp--UvCMbR4T .planCloseIcon--rECynD_z {
  width: 16px;
  height: 16px;
}
.agentModeFullScreen--fdlQ7_bb {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  border-radius: 8px;
  padding: 6.5px 8px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.agentModeFullScreen--fdlQ7_bb .agentModeFullScreenText--VKrnNDoJ {
  flex: 1;
}
.agentModeFullScreen--fdlQ7_bb .icon--OqwiC_Qj {
  color: #222222;
  flex: none;
}
.agentModeFullScreen--fdlQ7_bb .agentModeFullScreenIcon--bnaFsgFn {
  cursor: pointer;
  color: #767676;
}
.agentModeInfo--p2x4pyIY {
  font-size: 12px;
  padding: 6px;
  word-wrap: break-word;
  width: 232px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.agentModeInfo--p2x4pyIY .agentModeInfoTitle--RHlHt6P_ {
  font-weight: 400;
  line-height: normal;
}
.agentModeInfo--p2x4pyIY .agentModeInfoDivider--XVcfQdv9 {
  width: 100%;
  height: 1px;
  background: #767676;
}
.agentModeInfo--p2x4pyIY .agentModeInfoSlogan--aIqMgwrw {
  color: var(--ba-color-brand);
  font-weight: 600;
}
.agentModeInfo--p2x4pyIY .agentModeInfoWeight--LNqDT7e8 {
  font-weight: 600;
}
.agentModeInfo--p2x4pyIY .agentModeInfoRemainingLeft--PJMXjy0O {
  font-weight: 600;
}
.agentModeInfo--p2x4pyIY .agentModeInfoResetDate--gTKSkE9P {
  color: #ccc;
  font-weight: 400;
}
.agentModeInfo--p2x4pyIY .agentModeInfoUpgradeButton--U12lnvGS {
  display: flex;
  height: 32px;
  min-width: 80px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 18px;
  background: var(--ba-color-brand);
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.smartFlow--T_6Q7rfB {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 6px 6px 6px 12px;
  font-size: 14px;
  color: #767676;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
}
.smartFlow_checked--FAfu24is {
  border: none !important;
  background: transparent;
  padding-left: 13px;
  padding-right: 7px;
}
.smartFlow_checked--FAfu24is .smartFlowTitle--_tZ0_CYI {
  color: #1ead6f;
}
.smartFlow_checked--FAfu24is::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(190deg, #0ce084 22.74%, #00e39f 50%, #4fe1fa 77.26%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
.smartFlow_checked--FAfu24is::after {
  content: '';
  position: absolute;
  inset: 1px;
  background: #e6faf2;
  border-radius: calc(20px - 1px);
}
.smartFlow--T_6Q7rfB .smartFlowTitle--_tZ0_CYI {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.imgContainer--M9l6p4km {
  overflow: hidden;
  display: inline-grid;
  border-radius: 4px;
  position: relative;
}
.imgContainer--M9l6p4km img {
  grid-area: 1 / 1;
}
.imgContainer--M9l6p4km .mask--d1ImSuKK {
  width: 100%;
  height: 100%;
  grid-area: 1 / 1;
  background-color: rgba(0, 0, 0, 0.04);
}
.imgContainer--M9l6p4km .similarSearch--r_igLPAI {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgContainer--M9l6p4km:hover .similarSearch--r_igLPAI {
  opacity: 1;
}

.starBorder--MQQexQ7U {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
  width: 175px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.starBorderWrapper--cslsNCTH {
  width: 173px;
  height: 32px;
  background-color: #000;
  border-radius: 16px;
  z-index: 2;
  position: relative;
}
.starBorderContent--sAa8CTLT {
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  position: relative;
}
.ellipseLeftToRightWrapper--FvqGfzwd {
  position: absolute;
  top: -56px;
  left: -50px;
  width: 100px;
  height: 100px;
  z-index: 2;
  animation-name: moveTopEdge--ozJHPgAw;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ellipseLeftToRight--JP5dTjpT {
  width: 100%;
  height: 100%;
  display: block;
}
.ellipseRightToLeftWrapper--M_8PgxMN {
  position: absolute;
  bottom: -37px;
  left: -50px;
  width: 100px;
  height: 100px;
  z-index: 2;
  animation-name: moveBottomEdge--lIJe1L7C;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ellipseRightToLeft--EytaKjkw {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes moveTopEdge--ozJHPgAw {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(173px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes moveBottomEdge--lIJe1L7C {
  0% {
    transform: translate(173px, calc(32px - 8px));
  }
  50% {
    transform: translate(0, calc(32px - 8px));
  }
  100% {
    transform: translate(173px, calc(32px - 8px));
  }
}

.newThreadPanel--WfFihtwl .ant-modal-content {
  padding: 0;
}

.copilotHeader--qasca2hH {
  flex: 1;
  height: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.accio_logo--UIIJYFrd {
  margin-bottom: 12px;
}
.copilotBrand--bJUpq7DT {
  height: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.copilotBrand--bJUpq7DT .logo--FKD_JbSp {
  width: 24px;
  height: 24px;
}
.copilotBrand--bJUpq7DT .name--hkSZLzI1 {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: var(--ba-text-primary);
}
.copilotNewThread--astejQ5p {
  width: 36px;
  flex: 1;
}
.icon--or2gYW8t {
  text-align: center;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon--or2gYW8t:hover {
  background: #e5e5e5;
}
.iconInner--JtVrjW9N {
  position: relative;
}
.iconInner--JtVrjW9N .unreadCount--xRx5vKWq {
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 1;
  transform: translate(100%, -50%);
}
.iconInner--JtVrjW9N .unreadCount--xRx5vKWq sup {
  padding: 0 4px;
}
.iconContainerAdd--NIGzF1Ox {
  width: 36px;
  height: 36px;
  background: #ddd;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.iconContainer--FoO8Ylkg {
  width: 36px;
  height: 36px;
  background: #e5e5e5;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.search--eCJ3zD49 {
  /* Button */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #e5e5e5;
  border-radius: 50%;
}
.footer--xJF9ZA7V {
  width: 100%;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
}
.selected--WX9HDIjr {
  position: absolute;
  width: 4px;
  right: 0;
  top: 0%;
  bottom: 0%;
  background: var(--ba-color-brand);
  border-radius: 2px 0 0 2px;
  order: 1;
  flex-grow: 0;
}
.qrCode--POGbWuZM {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  cursor: pointer;
}
.qrCode--POGbWuZM:hover {
  background: #e5e5e5;
}
.lastQrCord--Ofz7PumF {
  margin-bottom: 24px;
}
.file--rxi84OfV {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  cursor: pointer;
}
.file--rxi84OfV:hover {
  background: #e5e5e5;
}
.topBorder--xOUo7VqZ {
  margin: auto;
  width: 90%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.giftContent--BstBzjBI {
  width: 40px;
  height: 40px;
  background: #e6faf2;
  display: flex;
  padding: 8px;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  gap: 10px;
}
.giftTitle--_ncqQ3UB {
  display: flex;
  align-items: center;
  gap: 8px;
}

.container--LjJeFHL4 {
  position: relative;
  height: 100%;
}
.menuDrawer--grVoNsMc {
  font-family: 'Noto Sans';
}
.menu--PDPJ9fBQ {
  height: 100%;
  background-color: var(--ba-bg-secondary);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.menu--PDPJ9fBQ .file--U62ulYmG {
  margin: 0 12px;
  padding: 0 12px;
}
.menu--PDPJ9fBQ .file--U62ulYmG:hover {
  background: #fff !important;
  border-radius: 8px;
}
.menu--PDPJ9fBQ .header--B7nx_xrb {
  flex: none;
  padding: 24px 24px 0;
}
.menu--PDPJ9fBQ .header--B7nx_xrb .brand--W0m54lVA {
  height: 28px;
  margin-bottom: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu--PDPJ9fBQ .header--B7nx_xrb .brand--W0m54lVA .logo--CAdm3Cre {
  margin-right: 8px;
  height: 24px;
  cursor: pointer;
  width: auto;
}
.menu--PDPJ9fBQ .header--B7nx_xrb .brand--W0m54lVA .name--BJ7NJRSl {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--ba-text-primary);
}
.menu--PDPJ9fBQ .header--B7nx_xrb .newThread--mFVIWBKe {
  width: 100%;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 65px;
  height: 36px;
  background: #fff;
  color: #222;
  border-color: #000;
}
.menu--PDPJ9fBQ .header--B7nx_xrb .newThread--mFVIWBKe:hover {
  background: #fff !important;
  color: #222 !important;
  border-color: #000 !important;
}
.menu--PDPJ9fBQ .main--We7I3PBR {
  overflow-x: hidden;
  overflow-y: auto;
}
.menu--PDPJ9fBQ .topBorder--tlVnUsg0 {
  margin: auto;
  width: 90%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.menu--PDPJ9fBQ .getApp--EKPF1d4S {
  margin-bottom: 8px !important;
  padding: 0 12px;
  margin: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  height: 40px;
  cursor: pointer;
}
.menu--PDPJ9fBQ .getApp--EKPF1d4S:hover {
  background: #fff;
  border-radius: 8px;
}
.logoDevider--gAw9jOTT {
  width: 1px;
  height: 24px;
  background: #ddd;
}
.qrCode--biaPykxA {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  height: 36px;
  align-items: center;
  cursor: pointer;
}
.qrCode--biaPykxA:hover {
  background: #e5e5e5;
}
.footer--dYqGqbdW {
  position: absolute;
  bottom: 16px;
  width: 100%;
}
.btnText--IaiSpyod {
  position: relative;
  flex: 1;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 0;
  text-align: start;
}

.icon--dB3RXKi8 {
  width: 20px;
  height: 20px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  flex: none;
  border-radius: 4px;
}
.iconQ--qlRB7ASq {
  background-color: #ededed;
  border: 1px solid #ddd;
}
.iconA--dASFSD9R {
  background-color: #e6faf2;
  border: 1px solid #bfe1d2;
}
.item--ireDL1Sv {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.q--WzW4NiVP {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  flex: 1;
}
.a--xmdfu5Yi {
  flex: 1;
}
.aMarkdown--Q3KsdijC {
  font-size: 14px !important;
}
.aBox--bmjIHmEX {
  height: 0px;
  overflow: hidden;
}
.active--_JTwJ434 {
  height: auto;
}

@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_AMS-Regular.73ea273a.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_AMS-Regular.d562e886.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_AMS-Regular.853be924.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(data:application/font-woff;base64,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) format("woff2"),url(data:application/font-woff;base64,d09GRgABAAAAAB4kAA4AAAAAMFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAUQAAAAFQAAABgRoFyK2NtYXAAABSUAAAANAAAAEQAiwEsY3Z0IAAAHBQAAAAaAAAALAqfANNmcGdtAAAUyAAABrsAAA4MYi77e2dhc3AAAB4cAAAACAAAAAgAAAAQZ2x5ZgAAAUQAABHGAAAZlq7j6P1oZWFkAAATbAAAADYAAAA2ZFFDiWhoZWEAABQgAAAAHwAAACQI0wOvaG10eAAAE6QAAAB8AAAAfFjZA25sb2NhAAATLAAAAEAAAABAWGZe0m1heHAAABMMAAAAHwAAACAAyQ6WbmFtZQAAHDAAAAGjAAAEnmUdgC1wb3N0AAAd1AAAAEgAAABoOcqzP3ByZXAAABuEAAAAjQAAAKdkQq2ceNpleAV820i3vWdGmhEzWaZYMoZjGcLcQNukKbdfucvMvPsxMzMzM9MfHjMzMzNj3siy4+6+3y2ORvnNOffcc+8oBVONVCr1o9BOoRRJpSI90quRHjbefnOjAe3/+osG+BLdU93/GfRb8G9Sq6m9FPe13bVcCjZG3KDSarY77U7DdZyo0Yn/2YlazU6bLrUjumpbhuu4ybOI/o9gGkG1UqmGVUxogPYcbFWqzUq1RfDra0tpXeZVlql6LBy55c2PsTlGWMxBEUk8tFVdIjzjjaZFbSx3KCjOKLyH3/QmXrw0XwGekTnyPJEBQD0xNTfmL+kScMwsEF/0rV/kJIG36xjwKPvC//4/m8dcWXIBx2dyZkEBoXZzCUjK43UPjHPspZdxJVb135gCqdr+38A/gP8vdVMKf2VIBI0R0KDnX4QxyshxEzDEdfqocEhxVSkhXahRo9WshAFdTBiiQRcCgjFJgq4nfAXxmwlnbTDvipAh6K5nNLOWn43K0yLfXm9Y2TtezjnbjRwE9mhLXJp+8Z3HuGHilLNK8YWBPLGbaV7LZiPTrZaz0rhfcxFy6r47Kb2KN+D/MQqbgMHoggqBml9oNcoFzJg7M1uLvnNKARmZIKTao6h0//oGNtSKQsSRtJApluzyl++/+1xBy0KDs3Zu//RnPMk2snmyjkiK8mPt/yU8C/9vapryY/GUn3JjwERCAw23K4Iu7Bhmj4gwiLfZVqIMWM+Y9dmr14lxx6NI3X7dXzJ+Xi1htiQaq74DeJ/A6k2LWxpcmVhemJr6jim64+UFHrz47rz12G3/x4aQGOOmaR5W3KJF9Ik0VkubZ5+0zLtmai0qbpiyUin0CPx8aiK1QtU71y7G6o0qXdaXYHykIEnMQSoSATsRc4AJNMtBJaza8cETrd+lImF6iOHPy6By0sAMo64VXKicbp5/Cqz76U0IorHO/Z/+NeE8HP7v/2R1yHnXePbbjx5NS0TExK5w0Pq93xR507Bk7FYNJEweT49xABi/duz45e17JQBe8QUDAPJnv2vBI9G5Mcp6ef9v4UPw/6ROUtYL3AHrifz6rPdkGAu1W4Vuf0erScmvUl0m5DtR/+UkbIuu0LdgmMk137grBmO5hxj/USaD2Nn5sVetYw54S3YdQX65hkVP1PzqTNqzzd1hh+GnfDW/M1rkwJmZeis/8R1dyzV3REAK53XtrlPIQLA0t7w4sUIA4LW6zIXTBCpsgbEoE141S89jYM4IeRYyjcoYw49N+tkJiljb/330YZq7PYq4IcR1GFTD+LQHJde1mzxDcfYsKMQDCSbF2tdgTMwIJPT1YsIKfJfBfkuISoW7mqzmKK1AAMyxkMUMCwnIhCzM1U+WmXcqU64gS3p1dhf9+3+asgO51YLBC1dHzgFkVoCtUEybQNLc+6YnNjCAYlngvTYEAMU/hmXGLnz1y5piC5xo+F6AAGCgJmHGGWcRy7CEkY7dhQVD82txZTX23wA/QHN8liJeH4oRN8dhv2R6PksR2xZdeI7z0OUeDZ0DDmISop4bDzQep1nVAtc+MbWV4U9vB7nFrLhdzGT5ob3ZQztidXPVJoJhdjzJmlks4mKJHbln/NK9SH3i+q0PigJ3Judx1qg957lGjgDYUAwMi5P3hkNHb9bLl3PjUGfvzN798tFIAiJCmFdNMwsZHrHF84pffORyxrj+0dYMBmlrSLdHx52coZhFB3Wd5WfRl2nG74kzHmvcDPpybnSzRogVRV0WDgRs05V2b6XXY2KxJ/6KSSyYPlXNngeF/ebVdaVm15ZieoapDD57N3TrU5AlHrnnXnTIl7cynjiyrap1QcWsvuY7aHbviaI6AohPIKdYJ69KQxmZlbTxqo20YsadmVHnSnzGh4xCwGi7ndG2wf8xeOfYrRwoBenq1sUsEH+5ZtcNJnv7n++dHK4BSNzACqNZhnPHoYSu3JZGLADly8tDoi4VNVw/fnwLAp43p0QIgCSvHGVEOJKtZ0aoavb/iBrdn1PWNilrk/IBa91oNNqNRhT1qoCECRnEjUnsM9jjrFsxUVJGSbua9iBRy1tHnwZ2aXQ2+xWFk9u5jUO6YGdGV/nbbuVHIx/KV2eckR/4A0ZyMyVjZXp2pDLGj5w7xY/nDfAPOsM51lS+iIDAEdkKCMhm23d/aU8AfB0ZiKscihs3ZCTNzohk9/+8cUES7BpPqBZa+69Hn6Kotimq+QpF1bEGRdA7JSY3encSB2AHcUOhdKX0o8y5BU9vDAk1sHxRiOZnih0qHX3Vd9ns5uk7JjvwJS9WOKmRVkSHhLXqsG4sPnn22HRxhxaGNhG5L2AdpjGH1RXrnewfXROImlnSBTfQWWNveqOgMF20RpGDAJDCpUufXSrcNT+s5GYsP5NVx+K+VN//G7RKKz1IXad9aanucvBZar9huhhMDC2CQTdpCRwalQPn789dFiZU3u1KNaEgNvuDOYzGdXeSfzlv2gJLoJNdy4vixlAGb45mWH8EfjqDzDde9LHiFCojh0UIuezWG87NQ4Mtm9npvGhA1ZRKDw2XiTF51FN1M/QVIjZ4mKfTAV5DPGI44/otr/zqCcsdgxqnfObzt11RZPe/X2YTfv4EZFW7vfixBc42sV/c22sIQNam60hQBUwlsBEWVCEfve5qjhoutgIDpUDME/wbOmtsUBUYKaoCNyHjILqTRperfperhIlj0iBRDN4duEVCXEjwksMIeUW0XEWdPNp84yZjD09h/nTZQRmfyJJirtR8F+ennz5WlfH5igO112zy4cypxyc0eVTXCTEc0SpdaE+95cLSHoZwsp6W020NmYw/JMmZax+/eUwClgSAP6shbuaiBGQTchmKqLL/M+w2zfx1iuiSHuu6mbRq5wBS1OjlrLeQVCrsT02dwbg18P8WHtRyN6q9LZVYJqMOy7klWcjML9sM4A4FCs8sbocQ3VZ59Q/PQsTZWM0SRoJ+PZ0xrekxxzF5E4dEcMCfb4jLSl3mORYbk0MToywubWysUU9vcYxVOU4cBmDr7R/4qM+447z2tx/fOBO84P9NAwhLurn83791uD2ckxxgyLaVdTGBSjA199SnGOZ3FvmmNMQDiLzF7Xterzsvf98HAw7kdC72tD/d/xnmONpKnaEsHS3FLMXQBwTlkesk0Wm2+pWfNMYQ97NfbZJEF8+hJOg7wURQVwW9OGcAXp0rEA5DBs5eqPm+AsDMZrU4tleveSUDy4eo8UrBcksCAJCNUGSw0h5eOs2g4srcpqgExZxnSOJrAsm7/Svf9mQ7hJiVmc//2NmxcR1AAH7vN5+K1gtaOdzgEVsX2ezdP/NzowBAANOTCJlre4/9pqB9+DNvt5Bt5TILhhRPA0vUIx6E/6frgHOAcgB6Ou6GdTBFt1vdGwd51gVj4CMD4Q+mQ/BBLHhInl0amePBxdlTWf+215zctWRNT9uCNBalAV+YesuO4eW1I6eGy688++hjeePcEzrWMu+8owi/B3VMcoX83O7NjMK8eG2EtT7/CHvmfkFw82OmNIxMFuVHj94iI0Z76punjrx4dB4q953OD7XbVz7V1OO5fP97aJe6+2RqM57LG5kU7NW2YbbD/z2TdxrdouhXcZiIHdBat63u5r424in30672hAtB5cSzR/NaLf/YI61Fzv/hh9ebEqdHnL4OvrX8gAwBkIelodIL2yUZQGXNYKvABWXjueO5PlRd8TIX3+Cr6egZyanAe4YYwEnsgx/GBuTGCh2sq2SYZu7x/XvRq2jmrtHMzbrPndX7lk3ru+HcaPUHPn3DlXmg3j4XSfRSnkyGbtSA076b31ufzNnaxvl09MonXgUBi1Wm5p26rTx26cIzaOvWVZ9FkNsOJRXYd07OcUEoHH76/MRovcjw7RyX33/iGA8evrzQbh0V4PF10vptQ3OyHmGgfO1Ia+6ps7sSANh64ZXjh8/vbDeRneMQ509BTmDRbscXAOCqWV4AOubMKgeB+NjxO4l85XE/c/u8pqwfY5Pb49+gX+rNeIUUOMh6KwyS0n3uZawRJX7YZ4S4zqCn9QtiQNOAqoEgqEr6P/k7WfFxkwUae8rkn6UOVO6kN3YvhyWNg/Lw9DWZSAWXqQ1x3Gh1fNSDODP7+kWbL2fsoK5rKq/ZiJKGvWcKRmvmUQdAeyfU1XVdx2kgAlsAnMk/Wz6CYeT0nC3OTq3VsWDMj+MjIixUDIQ1d3IayeXM2p7n8ATqBFsxf6RTKE0YBoOs//vjF7NOlbKXprfAn6PKukjZ24unIrPhJgTYVp+TBHMSrcH8fFA+lJ3eju4ElbyYEPzsjxntn/ChoPoEQVKeOTk7FiiiOXTXRrkkQqIcnT53ubk6TQARNopZRmatqfH0FNZU1XcmHq/lLu7d9uKVYqdWVcqnXBBoimRqDJEV7HkVXcx7Vj49UnZzuSrlSXXqR7NjfDjECp7pjEOdMVhXxqwscVrgO6amaMOTlZH5+2stSQtykZ/bznDdXvod9BX4s6llysaYduPk22kP0d+dg0sBDkJC0QZBbB2DuSreatA/w94KXnCRdevcmnoe3HSezxeoS8L63CHIIAAxa6aH1JumIuiFAjHWAg/ygXUfK/8RxwIkdPIW+Gkd8ztLoQIBwCaGRiac4gAAP/AT3N6Gw7llZHL61jr4OpBlScO8WRMw7XX/vP+nCNGKOEVRzBCKwkhQDNx+YPXxL/r7xj7g3jARJC92HyQz/eCzS60xs7MLjYUcP9RReN/ytMrud2eZtCiqWxm3SIzxssoSrxb3/4XVcBWx/kn8lifUprtkmRN1lWiqBWtGNqBK7lQ3va3nt4JC2zfc5h/dzy9mMm5Vd7fU1oveurCkiZLdbfj5Ipi2nNb1k+yLbSQVLo4vdO65OGEblpDqavkrCFPcTYp7GPey17u203B7h6dtq7ceNW5wxVasYVitNNLzAWcfjzZsSrXxtpN1BaFm4MX9mJtZ56f2b9s1iMEw1q0e3DGtSQ6yS2f+3+KlhnL/nVEZk0yIwty8Ie7N50s/8stnxsX2yPkTo4Db0JMzfon5Oj3jZXrGNRifsT+t0ZPYi7BnxfH5uldUJzn7c47eiQ48nkZSmTQlMEHSHd+0eKWS3qlN1S/rDEREwo9eHSaHSxIQARGYS0UGqo+2FYJA6LuhSaSJBhSnjn1yXZLpY2WuioHyvl+aEAhrAf2WTImT4BWvk138rfa4P64gTiGve/c6AgZwW4gAoDrCr/2xj41X3Ja1OcEbgqXiNo/gkVlN27n23q9vE8zgkR//oRem//vf/jAiTFnBRz4MCmtGN3PTKYBeTVm5L55M4syBXoYaURd+jLbdZ6Yr1wPztukzp2/dNzS47q/qwdfBZHt4w8ecdrVnanEFA95ZHqnMcaLkWTkRKNvndRwBbqecG7H1YP2deWDgbMCToOhBLzoilkukaoocDxkA8O4jAS7YVnGUmHymbJtDOz+nYEAw5g3R5/kKnNS9WUUGjOEvoJcyYHhGI4wmyxh5U0U/nfWy02d1Fn4GDNcZx7S9KRFAqWJNHKf1LE6u5wljMZBWS1GEoefm0/7yI4SFzMq2XdJFbFH+SvsXUa73ZWuSPfCtqNH34agxaPL9W+tBB0xI65o0XT5wfSrGpCKqBG97zu7zPOtSe8zkASzLd4yL04Eg5m0kRMs8VMZeef+rL3cktbUlMlVLYcVcrsghv8lmXcrtSnRaqMARQ3MPs+7Dlz5wMuAq6r2PFPhcxVMyswJYnODdysR7PvDia6sKWhy3SLBIy98AOM8YKsuaGki9+BaJ+LFWxlMpdJpivYtiPeHHWqmE3b4z8Ku4dm7s5sRtNKIe3P6NLfni7kaDbz8JC7SMaPRdPxx8/4zi/8N7X3jYTeuM0Cnqhof0hasPpHP/N12yNeRkTt3iIEZki7wMSZQnkIx57Ok35GbdXwhrDhEuFFzkvPGEvFT/q1w7K0lpSQ7f/JL0xITOchWLrK6kF9s6XGR5KzMsEqBhrtPYEVkG6lLh8hUHAEwkyFkhYACzc78LAIJhLtvRWHH3GRXG+0RN8e+/zwFExoKWYaA3P23+D7kx2bUAAHjaY2BkYGCQZyhgYGIAAjApwdALJKX4eEACABdRAW4AAAAAEgASABIAEgCLARsBcQHWAk8CyANIA+METgS9BVEFugZNBs8HPQesCDoI2QlgCcMKPwqRCxwLvAwyDMsMywABAAAAAQAA+awoxV8PPPUADwPoAAAAAAAAAAAAAAAAAAAAAP/l/1wFSQNIAAAACAACAAAAAAAAAPoAMgAAAAABTQAAAPoAAAOZACcC7AAoAmUAFAN8ABQCXwAlAy4AEAKqADID2wAUAoL/5QMLADUDZwApAxQAKQViACYDqf/oA4oAPwMqABQDqwB4A94AFAK4ABkChAAmAsv/9gLhABkEkQAZAzEAOAL3ACQDMgAuAPoAAHjaY2BkYGD2+B/DEMWa9P/pv4usnkARVCAPAJ6yBooAeNpjYGIWZ9rDwMrAwNQFpBkYeiA04wMGQ0YmBiDgYICABgaG9wIMb94yQEFAmmsKgwODAsMCZoX/FgxRzB4MSxQYGPrjmEGyTOuAhAIDIwDfxA9YeNpjYGBgAmJmIBYBkoxgmoXBAEhzACFIToEhimHB//9gliOI9f/x/8P/64BqoQAA6/MLsXjarFbXettMDh2quVeVFKaAmcjrNYeK090Lx7Q23fX7yK2kJed+9yrPwH0ZUOl3+2gLkJJ7+ZtVMIMywDnA0EKhAMW+7wUAb36I0e03WNr9q4/PTJwOwo8Q7/uYq0c/+0W/aLXkgWlZKAIUWm50hCF06DpoKITwo4M5JS1pOZhX0P6cr1SFq7GsIQzdJFfRblLPa8zpvU+Aw5IWOmpjYetTJ5fL0TFoHd6xWNsZrRruHaCldDtlo0w2iWLLPww6NYM9HSwozNtY1T7nw5rWXQcT2oD/28LC1F8708aI9loeljzfwnw92PmbT85m7ANubZFqjbxxjldzQQBJ5k0VTZOquwOcZfssedKpPhAbcQQ4uOWHpAG2DfLqBa9ehGYYBIFJbOGwbqHY8VG8YWeL9uYbvMere2+iH+OixR4/iuIgCNpRgIYdBF0EAbQJj3QDB4sKqIJCPSJMfXrLxz7pYr90qQMUEjpYSukmJqCd9B24wEaGa2bl8zf5eS0szlhk1BBDTLmS2WKdGNr2wy0z2gl8GVgB4NquTzaTeOmV4mCfwgFtd0Qua3M/baUrAYV0I8wdfESjRQmwb8bBAQVc7SjBKogD4BNwLQzYJdxIqx1UnYFRoT13xjoanCF1epCGs1MMW5KeoIfgxTKCdpdsYXJDEExcOyKMWiujjSzFyCXh+JCiBEVdFDSqUkCfR4ZF3qMsprSCGRriMZXkch62ow0HxxW5AuCYfs0H0II6hOO826HdeNqvCUWrlBQgDlqUGSd0CHEIOEG0OTip3uz5SaG9ETzEkUP5ycGyerPtv9nNlKZF+nKqr6hETOp9P5mcpBZGLk7YAUPK1d1kjL/G6QuNmgRCsuUnTB/hdeMYOO34jCUprLc2MzuF0CfVBISkSfU3SXu6WZe0MBGiLIkvjWKlYxhG2q2qEonIeXs+TkoXPByVLo5IYsqF8PvNm4aYEGXhui4zUCGbESWVfhv/a5sPiK4aYazaDt5QicHyJvHN8pZK8ixvq6TA0lRJkeUdlZRY3lVJH8t7KulneV8lAyxtJXv8YykkpiU00PgH3xYH1Qlj7cj478zonDBOHRn/kxlBCRyzL8VJoL5mUBnnSXwW4QOq6wHhYykJH8uHhI9lnfCxnCJ8LP9E+FhOEz6WfyZ8LGcIH8uGgqV0YB8pSnszBM0laG4pSWzwzM4qfGTjI7qPjxVAEy7ppozmJD/Yr/QwGf2TXouT0ZLHE4ePZ5KiUfX82SBF+TSj50qfZwqep5U/V6Lr453PiYZNtVysF7Uvgv82VuRc8syoMtYXxAc0L6kfhY7mHHypGjeWHJy7zhUN3SL3eWqRqNWhAU0Ukm/LqzhuyqaMwD8gPtCQbmfOMKoVYnhBUVl4g9wKdXqnbsmwcHFI24dxQwIsxXTm4mk3aGTnYUm6PW/AkJ8pa9v+5wIUwfxcmCreDlxXAg5qiGUaITdDLOmz1zUEoif7r1TQYVtiUUdtMhd0ZNI65Cfd2ZhIAnlPyU3qsaQMm4STRJolhIuSSM4iyRKSxGI9os9ZJzqRi6hzEXn67j5Jj3MFDi71uADSFqe6XMglomm5ZyLMqX1TNjkpd3GlZ0vBZEyj2PMbsCQtkzQ9JR161Aos1Wn36uRvl6yJF017t1uSR371RCW6166Qf+Cchdxr8ZqS0GAWN/GG9rfMncCHpaCRzBoV28H1U9Ydc+uU1b0w9qoIrXDBvirhhsJFO6baeMYI1KWu1NAGzlKEx5DT+ZzKmI9wWLoZdB5QCUvQkHPd8zdVMliouxTyW0a6+UdNMWOKCN2SpEfViXmxgm6dTZWIBbvHyl9ot2hbssuLnDtNwSuioJpd+47gG15u4Au65a8v0b+h44xKGV/S+q3CeRLvmEWP6IbNWEY9tt4rHmj8f891kRY7FARQ+NYTdAlMmRFWgLu7Nm6Nuzbuvpi2DVKnKmT233wn7gPKoagQQqdiWCFgJCpIAKMKAWM0XYpxGjBBAyZpwFRUDCG0qaZVYkpFRfFpMyoxzdIJmqMzzdOZFuhMi6yzQ7GkELDMOsGKQsAqTbdijQakacA6DdhgfaFdtakS0xbrM22rxLRDJ2iXzrRHZ9qnMx3oMa5PTuChjXLNyiNni/KYg26jVh2dRHmJm1PozZk1EjfnOnNDstQLRj5HBvocl9DzK11OHFxDD26gB7faNibLu2Pk+T30/AF6/qhzxsET9OAZevCibVOyvFdGnr9Bz9+h5x86Zxx8Qg++oAffUaHSvmxzJVWFf3/+duhPkz4GU601ubJ07m/1cOb3ZV37A0STAUQAeNo1ybENwjAQheF3iQEDKAUtLRIoU0TRdVQgCqdOBmAEGiQ3MIsPN44nYCvAWFz1vf9wCHidjBA9OkejhkZ/EczaJwh1gl8pWmSti590G8sGhOXX8zYie0QJsGzJHo1rrEl7YNmnHTRyAHcb2aUU9RWkGtuf/490vlJU1YHeN6fuUoD9ZJiC+QOZiyrSAAAAeNpjwAYmAGEqQyrT/v/vmUQZGGA0AF26B3cAAHjaYmBg4GQoYmBmYGThBLIXATGEzcigBORB2EwMHAxHIGwg6cNwBspmYdBhlICyWRmcGF2gbDYkcV6mIsY2KJuPwYT5B6BVslBxLoyB6MGhT3HRX9bd3d0FXeru/vZ7gNq6EtLMFyYzl6RsUaREW9c0SVLUCPhLlH/WScaNBUYQMWEGbBOnilwKvq5kpu0UrHGG7RwgZpTQh8oTTPeU5+0dyQmjKhuywsRUzDt/JL4W3/PAljiHelREJSfScjd1ysnftRaoYaUiJ45OjDJuXTQ/VhrpaX2FeyuvgltBf30mGDWXRDUj4UzdWsQ5Cp09NJDFvDnFvy9eYfgLd1CHZZoYvvKEqamfsbYY7explX+/eK+njtkOKzzIeeI8TEhmmprMgEsZVbNCg7j8oHfVgFPCTsc/dclRVUNyfFF9onIlSoiasiuo1mGogduTVe0418UxcUXs14mcdrPH1jOd5D5RPn6i4BVe/WeYT77sqW9AmIaZth8m4q+9gf2E0dGNXyC2t6iWtzJK4jGjqpo39F0Tj5pq9TY+xpnzx9+ZeQQfALh4AHjabMEFAYRAAACwvbd4dwMOt3QEhwJslsA4COYcsLC0cnVz9/D08vbx9fMXiSWCVCZXKFVqjVanXyx300rzMg0MHA0AXdgI8AABAAH//wAP) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Caligraphic-Bold.7489a2fb.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(data:application/font-woff;base64,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) format("woff2"),url(data:application/font-woff;base64,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) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Caligraphic-Regular.7e873d38.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Fraktur-Bold.931d67ea.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Fraktur-Bold.354501ba.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Fraktur-Bold.4c761b37.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Fraktur-Regular.172d3529.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Fraktur-Regular.6fdf0ac5.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Fraktur-Regular.ed305b54.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-Bold.39890742.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-Bold.0c3b8929.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-Bold.8169508b.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-BoldItalic.20f389c4.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-BoldItalic.428978dc.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-BoldItalic.828abcb2.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-Italic.fe2176f7.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-Italic.fd947498.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-Italic.fa675e5e.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-Regular.f650f111.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-Regular.4f35fbcc.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Main-Regular.9eba1d77.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Math-BoldItalic.dcbcbd93.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Math-BoldItalic.3f07ed67.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Math-BoldItalic.bf2d440b.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Math-Italic.6d3d25f4.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Math-Italic.96759856.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Math-Italic.8a5f9363.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_SansSerif-Bold.95591a92.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_SansSerif-Bold.b9cd458a.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_SansSerif-Bold.5b49f499.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_SansSerif-Italic.7d393d38.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_SansSerif-Italic.8d593cfa.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_SansSerif-Italic.b257a18c.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_SansSerif-Regular.cd5e231e.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_SansSerif-Regular.02271ec5.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_SansSerif-Regular.2f7bc363.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Script-Regular.c81d1b2a.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Script-Regular.073b3402.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Script-Regular.fc9ba524.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(data:application/font-woff;base64,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) format("woff2"),url(data:application/font-woff;base64,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) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Size1-Regular.6de7d4b5.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(data:application/font-woff;base64,d09GMgABAAAAABRYAA4AAAAALRQAABQBAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgUQIDgmcDBEICqowoRYBNgIkA4EeC1IABCAFiQAHgiQMgRwbMycjEXZztMJT/OUBT8ZvqgIwIbZlhOVRe5/Y4TgOVm/26guMVEV+hCSzx9O2ft7ukikmSyhLL+AhNmAmWIHeF87oyyi4/NktATDObmBpQqkO0XGZSf5Woc5WoP4HGIc9v1xv0DrMVJGay0kidb3pvFxg18l2T0BGVkUSqOrh9sU0W9oBQkuW72GnqAI0AYKjV580ZSBCW8pFlbACq2yAdAEyoJ6MIAUl/9lF7aK+rhqdIUkCYlX6/79Wad/9VbUMdjlEHkgnwsaYP6+65tT/v5sDVcMNgz0nW9W7YeSeDhAqVnt8TjQeDyRJmMhNLDsdFyFcpM5yOPrRK2x+f6/1Zlt1xUpMECYMsfVK+7xHARg+gbYBAwDbgN0LAJukS0YfgiOAgVjjMoAfxPDtd/B8aodFfeBFlpk4OePRGqnFO0mArZ04iM1INxduUXJo0HIiAdGQQtbvIhtIRnYdFlrsGPY49i6OayXaBK1N+4iOZ/jKhJkIE3NmJgASxa4NPxHTilZv1j6oYxu+NME39+4i7w1bbTH4X8l/zv8E72Pv/f3e1++1vKd4M/N13eva1zWAQPzD1PAoQICn0Isi6/9g7G4d5sP3QPoy1Fs6kybwChb5P1sGpBrqibEWeAOo3RZUmLwDATI/c2BQq9aBQ+oLfObWiO8go6TkCzbT8SW1m2A8OBf4DsZOriFuz1usq4vJo+k8sG3xVjg7evBAQkx9K9Npxe0pcBtOY6vUrn6JiOEJBUOSk6T09J6qkVp48BYi+95SOsresAfzKFjwiHs/giVummaj9rahvHsejzzoeYtSoJhrqOippErQmsbTgxE5k2ZDwRBXJVmTCM2VhZvcQYrR0AAs4HMI3AfgYqms6JsoUmpTLvI/sQxx9/GPIWWMdY6gFGMcFF8KlFQfHQxITyAi1wKLOwGWe9jujbXGcu5gJl0mSgOFVXrR4UEnzSD4ZQDkaxFG2448dUpD/kc1Fbo3ILLdkHZM3otBo42C9yEkbdjxArojBwtw+KaFrmwTe2iOexXAfQYrz0DVsR1YbQcHQnk7Qg7/EVKKmxLePGoWUndyd1y0nDFhz7+244d4ux5PSb6r+0ZJAUJEkl6jK6ROeR6W87IQchlv2gLw0CW7PR0QgZUc+lnA7s5IyMOKXAhGpPtopL41auNr6xChYF1H9KmLDjHWGhFEXLPThAP3sccq3ENcdEhA3dTUlX+EVI2uQMIkTbcROUZaV4r1g1CIuhufIujouUyyym5Y31/njF0t2YJyFJjqHPpS2BhUeCQpAgQLX0QziLcJmlMBj51hTmItRPhmg/VeFLetmpsVSYPijjK66mhExAFi0NTbjZztkUzeYwGRaRdEYKdFqtuXTYGRAl1HBwGpe+khdI/AgdxL+qtaGJXJkRsj3nseSP6gQUWRDyQ2puUn0aFEgdk3jjgiEKkERvECpwRBUKJgUJJgUrJgUYpgk1pwOszQItwmzHz9IKhUoK9L5pgOi85wpf27ZuvwNPvvCiMxgihFWwEVV2uGXUUJDQxaGHQw6GFIhSENBgMMFAxGGEywsg0yN27JHk+ocukoazqZlSSPrXL7aGBPnxum7XBAZCAlLWme0uv7HsdpwwE5E6tSEfYd1d3t4WgXhs72wvsYa9KVpD2OLKdDvtBvn4UR2J8jz8cPSoS4tQRzlyC2U7igUyVdZyO+QtyQORlEEQCsHyBHBqo7cw5PhyKIQ1ODTBRM5p5JJQPAL5m+1WbDib9POUs4MTaC3Lce1dmbrx1ZAOaIcw8R2dWuX/hyAI9vThubi8w1Hrc22QWpllsITPcmLUL3jWWb3rtwQdikGTiQTS5Ff7utcimNzizQfqrHRbAY+JaXeDTdAsFUKwzmujZxuWySTre73TQMs8rMEJn285RRuOyDBXJ9HW6SmVZQ2leJFGFEBrup2wKRhSJC4dC7ne7CY0905DCyAhGBkQU6NzUwPLcAF+X3PffNpUznIdwhJfiW8ioeQyVzak3zulNgZCSEGdK+Vt/BJHK5uzXvlUz7yN9nPp00s6bT25zdHHhzpgMvVM1cSlA/jmHH7MUgc7EqtM680azVt+E9s7P/fgd72OwCF4Cs1G+0EGSnhty50o5g4+kgVUVW0HNUVIC5Kk1m/A9m+O4TwOPUV2O3VDrlJV6Mwu0J7/fykb1UDGqZI+Ob2TnndMrYqtnURrJU0gEbb7hRpZLcN7U655h2lQiUJWfP/nwLl7l/ozvC3V435X0VKKBcjoxUrASZiKruCuZ6KpX0G13BWb4a4zpHFROrQQtSXFArlOpGIUG9UN2ARIloZKDAKCQICo034QIECjKaLaWW0UjQaqluQwsk2oWKDqGiU6ju8owi0Y0j0YMj0YsjHUKiVPThFEz9rppmW8jcQQ6F1gDLFB6NABELmTnAgEEL0dBoBBi20MIRSwxy8mhGVbmol7HH4NPjqXcn8PsT7SRCjohOOsiachBNbw65rjHXzsU8O9fMB/eABd6BFjqIFjlILb6G52GJnYeldh6W2XlY7gGtcBCtdJBa5YfnY7WdjzV2Ptba+VjnAa13EG1wUHmj5Rrv/W0kyky8RmD0/pt1mkRNS4vfHGX3R3F97bx79m1YAQGamUkEYhRlRK07mAWYVwA4GSBGsWEMBvuF5hsNgCZigK8TmogDox4GiCDiE4VsEbu2Qka7ahqVlZwPq2hRyFOS7Q7mNhNUKWphCl8svJdsqVgidbhuzAzcHreLcFt0QhDkXOSgjC/E2ABB3hh3ts0D+0wiM4yLIiyA4GyAlIUZv9P+/s1vjbHbXoKylWf4RSCaiN6WYIAqGJwQSDHbwmyGU2qaE8UVBHFygiDFXFR/KopYHde3Vmbcx1lfHkvoeQbXl+bztRnGFNDkg1F5QAIBcqJBHvxCCC1CQU0oQFgGXp1uDCDXldJfZ1eqydaEdV+uZgt4oUsD0Qu2fLJKBy3V8nkq/Hc/NLvAn/dzP5/LmYte61N/KnLsObfGPj8JjqirSD0FU39j5jUqnkDKuSM4LT6cXkw3OI1/n5tlnBtKZ+U5UiteWuNmWKSCX2ZpTYhlbK5f6w9bWj9PxisFxqAEZ87JO5fabVNtu/7aiI8Qgj2B0cXuu0erKB97a7uycklJsq5dw1rxJEXMRS76aXeJ3qOGHBf4zEwf+/j1iVgHwdHHmYWSL/zax3eYdC7az2SS4bS3aJqkEbJ93PbqqHF2zNjvF264FF5ovbBNLDP0VWz4/7GPr+zwT/2xn+O0GCzeQOo1KFcya2sMKfJCkKfcxa3ww3LRN0i5AfJtnL5q5Vf7GIWlZdcQBhq+r1tywfrvCyEeeEE+gd+vzBzWVJ+pkmLxZey/w4Wo39nGLuw/6aThPUdq1if5oKroXYTDU97we2SkiX4mJ9UcSO+PHLynOKuIV5DqYy9fZk2k2lvAs9YJqdleb9NMTSJfl03vhuqrQBCtrftcEZAERVh8umrFpvt6/it/yP3u297PnEMqyPNAt1nc8gXuY59kr+P01d7G+3RSUh1TkKaAN15vEc2fJZE9+BypEc6td1Hdbb5/W1IGqJLAcgUlQglXMHj5kpVgDLdciBs4NQSU55MmbdoE1kj1cZu3Kcvhli3y/Hlmx3LUDCzWWaKTlwN2b3rsrfqBmuGu3xx9/1Z3WaSGUcgDg9IvJoiD/EzwUJ6P3EH5P/7wX+AfpL7qYy0+7G3t0QfT8rNBFYjykZcQa1c+A6G18FocPd2+9BgAJuvCyiKnZKnUjvd24t6PG2HKTKTxJ6AIwziWc9xBt18temdS2JHa+DexT3RyedhBsS9d+v5UD2X01mkXqZvAn7QIX4zpqM3+zoK/z8azPADpvONXgRimkfoJISCqdRDUIUT+D+sdspegfJ1nGEOZdKy2a9e9/YPug97AM6oQfh5vCYDqMF3a/VIfKP0oJ33v3yI4hVpqQ0MOZ8wJ9AYPJPUH9/5N7Xbd/eEHrnsbnC/fSArgxHMv/vGaesYro54DLH2cPSEQYMd89P6TEQhDbLhPlub/7zXNnx/cB1VXdUoe9fobWqNkIy69+ZThg3XAYn3hugHM4zdc8NOoKk5s1FGvv01wv+fxW7QzWwNEVLi+mPx/DLT7gEBw/VpeygTNgefhp4SSYU3jgHOHW5WxY8CpaRwuTYAf9ZlwIBdD8so2z7nTYzxhQCjQj3d+XuwQFsfDj6Z82GwFpGyK+Kj6HTcP5CZPIbDanG+CHxKExcWOzzvH9QJgTUZEhSLBo6+9X+uWlhb9+BWTWVB8oWSlni/Qr/x/Z9DLbWF+9WORtLTW/f5rjwqEASHH47zucNfU7uDDm4kxq/fK5o9PrhyjLcXmrTQHnoOfmDtqat2O604P/HIX+mIVjp3AsVeKIZj85awXP4GhR2f9VQD2DwlVyJ1zfxv5Wyytuibp0T/IerHYULrUETStsVTZ+bf8HeRnGhe4xnDdK3e9Ad3+SPypDGnjGq77Rzd3cXwFdfu3dmg9HQld3LyhM6PQ5s6VioZO+7EZY/94Gm293+5U/+vAH7mhaW3NXPO8uuIjPTVE1TW7Rgqe4WM20M+fn6dAuKgFvXJeso5ZJtmhq+8pz6FSs09mHmiG1lQdC5Olxa3e5y3l2BDyNW973FPFGRQqIHc2mcmXagjN5zeUsyV8eUH6PcfMH8l/XyvZPJqZfdpn3NrAFH2Sdux/OPOpuUrq1CU8+K42/a/E5aY/WiSrVYoGZZ11lbP2M5balesjk15KjJtRVap02r2ar6QM8Z9kK9lieDp5u+pAl34pUi9R+PUjdz3vteYVqJNenPgZuv4NJ4oL+BfwDwu3UCEIuipTy63+hvVTtejHwXw/g7sxsNS41rLL6QtRJLu3hxU3rnk6Y38FUZHaYi2qa7D6PxzyWplZF7Yc2GeB95dUfLg0HL9U2ipn6G++5q2JBb1BWbDK2Y6SSdVKq2nNkhIFM/leQaV1KH659t1F8Kf8ovZ+fokafL/bZZcVKW9Lnyp6ugzFN27XPZ0if1bOwqmkWUrZneqkN6RJgUQlBvjEKtkVhfqpDNWr8/viJ3ehr5IVl2UsTDkUkT6RlPyV1PZ9ozBiQB5uKtOj20QjjWXu7sOC5kqot/QdJ29pT9P4vQ9wONs+efVUWVH8kGHDddYI54F7cfq09haJPwFPcOMe3jq9dADwlVvVZ6SSmzMqX+vgKDvxKLktaRXlW3aURpxzLZ8GeIfqj3SF5Wv8Jh4JE9Sub82rV3+otesUN7ty/7cu+CdQjEv/wcPIvzB25eBEQuFKkeD7eNa1qKGn85NA4NoTvcrivs8TnexLTRRGrrgzHFZDrg8GxS5eu67kvMgTD8KtO2/cEN64iV4/GGR8jr5qyz62QhB2vDN78K2ynacnU0fy79q54NCKJ+LTR/XX4pTPV+zevtm7FhxZFSw65rI3RJWrxxZGsk4mt3Ufrd5UsvCXE0cEkuQkxxCn29JvO3zaGDYPT5w9JV5cMV2sKqf8lENjoD5ntebzRQrPn5sfBg3Y9eaY4R9Wyv1VfCTbppMQtQaZDGGIhfMXLXyzt3xZp2TX/oZthspXhS6KN+tRXsxQG+G0m4M7O7bwiqtibyDjj57hr+raSASbIpGHxFAPExuXt6UUL1uOYcyFv/ivoY9Ub9qxc5xYvszx8OKNqKkpPL4bWv8JbGC+ojlw8Msv0YqVCJv117zKPQKHx7FbsKDyr9Saetkf6bKf0d6kscFweJD8OSJRX3pczSIV4UiQV/pVUvJbpbxgJKwgWerHL6klkZ9JNPt3TWvw6Sn91LS/+qdpubykE6ZX29dsXwzTgxL2Og5/7n3mKXh7QXMGRBKtb7O9de7eLlHOb2wR/uWkZ1Hu8IPS/fwr+/cE615GLQCwATOVoux1QWvUoxnx/yJW71oMGPwNThiJqujvIhaAG/e2dSEzeAJvwocE7gFx8CDMBUZW8C9nWknk/pWFWSrif/AUI6cgoxsdCVogI5zjR0Q9rmI/mmBmUAwfZsRSGIJRPy8Q+QI8jJbVJT2Lch8wvNho8yCAkA9i2xwYhwMiOJ5OeIq5CJROzMVACHfOxaHY43MJSAvw5zLAH3Duk9k6V4DNRpOvpBDSQ29DgRGj5hsXdocBk0iUECOSE42WySorR1iUVKjfhIEaLmiQAf0qBKsWpDI4cTZc99Md0uFRFUrT4xq+sEdf7R8yX4WAxlU269IgbEG/U73+cE9TBvUYV2zEsElJjXdNvydjo31CspCO9sO63CuwKiiZcSaskdDBBlQ2VZOHmq1UUyEcMXCkhmM309irpoeNi5H5g8qyZGetOeY+9dsM6QnhgAhpn8fG0N8kj7FEu+U3NQe7r57Frv2HFly9CZMzJL9mglU1DTv7kOVcJqlaj6E9VEKutFYuNLK97wlz1UAxW809MJ4icWqQmBB7mEAfpkwfCUPSMv0uwjKVobXGqMGu3O+70g0se6AmkjZ6u++9n9Rj2ptwVU3sNbhPkhnT47fVp05RnZSFW6Rw0qhX9rd1Qqh4UlST0dgoZAa5vurb1ShWaVjAQGzszMqc0tRfM993wAM+SOXJ59WpO4DBm/AWwhEBBxAD9sNpOISYiIXYiIO4iIf4SICESITESIKkSIbkSIGUKI41NRymaR8tXbuLdnImw4N9/f8Zk9UVp9NBw1hngVNoF40toB2H47RcU120x8l0fJZ/akaRx8qc6qNpx+E4nfR7c0PFEzxZ3xxDaEtLFP0sucNRDFj+GIAJ1so9510AwFtK2AAHKLzWo3V1zVHvumYl9Qmq5U42zFmv1E6MGZaRu9nLABHqzUKNzSxuOQZC051oZvWIzTGsU3vL6GNCYRUA) format("woff2"),url(data:application/font-woff;base64,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) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Size2-Regular.57f5c183.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:application/font-woff;base64,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) format("woff2"),url(data:application/font-woff;base64,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) format("woff"),url(data:application/octet-stream;base64,AAEAAAAOAIAAAwBgT1MvMkW5k7EAAAjUAAAAYGNtYXAqVE9aAAAJNAAAAJRjdnQgAAAAAAAAGHAAAAAOZnBnbWIu+XoAAAnIAAAODGdhc3AAAAAQAAAdnAAAAAhnbHlm1XF0WAAAAOwAAAbWaGVhZF8iQtkAAAgYAAAANmhoZWEGBgHyAAAIsAAAACRobXR4N7n7PgAACFAAAABebG9jYRTxE20AAAfkAAAAMm1heHAAqA5eAAAHxAAAACBuYW1lX9V+tAAAGIAAAASAcG9zdHsvM0UAAB0AAAAAnHByZXB+tju2AAAX1AAAAJwAAgAyAAAAyAIVAAMABwAAMxEzESczESMylmQyMgIV/esyAbEAAQDR/EsCvQWqAB4AAAEUByMnJicAAyY1NDcSATY3NzMWFRQHBgIREBMSFxYCvQYfBB45/sovBwcvATY5HgQfBgvDvUBc5Av8VAMGBBg9AVUCPFB2dFICOwFVPRgEBgMEDMr9vv51/sP/AP6U7QwAAAEAIvxLAg4FqgAbAAAlEAE0NjMzFxYXABMWFRQHAgEGBwcjIiY1NjcAAaz+dggODwQeOQE2LwcHL/7KOR4EDw8HLzsBIPsDGQGKCAQEGD3+q/3FUnR1Uf3E/qs9GAQECC9NAYAAAAEAN/xLA90FqgAVAAATIiY1NDc2ADc2MzIWBwYDBgAHAAcGUQsPAQMDbgIGEAwQAQaPH/7BW/7dBAf8SxELBAIJCSUDDBILEv6BUvys8fz1BAsAAAEA9/xLAgQFqgAHAAATESEVIxEzFfcBDc/P/EsJXz73HT4AAAEAOPxLA9wFqgAXAAABFAYjIicmASYAJwI1NDYzFhcWARYAFxID3BAKDwcE/t1b/sEflBAMDQYEASNbAT8flfxmCxALBAML8QNUUgGMCAwOAgkE/PXx/KxS/nEAAQAL/EsBGAWqAAcAABM1IREhNTMRCwEN/vPPBWw+9qE+COMAAQCC/EsCagWqAE8AAAEHIycmJicmJgMCJyYmJyYnJic0NjY3NjY3NhMSNjc2NzczFxUUBxQHBgcGBwYGAwIGBwYGBw4CBwcXFhYXFhYTFBUWFxYVFhcWFxYVFhUCagYeDmB6EgUBAQEBDGJFAgIJAQIECEViDAEBAQEFJcUQHgYCCiQaXxQEAQEBAQUPZU8DDAcCCRFVbhAFAQEBBAEUXxokCgL8UQYGKH1LFTsBEQFCCk6BJQEBDggKCAMEJIBQCgFCARE8FZlVBwYPEAICBBIUSV4UOP7v/vA8FUV4KgIGBAEDCSp9SBU8/vEwS80RAwJeSRQSBAICEAAAAQCD/EsCagWqAEcAABI0NjsCFxYWFxYWExMXFhcWFxYWFRQGBgcGBwYHBwMCBgcGBgcHIyImPQI0NzI3NzY3NhI3Njc2NzY3NycmJyYCJyYnJieDBQwFDg9eeRIGAQEBAhFoJRgHAwEEBToqQw8CAQEBBhJ5Xg8OEAYHAQMGlhkBAgENNBclKTAUFLsbAQIBGZYOAgWGHgYGKHtKFz3+8P7ADnZWHAsEBg0KBwQDHS9JXQ7+v/7wPRdKeygGBAoHBg0DAgJSjBECcxFPQR0eIBkJCmGjEAJ0EYxSBgQAAf/8AjQFpwMEAA4AAAMkNwUFFAcHIiQiBCMnJgQCk0EBbAFrBAQF/T0K/TwFBAQCW5oPVFUBExOGhhMTAAABAAICYgWhAu0AKAAAATYzMhcWFxYXFjMyNzYzFBYVFAcGBwYiJyYnJicmIyIHBiM0JjQ2NzYBcDM5OwxNf1o6LTej9hUDCXSqjwxaDE2BWjkuN6P2FQMJYxKHAuUIAQglGggHUAcCHQMEIzUMAQEHJhoIB1AHAh0GHwUrAAAB+lgCNAADAwQADgAAASQ3BQUUBwciJCIEIycm+lgCk0EBbAFrBAQF/TwI/TsFBAQCW5oPVFUBExOGhhMTAAH6XgJi//0C7QAoAAABNjMyFxYXFhcWMzI3NjMUFhUUBwYHBiInJicmJyYjIgcGIzQmNDY3NvvMMzk7DE1/WjotN6P2FQMJdKqPDFoMTYFaOS43o/YVAwljEocC5QgBCCUaCAdQBwIdAwQjNQwBAQcmGggHUAcCHQYfBSsAAAEAb/xKA/wFqgAeAAAlEhc0ADc2MzIWFxQABwYjIjUmAic0BwYGBwcmJyc3AQjGCwH8AgYMBgwB/dQEAxUMAtoCIAcRBAUGBw1M+PxoMAMIaAUKCgcI9sYECQICBAACAzQLHAYHBQgNegABAPb8SwI7BaoABQAAExEhFSER9gFF/vn8SwlfPvbfAAEAC/xLAVAFqgAFAAATNSERIxELAUU+BWw+9qEJIQAAAQD2/EsCOwWqAAUAABMRMxEhFfY+AQf8Swlf9t8+AAABAAv8SwFQBaoABQAAAREzESE1ARI+/rv8iQkh9qE+AAEAfvxKAo4FqgAWAAA3NRMSNzYzMhYVFQMCFBMTFRQGIicmA37r6gILEA0R6Ojo6BIYDwLq8hECSgJKBA8RDgj9vP2+Bv2+/b0JDhEPBAJKAAABAF78SwJvBaoAFwAAJTQANTQ3NjMyFxYTExUDAgcGIyI1NRMSAi/+LwEKFBALAurr6+sBCBMe6Oj6AgSHDQICFg8E/bb9thH9tf20AQ8eCQJDAkIAAAAAAQAAABgAUAACAAAAAAACAAAAAACNAAAAAA4MAAAAAAAAABIAEgASABIASgB9AKcAuQDnAPkBdwHmAeYCBQJEAmMCogLXAucC9wMHAxcDQANrAAAAAQAAAAEAAJwP0hRfDzz1AA8D6AAAAAAAAAAAAAAAAAAAAAD6WPxKBacFqgAAAAgAAgAAAAAAAAD6ADIAAAAAAU0AAAD6AAAC4ADRAuAAIgQUADcCEAD3BBQAOAIQAAsC7gCCAu4AgwD6AAAFpP/8BaQAAgAA+lgAAPpeA+gAbwJHAPYCRwALAkcA9gJHAAsC7gB+AF4AAAABAAAFqvxKAFoFpPpY/+wFpwABAAAAAAAAAAAAAAAAAAAAFwACAvIBkAAFAAACigK8AAAAjAKKArwAAAHgADEBAgAAAAAAAAAAAAAAAIAAAO8QAOztAAAAAAAAAABQZkVkAEAAICfpAyD/OABaBaoDtiAAAI9eAwAAAAAAAAAAACAAAQAAAAIAAAADAAAAFAADAAEAAAAUAAQAgAAAABwAEAADAAwAIAApAC8AXQB7AH0AoALGAtwDAyIaIwsn6f//AAAAIAAoAC8AWwB7AH0AoALGAtwDAiIaIwgn6P///+P/3P/X/6z/j/+O/2z9R/0y/Q3d990K2C4AAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwjISMhLbADLCBkswMUFQBCQ7ATQyBgYEKxAhRDQrElA0OwAkNUeCCwDCOwAkNDYWSwBFB4sgICAkNgQrAhZRwhsAJDQ7IOFQFCHCCwAkMjQrITARNDYEIjsABQWGVZshYBAkNgQi2wBCywAyuwFUNYIyEjIbAWQ0MjsABQWGVZGyBkILDAULAEJlqyKAENQ0VjRbAGRVghsAMlWVJbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBDUNFY0VhZLAoUFghsQENQ0VjRSCwMFBYIbAwWRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAIlsAxDY7AAUliwAEuwClBYIbAMQxtLsB5QWCGwHkthuBAAY7AMQ2O4BQBiWVlkYVmwAStZWSOwAFBYZVlZIGSwFkMjQlktsAUsIEUgsAQlYWQgsAdDUFiwByNCsAgjQhshIVmwAWAtsAYsIyEjIbADKyBksQdiQiCwCCNCsAZFWBuxAQ1DRWOxAQ1DsABgRWOwBSohILAIQyCKIIqwASuxMAUlsAQmUVhgUBthUllYI1khWSCwQFNYsAErGyGwQFkjsABQWGVZLbAHLLAJQyuyAAIAQ2BCLbAILLAJI0IjILAAI0JhsAJiZrABY7ABYLAHKi2wCSwgIEUgsA5DY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAossgkOAENFQiohsgABAENgQi2wCyywAEMjRLIAAQBDYEItsAwsICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsA0sICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDiwgsAAjQrMNDAADRVBYIRsjIVkqIS2wDyyxAgJFsGRhRC2wECywAWAgILAPQ0qwAFBYILAPI0JZsBBDSrAAUlggsBAjQlktsBEsILAQYmawAWMguAQAY4ojYbARQ2AgimAgsBEjQiMtsBIsS1RYsQRkRFkksA1lI3gtsBMsS1FYS1NYsQRkRFkbIVkksBNlI3gtsBQssQASQ1VYsRISQ7ABYUKwEStZsABDsAIlQrEPAiVCsRACJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsBAqISOwAWEgiiNhsBAqIRuxAQBDYLACJUKwAiVhsBAqIVmwD0NHsBBDR2CwAmIgsABQWLBAYFlmsAFjILAOQ2O4BABiILAAUFiwQGBZZrABY2CxAAATI0SwAUOwAD6yAQEBQ2BCLbAVLACxAAJFVFiwEiNCIEWwDiNCsA0jsABgQiBgtxgYAQARABMAQkJCimAgsBQjQrABYbEUCCuwiysbIlktsBYssQAVKy2wFyyxARUrLbAYLLECFSstsBkssQMVKy2wGiyxBBUrLbAbLLEFFSstsBwssQYVKy2wHSyxBxUrLbAeLLEIFSstsB8ssQkVKy2wKywjILAQYmawAWOwBmBLVFgjIC6wAV0bISFZLbAsLCMgsBBiZrABY7AWYEtUWCMgLrABcRshIVktsC0sIyCwEGJmsAFjsCZgS1RYIyAusAFyGyEhWS2wICwAsA8rsQACRVRYsBIjQiBFsA4jQrANI7AAYEIgYLABYbUYGAEAEQBCQopgsRQIK7CLKxsiWS2wISyxACArLbAiLLEBICstsCMssQIgKy2wJCyxAyArLbAlLLEEICstsCYssQUgKy2wJyyxBiArLbAoLLEHICstsCkssQggKy2wKiyxCSArLbAuLCA8sAFgLbAvLCBgsBhgIEMjsAFgQ7ACJWGwAWCwLiohLbAwLLAvK7AvKi2wMSwgIEcgILAOQ2O4BABiILAAUFiwQGBZZrABY2AjYTgjIIpVWCBHICCwDkNjuAQAYiCwAFBYsEBgWWawAWNgI2E4GyFZLbAyLACxAAJFVFixDgZFQrABFrAxKrEFARVFWDBZGyJZLbAzLACwDyuxAAJFVFixDgZFQrABFrAxKrEFARVFWDBZGyJZLbA0LCA1sAFgLbA1LACxDgZFQrABRWO4BABiILAAUFiwQGBZZrABY7ABK7AOQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixNAEVKiEtsDYsIDwgRyCwDkNjuAQAYiCwAFBYsEBgWWawAWNgsABDYTgtsDcsLhc8LbA4LCA8IEcgsA5DY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2GwAUNjOC2wOSyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsjgBARUUKi2wOiywABawFyNCsAQlsAQlRyNHI2GxDABCsAtDK2WKLiMgIDyKOC2wOyywABawFyNCsAQlsAQlIC5HI0cjYSCwBiNCsQwAQrALQysgsGBQWCCwQFFYswQgBSAbswQmBRpZQkIjILAKQyCKI0cjRyNhI0ZgsAZDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwBENgZCOwBUNhZFBYsARDYRuwBUNgWbADJbACYiCwAFBYsEBgWWawAWNhIyAgsAQmI0ZhOBsjsApDRrACJbAKQ0cjRyNhYCCwBkOwAmIgsABQWLBAYFlmsAFjYCMgsAErI7AGQ2CwASuwBSVhsAUlsAJiILAAUFiwQGBZZrABY7AEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDwssAAWsBcjQiAgILAFJiAuRyNHI2EjPDgtsD0ssAAWsBcjQiCwCiNCICAgRiNHsAErI2E4LbA+LLAAFrAXI0KwAyWwAiVHI0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABjYyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsD8ssAAWsBcjQiCwCkMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wQCwjIC5GsAIlRrAXQ1hQG1JZWCA8WS6xMAEUKy2wQSwjIC5GsAIlRrAXQ1hSG1BZWCA8WS6xMAEUKy2wQiwjIC5GsAIlRrAXQ1hQG1JZWCA8WSMgLkawAiVGsBdDWFIbUFlYIDxZLrEwARQrLbBDLLA6KyMgLkawAiVGsBdDWFAbUllYIDxZLrEwARQrLbBELLA7K4ogIDywBiNCijgjIC5GsAIlRrAXQ1hQG1JZWCA8WS6xMAEUK7AGQy6wMCstsEUssAAWsAQlsAQmICAgRiNHYbAMI0IuRyNHI2GwC0MrIyA8IC4jOLEwARQrLbBGLLEKBCVCsAAWsAQlsAQlIC5HI0cjYSCwBiNCsQwAQrALQysgsGBQWCCwQFFYswQgBSAbswQmBRpZQkIjIEewBkOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILAEQ2BkI7AFQ2FkUFiwBENhG7AFQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbEwARQrLbBHLLEAOisusTABFCstsEgssQA7KyEjICA8sAYjQiM4sTABFCuwBkMusDArLbBJLLAAFSBHsAAjQrIAAQEVFBMusDYqLbBKLLAAFSBHsAAjQrIAAQEVFBMusDYqLbBLLLEAARQTsDcqLbBMLLA5Ki2wTSywABZFIyAuIEaKI2E4sTABFCstsE4ssAojQrBNKy2wTyyyAABGKy2wUCyyAAFGKy2wUSyyAQBGKy2wUiyyAQFGKy2wUyyyAABHKy2wVCyyAAFHKy2wVSyyAQBHKy2wViyyAQFHKy2wVyyzAAAAQystsFgsswABAEMrLbBZLLMBAABDKy2wWiyzAQEAQystsFssswAAAUMrLbBcLLMAAQFDKy2wXSyzAQABQystsF4sswEBAUMrLbBfLLIAAEUrLbBgLLIAAUUrLbBhLLIBAEUrLbBiLLIBAUUrLbBjLLIAAEgrLbBkLLIAAUgrLbBlLLIBAEgrLbBmLLIBAUgrLbBnLLMAAABEKy2waCyzAAEARCstsGksswEAAEQrLbBqLLMBAQBEKy2wayyzAAABRCstsGwsswABAUQrLbBtLLMBAAFEKy2wbiyzAQEBRCstsG8ssQA8Ky6xMAEUKy2wcCyxADwrsEArLbBxLLEAPCuwQSstsHIssAAWsQA8K7BCKy2wcyyxATwrsEArLbB0LLEBPCuwQSstsHUssAAWsQE8K7BCKy2wdiyxAD0rLrEwARQrLbB3LLEAPSuwQCstsHgssQA9K7BBKy2weSyxAD0rsEIrLbB6LLEBPSuwQCstsHsssQE9K7BBKy2wfCyxAT0rsEIrLbB9LLEAPisusTABFCstsH4ssQA+K7BAKy2wfyyxAD4rsEErLbCALLEAPiuwQistsIEssQE+K7BAKy2wgiyxAT4rsEErLbCDLLEBPiuwQistsIQssQA/Ky6xMAEUKy2whSyxAD8rsEArLbCGLLEAPyuwQSstsIcssQA/K7BCKy2wiCyxAT8rsEArLbCJLLEBPyuwQSstsIossQE/K7BCKy2wiyyyCwADRVBYsAYbsgQCA0VYIyEbIVlZQiuwCGWwAyRQeLEFARVFWDBZLQBLuADIUlixAQGOWbABuQgACABjcLEAB0KxAAAqsQAHQrEACiqxAAdCsQAKKrEAB0K5AAAACyqxAAdCuQAAAAsquQADAABEsSQBiFFYsECIWLkAAwBkRLEoAYhRWLgIAIhYuQADAABEWRuxJwGIUVi6CIAAAQRAiGNUWLkAAwAARFlZWVlZsQAOKrgB/4WwBI2xAgBEswVkBgBERAAAAAAAAAAAAAAAAAAAAAAAAAAJAHIAAwABBAkAAACiAAAAAwABBAkAAQAWAKIAAwABBAkAAgAOALgAAwABBAkAAwBGAMYAAwABBAkABAAmAQwAAwABBAkABQBCATIAAwABBAkABgAmAQwAAwABBAkADQJmAXQAAwABBAkADgA0A9oAQwBvAHAAeQByAGkAZwBoAHQAIAAoAGMAKQAgADIAMAAwADkALQAyADAAMQAwACAARABlAHMAaQBnAG4AIABTAGMAaQBlAG4AYwBlACwAIABJAG4AYwAuAAoAQwBvAHAAeQByAGkAZwBoAHQAIAAoAGMAKQAgADIAMAAxADQALQAyADAAMQA4ACAASwBoAGEAbgAgAEEAYwBhAGQAZQBtAHkASwBhAFQAZQBYAF8AUwBpAHoAZQAzAFIAZQBnAHUAbABhAHIARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABLAGEAVABlAFgAXwBTAGkAegBlADMALQBSAGUAZwB1AGwAYQByAEsAYQBUAGUAWABfAFMAaQB6AGUAMwAtAFIAZQBnAHUAbABhAHIAVgBlAHIAcwBpAG8AbgAgADEALgAxADsAIAB0AHQAZgBhAHUAdABvAGgAaQBuAHQAIAAoAHYAMQAuADgALgAzACkAQwBvAHAAeQByAGkAZwBoAHQAIAAoAGMAKQAgADIAMAAwADkALQAyADAAMQAwACwAIABEAGUAcwBpAGcAbgAgAFMAYwBpAGUAbgBjAGUALAAgAEkAbgBjAC4AIAAoADwAdwB3AHcALgBtAGEAdABoAGoAYQB4AC4AbwByAGcAPgApAAoAQwBvAHAAeQByAGkAZwBoAHQAIAAoAGMAKQAgADIAMAAxADQALQAyADAAMQA4ACAASwBoAGEAbgAgAEEAYwBhAGQAZQBtAHkAIAAoADwAdwB3AHcALgBrAGgAYQBuAGEAYwBhAGQAZQBtAHkALgBvAHIAZwA+ACkALAAKAHcAaQB0AGgAIABSAGUAcwBlAHIAdgBlAGQAIABGAG8AbgB0ACAATgBhAG0AZQAgAEsAYQBUAGUAWABfAFMAaQB6AGUAMwAuAAoACgBUAGgAaQBzACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAGkAcwAgAGwAaQBjAGUAbgBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAxAC4AMQAuAAoAVABoAGkAcwAgAGwAaQBjAGUAbgBzAGUAIABhAHYAYQBpAGwAYQBiAGwAZQAgAHcAaQB0AGgAIABhACAARgBBAFEAIABhAHQAOgAKAGgAdAB0AHAAOgAvAC8AcwBjAHIAaQBwAHQAcwAuAHMAaQBsAC4AbwByAGcALwBPAEYATABoAHQAdABwADoALwAvAHMAYwByAGkAcAB0AHMALgBzAGkAbAAuAG8AcgBnAC8ATwBGAEwAAgAAAAAAAP+DADIAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAQACAAMACwAMABIAPgA/AEAAXgBgAQIA2ADZAQMBBAClAQUBBgEHAQgBCQEKB3VuaTAwQTAHdW5pMDMwMgl0aWxkZWNvbWIHdW5pMjMwOAd1bmkyMzA5B3VuaTIzMEEHdW5pMjMwQgd1bmkyN0U4B3VuaTI3RTkAAQAB//8ADw==) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(data:application/font-woff;base64,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) format("woff2"),url(data:application/font-woff;base64,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) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Size4-Regular.4ad7c7e8.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Typewriter-Regular.c295e7f7.woff2) format("woff2"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Typewriter-Regular.4c6b94fd.woff) format("woff"),url(https://s.alicdn.com/@g/code/npm/@ali/buyer-agent/1.0.833/assets/KaTeX_Typewriter-Regular.c5c02d76.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}

.container--prZjWvXh {
  --md-font-size-xxxl: 32px;
  --md-font-size-xxl: 24px;
  --md-font-size-xl: 20px;
  --md-font-size-lg: 18px;
  --md-font-size-md: 16px;
  --md-font-size-sm: 14px;
  --md-font-size-xs: 12px;
  --md-margin-xl: 32px;
  --md-margin-lg: 24px;
  --md-margin-md: 16px;
  --md-margin-sm: 8px;
  --md-margin-xs: 4px;
  --md-color: #222;
  --md-color-gray: #767676;
  --md-cta-color: #ddd;
  --md-cta-color-hover: #1ead6f;
  --md-link-color: var(--md-color);
  --md-link-color-hover: var(--md-link-color);
  --md-link-color-active: var(--md-link-color);
  --md-link-color-visited: var(--md-link-color);
  --md-link-decoration: underline;
  --md-link-decoration-hover: var(--md-link-decoration);
  --md-button-decoration: none;
  --md-button-decoration-hover: var(--md-button-decoration);
  font-size: var(--md-font-size-md);
  line-height: 1.5;
  color: var(--md-color);
  /* 自定义卡片 */
  /* 适配移动端 */
}
.container--prZjWvXh code {
  font-family: inherit;
}
.container--prZjWvXh h1 {
  font-size: var(--md-font-size-xxxl);
  margin-bottom: 8px;
}
.container--prZjWvXh h2 {
  font-size: var(--md-font-size-xxl);
  margin-bottom: 8px;
}
.container--prZjWvXh h3 {
  font-size: var(--md-font-size-xl);
}
.container--prZjWvXh h4 {
  font-size: var(--md-font-size-lg);
}
.container--prZjWvXh h5,
.container--prZjWvXh h6 {
  font-size: var(--md-font-size-md);
}
.container--prZjWvXh h1,
.container--prZjWvXh h2,
.container--prZjWvXh h3,
.container--prZjWvXh h4,
.container--prZjWvXh h5,
.container--prZjWvXh h6 {
  margin-bottom: 8px;
  font-weight: 600;
}
.container--prZjWvXh * + h1,
.container--prZjWvXh * + h2,
.container--prZjWvXh * + h3 {
  margin-top: var(--md-margin-xl);
}
.container--prZjWvXh * + h4,
.container--prZjWvXh * + h5,
.container--prZjWvXh * + table,
.container--prZjWvXh * + .chart--TjZW3_LW {
  margin-top: var(--md-margin-md);
}
.container--prZjWvXh * + p,
.container--prZjWvXh * + ul,
.container--prZjWvXh * + ol {
  margin-top: var(--md-margin-sm);
}
.container--prZjWvXh * + cite {
  margin-left: 4px;
}
.container--prZjWvXh p {
  margin-bottom: var(--md-margin-sm);
}
.container--prZjWvXh hr {
  margin: var(--md-margin-md) 0;
  border: 0;
  height: 1px;
  background: #ddd;
}
.container--prZjWvXh ol,
.container--prZjWvXh ul {
  margin-bottom: 20px;
  padding-left: 26px;
  overflow: hidden;
}
.container--prZjWvXh ol {
  list-style: decimal;
}
.container--prZjWvXh ol ol {
  list-style: lower-roman;
}
.container--prZjWvXh ul {
  list-style: disc;
}
.container--prZjWvXh ul ul {
  list-style: circle;
}
.container--prZjWvXh li + li {
  margin-top: var(--md-margin-sm);
}
.container--prZjWvXh p,
.container--prZjWvXh ul,
.container--prZjWvXh ol {
  line-height: 1.5;
}
.container--prZjWvXh p:last-child,
.container--prZjWvXh ul:last-child,
.container--prZjWvXh ol:last-child,
.container--prZjWvXh p ul,
.container--prZjWvXh ul ul,
.container--prZjWvXh ol ul,
.container--prZjWvXh p ol,
.container--prZjWvXh ul ol,
.container--prZjWvXh ol ol {
  margin-bottom: 0;
}
.container--prZjWvXh strong {
  font-weight: 600;
}
.container--prZjWvXh blockquote {
  color: var(--md-color-gray);
  font-size: var(--md-font-size-sm);
  padding-left: 10px;
  margin: 10px 0;
  position: relative;
}
.container--prZjWvXh blockquote:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  border-radius: 2px;
  background-color: #d8dad9;
}
.container--prZjWvXh a {
  --ba-color-link: var(--md-link-color);
  --ba-color-link-hover: var(--md-link-color);
  --ba-color-link-active: var(--md-link-color);
  --ba-link-decoration: var(--md-link-decoration);
  --ba-link-hover-decoration: var(--md-link-decoration);
  --ba-link-focus-decoration: var(--md-link-decoration);
  --adm-color-primary: var(--md-link-color);
}
.container--prZjWvXh a.ant-btn {
  --ba-link-decoration: var(--md-button-decoration);
  --ba-link-hover-decoration: var(--md-button-decoration);
  --ba-link-focus-decoration: var(--md-button-decoration);
}
.container--prZjWvXh .ant-btn {
  --ba-border-radius-sm: 14px;
}
.container--prZjWvXh .ant-btn.ant-btn-text {
  background: #f4f4f4;
}
.container--prZjWvXh cite {
  padding: 0 4px;
  border-radius: 5px;
  color: var(--md-color-gray);
  background: #e5e5e5;
  overflow: hidden;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: var(--md-font-size-xs);
  font-style: normal;
  line-height: 1.4;
  white-space: pre-wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.container--prZjWvXh cite a {
  min-width: 8px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
}
.container--prZjWvXh .table--Tik9zsRe,
.container--prZjWvXh .chart--TjZW3_LW {
  font-size: var(--md-font-size-sm);
  margin-bottom: 16px;
}
.container--prZjWvXh .table--Tik9zsRe {
  overflow: auto;
  margin-top: 16px;
}
.container--prZjWvXh table {
  border-collapse: collapse;
  width: 100%;
}
.container--prZjWvXh th,
.container--prZjWvXh td {
  border: 1px solid #ddd;
  padding: 6px 12px;
  text-align: left;
  word-break: auto-phrase;
}
.container--prZjWvXh th img,
.container--prZjWvXh td img {
  width: 100px;
  height: 100px;
}
.container--prZjWvXh th {
  background-color: #f2f2f2;
  vertical-align: bottom;
}
.container--prZjWvXh img {
  max-width: 100%;
  max-height: 100%;
}
.container--prZjWvXh .group--p_8Yz4TI {
  padding: 6px 0;
}
.container--prZjWvXh .mark--vfbS08ai {
  background: #1ead6f1a;
}
.container--prZjWvXh .chart--TjZW3_LW {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}
.container--prZjWvXh .chart--TjZW3_LW .chartImage--Kke5qkAS {
  width: 500px;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16/9;
  background: #f4f4f4;
  padding: 16px;
  overflow: hidden;
}
.container--prZjWvXh .chart--TjZW3_LW .chartDescription--rSRkcoHC {
  text-align: center;
  color: var(--md-color-gray);
}
.container--prZjWvXh .cta--KKV1zPHl {
  cursor: pointer;
  border-bottom: 1px solid var(--md-cta-color);
  transition: 0.3s;
}
.container--prZjWvXh .cta--KKV1zPHl:hover {
  color: var(--md-cta-color-hover);
  border-color: var(--md-cta-color-hover);
}
.container--prZjWvXh .ctaDisabled--bq0z3l56 {
  /* 当 sid 存在时的样式，移除边框和鼠标指针 */
  border-bottom: none;
  cursor: default;
}
.container--prZjWvXh .code--xzg70Ubv,
.container--prZjWvXh .capsule--K1MMl7MF,
.container--prZjWvXh .product--n_AdwPMK {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 4px 8px;
  overflow: hidden;
  color: var(--md-color-gray);
  font-size: var(--md-font-size-sm);
  font-style: normal;
  font-weight: 400;
}
.container--prZjWvXh .capsule--K1MMl7MF,
.container--prZjWvXh .product--n_AdwPMK {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.container--prZjWvXh .capsule--K1MMl7MF {
  text-decoration: none;
}
.container--prZjWvXh .capsule--K1MMl7MF .capsuleIcon--vYdmcMvV {
  flex: none;
}
.container--prZjWvXh .capsule--K1MMl7MF .capsuleImage--Y0LoEdpt {
  flex: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 50%;
  background: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container--prZjWvXh .capsule--K1MMl7MF .capsuleText--VB1E7FQE {
  flex: 1;
}
.container--prZjWvXh .code--xzg70Ubv {
  overflow: hidden;
}
.container--prZjWvXh .product--n_AdwPMK {
  gap: 12px;
  width: 220px;
  overflow: hidden;
  color: #222;
  border: 1px solid #ddd;
}
.container--prZjWvXh .product--n_AdwPMK.noBorder--F0OX5sI2 {
  border-width: 0;
  padding: 0;
}
.container--prZjWvXh .product--n_AdwPMK .ant-image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container--prZjWvXh .product--n_AdwPMK .ant-image-mask {
  background-color: rgba(0, 0, 0, 0.04);
  opacity: 1;
  cursor: default;
}
.container--prZjWvXh .product--n_AdwPMK .productImage--VnRC8fDr {
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 2px;
}
.container--prZjWvXh .product--n_AdwPMK .productTitle--k80lQl5m {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container--prZjWvXh .product--n_AdwPMK .productPrice--AP2IKcUn {
  font-weight: 600;
}
.container--prZjWvXh .product--n_AdwPMK .productMoq--t3o6hPTB {
  font-weight: 400;
}
.container--prZjWvXh .product--n_AdwPMK.sm--uIl37rb4,
.container--prZjWvXh .product--n_AdwPMK.md--g5KK26Ir {
  width: calc(50% - 6px);
  min-width: 210px;
  max-width: 394px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}
.container--prZjWvXh .product--n_AdwPMK.sm--uIl37rb4 .productImage--VnRC8fDr {
  height: 70px;
  width: auto;
  aspect-ratio: 1;
  border-radius: 4px;
}
.container--prZjWvXh .product--n_AdwPMK.md--g5KK26Ir .productImage--VnRC8fDr {
  height: 100px;
  width: auto;
  aspect-ratio: 1;
  border-radius: 4px;
}
.container--prZjWvXh .product--n_AdwPMK .productInfo--ItfN8x6l {
  width: 100%;
}
.container--prZjWvXh .product--n_AdwPMK.vertical--Z6Zz1wcu {
  flex-direction: column;
  /* width: calc(25% - 16px); */
  min-width: 188px;
  max-width: 258px;
  background: none;
  padding: 0px;
  flex: 1;
}
.container--prZjWvXh .product--n_AdwPMK.vertical--Z6Zz1wcu .productImage--VnRC8fDr {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 8px;
}
.container--prZjWvXh .product--n_AdwPMK.vertical--Z6Zz1wcu .productImage--VnRC8fDr .ant-image-mask {
  cursor: pointer;
}
.container--prZjWvXh .product--n_AdwPMK.vertical--Z6Zz1wcu .productImage--VnRC8fDr:hover .similarSearch--YSJUW5Qs {
  opacity: 1;
}
.container--prZjWvXh .product--n_AdwPMK.vertical--Z6Zz1wcu .productImage--VnRC8fDr .similarSearch--YSJUW5Qs {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  color: #222;
}
.container--prZjWvXh .product--n_AdwPMK.vertical--Z6Zz1wcu .productPrice--AP2IKcUn {
  font-size: var(--md-font-size-lg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container--prZjWvXh .product--n_AdwPMK.vertical--Z6Zz1wcu.sm--uIl37rb4 {
  /* width: calc(20% - 13px); */
  min-width: 147px;
  max-width: 188px;
}
.container--prZjWvXh .product--n_AdwPMK.vertical--Z6Zz1wcu.sm--uIl37rb4 .productTitle--k80lQl5m {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container--prZjWvXh.mobile--VzPyRkM4 {
  font-size: var(--md-font-size-sm);
  /* 移动端默认两列 */
  /* 移动端表格允许左右滑动 */
}
.container--prZjWvXh.mobile--VzPyRkM4 h1 {
  font-size: var(--md-font-size-xxl);
}
.container--prZjWvXh.mobile--VzPyRkM4 h2 {
  font-size: var(--md-font-size-xl);
}
.container--prZjWvXh.mobile--VzPyRkM4 h3,
.container--prZjWvXh.mobile--VzPyRkM4 h4 {
  font-size: var(--md-font-size-lg);
}
.container--prZjWvXh.mobile--VzPyRkM4 h5 {
  font-size: var(--md-font-size-md);
}
.container--prZjWvXh.mobile--VzPyRkM4 * + h3 {
  margin-top: var(--md-margin-lg);
}
.container--prZjWvXh.mobile--VzPyRkM4 * + h4,
.container--prZjWvXh.mobile--VzPyRkM4 * + h5 {
  margin-top: var(--md-margin-md);
}
.container--prZjWvXh.mobile--VzPyRkM4 .group--p_8Yz4TI {
  gap: 12px !important;
}
.container--prZjWvXh.mobile--VzPyRkM4 .product--n_AdwPMK.vertical--Z6Zz1wcu {
  width: calc(50% - 6px);
  min-width: 120px;
  max-width: 258px;
  flex: none;
}
.container--prZjWvXh.mobile--VzPyRkM4 .table--Tik9zsRe table {
  width: -moz-max-content;
  width: max-content;
}
.container--prZjWvXh.mobile--VzPyRkM4 .table--Tik9zsRe table th,
.container--prZjWvXh.mobile--VzPyRkM4 .table--Tik9zsRe table td {
  max-width: 230px;
}
.container--prZjWvXh.mobile--VzPyRkM4 .chartImage--Kke5qkAS {
  aspect-ratio: auto;
  min-height: 200px;
  max-height: 300px;
}

.platform--FV__Eqnt {
  font-size: 12px;
  max-height: 32px;
  line-height: 16px;
  overflow: hidden;
  word-break: break-word;
  display: flex;
  align-items: center;
}
.platform--FV__Eqnt .iconWrapper--ZqwCgDa9 {
  flex: none;
}
.platform--FV__Eqnt .icon--G1_1I74K {
  height: 14px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline;
  border: 0.5px solid var(--ba-color-border);
  vertical-align: text-bottom;
}
.platform--FV__Eqnt .label--gqvODoW1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.videoModal--S9l8tOKt {
  /* width: 60%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoModal--S9l8tOKt .ant-modal-content {
  padding: 0;
}
.videoModal--S9l8tOKt .ant-modal-content .ant-modal-header {
  margin: 0;
}
.videoModal--S9l8tOKt .ant-modal-content .ant-modal-body {
  padding: 12px;
}
.title--Nqc_h2kc {
  font-weight: 600;
  font-size: 20px;
  padding: 16.5px 0 16.5px 24px;
  border-bottom: 1px solid #dddddd;
}
.videoDialog--oLoCZDoK {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.videoDialog--oLoCZDoK .anticon {
  color: #fff;
}

.media--LhfF6IK3 {
  flex: 0 0 auto;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.mediaItem--_DRPjTvf {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  padding: 0 8px;
  height: 24px;
  border-radius: 65px;
  background: rgba(34, 34, 34, 0.5);
}
.mediaItem--_DRPjTvf:hover {
  background: rgba(34, 34, 34, 0.8);
}
.mediaItemHover--H6fmxsEo {
  background: rgba(34, 34, 34, 0.8);
}
.mediaIcon--ATp6M80h {
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 7px;
}
.footer--xI2Zmcws {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 1;
}
.videoBox--xZzjtL2j {
  cursor: pointer;
  position: relative;
}
.videoBox--xZzjtL2j .btnBox--MTW7q4tW {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.videoBox--xZzjtL2j .playBtn--WymcQxaP {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
}
.videoBox--xZzjtL2j .right--DKQdzYRi {
  position: absolute;
  right: 8px;
  bottom: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, 50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 2px 6px 0 #0000001f;
}
.video--EfYrQStM {
  width: 100%;
  height: 100%;
}
.video--EfYrQStM .react-dove-controls-wrapper {
  display: none;
}

.wrapper--PXiYEFMR {
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.wrapper--PXiYEFMR .main--qclLcf4G {
  width: 312px;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
}
.wrapper--PXiYEFMR .main--qclLcf4G > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper--PXiYEFMR .main--qclLcf4G .video--luzotPr2 {
  width: 100%;
  height: 100%;
}
.wrapper--PXiYEFMR .title--ntNAfAl9 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  word-break: break-word;
  margin-top: 12px;
}
.wrapper--PXiYEFMR .desc--QLK_NB1B {
  line-height: 140%;
  word-break: break-word;
  margin-top: 8px;
}
.wrapper--PXiYEFMR .timer--UZ_Aw5Tg {
  font-size: 12px;
  color: #767676;
  line-height: 16px;
  margin-top: 8px;
}

.wrapper--i7vn5x0a {
  width: 100%;
  padding: 0 24px 24px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.tabs--rtg7DLGP {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 312px;
}
.tabs--rtg7DLGP .header--WxUrMYAH {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  padding: 16px 0;
  background-color: #fff;
  z-index: 9;
}
.tabs--rtg7DLGP .header--WxUrMYAH .inner--P6kov9SO {
  display: flex;
  align-items: center;
  padding: 4px;
  background-color: #f4f4f4;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.tabs--rtg7DLGP .header--WxUrMYAH .inner--P6kov9SO .tab--XqD4ANO7 {
  flex: 1;
  text-align: center;
  height: 100%;
  line-height: 36px;
}
.tabs--rtg7DLGP .header--WxUrMYAH .inner--P6kov9SO .active--DgI5ePwL {
  color: #1ead6f;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.drawer--snv696HD .ant-drawer-header {
  height: 56px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.drawer--snv696HD .ant-drawer-header .ant-drawer-header-title .ant-drawer-close {
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
}
.drawer--snv696HD .ant-drawer-header .ant-drawer-header-title .ant-drawer-title {
  font-size: 18px;
}
.drawer--snv696HD .ant-drawer-body {
  padding: 0;
  overflow: hidden;
}
.error--KSiN2dEV {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error--KSiN2dEV > img {
  width: 180px;
  height: 180px;
}

.container--WYZZppWS {
  width: 300px;
  padding-block: 16px;
  border-radius: 12px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.user--nmv5VYyj {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-inline: 12px;
}
.user--nmv5VYyj .avatar--fYvlpRIn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex: none;
}
.user--nmv5VYyj .userInfo--iV8z1xsq {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.user--nmv5VYyj .userInfo--iV8z1xsq .name--Lf8qenhr {
  color: var(--ba-text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.user--nmv5VYyj .userInfo--iV8z1xsq .email--RYEJZpLM {
  color: var(--ba-text-secondary);
  font-size: 12px;
  line-height: 22px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subscription--CFc9iCyF {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #f4f4f4;
  margin: 8px 12px 8px;
}
.subscription--CFc9iCyF .title--ugPM7fmM {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
}
.subscription--CFc9iCyF .title--ugPM7fmM .titleText--uCxDTcmE {
  color: var(--ba-text-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subscription--CFc9iCyF .title--ugPM7fmM .upgrade--bJPk4zOR {
  cursor: pointer;
  height: 28px;
  font-size: 14px;
  font-weight: 600;
}
.subscription--CFc9iCyF .title--ugPM7fmM .upgradeIcon--NClP89mh {
  cursor: pointer;
}
.subscription--CFc9iCyF .subdivider--Mq7I60Dx {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 0;
}
.subscription--CFc9iCyF .subscriptionItem--ikZim6wg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.subscription--CFc9iCyF .subscriptionItem--ikZim6wg .itemValue--miFaqbm_ {
  font-size: 14px;
  font-weight: 600;
}
.subscription--CFc9iCyF .subscriptionItem--ikZim6wg .itemValue--miFaqbm_ .itemValueText--BoELU20_ {
  font-weight: 400;
  color: #767676;
}
.btnItem--D8xptd8q {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding-left: 20px;
  cursor: pointer !important;
}
.btnItem--D8xptd8q:hover {
  background: #f4f4f4;
}
.divider--cHzefxjk {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 4px 0;
}

.profile--GwPeABjF {
  padding-left: 16px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.profile--GwPeABjF .container--WbHj3HFF {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.profile--GwPeABjF .content--mW79FCuh {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.profile--GwPeABjF .content--mW79FCuh .userInfo--UDVaIT2V {
  display: flex;
  gap: 8px;
  align-items: center;
}
.profile--GwPeABjF .content--mW79FCuh .userInfo--UDVaIT2V .planName--iwznIrUa {
  background: linear-gradient(270.37deg, rgba(12, 224, 132, 0.2) 0.32%, rgba(0, 227, 159, 0.2) 50%, rgba(79, 225, 250, 0.2) 99.68%);
  border-radius: 4px;
  color: #148d59;
  font-weight: 500;
  display: flex;
  padding: 8px;
  height: 20px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  min-width: 46px;
}
.profile--GwPeABjF .content--mW79FCuh .userInfo--UDVaIT2V .avatarBorder--gtHFTis1 {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  -o-border-image: linear-gradient(135deg, #0ce084 0%, #00e39f 50%, #4fe1fa 100%) 1;
     border-image: linear-gradient(135deg, #0ce084 0%, #00e39f 50%, #4fe1fa 100%) 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.profile--GwPeABjF .content--mW79FCuh .userInfo--UDVaIT2V .avatarBorder--gtHFTis1::before {
  content: '';
  position: absolute;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(135deg, #0ce084 0%, #00e39f 50%, #4fe1fa 100%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
.profile--GwPeABjF .avatar--otkNbdtv {
  flex: none;
  border-radius: 14px;
  position: relative;
  z-index: 1;
}
.profile--GwPeABjF .nick--ejlIZpTp {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.profile--GwPeABjF .number--JJfdNGCp {
  height: 20px;
  border-radius: 10px;
  background-color: var(--ba-bg-reverse-primary);
  color: var(--ba-text-primary-reverse);
  font-size: 12px;
  padding: 0 8px;
}
.profile--GwPeABjF .popover--B2I5qN_u {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  white-space: nowrap;
  animation: slideInDown--IFSQpvIA 0.3s ease-out;
  pointer-events: auto;
}
.profile--GwPeABjF .popoverVisible--noKH6Pzz {
  display: none;
  pointer-events: none;
}
@keyframes slideInDown--IFSQpvIA {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.segmentList--E36Q8si2 {
  display: flex;
  flex-direction: column;
}
.segmentList--E36Q8si2 .loading--GY38aAFY {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.segmentList--E36Q8si2 .loading--GY38aAFY .loadingIcon--E5xAXlY5 {
  width: 16px;
  height: 16px;
}
.segmentList--E36Q8si2 .loading--GY38aAFY .loadingText--QuizQttv {
  font-size: 12px;
  /* line-height: 600; */
  font-weight: 400;
  margin-left: 4px;
  color: var(--ba-text-secondary);
}
.segmentList--E36Q8si2 .item--piDXJz29 {
  min-height: 34px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--ba-text-secondary);
}
.segmentList--E36Q8si2 .item--piDXJz29 .itemIcon--Y0hFo1qC {
  padding-left: 4px;
  flex-shrink: 0;
  width: 20px;
  height: 12px;
  display: flex;
  align-items: center;
}
.segmentList--E36Q8si2 .item--piDXJz29 .itemImage--Y1OPIHr_ {
  flex-shrink: 0;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.segmentList--E36Q8si2 .item--piDXJz29 .itemImage--Y1OPIHr_ img {
  width: 36px;
  height: 36px;
  border-radius: 2px;
}
.segmentList--E36Q8si2 .item--piDXJz29 .itemImage--Y1OPIHr_::after {
  background-color: rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 4px;
}
.segmentList--E36Q8si2 .item--piDXJz29 .itemText--pTTDWe5u {
  font-weight: 400;
  word-break: break-word;
}
.segmentList--E36Q8si2 .item--piDXJz29 .thread--_eiznGlJ {
  font-size: 14px;
  line-height: 18px;
}
.segmentList--E36Q8si2 .item--piDXJz29 .requirement--cEpk8m3K {
  font-size: 14px;
  line-height: 18px;
}
.segmentList--E36Q8si2 .item--piDXJz29 .itemText--pTTDWe5u.selected--fOsfa1_G {
  font-weight: 400;
  color: var(--ba-text-primary);
}
.segmentList--E36Q8si2 .item--piDXJz29 .itemText--pTTDWe5u:hover {
  font-weight: 400;
  color: var(--ba-text-primary);
}
.segmentList--E36Q8si2 .item--piDXJz29:hover {
  font-weight: 400;
  color: var(--ba-text-primary);
  background-color: var(--ba-bg-hover);
}
.segmentList--E36Q8si2 .actions--WdP8z9hN {
  padding-left: 40px;
}
.segmentList--E36Q8si2 .actions--WdP8z9hN .action--z1OpOKEx {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 22px;
}
.segmentList--E36Q8si2 .actions--WdP8z9hN .action--z1OpOKEx .actionText--bO2KCDna {
  font-size: var(--ba-font-size-small);
  font-weight: 400;
  line-height: 16px;
  color: var(--ba-text-primary);
  margin-right: 4px;
}
.segmentList--E36Q8si2 .actions--WdP8z9hN .action--z1OpOKEx .actionIcon--rYiX9YZA {
  font-size: var(--ba-font-size-small);
}

.layout--BmrI9iSE {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container--Z5EKWR46 {
  --color: #222;
  --brand-name-color: linear-gradient(264.41deg, #9648fe 36.25%, #1291fc 99.11%);
  --text-font-size: 14px;
  max-width: 720px;
  padding: 0 16px;
  text-align: center;
}
.container--Z5EKWR46 .header--Ff1QnKm_ {
  text-align: center;
}
.container--Z5EKWR46 .header--Ff1QnKm_ .brand--ZOH5Vvny {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.container--Z5EKWR46 .header--Ff1QnKm_ .brand--ZOH5Vvny .brandLogo--cRvY6Po8 {
  width: 28px;
  height: 28px;
  flex: none;
}
.container--Z5EKWR46 .header--Ff1QnKm_ .brand--ZOH5Vvny .brandName--VaujnCZY {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  background: var(--brand-name-color);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.container--Z5EKWR46 .header--Ff1QnKm_ .brandSlogan--LqmqbBIa {
  font-size: 28px;
  line-height: 34px;
  color: var(--ba-text-primary);
  font-weight: 700;
  margin-bottom: 12px;
}
.container--Z5EKWR46 .form--cxQcX38K .formHeader--RGvYWRI9 {
  color: var(--ba-text-primary);
}
.container--Z5EKWR46 .form--cxQcX38K .formHeader--RGvYWRI9 .formSubtitle--uTn5UGpR {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
}
.container--Z5EKWR46 .form--cxQcX38K .formFooter--rPCzCNK5 {
  width: 60%;
  margin: 0 auto 16px;
}
.container--Z5EKWR46 .form--cxQcX38K .formFooter--rPCzCNK5 .formSubmit--UVTEfTpy {
  font-size: 16px;
  font-weight: 600;
}
.container--Z5EKWR46 .form--cxQcX38K .signIn--PXkR2xrF {
  text-align: center;
  font-size: var(--text-font-size);
  color: var(--color);
}
.container--Z5EKWR46 .form--cxQcX38K .signIn--PXkR2xrF .signInLink--TzxRbtTj {
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 6px;
  cursor: pointer;
}
.container--Z5EKWR46 .isJoin--AkSwKvKL {
  text-align: center;
}
.container--Z5EKWR46 .isJoin--AkSwKvKL .isJoinTitle--C9RAQLbC {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.container--Z5EKWR46 .isJoin--AkSwKvKL .isJoinSubtitle--DMNohVdT {
  font-size: var(--text-font-size);
  line-height: 18px;
  margin-bottom: 16px;
}
.container--Z5EKWR46 .isJoin--AkSwKvKL .isJoinEmail--hl3hE2l8 {
  font-size: var(--text-font-size);
  line-height: 18px;
  font-weight: 700;
}
.domain--UsBv8ojS {
  font-size: 20px;
  line-height: 26px;
  color: var(--color);
  font-weight: 600;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon--YgnPQ6tw {
  margin-right: 4px;
}

.wishContent--h67e7sBM .viewFavorites--itRT1k2x {
  margin-left: 5px;
  text-decoration: underline;
  cursor: pointer !important;
}

.country--hIYNq2X2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.country--hIYNq2X2 .icon--ebcICdbI {
  height: 12px;
}
.country--hIYNq2X2 .icon--ebcICdbI:first-child {
  margin-right: 4px;
}
.country--hIYNq2X2 .label--MZLygBs7 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--custom-gray-2);
}
.country--hIYNq2X2 .label--MZLygBs7:first-child {
  margin-right: 4px;
}

.platform--tmIaq4YH {
  font-size: 12px;
  max-height: 32px;
  line-height: 16px;
  overflow: hidden;
  word-break: break-word;
  display: flex;
  align-items: center;
}
.platform--tmIaq4YH .iconWrapper--jrSigWqk {
  flex: none;
}
.platform--tmIaq4YH .icon--QA0dTTgv {
  height: 14px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline;
  border: 0.5px solid var(--ba-color-border);
  vertical-align: text-bottom;
}
.platform--tmIaq4YH .label--jARBs7Fk {
  word-break: break-all;
}

.point--CDUvhKeo {
  display: inline-block;
  width: 2px;
  height: 2px;
  background: var(--ba-text-primary);
  border-radius: 50%;
  vertical-align: middle;
}

.reviewScore--tdde0F06 {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  gap: 4px;
}
.reviewScore--tdde0F06 .real--aZbrwZVn {
  color: var(--ba-color-text);
  font-weight: 500;
}
.reviewScore--tdde0F06 .total--yc4y_G9P {
  color: var(--ba-color-text-secondary);
}
.reviewScore--tdde0F06 .rate--fQF6S_Tj {
  color: block;
  font-size: 12px;
}

.years--qinz_Rto {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.productCard--A5ipm9BO {
  border-radius: 8px;
  cursor: pointer;
  height: 100%;
}
.productCard--A5ipm9BO .images--UrtbdCty {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: var(--ba-border-radius-small);
  overflow: hidden;
  min-width: 160px;
  position: relative;
}
.productCard--A5ipm9BO .images--UrtbdCty .action--mvmSrSby {
  position: absolute;
  cursor: pointer;
  background: var(--ba-bg-primary);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 2px 6px 0 #0000001f;
}
.productCard--A5ipm9BO .images--UrtbdCty .similarSearch--hOrXtZWZ {
  bottom: 8px;
  left: 8px;
  display: none;
}
.productCard--A5ipm9BO .images--UrtbdCty .cartAdd--Se9IDCOg {
  bottom: 8px;
  right: 8px;
}
.productCard--A5ipm9BO .images--UrtbdCty .selected--f94YGj_2 {
  --ba-padding-xs: 4px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  height: 32px;
  padding: 8px 12px;
  border-radius: 42px;
  background: var(--ba-bg-primary);
  display: none;
  align-items: center;
  z-index: 1;
  font-size: 12px;
}
.productCard--A5ipm9BO .images--UrtbdCty .wish--xJx9M_au {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 32px;
  width: 32px;
  border-radius: 42px;
  box-shadow: 0 2px 6px 0 #0000001f;
  background: var(--ba-bg-primary);
  display: flex;
  align-items: center;
  z-index: 1;
  font-size: 12px;
}
.productCard--A5ipm9BO .images--UrtbdCty .isShow--lGTf3Nr0 {
  display: flex;
}
.productCard--A5ipm9BO .content--zhuPOt83 {
  flex: 1 1 0%;
  padding: 4px 8px 12px 8px;
}
.productCard--A5ipm9BO .content--zhuPOt83 .matched--Nf7PgS0k {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e6faf2;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.productCard--A5ipm9BO .content--zhuPOt83 .nameAndTag--ktyttfvI {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex-shrink: 0;
  color: #222222;
  word-break: break-word !important;
}
.productCard--A5ipm9BO .content--zhuPOt83 .tag--zfUkccuZ {
  height: 16px;
  margin-right: 8px;
  vertical-align: text-bottom;
  display: inline;
}
.productCard--A5ipm9BO .content--zhuPOt83 .productName--pMcG37An {
  line-height: 18px;
  display: inline;
}
.productCard--A5ipm9BO .content--zhuPOt83 .price--b7GpajXE {
  font-weight: 600;
  font-size: 18px;
}
.productCard--A5ipm9BO .delivery--xKY0NfT4 {
  font-size: 14px;
  font-weight: 400;
}
.productCard--A5ipm9BO .delivery--xKY0NfT4 .via--_bcRTcFP {
  display: flex;
  align-items: center;
  gap: 4px;
}
.productCard--A5ipm9BO .delivery--xKY0NfT4 .via--_bcRTcFP .deliveryIcon--nqlATEG3 {
  width: auto;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.productCard--A5ipm9BO .years--o7r5cS9i {
  color: #767676;
}
.productCard--A5ipm9BO .dynamicField--t8RF0WNM {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
}
.productCard--A5ipm9BO:hover {
  box-shadow: 0 4px 12px 0 #0000001f;
}
.productCard--A5ipm9BO:hover .similarSearch--hOrXtZWZ {
  display: flex;
}
.productCard--A5ipm9BO:hover .selected--f94YGj_2 {
  display: flex;
}
.skeletonNode--nraBXqSE {
  height: 200px;
}
.rationalPopover--Ft8lqbv8 .matchedRequirements--jbxoqiar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rationalPopover--Ft8lqbv8 .matchedItem--KKxY6sQQ {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.rationalPopover--Ft8lqbv8 .matchedText--FV_3S5A6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.rationalPopover--Ft8lqbv8 .rationalSummary--XQNTkbGH {
  font-size: 14px !important;
}
.footer--z2PFAlLQ {
  margin-top: auto;
}

.verified--o_y3s1g2 {
  height: 16px;
}
.verifiedBright--TLKxQnGj {
  filter: brightness(1.5) contrast(1.2);
}

.supplierItem--_qSZTPYu {
  position: relative;
  background: linear-gradient(180deg, #e6faf2 0%, #fff 15.78%);
  border: 1px solid var(--Surface-Surface-3, #ededed);
  border-radius: 12px;
  padding: 16px 16px 66px 16px;
  box-shadow: 0 2px 4px 0 #00000005;
  transition: box-shadow 300ms ease;
}
.hovered--EVixpWkh {
  box-shadow: 0 2px 18px 0 #00000014;
  transition: box-shadow 200ms ease;
}
.base--ZZNNQf98 {
  height: 40px;
}
.base--ZZNNQf98 .logoImage--DtVmZpxV {
  width: 100%;
  height: 100%;
}
.logo--gSDVCNRc {
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}
.logo--gSDVCNRc img {
  border: 1px solid var(--ba-outline-grey);
  border-radius: 8px;
}
.companyName--K13JnyeL {
  font-weight: 600;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.companyInfo--uWOrgFya {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.separator--rH4MIybZ {
  background: var(--text-color-Text-Primary, #222);
  width: 2px;
  height: 2px;
  margin: 0 6px;
}
.city--ECwdJ0uW {
  margin-right: 4px;
}
.wishBtn--VEiya5eR {
  width: 20px;
  height: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.popoverContent--ZEsu9Zcd {
  gap: 12px;
  width: auto;
  overflow: auto;
}
.popover--pUMG9GRb {
  max-width: 650px;
}
.popover--pUMG9GRb .ant-popover-arrow {
  --ba-popover-arrow-offset-horizontal: 57px;
}
.popover--pUMG9GRb .ant-popover-inner {
  padding: 12px 14px;
}
.matchContainer--eSLvVcBA {
  width: 64px;
  height: 60px;
  background: var(--Accent-Brand-variant, #e6faf2);
  border-radius: 6px;
  color: var(--On-color-Text-Primary, #222);
}
.matchContainer--eSLvVcBA.long--a1RPrH_y {
  width: 81px;
}
.matchContainer--eSLvVcBA.highlight--NHaGPlHX {
  background: linear-gradient(119.76deg, var(--Accent-Brand, #1ead6f) 0%, #4dc18a 40%, #69cca0 50%, #4dc18a 60%, var(--Accent-Brand, #1ead6f) 100%);
  color: var(--On-color-Inverse-on, #fff);
}
.matchTitle--HzhmKqYM {
  font-size: 12px;
}
.match--_0vXiFDL {
  height: 27px;
  line-height: 27px;
  vertical-align: bottom;
}
.match--_0vXiFDL .matchNumber--eTS95TiF {
  font-weight: 600;
  font-size: 20px;
}
.match--_0vXiFDL .totalNumber--vqXV3oh9 {
  font-size: 14px;
}
.matchedRequirements--s7Orl_wH {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.matchedItem--HsgxBrAh {
  display: flex;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
}
.matchedIcon--NHAbytYf {
  margin-top: 3.5px;
}
.matchedText--QkV9GKJp {
  font-size: 14px;
  line-height: 20px;
}
.iconClose--WsrisuyP {
  margin-top: 2.5px;
}
.summary--r_WwXMEk {
  width: calc(100% - 64px - 10px);
  height: 60px;
  padding: 3px 0;
}
.summary--r_WwXMEk.short--wo8jQdVY {
  width: calc(100% - 81px - 10px);
}
.md--eLCQl0M8 {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  word-break: keep-all !important;
}
.noRecSummary--sRpQ5Lbf {
  color: var(--On-color-Text-Secondary, #767676);
  font-size: 12px;
  min-height: 32px;
  line-height: 16px;
}
.line--NYd3Xc27 {
  width: 100%;
  height: 1px;
  background: #ddd;
  opacity: 0.5;
}
.certificationPopover--vKbN4fpV {
  min-width: 164px;
}
.certificationPopover--vKbN4fpV .certificationPopoverContainer--NdcP97EZ {
  height: 38px;
}
.certificationPopover--vKbN4fpV .certificationPopoverContainer--NdcP97EZ:not(:last-child) {
  border-bottom: 0.5px solid var(--Outline-Outline-3, #ddd);
}
.certificationPopover--vKbN4fpV .certificationPopoverContainer--NdcP97EZ .certificationPopoverUrl--Sm26Yoon {
  width: auto;
  height: 22px;
}
.certificationPopover--vKbN4fpV .certificationPopoverContainer--NdcP97EZ .certificationPopoverTip--PZ4sGP0B {
  font-size: 12px;
  color: var(--On-color-Text-Primary, #222);
  height: 22px;
  line-height: 22px;
}
.certificationOverflow--wOQUf5L8 {
  height: 22px;
  line-height: 22px;
  text-decoration: underline;
  font-size: 12px;
  color: var(--On-color-Text-Secondary, #767676);
}
.performance--Aly4mf1t {
  width: 100%;
  height: 50px;
}
.performanceItem--x0XO0Fo5 {
  min-width: 96px;
}
.performanceText--G42gKepa {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: var(--On-color-Text-Secondary, #767676);
}
.certificationItem--TtWXO3uC {
  height: 22px;
}
.certificationItemImage--fgaZGrTi {
  height: 18px;
  margin-top: 2px;
}
.performanceValue--DSnFNhBS {
  height: 22px;
  line-height: 22px;
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color-222222, #222);
}
.performanceValueDivider--Jsn0C0q4 {
  font-weight: 400;
  color: var(--On-color-Text-Secondary, #767676);
}
.performanceValueReviews--Y_RhLCrw {
  font-weight: 400;
  font-size: 12px;
  color: var(--On-color-Text-Secondary, #767676);
}
.hoverCardReviews--PCug7x9q {
  display: inline !important;
}
.customizationOption--Jkg4DIc8 {
  height: 16px;
}
.customizationOption--Jkg4DIc8 .customizationOptionText--UE80_vC4 {
  font-size: 12px;
  color: var(--On-color-Text-Secondary, #767676);
}
.customizationOptionList--lzicYnEh {
  height: 64px;
}
.customizationOptionItem--Bvdeo8Jl {
  height: 28px;
  line-height: 16px;
  border-radius: 6px;
  padding: 6px 10px;
  background: #f9f9f9;
  color: var(--On-color-Text-Primary, #222);
  font-size: 12px;
}
.customizationOptionOverflow--qMAA9XUr {
  height: 28px;
  line-height: 28px;
  text-decoration: underline;
  font-size: 12px;
  color: var(--On-color-Text-Secondary, #767676);
}
.imageItem--HunD80Kr {
  width: 140px;
  height: 100%;
  cursor: pointer;
  border-radius: 6px;
}
.imageItem--HunD80Kr:hover .similarSearch--TWZPqwyZ {
  display: flex;
}
.imageText--rXVBKlJo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.imageText--rXVBKlJo .imageTitle--km2Scmcq {
  font-weight: 400;
  font-size: 10px;
  color: #767676;
  line-height: 14px;
  height: 14px;
}
.image--CRv5lbHG {
  width: 140px;
  height: 140px;
  border-radius: 8px;
}
.imageWrapper--pGPWxd07 {
  position: relative;
}
.imageWrapper--pGPWxd07 .action--y5sAEZvn {
  position: absolute;
  cursor: pointer;
  background: var(--ba-bg-primary);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 4px 8px 0 #0000000a;
}
.imageWrapper--pGPWxd07 .similarSearch--TWZPqwyZ {
  display: none;
  bottom: 8px;
  left: 8px;
}
.imageMask--WJ5zheYX {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.04);
  z-index: 1;
}
.price--fxVj34mB {
  font-weight: 600;
  font-size: 13px;
  color: #222;
  word-wrap: break-word;
  height: 18px;
  line-height: 18px;
}
.categoryName--KyTFkDS7 {
  font-weight: 600;
  font-size: 13px;
  color: #222;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text--VDSpggwG {
  font-weight: 400;
  font-size: 10px;
  color: #222;
}
.buttons--6iKULlMD {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 2 * 16px);
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checked--pMGH_Py6 {
  width: 58px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: bold;
}
.checked--pMGH_Py6 .ant-checkbox-inner {
  border: 1px solid #767676;
}
.showChatBtn--tJscsV8E {
  width: 50px;
  height: 34px;
  border: 1px solid var(--Outline-Outline-3, #ddd);
}
.sendInquiryBtn--DIQGq0EO {
  width: calc(100% - 58px - 8px - 50px - 16px - 16px);
  height: 34px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 36px;
}
.checkedBtn--xxFjo9su {
  border: 1px solid var(--Outline-Outline-3, #767676);
  width: 100%;
  height: 34px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 36px;
  position: relative;
}
.mask--P_Xmciwk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
}
.supplierSkeleton--DTnQlzbZ {
  border: 1px solid var(--Surface-Surface-3, #ededed);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 4px 0 #00000005;
}
.supplierSkeleton--DTnQlzbZ .infoSkeleton--TeSVTQfY .ant-skeleton-content .ant-skeleton-paragraph > li + li {
  -webkit-margin-before: 7px;
          margin-block-start: 7px;
}

/* HoverCard 触发元素样式 */
.hoverTrigger--g3_xanMJ {
  width: 100%;
  display: inline-block;
}
/* HoverCard 卡片样式 */
.hoverCard--l9ZrPpFc {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 #0000001a;
  padding: 8px;
  animation: scaleIn--KBZwnltr 0.3s ease-out;
  transform-origin: top;
  /* 确保卡片在最上层 */
  pointer-events: auto;
  /* 防止文本选择 */
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  /* 确保内容不会溢出 */
  overflow: hidden;
  word-wrap: break-word;
}
/* 缩放淡入动画 - 避免错位效果 */
@keyframes scaleIn--KBZwnltr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 响应式设计 */
@media (max-width: 768px) {
  .hoverCard--l9ZrPpFc {
    max-width: calc(100vw - 32px);
    left: 16px !important;
    right: 16px;
    width: auto !important;
  }
}
/* 深色模式支持 */
[data-theme='dark'] .hoverCard--l9ZrPpFc {
  background-color: #2a2a2a;
  color: #fff;
  box-shadow: 0 2px 10px 0 #00000040;
}

.container--ToZwOWk0 {
  position: relative;
  box-sizing: border-box;
}
.item--YKyDEHZn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.overflow--HdPi9Deo {
  color: #666;
  font-size: 14px;
  white-space: nowrap;
}
.measure--GGo6bMrV {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.container--aaZ_y9rU {
  position: relative;
  width: 100%;
  height: 100%;
}
.container--aaZ_y9rU iframe {
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
}
.container--aaZ_y9rU .loading--lzkFplNT {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 16px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container--aaZ_y9rU .loading--lzkFplNT.skeleton--Jwwf5hni {
  align-items: flex-start;
}
.container--aaZ_y9rU .loading--lzkFplNT.hidden--iU37nVXI {
  display: none;
}

.a--Kvwv0Cxs {
  all: unset !important;
  cursor: pointer !important;
}

.cartEmpty--rVwKgOuG {
  width: 100%;
  height: calc(100vh - 91px);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cartEmpty--rVwKgOuG p {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
}
.cartEmpty--rVwKgOuG .emptyBtn--x_7KnlAX {
  margin-top: 20px;
}

.addInquiryModalContainer--KmVtUw59 .ant-select-selection-item {
  border-radius: 0 !important;
}
.addInquiryModalContainer--KmVtUw59 .ant-modal-content {
  padding: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 90vh;
  min-height: 600px;
  max-height: 800px;
  display: flex;
  flex-direction: column;
}
.addInquiryModalContainer--KmVtUw59 .ant-modal-header {
  margin-bottom: 0;
}
.addInquiryModalContainer--KmVtUw59 .ant-modal-body {
  padding: 20px;
  padding-bottom: 72px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.productList--sn2B6lEt {
  place-items: stretch;
  display: grid;
  grid-gap: 16px 12px;
  grid-template-columns: repeat(auto-fill, minmax(min(180px, 100%), 1fr));
}
.addInquiryModalSubmit--uHYCbehP {
  background: var(--submit-bg-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.addInquiryModalTitle--jJlcxQzm {
  position: relative;
  height: 56px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addInquiryModalTitle--jJlcxQzm .addInquiryModalTitleText--W_V4GppP {
  position: absolute;
  left: 24px;
  font-size: 20px;
  font-weight: 600;
}
.addInquiryModalSegmented--H9dX0WRu {
  flex: 1;
  min-width: 0;
  padding: 4px;
  max-width: 328px;
}
.addInquiryModalSegmented--H9dX0WRu .ant-segmented {
  width: 100%;
}
.addInquiryModalSegmented--H9dX0WRu .ant-segmented-group {
  display: flex;
  gap: 5px;
  align-items: center;
}
.addInquiryModalSegmented--H9dX0WRu .ant-segmented-group .ant-segmented-item {
  display: flex;
  align-items: center;
}
.addInquiryModalSegmented--H9dX0WRu .ant-segmented-group .ant-segmented-item .ant-segmented-item-selected {
  height: 32px;
}
.addInquiryModalSegmented--H9dX0WRu .ant-segmented-item {
  height: 32px;
  flex: 1;
  min-width: 0;
}
.addInquiryModalSegmented--H9dX0WRu .ant-segmented-item-label {
  max-width: 160px;
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addInquiryCartEmpty--e3ObOhvB {
  height: 100% !important;
}
.addInquiryCartEmpty--e3ObOhvB p {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

.title--TUp9vpLK {
  font-size: 20px;
  font-weight: 600;
  padding: 17px 0 17px 20px;
  border-bottom: 1px solid #ddd;
}
.container--psV3F2rf .ant-modal-content {
  padding: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.container--psV3F2rf .ant-modal-header {
  margin-bottom: 0;
}
.container--psV3F2rf .ant-modal-body {
  padding: 20px 24px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 80vh;
}
[data-theme='light'] {
  --submit-bg-color: #fff;
}
[data-theme='dark'] {
  --submit-bg-color: #000;
}
.loading--zlMAhdit {
  display: flex;
  justify-content: center;
  height: 700px;
}
.loadingIcon--qVFsOjL0 {
  margin-top: -75px;
  font-size: 24px;
}
.sendInquiryMsg--YzPu0RCF .ant-message-notice-content {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff;
}
.submit--IAqQqa1x {
  background: var(--submit-bg-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  box-shadow: 0 -9px 52px 0 rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footButtonContainer--KhDKnxOq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  height: auto;
  box-sizing: border-box;
}
.footButtonContainer--KhDKnxOq .stepOneButton--SrnSLzhp {
  width: auto;
  height: 36px;
  padding: 0px 43.5px;
  border-radius: 20px;
  background-color: #222222;
  color: #ffffff;
  margin-bottom: 34.5px;
  border: none;
}
.footButtonContainer--KhDKnxOq .stepTwoButton--w3AkNXmd,
.footButtonContainer--KhDKnxOq .stepThreeButton--jlgPPlr_ {
  background: none;
  border: none;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-align: center;
  color: #767676;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 42px;
  padding: 0px;
}
.footButtonContainer--KhDKnxOq .stepTwoButton--w3AkNXmd:hover,
.footButtonContainer--KhDKnxOq .stepThreeButton--jlgPPlr_:hover {
  color: #222222;
}
.footButtonContainer--KhDKnxOq .stepTwoButton--w3AkNXmd,
.footButtonContainer--KhDKnxOq .stepThreeButton--jlgPPlr_,
.footButtonContainer--KhDKnxOq .stepOneButton--SrnSLzhp {
  cursor: pointer;
}

.ProgressBarContainer--VL8p_yVp {
  width: 100%;
  height: 6px;
  overflow: hidden;
}
.ProgressBar--zDffOEsB {
  height: 100%;
  background-color: #1ead6f;
  transition: width 0.3s ease;
}

.topContainer--UpZ8nu04 {
  margin-bottom: 24px;
  /* 通用标题样式 */
  /* 通用图标样式 */
  /* 步骤容器样式 */
  /* 描述文本样式 */
}
.topContainer--UpZ8nu04 .title--EiiDO0GG {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  word-break: break-word;
}
.topContainer--UpZ8nu04 .icon--CEKa0d9E {
  width: 84px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.topContainer--UpZ8nu04 .stepOne--TGUNfJsr {
  margin-bottom: 12px;
}
.topContainer--UpZ8nu04 .stepTwo--Dcjf4nx6 {
  margin-bottom: 12px;
}
.topContainer--UpZ8nu04 .stepThree--zMshQQqg {
  /* 步骤三没有底部边距 */
}
.topContainer--UpZ8nu04 .description--e_EMSAuS {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
.stepOneContainer--bLJKPjUZ {
  margin-bottom: 0px;
}

.renderStepOneContainer--FkXv9Qe5 {
  width: 100%;
}
.renderStepOneContainer--FkXv9Qe5 .topImg--aAo_b4Fd {
  width: 100%;
  height: 337px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}
.renderStepOneContainer--FkXv9Qe5 .titleContainer--co422C9p {
  padding: 0px 24px;
  max-height: 110px;
  overflow-y: auto;
}

.renderStepThreeContainer--FiIQQoRL {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
.renderStepThreeContainer--FiIQQoRL .queryBox--qwTGk8Dv {
  width: 100%;
  height: auto;
  padding: 9px 23px;
  border-radius: 12px;
  min-height: 60px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 8px;
}
.renderStepThreeContainer--FiIQQoRL .queryBox--qwTGk8Dv .query--qgtzFals {
  word-break: break-word;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.renderStepThreeContainer--FiIQQoRL .queryBox--qwTGk8Dv:hover {
  background-color: #f4f4f4;
}
.renderStepThreeContainer--FiIQQoRL .queryBox--qwTGk8Dv:active {
  border-color: #1ead6f;
}
.isLoading--re9burXY {
  padding-top: 120px;
}

.renderStepTwoContainer--UZyWWiFG {
  margin-bottom: 8px;
}
.renderStepTwoContainer--UZyWWiFG .cardBox--U9BNRIIl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.renderStepTwoContainer--UZyWWiFG .cardBox--U9BNRIIl .industryCard--HVvj1BpR {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  width: calc(50% - 6px);
  height: 68px;
  padding: 0px 23px;
  border-radius: 12px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  cursor: pointer;
}
.renderStepTwoContainer--UZyWWiFG .cardBox--U9BNRIIl .industryCard--HVvj1BpR .category--Ov_J88qt {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}
.renderStepTwoContainer--UZyWWiFG .cardBox--U9BNRIIl .industryCard--HVvj1BpR:hover {
  background-color: #f4f4f4;
}
.renderStepTwoContainer--UZyWWiFG .cardBox--U9BNRIIl .industryCard--HVvj1BpR:active {
  border-color: #1ead6f;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR {
  width: 100%;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .otherCard--ce0mljnY {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 12px;
  padding: 0px 23px;
  height: 68px;
  border-radius: 12px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  cursor: pointer;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .otherCard--ce0mljnY .industryName--qjiwgHOY {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 15px;
  padding: 9px 11px;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg .textInput--_zxRgBoj {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  min-height: 22px;
  max-height: 80px;
  color: #191919;
  resize: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  /* 使用渐变中的主要颜色作为光标颜色 */
  caret-color: #0ce084;
  /* 设置光标宽度为2px */
  caret-width: 2px;
  /* 添加渐变背景效果的选中文本 */
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg .textInput--_zxRgBoj::-moz-selection {
  background-color: #b0d3f5;
  color: #000000;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg .textInput--_zxRgBoj::selection {
  background-color: #b0d3f5;
  color: #000000;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg .textInput--_zxRgBoj:focus {
  caret-color: #00e39f;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg .confirmButton--sjIpOtyR {
  padding: 13px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border-radius: 65px;
  background-color: #222222;
  border: none;
  cursor: pointer;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg:has(.textInput--_zxRgBoj:focus-within) {
  border-color: #222222;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg.success--jt9JoDJQ {
  border-color: #1ead6f;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg.error--HEqzYDLf {
  border-color: #ff4d4f;
}
.renderStepTwoContainer--UZyWWiFG .otherCardContent--msZb7raR .inputBox--s0xtVyyg.error--HEqzYDLf:has(.textInput--_zxRgBoj:focus-within) {
  border-color: #ff4d4f;
}

.custom-modal-OnboardingModal .ant-modal-content {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.custom-modal-OnboardingModal .ant-modal-close {
  top: 24px;
  right: 24px;
}
.modalClose--UnVahiav {
  color: #767676 !important;
}
.modalClose--UnVahiav:hover {
  color: #222;
}
.modalCloseStepOne--mBB_L7xr {
  color: #fff !important;
  padding: 4px;
  border-radius: 50%;
  background-color: #00000080;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}
.modalCloseStepOne--mBB_L7xr:hover {
  color: #fff !important;
}
.modalContent--wEOiMWpT {
  background-image: url('https://s.alicdn.com/@img/imgextra/i1/O1CN0142aCqi1cjnZMv4Dhj_!!6000000003637-2-tps-1600-1340.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 568px;
  box-sizing: border-box;
  position: relative;
}
.modalContent--wEOiMWpT .backButton--WMsFf7s4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #767676;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  top: 28.5px;
  left: 24px;
  z-index: 10;
}
.modalContent--wEOiMWpT .backButton--WMsFf7s4:hover {
  color: #222;
}
.modalContent--wEOiMWpT .backButton--WMsFf7s4:hover .backIcon--UdID74pX path {
  fill: #222;
}
.modalContent--wEOiMWpT .contentContainer--CbxOH5GU {
  display: flex;
  flex-direction: column;
  padding: 72px 24px 0 24px;
  height: 410px;
  box-sizing: content-box;
}
.modalContent--wEOiMWpT .contentContainer--CbxOH5GU .stepContainer--bUiMyUh2 {
  flex: 1;
  overflow-y: auto;
}
.modalContent--wEOiMWpT .stepOneContainer--OQ72uqtz {
  padding-top: 48px;
}
.modalContent--wEOiMWpT .footContainer--kLEd9Z5O {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.onboardingTourDescription--ozVuufd2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.onboardingTourDescription--ozVuufd2 .onboardingTourButton--swW7cAzn {
  padding: 9px 23.5px;
  background-color: #222;
  color: #fff;
  border-radius: 65px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.onboardingTourDescription--ozVuufd2 .onboardingTourButton--swW7cAzn:hover {
  background-color: #333;
}
.onboardingTour--qiVl0Lqm .ant-tour-inner .ant-tour-close:hover {
  background-color: transparent;
}
.onboardingTour--qiVl0Lqm .ant-tour-header .ant-tour-title {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 22px;
  color: #222;
}
.modalClose--R6RB4_uJ {
  color: #767676 !important;
  padding: 2px;
  border-radius: 6px;
}
.modalClose--R6RB4_uJ:hover {
  color: #222 !important;
  background-color: rgba(34, 34, 34, 0.06) !important;
}

.paidEntrance--QmtXPquR {
  background: linear-gradient(270.37deg, rgba(12, 224, 132, 0.2) 0.32%, rgba(0, 227, 159, 0.2) 50%, rgba(79, 225, 250, 0.2) 99.68%);
  font-size: 14px;
  color: #148d59;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  padding: 0 16px 0 16px;
  height: 32px;
  border-radius: 20px;
  cursor: pointer;
}

.ProgressBarContainer--DAo2vu2i {
  width: 15%;
  height: 8px;
  overflow: hidden;
  border-radius: 9px;
  background-color: #f4f4f4;
  padding: 1px 0;
  position: relative;
}
.ProgressBar--kVBkqpn2 {
  height: calc(100% - 2px);
  background-color: #222;
  transition: left 0.3s ease;
  border-radius: 7px;
  position: absolute;
}

.pricingCard--a639vSPU {
  padding-block: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pricingCard--a639vSPU .modalContentTitle--YQNgznY8 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-inline: 24px;
}
.pricingCard--a639vSPU .pricePlansItemContainer--PxBbG0OO {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV {
  flex: 1;
  max-width: 328px;
  min-width: 310px;
  min-height: 540px;
  height: calc(100% - 20px);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid var(--Outline-Outline-3, #dddddd);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemTitle--FFqFLZy8 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  height: 33px;
  display: flex;
  justify-content: space-between;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemTitle--FFqFLZy8 .plansItemPopular--XoHjdVx6 {
  width: 77px;
  height: 28px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  background: linear-gradient(270.37deg, rgba(12, 224, 132, 0.2) 0.32%, rgba(0, 227, 159, 0.2) 50%, rgba(79, 225, 250, 0.2) 99.68%);
  color: #1ead6f;
  text-align: center;
  line-height: 28px;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemPriceStr--GKXnr2a3 {
  display: flex;
  gap: 8px;
  min-height: 44px;
  align-items: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemPriceStr--GKXnr2a3 .plansItemPriceStrValue--jQIlXOLo {
  height: 100%;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemPriceStr--GKXnr2a3 .plansItemPriceStrCurrency--ZYBDTxbu {
  font-weight: 400;
  font-size: 16px;
  align-self: flex-end;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemDescription--YywGEg0Z {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemButton--Ym5XDqpi {
  width: 100%;
  height: 40px;
  margin: 12px 0;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemButton--Ym5XDqpi .plansItemButtonText--hwGAvL1c {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemFeatures--HCEX4nNE {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemFeatures--HCEX4nNE .plansItemFeaturesDivider--eS54o98O {
  margin: 4px 0;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemFeatures--HCEX4nNE .plansItemFeature--A5ZX2yeA {
  display: flex;
  gap: 8px;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemFeatures--HCEX4nNE .plansItemFeature--A5ZX2yeA .plansItemFeatureIcon--HQ0H4VfV {
  width: 20px;
  height: 20px;
}
.pricingCard--a639vSPU .pricePlansItem--VK00OkTV .plansItemFeatures--HCEX4nNE .plansItemFeature--A5ZX2yeA .bold--wa_K9SqO {
  font-weight: 600;
}
.pricingCard--a639vSPU .plansHighlight--og3Pckwi {
  min-height: 540px;
  height: auto;
}
.pricingCard--a639vSPU .plansItemRecommended--yMjbHNIL {
  border: 2px solid transparent;
  border-radius: 12px;
  background: linear-gradient(0deg, #fff, #fff) padding-box, linear-gradient(219.84deg, #0ce084 22.74%, #00e39f 50%, #4fe1fa 77.26%) border-box;
  position: relative;
}
.pricingCard--a639vSPU .plansItemRecommended--yMjbHNIL::after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(270.37deg, rgba(12, 224, 132, 0.05) 0.32%, rgba(0, 227, 159, 0.05) 50%, rgba(79, 225, 250, 0.05) 99.68%);
  inset: 2px;
  border-radius: 12px;
  z-index: 0;
  pointer-events: none;
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .swiper--pWROl1oD {
  width: 100%;
  overflow: visible;
  padding: 0 10%;
  display: flex;
  justify-content: center;
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .swiper--pWROl1oD .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .swiper--pWROl1oD .swiper-container {
  overflow: visible;
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .swiper-slide--Y_MiT4sf {
  height: auto;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0.6;
  transform: scale(0.9);
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .swiper-slide--Y_MiT4sf.swiper-slide-active--kRbyRjMG {
  opacity: 1;
  transform: scale(1);
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .swiper-slide--Y_MiT4sf.swiper-slide-next--VxdvpI7I,
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .swiper-slide--Y_MiT4sf.swiper-slide-prev--JMReHfim {
  opacity: 0.8;
  transform: scale(0.95);
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .swiper-slide--Y_MiT4sf .pricePlansItemContainer--PxBbG0OO {
  width: 100%;
  max-width: 400px;
  min-width: 280px;
  height: 100%;
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .progressBg--ndtEek1u {
  margin-top: 12px;
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .progressBg--ndtEek1u .progress-bar-item {
  background-color: rgba(0, 0, 0, 0.1);
}
.pricingCard--a639vSPU .mobileSwiperContainer--o7PSvNH1 .progressBg--ndtEek1u .progress-bar-item.active--Dtlptk_8 {
  background-color: #1890ff;
}
.modalContentSegmented--C6jsyWAS {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmented--tRO7OjXk {
  min-width: 206px;
  height: 44px;
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmented--tRO7OjXk .ant-segmented {
  border-radius: 12px;
  /* 禁用移动端点击高亮 */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmented--tRO7OjXk .ant-segmented-group {
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmented--tRO7OjXk .ant-segmented-item {
  flex: 1;
  border-radius: 12px;
  padding: 8px;
  /* 禁用移动端点击高亮 */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmented--tRO7OjXk .ant-segmented-item-selected {
  border-radius: 8px;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmented--tRO7OjXk .ant-segmented-item-selected .ant-segmented-item-label {
  border-radius: 8px;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmented--tRO7OjXk .ant-segmented-thumb {
  border-radius: 12px !important;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  /* 确保滑块不会被点击 */
  pointer-events: none;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmented--tRO7OjXk .ant-segmented-item-label {
  max-width: 101px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 12px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* 禁用移动端点击高亮 */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmentedLabel--iBBhnc_J {
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 20px;
}
.modalContentSegmented--C6jsyWAS .bizPricingModalSegmentedSave--USk0aBF3 {
  display: inline-block;
  margin-left: 8px;
  color: #1ead6f;
  font-size: 12px;
  font-weight: 500;
}

.card--Gt85am9D {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  border: var(--ba-border-gray-1);
  border-radius: 8px;
  cursor: pointer;
  height: 68px;
}
.cardTitle--N48x9k4D {
  color: var(--ba-text-primary);
  text-overflow: ellipsis;
  text-align: left;
  /* inter 14/inter-bold */
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: -0.056px;
  /* 覆盖 ellipsis 的 word-break */
  word-break: revert;
}
.contentContainer--KXvrMrei {
  display: flex;
  align-items: center;
}
.svgIcon--SzBaB0uP {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  flex-shrink: 0;
}

.cardContainer--TegMiO_U {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  gap: 12px;
  min-height: calc(160px - 12px);
}
.titleContainer--lS0eDD5a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 28px;
}
.refreshContainer--VQG0sx77 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.refresh--fyHkKMdW {
  margin-left: 4px;
}

html[data-theme='light'] .card--qohtsnGK {
  --requirement-card-bg: #f8f8f8;
}
html[data-theme='dark'] .card--qohtsnGK {
  --requirement-card-bg: var(--ba-bg-primary);
}
.card--qohtsnGK {
  padding: 20px;
  border-radius: 12px;
  background: var(--requirement-card-bg);
  border: var(--ba-border-gray-transparent);
}
.card--qohtsnGK .top--JOo8RwA3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  cursor: pointer;
}
.card--qohtsnGK .company--ey__sLd3 .name--BySbCgDe {
  color: var(--ba-text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
}
.card--qohtsnGK .company--ey__sLd3 .qualifications--P_HOYuhf {
  height: 22px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
.card--qohtsnGK .company--ey__sLd3 .qualifications--P_HOYuhf .image--aMQPbdDP {
  height: 16px;
}
.card--qohtsnGK .company--ey__sLd3 .qualifications--P_HOYuhf .item--PXWcb9NS {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  flex-shrink: 0;
}
.card--qohtsnGK .company--ey__sLd3 .qualifications--P_HOYuhf .item--PXWcb9NS .point--m69bEnAy {
  display: block;
  width: 2px;
  height: 2px;
  background-color: #767676;
  border-radius: 50%;
  margin-right: 4px;
}
.card--qohtsnGK .company--ey__sLd3 .qualifications--P_HOYuhf .item--PXWcb9NS .text--QeHYi5Wu {
  overflow: hidden;
  color: var(--text-color-767672, #767676);
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.card--qohtsnGK .collapse--vdFcsDZF {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-top: 16px;
  color: #222;
  font-size: 12px;
}
.card--qohtsnGK .collapse--vdFcsDZF .icon--rh_LqrTk {
  display: inline-block;
}
.card--qohtsnGK .divider--wNBgQJb1 {
  height: var(--size-0, 1px);
  margin: 20px 0;
}
.card--qohtsnGK .bottom--CcWQPkVU {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.card--qohtsnGK .bottom--CcWQPkVU .supplier--MAgLzoAl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.card--qohtsnGK .bottom--CcWQPkVU .supplier--MAgLzoAl .info--smXFKqCo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card--qohtsnGK .bottom--CcWQPkVU .supplier--MAgLzoAl .info--smXFKqCo .basic--FMVXPOSO {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card--qohtsnGK .bottom--CcWQPkVU .supplier--MAgLzoAl .info--smXFKqCo .basic--FMVXPOSO .name--BySbCgDe {
  color: var(--ba-text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.card--qohtsnGK .bottom--CcWQPkVU .supplier--MAgLzoAl .info--smXFKqCo .basic--FMVXPOSO .avatar--kzXZi9yB {
  width: 24px;
  height: 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  color: #fff;
  background-color: #50e3c2;
  border-radius: 50%;
  overflow: hidden;
}
.card--qohtsnGK .bottom--CcWQPkVU .supplier--MAgLzoAl .info--smXFKqCo .basic--FMVXPOSO .avatar--kzXZi9yB img {
  max-width: 24px;
  max-height: 24px;
}
.card--qohtsnGK .bottom--CcWQPkVU .supplier--MAgLzoAl .info--smXFKqCo .time--ucvuKriw {
  color: var(--text-color-Text-secondary, #767676);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.card--qohtsnGK .bottom--CcWQPkVU .summary--PYlfRvti {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}
.card--qohtsnGK .detail--_wRYGYcn {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  padding-top: 16px;
}
.card--qohtsnGK .detail--_wRYGYcn .image--aMQPbdDP {
  overflow: hidden;
  border-radius: 8px;
  width: 100px;
  height: 100px;
}
.card--qohtsnGK .detail--_wRYGYcn .info--smXFKqCo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.card--qohtsnGK .detail--_wRYGYcn .info--smXFKqCo .name--BySbCgDe {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card--qohtsnGK .detail--_wRYGYcn .info--smXFKqCo .priceInfo--mOVZXmrz {
  display: flex;
  align-items: center;
}
.card--qohtsnGK .detail--_wRYGYcn .info--smXFKqCo .priceInfo--mOVZXmrz .price--iqW2uRm8 {
  color: var(--ba-text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.08px;
}
.card--qohtsnGK .detail--_wRYGYcn .info--smXFKqCo .priceInfo--mOVZXmrz .unit--ua1FgkAo {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.menuSignInUp--Od581v1E {
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuSignInUp--Od581v1E .signinUp--w3oy775n {
  background: #222;
  color: #fff;
  height: 32px;
  padding: 6px 16px;
  border-radius: 18px;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
}

.resultHeader--p0HLvvj1 {
  padding: 12px 24px;
  background: #fff;
  height: 56px;
}
.resultHeader--p0HLvvj1 .queryType--hOW4d7nH {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}
.resultHeader--p0HLvvj1 .enlargeIcon--Oo_ZTYJm {
  margin-left: 8px;
  cursor: pointer;
  padding: 6px;
  margin-right: 8px;
  font-size: 24px;
}
.resultHeader--p0HLvvj1 .enlargeIcon--Oo_ZTYJm:hover {
  background: rgba(34, 34, 34, 0.06);
  border-radius: 6px;
}

.switch--yk27yaLd {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  background-color: #dddddd;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}
.switch--yk27yaLd.checked--vGDKbzig {
  background-color: #1ead6f;
}
.switch--yk27yaLd.checked--vGDKbzig .handle--mNNfcLh0 {
  transform: translateX(16px);
}
.switch--yk27yaLd .handle--mNNfcLh0 {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cart--uo7KB9JE .cartBtn--SwwU9B0Y {
  color: #222;
  font-weight: 600;
  border: 1px solid #ddd;
}
.cart--uo7KB9JE .cartBtn--SwwU9B0Y .cartNum--v3ivLiBY {
  background: #222;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
}
.cart--uo7KB9JE .cartItem--NTM423qq {
  padding: 6px 16px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}
.cart--uo7KB9JE .cartItem--NTM423qq .cartIcon--xbh2skUN {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerContainer--QxWE3QbB {
  min-height: 56px;
  padding: 12px 24px;
  background: #fff;
  position: relative;
}
.headerContainer--QxWE3QbB .header--j5Ir3Vyc {
  width: 100%;
  align-self: center;
}
.headerContainer--QxWE3QbB .left--MWMJR5Zp {
  font-size: 16px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 800px;
}
.headerContainer--QxWE3QbB .right--Eqn5EnON {
  gap: 24px;
}

.threadHistorySectionBox--OOVdIobP {
  width: 100%;
}
.dateText--Rz5OV5Vl {
  width: 100%;
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4%;
  vertical-align: middle;
  color: #222;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.searchItemBox--dPG7X70r {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text--UGBLmGuz {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.searchTime--PsIKso9G {
  flex-shrink: 0;
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #767676;
  margin-right: 24px;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsisBox--ECXYxRQB {
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 16px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.ellipsisBox--ECXYxRQB:hover {
  background: #f4f4f4;
}
.hoverBox--EQAZNEnk {
  display: flex;
  align-items: center;
}
.ant-dropdown-menu {
  height: 40px !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  background-color: #fff !important;
  box-shadow: 0 2px 12px 2px #0003 !important;
}
.ant-dropdown-menu-item {
  min-width: 120px;
  padding: 10px 16px !important;
  border-radius: 8px !important;
}
.hoverBox--EQAZNEnk .deleteText--yg2rCVTg {
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  margin-left: 8px;
}
.unread--lQ3a5X1x {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ff0e00;
}
.processStatus--vLr7yQx8 {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  flex: none;
  justify-content: center;
}

.tabLabel--g7FbfvDP {
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
}
.guideToBiz--ys96sTCP {
  /* Tooltip-center */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  gap: 8px;
  height: 28px;
  background: linear-gradient(271.54deg, rgba(0, 233, 134, 0.1) 0%, rgba(0, 102, 204, 0.05) 100%);
  border-radius: 8px;
  color: #148d59;
}

.segment--ZG8G53qH {
  padding: 17px 0 7px 0;
}
.title--IFanHXZe {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.container--AOMaKnbK {
  padding: 9px 0;
  /* display: flex;
  flex-direction: column; */
}
.title--qE3yD7wj {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 8px;
}
.descriptionIcon--RKb5IBeN {
  margin-left: 6px;
  cursor: pointer;
  font-size: 14px;
}
.description--wREvjEzL {
  font-size: 14px;
  line-height: 18px;
  color: var(--ba-text-secondary);
  padding-bottom: 12px;
  font-weight: 400;
}
.feedback--JyhjXBXZ {
  padding-top: 8px;
  color: #b3261e;
  line-height: 18px;
}
.tips--zdBzG0dO {
  max-width: 440px;
  max-height: 400px;
  overflow-y: scroll;
  cursor: pointer;
}
.tips--zdBzG0dO::-webkit-scrollbar {
  width: 0;
}
.tipsContent--hgJsIhRs {
  padding: 16px;
  /* display: flex;
  align-items: center;
  flex-wrap: wrap; */
}

.pills--orK2prEZ {
  padding: 9px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pill--jWcnZDle {
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}
.pill--jWcnZDle.selected--aQKseOnw {
  /* font-weight: 600; */
  background: var(--ba-bg-tertiary);
  outline: 2px solid var(--button-selected-border);
}
.more--DXwOSRCa {
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  border-radius: 20px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}
.more--DXwOSRCa .moreText--htkzClkh {
  margin-right: 4px;
}
.img--Z0gm5Xcm {
  height: 18px;
  max-height: 18px;
}

.rangeInput--OHH2A_RI {
  display: flex;
  align-items: center;
}
.inputGroup--ywbm9PAG {
  display: flex;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.inputGroup--ywbm9PAG.error--jvKNe5Q4 {
  border: 1px solid #b3261e;
}
.inputLabel--ih2u3DaY {
  font-size: 12px;
  color: #767676;
  padding: 9px 16px 0 16px;
}
.divider--P9Ig1XyU {
  margin: 0 24px;
  width: 16px;
  height: 1px;
  background: #dddddd;
}

.collapse--esUEo12e {
  border-radius: 12px;
  border: 1px solid var(--ba-outline-grey);
  margin-top: 12px;
}
.collapse--esUEo12e .head--Btcb_R_M {
  height: 46px;
  border-bottom: 1px solid var(--ba-outline-grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  cursor: pointer;
}
.collapse--esUEo12e .head--Btcb_R_M .title--eTock7at {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.collapse--esUEo12e .head--Btcb_R_M .action--WLlQFRhF {
  display: flex;
  align-items: center;
  line-height: 18px;
  text-align: left;
  border-bottom: 1.5px solid #222222;
}
.collapse--esUEo12e .body--n5ovChfX {
  padding: 12px 12px 0 12px;
}
.collapse--esUEo12e .body--n5ovChfX .content--QUpALxB7 {
  display: flex;
  flex-wrap: wrap;
}
.collapse--esUEo12e .body--n5ovChfX .content--QUpALxB7 .option--gklxgp0F {
  background: var(--ba-bg-tertiary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 16px 7px 16px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 40px;
}

.more--kFUOVmOy {
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  border-radius: 20px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}
.more--kFUOVmOy .moreText--m2tZziFg {
  margin-right: 4px;
}

.cards--aDcDsJ_Q {
  flex-wrap: wrap;
}
.card--yaOVgGHq {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  /* width: 256px; */
  /* height: 134px; */
  overflow: hidden;
}
.card--yaOVgGHq .title--MJgC5CCx {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.card--yaOVgGHq .desc--L24GqHxD {
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.card--yaOVgGHq.selected--RkoxLpMI {
  font-weight: 600;
  outline: 2px solid var(--button-selected-border);
}
.grid--nPMWw7sl {
  margin-bottom: 12px;
}
.moreLess--AcpIO8SN {
  padding: 4px !important;
}

.imageCards--r6fqVCsy {
  padding: 9px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.imageCard--q4geUAz7 {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 141px;
  height: 76px;
  overflow: hidden;
}
.imageCard--q4geUAz7 .title--_7tnoLKx {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 8px;
}
.imageCard--q4geUAz7 .image--xoSRqIjz {
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
.imageCard--q4geUAz7.selected--XsjqoQl8 {
  font-weight: 600;
  outline: 2px solid var(--button-selected-border);
}

.dropdown--VuA_7uqY {
  position: relative;
}
.dropdown--VuA_7uqY .ant-select-selector {
  min-height: 50px !important;
}
.dropdown--VuA_7uqY .ant-select-item-option {
  height: 44px !important;
}
.dropdown--VuA_7uqY .ant-select-arrow {
  /* margin-top: -4px; */
}
.image--x1Hiyt_M {
  width: 30px;
  height: 20px;
}
.tag--PPH6pIZn {
  display: flex;
  align-items: center;
}
.tag--PPH6pIZn img {
  margin-right: 4px;
}

#radios--i60UX5Kr {
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
}
.radio--B49uqGtk {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
}
.radio--B49uqGtk .ant-radio-inner {
  width: 20px;
  height: 20px;
}

.pvs--Pajwuke3 {
  cursor: pointer;
  padding: 9px 0;
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  /**
   * 深色背景下的item样式
  **/
}
.pvs--Pajwuke3 .item--ev9TO85z {
  flex: 0 0 auto;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--ba-bg-tertiary);
  max-width: 450px;
  font-size: 14px;
  word-break: break-all;
}
.pvs--Pajwuke3 .itemForGray--lOPD88Oh {
  background: var(--white);
  color: var(--ba-text-primary);
  border: 1px solid #ddd;
}
.pvs--Pajwuke3 .options--LxlwMqPw {
  cursor: pointer;
  display: flex;
  color: var(--ba-text-primary);
  flex-shrink: 0;
}
.pvs--Pajwuke3 .options--LxlwMqPw:hover * {
  color: var(--ba-theme-primary);
}
.pvs--Pajwuke3 .optionsText--FNU13kMZ {
  /* margin-left: 8px; */
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: underline;
}

.dropdown--qfRVHwvs {
  position: relative;
}
.dropdown--qfRVHwvs .ant-select-selector {
  min-height: 50px !important;
}
.dropdown--qfRVHwvs .ant-select-item-option {
  height: 44px !important;
}
.dropdown--qfRVHwvs .ant-select-arrow {
  /* margin-top: -4px; */
}
.image--OceCs8ht {
  width: 30px;
  height: 20px;
}
.tag--I16N1P5_ {
  display: flex;
  align-items: center;
}
.tag--I16N1P5_ img {
  margin-right: 4px;
}

.desc--ZcRjmivX {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 8px 0;
}

.container--stHX_qEj .options--_efZCunU {
  cursor: pointer;
  display: flex;
  color: var(--ba-text-primary);
}
.container--stHX_qEj .options--_efZCunU:hover * {
  color: var(--ba-theme-primary);
}
.container--stHX_qEj .optionsText--u96l9iFe {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: underline;
}
.container--stHX_qEj .content--Rfh0xXsh {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
}
.container--stHX_qEj .markdown--OupTJ3nh .imageContainer--ZqENoUcr {
  display: inline-block;
  margin: 8px 8px 8px 0;
  position: relative;
}
.container--stHX_qEj .markdown--OupTJ3nh .imageContainer--ZqENoUcr img {
  border-radius: 4px;
}
.container--stHX_qEj .markdown--OupTJ3nh .imageContainer--ZqENoUcr::after {
  background-color: rgba(0, 0, 0, 0.04);
  background-image: url(//s.alicdn.com/@img/imgextra/i3/O1CN01qSRhfu1pB4Hte1B6J_!!6000000005321-2-tps-470-120.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 8px;
  pointer-events: none;
}
.container--stHX_qEj .markdown--OupTJ3nh img {
  width: 146px;
  height: 146px;
}
.container--stHX_qEj .markdown--OupTJ3nh h1,
.container--stHX_qEj .markdown--OupTJ3nh h2,
.container--stHX_qEj .markdown--OupTJ3nh h3,
.container--stHX_qEj .markdown--OupTJ3nh h4,
.container--stHX_qEj .markdown--OupTJ3nh h5,
.container--stHX_qEj .markdown--OupTJ3nh h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: semibold;
}
.container--stHX_qEj .footer--oAsw8w9j {
  margin-top: 16px;
}
.container--stHX_qEj .buttonGroup--J0y4NDVU {
  gap: 16px;
}
.markdownOptions--iVwpQ_c0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 12px 0;
  gap: 12px;
}
.markdownOptions--iVwpQ_c0 .optionAction--oNAjaztd {
  height: 40px;
  padding: 12px 20px;
  border-radius: 20px;
  border-color: var(--ba-outline-grey);
}
.markdownOptions--iVwpQ_c0 .optionAction--oNAjaztd:hover {
  color: unset !important;
  border-color: unset !important;
}
.markdownOptions--iVwpQ_c0 .optionAction--oNAjaztd.selected--yPfJAPlD {
  background: var(--ba-bg-tertiary);
  outline: 2px solid var(--button-selected-border);
  font-weight: 600;
}

.container--lCQ1ZMEP {
  display: flex;
  overflow: hidden;
}
.container--lCQ1ZMEP .left--kXZugryi {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.container--lCQ1ZMEP .left--kXZugryi .icon--tg2gXlmU {
  display: flex;
  align-items: center;
}
.container--lCQ1ZMEP .left--kXZugryi .title--dALo9tWG {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container--lCQ1ZMEP .right--iLnyJWpp {
  flex: none;
  display: flex;
  align-items: center;
}

.container--w7lwhz9h {
  display: flex;
  align-items: baseline;
}
.container--w7lwhz9h .left--wEv2SK4p {
  flex: 1;
  display: flex;
  align-items: center;
}
.container--w7lwhz9h .main--l7nqav0d {
  flex: auto;
  display: flex;
  justify-content: center;
  max-width: var(--msg-max-width);
}
.container--w7lwhz9h .right--WrcD2rer {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.messageActions--VxgskU1G {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
/* 评价部分样式 */
.feedback--wynGUkv8 {
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #767676;
  font-weight: 600;
  cursor: pointer;
}
.exportBtn--EYWGQjiL {
  cursor: pointer;
  color: #767676;
  font-weight: 600;
}
.exportBtn--EYWGQjiL:hover {
  color: #222;
  background: #f4f4f4;
}
.exportBtnGroup--wwZlAYct .exportBtnItem--Eaon2YIy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  gap: 8px;
  color: #222;
  cursor: pointer;
  padding: 0 8px;
  border-radius: 12px;
}
.exportBtnGroup--wwZlAYct .exportBtnItem--Eaon2YIy:hover {
  background: #f4f4f4;
}
.exportBtn--EYWGQjiL,
.copyBtn--HY5WOQdt,
.likeBtn--Rc5CNvc1,
.dislikeBtn--SymXvo3v,
.feedbackBtn--dNoYoplQ {
  border-radius: 50%;
  padding: 8px;
  color: #767676;
  font-weight: 600;
}
.exportBtn--EYWGQjiL:hover,
.copyBtn--HY5WOQdt:hover,
.likeBtn--Rc5CNvc1:hover,
.dislikeBtn--SymXvo3v:hover,
.feedbackBtn--dNoYoplQ:hover {
  background: #f4f4f4;
  color: #222;
  font-weight: 600;
}

.title--angb2DIw {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #222;
}
.subTitle--TTOrRl5n {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #767676;
  margin: 10px 0 20px;
}
.question-item--D2QvZ0qc {
  padding: 7px 16px 7px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  margin: 4px;
  transition: all 0.3s ease;
}
.question-item--D2QvZ0qc.selected--pe3IwAZa {
  background-color: #f4f4f4;
  border-color: #222;
}
.question-item--D2QvZ0qc:hover {
  background-color: #f4f4f4;
}
.textareaWrap--x2EWIBuY {
  margin-top: 24px;
  padding-left: 4px;
}
.textarea--gfQsBUsX {
  max-height: 200px;
  overflow-y: auto;
  stroke-width: 1px !important;
}
.footer--Hh2MPDgW {
  margin-top: 16px;
}
.submit--zUlx1oiN {
  width: 96px;
}
.feedbackModal--dsFWIA24 .ant-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.feedbackModal--dsFWIA24 .ant-btn-primary:disabled,
.feedbackModal--dsFWIA24 .ant-btn-primary.ant-btn-disabled {
  color: white;
  background: #8f8f8f;
}
.feedbackModal--dsFWIA24 .ant-message {
  top: calc(100vh - 150px) !important;
}
.feedbackModal--dsFWIA24 .ant-message .ant-message-notice-content {
  background: rgba(0, 0, 0, 0.85) !important;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2) !important;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  height: auto;
  line-height: 22px;
  padding: 12px 16px !important;
}
.feedbackModal--dsFWIA24 .ant-message .anticon {
  display: inline-block;
}
.feedbackModal--dsFWIA24 .ant-input-outlined:focus,
.feedbackModal--dsFWIA24 .ant-input-outlined:focus-within {
  border-color: transparent !important;
}

.restricted18--NvjuBGDm .content--AYw_N_gl {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-height: 70vh;
  overflow: auto;
  white-space: pre-wrap;
}
.restricted18--NvjuBGDm .ant-modal-confirm-btns {
  flex-direction: row-reverse;
  display: flex;
  gap: 8px;
}
.ant-modal-mask:has(~ .restricted18) {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.detail--_QM_yQ3F {
  color: var(--ba-text-light);
  line-height: 18px;
}
.bold--Yl5mGKGN {
  color: var(--ba-text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.title--vSUOLDXk {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 16px;
}
.item--f2PB93ez {
  height: 42px;
  border-radius: 8px;
}
.item--f2PB93ez:nth-child(odd) {
  background-color: var(--ba-surface-gray-transparent);
}
.content--zHhKIu2z {
  width: 200px;
  line-height: 42px;
  flex: none;
  padding: 0 12px;
  margin-bottom: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bar--qrxBmfxD {
  height: 100%;
  padding-left: 16px;
  white-space: nowrap;
}

.remark--YLNIZcZI {
  font-size: 14px;
  color: var(--ba-text-light);
}

.title--J0C3wq8o {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.action--ts9VcZQp {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.container--ZEVAjN7g {
  padding-left: 21px;
  color: var(--ba-text-primary);
}

.tags--yFbbVHYr {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  height: 20px;
}
.tags--yFbbVHYr .tag--cXEvU7zR {
  height: 100%;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ba-color-brand-bg);
  color: var(--ba-color-text);
  padding: 0 4px;
  border-radius: 4px;
}

.border--CClUVrpR {
  padding: 16px;
  border: 1px solid var(--ba-outline-grey);
  border-radius: 12px;
}
.productImage--Yu98jA6g {
  border-radius: 8px;
  overflow: hidden;
  flex: none;
}
.productImage--Yu98jA6g::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.04);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.productInfo--YEiA3dMl {
  min-width: 0;
  flex: 1;
}
.productInfo--YEiA3dMl .name--emlKuVVb {
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.productInfo--YEiA3dMl .rating--N6rkYpRh {
  height: 20px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.productInfo--YEiA3dMl .rating--N6rkYpRh .rateIcon--IxlDej2X {
  color: var(--ba-text-primary);
  font-size: 12px;
}
.productInfo--YEiA3dMl .rating--N6rkYpRh .rateIcon--IxlDej2X li {
  -webkit-margin-end: 2.5px !important;
          margin-inline-end: 2.5px !important;
}
.card--pBIARdFh {
  cursor: pointer;
  height: 100%;
}
.card--pBIARdFh:hover {
  box-shadow: 0 4px 16px 0 rgba(36, 34, 47, 0.12);
}
.selection--DWjkoCwF {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.item--qYrdi1Jz {
  min-height: 156px;
  border-radius: 8px;
  padding: 16px;
  background-color: #f5f5f5;
}
.avatar--Y0zR9wCZ {
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--ba-theme-primary);
}
.rateIcon--4KZZbrz9 {
  color: var(--ba-text-primary);
  font-size: 12px;
}
.rateIcon--4KZZbrz9 li {
  -webkit-margin-end: 2.5px !important;
          margin-inline-end: 2.5px !important;
}
.ins-tabs-ink-bar .ins-tabs-ink-bar-animated {
  display: none;
}
.ins-tabs {
  margin-top: 24px;
}
.ins-tabs-nav-list {
  display: flex;
  margin-bottom: 24px;
  gap: 12px;
}
.ins-tabs-nav-operations {
  display: none;
}
.ins-tabs-tab {
  height: 36px;
  padding: 11px 20px;
  border-radius: 20px;
  border: 1px solid var(--ba-outline-grey);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ins-tabs-tab-active {
  border: 2px solid var(--ba-border-primary);
  font-weight: 600;
}
.ins-tabs-tabpane-hidden {
  display: none;
}

.container--fFyO5R5j {
  padding-left: 21px;
  color: var(--ba-text-primary);
  font-size: 16px;
  line-height: 22px;
}
.container--fFyO5R5j li {
  margin-top: 4px;
}
.remark--wWlX7cYT {
  line-height: 18px;
  padding: 7px 12px;
  border-radius: 4px;
}
.positive--mjyfE2SF {
  background: #f0f3ff;
  color: #5341e3;
}
.negative--VU8gB_1x {
  background: #f53c3c1a;
  color: #f53c3c;
}

.expanded--Z3QfCZhI {
  border: 1px solid var(--ba-outline-grey);
  border-radius: 12px;
  padding: 16px;
}
.expanded--Z3QfCZhI .name--vBvcWwzl {
  margin-bottom: 8px;
  max-width: 832;
}
.expanded--Z3QfCZhI .selection--H__rSCW2 {
  color: #5341e3;
  font-weight: 600;
}
.expanded--Z3QfCZhI .strategyTitle--IWwyfpta {
  font-weight: 700;
  line-height: 18px;
}
.expanded--Z3QfCZhI .diff--_Y0bqTGY {
  color: var(--ba-text-primary);
  -webkit-margin-start: -1.4em;
          margin-inline-start: -1.4em;
  -webkit-margin-end: -1.4em;
          margin-inline-end: -1.4em;
}
.expanded--Z3QfCZhI .item--gxdmruWl {
  color: var(--ba-text-primary);
}
.expanded--Z3QfCZhI .item--gxdmruWl + .item--gxdmruWl {
  margin-top: 8px;
}

.remark--DAxqTGGm {
  color: var(--ba-text-light);
  margin-bottom: 24px;
}
.title--XwehFfIV {
  font-weight: 700;
  line-height: 18px;
  overflow: hidden;
}
.singleLine--ecz6otZn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twoLine--FFZQ7O09 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.subTitle--UUiLF4cd {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--ba-text-light);
}
.cover--f3bDYD6P {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  background-color: white !important;
}
.name--EeLIJKVI {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.price--_HA4Hntx {
  white-space: nowrap;
}
.wholesale--OyxNhVok {
  margin-top: 4px;
  color: var(--ba-text-light);
  line-height: 18px;
}
.rating--OPpHcTQ2 .rateIcon--ethsGu6s {
  color: var(--ba-text-primary);
  font-size: 12px;
}
.rating--OPpHcTQ2 .rateIcon--ethsGu6s li {
  -webkit-margin-end: 2.5px !important;
          margin-inline-end: 2.5px !important;
}
.rating--OPpHcTQ2 .ratingCount--mBQj8dnL {
  color: var(--ba-text-light);
}
.daily--FXAJGde6 {
  color: #2db31e;
  margin-top: 4px;
}
.link--_RbNuEX4 {
  flex: 1;
  white-space: normal !important;
  color: var(--ba-color-text);
  cursor: pointer;
}
.diff--iZaO1otC {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.action--ZkqpkwOI {
  padding-right: 0 !important;
}
.expanded--yCIg8C3f {
  border: 1px solid var(--ba-outline-grey);
  border-radius: 12px;
  padding: 16px;
}
.expanded--yCIg8C3f .expandedTitle--gOybJW4U {
  margin-bottom: 8px;
}
.expanded--yCIg8C3f .selection--ZxotdEqx {
  color: #5341e3;
  font-weight: 600;
}
.expanded--yCIg8C3f .strategyTitle--eZ1A2sPz {
  font-weight: 700;
  line-height: 18px;
}
.expanded--yCIg8C3f .item--BQZu_bqx {
  color: var(--ba-text-primary);
}
.table--Z7UDBihR .ant-table-expanded-row .ant-table-cell {
  background: transparent;
}
.table--Z7UDBihR .ant-table-column-title {
  width: 0;
}
.table--Z7UDBihR .ant-table-column-sorter {
  display: none;
  margin-right: -8px !important;
}
.table--Z7UDBihR .ant-table-column-sorters:hover .ant-table-column-sorter {
  display: block;
}

.body--uz7kHa5m {
  padding: 0 !important;
  line-height: 18px;
  overflow-x: hidden;
}
.body--uz7kHa5m .ant-tabs-tab-btn {
  font-weight: 700;
  transition: none !important;
}
.body--uz7kHa5m .ant-tabs-tab-active .lableItem {
  font-weight: 700;
}
.body--uz7kHa5m .ant-tabs-nav-wrap {
  padding: 0 20px;
}
.body--uz7kHa5m .ant-tabs-tabpane {
  padding: 24px 20px;
}
.lable--NX_904pQ {
  font-weight: 700;
  position: relative;
  color: transparent;
}
.lable--NX_904pQ .lableItem--H2aENIdS {
  color: var(--ba-text-primary);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card--qs_qTocW {
  padding: 24px 16px;
  border-radius: 12px;
  border: 1px solid var(--ba-outline-grey);
  cursor: pointer;
}
.card--qs_qTocW:hover {
  box-shadow: 0 4px 16px 0 rgba(36, 34, 47, 0.12);
}
.title--hccR0xTF {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  /* 根据设计稿，标题1/2行都是48px */
  height: 48px;
  line-height: 24px;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.details--FVma5Cvq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 16px;
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.details--FVma5Cvq .score--_xkkpMrX {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.details--FVma5Cvq .wholesale--JCkP3w4U {
  margin-top: 4px;
}
.details--FVma5Cvq .area--sdKN07Yz {
  margin-top: 4px;
}
.details--FVma5Cvq .seasonality--tjyBbaa1 {
  color: var(--ba-text-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.images--P3DKT8Of {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
  gap: 8px;
  /* 图片以下对齐 */
  margin-top: auto;
}
.images--P3DKT8Of .imageWrapper--uYAKexm1 {
  position: relative;
  background: white;
  width: 100%;
  padding-top: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.images--P3DKT8Of .imageWrapper--uYAKexm1 .image--YHrI_aYC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.images--P3DKT8Of .imageWrapper--uYAKexm1 .image--YHrI_aYC img {
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}
.images--P3DKT8Of .imageWrapper--uYAKexm1 .mask--C6yGOcHg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000000a;
}
.button--_EqybiHz {
  flex: 1;
  font-weight: 600;
}

.title--iK4Zt04D {
  margin-bottom: 8px;
  width: var(--msg-width);
}
.remark--OTxDBdaI {
  width: var(--msg-width);
  font-size: 14px;
  color: var(--ba-text-light);
  margin-bottom: 16px;
}
.description--IiRJwa0M {
  width: var(--msg-width);
  font-size: 16px;
  font-weight: 22px;
  margin-bottom: 24px;
}
.footer--D5HC_B6K {
  margin-top: var(--ba-margin);
}
.limit--xSjuv38N {
  width: var(--msg-width);
}

.inspOverview--G3pQFssE {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.inspirationTitle--UJAVmYUT {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.marketAnalysis--aQ9QmjTG {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.marketAnalysisItem--MdiC2Dyf {
  flex: 1;
}
.newGap--WtwJWW96 {
  gap: 0px;
}

.title--YovuoZwT {
  font-size: 20px;
  font-weight: 700;
}
.remark--KxlbJqQn {
  margin-top: 8px;
}
.action--eZx9DbnK {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.remark--o13SVyPf {
  font-size: 14px;
  color: var(--ba-color-text-secondary);
}

.overlay--btT35KAJ {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--mask-color-black);
}
.content--TUhEPSM9 {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: calc(var(--vh, 1vh) * 30);
  max-height: calc(var(--vh, 1vh) * 90);
  padding-bottom: 20px;
  background-color: var(--surface-color-1);
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: column;
}
.main--GwofPTZx {
  flex: 1;
  font-size: var(--ba-font-size-lg);
  line-height: var(--ba-line-height-lg);
  padding: var(--ba-padding);
  color: var(--on-color-primary);
  overflow: auto;
}
.main--GwofPTZx .title--VdAodubb {
  position: sticky;
  top: 0;
  padding: var(--ba-margin-sm) 0;
  font-weight: 700;
  text-align: center;
  font-size: var(--ba-font-size-lg);
  line-height: var(--ba-line-height-lg);
  display: flex;
}
.close--8ByKQ4Q1 {
  margin-left: auto;
}
.mainTitle--Yo6hBMKx {
  flex-grow: 1;
  text-align: center;
}

.remark--fqkcfc5v {
  line-height: 18px;
  padding: 7px 12px;
  border-radius: 4px;
}
.positive--Dv_Bhj5V {
  background: var(--ba-color-brand-bg);
  color: var(--ba-color-text);
}
.negative--WdyEfEDI {
  background: #f53c3c1a;
  color: #f53c3c;
}

.title--JejdzLqI {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 16px;
}
.item--hqfuleA3 {
  height: 42px;
  border-radius: 8px;
}
.item--hqfuleA3:nth-child(odd) {
  background-color: var(--ba-color-bg-layout);
}
.content--s1kKqXDf {
  width: 200px;
  line-height: 42px;
  flex: none;
  padding: 0 12px;
  margin-bottom: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bar--JROc_KL3 {
  height: 100%;
  padding-left: 16px;
  white-space: nowrap;
}

.item--U0P4f3Nc {
  min-height: 156px;
  border-radius: 8px;
  padding: 16px;
  background-color: #f5f5f5;
}
.avatar--QqtBSadI {
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--ba-color-brand);
}
.rateIcon--PqK4nNMN {
  color: var(--ba-color-text);
  font-size: 12px;
}
.rateIcon--PqK4nNMN li {
  margin-inline-end: 2.5px !important;
}
.ins-tabs-ink-bar {
  display: none;
}
.ins-tabs {
  margin-top: 24px;
}
.ins-tabs-nav-list {
  display: inline-flex;
  margin-bottom: 24px;
  gap: 12px;
  overflow: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.ins-tabs-nav-list::-webkit-scrollbar {
  display: none;
}
.ins-tabs-nav-operations {
  display: none;
}
.ins-tabs-tab {
  height: 36px;
  padding: 11px 20px;
  border-radius: 20px;
  border: 1px solid var(--ba-color-border);
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.ins-tabs-tab-active {
  border: 2px solid var(--ba-color-border-darkest);
  font-weight: 600;
}
.ins-tabs-tabpane-hidden {
  display: none;
}

.remark--JOb5tYg0 {
  color: var(--ba-color-text-secondary);
  margin-bottom: 24px;
}
.title--ZmMCqdmv {
  font-weight: 700;
  line-height: 18px;
  overflow: hidden;
}
.singleLine--ozJPdoUY {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twoLine--nUIVhZ6j {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.subTitle--hieQ3W7T {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--ba-color-text-secondary);
}
.cover--UpdJaWcO {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  background-color: white !important;
}
.name--tBquIRJL {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.price--MTO1ijpn {
  white-space: nowrap;
}
.wholesale--NU4sToky {
  margin-top: 4px;
  color: var(--ba-color-text-secondary);
  line-height: 18px;
}
.rating--eup8t2IR {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}
.rating--eup8t2IR .rateIcon--AnIrjTow {
  color: var(--ba-color-text);
  font-size: 12px;
}
.rating--eup8t2IR .rateIcon--AnIrjTow li {
  margin-inline-end: 2.5px !important;
}
.rating--eup8t2IR .ratingCount--YkfNuv0M {
  color: var(--ba-color-text-secondary);
}
.daily--OGw7aMQH {
  color: #2db31e;
  margin-top: 4px;
}
.amazonLink--ZMaBjwPL {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  cursor: pointer;
}
.amazonLink--ZMaBjwPL:hover {
  text-decoration: underline;
}
.actionButton--j7RIkFir {
  height: 32px;
  border: none !important;
  background-color: transparent;
}
.actionButton--j7RIkFir:hover {
  background-color: #f4f4f4 !important;
  border: none !important;
}
.link--Qo0giBvU {
  flex: 1;
  /* white-space: normal !important; */
  color: var(--ba-color-primary);
}
.diff--CCIaZwPu {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.action--D5Krkmgv {
  padding-right: 0 !important;
}
.expanded--gkBH7Mq_ {
  border: 1px solid var(--ba-color-border);
  border-radius: 12px;
  padding: 16px;
}
.expanded--gkBH7Mq_ .expandedTitle--A2KSpA0f {
  margin-bottom: 8px;
}
.expanded--gkBH7Mq_ .selection--G5JjOB1_ {
  color: #5341e3;
  font-weight: 600;
}
.expanded--gkBH7Mq_ .strategyTitle--vV0R0ZTC {
  font-weight: 700;
  line-height: 18px;
}
.expanded--gkBH7Mq_ .item--u_uNhATa {
  color: var(--ba-color-text);
}
.table--UikMGRn0 {
  /* .ant-table-column-sorter {
      display: none;
      margin-right: -8px !important;
    }

    .ant-table-column-sorters:hover {
      .ant-table-column-sorter {
        display: block;
      }
    } */
}
.table--UikMGRn0 .ant-table-expanded-row .ant-table-cell {
  background: transparent;
}
.table--UikMGRn0 .ant-table-column-title {
  width: 0;
}

.album--YVWlQxK6 {
  width: 100%;
  max-width: var(--msg-text-max-width);
  margin-bottom: 24px;
}
.album--YVWlQxK6 .ant-image .ant-image-mask {
  background-color: rgba(0, 0, 0, 0.04);
  opacity: 1;
  transition: 0.3s;
}
.album--YVWlQxK6 .ant-image .ant-image-mask:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.album--YVWlQxK6 .header--UGKfIa3m .title--mhSr1HSR {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
}
.album--YVWlQxK6 .header--UGKfIa3m .more--Ypdz7lhP {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.album--YVWlQxK6 .list--NzhjqoHE {
  overflow: auto;
  scrollbar-width: none;
}
.album--YVWlQxK6 .list--NzhjqoHE .imageItem--U0hyJgtv {
  position: relative;
  flex: 1;
  max-width: 480px;
  min-width: 120px;
  aspect-ratio: 1/1;
}
.album--YVWlQxK6 .list--NzhjqoHE .imageItem--U0hyJgtv .imageRoot--J1avbbDZ {
  display: flex;
  max-width: inherit;
  min-width: inherit;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  flex: none;
  background: #f4f4f4;
}
.album--YVWlQxK6 .list--NzhjqoHE .imageItem--U0hyJgtv .imageRoot--J1avbbDZ .image--KMr6etcp {
  -o-object-fit: contain;
     object-fit: contain;
}
.album--YVWlQxK6 .list--NzhjqoHE .imageItem--U0hyJgtv .loading--VLkzOjF7 {
  justify-content: center;
  align-items: center;
}
.album--YVWlQxK6 .list--NzhjqoHE .imageItem--U0hyJgtv .loading--VLkzOjF7 .loadingText--F1RM_6kJ {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.album--YVWlQxK6 .list--NzhjqoHE .imageItem--U0hyJgtv .similarSearch--dq4UWuJq {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  color: #222;
}
.album--YVWlQxK6 .list--NzhjqoHE .imageItem--U0hyJgtv:hover .similarSearch--dq4UWuJq {
  opacity: 1;
}

.children--CpHomZ9z {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #222222;
  height: 100%;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
.commonGradient--R1DC7KUu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.commonGradient--R1DC7KUu::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  inset: 2px;
  border-radius: 32px;
  z-index: 1;
}
.active--axcdER1y {
  background: conic-gradient(from var(--r), #00c8ff 0%, #3bd291 10%, #f4f4f4 20%);
  animation: 1.5s cubic-bezier(0.1, 0, 0.9, 1) infinite rotating--mQVWBmzU;
}
@property --r {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
@keyframes rotating--mQVWBmzU {
  0% {
    --r: 0deg;
  }
  100% {
    --r: 360deg;
  }
}
.mousePointer--kmWCdOjn {
  cursor: pointer;
}

.albumPreviewer--_OhZbsLV {
  display: flex;
  flex-direction: column;
}
.albumPreviewer--_OhZbsLV .ant-modal-content {
  border-radius: 0;
  padding: 16px 0;
}
.albumPreviewer--_OhZbsLV .ant-modal-content .ant-modal-header {
  margin-bottom: 16px;
  padding: 0 24px;
}
.albumPreviewer--_OhZbsLV .modal--uBG7RcEg {
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  top: 0;
  left: 0;
  padding: 0;
  border-radius: 0 !important;
}
.albumPreviewer--_OhZbsLV .modal--uBG7RcEg .modalContent--K0cNSFpp {
  border-top: 1px solid #ccc;
  height: calc(100vh - 72px);
  overflow: hidden;
}
.albumPreviewer--_OhZbsLV .leftContainer--_aug1llr {
  flex: 1;
  padding: 16px;
  overflow: hidden;
}
.albumPreviewer--_OhZbsLV .leftContainer--_aug1llr .previewImage--A71knUvl {
  max-width: 100%;
  max-height: 100%;
}
.albumPreviewer--_OhZbsLV .rightContainer--Dwd1iO1s {
  width: 480px;
  padding: 16px 0;
  height: 100%;
  overflow-y: auto;
}
.albumPreviewer--_OhZbsLV .rightContainer--Dwd1iO1s .thumbnailItem--eHr1MPVE {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.albumPreviewer--_OhZbsLV .rightContainer--Dwd1iO1s .thumbnailItem--eHr1MPVE .ant-image .ant-image-mask {
  background-color: rgba(0, 0, 0, 0.04);
  opacity: 1;
  transition: 0.3s;
}
.albumPreviewer--_OhZbsLV .rightContainer--Dwd1iO1s .thumbnailItem--eHr1MPVE .ant-image .ant-image-mask:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.albumPreviewer--_OhZbsLV .rightContainer--Dwd1iO1s .thumbnailItem--eHr1MPVE .thumbnailImage--PJJAeKUW {
  width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumPreviewer--_OhZbsLV .rightContainer--Dwd1iO1s .thumbnailItem--eHr1MPVE .thumbnailImage--PJJAeKUW.current--G7zzt3zx {
  border: 2px solid #222;
  border-radius: 8px;
}
.albumPreviewer--_OhZbsLV .rightContainer--Dwd1iO1s .thumbnailItem--eHr1MPVE .thumbnailTitle--B0TFnUyH {
  font-size: 14px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.albumPreviewer--_OhZbsLV .rightContainer--Dwd1iO1s .thumbnailItem--eHr1MPVE .similarSearch--Mtay7Unv {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  color: #222;
}
.albumPreviewer--_OhZbsLV .rightContainer--Dwd1iO1s .thumbnailItem--eHr1MPVE:hover .similarSearch--Mtay7Unv {
  opacity: 1;
}

.container--avKfCwqQ {
  max-width: var(--msg-text-max-width);
}
.container--avKfCwqQ .md--CH4MV2if .md-card-chart {
  width: 100%;
}
.container--avKfCwqQ .more--OBJbwpQC {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 8px;
  background-color: var(--ba-color-bg-container);
  display: flex;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
}
.container--avKfCwqQ .more--OBJbwpQC::before {
  content: '';
  display: block;
  height: 36px;
  top: -36px;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if .md-card-chart {
  width: 100%;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if h4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if strong {
  font-size: 16px;
  font-weight: 600;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if ol,
.businessSearchStyle--PvxvTJhp .md--CH4MV2if ul {
  padding-left: 26px;
  font-size: inherit;
  font-family: inherit;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if hr {
  margin: 16px 0px;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if br {
  content: '';
  display: block;
  height: 16px;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if table {
  border-radius: 8px;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if table th,
.businessSearchStyle--PvxvTJhp .md--CH4MV2if table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if table th:last-child,
.businessSearchStyle--PvxvTJhp .md--CH4MV2if table td:last-child {
  border-right: none;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if table tr:last-child td {
  border-bottom: none;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if table th {
  border-top: none;
}
.businessSearchStyle--PvxvTJhp .md--CH4MV2if cite a {
  font-size: 10px;
  line-height: 16px;
}

.cotPro--E20fia6l {
  width: 100%;
  max-width: var(--msg-text-max-width);
  font-size: 16px;
}
.cotPro--E20fia6l .step--Iyc1JJeu .stepTitle--EBBG2Sa9 {
  color: #333;
}
.cotPro--E20fia6l .step--Iyc1JJeu .stepContent--ro5pcT7D {
  color: #333;
}
.cotPro--E20fia6l .tool--KmheO6wY {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 12px 0 #0000001a;
}
.cotPro--E20fia6l .tool--KmheO6wY .loading--_CM1sxSF {
  width: 20px;
  height: 20px;
}
.cotPro--E20fia6l .tool--KmheO6wY .label--HgvhOpUi {
  margin-left: 8px;
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232425;
}
.cotPro--E20fia6l .tool--KmheO6wY .separator--j53F_AsQ {
  margin: 0 12px;
  height: 20px;
  color: #ddd;
}
.cotPro--E20fia6l .tool--KmheO6wY .query--jTGbUOBZ {
  display: block;
  margin-left: 4px;
  color: #767676;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.more--ORAcen3D {
  font-size: var(--ba-font-size-lg);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  width: var(--msg-width);
}
.more--ORAcen3D:hover {
  cursor: pointer;
}
.wiki--pCxNcg73 {
  height: 0;
  overflow: hidden;
}

.md--9qk55ugh {
  white-space: pre-word;
}
.md--9qk55ugh p:has(> .recommendations--CAuDXliA) {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.md--9qk55ugh p:has(> .quantityApply--rfCj2TQF) {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.md--9qk55ugh p:has(> .recommendations--CAuDXliA) + p:has(> .recommendations--CAuDXliA) {
  margin-top: 12px;
}
.md--9qk55ugh p:has(> strong) {
  margin-top: 16px;
}
.recommendations--CAuDXliA {
  display: inline-flex;
  height: 36px;
  overflow: hidden;
  padding: 2px;
  flex: 1;
}
.recommendation--pzvjy4XA {
  display: inline-flex;
  cursor: pointer;
  padding: 0 14px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--ba-color-border);
}
.selected--fjC3d8fV {
  background: var(--ba-bg-tertiary);
  outline: 2px solid var(--button-selected-border);
}
.quantityApply--rfCj2TQF {
  line-height: 24px;
}
.quantityApplyAciton--snxRjQBq {
  padding: 0px 10px;
}
.quantityValue--IFkaT4AJ {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: 1px solid var(--ba-color-border);
  border-left: none;
  border-right: none;
  z-index: 10;
}
.quantityMinus--iECJV8YE,
.quantityPlus--qDzTCHCz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid var(--ba-color-border);
  cursor: pointer;
  background-color: #fff;
}
.quantityMinusDisabled--nbtr12dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  cursor: not-allowed;
  border: 1px solid var(--ba-color-border);
  background: var(--ba-color-bg-container-disabled);
}
.quantityApplyTip--coNLdW2C {
  color: #929292;
  font-size: 14px;
}
.operate--T7lv6K7j {
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
}

.container--aXL_yBgb {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container--aXL_yBgb .title--sRqwMCSn {
  width: 100%;
  margin-bottom: var(--ba-margin-sm);
}
.container--aXL_yBgb .main--EiJohzte {
  width: 100%;
}
.container--aXL_yBgb .footer--oeMwYUQ0 {
  margin-top: var(--ba-margin);
  width: 100%;
}

.label--CVV3swM8 {
  color: var(--ba-color-text-secondary);
}
.title--vzffXK55 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.subTitle--KnfXUM13 {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.feedback--W57RuCYD {
  margin-left: 4px;
}
.reason--cJK9EM7V {
  margin-top: 8px;
}

.product--N9tB6wbh {
  cursor: pointer;
  height: 100%;
  position: relative;
  border-radius: var(--ba-border-radius-small);
  overflow: hidden;
}
.product--N9tB6wbh:hover .selectCheckbox--yLjqnn90 {
  display: flex;
}
.product--N9tB6wbh .selectCheckbox--yLjqnn90 {
  display: none;
}
.product--N9tB6wbh .matched--lA3LeOZa {
  background: #e6faf2;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  height: 20px;
  padding: 0 4px;
  display: inline-flex;
  border-radius: 4px;
  margin-bottom: 8px;
}
.product--N9tB6wbh .compare--KBsQBIB1 {
  position: absolute;
  bottom: 8px;
  right: 4px;
  height: 32px;
  padding: 8px;
  border-radius: 42px;
  box-shadow: 0 2px 6px 0 #0000001f;
  background: var(--ba-bg-primary);
  display: flex;
  align-items: center;
  z-index: 1;
  font-size: 12px;
}
.product--N9tB6wbh .selected--pMeMpt1a {
  position: absolute;
  bottom: 8px;
  right: 8px;
  height: 32px;
  padding: 8px 12px;
  border-radius: 42px;
  background: var(--ba-bg-primary);
  display: flex;
  align-items: center;
  z-index: 1;
  font-size: 12px;
}
.product--N9tB6wbh .wish--vgOLDRPY {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 32px;
  width: 32px;
  padding: 5px;
  border-radius: 42px;
  box-shadow: 0 2px 6px 0 #0000001f;
  background: var(--ba-bg-primary);
  display: flex;
  align-items: center;
  z-index: 1;
  font-size: 12px;
}
.product--N9tB6wbh .images--uCs2GGMk {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: var(--ba-border-radius-small);
  overflow: hidden;
  min-width: 160px;
  position: relative;
}
.product--N9tB6wbh .hotPoints--Ow7tKcff {
  margin-top: 4px;
}
.product--N9tB6wbh .hotPoint--iRi3bDeu {
  font-size: 12px;
  color: var(--ba-theme-primary);
  font-weight: 600;
  /* 覆盖 ellipsis 的 word-break */
  word-break: revert;
}
.product--N9tB6wbh .point--LBoMFfWV {
  padding-right: 4px;
  color: var(--ba-color-primary);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 4px;
}
.product--N9tB6wbh .pointIcon--HCWS5kox {
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background-color: #767676;
  margin-right: 4px;
  display: block;
  margin-top: 4px;
}
.product--N9tB6wbh .nameAndTag--EHN54BcR {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex-shrink: 0;
  color: var(--ba-bg-reverse-primary);
  margin-bottom: 4px;
  word-break: break-word !important;
}
.product--N9tB6wbh .tag--D3mU6blQ {
  height: 16px;
  margin-right: 8px;
  vertical-align: text-bottom;
  display: inline;
}
.product--N9tB6wbh .productName--ZEijXTr8 {
  line-height: 18px;
  display: inline;
}
.product--N9tB6wbh .price--ErngP3M3 {
  font-weight: 600;
  font-size: 18px;
}
.product--N9tB6wbh .unit--EuOSSFj9 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.product--N9tB6wbh .marketSuggestedRetailPrice--us29ZOJM {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex-shrink: 0;
}
.product--N9tB6wbh .marketSuggestedRetailPrice--us29ZOJM .retailPriceText--HI4LHWZ9 {
  font-weight: 600;
}
.product--N9tB6wbh .delivery--HQpy_YbS {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.product--N9tB6wbh .delivery--HQpy_YbS .via--mBHC5eph {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product--N9tB6wbh .delivery--HQpy_YbS .via--mBHC5eph .deliveryIcon--cpOKWJDe {
  width: auto;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product--N9tB6wbh .moq--q2ejpEg7 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex-shrink: 0;
}
.product--N9tB6wbh .companyBody--ldPK9Kdg {
  display: flex;
  align-items: center;
}
.product--N9tB6wbh .companyName--G5GE4IsD {
  margin-right: 8px;
  word-break: break-all;
}
.product--N9tB6wbh .pvMatchContent--NnVJz6dE {
  height: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.product--N9tB6wbh .content--OkHgAFIX {
  padding: 8px;
}
.product--N9tB6wbh .contentSkeleton--IJYlXu0W {
  padding: 8px 8px 8px 4px;
}
.product--N9tB6wbh .action--VYpi7yuz {
  position: absolute;
  cursor: pointer;
  background: var(--ba-bg-primary);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 2px 6px 0 #0000001f;
}
.product--N9tB6wbh .similarSearch--V5c3iU2x {
  bottom: 8px;
  left: 8px;
}
.product--N9tB6wbh .cartAdd--wXoVYQHL {
  bottom: 8px;
  right: 8px;
}
.product--N9tB6wbh .platform--WhwdiEim {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.product--N9tB6wbh .supplierType--_OsvQeCV {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.product--N9tB6wbh .reviewScore--Xl2cTOGh {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--ba-color-text-secondary);
}
.product--N9tB6wbh .reviewScore--Xl2cTOGh .reviewScorePoint--xOdYVn5f {
  background-color: var(--ba-color-text-secondary);
  align-self: center;
}
.product--N9tB6wbh .inquiryCnt90dPoint--Z2YMjMyz {
  background-color: var(--ba-color-text-secondary);
  align-self: center;
}
.product--N9tB6wbh .sold--I3wq2hZC {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--ba-color-text);
}
.product--N9tB6wbh .inquired--xNiGwPyw {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--ba-color-text-secondary);
}
.product--N9tB6wbh .years--NSbdIV0Y {
  color: var(--ba-color-text-secondary);
}
.product--N9tB6wbh .dynamicField--DemHgvaX {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  flex-shrink: 0;
}
.product--N9tB6wbh .rational--S7XQrPUm {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 10px;
  word-break: break-word;
}
.product--N9tB6wbh:hover {
  box-shadow: 0 4px 12px 0 #0000001f;
}
.product--N9tB6wbh.selected--pMeMpt1a {
  outline: 2px solid var(--ba-color-primary);
}
.matchedRequirements--UICoO_QN {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.matchedItem--FaErKZwo {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.matchedText--MmJEJBvZ {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.rationalSummary--S2i2kGoQ {
  font-size: 14px !important;
}
.cartAddTooltip--kNwWrtyB {
  max-width: 220px;
}

.item--u00FUxlM {
  margin: var(--ba-margin-xl) auto 0;
}
.item--u00FUxlM .title--bVv330z6 {
  font-size: var(--ba-font-size-heading-4);
  font-weight: 600;
}
.item--u00FUxlM .operations--LMi_uYWY {
  padding: var(--ba-padding-xxs);
  align-self: end;
}
.item--u00FUxlM .operations--LMi_uYWY .operation--f4uWrPCR {
  align-self: end;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--ba-color-border);
}
.item--u00FUxlM .operations--LMi_uYWY .operation--f4uWrPCR.disable--PPbjCZLy {
  cursor: not-allowed;
  background-color: var(--ba-color-bg-layout);
}
.item--u00FUxlM .recommendationWrapper--N4PIgkL0 {
  overflow: hidden;
}
.item--u00FUxlM .recommendationWrapper--N4PIgkL0 .recommendation--q5Sy2MGd {
  cursor: pointer;
  background-color: var(--ba-color-brand-bg);
  padding: 0 16px;
  height: 36px;
  border-radius: var(--ba-border-radius-large);
}
.item--u00FUxlM .insp--FryD54Xq {
  margin-top: 4px;
}
.item--u00FUxlM .insp--FryD54Xq .score--V266A37t {
  width: 35px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #42a23f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
}
.item--u00FUxlM .swiper-wrapper {
  align-items: stretch;
}
.item--u00FUxlM .swiper-slide {
  height: auto;
  width: calc((100% - 4 * 16px) / 5);
  margin-right: 16px;
}
.item--u00FUxlM .swiper--rvEhJrtj {
  padding: 2px;
}

.form--V_Z_jUOI {
  height: calc(100% - 148px);
  padding-left: 24px;
  padding-right: 24px;
  /* padding-bottom: 100px; */
  overflow-y: auto;
  font-size: 14px;
}
.footer--Z_MfGBPm {
  padding: 12px 24px 20px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.footer--Z_MfGBPm .action--nKDBUHN3 {
  display: flex;
  width: 200px;
}
.footer--Z_MfGBPm .actionText--yvwPb5or {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.footer--Z_MfGBPm .clear--pJNCIIey {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  margin-right: 28px;
}
.form--V_Z_jUOI::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}
.form--V_Z_jUOI::-webkit-scrollbar-thumb {
  background-color: #888;
  /* 鼠标悬停时，设置滚动条拇指颜色 */
  border-radius: 10px;
}
.anchors--ahOwQ2I2 {
  display: flex;
  align-items: center;
  height: 68px;
  border: 1px solid #e6e6e6;
}

.icon--jlCt66GT {
  font-size: 30px;
}
.boundary--n6WsLblz {
  background: #fff2f0;
  border: 1px solid #ffccc7;
  align-items: flex-start;
  padding: 20px 24px;
  word-wrap: break-word;
  border-radius: 8px;
  font-size: 16px;
}
.desc--RmOTyGAC {
  font-size: 0.9em;
  font-size: 14px;
  margin-top: 8px;
}

.customQuantityWarp--uY1B7Hja {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100px;
}
.customQuantityWarp--uY1B7Hja .ant-input-number {
  border-color: #dddddd !important;
  box-shadow: 0 0 0 0px #dddddd !important;
}

.input--gLCrWhIA {
  display: flex;
  position: relative;
  padding: 0 16px;
  width: 120px;
}
.input--gLCrWhIA .disabled--UbmDv6i4 {
  background-color: #f4f4f4;
  color: #ddd;
}
.input--gLCrWhIA input {
  text-align: center !important;
  padding: 0 15px;
}
.operate--QsRk3n8P {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ddd;
  flex: none;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}
.minus--gK8dbnRb {
  left: 0;
}
.plus--wqWPeYQe {
  right: 0;
}

/* UnitPrice */
.popoverOverlay--mDg9_WZi {
  z-index: 1;
}
.unitPriceWrap--jc6XC9F6 {
  min-width: 230px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border-radius: 20px;
  background: var(--surface-color-fffff, #ffffff);
  border: 1px solid var(--line-color-dddddd, #dddddd);
  cursor: pointer;
  color: #222222;
  font-size: 14px;
}
.unitMix--ZsiKgY6Z {
  min-width: 42px;
}
.unitMax--Yrf4gIUC {
  min-width: 62px;
  text-align: end;
}
.selectUnitPrice--yRN3lDiS {
  border: 2px solid var(--button-selected-border) !important;
}
.downicon--L1WtOvSY {
  margin-left: 4px;
}
.unitPriceColumnUnitPrice--KqnigHC5 {
  height: 16px;
}
.unitPriceColumnUnitPrice--KqnigHC5 canvas {
  cursor: pointer !important;
}
.popoverPriceWarp--n1J_xYmY {
  width: 316px;
  height: 263px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.popoverTitle--obHJ265e {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #767676;
}
.customSlider--lOscxFFq {
  width: 100%;
  position: absolute;
  top: 39px;
  /* left: 5px; */
}
.customSlider--lOscxFFq .ant-slider-handle::after {
  box-shadow: 0 0 0 2px #fff !important;
  background-color: #1ead6f;
}
.customSlider--lOscxFFq .ant-slider-handle::before {
  display: none !important;
}
/* PriceSliderPopover */
.popoverColumnUnitPrice--bhvGV03g {
  height: 77px;
}
.popoverPriceInputWarp--IJMkcm29 {
  margin-top: 20px;
  height: 74px;
}
.popoverPriceInput--sfckfkvM {
  width: 138px;
  height: 50px;
  align-items: center;
}
.popoverPriceButton--VLUyLjvb {
  width: 153px;
  height: 36px;
}
.popoverPriceUnitLabel--uwlrOM8F {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
}
.divider--D1VcH9FS {
  height: 0px;
  width: 8px;
  margin-top: 20px;
  border-bottom: 2px solid #dddddd;
}

.inner--J3m6ysQD {
  margin-bottom: 16px;
}
.itemContainer--hWHHb_Lt {
  position: relative;
  overflow: hidden;
}
.recommendations--rr9LoOch {
  overflow: hidden;
  padding: 2px;
  flex: 1;
  font-size: 14px;
}
.recommendations--rr9LoOch .tabs--De77WaNx {
  position: relative;
  overflow: hidden;
}
.recommendations--rr9LoOch .tabs--De77WaNx .toggle--XnHuuxFj {
  position: absolute;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  box-shadow: 0 0 4px 0 #0003;
  background-color: var(--ba-color-bg-container);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9;
}
.recommendations--rr9LoOch .tabs--De77WaNx .filterSelected--lo7Pt_AA {
  border: 2px solid var(--button-selected-border) !important;
}
.recommendations--rr9LoOch .tabs--De77WaNx .media-m-tabs-tab-wrapper + .media-m-tabs-tab-wrapper {
  margin-left: 12px;
}
.recommendations--rr9LoOch .recommendation--ije3PgR4 {
  display: inline-flex;
  cursor: pointer;
  padding: 0 14px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--ba-color-border);
  gap: 12px;
  align-items: center;
}
.title--yVv8Cb82 {
  flex: none;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.filters--rZ7KQybI {
  flex: 1;
  min-width: 0;
}
.divider--QMBJN6Ne {
  flex: 0 0 auto;
  width: 1px;
  background: #dddddd;
  height: auto;
  margin: 8px 0;
}
.operate--aj66h595 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.operate--aj66h595 .moreFilters--A_CjcmBu {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.quantity--p5TRJlU3 {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  margin-top: 12px;
  gap: 12px;
}
.cross--pVpMTkzz {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.media-m-tabs-tab-active {
  font-weight: 400 !important;
}

.media-m-tabs {
  --fixed-active-line-width: 30px;
  --active-line-color: var(--ba-color-text);
  --active-line-height: 2px;
  --active-line-border-radius: var(--active-line-height);
  --default-title-font-size: var(--ba-font-size);
  --active-title-font-size: var(--default-title-font-size);
  --default-title-font-weight: 400;
  --active-title-font-weight: 600;
  --default-title-color: var(--ba-color-text);
  --active-title-color: var(--default-title-color);
  --tabs-height: 50px;
  --tabs-background: var(--ba-color-bg-container);
  --tab-padding: 12px;
  --tabs-padding: 0;
  --content-padding: 0;
  --border-height: 0.5px;
  --border-color: var(--ba-color-border);
  --mask-width: 30px;
  position: relative;
  min-width: 0;
}
.media-m-tabs-header {
  position: relative;
  background: var(--tabs-background);
}
.media-m-tabs-header-border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--border-height);
  background-color: var(--border-color);
}
.media-m-tabs-tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
}
.media-m-tabs-tab-list::-webkit-scrollbar {
  display: none;
}
.media-m-tabs-tab-placeholder {
  width: var(--tabs-padding);
  flex: none;
}
.media-m-tabs-tab-wrapper {
  padding: 0 var(--tab-padding);
  height: var(--tabs-height);
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-m-tabs-tab-wrapper-stretch {
  flex: auto;
}
.media-m-tabs-tab {
  color: var(--default-title-color);
  font-size: var(--default-title-font-size);
  font-weight: var(--default-title-font-weight);
  line-height: 18px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.media-m-tabs-tab-active {
  font-size: var(--active-title-font-size);
  font-weight: var(--active-title-font-weight);
  line-height: 22px;
  color: var(--active-title-color);
}
.media-m-tabs-tab-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.media-m-tabs-tab-line {
  position: absolute;
  bottom: 0;
  height: var(--active-line-height);
  background: var(--active-line-color);
  border-radius: var(--active-line-border-radius);
}
.media-m-tabs-content {
  padding: var(--content-padding);
}
.media-m-tabs-header-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: var(--mask-width);
  height: 100%;
  pointer-events: none;
}
.media-m-tabs-header-mask-left {
  left: 0;
  background: linear-gradient(to right, var(--ba-color-bg-container), rgba(255, 255, 255, 0));
}
.media-m-tabs-header-mask-right {
  right: 0;
  background: linear-gradient(to left, var(--ba-color-bg-container), rgba(255, 255, 255, 0));
}

.wiki--GDNVcd9h {
  margin: 8px 0 0 0;
}

.skeletons--w7NycK2o {
  width: 100%;
}
.skeletons--w7NycK2o .skeletonNode--nzWv3QfL {
  width: 100% !important;
  display: block;
}
.skeletons--w7NycK2o .skeletonButton--kjmugA9r {
  width: 120px;
  height: 36px;
  border-radius: 18px !important;
}

.container--CNGTGibl {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.horizontalAlign--L4TBZHla {
  width: var(--products-responsive-width);
}
/* .msgSolid {
  width: var(--msg-width);
} */
.titleContainer--AtoN8194 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #222222;
}
.sortby--MWZ03fLF {
  display: flex;
  height: 20px;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  z-index: 10;
}
.title--iFrCMHr2 {
  margin-bottom: 12px;
  font-size: var(--ba-font-size-xl);
}
.filterTitle--DfB1ksxN {
  font-size: var(--ba-font-size-xl);
}
.requirements--RfT3AEjo {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.requirements--RfT3AEjo .rLabel--jOsFZOyI {
  margin-right: 16px;
  flex-shrink: 0;
}
.requirements--RfT3AEjo .rContent--ZPOBMlGX {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 8px;
}
.filterSkeleton--rjb80zTF ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.filterSkeleton--rjb80zTF ul li {
  width: 100% !important;
}

.pagination--Wu3URUme {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.pagination--Wu3URUme ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.pagination--Wu3URUme ul .active--d1dzObKJ,
.pagination--Wu3URUme ul .actives--qzIrXyn4 {
  border: none;
  border-radius: 8px;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  color: #fff;
  font-weight: 600;
}
.pagination--Wu3URUme ul .actives--qzIrXyn4 {
  font-size: 12px;
  font-weight: none;
  color: #222;
  background: transparent;
}
.pagination--Wu3URUme ul .normal--xabLqZsL {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
}
.pagination--Wu3URUme ul .normal--xabLqZsL:hover,
.pagination--Wu3URUme ul .actives--qzIrXyn4:hover {
  background: rgba(34, 34, 34, 0.06);
}
.pagination--Wu3URUme ul .line--agVeywWs {
  width: 30px;
  height: 30px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination--Wu3URUme ul button:hover {
  background-color: rgba(34, 34, 34, 0.004);
}
.pagination--Wu3URUme ul .active--d1dzObKJ:hover {
  background-color: #222;
}
.pagination--Wu3URUme ul li .transition-colors--r8VXSiFw {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.productFilterRecommendations--ha1g833s {
  margin-top: 24px;
  padding: 0 2px;
}
.productFilterRecommendations--ha1g833s .title--KebatONf {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.productFilterRecommendations--ha1g833s .recommendations--H8lCdCzx {
  overflow: hidden;
  max-height: 36px;
  flex: 1;
}
.productFilterRecommendations--ha1g833s .recommendation--_xa4oE25 {
  cursor: pointer;
  padding: 0 16px;
  height: 36px;
  border-radius: var(--ba-border-radius-large);
  border: 1px solid var(--ba-color-border);
}
.productFilterRecommendations--ha1g833s .switchMode--CuBb3FuI {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.productFilterRecommendations--ha1g833s .label--pXsDDjtJ {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  height: 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.productFilterRecommendations--ha1g833s a {
  color: var(--ba-color-text) !important;
}

.productsResponsive--CySZNDVw {
  position: relative;
  margin-top: -16px;
}
.productsResponsive--CySZNDVw .ant-pagination-item-active {
  background-color: var(--ba-color-primary) !important;
}
.productsResponsive--CySZNDVw .ant-pagination-item-active a {
  color: #fff !important;
}
.productsResponsive--CySZNDVw .responsive--CL_ohx9r {
  padding: 0 2px;
}
.productsResponsive--CySZNDVw .footer--ay4XEBqW {
  margin-top: var(--ba-margin);
}
.productsResponsive--CySZNDVw .switchMode--V1AN9CZG {
  display: flex;
  gap: 12px;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 0;
}

.refer--eWhXEqWz {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.list--ojf2GrmK {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
.item--u82raXCq {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px 4px 4px;
  gap: 12px;
  cursor: pointer;
  width: 200px;
  height: 48px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.item--u82raXCq:hover {
  box-shadow: var(--ba-box-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.08));
  transition: box-shadow 0.3s;
}
.item--u82raXCq .img--qE9OpL4p {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.item--u82raXCq .img--qE9OpL4p img {
  max-width: 100%;
  max-height: 100%;
}
.item--u82raXCq .img--qE9OpL4p:after {
  background-color: rgba(0, 0, 0, 0.04);
  background-image: url(//s.alicdn.com/@img/imgextra/i3/O1CN01qSRhfu1pB4Hte1B6J_!!6000000005321-2-tps-470-120.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 8px;
  pointer-events: none;
}
.item--u82raXCq .name--UhK7whEn {
  flex: 1;
}
.svg--knzX8aRH {
  position: absolute;
  top: 0;
  left: -28px;
}

.title--meogKziF {
  margin-bottom: 24px;
}
.supplierItem--kO2sXcwh {
  padding: 32px 0;
  border-top: 1px solid #dddddd;
}
.content--S1ZyGjnU .rationals--D17S2Brc {
  flex: auto;
}
.performance--ArTNbvJu {
  flex: 0 0 auto;
  width: 213px;
  border-radius: 8px;
}
.performanceItem--Q53h37Yr {
  font-weight: 400;
  font-size: 14px;
}
.performanceItem--Q53h37Yr .round--bNhruPWJ {
  display: inline-block;
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222222;
  margin: 7.5px;
}
.performanceItem--Q53h37Yr .performanceTitle--PSz79Vld {
  font-weight: 600;
  margin-right: 3px;
}
.matches--naAn3GRs {
  flex: 0 0 auto;
}
.imageList--q03xtkoU .imageItem--prT_J9lW {
  width: 80px;
  height: 100%;
  cursor: pointer;
  border-radius: 6px;
}
.imageList--q03xtkoU .image--mYimuiwP {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background: #e1e1e1;
}
.imageList--q03xtkoU .price--AsdnvLYR {
  font-weight: 600;
  font-size: 16px;
  color: #222;
}
.imageList--q03xtkoU .text--RwZvDXX9 {
  font-weight: 400;
  font-size: 10px;
  color: #222;
}
.actionBtn--KQ_KiuJV {
  min-width: 110px;
  height: 32px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 36px;
}
.checked--auofDF8Y {
  font-weight: 600;
  font-size: 14px;
}
.line--_26719Px {
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.supplier--RRIwoZcI {
  padding-bottom: 24px;
}
.rational--MvMquw7E {
  width: 100%;
  max-height: 135px;
  overflow: hidden;
}
.rational--MvMquw7E .rationalTitle--rjZcDHMc {
  margin-bottom: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e6faf2 0%, #fff 87.17%);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.rational--MvMquw7E .mores--R7SvAd4k {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0%;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}
.popoverContent--dHUcVLtR {
  gap: 12px;
  max-width: 560px;
  max-height: 253px;
  overflow: auto;
}
.matchedRequirements--FxIoXbPK {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.matchedIcon--QzHnEqKS {
  margin-top: 3.5px;
}
.matchedItem--Hwzkhhtr {
  display: flex;
  gap: 2px;
  font-weight: 400;
  font-size: 14px;
}
.matchedText--Y5fLfB8c {
  font-size: 14px;
}
.tooltipTitle--usseJQRh {
  font-size: 14px;
  color: #fff;
}
.tooltip--NBN2jZGK {
  max-width: 500px;
}
.responsive--LsHEPIrR {
  padding: 0 2px;
}
.footer--VYcrm4Ry {
  margin-top: var(--ba-margin);
}
.popover--rl6l4ccq .ant-popover-arrow {
  --ba-popover-arrow-offset-horizontal: 57px;
}

.drawerTitle--xSpmbSYI {
  display: flex;
  align-items: center;
}

.compareBar--vej6cwL5 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
  z-index: 2;
  width: 800px;
  margin: 0 auto;
  padding: calc(16px - 6px);
  border: 1px solid var(--ba-color-border);
  background: #fff;
  border-radius: var(--ba-border-radius-lg);
  box-shadow: 0 4px 8px 0 #00000024;
}
.compareBar--vej6cwL5 .btn--LpkA7AFH {
  height: 32px;
  font-size: 14px;
  font-weight: 600;
}
.compareBar--vej6cwL5 .selectSupplierImags--tMbxj2tm {
  width: 100%;
}
.compareBar--vej6cwL5 .selectSupplierItem--_bTe4tPz {
  height: 36px;
  border-radius: 8px;
  padding: 4px 8px 4px;
  background: #f4f4f4;
}
.compareBar--vej6cwL5 .selectSupplierItem--_bTe4tPz .selectSupplierImag--vo5SpSpU {
  width: 28px;
  border-radius: 4px;
  font-size: 0;
}
.compareBar--vej6cwL5 .selectSupplierItem--_bTe4tPz .supplierClose--Fs9iJI95 {
  margin-left: auto;
  width: 16px;
  height: 16px;
}
.compareBar--vej6cwL5 .selectSupplierItem--_bTe4tPz .supplierCompanyName--hsK5NpXG {
  flex: 1;
  width: 200px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.container--QTkkPyK_ {
  position: relative;
  width: 60px;
  height: 60px;
}
.removeIcon--gRNo9fVS {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #22222280;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.sendInquiryBtn--HYE26B3v {
  font-weight: 600;
}
.cancel--M9xlPQs_ {
  font-size: 14px;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  color: var(--ba-color-primary);
  text-decoration: underline;
}
.actions--PZMbcEfC {
  margin-left: auto;
}
.emptyImage--mm9szb5P {
  width: 60px;
  height: 60px;
  background-color: #f4f4f4;
  border: 1px dashed var(--Outline-Outline-3, #ddd);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card--bKqsJttP {
  padding: 20px;
  min-width: 240px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card--bKqsJttP .info--CBj6fqNl {
  display: flex;
  align-items: center;
  gap: 12px;
}
.card--bKqsJttP .info--CBj6fqNl .image--xBeTqmRA {
  flex: none;
  font-size: 0;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  border-radius: 8px;
  border: 1px solid #ededed;
  -o-object-fit: contain;
     object-fit: contain;
}
.card--bKqsJttP .info--CBj6fqNl .companyInfo--oe5r79Do {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card--bKqsJttP .info--CBj6fqNl .companyInfo--oe5r79Do .companyName--mGHSqCC4 {
  font-size: 14px;
  line-height: 18px;
  color: #222;
}
.card--bKqsJttP .info--CBj6fqNl .companyInfo--oe5r79Do .verifiedPro--vu6SgxmX {
  font-size: 0;
  width: 88px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card--bKqsJttP .actions--fWpg1AwM {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: inherit;
}
.card--bKqsJttP .actions--fWpg1AwM .sendInquiry--rXAsAFcZ {
  max-width: 240px;
  width: 100%;
  height: 32px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.card--bKqsJttP .actions--fWpg1AwM .delete--pzh4rY45 {
  flex: 0 0 auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--ba-color-primary);
  cursor: pointer;
}
.card--bKqsJttP .actions--fWpg1AwM .delete--pzh4rY45 .deleteIcon--Xs21SCNM {
  font-size: 28px;
}
.card--bKqsJttP .actions--fWpg1AwM .delete--pzh4rY45:hover {
  background-color: #eee !important;
}

.item--FlJqGdMZ {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.item--FlJqGdMZ .label--H8VTZeHE {
  font-size: 12px;
  line-height: 16px;
  color: #767676;
}
.item--FlJqGdMZ .value--y6De06RC {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #222;
  word-break: break-word;
}
.imageList--rjtBt1BW {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.imageList--rjtBt1BW .img--DLT9MuzR {
  width: auto;
  height: 18px;
  font-size: 0;
}
.highLight--arf_gzcO {
  color: #1ead6f;
}
.progressList--VyFR8SR1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.progressList--VyFR8SR1 .progressItem--omIaDwJt {
  display: flex;
  flex-direction: column;
}
.progressList--VyFR8SR1 .progressItem--omIaDwJt .progress--eQ_BjR2T {
  max-width: 166px;
  height: 16px;
}
.progressList--VyFR8SR1 .progressItem--omIaDwJt .progress--eQ_BjR2T .ant-progress-inner {
  margin-right: 12px;
}
.progressList--VyFR8SR1 .progressItem--omIaDwJt .progress--eQ_BjR2T .ant-progress-inner .ant-progress-bg-outer {
  height: 4px !important;
}
.progressList--VyFR8SR1 .progressItem--omIaDwJt .progress--eQ_BjR2T .ant-progress-text {
  font-size: 12px;
  color: #767676;
}
.unorderedList--cdTyQs0R {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.unorderedList--cdTyQs0R .unorderedListItem--AjMLJSLk {
  margin-bottom: 8px;
}
.unorderedList--cdTyQs0R .unorderedListItem--AjMLJSLk:last-child {
  margin-bottom: 0;
}
.subValue--Rawrs4oP {
  font-weight: 400;
  color: #767676;
  font-size: 12px;
}

.container--_XwgspoW {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  position: relative;
}
.anchor_sub--W6D9tR55 {
  overflow: hidden !important;
}
.padding60--umGP2xXC {
  padding: 0 60px;
}
.padding24--q7Xcef_h {
  padding: 0 24px;
}
.supplierCard--xxC4U5bU {
  border-bottom: 1px solid #ddd;
}
.content--eMKTFJD5 {
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.content--eMKTFJD5:last-child {
  padding-bottom: 20px;
}
.group--U8gcIZ9t {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.group--U8gcIZ9t:last-child {
  border-bottom: none;
}
.group--U8gcIZ9t .groupTitle--d5AeR68P {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #222;
  padding-left: 20px;
  min-width: 240px;
  max-width: 400px;
  margin-bottom: 20px;
}
.group--U8gcIZ9t .groupEl--osIipL7H {
  display: flex;
  margin-bottom: 20px;
}
.group--U8gcIZ9t .groupEl--osIipL7H:last-child {
  margin-bottom: 0;
}
.group--U8gcIZ9t .groupEl--osIipL7H .groupElItem--gHRJDecP {
  flex: 1;
  min-width: 240px;
  max-width: 400px;
  padding: 0 20px;
}
.sticky--xL9uZPaY {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.compareDrawer--JFDIL0oz {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.compareDrawer--JFDIL0oz .content--eMKTFJD5 {
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex: 1;
}

.cartContent--FYvk41DZ {
  height: calc(100vh - (56px + 20px + 60px + 20px));
}

.businessSearch--sMa66hab {
  padding-right: 0;
}
.container--xjaKo3DU {
  width: 100%;
  --panel-bg-color: #f0f3ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.container--xjaKo3DU .rightFixedBox--QSvgpdBm {
  position: fixed;
  top: 72px;
  right: 24px;
  z-index: 99;
}
.container--xjaKo3DU .rightFixedBox--QSvgpdBm .ToolTipsList--P3ZeiqDw {
  width: 304px;
  padding: 24px;
  box-sizing: border-box;
  max-height: 80vh;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #f4f4f4;
  box-shadow: 0 6px 12px 4px #00000014;
}
.container--xjaKo3DU .rightFixedBox--QSvgpdBm .ToolTipsList--P3ZeiqDw .topHearder--gIm7Pv9U {
  margin-bottom: 16px;
}
.container--xjaKo3DU .rightFixedBox--QSvgpdBm .ToolTipsList--P3ZeiqDw .topHearder--gIm7Pv9U .leftTitle--uEc28tWn {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #222;
}
.container--xjaKo3DU .rightFixedBox--QSvgpdBm .ToolTipsList--P3ZeiqDw .topHearder--gIm7Pv9U .rightCloseIcon--CeaT9Cob :hover {
  background: #ddd;
}
.container--xjaKo3DU .rightFixedSecondTypeBox--OUEf9TC6 {
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 80vh;
  width: 260px;
  display: block;
  margin-left: 836px;
  height: auto;
  left: auto;
  right: auto;
  z-index: 10;
}
.container--xjaKo3DU .twoColumnBox--ob2NrXxe {
  width: 100%;
  flex: 1;
}
.container--xjaKo3DU .list--GxZrN9Ss {
  width: 100%;
  flex: 1;
}
.container--xjaKo3DU .list--GxZrN9Ss .isDebug--S2_JJHTd {
  transition: 0.3s ease;
}
.container--xjaKo3DU .list--GxZrN9Ss .isDebug--S2_JJHTd:hover .debug--nGmU4Nsn {
  opacity: 1;
}
.container--xjaKo3DU .list--GxZrN9Ss .isDebug--S2_JJHTd .debug--nGmU4Nsn {
  opacity: 0;
}
.container--xjaKo3DU .bottom--MisRP17g {
  padding: 0 24px 24px 24px;
  position: relative;
  width: 100%;
}
.container--xjaKo3DU .bottom--MisRP17g .shadow--bmE02Tfj {
  width: calc(100% - 10px);
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  height: 48px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 74.5%);
}
.container--xjaKo3DU .sendBox--uBIDjNBv {
  width: var(--msg-width);
  margin: auto;
  position: relative;
}
.container--xjaKo3DU .sendBox--uBIDjNBv .actions--zEV1mfvZ {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 12px);
  z-index: 2;
}
.container--xjaKo3DU .topSendBoxContainer--hgo_L0rJ {
  max-width: var(--msg-max-width);
  width: 100%;
}
.container--xjaKo3DU .topSendBox--coS8P6Gd {
  width: 760px;
  height: 56px;
}
.factoryFixedEntrance--yOkxL68M {
  position: fixed;
  bottom: 86px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1;
}
.bottomNarrow--w9p0Iomo {
  padding: 8px 0 !important;
}
.fixedCount--ipcp3XsS {
  border-radius: 10px;
  padding: 2px 8px;
  background-color: var(--ba-color-brand);
  color: var(--ba-text-primary-reverse);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.entranceItemRound--XcfKcbj3 {
  height: 36px;
  border: 1px solid var(--ba-color-primary);
}
.entranceItemRound--XcfKcbj3:hover {
  background-color: #eee !important;
}

.container--sK47HSeq {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #dddddd;
  overflow: auto;
  margin-bottom: 16px;
}
.container--sK47HSeq .head--DFqadbPF {
  padding: 8px 20px;
  background: #f4f4f4;
}
.container--sK47HSeq .head--DFqadbPF .title--TgFE4fvc {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
}
.container--sK47HSeq .head--DFqadbPF .copy--UptYZzFY {
  flex: 0 0 auto;
  padding: 6px;
  font-size: 20px;
  color: #222222;
}
.container--sK47HSeq .head--DFqadbPF .actionBtn--Zv1fHqQz {
  height: 32px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 36px;
}
.container--sK47HSeq .content--KroyLPYZ {
  max-height: 432px;
  overflow: auto;
  padding: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.bodyContainer--f32sjbXg {
  display: flex;
  padding: 20px 20px 0 20px;
  gap: 16px;
}
.bodyContainer--f32sjbXg .body--J2He0agD {
  display: flex;
  align-items: center;
}
.bodyContainer--f32sjbXg .body--J2He0agD .image--JxwCj1h1 {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.bodyContainer--f32sjbXg .body--J2He0agD .image--JxwCj1h1 img {
  width: 48px;
  height: 48px;
}
.bodyContainer--f32sjbXg .body--J2He0agD .image--JxwCj1h1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  pointer-events: none;
}
.bodyContainer--f32sjbXg .body--J2He0agD .details--UHgy2ho1 {
  flex: 1;
}
.bodyContainer--f32sjbXg .body--J2He0agD .details--UHgy2ho1 .moqInfo--MlnYeFdV {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.bodyContainer--f32sjbXg .body--J2He0agD .details--UHgy2ho1 .price--ES4vKHuR {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.bodyContainer--f32sjbXg .body--J2He0agD .details--UHgy2ho1 .moq--HQUGWIZ7 {
  font-size: 14px;
  line-height: 14px;
}
.to--FqTWermQ {
  font-weight: 500;
  padding: 20px 20px 12px 20px;
}
.supplierContainer--a_ERDkI8 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
  padding: 0 20px;
}
.supplierContainer--a_ERDkI8 .body--J2He0agD {
  display: flex;
  height: 40px;
  padding: 12px;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  background-color: #f4f4f4;
  border-radius: 12px;
}
.supplierContainer--a_ERDkI8 .body--J2He0agD .image--JxwCj1h1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex: none;
}
.supplierContainer--a_ERDkI8 .body--J2He0agD .image--JxwCj1h1 img {
  max-width: 12px;
  max-height: 12px;
}
.supplierContainer--a_ERDkI8 .body--J2He0agD .companyName--V5fQBmqR {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.score--MbhR9AGc {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.wholesale--wKEWYul9 {
  margin-top: 4px;
}
.area--afapJCMQ {
  margin-top: 4px;
}

.detail--DSCWzKvD {
  color: var(--ba-color-text-secondary);
  line-height: 18px;
}
.bold--lYVqYnXp {
  color: var(--ba-color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.card--emvgZ1yF {
  padding: 16px 16px;
  border-radius: 12px;
  border: 1px solid var(--ba-color-border-secondary);
  cursor: pointer;
}
.title--qlUfWrch {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.details--ZLq1HlRF {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 16px;
}

.container--Lljtp0Bc {
  white-space: pre-wrap;
  font-size: var(--ba-font-size-lg);
  word-break: break-word;
  font-weight: 400;
}

.container--cNj5BvBL img[data-scene='copilot'] {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}

.container--YoodcJgg {
  border-radius: 12px;
  background: linear-gradient(316deg, rgba(0, 233, 134, 0.05) 24.35%, rgba(0, 102, 204, 0) 75.65%);
  width: 100%;
  max-width: var(--msg-text-max-width);
  font-size: 16px;
}
.container--YoodcJgg.collapse--PSxqw902 {
  background: none;
}
.activities--iS0QRSaM p {
  font-size: 14px !important;
}
.activities--iS0QRSaM .searchContent--Sen35aj5.expand--LsnOt7Qn .steps--I9s7IroC {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
.activities--iS0QRSaM .steps--I9s7IroC {
  min-height: 0 !important;
}
.md--xwKAIV_F {
  --md-color: #767676;
}
.hidden--w0YoIrLD {
  overflow: hidden;
}
.searchType--EXFHRa89 {
  margin-bottom: 8px;
}
.searchMain--XvEr1ych {
  border-width: 1px;
  border-style: none;
  border-radius: 8px;
  overflow: hidden;
}
.searchContent--Sen35aj5 {
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
}
.searchContent--Sen35aj5 .steps--I9s7IroC {
  transition: all 0.3s;
  max-height: 0;
  overflow: auto;
  opacity: 0;
  padding-right: 16px;
}
.searchContent--Sen35aj5 .summary--dbYAt57e {
  padding: 16px;
  color: var(--ba-color-text-secondary);
  opacity: 1;
  max-height: calc(100vh - 450px);
  overflow: auto;
}
.searchContent--Sen35aj5.expand--LsnOt7Qn .steps--I9s7IroC {
  max-height: calc(100vh - 450px);
  min-height: 100px;
  opacity: 1;
}
.searchContent--Sen35aj5.expand--LsnOt7Qn .summary--dbYAt57e {
  opacity: 0;
  max-height: 0;
  padding: 0 16px;
}
/* cot title */
.title--EyxEegz0 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 16px;
  background: none;
  cursor: pointer;
}
.title--EyxEegz0 .titleContent--hRk0SWop {
  overflow: hidden;
}
.title--EyxEegz0 .titleText--JkX89Jor {
  font-weight: 400;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
}
.title--EyxEegz0 .down--PA5cA7QJ {
  height: 20px;
  color: var(--ba-color-text-secondary);
  cursor: pointer;
  transition: 0.3s;
}
.title--EyxEegz0 .down--PA5cA7QJ.expand--LsnOt7Qn {
  transform: rotate(180deg);
}
.title--EyxEegz0 .right--x6gDAf1P {
  height: 20px;
  color: var(--ba-color-text-secondary);
  transform: rotate(270deg);
}
/* 响应式：适配移动端 */
.ba-mobile .container--YoodcJgg {
  font-size: 14px;
}
.skeleton--L0drr0bW {
  margin-left: 6px;
  padding-left: var(--ba-padding);
  border-left: 1px solid rgba(221, 221, 221, 0.5);
}
.overlay--ZEnMm8__ {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--ba-color-bg-mask);
}
.content--EifNns4r {
  position: fixed;
  z-index: 9;
  top: 12%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--ba-color-bg-container);
  display: flex;
  flex-direction: column;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0px 20px;
}
.scrollWrapper--bCGZiLkr {
  overflow-y: auto;
}
.titleBack--_A3g4OvX {
  position: absolute;
}
.drawerTitle--Rzwr1911 {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0;
}
.title--EyxEegz0 {
  margin: auto;
}

/* 标题中的引用 */
.sources--tthDlFoP {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 8px;
  height: 24px;
  background: #f4f4f4;
  border-radius: 39px;
}
.sources--tthDlFoP .sourcesList--I8L8ypx9 {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.sources--tthDlFoP .sourcesList--I8L8ypx9 li {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: -8px;
}
.sources--tthDlFoP .sourcesList--I8L8ypx9 li img {
  max-width: 100%;
  max-height: 100%;
}
.sources--tthDlFoP .sourcesCount--x0OC8_C3 {
  padding: 0 8px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sourceIcon--XPNZhWmW.ant-image {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.sourceIcon--XPNZhWmW.ant-image .ant-image-mask {
  background-color: rgba(0, 0, 0, 0.04);
  opacity: 1;
  cursor: default;
}
/* 来源抽屉 */
.sourceDrawer--stcHlDDR .ant-drawer-body {
  padding: 0 16px 16px 16px;
}
.sourceDrawer--stcHlDDR .sourceItem--dzVVyuMb {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 12px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 18px;
  cursor: pointer;
}
.sourceDrawer--stcHlDDR .sourceHead--ks_xepsM {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sourceDrawer--stcHlDDR .sourceTitle--QvKKhr04 {
  font-weight: 600;
}
.sourceDrawer--stcHlDDR .sourceSummary--ADRRivyN {
  color: #767676;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 响应式：适配移动端 */
.ba-mobile .sources--tthDlFoP {
  background: #f4f4f4;
}
/* 重写 ant-drawer的样式 */
.sourceDrawerRoot--X0r8soqE.mobile--NoyAuxal .ant-drawer-content-wrapper {
  height: 90vh !important;
  max-height: 600px;
}
.sourceDrawerRoot--X0r8soqE.mobile--NoyAuxal .ant-drawer-body {
  padding: 0 20px;
}
.sourceDrawerRoot--X0r8soqE.mobile--NoyAuxal .ant-drawer-header {
  border: 0;
  padding: 16px 0;
}
.sourceDrawerRoot--X0r8soqE.mobile--NoyAuxal .ant-drawer-title {
  text-align: center;
}
.sourceDrawerRoot--X0r8soqE.mobile--NoyAuxal .sourceItem--dzVVyuMb {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 0;
  margin: 0;
}
.sourceDrawerRoot--X0r8soqE.mobile--NoyAuxal .sourceItem--dzVVyuMb:last-child {
  border-bottom: 0;
}
.sourceDrawerRoot--X0r8soqE .ant-drawer-header-title {
  flex-direction: row-reverse;
}
.sourceDrawerRoot--X0r8soqE .ant-drawer-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.loading--YigfTjTw {
  width: 16px;
  height: 16px;
  transform-origin: center;
  transform: scale(1.5);
}

.md--oeolVyLL {
  --md-color: #767676;
}
.stepTitle--h8eFQSUJ {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 20px;
  cursor: pointer;
  font-weight: 400;
  align-items: flex-start;
}
.stepTitle--h8eFQSUJ:first-child {
  margin-top: 0;
}
.stepTitle--h8eFQSUJ .titleText--sRv3Atn9 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.stepTitle--h8eFQSUJ .down--uNvpGmP9 {
  display: none;
  height: 20px;
  color: var(--ba-color-text-secondary);
  cursor: pointer;
}
.stepContainer--n72ROxfV {
  display: flex;
  align-items: center;
}
.outer--AD1JqysR {
  flex: 1;
  margin-left: 6px;
  padding-left: var(--ba-padding);
  border-left: 1px solid rgba(221, 221, 221, 0.5);
}
.outer--AD1JqysR .inner--ZEPFCtnL {
  height: 100%;
  overflow: auto;
}
.outer--AD1JqysR .content--mIfJdHVz {
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}

.container--b7eo3IUD {
  margin-top: 8px;
}
.container--b7eo3IUD .related--MHsMiRQU {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.container--b7eo3IUD .related--MHsMiRQU:not(:last-child) {
  border-bottom: 1px solid var(--ba-color-border);
}
.container--b7eo3IUD .related--MHsMiRQU:hover {
  color: var(--ba-color-brand);
}
.container--b7eo3IUD .text--e20pxx0b {
  flex: 1;
  padding: 12px 0;
  font-size: 16px;
  line-height: 22px;
}
.container--b7eo3IUD .icon--FXhctJ75 {
  flex: none;
}

.container--yPWzapJr {
  margin-top: 8px;
  overflow: auto;
}
.container--yPWzapJr.mobile--tt6ZBvqu {
  margin-top: 0;
  padding: 12px 0;
}
.container--yPWzapJr.mobile--tt6ZBvqu .related--CBHptkeu {
  --ba-button-padding-inline: 18px;
  --ba-button-padding-block: 9px;
  border-radius: 20px;
  box-shadow: none;
}
.container--yPWzapJr .related--CBHptkeu {
  height: auto;
  border-radius: 20px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  background: var(--ba-color-brand-bg);
  color: var(--ba-color-text-base);
  font-weight: 400;
  max-width: 100%;
}
.container--yPWzapJr .related--CBHptkeu:hover {
  color: var(--ba-color-text-base) !important;
  background: var(--ba-color-brand-bg) !important;
}
.container--yPWzapJr .text--qCnIhZdX {
  flex: 1;
  padding: 12px 0;
  font-size: 16px;
  line-height: 22px;
}
.container--yPWzapJr .icon--mGb8lLxu {
  flex: none;
}
.subContainer--r8iQIWqe .related--CBHptkeu {
  cursor: pointer;
  width: 100%;
  padding: 12px 0px;
  border-bottom: 1px solid #dddddd;
}
.subContainer--r8iQIWqe .related--CBHptkeu .relatedIcon--tSboAAT6 {
  color: #767676;
  flex-shrink: 0;
}
.subContainer--r8iQIWqe .related--CBHptkeu .relatedText--jVyuoKuk {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  margin-left: 8px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subContainerMobile--_t5STn5c .related--CBHptkeu {
  padding: 8px 0px;
}
.subContainerMobile--_t5STn5c .related--CBHptkeu .relatedText--jVyuoKuk {
  font-size: 12px !important;
}
.ba-mobile .related--CBHptkeu span {
  font-size: 14px;
  display: inline-block;
  white-space: normal !important;
  word-break: break-word;
  text-align: left;
}

.container--W2yWvxJV {
  margin-top: 8px;
  overflow: auto;
  max-width: var(--msg-text-max-width);
}
.container--W2yWvxJV .groupTitle--A91443Jm {
  font-size: 14px;
  color: #767676;
  font-weight: 600;
}
.container--W2yWvxJV.mobile--LtSSvyPy {
  margin-top: 0;
  padding: 12px 0;
}
.container--W2yWvxJV.mobile--LtSSvyPy .related--NikUkMf8 {
  --ba-button-padding-inline: 18px;
  --ba-button-padding-block: 9px;
  border-radius: 20px;
  box-shadow: none;
}
.container--W2yWvxJV .related--NikUkMf8 {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  background: var(--ba-color-brand-bg);
  color: var(--ba-color-text-base);
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
}
.container--W2yWvxJV .related--NikUkMf8:hover {
  color: var(--ba-color-text-base) !important;
  background: var(--ba-color-brand-bg) !important;
}
.container--W2yWvxJV .text--XT_ibc6w {
  flex: 1;
  padding: 12px 0;
  font-size: 16px;
  line-height: 22px;
}
.container--W2yWvxJV .icon--SCWVYHWh {
  flex: none;
}
.ba-mobile .related--NikUkMf8 span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.border--T_rNQcKy {
  padding: 16px;
  border: 1px solid var(--ba-color-border);
  border-radius: 12px;
}
.productImage--e1r37AKx {
  border-radius: 8px;
  flex: none;
}
.productInfo--Kam3K85k {
  min-width: 0;
  flex: 1;
}
.productInfo--Kam3K85k .name--SwFJx_uL {
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.productInfo--Kam3K85k .rating--jZjnREJT {
  height: 20px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.productInfo--Kam3K85k .rating--jZjnREJT .rateIcon--zAut2IhU {
  color: var(--ba-color-text);
  font-size: 12px;
}
.productInfo--Kam3K85k .rating--jZjnREJT .rateIcon--zAut2IhU li {
  margin-inline-end: 2.5px !important;
}
.card--SYKzgofv {
  cursor: pointer;
  height: 100%;
}
.hover--B8cmRrnS.card--SYKzgofv:hover {
  box-shadow: 0 4px 16px 0 rgba(36, 34, 47, 0.12);
}
.selection--XW7smUN6 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.button--ojVLG6nx {
  padding: 0 var(--ba-padding);
  height: 36px;
  border-radius: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--ba-color-primary);
}

.desc--kmLmIQm5 {
  color: var(--ba-text-secondary);
  line-height: 18px;
  font-size: 11px;
  margin-top: 8px;
}
.rateIcon--JN6lujtO {
  color: var(--ba-text-primary);
  font-size: 12px;
}
.rateIcon--JN6lujtO li {
  margin-inline-end: 2.5px !important;
}
.score--WgpmbbHn {
  width: 35px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #42a23f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  margin-top: -3px;
}
.more--VmG_r8EL {
  display: grid;
  max-width: 890px;
  grid-row-gap: 8px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(4, calc(25% - 8px));
}
.tagGroup--ZFIs8hK0 {
  display: flex;
  gap: 8px;
  font-size: 11px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.tagGroup--ZFIs8hK0 .tag--XrCXwaRV {
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 28px;
  background-color: #f4f4f4;
}
.consumerTitle--_3T0zF01 {
  font-size: 11px;
  margin-top: 12px;
}
.blocktitle--J6bc5TCT {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.subTitle--t3xzdBiR {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.feedback--s46LpWMw {
  margin-left: 4px;
}
.reason--btF5sMwa {
  margin-top: 8px;
}

.label--jo9Z483c {
  line-height: 18px;
}
.title--TabbSQEn {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.subTitle--KPfZmxjc {
  font-size: 14px;
  line-height: 16px;
  margin-right: 4px;
}
.feedback--mX0ONVDi {
  margin-right: 4px;
}

.container--DuIRIUEy.businessSearch--EsE8Vqph .title--zhVQT2F4 .text--xbVb9CL4 {
  -webkit-line-clamp: 6;
}
.query--cpHp0Bx3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.showMore--pBHDzpdS {
  position: absolute;
  right: 0;
}
.title--zhVQT2F4 {
  flex: 1;
  align-items: center !important;
}
.title--zhVQT2F4 .text--xbVb9CL4 {
  font-size: 24px;
  font-weight: 600;
  max-width: var(--msg-text-max-width);
  /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  word-break: break-word;
}
.title--zhVQT2F4 .editIcon--YsRVO1S7 {
  flex: none;
  background-color: #222;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  cursor: pointer;
}
.title--zhVQT2F4 .sendBoxHolder--sG2idCMu {
  height: 56px;
}
.images--SVPw_0GA {
  display: flex;
  cursor: pointer;
}
.images--SVPw_0GA .image--Jn__qmKL {
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.images--SVPw_0GA .imageWrapper--a2qui1RK {
  flex-shrink: 0;
}

.wrapper--lgGHMFsG {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  max-width: 100%;
}
.wrapper--lgGHMFsG .sendBtn--DQYfiH82 {
  background-color: var(--ba-color-brand) !important;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  border-width: 0;
}
.wrapper--lgGHMFsG .sendBtn--DQYfiH82[disabled] {
  color: #fff;
  opacity: 0.5;
  background-color: var(--ba-color-brand);
}
.wrapper--lgGHMFsG .sendBtn--DQYfiH82:hover {
  background: var(--ba-color-brand) !important;
}
.wrapper--lgGHMFsG .imgPicker--Ec2LvI94 {
  cursor: pointer;
}
.lite--J51oUjp2 {
  background-color: var(--send-box-bg, #fff);
  border-radius: var(--send-box-radius, 10px);
  border: 1px solid #ddd;
  padding: 8px 16px 8px 4px;
  font-size: 16px;
  font-weight: 600;
  flex: 1;
}
.lite--J51oUjp2 .indexSearchNew--Bdv2iBpM {
  padding: 10px 16px;
  height: 32px;
  border-radius: 18px;
  background-color: #1ead6f;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.inputWrapper--xNUXSZHF {
  flex: 1;
}
.inputWrapper--xNUXSZHF textarea::-moz-placeholder {
  color: #767676;
  font-weight: 400;
  opacity: 1;
}
.inputWrapper--xNUXSZHF textarea::placeholder {
  color: #767676;
  font-weight: 400;
  opacity: 1;
}
.imageWrapper--dXveRdP1 {
  position: relative;
}
.imageWrapper--dXveRdP1:hover .removeBtn--_H4UYWgk {
  display: flex;
}
.images--ZxKXVlnn {
  display: flex;
  cursor: pointer;
  flex: none;
}
.images--ZxKXVlnn .image--DvCMGyK9 {
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.images--ZxKXVlnn .imageWrapper--dXveRdP1 {
  flex-shrink: 0;
}
.removeBtn--_H4UYWgk {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(34, 34, 34, 0.5);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 4px 0 4px;
}
.removeBtn--_H4UYWgk .removeIcon--eUpykNdq {
  color: #fff;
  font-size: 14px;
}

.attachments--EBhUug1d {
  margin: 8px 0 8px 8px;
}
.attachments--EBhUug1d .fileItems--Xb5LOjwk {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
}
.attachments--EBhUug1d .fileItems--Xb5LOjwk:hover .removeBtn--Qdhni2gp {
  display: flex;
}
.attachments--EBhUug1d .fileItems--Xb5LOjwk .radio--s_PGM_ew {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  margin: 4px;
}
.attachments--EBhUug1d .fileItems--Xb5LOjwk .removeBtn--Qdhni2gp {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: rgba(34, 34, 34, 0.5);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.attachments--EBhUug1d .fileItems--Xb5LOjwk .removeBtn--Qdhni2gp .removeIcon--rEvTQcvx {
  color: #fff;
  font-size: 14px;
}
.attachments--EBhUug1d .fileItems--Xb5LOjwk .statusMask--X54Tw_2a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.attachments--EBhUug1d .fileItemsContainer--dYGFE_M8 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-left: 16px;
  border-left: 1px solid var(--ba-color-split);
}
.attachments--EBhUug1d .firstImage--gJ33vm2Y {
  flex: none;
  height: 100%;
  margin-inline: 10px 16px;
}
.attachments--EBhUug1d .select--n6XjCAys {
  border: 2px solid #222;
}
.attachments--EBhUug1d .clearAll--LVKIzJaQ {
  cursor: pointer;
  text-decoration: underline;
  display: flex;
  align-items: center;
  color: var(--textarea-color);
}

.maskContainer--ekrxHc9x:hover {
  opacity: 0 !important;
}
.mask--ZORLJuvr {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.img--csvS27oI:hover {
  transform: scale(1.1);
  /* 鼠标悬浮时放大 1.2 倍 */
  transition: transform 0.66s ease;
  /* 定义动画效果 */
}
.mask--ZORLJuvr {
  position: relative;
}
/* 灰色背景蒙层 */
.mask--ZORLJuvr::after {
  background-color: rgba(0, 0, 0, 0.04);
  background-image: url(//s.alicdn.com/@img/imgextra/i3/O1CN01qSRhfu1pB4Hte1B6J_!!6000000005321-2-tps-470-120.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 8px;
  pointer-events: none;
}

.container--rBkSlUYu {
  width: 100%;
  max-width: var(--msg-text-max-width);
  box-sizing: border-box;
  background: linear-gradient(180deg, #f4f4f4 0%, #fff 100%);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}
.container--rBkSlUYu .loading--tAgpeYpX {
  width: 20px;
  height: 20px;
}
.container--rBkSlUYu .middleText--jY18IiKf {
  margin: 0 12px;
  overflow: hidden;
}
.container--rBkSlUYu .middleText--jY18IiKf .label--BhKUTMYu {
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #232425;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container--rBkSlUYu .rightOperateList--JHoaiBPT .openButton--uDNjxXFw:disabled {
  color: #fff;
  border: none;
  background-color: #cccccc;
}
.isRunning--Ur4Qcxwo {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.containers--hAZ_N9uN {
  display: flex !important;
  gap: 20px;
}
.containers--hAZ_N9uN .rightOperateList--JHoaiBPT {
  flex: 1;
}
.containers--hAZ_N9uN .rightOperateList--JHoaiBPT .openButton--uDNjxXFw {
  width: 100%;
}
.titleBox--TcUpGTPQ {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 14px;
  background: #ffffff;
}
.titleBox--TcUpGTPQ .label--BhKUTMYu {
  font-weight: 400;
}
.titleBoxMobile--OYYBsoNG {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  font-size: 12px;
}
.titleBoxMobile--OYYBsoNG .label--BhKUTMYu {
  font-weight: 400;
}
.query--NxF4Sl_i {
  color: #222222;
  font-weight: 600;
  font-size: 16px;
  word-break: break-word;
}
.mini--_zUsSSe1 {
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 40px;
  border: none;
  background: #f4f4f4;
  gap: 0;
}
.mini--_zUsSSe1 .miniRunningBtn--Hq_i2JwV {
  background: #fff !important;
}
.mini--_zUsSSe1 .miniQuery--rAMNyt6Q {
  padding: 0 20px 0 12px;
  flex: 1;
  font-weight: 600;
  color: #222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mini--_zUsSSe1 .miniBtn--YuL2KTBM {
  padding: 0 16px;
  font-weight: 600;
  text-decoration: underline;
  height: 32px;
}
.icon--tRMYzh6I svg {
  flex: 0 0 auto !important;
}

.commonGradient--vtExBo9C {
  border-radius: calc(var(--border-radius, 20px) + var(--border-width, 1px));
  padding: var(--border-width, 1px);
}
.commonGradient--vtExBo9C::after {
  content: '';
  display: block;
  background: #fff;
  inset: var(--border-width, 1px);
  border-radius: var(--border-radius, 20px);
}
.children--y7bG1dwN {
  box-sizing: border-box;
  border-radius: var(--border-radius, 20px);
  box-shadow: 0 0 0 1px #dddddd;
}
.isRunning--LzdRuUpN {
  box-shadow: none;
}
.active--o3THe8FA {
  background: conic-gradient(from var(--r), var(--color-background, #3bd291 28.78%, #00c8ff 50.53%, #ddd 80%));
  animation: 1.5s cubic-bezier(0.1, 0, 0.9, 1) infinite rotating--_JDd6kPv;
}
@property --r {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
@keyframes rotating--_JDd6kPv {
  0% {
    --r: 0deg;
  }
  100% {
    --r: 360deg;
  }
}
.mousePointer--x6ApLK_e {
  cursor: pointer;
}

.event--KTA_GIwo {
  display: inline-block;
  font-size: 0;
}
.event--KTA_GIwo .wrapper--gUc2ECLL {
  overflow-x: scroll;
  pointer-events: none;
}
.event--KTA_GIwo .wrapper--gUc2ECLL::-webkit-scrollbar {
  display: none;
}
.mask--vu77rfTF {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: inline-block;
  -webkit-mask-position: center center;
  mask-position: center center;
}

/* 标题中的引用 */
.sources--NsEnkXXI {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 9px 16px;
  border: 1px solid #ddd;
  border-radius: 23px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
}
.sources--NsEnkXXI .sourcesCount--HWkxvlP8 {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #222;
}
.sources--NsEnkXXI .sourcesList--yIW5TJrQ {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.sources--NsEnkXXI .sourcesList--yIW5TJrQ li {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: -6px;
  box-sizing: content-box;
}
.sources--NsEnkXXI .sourcesList--yIW5TJrQ li img {
  max-width: 100%;
  max-height: 100%;
}
.sourceIcon--iRNhBX4Y.ant-image {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.sourceIcon--iRNhBX4Y.ant-image .ant-image-mask {
  background-color: rgba(0, 0, 0, 0.04);
  opacity: 1;
}
/* 来源抽屉 */
.sourceDrawer--XzuGCqtS .ant-drawer-body {
  padding: 0 16px 16px 16px;
}
.sourceDrawer--XzuGCqtS .sourceItem--X_cO6b5Q {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 12px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 18px;
  cursor: pointer;
}
.sourceDrawer--XzuGCqtS .sourceHead--urGxWgpg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sourceDrawer--XzuGCqtS .sourceTitle--HpF4XjKF {
  font-weight: 600;
}
.sourceDrawer--XzuGCqtS .sourceSummary--mmEmdsEb {
  color: #767676;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 响应式：适配移动端 */
.ba-mobile .container--_7b7rGuU {
  font-size: 14px;
}
.ba-mobile .sources--NsEnkXXI {
  background: #f4f4f4;
}
/* 重写 ant-drawer的样式 */
.sourceDrawerRoot--pSzO8c8z.mobile--u41wE7cT .ant-drawer-content-wrapper {
  height: 90vh !important;
  max-height: 600px;
}
.sourceDrawerRoot--pSzO8c8z.mobile--u41wE7cT .ant-drawer-body {
  padding: 0 20px;
}
.sourceDrawerRoot--pSzO8c8z.mobile--u41wE7cT .ant-drawer-header {
  border: 0;
  padding: 16px 0;
}
.sourceDrawerRoot--pSzO8c8z.mobile--u41wE7cT .ant-drawer-title {
  text-align: center;
}
.sourceDrawerRoot--pSzO8c8z.mobile--u41wE7cT .sourceItem--X_cO6b5Q {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 0;
  margin: 0;
}
.sourceDrawerRoot--pSzO8c8z.mobile--u41wE7cT .sourceItem--X_cO6b5Q:last-child {
  border-bottom: 0;
}
.sourceDrawerRoot--pSzO8c8z .ant-drawer-header-title {
  flex-direction: row-reverse;
}
.sourceDrawerRoot--pSzO8c8z .ant-drawer-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selectSupplier--NK1GKLyT {
  width: 372;
  max-width: 400px;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px 0 12px 12px;
  background-color: #ededed;
}
.selectSupplierItem--LxrF6CRF {
  max-width: 332px;
  height: 36px;
  border-radius: 8px;
  padding: 4px 8px 4px;
  background: #ffffff;
}
.selectSupplierImag--_9OKp39P {
  width: 28px;
  border-radius: 4px;
  font-size: 0;
}
.supplierClose--oQAYjh70 {
  margin-left: auto;
}
.supplierCompanyName--r1IvOsmj {
  max-width: 276px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supplierImage--ng8SFNWC {
  border: solid 1px rgba(255, 242, 187, 0.3);
}
.tips--bkXFXuen {
  font-size: 16px;
  color: #222222;
}
.selectProductsImags--M2KwRbvp {
  flex: 0 0 auto;
  max-width: 60px;
}

.container--Rf1DKNkw {
  max-width: 800px;
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(180deg, #f4f4f4 0%, #fff 100%);
  box-sizing: border-box;
}
.container--Rf1DKNkw .autoFlow--z6b6NItA {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 4.5px 12px;
}
.container--Rf1DKNkw .planTitle--w2YCZw1A {
  font-weight: 600;
  font-size: 18px;
  color: #222;
  margin-bottom: 12px;
}
.container--Rf1DKNkw .stepAndButtonContainer--FAu7ajv1 {
  overflow-y: auto;
}
.container--Rf1DKNkw .stepAndButtonContainer--FAu7ajv1 .stepContainer--TyBpNsVB {
  flex: 1;
  max-height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
}
.container--Rf1DKNkw .stepAndButtonContainer--FAu7ajv1 .openButton--djeDfJWO {
  align-self: end;
  padding: 0 24px;
  height: 32px;
  font-weight: 600;
  font-size: 12px;
  vertical-align: middle;
  max-width: 150px;
}
.container--Rf1DKNkw .stepAndButtonContainer--FAu7ajv1 .openButton--djeDfJWO:disabled {
  color: #fff;
  border: none;
  background-color: #cccccc;
}
.container--Rf1DKNkw .stepAndButtonContainer--FAu7ajv1 .openButton--djeDfJWO span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.container--Rf1DKNkw .planFooter--Uf2KuvAm {
  margin-top: 16px;
}
.container--Rf1DKNkw .planFooter--Uf2KuvAm .timeBox--npJgrPTT {
  display: flex;
  align-items: center;
}
.container--Rf1DKNkw .planFooter--Uf2KuvAm .timeBox--npJgrPTT .time--Tb7cYLSP {
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
  color: #767676;
  margin-left: 8px;
}
.container--Rf1DKNkw .planFooter--Uf2KuvAm .buuttonContainer--BSx5kRT3 .editButton--VFSGuM46 {
  border: 1px solid #ddd;
  font-weight: 600;
  box-sizing: border-box;
  max-width: 200px;
}
.container--Rf1DKNkw .planFooter--Uf2KuvAm .buuttonContainer--BSx5kRT3 .editButton--VFSGuM46:disabled {
  color: rgba(34, 34, 34, 0.5);
  background: #ffffff;
  border: 1px solid #dddddd;
}
.container--Rf1DKNkw .planFooter--Uf2KuvAm .buuttonContainer--BSx5kRT3 .editButton--VFSGuM46 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.container--Rf1DKNkw .planFooter--Uf2KuvAm .buuttonContainer--BSx5kRT3 .startNowButton--4ZqLhBNk {
  font-weight: 600;
  max-width: 200px;
  padding: 0 18px;
  box-sizing: border-box;
}
.container--Rf1DKNkw .planFooter--Uf2KuvAm .buuttonContainer--BSx5kRT3 .startNowButton--4ZqLhBNk:disabled {
  color: #fff;
  border: none;
  background-color: #cccccc;
}
.container--Rf1DKNkw .planFooter--Uf2KuvAm .buuttonContainer--BSx5kRT3 .startNowButton--4ZqLhBNk span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.executing--K215vNWI {
  background-color: #ededed;
}
.planFooters--fyhk7oUF {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px !important;
}
.planFooters--fyhk7oUF .buuttonContainer--BSx5kRT3 {
  width: 100%;
}
.planFooters--fyhk7oUF .buuttonContainer--BSx5kRT3 .editButton--VFSGuM46,
.planFooters--fyhk7oUF .buuttonContainer--BSx5kRT3 .startNowButton--4ZqLhBNk {
  flex: 1;
  width: 100%;
}
.stepAndButtonContainers--dsZ9duSX {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stepAndButtonContainers--dsZ9duSX .openButton--djeDfJWO {
  max-width: 100% !important;
  width: 100%;
}
@media (max-width: 480px) {
  .planFooter--Uf2KuvAm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px !important;
  }
  .planFooter--Uf2KuvAm .buuttonContainer--BSx5kRT3 {
    width: 100%;
  }
  .planFooter--Uf2KuvAm .buuttonContainer--BSx5kRT3 .editButton--VFSGuM46,
  .planFooter--Uf2KuvAm .buuttonContainer--BSx5kRT3 .startNowButton--4ZqLhBNk {
    flex: 1;
    width: 100%;
  }
}

.skeletons--owQpVzrc {
  width: 100%;
}
.skeletons--owQpVzrc .actions--BgfVNz8x .button--VKBb9IXx {
  width: 140px;
  height: 36px;
}

.stepBox--JfXELCx2 .stepTitle--N2gCVVpL {
  cursor: pointer;
  padding-left: 4px;
}
.stepBox--JfXELCx2 .stepTitle--N2gCVVpL .titleText--wR9MbbpI {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
.stepBox--JfXELCx2 .stepTitle--N2gCVVpL .down--GQCm6VtI {
  height: 20px;
  color: var(--ba-color-text-secondary);
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.stepBox--JfXELCx2 .stepTitle--N2gCVVpL .downActive--ASE0kAEY {
  transform: rotate(180deg);
}
.stepBox--JfXELCx2 .outer--wsRfM5z0 {
  margin-left: 10px;
  border-left: 1px solid #dddddd;
  padding-left: 10px;
  height: 0px;
  margin-top: 0px;
}
.stepBox--JfXELCx2 .outer--wsRfM5z0 .inner--UJmoPJtF {
  height: 100%;
  overflow: auto;
}
.stepBox--JfXELCx2 .outer--wsRfM5z0 .inner--UJmoPJtF .contentContainer--FDEWVmxv {
  display: flex;
  align-items: center;
}
.stepBox--JfXELCx2 .outer--wsRfM5z0 .inner--UJmoPJtF .contentContainer--FDEWVmxv .content--vL40tXo4 {
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.stepBox--JfXELCx2 .outer--wsRfM5z0 .inner--UJmoPJtF .contentContainer--FDEWVmxv .content--vL40tXo4 .md--KCeCq0ZM {
  --md-font-size-md: 14px;
}
.stepBox--JfXELCx2 .outerActive--F1AavQMj {
  margin-top: 8px;
  height: auto;
}
.stepSecondBox--JE_bo13A .stepTitle--N2gCVVpL {
  padding-left: 0px;
}
.stepSecondBox--JE_bo13A .stepTitle--N2gCVVpL .titleText--wR9MbbpI {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.stepSecondBox--JE_bo13A .stepTitle--N2gCVVpL .titleTextColor--na4lKhwU {
  color: #767676;
}
.stepSecondBox--JE_bo13A .stepTitle--N2gCVVpL .down--GQCm6VtI {
  display: none;
}
.stepSecondBox--JE_bo13A .outer--wsRfM5z0 {
  display: none;
}

.loading--l30rKpWg {
  width: 16px;
  height: 16px;
}
.planStepInit--cnZcf4Al {
  flex: none;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planStepInit--cnZcf4Al span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999999;
}

.questionPlanningBox--xXrQdea8 {
  max-width: 400px;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px 0px 12px 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  background-color: #ededed;
}
.questionPlanningBox--xXrQdea8 .selectedPlanWarp--JTEUtIuN {
  background: #f4f4f4;
  height: 43px;
  padding: 0px 12px;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 320px;
  box-sizing: border-box;
}
.questionPlanningBox--xXrQdea8 .selectedPlanWarp--JTEUtIuN .planIcon--IXLsTvVh {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.questionPlanningBox--xXrQdea8 .selectedPlanWarp--JTEUtIuN .planQuery--rpOChowV {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #222222;
  margin-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.questionPlanningBox--xXrQdea8 .query--IFThUFGA {
  color: #222222;
  display: block;
  font-size: 16px;
  height: 20;
  line-height: 20.5714px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.container--ga7mrfTC {
  /* 消息组件间距 */
  --item-gap: 30px;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  height: 100%;
}
.container--ga7mrfTC .scroller--nxVEc73w {
  height: 100%;
  flex: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  padding-right: 42px;
}
.container--ga7mrfTC .scroller--nxVEc73w .main--dODuXWjo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container--ga7mrfTC .scroller--nxVEc73w .main--dODuXWjo .group--idVa9NdT {
  max-width: var(--msg-max-width);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.container--ga7mrfTC .scroller--nxVEc73w .main--dODuXWjo .group--idVa9NdT .item--LStCVXwY {
  margin: calc(var(--item-gap) / 2) 0;
  position: relative;
}
.container--ga7mrfTC .scroller--nxVEc73w .main--dODuXWjo .group--idVa9NdT .item--LStCVXwY[data-ismobilesub='true'] {
  margin: 0;
}
.container--ga7mrfTC .scroller--nxVEc73w .main--dODuXWjo .group--idVa9NdT .itemNoPadding--CQC96qUI {
  padding: 0;
}
.container--ga7mrfTC .scroller--nxVEc73w .main--dODuXWjo .group--idVa9NdT.businessSearch--AVWj1NTd .item--LStCVXwY {
  max-width: var(--msg-text-max-width);
}
.container--ga7mrfTC .scroller--nxVEc73w .main--dODuXWjo .group--idVa9NdT .comment--tvDoPp39 {
  margin-left: -10px;
}
.container--ga7mrfTC .scroller--nxVEc73w .main--dODuXWjo .group--idVa9NdT:last-of-type {
  /* 底部 padding，避免消息卡片被遮挡 */
  padding-bottom: var(--padding-bottom);
}
.container--ga7mrfTC .scroller--nxVEc73w .main--dODuXWjo .group--idVa9NdT:last-of-type .item--LStCVXwY:last-of-type {
  padding-bottom: 0;
}
.container--ga7mrfTC .mainScroll--TgD5ozG8 {
  padding: 0 36px !important;
}
.container--ga7mrfTC .subScroll--n1mjOp_9 {
  width: 100%;
  padding: 0 42px 0 38px;
}
.noAnchor--VaAWoQOC .main--dODuXWjo {
  overflow-anchor: none;
}
.noAnchor--VaAWoQOC .main--dODuXWjo .group--idVa9NdT {
  overflow-anchor: none;
}
/* 响应式 */
.ba-mobile .container--ga7mrfTC .scroller--nxVEc73w {
  padding: 0 var(--ba-padding-sm);
}
.ba-pc-narrow .container--ga7mrfTC .scroller--nxVEc73w {
  padding: 0 var(--ba-padding-lg);
}
 {
  /* Copilot：宽度 100% */
}
.ba-mobile {
  --msg-width: 100%;
}
.ba-pc-narrow {
  --msg-width: 100%;
}
@media (max-width: 968px) {
  .ba-pc-wide {
    --msg-width: 100%;
  }
}
@media (min-width: 968px) and (max-width: 1280px) {
  .ba-pc-wide {
    --msg-width: 680px;
  }
}
@media (min-width: 1280px) {
  .ba-pc-wide {
    --msg-width: 800px;
  }
}

.container--Cw_5Gvzt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.send--Jz8k2aIJ {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.send--Jz8k2aIJ .outer--nTG7Uddp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.send--Jz8k2aIJ .outer--nTG7Uddp .item--cRmN9ULv {
  align-self: flex-end;
}
.send--Jz8k2aIJ .inner--LkGA7rYF {
  border-radius: 12px 0 12px 12px;
  background: #ededed;
  padding: var(--ba-padding-sm) 16px;
  max-width: 90%;
}
.send--Jz8k2aIJ .inner--LkGA7rYF:not(:first-child) {
  margin-top: 8px;
}
.send--Jz8k2aIJ .inner--LkGA7rYF:not(:last-child) {
  margin-bottom: 8px;
}
.send--Jz8k2aIJ .messageTextThinking--CSgHSN8w {
  display: flex;
  align-self: flex-start;
  margin-top: 32px;
}
.send--Jz8k2aIJ .loading--S0FmmqyS {
  width: 20px;
  height: 20px;
}
.receive--f4iwHssH {
  display: flex;
  flex-direction: column;
}
.receive--f4iwHssH .limit--o4Y4M9of.item--cRmN9ULv {
  width: var(--msg-width);
  align-self: center;
}
.receive--f4iwHssH .sceneBorder--cDID708u {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 12px 24px;
  width: 1000px;
}
.item--cRmN9ULv {
  position: relative;
  align-self: stretch;
}
.item--cRmN9ULv[data-contenttype='aggregation'] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.item--cRmN9ULv.agent_demo--jvgO4iJD,
.item--cRmN9ULv.businessSearch--KmKT2hT4 {
  width: 100%;
  max-width: var(--msg-text-max-width);
  align-self: center;
}
.item--cRmN9ULv + .item--cRmN9ULv:not(:empty) {
  margin-top: var(--msg-component-gap);
}
.item--cRmN9ULv + .item--cRmN9ULv:not(:empty)[data-ismobile='true'] {
  margin-top: 8px;
}
/* 移动端 */

/* AgentFeedback 组件样式 */
.container--pRybZjjt {
  display: none;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
  padding: 16px;
  width: auto;
  background: linear-gradient(180deg, #f4f4f4 0%, #fff 100%);
  border: 1px solid #ddd;
  border-radius: 20px;
  box-sizing: border-box;
}
.content--X9AzPQQg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.tagSection--jQ1GVswq {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.tag--EtQ480DY {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  height: 28px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
}
.icon--eqs2eF69 {
  margin-top: 3px;
  color: #b3261e;
}
.tagText--gHmhQy9v {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.messageSection--v_4EbJk1 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 12px;
}
.messageInfo--WGxp5NLV {
  display: flex;
  gap: 8px;
}
.message--glKSgoR7 {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.code--VbbDQ7Ry {
  /* background: #f4f4f4; */
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.5px;
}
.button--Hm2uuDdP {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  height: 36px;
  background: #222;
  border-radius: 18px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: auto;
}
.button--Hm2uuDdP:hover {
  background: #333;
}
.button--Hm2uuDdP:active {
  background: #111;
}
.buttonContent--ZyHDBiuh {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 8px;
}
.buttonText--buRk2BCd {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.362;
  letter-spacing: -0.4%;
  color: #fff;
  white-space: nowrap;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .container--pRybZjjt {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px;
  }
  .button--Hm2uuDdP {
    align-self: flex-end;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .productName--bL1SToOT {
    font-size: 14px;
  }
  .tagText--gHmhQy9v {
    font-size: 12px;
  }
  .buttonText--buRk2BCd {
    font-size: 12px;
  }
}
.containers--ugWZSlN1 {
  flex-direction: column;
  align-items: normal;
  gap: 16px;
}
.containers--ugWZSlN1 .messageInfo--WGxp5NLV {
  align-items: normal;
}
.visible--CAS1jtDv {
  display: flex;
}

[data-theme='light'] {
  --error-bg-color: #fff1f1;
}
[data-theme='dark'] {
  --error-bg-color: #000;
}
.container--fU6pOhvo {
  position: fixed;
  bottom: 100px;
  padding: var(--ba-padding);
  border-radius: 12px;
  z-index: 99;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
}
.container--fU6pOhvo .main--zFmlbc4v {
  display: flex;
  align-items: center;
  gap: 16px;
}
.container--fU6pOhvo .icon--P7Kmoezq {
  flex: none;
}
.container--fU6pOhvo .title--qmB2c8F2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--ba-text-primary);
}
.container--fU6pOhvo .text--CJrjeGBD {
  margin-top: var(--ba-margin-sm);
  flex: 1;
  color: var(--ba-text-primary);
}
.container--fU6pOhvo .retry--JLQYjz7Z {
  margin-top: var(--ba-margin);
  flex: none;
}
.ba-mobile .container--fU6pOhvo {
  padding: var(--ba-padding-sm);
}
.ba-mobile .retry--JLQYjz7Z {
  margin-top: var(--ba-padding-sm);
}

.insufficient--Nj7myU8i {
  position: fixed;
  bottom: 150px;
  margin-left: 2px;
  padding: var(--ba-padding);
  border-radius: 12px;
  z-index: 99;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
  background: linear-gradient(270.37deg, rgba(12, 224, 132, 0.2) 0.32%, rgba(0, 227, 159, 0.2) 50%, rgba(79, 225, 250, 0.2) 99.68%), #ffffff;
  width: 796px;
  height: 87px;
  display: flex;
  /* 添加从下往上的动画 */
  animation: slideUpFromBottom--kAVVUBNt 0.3s ease-out forwards;
  transform: translateY(100%);
  opacity: 0;
}
.insufficient--Nj7myU8i .insufficientContent--_FlgGRBw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.insufficient--Nj7myU8i .insufficientContent--_FlgGRBw .leftContent--JtLptcZ_ {
  overflow: hidden;
}
.insufficient--Nj7myU8i .insufficientContent--_FlgGRBw .leftContent--JtLptcZ_ .title--fgpQEYeV {
  font-weight: 600;
  font-size: 18px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insufficient--Nj7myU8i .insufficientContent--_FlgGRBw .leftContent--JtLptcZ_ .desc--qSaK1iDR {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insufficient--Nj7myU8i .insufficientContent--_FlgGRBw .rightContent--Fsw66wlP .button--KudwmNlA {
  border: 1px solid #222;
  text-align: center;
  height: 36px;
  min-width: 100px;
  background: #222;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-inline: 16px;
}
/* 定义从下往上的动画关键帧 */
@keyframes slideUpFromBottom--kAVVUBNt {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.insufficientDoubleColumn--wgtLQ7Sm {
  margin-left: -10px;
  height: auto;
}
.insufficientDoubleColumn--wgtLQ7Sm .insufficientContent--_FlgGRBw {
  display: flex;
  flex-direction: column;
}
.insufficientDoubleColumn--wgtLQ7Sm .insufficientContent--_FlgGRBw .leftContent--JtLptcZ_ {
  width: 100%;
  padding-right: 30px;
  overflow: hidden;
}
.insufficientDoubleColumn--wgtLQ7Sm .insufficientContent--_FlgGRBw .leftContent--JtLptcZ_ .title--fgpQEYeV {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.insufficientDoubleColumn--wgtLQ7Sm .insufficientContent--_FlgGRBw .leftContent--JtLptcZ_ .desc--qSaK1iDR {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 16px;
}
.insufficientDoubleColumn--wgtLQ7Sm .insufficientContent--_FlgGRBw .rightContent--Fsw66wlP {
  display: flex;
  width: 100%;
  justify-content: start;
}
.insufficientDoubleColumn--wgtLQ7Sm .insufficientContent--_FlgGRBw .rightContent--Fsw66wlP .close--cmbHYpcL {
  position: absolute;
  top: 13px;
  right: 10px;
}
@media (max-width: 1280px) {
  .insufficient--Nj7myU8i {
    width: 676px;
  }
}

.close--lbFDHMLi {
  padding: 3px;
  border-radius: 4px;
}
.close--lbFDHMLi:hover {
  background: rgba(34, 34, 34, 0.06);
}

.header--Dk1MyxTK {
  display: flex;
  justify-content: space-between;
}
.title--x7ejDC5e {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}
.close--T_d9fZYB {
  cursor: pointer;
  font-size: 16px;
  color: #767676;
}
.description--LnFyEzmi {
  color: #767676;
  margin-top: 12px;
  margin-bottom: 24px;
}
.info--aEo6xSK8 {
  border-radius: 8px;
  background: linear-gradient(180deg, #edfff7 -37.32%, #d2f9e8 173.55%), #fff;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
  font-size: 16px;
  margin-bottom: 24px;
}
.infoItem--gA1ZbIzk {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.viewHistory--VnW2Xpfz {
  color: #767676;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
.limit--h310Verm {
  color: #767676;
  display: flex;
}
.useLink--a4IjMD5U {
  color: #222;
  font-weight: 600;
  margin-bottom: 12px;
}
.link--L1D8fHOn {
  background: #fff;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 9px 8px 9px 16px;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.link--L1D8fHOn .linkText--zHAuUmAW {
  color: #767676;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.link--L1D8fHOn .linkButton--uyeSvXfc {
  display: flex;
  height: 36px;
  max-width: 400px;
  padding: 0 16px 0 12px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  flex: 1;
  border-radius: 65px;
  background: #191919;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.listHeader--xMwXEJEs {
  color: #767676;
  display: flex;
  min-height: 36px;
  align-items: center;
  flex: none;
  border-top: 0.5px solid #ddd;
  line-height: 18px;
  font-size: 14px;
  border-bottom: 0.5px solid #ddd;
}
.list--wvtUQvgd {
  color: #222;
  font-size: 14px;
  line-height: 18px;
  overflow-y: auto;
}
.listItem--dqtahcT6 {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-top: 0.5px solid #ddd;
}
.listItem--dqtahcT6:first-child {
  border-top: 0;
}
.listHeader--xMwXEJEs div,
.listItem--dqtahcT6 div {
  padding: 0 12px;
}
.listHeader--xMwXEJEs div:first-child,
.listItem--dqtahcT6 div:first-child {
  padding-right: 12px;
  padding-left: 0;
}
.listHeader--xMwXEJEs div:nth-last-child(2),
.listItem--dqtahcT6 div:nth-last-child(2) {
  text-align: right;
}
.listHeader--xMwXEJEs div:last-child,
.listItem--dqtahcT6 div:last-child {
  padding-right: 0;
  padding-left: 20px;
  text-align: right;
}

.childModal--ABZXdwmM .ant-drawer-body {
  padding: 0 var(--ba-padding-lg) var(--ba-padding-lg) var(--ba-padding-lg);
}

[data-theme='light'] {
  --error-bg-color: #fff1f1;
}
[data-theme='dark'] {
  --error-bg-color: #000;
}
.container--IdBr6SAn {
  height: 100%;
}
.container--IdBr6SAn .retry--gLrnhyAB {
  width: 120px;
  flex: none;
}
.container--IdBr6SAn .title--a9js3I98 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.container--IdBr6SAn .tips--h4Bim3U_ {
  line-height: 18px;
}

.review--LjcMv9_B {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex: none;
}
.review--LjcMv9_B .reviews--qn40yLIs {
  text-decoration: underline;
  cursor: pointer;
}
.review--LjcMv9_B .total--J56KQ5pj {
  color: var(--ba-color-text-secondary);
}

.review--v9VEMpDR {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex: none;
}
.review--v9VEMpDR .reviews--_dv8rXKH {
  text-decoration: underline;
  cursor: pointer;
}

.text--wXcpt7iX {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.important--PhuAll_m {
  color: var(--ba-color-primary);
  font-weight: 600;
}

.skus--n_WPpp57 {
  height: 100%;
  padding: var(--ba-padding-md);
  overflow-y: auto;
}
.skus--n_WPpp57 .title--A8fEqdl3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.skus--n_WPpp57 .item--yhHTdlSe {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: var(--ba-color-bg-layout);
}
.skus--n_WPpp57 .withImg--gB9V8SIa {
  padding: 2px 8px;
}
.skus--n_WPpp57 .image--EM343fhE {
  width: 46px;
  height: 46px;
}
.skus--n_WPpp57 .actions--PCZKizWo {
  margin-top: auto;
}
.skus--n_WPpp57 .chat--LJy51JaN {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  padding: 0 24px;
}
.skuList--j_tM2eDc .skuItem--CjDlwl_T .imageList--tpVucH_x {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}
.skuList--j_tM2eDc .skuItem--CjDlwl_T .imageList--tpVucH_x .image--EM343fhE {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #f4f4f4;
}
.skuList--j_tM2eDc .skuItem--CjDlwl_T .imageList--tpVucH_x .extraImages--jzhw4VFQ {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #f4f4f4;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #222222;
}
.skuList--j_tM2eDc .skuItem--CjDlwl_T .skuTextList--lMb4ZA0K {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  max-height: 66px;
  overflow: hidden;
  gap: 10px;
}
.skuList--j_tM2eDc .skuItem--CjDlwl_T .skuTextList--lMb4ZA0K .skuText--s_oAYLr1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
  padding: 6px 12px;
  border-radius: 4px;
  background: #f4f4f4;
}

.product--w7iqLO23 .productName--lEOlHq53 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.product--w7iqLO23 .media--XUpGuXPp {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.product--w7iqLO23 .main--eggLxU8v {
  flex: 1;
  overflow: hidden;
  margin-bottom: 76px;
}
.product--w7iqLO23 .mainImg--tTsB6vM4 {
  width: 400px;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: var(--ba-border-radius-small);
  overflow: hidden;
}
.product--w7iqLO23 .mainImg--tTsB6vM4 img {
  height: 100%;
}
.product--w7iqLO23 .sliders--S7sL2yZV {
  width: 400px;
  height: 60px;
  flex-shrink: 0;
  overflow: hidden;
}
.product--w7iqLO23 .quantityMoq--g7rYr21j {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: var(--ba-text-secondary);
}
.product--w7iqLO23 .quantityPrice--WN2c3zT6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.product--w7iqLO23 .moqLabel--U8rDQdan {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.product--w7iqLO23 .tariff--RcjuipNS {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}
.product--w7iqLO23 .moq--UhVIWrAS {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.product--w7iqLO23 .msrpLabel--yL7EeYxC {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.product--w7iqLO23 .msrp--VMzRCsZd {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.product--w7iqLO23 .variations--SvIUqT1C {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  cursor: pointer;
  border-top: 1px solid var(--ba-color-border);
  border-bottom: 1px solid var(--ba-color-border);
  padding: 16px 0;
}
.product--w7iqLO23 .variationsStr--LxPJs94y {
  margin-left: auto;
}
.product--w7iqLO23 .actionBtn--K38s2cuh {
  font-weight: 600;
  height: 48px;
  padding: 0 24px;
  border-radius: 65px;
}
.product--w7iqLO23 .chat--wtSSCw1p {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--ba-outline-grey);
}
.product--w7iqLO23 .action--l217y64L {
  position: absolute;
  cursor: pointer;
  background: var(--ba-bg-primary);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 2px 6px 0 #0000001f;
}
.product--w7iqLO23 .actionBtnsFixed--yfcnBDOV {
  position: absolute;
  top: 12px;
  right: 80px;
}
.product--w7iqLO23 .actionBtnsFixed--yfcnBDOV .actionBtn--K38s2cuh {
  padding: 0 20px;
  height: 36px;
}
.product--w7iqLO23 .wishlist--oLi1bYei {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.product--w7iqLO23 .similarSearch--HdLT8lRV {
  position: absolute;
  top: 65px;
  right: 16px;
  z-index: 1;
}
.product--w7iqLO23 .companyName--npvY9l_S {
  overflow: hidden;
  height: 18px;
  word-break: break-all;
}
.product--w7iqLO23 .sold--ekJHno8V {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex-shrink: 0;
}
.product--w7iqLO23 .reason--XFicLHvq {
  margin-top: 12px;
}
.product--w7iqLO23 .keyAdvantage--QNhP1hIV {
  margin-top: 8px;
}
.product--w7iqLO23 .sellPoints--JBgU7WwB {
  margin: 12px 0;
}
.product--w7iqLO23 .askAi--eWPOZvPl {
  padding: 24px 0;
  border-top: 1px solid var(--ba-color-border);
  border-bottom: 1px solid var(--ba-color-border);
}
.product--w7iqLO23 .deliveryTitle--OcjNBRdP {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.product--w7iqLO23 .deliveryTitle--OcjNBRdP .deliveryIcon--u_WUs8az {
  width: auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product--w7iqLO23 .deliveryText--PbZa4cLp {
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}
.product--w7iqLO23 .deliveryText--PbZa4cLp .time--casfgYzS {
  /* font-weight: 600; */
}
.sp--ezW1eD3U {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: var(--ba-color-bg-layout);
}
.ta--GAHJYbsV {
  padding-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}
.ta--GAHJYbsV .tagTextList--jS5VZhLG {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  max-height: 66px;
  overflow: hidden;
  gap: 10px;
}
.ta--GAHJYbsV .tagTextList--jS5VZhLG .tagText--bemC3rKQ {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
  padding: 6px 12px;
  border-radius: 4px;
  background: #f4f4f4;
}
.ta--GAHJYbsV .taText--nrfmE9xZ {
  display: flex;
  align-items: center;
  margin-top: 24px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}
.ta--GAHJYbsV .taText--nrfmE9xZ .kableBlock--hvCJi04U {
  display: flex !important;
  align-items: center !important;
}
.ta--GAHJYbsV .taText--nrfmE9xZ .taIcon--jQ7Sgoj7 {
  margin-left: 4px;
  cursor: pointer;
  width: auto;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.detail-product-dialog {
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.88);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 560px;
}
.detail-product-dialog .detail-product-dialog-close {
  position: fixed;
  top: 40px;
  right: 40px;
  color: #fff;
}
.detail-product-dialog .detail-product-dialog-close:hover {
  cursor: pointer;
}
.detail-product-dialog .detail-product-dialog-close-icon {
  margin-left: 4px;
}
.detail-product-dialog .detail-product-dialog-close .detail-symbol {
  fill: #fff;
}
.detail-product-dialog .detail-product-dialog-dots {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.detail-product-dialog .detail-product-dialog-zoom {
  cursor: pointer;
  position: fixed;
  z-index: 10002;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.detail-product-dialog .detail-product-dialog-tools {
  position: fixed;
  top: 36px;
  left: 36px;
  display: flex;
  align-items: center;
  gap: 36px;
  color: #fff;
  font-size: 16px;
}
.detail-product-dialog .detail-product-dialog-favorite {
  display: flex;
  align-items: center;
}
.detail-product-dialog .detail-product-dialog-favorite .detail-symbol {
  margin-right: 4px;
}
.detail-product-dialog .detail-product-dialog-favorite:hover {
  cursor: pointer;
}
.detail-product-dialog .detail-product-dialog-favorite .detail-symbol {
  fill: #fff;
  vertical-align: middle;
}
.detail-product-dialog .detail-product-dialog-similar img {
  filter: brightness(100);
}
.detail-product-dialog .detail-product-dialog-image {
  margin: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 766px;
  height: 766px;
}
.detail-product-dialog .detail-product-dialog-image .detail-img-dialog-cover-img {
  max-width: 100%;
  /* 最大宽度为容器的 100% */
  max-height: 100%;
  /* 最大高度为容器的 100% */
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-product-dialog .detail-product-dialog-image .detail-img-dialog-container {
  width: 100% !important;
  height: 100% !important;
}
.detail-product-dialog .detail-product-dialog-image .detail-img-dialog-container .main-img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-product-dialog .detail-product-dialog-image .bc-video-player {
  width: 766px !important;
  height: 766px !important;
}
.detail-product-dialog .detail-product-dialog-image .bc-video-player .center-wrapper {
  width: 60px;
}
.detail-product-dialog .detail-product-dialog-arrow-link {
  position: fixed;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 1;
}
.detail-product-dialog .detail-product-dialog-arrow-link:hover {
  cursor: pointer;
}
.detail-product-dialog .detail-product-dialog-arrow-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail-product-dialog .detail-product-dialog-arrow-link-left {
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
}
.detail-product-dialog .detail-product-dialog-arrow-link-right {
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}
.detail-product-dialog .detail-product-dialog-arrow-link.disabled {
  display: none !important;
}

.retailPerformance--eR9XBogE .more--z4At4sK_ > div {
  flex-basis: 25%;
  overflow: hidden;
}
.retailPerformance--eR9XBogE .title--PBICujZC {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.retailPerformance--eR9XBogE .subTitle--eEr8xmQn {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.retailPerformance--eR9XBogE .feedback--MR7W0AGc {
  margin-left: 4px;
}
.retailPerformance--eR9XBogE .reason--Qwdl4eAC {
  margin-top: 8px;
}
.retailPerformance--eR9XBogE .reviewTagTitle--xTbvTdiw {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #666;
}
.retailPerformance--eR9XBogE .tag--h2OkwLM0 {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: var(--ba-color-bg-layout);
}
.retailPerformance--eR9XBogE .list--cMir81fX {
  max-height: 68px;
  overflow: hidden;
}

.reviews--HIOv4PtM {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.reviewsTab--cUal7xQ7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
.shadow--jPCmOslm {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.moreAction--Gag_4sHu {
  margin-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.reviewRate--xs98XA6L {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reviewRate--xs98XA6L .total--IdKGhzYp {
  display: flex;
  align-items: center;
}
.reviewRate--xs98XA6L .total--IdKGhzYp .score--hDhzWlnr {
  font-size: 20px;
  margin-right: 10px;
}
.reviewRate--xs98XA6L .detail--LLkd0gfz {
  width: 410px;
  padding: 16px;
  background: #fafafa;
  border-radius: 8px;
  list-style: none;
}
.reviewRate--xs98XA6L .detail--LLkd0gfz .item--yGEJigqt {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 16px;
}
.reviewRate--xs98XA6L .detail--LLkd0gfz .item--yGEJigqt .itemType--2prmWrp3 {
  flex: none;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reviewRate--xs98XA6L .detail--LLkd0gfz .item--yGEJigqt .itemProgress--FkPJf3dM {
  width: 144px;
}
.tagList--nN0O9_ks {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tagList--nN0O9_ks .tag--Gs3QpbM8 {
  height: '32px';
}
.reviewList--H4wHs9Ev {
  position: relative;
}
.reviewList--H4wHs9Ev .reviewUser--wpREVXzm {
  font-size: 12px;
}
.reviewList--H4wHs9Ev .productInfo--AE3wYalJ {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 8px;
}
.reviewList--H4wHs9Ev .productInfo--AE3wYalJ .productDetail--M0e880v4 {
  flex: 1;
  overflow: hidden;
}
.reviewList--H4wHs9Ev .productInfo--AE3wYalJ .productDetail--M0e880v4 .productTitle--1nntNfdI {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  all: none !important;
  /* white-space: nowrap; */
}
.reviewList--H4wHs9Ev .productInfo--AE3wYalJ .productDetail--M0e880v4 .productPrice--n7pRKlsH {
  font-size: 16;
  color: #222;
  font-weight: 700;
}
.reviewList--H4wHs9Ev .reviewContent--hT2WOMzN {
  padding-left: 16px;
  border-left: 1px solid #ddd;
}
.reviewList--H4wHs9Ev .repeatCnt--h0ZVSPGG {
  color: #767676;
}

.similarProduct--YJqYcZX8 {
  width: 196px;
}
.similar--DZCUo2es {
  margin-bottom: 80px;
}
.product--qzWOYMGC {
  overflow: hidden;
  min-width: 158px;
  max-width: 200px;
  padding: 8px;
  border-radius: var(--ba-border-radius-small);
}
.product--qzWOYMGC .images--M002tKMF {
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: var(--ba-border-radius-small);
  overflow: hidden;
  position: relative;
}
.product--qzWOYMGC .productTag--E8c7Z3Ny {
  height: 16px;
  margin-right: 8px;
  vertical-align: text-bottom;
  display: inline;
}
.product--qzWOYMGC .price--yzfJxdLj {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.product--qzWOYMGC .delivery--enH6JitI {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.product--qzWOYMGC .moq--Jcrr6dxf {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex-shrink: 0;
}
.product--qzWOYMGC .quotation--mNUTjxZt {
  position: absolute;
  top: 6px;
  right: 4px;
  height: 32px;
  padding: 8px;
  border-radius: 42px;
  box-shadow: 0 2px 6px 0 #0000001f;
  background: var(--ba-bg-primary);
  display: flex;
  align-items: center;
  z-index: 1;
  font-size: 12px;
}
.product--qzWOYMGC:hover {
  box-shadow: 0 4px 12px 0 #0000001f;
}

.base--GVVMwQ2V {
  cursor: pointer;
  --factory-icon-width: 64px;
  --factory-icon-height: 64px;
}
.base--GVVMwQ2V .logoImage--SxAxtxXL {
  width: 100%;
  height: 100%;
}
.companyName--TVv1hxQp {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.city--pbyMBRFG {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
  flex-shrink: 0;
}
.locationIcon--TaPSJMus {
  color: #222222;
}
.country--GPXLDSp8 {
  flex-shrink: 0;
  --custom-gray-2: #222222;
}
.summary--ZAZSxSdA {
  height: 22px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
.summaryItem--B1Iu_qlV {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.summaryItemPoint--RmBREtvF {
  display: block;
  width: 2px;
  height: 2px;
  background-color: #767676;
  border-radius: 50%;
  margin-right: 4px;
}
.summaryItemText--Gb76laCX {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  flex-shrink: 0;
  color: var(--ba-text-primary);
}
.summaryItemTextHighlight--L6bv3RHk {
  font-weight: 600;
}
.customCapabilityTag--CVDNLxcv {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #00346d;
  flex-shrink: 0;
}
.action--qRLPAHFW {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  height: 36px;
}
.logo--pYLC1upV {
  height: var(--factory-icon-width);
  width: var(--factory-icon-height);
  flex-shrink: 0;
}
.logo--pYLC1upV img {
  border: 1px solid var(--ba-outline-grey);
  border-radius: 4px;
}

.media--ZatVi9fl {
  width: 144px;
  height: 108px;
  border-radius: 8px;
  overflow: hidden;
}
.mediaItem--ICnqZY2q {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  padding: 0 8px;
  height: 24px;
  border-radius: 65px;
  background: rgba(34, 34, 34, 0.5);
}

.supplier--xc1twE8c {
  border-radius: 12px;
  border: 1px solid #dddddd;
  margin-bottom: 12px;
  padding-bottom: 24px;
}
.supplier--xc1twE8c .supplierMore--hE_CytFZ > div {
  flex-basis: calc(100% / 3 - 32px);
  overflow: hidden;
  /* padding-left: 8px; */
}
.supplier--xc1twE8c .label--H1iTFCZP {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.supplier--xc1twE8c .title--JZDDjhnm {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.supplier--xc1twE8c .subTitle--JLUCYxNG {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.supplier--xc1twE8c .feedback--aWd74IiH {
  margin-left: 4px;
}
.supplier--xc1twE8c .tag--Jr3m2owW {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: var(--ba-color-bg-layout);
}
.supplier--xc1twE8c .img--mGXCH62O {
  height: 20px !important;
}
.supplier--xc1twE8c .head--OitUbrUP {
  padding: 24px;
  background: rgba(230, 250, 242, 0.5);
}
.supplier--xc1twE8c .supplierMores--ytdI2PTW {
  padding: 0 24px;
}
.supplier--xc1twE8c .headTitle--zyDkf4mz {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.supplier--xc1twE8c .borders--lafNCftO {
  flex: 1;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}
.supplier--xc1twE8c .titleBlock--lVqvdB_H {
  padding-left: 24px;
  padding-right: 24px;
}
.supplier--xc1twE8c .titleBlock--lVqvdB_H .block--bfmlnAwR .item--ZljD7SMg .label--H1iTFCZP {
  font-weight: 400;
  font-size: 14px;
}
.supplier--xc1twE8c .titleBlock--lVqvdB_H .block--bfmlnAwR .item--ZljD7SMg .label--H1iTFCZP .oemIcon--Dlhs4JXo {
  margin-right: 3px;
}
.supplier--xc1twE8c .titleBlock--lVqvdB_H .block--bfmlnAwR .item--ZljD7SMg .value--wa6YcuWa {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  word-break: break-all;
  display: flex;
}
.supplier--xc1twE8c .titleBlock--lVqvdB_H .block--bfmlnAwR .item--ZljD7SMg .value--wa6YcuWa .subValue--HLjxLpPF {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
}
.supplier--xc1twE8c .titleBlock--lVqvdB_H .block--bfmlnAwR .item--ZljD7SMg .value--wa6YcuWa .subTitles--BaqRuDy0 {
  max-width: 140px;
  height: 24px;
  line-height: 16px;
  margin-left: 12px;
  font-weight: 400;
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 8px;
  background: #f4f4f4;
}
.supplier--xc1twE8c .titleBlock--lVqvdB_H .block--bfmlnAwR .item--ZljD7SMg .imageList--tqFOgDTg .img--mGXCH62O {
  width: auto;
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}
.supplier--xc1twE8c .divBlockItem--sXif9rVa {
  /* padding-right: 2px; */
}
.supplier--xc1twE8c .divBlockItem--sXif9rVa .itemLi--D6n2c9Td {
  font-weight: 400;
  font-size: 14px;
}
.supplier--xc1twE8c .divBlockItem--sXif9rVa .itemLi--D6n2c9Td .round--DFug_WdI {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #222222;
  margin-right: 7.5px;
}
.tooltipTitle--d_PFOMnQ {
  padding: 8px;
  word-break: keep-all;
}
.tooltip--SQAgbGTr {
  max-width: 280px;
}
.tooltipSubTitles--PxKinZIh {
  max-width: 440px;
}
.infoTip--OQLYTMtS {
  max-width: 100%;
}

.detail--krHgjPZq {
  padding: 16px 0 24px;
  /* background: #f5f5f5; */
  overflow-y: scroll;
  height: 100%;
}
.title--I4Fu3JhG {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 24px 0 12px 0;
}
.desc--HSz7HJm5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--ba-text-secondary);
}

.detail--ahEc2xi8 {
  padding: 16px 160px 24px;
  height: 100%;
}
.title--II7bKRRc {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 24px 0 12px 0;
}
.desc--QYoRDsMu {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--ba-text-secondary);
}

.drawerTitle--WEwkV7vu {
  display: flex;
  align-items: center;
}

.container--N5_mAXSq {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}
.anchor_sub--c0qE2RhL {
  overflow: hidden !important;
}
.padding60--te1Qv_rW {
  padding: 0 60px !important;
}
.padding24--F2DzBMoJ {
  padding: 0 24px !important;
}
.compareDrawer--ISRy45M2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.compareDrawer--ISRy45M2 .content--WDigup08 {
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex: 1;
}
.compareDrawer--ISRy45M2 .content--WDigup08:last-child {
  padding-bottom: 20px;
}
.compareDrawer--ISRy45M2 .content--WDigup08 .isBest--UgVeXPzh {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: var(--ba-color-brand);
}
.compareDrawer--ISRy45M2 .content--WDigup08 .supplier--gWuDVYbb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.compareDrawer--ISRy45M2 .content--WDigup08 .supplier--gWuDVYbb .supplierName--fi6t1TxS {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: start;
  margin-bottom: 8px;
}
.compareDrawer--ISRy45M2 .content--WDigup08 .supplier--gWuDVYbb .supplierDetail--vpagLafe {
  display: flex;
  align-items: center;
}
.compareDrawer--ISRy45M2 .content--WDigup08 .supplier--gWuDVYbb .supplierDetail--vpagLafe .summaryItem--QVZ6RDjI {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  flex-shrink: 0;
  --custom-gray-2: #222;
}
.compareDrawer--ISRy45M2 .content--WDigup08 .supplier--gWuDVYbb .supplierDetail--vpagLafe .summaryItemPoint--n_wDYnQj {
  display: block;
  width: 2px;
  height: 2px;
  background-color: #222;
  border-radius: 50%;
  margin-right: 4px;
}
.compareDrawer--ISRy45M2 .content--WDigup08 .supplier--gWuDVYbb .supplierDetail--vpagLafe .summaryItemText--NCpNBfjO {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  flex-shrink: 0;
  color: #222;
}
.compareDrawer--ISRy45M2 .content--WDigup08 .supplier--gWuDVYbb .supplierDetail--vpagLafe .summaryImage--YNUXVOF4 {
  height: 12px;
  margin-right: 2px;
}
.compareDrawer--ISRy45M2 .footer--aX4PFPjQ {
  flex-shrink: 0;
  height: 96px;
  background-color: var(--ba-bg-primary);
  z-index: 1;
}
.drawer--ciN4JPAH .ant-drawer-body {
  padding: 0;
}
.drawer--ciN4JPAH .ant-drawer-header {
  padding: 19px 24px;
}
.drawer--ciN4JPAH .ant-drawer-title {
  font-size: 16px;
  font-weight: 600;
}
.productItem--evExwXBv {
  padding: 20px 0;
  min-width: 280px;
  max-width: 360px;
}
.attributesContent--m_lPqcHM {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.attributesContent--m_lPqcHM .attributesTitle--z4Rfuh4Z {
  min-width: 240px;
  max-width: 320px;
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px;
}
.attributes--_zksof63 .attributesItem--Kon38CPE {
  flex: 1;
  min-width: 240px;
  max-width: 400px;
  padding: 0 20px;
}
.attributes--_zksof63 .attributesValue--RQjWqIEy {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  word-break: break-word;
}
.attributes--_zksof63 .reviewScore--kGV0axBr {
  --ba-color-text-secondary: #222;
  font-size: 14px;
  font-weight: 600;
  color: var(--ba-color-text-secondary);
}
.attributesKey--WbIKHOaM {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  margin-bottom: 4px;
}
.attributesImage--nuI2X6Et img {
  width: auto;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.score--M4dJon7e {
  font-weight: 600;
  font-size: 14px;
}
.subValue--Fqi2RnYD {
  font-weight: 400;
  font-size: 12px;
  color: #767676;
}
.viewMoreWrapper--BhesxaLV {
  padding: 0 20px;
}
.viewMore--mLW9u0cX {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 18px;
  border-width: 1px;
  border: 1px solid #222;
}
.viewMore--mLW9u0cX .viewMoreIcon--awxEzLfF {
  font-size: 20px;
}
.productImage--rea3kQ4S {
  min-width: 240px;
  max-width: 320px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  gap: 12px;
}
.productImage--rea3kQ4S .productTitle--SOGCOeqw {
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
}
.productImage--rea3kQ4S .imageBox--Aajy0n35 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.productImage--rea3kQ4S .imageWrapper--PoEwkM1C {
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.productImage--rea3kQ4S .imageWrapper--PoEwkM1C .bg--ZH1VuOC7 {
  background-color: rgba(0, 0, 0, 0.04);
  background-image: url(https://s.alicdn.com/@img/imgextra/i3/O1CN01qSRhfu1pB4Hte1B6J_!!6000000005321-2-tps-470-120.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  border-radius: 4px;
  pointer-events: none;
}
.productImage--rea3kQ4S .imageWrapper--PoEwkM1C img {
  height: 100%;
  border-radius: 2px;
}
.productImage--rea3kQ4S .actions--KuAzTcmV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: inherit;
}
.productImage--rea3kQ4S .actionBtn--KDrF0bUr {
  padding: 4px 24px;
  max-width: 240px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  font-weight: 600;
}
.productImage--rea3kQ4S .deleteIcon--yxZdbFFb {
  font-size: 28px;
}
.productImage--rea3kQ4S .productName--mFYHMEr3 {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--ba-bg-reverse-primary);
  word-break: break-word !important;
}
.productImage--rea3kQ4S .delete--BM_uLmVi {
  flex: 0 0 auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--ba-color-primary);
  cursor: pointer;
}
.productImage--rea3kQ4S .delete--BM_uLmVi:hover {
  background-color: #eee !important;
}
.productImageSwiper--uhnEm_Nl .imageBoxSwiper--sfihZBGv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.productImageSwiper--uhnEm_Nl .imageWrapperSwiper--nYS9YvAK {
  width: 160px;
  height: 160px;
}
.productImageSwiper--uhnEm_Nl .checkbox--eoLXDwOK {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 22;
}
.productImageSwiper--uhnEm_Nl .actionsSwiper--wM2eJyeM .actionBtnSwiper--wYHFx7e6 {
  height: 36px;
}
.productImageSwiper--uhnEm_Nl .actionsSwiper--wM2eJyeM .deleteSwiper--gAccuYcL {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
}
.hidden--ZmFpM1rp {
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
}
.imagess--rdPbF339 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.hidden--ZmFpM1rp::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.titleHidden--pXGQlewG {
  visibility: hidden;
}
.scroll--pS5g6dRR {
  margin-top: 140px;
}
.progressList--Ep5hATiQ {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.progressList--Ep5hATiQ .progressItem--Tte16Abx {
  display: flex;
  flex-direction: column;
}
.progressList--Ep5hATiQ .progressItem--Tte16Abx .progress--LgBIcfvB {
  max-width: 166px;
  height: 16px;
}
.progressList--Ep5hATiQ .progressItem--Tte16Abx .progress--LgBIcfvB .ant-progress-inner {
  margin-right: 12px;
}
.progressList--Ep5hATiQ .progressItem--Tte16Abx .progress--LgBIcfvB .ant-progress-inner .ant-progress-bg-outer {
  height: 4px !important;
}
.progressList--Ep5hATiQ .progressItem--Tte16Abx .progress--LgBIcfvB .ant-progress-text {
  font-size: 12px;
  color: #767676;
}
.unorderList--tTjkxAHe {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.unorderList--tTjkxAHe .unorderListItem--j2UXGA6q {
  margin-bottom: 8px;
}
.unorderList--tTjkxAHe .unorderListItem--j2UXGA6q:last-child {
  margin-bottom: 0;
}

.cartHeader--f090eOjh {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 56px;
  padding: 16px 24px;
}
.cartHeader--f090eOjh .title--XwaxrlH4 {
  font-size: 16px;
  font-weight: 600;
}
.cartHeader--f090eOjh .modalClose--EgwQzugn {
  cursor: pointer;
}
.cartHeader--f090eOjh .modalClose--EgwQzugn :hover {
  background-color: #ddd;
  border-radius: 6px;
}
.cartContent--sL4n_Geb {
  height: calc(100vh - (56px + 20px + 60px + 20px));
}

.container--MrjThFSd {
  --btn-color: #222;
  max-height: 95vh;
  max-width: 95vw;
  box-sizing: border-box;
  overflow: auto;
  border-radius: 12px;
  flex-shrink: 0;
}
.container--MrjThFSd a {
  color: #767676;
  text-decoration: underline;
  cursor: pointer;
}
.container--MrjThFSd a:focus,
.container--MrjThFSd a:active,
.container--MrjThFSd a:hover,
.container--MrjThFSd a:link,
.container--MrjThFSd a:visited {
  color: #767676;
  text-decoration: underline;
}
.customModal--QkFJPQac .ant-modal-content {
  padding: 0;
}
.mobile--kXWunnwo .ant-modal-content {
  padding: 0 !important;
}
.loading--tFJeDBpM {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading--tFJeDBpM .loadingIcon--VOis6wvu {
  animation: spin--C9jDnojr 1s linear infinite;
}
@keyframes spin--C9jDnojr {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#baxia-dialog-content {
  width: 100%;
}
.nc_wrapper {
  width: 100% !important;
}
.nc_wrapper .nc_scale {
  height: 48px;
  border-radius: 4px;
}
.nc_wrapper .nc_scale span {
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
}
.nc_wrapper .nc_scale .nc_bg {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.nc_wrapper .nc_scale span.nc-lang-cnt[data-nc-lang='_startTEXT'] {
  width: calc(100% - 48px);
  margin-inline-start: 38px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.signIn--AbIZKSk5 .signInContent--IlVBkNEC {
  max-height: 660px;
  padding-block: 54px 16px;
  padding-inline: 32px;
}
.signIn--AbIZKSk5 .loginMobile--MS7OjAJV {
  padding-inline: 16px !important;
}
.signIn--AbIZKSk5 .protected--Gh3ecCvR {
  color: #148d59;
  background: #e2f7ef;
  border-radius: 5px;
  padding-block: 7px;
  gap: 5px;
}
.signIn--AbIZKSk5 .partnered--XbtW8d4Z {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.signIn--AbIZKSk5 .form--BW5QnKGG {
  font-size: 14px;
  color: #222;
  box-sizing: border-box;
  flex: 1;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .xsi_title {
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: bold;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .xsi_tips {
  margin: 20px 0;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .xsi_tips.xsi_subtitle {
  text-align: center;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .xsi_tips .to-login {
  text-decoration: underline;
  margin-inline-start: 8px;
  cursor: pointer;
  font-weight: 600;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .quick-xsi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .quick-xsi .xsi_email {
  font-weight: bold;
  margin: 27px 0 0;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .quick-xsi .xsi_tips {
  cursor: pointer;
  letter-spacing: -0.09px;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .quick-xsi .to-login {
  color: #222;
  text-decoration: underline;
  font-weight: 600;
  margin: 0 2px;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .quick-xsi .xsi_subtitle {
  margin: 8px 0 0;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .xsi_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  border-radius: 24px;
  background-color: var(--btn-color);
  border: 0;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  gap: 8px;
}
.signIn--AbIZKSk5 .form--BW5QnKGG .xsi_button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.signIn--AbIZKSk5 .form--BW5QnKGG #xsi_nc {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .signIn--AbIZKSk5 .signInContent--IlVBkNEC {
    width: 480px;
  }
}

.loadingIcon--zZDLgeX1 {
  animation: spin--wZkmQ2wq 1s linear infinite;
}
@keyframes spin--wZkmQ2wq {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.xsi_main {
  display: flex;
  flex-direction: column;
}
.xsi_main .input-error {
  color: #e52828;
}
.xsi_main .xsi_action {
  margin-top: 8px;
}
.xsi_main .forgot-password {
  display: inline-block;
  font-weight: 600;
  color: #222;
  text-decoration: underline;
  cursor: pointer;
}
.xsi_main .other-xsi {
  margin-top: auto;
}
.xsi_main .other-xsi .separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.xsi_main .other-xsi .separator::before, .xsi_main .other-xsi .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ddd;
  margin: 0 10px;
}

.xman-input-wrapper {
  display: inline-flex;
  position: relative;
  width: 100%;
  min-width: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}
.xman-input-wrapper.password-input {
  margin-top: 12px;
}
.xman-input-wrapper .xman-input {
  border: 0;
  width: 100%;
  font-size: 1em;
  display: inline-block;
  box-sizing: border-box;
  line-height: 2.466em;
  height: 48px;
  vertical-align: top;
  outline: 0;
  background: 0 0;
  padding: 21px 12px 8px;
}
.xman-input-wrapper .xman-input[type='password'] {
  line-height: 0.8em;
  letter-spacing: 3px;
  font-weight: 800;
  overflow: hidden;
}
.xman-input-wrapper .xman-input:-webkit-autofill,
.xman-input-wrapper .xman-input:-webkit-autofill:hover,
.xman-input-wrapper .xman-input:-webkit-autofill:focus,
.xman-input-wrapper .xman-input:-webkit-autofill:active {
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
  transition: color 11111s ease-out, background-color 111111s ease-out;
  transition-delay: 111111s;
}
.xman-input-wrapper .xman-input-label {
  position: absolute;
  top: 15px;
  left: 12px;
  color: #888;
  padding: 0;
  transition-timing-function: ease-in;
  transition-duration: 0.125s;
  z-index: 0;
  pointer-events: none;
  width: calc(100% - 24px);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.xman-input-wrapper .xman-input-entered ~ .xman-input-label,
.xman-input-wrapper .xman-input:focus ~ .xman-input-label,
.xman-input-wrapper .xman-input:valid[required] ~ .xman-input-label,
.xman-input-wrapper .xman-input[placeholder] ~ .xman-input-label {
  font-size: 0.8em;
  line-height: 1.5;
  letter-spacing: -0.01em;
  top: 4px;
  color: #767676;
}
.xman-input-wrapper .xman-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
  margin-inline-start: 4px;
  margin-inline-end: 13px;
}
.xman-input-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.xman-input-wrapper-disabled .xman-input {
  cursor: not-allowed;
}
.xman-input-wrapper-focused {
  border-color: #222;
}
.xman-input-wrapper-error {
  border-color: #e52828;
}

.xsu-common_error {
  margin-top: 4px;
  font-size: 12px;
  color: #e52828;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.thirdLogin--s5oPJOtb {
  display: flex;
}
.thirdLogin--s5oPJOtb .icon-alibaba--yRyJdIMx {
  background-image: url(https://s.alicdn.com/@img/imgextra/i4/O1CN01XGbJN41Z60EeuDFAW_!!6000000003144-2-tps-144-144.png);
}
.thirdLogin--s5oPJOtb .icon-google--tRjQyU12 {
  background-image: url(https://s.alicdn.com/@img/imgextra/i2/O1CN01uIUqMh1J4bAS9hSn6_!!6000000000975-2-tps-144-144.png);
}
.thirdLogin--s5oPJOtb .icon-facebook--mleG2lK6 {
  background-image: url(https://s.alicdn.com/@img/imgextra/i2/O1CN01w8blJZ1x633ISAOeJ_!!6000000006393-2-tps-144-144.png);
}
.thirdLogin--s5oPJOtb .icon-linkedin--vBZmGT7k {
  background-image: url(https://s.alicdn.com/@img/imgextra/i3/O1CN01AWjXq01Fls7vly8ag_!!6000000000528-2-tps-144-144.png);
}
.thirdLogin--s5oPJOtb .divider--S72qGm6A {
  border-top: 1px solid #ddd;
  width: 100%;
  height: 0;
  position: relative;
  margin: 16px 0;
}
.thirdLogin--s5oPJOtb .divider--S72qGm6A .dividerText--UJD0lR1T {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 8px;
  font-size: 14px;
}
.thirdLogin--s5oPJOtb.small--Ge1Tnm09 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.thirdLogin--s5oPJOtb.small--Ge1Tnm09 .iconWrapper--AoHt_oS9 {
  cursor: pointer;
}
.thirdLogin--s5oPJOtb.small--Ge1Tnm09 .iconWrapper--AoHt_oS9 .icon--A3Tw07w5 {
  display: block;
  height: 48px;
  width: 48px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.thirdLogin--s5oPJOtb.long--R_H3tFm5 {
  flex-direction: column;
  gap: 16px;
}
.thirdLogin--s5oPJOtb.long--R_H3tFm5 .itemWrapper--_yPia5hU {
  position: relative;
  padding: 6px 0;
  border: 1px solid #ddd;
  border-radius: 30px;
  cursor: pointer;
}
.thirdLogin--s5oPJOtb.long--R_H3tFm5 .itemWrapper--_yPia5hU .icon--A3Tw07w5 {
  display: block;
  width: 100%;
  height: 32px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: 16%;
}
.thirdLogin--s5oPJOtb .text--A70n0tKA {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: calc(16% + 40px);
  right: 16px;
  font-weight: 600;
  font-size: 16px;
  pointer-events: none;
}
.thirdLogin--s5oPJOtb .ellipsis--A3gd_Vvl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.loadingIcon--o6VLxpmc {
  margin: 0 8px;
  animation: spin--UHrExiAZ 1s linear infinite;
}
@keyframes spin--UHrExiAZ {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.container--HLL4QHyF .title--vCgjCycq {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
.container--HLL4QHyF .subtitle--xIy5_PVI {
  font-size: 14px;
  color: #222;
  margin-bottom: 12px;
  font-weight: 400;
}
.container--HLL4QHyF .action--noqPCoGY {
  padding-top: 16px;
}
.container--HLL4QHyF .action--noqPCoGY .btnToMain--HrHT2_Y9 {
  border-color: #ddd;
}

.xman-button {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
}
.xman-button.xman-button-secondary {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
  font-size: 16px;
}
.xman-button.xman-button-primary {
  border-width: 0;
  background-color: var(--btn-color);
  color: #fff;
  font-size: 16px;
}
.xman-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.xman-button-disabled.xman-button-primary {
  opacity: 0.5;
}
.xman-button-disabled.xman-button-secondary {
  border-color: #d9d9d9;
}
.xman-button-a-tag:link,
.xman-button-a-tag:visited,
.xman-button-a-tag:hover,
.xman-button-a-tag:active,
.xman-button-a-tag:focus {
  text-decoration: none;
}

.container--2u0YXJQN .title--S47kdUo_ {
  margin-bottom: 16px;
  font-size: 16px;
}
.container--2u0YXJQN .thirdLogin--GNpTcuxj {
  margin-bottom: 16px;
}
.container--2u0YXJQN .more--Ff59bolI {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.container--2u0YXJQN .terms--Lqi1Twvm {
  font-size: 12px;
  text-align: center;
  color: #767676;
}
.container--2u0YXJQN .terms--Lqi1Twvm a {
  color: #767676;
  text-decoration: underline;
  cursor: pointer;
}
.container--2u0YXJQN .terms--Lqi1Twvm a:focus,
.container--2u0YXJQN .terms--Lqi1Twvm a:active,
.container--2u0YXJQN .terms--Lqi1Twvm a:hover,
.container--2u0YXJQN .terms--Lqi1Twvm a:link,
.container--2u0YXJQN .terms--Lqi1Twvm a:visited {
  color: #767676;
  text-decoration: underline;
}

.agreementElement--ezcsCUs5 .agreementElementTextContainer--PS1VA2uh {
  position: relative;
  flex: 1;
}
.agreementElement--ezcsCUs5 .agreementElementText--n87Hf3HN {
  line-height: 1.5;
  text-align: left;
  font-size: 12px;
  color: #767676;
}
.agreementElement--ezcsCUs5 .agreementElementText--n87Hf3HN.collapsed--rEbsNPct {
  max-width: 355px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 36px;
}
.agreementElement--ezcsCUs5 .agreementElementText--n87Hf3HN.collapsed--rEbsNPct.isQuickOAuth--SReaO6wE {
  max-width: 265px;
}
.agreementElement--ezcsCUs5 .agreementElementText--n87Hf3HN.expanded--L8PnAwsm {
  display: block;
}
.agreementElement--ezcsCUs5 .expandButton--SZc1VXV6 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to left, #fff 70%, transparent 30%);
  border: none;
  color: #767676;
  font-size: 12px;
  cursor: pointer;
  padding: 0 4px 0 8px;
  line-height: 1.5;
  display: none;
  /* 默认隐藏 */
  align-items: center;
  gap: 2px;
  text-decoration: underline;
  background: #fff;
}
/* 当文本内容实际需要的高度超过36px时，显示more按钮 */
.agreementElementText--n87Hf3HN.collapsed--rEbsNPct {
  position: relative;
  /* 创建一个隐藏的副本来检测真实高度 */
}
.agreementElementText--n87Hf3HN.collapsed--rEbsNPct::before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
@supports selector(:has(*)) {
  .agreementElementTextContainer--PS1VA2uh:has(.collapsed--rEbsNPct) .expandButton--SZc1VXV6 {
    display: flex;
  }
  .agreementElementTextContainer--PS1VA2uh:has(.expanded--L8PnAwsm) .expandButton--SZc1VXV6 {
    display: none;
  }
}

.signUpDom--Hxk_TIy9 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.isShow--WM_I8WDm {
  display: none;
}
.signUp--DQNNqy3o {
  position: relative;
  z-index: 999;
}
.signUp--DQNNqy3o .signUpContent--jLO52aa4 {
  max-height: 660px;
  padding-block: 54px 16px;
  padding-inline: 32px;
  overflow-y: auto;
}
.signUp--DQNNqy3o .isLogin--RALuDclb {
  max-height: 100%;
}
.signUp--DQNNqy3o .loginMobile--rp1VDhve {
  padding-inline: 16px !important;
}
.signUp--DQNNqy3o .protected--fe85WSAD {
  color: #148d59;
  background: #e2f7ef;
  border-radius: 5px;
  padding-block: 7px;
  gap: 5px;
}
.signUp--DQNNqy3o .partnered--jxnSLoby {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.xsu-covers {
  display: flex;
  justify-content: center;
  position: relative;
  width: 500px;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.xsu-covers .xsu_img {
  width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.xsu-covers .xsu_intro {
  z-index: 1;
  align-self: flex-end;
  width: 440px;
  margin-bottom: 47px;
}
.xsu-covers .xsu_intro .xsu_title {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}
.xsu-covers .xsu_intro .xsu_desc {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 960px) {
  .signUp--DQNNqy3o .signUpContent--jLO52aa4 {
    width: 480px;
  }
}

.overlay--ZuOr96u5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.close--gXSB_YtE {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f4f4f4;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.inviteCard--ODxF4Z2a {
  width: 100%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  padding: 28px;
}
.header--hAk5vrhG {
  padding: 28px 16px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
}
.closeButton--rdaSlOeg {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.closeButton--rdaSlOeg:hover {
  background: rgba(0, 0, 0, 0.05);
}
.closeButton--rdaSlOeg svg {
  width: 16px;
  height: 16px;
  color: #666;
}
.headerText--B3BmqgM6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.title--YIexVmMj {
  font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.19335938em;
  text-align: center;
  color: #222222;
  margin: 0;
}
.subtitle--xsKi1OHk {
  font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.36200006em;
  letter-spacing: -0.4%;
  text-align: center;
  color: #222222;
  margin: 0;
  width: 100%;
}
.content--jwK4VdzC {
  padding: 24px 24px 32px;
  background: linear-gradient(180deg, #e8fff5 0%, #cbf4e2 100%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 16px;
  margin-block: 24px;
}
.mainTitle--lD3VZAnH {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 274.62px;
}
.brandTitle--HGTURqf0 {
  font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.36199999em;
  color: #111111;
  margin: 0;
}
.brandSubtitle--twQvWY4Y {
  font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.36199999em;
  color: #767676;
  margin: 0;
}
.features--tDZT8bmV {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature--QhiESVYE {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.featureTitle--GoCnjcjc {
  font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.36200006em;
  color: #111111;
  margin: 0;
}
.featureTitle--GoCnjcjc .highlight--f0FQKgQ7 {
  color: #00b574;
}
.featureDescription--TebwZetP {
  font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.36199999em;
  color: #767676;
  margin: 0;
}
.buttonContainer--q8DdTAqv {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 44px;
}
.signupButton--MDmNl7_a {
  background: #222222;
  border: none;
  border-radius: 22px;
  padding: 0px 16px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.signupButton--MDmNl7_a:hover {
  background: #333333;
}
.signupButton--MDmNl7_a:active {
  background: #111111;
}
.buttonText--WxTKTY37 {
  font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.36199999em;
  letter-spacing: -0.4%;
  color: #ffffff;
  margin: 0;
}

@media screen and (min-height: 830px) {
  .xsu-ci {
    --ci-margin-top: 40px;
    --form-item-margin-top: 16px;
    --terms-margin: 20px;
  }
  .xsu-common_title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-height: 830px) {
  .xsu-ci {
    --ci-margin-top: 20px;
    --form-item-margin-top: 16px;
    --terms-margin: 20px;
  }
}
@media screen and (max-height: 800px) {
  .xsu-ci {
    --ci-margin-top: 20px;
    --form-item-margin-top: 12px;
    --terms-margin: 20px;
  }
  .xsu-common_title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.xsu {
  /** 邮箱校验部分样式 */
  /** 验证码部分样式 */
  /** 信息填写部分 */
  /** 人机验证样式覆盖 */
  /** 三方登录样式 */
  /** 动画部分 */
}
.xsu-company {
  color: #808080;
  margin-bottom: 16px;
  height: 24px;
}
.xsu-company_location {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.xsu-company_img {
  width: 24px;
  height: 16px;
  margin-right: 4px;
  margin-left: 6px;
}
.xsu-company_countrys {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.xsu-company_country {
  font-size: 16px;
  color: #808080;
  margin-right: 8px;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xsu-company_dropdown {
  width: 300px;
}
.xsu-company_dropdown_hr {
  margin: 8px 0 20px;
  background-color: #ddd;
}
.xsu-company_dropdown_category {
  font-size: 14px;
  color: #767676;
  margin-top: 20px;
  margin-bottom: 12px;
}
.xsu-company_dropdown_search {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
.xsu-common_title {
  font-size: 24px;
  font-weight: bold;
  min-height: 38px;
  line-height: 38px;
  margin-bottom: 8px;
}
.xsu-common_desc {
  font-size: 14px;
  line-height: 20px;
}
.xsu-common_email {
  word-wrap: break-word;
  white-space: pre-wrap;
}
.xsu-verify_title {
  margin-bottom: 24px;
}
.xsu-email_gap {
  width: 100%;
  height: 1px;
  margin-top: 32px;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xsu-email_gap span {
  background-color: #fff;
  padding: 0 7px;
}
.xsu-email_input {
  margin: 32px 0 0;
}
.xsu-email_continue {
  font-size: 16px;
  margin-top: 16px;
  background-color: var(--btn-color);
}
.xsu-email_switch {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 8px;
}
.xsu-email_switch_text {
  font-weight: 600;
  margin-inline-start: 8px;
  text-decoration: underline;
  cursor: pointer;
}
.xsu-email_terms {
  color: #767676;
  font-size: 12px;
  margin-top: 32px;
  text-align: center;
}
.xsu-vc {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 32px;
}
.xsu-vc_input {
  margin-bottom: 4px;
}
.xsu-vc_resend {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 28px;
}
.xsu-vc_resend span {
  margin-inline-start: 8px;
  font-weight: 600;
}
.xsu-vc_resend_text {
  text-decoration: underline;
  cursor: pointer;
}
.xsu-vc_continue {
  background-color: var(--btn-color);
}
.xsu-vc_back {
  margin-top: 12px;
}
.xsu-ci {
  transform: translate();
  margin-top: calc(20px - var(--form-item-margin-top));
  font-size: 0;
  /** 条款 */
}
.xsu-ci_demo_account {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.xsu-ci_form_item {
  margin-top: var(--form-item-margin-top);
}
.xsu-ci_form_item.xsu-ci_phone_country {
  width: 108px;
}
.xsu-ci_form_item.xsu-ci_phone_area {
  flex-shrink: 0;
  width: 108px;
  /* 针对Firefox */
}
.xsu-ci_form_item.xsu-ci_phone_area input::-webkit-outer-spin-button,
.xsu-ci_form_item.xsu-ci_phone_area input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.xsu-ci_form_item.xsu-ci_phone_area input[type='number'] {
  -moz-appearance: textfield;
}
.xsu-ci_form_item.xsu-ci_phone_number {
  width: 50%;
  /* 针对Firefox */
}
.xsu-ci_form_item.xsu-ci_phone_number input::-webkit-outer-spin-button,
.xsu-ci_form_item.xsu-ci_phone_number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.xsu-ci_form_item.xsu-ci_phone_number input[type='number'] {
  -moz-appearance: textfield;
}
.xsu-ci_choose_type {
  font-size: 14px;
}
.xsu-ci_name-wrapper {
  display: flex;
}
.xsu-ci_name-wrapper .xsu-common_error {
  width: 50%;
}
.xsu-ci_name-wrapper > :not(:first-child) {
  margin-inline-start: 8px;
}
.xsu-ci_terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: var(--terms-margin) 0;
  font-size: 12px;
  line-height: 22px;
  color: #767676;
}
.xsu-ci_confirm {
  background-color: var(--btn-color);
  margin-top: 32px;
}
.xsu-nc {
  margin-top: 12px;
  height: 36px;
}
.xsu-third-login {
  margin-top: 0;
  padding: 0;
}
.xsu-registration {
  flex: 1;
}
.xsu-registration_fade {
  display: flex;
  flex-direction: column;
}
.xsu-registration_fade-enter {
  opacity: 0;
  transform: translateX(0);
}
.xsu-registration_fade-enter-active {
  opacity: 1;
  transform: translateX(0%);
  transition-timing-function: cubic-bezier(0.8, 0, 0.65, 1);
  transition: opacity 200ms,
          transform 200ms;
}
.xsu-registration_fade-exit {
  opacity: 1;
  transform: translateX(0%);
}
.xsu-registration_fade-exit-active {
  opacity: 0;
  transform: translateX(20pt);
  transition-timing-function: cubic-bezier(0.8, 0, 0.65, 1);
  transition: opacity 200ms,
          transform 200ms;
}

.xman-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  width: 100%;
}
.xman-input-container input::-moz-placeholder {
  font-size: 14px;
  color: #767676;
}
.xman-input-container input::placeholder {
  font-size: 14px;
  color: #767676;
}
.xman-input-icon {
  margin-right: 8px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xman-input-field {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 4px 0;
}
.xman-input-field::-moz-placeholder {
  color: #aaa;
  font-size: 16px;
}
.xman-input-field::placeholder {
  color: #aaa;
  font-size: 16px;
}

.xsu-country-radio-container {
  height: 280px;
  overflow-y: auto;
}
.xsu-country-radio-item {
  display: flex;
  align-items: center;
  padding: 12px 8px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}
.xsu-country-radio-item input[type='radio'] {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ddd;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.xsu-country-radio-item input[type='radio']:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #222;
}
.xsu-country-radio-item input[type='radio']:checked::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #222;
  /* 修改为你需要的颜色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xsu-country-flag {
  width: 20px;
  height: 13px;
  margin-right: 12px;
}
.xsu-country-name {
  flex: 1;
  color: #222;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xsu-radio-button {
  width: 20px;
  height: 20px;
}

.xsu-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.xsu-checkbox:hover .xsu-checkbox-inner {
  border-color: #222;
}
.xsu-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  border-color: #d9d9d9;
  background-color: #fff;
  transition: border-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.xsu-checkbox-inner:after {
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 0;
  display: table;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation-duration: 0.3s;
  animation-name: amCheckboxOut;
}
.xsu-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.xsu-checkbox-input[type='checkbox'] {
  margin: 0;
  padding: 0;
}
.xsu-checkbox-checked:hover .xsu-checkbox-inner {
  border-color: #222;
}
.xsu-checkbox-checked .xsu-checkbox-inner {
  border-color: #222;
  background-color: #222;
}
.xsu-checkbox-checked .xsu-checkbox-inner:after {
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 1px;
  display: table;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation-duration: 0.3s;
  animation-name: amCheckboxOut;
}
@media print {
  .xsu-checkbox-checked .xsu-checkbox-inner {
    box-shadow: inset 0 0 0 16px #222;
  }
}
.xsu-checkbox-disabled.xsu-checkbox-checked:hover .xsu-checkbox-inner {
  border-color: #d9d9d9;
}
.xsu-checkbox-disabled.xsu-checkbox-checked .xsu-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #d9d9d9;
}
.xsu-checkbox-disabled.xsu-checkbox-checked .xsu-checkbox-inner:after {
  animation-name: none;
  border-color: #ccc;
}
@media print {
  .xsu-checkbox-disabled.xsu-checkbox-checked .xsu-checkbox-inner {
    box-shadow: inset 0 0 0 16px #f3f3f3;
  }
}
.xsu-checkbox-disabled:hover .xsu-checkbox-inner {
  border-color: #d9d9d9;
}
.xsu-checkbox-disabled .xsu-checkbox-inner {
  border-color: #d9d9d9;
  background-color: #f3f3f3;
}
.xsu-checkbox-disabled .xsu-checkbox-inner:after {
  animation-name: none;
  border-color: #f3f3f3;
}
.xsu-checkbox-disabled .xsu-checkbox-inner-input {
  cursor: default;
}
@keyframes amCheckboxIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(45deg);
  }
}
@keyframes amCheckboxOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.accountLink--wRjEphVq {
  width: 480px;
  padding: 54px 54px 32px;
}
.header--ynMr3HSZ {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.header--ynMr3HSZ .icon--hXvgS1pE {
  width: 38px;
  height: 38px;
}
.header--ynMr3HSZ .title--XhlUYGF2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.header--ynMr3HSZ .divider--OtNwepUR {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 20px 0 28px 0;
}
.content--dCUWoOeG {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #222;
}
.content--dCUWoOeG .title--XhlUYGF2 {
  font-size: 16px;
  font-weight: 600;
}
.content--dCUWoOeG .desc--po7IqyCx {
  font-size: 14px;
  line-height: 18px;
}
.content--dCUWoOeG .desc--po7IqyCx strong {
  font-weight: 600px;
}
.content--dCUWoOeG .logo--jQofDtwN {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.content--dCUWoOeG .logo--jQofDtwN img {
  border-radius: 8px;
  vertical-align: middle;
}
.content--dCUWoOeG .terms--PCd1RDKg {
  color: #767676;
  font-size: 12px;
}
.content--dCUWoOeG .terms--PCd1RDKg .checkbox--jWNX256Y {
  margin-right: 10px;
}
.content--dCUWoOeG .terms--PCd1RDKg .agreeAll--FsqARimY {
  text-decoration: underline;
  color: #222;
  margin-left: 3px;
  cursor: pointer;
}
.content--dCUWoOeG .btnGroup--WvpFYzg_ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.tipsGroup--_uFn17Gy {
  margin-top: -8px;
}
.tipsGroup--_uFn17Gy .tips--gVpgC5TH {
  color: #b3261e;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, ease);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  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 {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.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: translateX(-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: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.banner--xe8Rpcjr {
  width: 480px;
  overflow: hidden;
  flex: none;
}
.banner--xe8Rpcjr .image--h5RiSLFM {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner--xe8Rpcjr .pagination--pky3zJv2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.banner--xe8Rpcjr .bulletClass--lmsu2NjD {
  display: block;
  width: 8px;
  margin-right: 4px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
}
.banner--xe8Rpcjr .bulletActiveClass--VzBUpMEZ {
  width: 12px;
  background: #fff;
}
@media (max-width: 960px) {
  .banner--xe8Rpcjr.banner--xe8Rpcjr {
    display: none;
  }
}

.app--Tnv36mS8 {
  height: 100%;
  background-color: var(--ba-bg-primary);
  transition: background-color 0.6s ease, color 0.6s ease, opacity 0.6s ease;
}

.wrapper--A7sytVpi {
  display: flex;
  position: relative;
}
.skeletonCard--DEYWGfLE {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  background-color: #fff;
  width: 293.36px;
  flex: none;
  height: 574px;
  box-sizing: border-box;
}
.skeletonCard--DEYWGfLE .skeletonLine--lSOSTr25,
.skeletonCard--DEYWGfLE .skeletonIcon--tbKfdlUL {
  background-color: #e0e0e0;
  border-radius: 4px;
  background-size: 600px;
}
.skeletonCard--DEYWGfLE .title--kYNwGg0u {
  height: 24px;
  width: 40%;
  margin-bottom: 8px;
}
.skeletonCard--DEYWGfLE .subtitle--dXwUn1Sf {
  height: 36px;
  width: 60%;
  margin-bottom: 24px;
}
.skeletonCard--DEYWGfLE .button--o_wAE6qy {
  height: 48px;
  width: 100%;
  border-radius: 9999px;
  margin-bottom: 24px;
}
.skeletonCard--DEYWGfLE .featureList--TY1EMMLp {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.skeletonCard--DEYWGfLE .featureItem--uPVLznHJ {
  display: flex;
  align-items: center;
  gap: 12px;
}
.skeletonCard--DEYWGfLE .featureItem--uPVLznHJ .skeletonIcon--tbKfdlUL {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.skeletonCard--DEYWGfLE .featureItem--uPVLznHJ .featureText--_dcs4nDU {
  height: 16px;
  width: 100%;
}
.skeletonCard--DEYWGfLE .featureItem--uPVLznHJ:nth-child(3) .featureText--_dcs4nDU {
  width: 80%;
}
.skeletonCard--DEYWGfLE .featureItem--uPVLznHJ:nth-child(5) .featureText--_dcs4nDU {
  width: 90%;
}
.skeletonCard--DEYWGfLE .featureItem--uPVLznHJ:nth-child(7) .featureText--_dcs4nDU {
  width: 75%;
}
@media screen and (min-width: 651px) {
  .pc--fpHDyec2 {
    overflow: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-direction: column;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
  }
  .pc--fpHDyec2 .mainTitle--rLlK9U3G {
    margin-top: 56px;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  .pc--fpHDyec2 .segmented--fX2wus5K {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
  }
  .pc--fpHDyec2 .segmented--fX2wus5K .skeletonSegmented--efIZeN4Q {
    width: 353px;
    height: 44px;
    border-radius: 12px;
    background-color: #e0e0e0;
  }
  .pc--fpHDyec2 .list--N0ftdIIz {
    width: 100%;
    max-width: none;
    display: flex;
    gap: 24px;
    justify-content: center;
  }
}
@media screen and (min-width: 651px) and (max-width: 1023px) {
  .pc--fpHDyec2 .list--N0ftdIIz {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .wap--Pj_KKtBh {
    padding-block: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wap--Pj_KKtBh .mainTitle--rLlK9U3G {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-inline: 24px;
  }
  .wap--Pj_KKtBh .segmented--fX2wus5K {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
  }
  .wap--Pj_KKtBh .segmented--fX2wus5K .skeletonSegmented--efIZeN4Q {
    min-width: 206px;
    height: 44px;
    border-radius: 12px;
    background-color: #e0e0e0;
  }
  .wap--Pj_KKtBh .list--N0ftdIIz {
    display: flex;
    overflow: auto;
    padding: 0 56px;
    gap: 74px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .wap--Pj_KKtBh .list--N0ftdIIz::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .wap--Pj_KKtBh .list--N0ftdIIz .skeletonCard--DEYWGfLE {
    width: 310px;
    height: 588px;
    flex: none;
  }
}

.bannerModuleContainer--guKMISxk {
  background-image: url('https://s.alicdn.com/@img/imgextra/i1/O1CN01P28UAs1OuQ8v0uRTO_!!6000000001765-2-tps-4320-1866.png');
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-color: #fff;
  padding: 202px 120px 100px 120px;
}
.bannerModuleContainer--guKMISxk .top--lEcGWgtn .title--BbaFsMrS,
.bannerModuleContainer--guKMISxk .top--lEcGWgtn .desc--HrBp2twA,
.bannerModuleContainer--guKMISxk .top--lEcGWgtn .content--GMvJIeo2 {
  font-weight: 600;
  font-size: 56px;
  line-height: 66px;
  color: #000;
}
.bannerModuleContainer--guKMISxk .top--lEcGWgtn .descBox--ASUQhRcM .desc--HrBp2twA {
  margin-right: 8px;
}
.bannerModuleContainer--guKMISxk .top--lEcGWgtn .descBox--ASUQhRcM .content--GMvJIeo2 {
  color: #1ead6f !important;
}
.bannerModuleContainer--guKMISxk .bottom--lSbs7SU2 {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.bannerModuleContainer--guKMISxk .bottom--lSbs7SU2 .mobileInput--KQpwahbw {
  width: 100%;
  height: 116px;
  background: #fff;
  border-radius: 24px;
  padding: 12px 16px;
  box-sizing: border-box;
}
.bannerModuleContainer--guKMISxk .bottom--lSbs7SU2 .mobileInput--KQpwahbw .textareaInput--jbLDEhei {
  border: none;
  outline: none;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  box-sizing: border-box;
}
.bannerModuleContainer--guKMISxk .bottom--lSbs7SU2 .mobileInput--KQpwahbw .bottomOptions--IXdqeZ9u .leftAgentMode--SVcsUkMc {
  padding: 6px 12px;
  font-family: Noto Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 28px;
}
.bannerModuleContainer--guKMISxk .bottom--lSbs7SU2 .mobileInput--KQpwahbw .bottomOptions--IXdqeZ9u .rightOtherOptions--gNtzMc5V .photo--ZEP8aJ6O {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.bannerModuleContainer--guKMISxk .bottom--lSbs7SU2 .mobileInput--KQpwahbw .bottomOptions--IXdqeZ9u .rightOtherOptions--gNtzMc5V .ask--TSq4hkmA {
  background: #ddd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
}
.bannerModuleContainer--guKMISxk .bottom--lSbs7SU2 .mobileInput--KQpwahbw .bottomOptions--IXdqeZ9u .rightOtherOptions--gNtzMc5V .ask--TSq4hkmA.active--iSPE9VTF {
  background: #222;
}
.scrollTextContainer--A4iQwtvz {
  position: relative;
  height: 66px;
  overflow: hidden;
}
.scrollTextWrapper--Dw4UtBdT {
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 650px) {
  .bannerModuleContainer--guKMISxk {
    background-image: url('https://s.alicdn.com/@img/imgextra/i4/O1CN01VxHgOI1n2Fh3PH4d5_!!6000000005031-2-tps-1170-1350.png');
    width: 100%;
    height: 412px;
    padding: 0 16px 88px;
    box-sizing: border-box;
    justify-content: flex-end !important;
    gap: 16px !important;
  }
  .bannerModuleContainer--guKMISxk .top--lEcGWgtn .title--BbaFsMrS,
  .bannerModuleContainer--guKMISxk .top--lEcGWgtn .desc--HrBp2twA,
  .bannerModuleContainer--guKMISxk .top--lEcGWgtn .content--GMvJIeo2 {
    font-size: 24px;
    line-height: 36px;
  }
  .bannerModuleContainer--guKMISxk .bottom--lSbs7SU2 .mobileInput--KQpwahbw {
    min-height: 118px;
  }
  .scrollTextContainer--A4iQwtvz {
    height: 36px;
  }
}
.smartFlow--tDCjmJFU {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 6px 6px 6px 12px;
  font-size: 14px;
  color: #767676;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
}
.smartFlow_checked--HkGjYXEC {
  border: none;
  background: transparent;
  padding-left: 13px;
  padding-right: 7px;
}
.smartFlow_checked--HkGjYXEC .smartFlowTitle--ebhtXOmO {
  color: #1ead6f;
}
.smartFlow_checked--HkGjYXEC::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(190deg, #0ce084 22.74%, #00e39f 50%, #4fe1fa 77.26%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
.smartFlow_checked--HkGjYXEC::after {
  content: '';
  position: absolute;
  inset: 1px;
  background: #e6faf2;
  border-radius: calc(20px - 1px);
}
.smartFlow--tDCjmJFU .smartFlowTitle--ebhtXOmO {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .sendBoxTextArea--jHyEeMQx textarea {
    min-height: 100px !important;
    height: 100px !important;
  }
}

.videoWrapper--fQzBcswJ {
  position: relative;
}
.videoWrapper--fQzBcswJ .cover--H1d4x6Os {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
}

.featuresModule--nf5Th2ql {
  min-height: 1085px;
  width: 100%;
  overflow: hidden;
}
.featuresModule--nf5Th2ql .content--LTthE57j {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.featuresModule--nf5Th2ql .title--h6IIUiUe {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 60px 0 40px;
}
.featuresModule--nf5Th2ql .swiper--VvID8kTb,
.featuresModule--nf5Th2ql .swiperThumbs--ZsSvoe10 {
  max-width: 1200px;
  width: calc(100% - 80px);
  height: 100%;
  margin-bottom: 41px;
}
@media screen and (max-width: 600px) {
  .featuresModule--nf5Th2ql {
    min-height: auto;
  }
  .featuresModule--nf5Th2ql .content--LTthE57j {
    min-width: 360px;
  }
  .featuresModule--nf5Th2ql .title--h6IIUiUe {
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24.2px;
  }
  .featuresModule--nf5Th2ql .swiper--VvID8kTb {
    margin-bottom: 20px;
    width: calc(100% - 24px);
  }
  .featuresModule--nf5Th2ql .swiperThumbs--ZsSvoe10 {
    margin-bottom: 12px;
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 600px) {
  .swiperThumbs--ZsSvoe10 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .swiperThumbs--ZsSvoe10 .swiper-slide {
    width: calc(50% - 16px);
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
    height: auto;
  }
  .swiperThumbs--ZsSvoe10 .swiper-slide .swiperIconItem--sb3S6mQO {
    max-height: 238px;
    height: 100%;
    cursor: pointer;
  }
}
/* 利用伪元素做边框 */
.swiper-slide {
  padding: 1px;
  display: flex;
  flex-grow: 1;
  height: auto;
}
.swiper-slide .swiperIconItem--sb3S6mQO::after {
  content: '';
  position: absolute;
  border-radius: 10px;
  background: #444;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
}
.swiper-slide-thumb-active .swiperIconItem--sb3S6mQO::after {
  background: linear-gradient(320.48deg, #9239fa -2.56%, #5db1ff 39.56%, #04ee71 84.28%);
}
.swiperIconItem--sb3S6mQO {
  border-radius: 10px;
  background-color: var(--portal-bg-color);
  position: relative;
  padding: 20px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
.swiperIconItem--sb3S6mQO .itemTitle--RD3yjeDJ {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.swiperIconItem--sb3S6mQO .itemDesc--J64yDTLd {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.swiperIconItem--sb3S6mQO .itemIcon--fTfJA6bv {
  margin-bottom: 16px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 600px) {
  .swiperIconItem--sb3S6mQO .itemIcon--fTfJA6bv {
    margin-bottom: 4px;
    width: 40px;
    height: 40px;
  }
  .swiperIconItem--sb3S6mQO .itemTitle--RD3yjeDJ {
    font-size: 16px;
    line-height: 22px;
  }
  .swiperIconItem--sb3S6mQO .itemDesc--J64yDTLd {
    font-size: 14px;
    line-height: 18px;
  }
}
.swiperItem--oI9Hh27y {
  max-width: 1280px;
  width: 100%;
  max-height: 540px;
  border: 1px solid #2a2b3a;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--portal-bg-color);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.swiperItem--oI9Hh27y .swiperBg--dbmXhnO2 {
  background-image: linear-gradient(90deg, rgba(0, 178, 255, 0.05) 160.49%, rgba(0, 255, 89, 0.05) 260.49%);
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.swiperItem--oI9Hh27y .swiperImg--Z9vGuTHX {
  width: auto;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiperItem--oI9Hh27y .swiperVideo--O_bCv0uY {
  height: 540px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .swiperItem--oI9Hh27y {
    width: 100%;
    height: 202px;
  }
  .swiperItem--oI9Hh27y .swiperImg--Z9vGuTHX {
    height: 202px;
  }
  .swiperItem--oI9Hh27y .swiperVideo--O_bCv0uY {
    height: 202px;
  }
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.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: translateX(-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: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

.businessModule--PSTEKYLX {
  min-height: 817px;
  width: 100%;
  overflow: hidden;
}
.businessModule--PSTEKYLX .content--olc8y7WB {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.businessModule--PSTEKYLX .title--Yc5OfVKV {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 60px 0 40px;
}
@media screen and (max-width: 600px) {
  .businessModule--PSTEKYLX {
    min-height: auto;
    margin-top: 32px;
  }
  .businessModule--PSTEKYLX .content--olc8y7WB {
    min-width: 360px;
  }
  .businessModule--PSTEKYLX .title--Yc5OfVKV {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 20px;
    line-height: 24.2px;
  }
}
div.swiper--sGNaTbrS {
  max-width: 1600px;
  width: 100%;
  max-height: 500px;
  margin-bottom: 32px;
}
div.swiper--sGNaTbrS .swiper-slide {
  width: 880px;
}
div.swiper--sGNaTbrS .swiper-button-next {
  width: 66px;
  height: 66px;
  content: url('https://s.alicdn.com/@img/imgextra/i3/O1CN01q745IX1oAKDNFRZCj_!!6000000005184-2-tps-180-180.png');
}
div.swiper--sGNaTbrS .swiper-button-prev {
  width: 66px;
  height: 66px;
  content: url('https://s.alicdn.com/@img/imgextra/i3/O1CN01g7vuid24NdZw5Ytqp_!!6000000007379-2-tps-180-180.png');
}
@media screen and (max-width: 600px) {
  div.swiper--sGNaTbrS {
    width: calc(100% - 24px);
    margin-bottom: 20px;
    padding-bottom: 24px;
  }
  div.swiper--sGNaTbrS .swiper-slide {
    width: 100%;
  }
  div.swiper--sGNaTbrS .swiper-button-next,
  div.swiper--sGNaTbrS .swiper-button-prev {
    display: none;
  }
}
.swiperItem--MgVfVxhL {
  max-width: 880px;
  max-height: 500px;
  background-image: linear-gradient(90deg, rgba(0, 178, 255, 0.05) 160.49%, rgba(0, 255, 89, 0.05) 260.49%);
  border: 1px solid #2a2b3a;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
.swiperItem--MgVfVxhL .swiperImg--F1D8iniK {
  width: auto;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiperItem--MgVfVxhL .swiperVideo--ne61qjnf {
  height: 500px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .swiperItem--MgVfVxhL {
    max-width: 100%;
    min-width: 360px;
    max-height: 194px;
  }
  .swiperItem--MgVfVxhL .swiperImg--F1D8iniK {
    height: 194px;
  }
  .swiperItem--MgVfVxhL .swiperVideo--ne61qjnf {
    height: 194px;
  }
}
.pagination--iUSlJ_FU {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.bulletClass--TuLMUfds {
  display: block;
  width: 4px;
  margin-right: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.bulletActiveClass--fDhf2H6X {
  width: 12px;
}

.ggsModule--pHuoRugd {
  /* min-height: 534px; */
  width: 100%;
  overflow: hidden;
  padding: 40px 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .ggsModule--pHuoRugd {
    min-height: auto;
    padding: 24px 0;
  }
}
.skeletonContent--l4wqev2T {
  width: 100%;
  height: 64px;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.swiperWrapper--VJLEvFPn {
  position: relative;
  width: 100%;
  max-width: 1400px;
}
.swiperWrapper--VJLEvFPn .mask--gakks19a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiperWrapper--VJLEvFPn .leftMask--JAy4qJ4N {
  width: 60px;
  height: 100%;
}
.swiperWrapper--VJLEvFPn .rightMask--nvCKD6Xk {
  width: 60px;
  height: 100%;
}
.swiperMask--XhMU8kkD {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contentBg--wTOZniud {
  background-image: url(https://s.alicdn.com/@img/imgextra/i1/O1CN01Hf1StP1azi1dljXrO_!!6000000003401-0-tps-1440-370.jpg);
  border-radius: 20px 20px 0 0;
  background-size: 100% 100%;
}
.content--iK_qD0dO {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1400px;
}
.content--iK_qD0dO .textWrapper--kmWLMiLk {
  width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content--iK_qD0dO .textBox--EaAcIiKs {
  width: 100%;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 30px;
}
.content--iK_qD0dO .textBox--EaAcIiKs .title--JmRjyGnE {
  flex: 1;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  margin-bottom: 0;
}
.content--iK_qD0dO .textBox--EaAcIiKs::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}
.content--iK_qD0dO .textBox--EaAcIiKs::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}
.content--iK_qD0dO .joinTitle--YXe68it8 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 20px;
}
.content--iK_qD0dO .joinDesc--vvMBo7hN {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.content--iK_qD0dO .startSellingBtn--jXI9HXev {
  background: linear-gradient(260.15deg, #00ff59 6.31%, #00b2ff 92.84%);
  border-radius: 36px;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  color: #222;
  width: 200px;
  height: 48px;
  min-width: 120px;
  text-align: center;
}
.content--iK_qD0dO .marquee--tNSPR3vn {
  overflow: hidden;
  width: 100%;
}
.content--iK_qD0dO .marquee--tNSPR3vn .track--nlQZxCjC {
  display: inline-flex;
  white-space: nowrap;
  animation-name: marqueeScroll--jtACt5iJ;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.content--iK_qD0dO .marquee--tNSPR3vn .track--nlQZxCjC .partnerItem--DItiDbce {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  box-sizing: border-box;
}
.content--iK_qD0dO .marquee--tNSPR3vn .track--nlQZxCjC .partnerItem--DItiDbce .partnerItemImg--OiUzmT6l {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes marqueeScroll--jtACt5iJ {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 650px) {
  .content--iK_qD0dO {
    max-width: 100%;
    min-width: 360px;
  }
  .content--iK_qD0dO .textWrapper--kmWLMiLk {
    max-width: calc(100% - 24px);
  }
  .content--iK_qD0dO .textBox--EaAcIiKs {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 16px;
  }
  .content--iK_qD0dO .textBox--EaAcIiKs .title--JmRjyGnE {
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #767676;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .content--iK_qD0dO .textBox--EaAcIiKs::after {
    content: '';
    display: none;
  }
  .content--iK_qD0dO .textBox--EaAcIiKs::before {
    content: '';
    display: none;
  }
  .content--iK_qD0dO .joinTitle--YXe68it8 {
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .content--iK_qD0dO .joinDesc--vvMBo7hN {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 18px;
  }
  .partnerItem--DItiDbce {
    height: 36px !important;
    margin-right: 60px !important;
    box-sizing: border-box;
  }
  .partnerItem--DItiDbce .partnerItemImg--OiUzmT6l {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiperWrapper--VJLEvFPn {
    max-width: 100%;
  }
}


.carouselContainer--S7pyS7fV {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
.carouselContainer--S7pyS7fV .carouselButtons--BtKffYTD {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.carouselContainer--S7pyS7fV .carouselButtons--BtKffYTD::-webkit-scrollbar {
  display: none;
}
.carouselContainer--S7pyS7fV .carouselButtons--BtKffYTD .carouselTitle--fKJ5VckX {
  padding: 11px 16px;
  color: #767676;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  min-width: 120px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  flex: 0 0 auto;
}
.carouselContainer--S7pyS7fV .carouselButtons--BtKffYTD .selected--rlHpsXIo {
  font-weight: 600;
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 {
  border: 1px solid #ddd;
  border-radius: 34px;
  background-color: #fff;
  padding: 24px 24px 40px 24px;
  box-sizing: border-box;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  transform: scale(0.8) translateZ(0);
  /* 非激活状态稍微缩小，启用硬件加速 */
  will-change: transform, opacity;
  /* 提示浏览器优化这些属性 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 防止3D变换时的闪烁 */
  -webkit-font-smoothing: antialiased;
  /* 改善字体渲染 */
  -moz-osx-font-smoothing: grayscale;
  /* 改善字体渲染 */
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 {
  width: 100%;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .title--hofotDiY {
  color: #222;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 8px;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .content--fZtJuQFI {
  width: 100%;
  padding-right: 12px;
  box-sizing: border-box;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .content--fZtJuQFI .description--Xc62VNN_ {
  flex: 1;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .content--fZtJuQFI .description--Xc62VNN_ .descriptionItem--EliImzMK {
  padding: 0;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .content--fZtJuQFI .description--Xc62VNN_ .descriptionItem--EliImzMK .descriptionIcon--B7hCvBnM {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-right: 10px;
  margin-left: 8px;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .content--fZtJuQFI .description--Xc62VNN_ .descriptionItem--EliImzMK .description--Xc62VNN_ {
  flex: 1;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .content--fZtJuQFI .actionButton--JXHzJxdS {
  background-color: #1ead6f;
  color: white;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border-radius: 23px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .imageContainer--W4Sr8YCo {
  position: relative;
  width: 100%;
  height: 320px;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .imageContainer--W4Sr8YCo .image--tiDrroyK {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .imageContainer--W4Sr8YCo .imageMask--HtuZHKNB {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 99px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .actionButtonV2--iB67BDMb {
  background-color: #1ead6f;
  color: white;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border-radius: 23px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  order: 3;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .active--XbhUQll_ {
  transform: scale(1) translateZ(0);
  /* 激活状态正常大小，启用硬件加速 */
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .progressBar--asnjttc6 {
  width: 100%;
  display: none;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .progressBar--asnjttc6 .progressBg--LyLLxjGo {
  background-color: #fff;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .leftMask--j3XnDvso {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.75%;
  height: 100%;
  z-index: 10;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .rightMask--O3iDJk79 {
  position: absolute;
  top: 0;
  right: 0;
  width: 18.75%;
  height: 100%;
  z-index: 10;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .navButtonPrev--P8AW_KWY,
.carouselContainer--S7pyS7fV .carousel--mCultYRa .navButtonNext--PQ0hr3XK {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 56px;
  height: 56px;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .navButtonPrev--P8AW_KWY {
  left: 200px;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .navButtonNext--PQ0hr3XK {
  right: 200px;
  transform: rotate(180deg);
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .swiper {
  width: 100%;
  height: 100%;
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .swiper .swiper-wrapper {
  align-items: center;
}
@media screen and (min-width: 650px) {
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .swiper .swiper-slide {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 0;
  }
}
.carouselContainer--S7pyS7fV .carousel--mCultYRa .swiper .swiper-slide:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 650px) {
  .carouselContainer--S7pyS7fV {
    align-items: flex-start !important;
    max-width: 100%;
  }
  .carouselContainer--S7pyS7fV .carouselButtons--BtKffYTD {
    justify-content: flex-start !important;
  }
  .carouselContainer--S7pyS7fV .carouselButtons--BtKffYTD .carouselTitle--fKJ5VckX {
    padding: 8px 20px;
    font-size: 12px;
    color: #222;
  }
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 {
    gap: 16px !important;
    padding: 16px;
    border-radius: 20px;
    transform: none !important;
  }
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .title--hofotDiY {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 4px;
  }
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .content--fZtJuQFI .description--Xc62VNN_ .descriptionItem--EliImzMK .descriptionIcon--B7hCvBnM {
    font-size: 12px;
    line-height: 16px;
  }
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .descriptionBox--L5nXIkv4 .content--fZtJuQFI .description--Xc62VNN_ .descriptionItem--EliImzMK .description--Xc62VNN_ {
    font-size: 12px;
    line-height: 16px;
  }
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .card--uMdBMmp6 .actionButtonV2--iB67BDMb {
    padding: 11px 22.5px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 20px;
    margin: 0 auto;
  }
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .progressBar--asnjttc6 {
    display: flex !important;
    justify-content: center;
  }
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .navButtonPrev--P8AW_KWY,
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .navButtonNext--PQ0hr3XK {
    display: none !important;
  }
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .swiper .swiper-wrapper {
    align-items: normal;
  }
  .carouselContainer--S7pyS7fV .carousel--mCultYRa .swiper .swiper-wrapper .swiper-slide {
    width: calc(100% - 44px) !important;
    padding: 0;
  }
}

.toolkitsTaskContainer--GqO6pB10 {
  background: linear-gradient(180deg, #fff 0%, #e2f4fb 100%);
  padding: 70px 120px 80px;
  width: 100%;
  margin: 0 auto;
}
.toolkitsTaskContainer--GqO6pB10 .toolkitsTaskTitle--oSm2PBGS {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  font-family: 'Noto Sans';
  color: #222;
  max-width: 1400px;
}
.toolkitsTaskContainer--GqO6pB10 .skeleton--vtYokTQj {
  display: flex;
  gap: 45px;
  flex-direction: column;
  min-height: 611px;
  width: 100%;
}
.toolkitsTaskContainer--GqO6pB10 .skeleton--vtYokTQj .skeletonItemCard--CzrZBtof {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 24px;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.toolkitsTaskContainer--GqO6pB10 .skeleton--vtYokTQj .skeletonItemCard--CzrZBtof::-webkit-scrollbar {
  display: none;
}
.toolkitsTaskContainer--GqO6pB10 .skeleton--vtYokTQj .skeletonItemCard--CzrZBtof .skeletonBtnItem--GZA2qV72 {
  width: 140px;
  height: 42px;
  border-radius: 20px;
  background-color: #2222220f;
  flex: none;
}
.toolkitsTaskContainer--GqO6pB10 .skeleton--vtYokTQj .skeletonContent--TWx3uMl1 {
  background-color: #2222220f;
  flex: 1;
  border-radius: 24px;
}
@media screen and (max-width: 650px) {
  .toolkitsTaskContainer--GqO6pB10 {
    gap: 16px !important;
    padding: 24px 0 24px 16px;
  }
  .toolkitsTaskContainer--GqO6pB10 .toolkitsTaskTitle--oSm2PBGS {
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Noto Sans';
    text-align: center;
    color: #222;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
}

.wrapper--MvoCfxPy {
  margin: 120px auto 76px;
  padding: 0 120px;
  max-width: 1320px;
  box-sizing: content-box;
}
.lineContainer--eirN3TTp {
  width: 800px;
  height: 19px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: calc(50% - 400px);
}
.lineContainer--eirN3TTp .line--XJlM6bdr {
  height: 1px;
  width: calc((800px - 192px) / 2);
  background: var(--Outline-Outline-3, #ddd);
}
.lineContainer--eirN3TTp .lineText--Phkuvsiz {
  text-align: center;
  vertical-align: middle;
  width: 192px;
  height: 19px;
  color: var(--On-color-Text-Secondary, #767676);
  font-size: 14px;
  font-weight: 400;
}
.showcaseGrid--m7zycMbr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin: 0 auto;
}
.showcaseCard--ozhmvPHN {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 16px;
}
.showcaseCard--ozhmvPHN:hover .buttonContainer--riC1KTj1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gridShowcaseItem--KY6fQS7L {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.cardContent--_j7lukEk {
  position: relative;
}
.categoryTag--X2Hqki6S {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: #f4f4f4;
  border-radius: 8px;
  margin-bottom: 12px;
  height: 24px;
}
.categoryIcon--B7J1lOfr {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.categoryText--xgAmFwxS {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.36;
  color: #222;
}
.cardTitle--usaPQD9E {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.36;
  color: #222;
  margin: 0 0 12px 0;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  height: 44px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.sampleQuestion--hcrWpT6M {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.imageContainer--C5O8org2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.cardImage--GPmDrgKS {
  width: 100%;
  aspect-ratio: 1.28;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.buttonContainer--riC1KTj1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: linear-gradient(0deg, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  padding: 60px 16px 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 2;
}
.actionButton--cJBDsXJx {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.4%;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  outline: none;
}
.actionButton--cJBDsXJx:hover {
  transform: translateY(-1px);
}
.primaryButton--ZpUgyXWc {
  background: #222;
  color: #fff;
}
.primaryButton--ZpUgyXWc:hover {
  background: #333;
}
.secondaryButton--AXtNpP_a {
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
}
.secondaryButton--AXtNpP_a:hover {
  background: #f8f8f8;
  border-color: #ccc;
}
.skeletonCard--Ef_OmaP1 {
  padding: 16px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.skeletonContent--Zxfz7sLM {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.skeletonColor--a2HcflNk {
  background-color: #f4f4f4;
  border-radius: 8px;
  animation: skeleton-loading--Sgk92CmX 1.5s infinite ease-in-out;
}
.skeletonTag--JPwdinSp {
  width: 100px;
  height: 24px;
}
.skeletonTitle--NhgxTm85 {
  width: 80%;
  height: 22px;
}
.skeletonDescription--ek5Ol0re {
  width: 100%;
  height: 16px;
}
.skeletonQuestion--ut_o7qmb {
  width: 90%;
  height: 32px;
}
.skeletonImage--EYXUkNzH {
  width: 100%;
  height: 200px;
}
@keyframes skeleton-loading--Sgk92CmX {
  0% {
    background-color: #f4f4f4;
  }
  50% {
    background-color: #e8e8e8;
  }
  100% {
    background-color: #f4f4f4;
  }
}
@media (max-width: 1900px) and (min-width: 1600px) {
  .wrapper--MvoCfxPy {
    padding: 0 120px;
  }
  .showcaseGrid--m7zycMbr {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .wrapper--MvoCfxPy {
    padding: 0 80px;
  }
  .showcaseGrid--m7zycMbr {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .wrapper--MvoCfxPy {
    padding: 0 40px;
  }
  .showcaseGrid--m7zycMbr {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1200px) and (min-width: 828px) {
  .wrapper--MvoCfxPy {
    padding: 0 40px;
  }
  .showcaseGrid--m7zycMbr {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 828px) {
  .wrapper--MvoCfxPy {
    padding: 0 40px;
    width: 660px;
    overflow-x: auto;
  }
  .showcaseGrid--m7zycMbr {
    grid-template-columns: repeat(3, 1fr);
  }
}

.modelRoomContainer--JKND9Xfq {
  width: 100%;
  margin: 0 auto;
  padding: 70px 120px 45px;
  box-sizing: border-box;
}
.modelRoomContainer--JKND9Xfq .title--rrT6zCyj {
  width: 100%;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  font-family: 'Noto Sans';
  text-align: center;
  color: #222;
  max-width: 1400px;
}
.modelRoomContainer--JKND9Xfq .showcaseRoom--AV2qG5b3 {
  margin: 0;
  width: 100%;
  padding: 0 !important;
  max-width: 1400px !important;
}
.modelRoomContainer--JKND9Xfq .viewMore--trVDpZXa {
  border: 1px solid #ddd;
  color: #222;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 20px;
  padding: 0 11px;
  cursor: pointer;
  max-width: 1400px !important;
}
@media screen and (max-width: 650px) {
  .skeleton--EEs16WfT {
    display: none !important;
  }
}

.videoContainer--Ol1St60o {
  width: 100%;
  height: 100%;
  padding: 48px 200px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #fff;
}
.videoContainer--Ol1St60o .video--K9OpKuBq {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  max-height: 585px;
  border-radius: 20px;
}
@media screen and (max-width: 650px) {
  .videoContainer--Ol1St60o {
    padding: 16px;
  }
}

.chooseAccioContainer--OA71701A {
  width: 100%;
  padding: 70px 80px 0;
  position: relative;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 {
  width: 100%;
  max-width: 1480px;
  z-index: 10;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .chooseAccioTitle--OdbmEGGj {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  font-family: 'Noto Sans';
  color: #222;
  align-self: center;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx {
  width: 100%;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .item--ytskJqDa {
  width: 100%;
  cursor: pointer;
  padding: 40px;
  background-color: #f4f4f4;
  height: 425px;
  box-sizing: border-box;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .item--ytskJqDa .icon--clLdebKU {
  width: 100%;
  position: relative;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .item--ytskJqDa .icon--clLdebKU img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .item--ytskJqDa .icon--clLdebKU .defaultIcon--qEnveT7g {
  display: block;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .item--ytskJqDa .icon--clLdebKU .hoverIcon--fFAki0zN {
  display: none;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .hovered--yit3eYfj {
  background: #5cf3c2;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .hovered--yit3eYfj .content--mcH6yy51 .title--bZLFSw96 {
  color: #043922;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .hovered--yit3eYfj .content--mcH6yy51 .desc--gilHCFIA {
  color: #043922;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .hovered--yit3eYfj .icon--clLdebKU .defaultIcon--qEnveT7g {
  display: none;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx .hovered--yit3eYfj .icon--clLdebKU .hoverIcon--fFAki0zN {
  display: block;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ {
  display: none;
  width: 100%;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 {
  width: 100%;
  height: 100%;
  padding: 24px;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 .content--mcH6yy51 {
  width: 100%;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 .content--mcH6yy51 .title--bZLFSw96 {
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #222;
  margin-bottom: 24px;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 .content--mcH6yy51 .desc--gilHCFIA {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  word-break: break-word;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 .icon--clLdebKU {
  width: 100%;
  position: relative;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 .icon--clLdebKU img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 .icon--clLdebKU .defaultIcon--qEnveT7g {
  display: block;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 .icon--clLdebKU .hoverIcon--fFAki0zN {
  display: none;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .swiper {
  width: 100%;
}
.chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .swiper .swiper-wrapper .swiper-slide {
  padding: 0;
  width: calc(100% - 74px);
}
.chooseAccioContainer--OA71701A .bgBox--ZBj4LAO1 {
  position: absolute;
  width: 100%;
  height: 425px;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.chooseAccioContainer--OA71701A .bgBox--ZBj4LAO1 .left--GdCJAmJL {
  width: 50%;
  height: 100%;
  background: #f4f4f4;
}
.chooseAccioContainer--OA71701A .bgBox--ZBj4LAO1 .right--oegnhAc8 {
  width: 50%;
  height: 100%;
  background: #f4f4f4;
}
.chooseAccioContainer--OA71701A .bgBox--ZBj4LAO1 .bgItem--MxdUCkrp {
  background: #5cf3c2;
}
.content--mcH6yy51 {
  width: 100%;
}
.content--mcH6yy51 .title--bZLFSw96 {
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #767676;
  margin-bottom: 24px;
  word-break: break-word;
}
.content--mcH6yy51 .ellipsis3--KPZt2eED {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content--mcH6yy51 .desc--gilHCFIA {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  word-break: break-word;
  line-height: 18px;
  color: #767676;
}
.skeletonList--cvpu6CiV .skeletonListItem--viBRzxGh {
  min-height: 425px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 650px) {
  .chooseAccioContainer--OA71701A {
    padding: 24px 0 12px 16px;
  }
  .chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 {
    width: 100%;
    max-width: 100%;
    gap: 16px !important;
  }
  .chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .chooseAccioTitle--OdbmEGGj {
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Noto Sans';
    text-align: center;
    word-break: break-word;
    width: 100%;
  }
  .chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .skeletonList--cvpu6CiV {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .skeletonList--cvpu6CiV .skeletonListItem--viBRzxGh {
    min-height: 364px;
    width: 340px;
    flex: none;
    border-radius: 20px;
  }
  .chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ {
    display: flex !important;
  }
  .chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 {
    height: 364px;
  }
  .chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 .content--mcH6yy51 .title--bZLFSw96 {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .mobileList--sQWj0VAZ .mobileItem--siUrR5Z8 .content--mcH6yy51 .desc--gilHCFIA {
    font-weight: 400;
    word-break: break-word;
  }
  .chooseAccioContainer--OA71701A .chooseAccioBg--HuiDOkp5 .list--IHbHLMrx {
    display: none !important;
  }
}

.websiteRankingContainer--pDqilF4z {
  box-sizing: border-box;
  padding: 78px 120px;
  width: 100%;
  background-color: #222;
}
.websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf {
  width: 100%;
  max-width: 1400px;
}
.websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .skeletonItem--gcfy6xhF {
  border-radius: 8px;
  background-color: #f4f4f4;
  min-height: 89px;
  width: 100%;
}
.websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .item--eM5j7SNX {
  width: 100%;
  border-right: 1px solid #767676;
  padding-right: 40px;
}
.websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .item--eM5j7SNX .numerical--ERwx_von {
  font-weight: 600;
  font-size: 48px;
  line-height: 44px;
  color: #56e0c0;
  word-break: break-all;
}
.websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .item--eM5j7SNX .text--l6xKYu6p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #f4f4f4;
}
.websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .item--eM5j7SNX:last-child {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 650px) {
  .websiteRankingContainer--pDqilF4z {
    padding: 40px;
    flex-direction: column;
  }
  .websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf {
    max-width: 100%;
    width: 100%;
    gap: 0 !important;
    flex-direction: column;
  }
  .websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .skeletonItem--gcfy6xhF {
    min-height: 61px;
    width: 100%;
    margin-bottom: 40px;
  }
  .websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .skeletonItem--gcfy6xhF:last-child {
    margin-bottom: 0;
  }
  .websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .item--eM5j7SNX {
    width: 100%;
    gap: 0 !important;
    border-right: none;
    align-items: start;
    padding-right: 0;
  }
  .websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .item--eM5j7SNX .numerical--ERwx_von {
    font-size: 28px;
    line-height: 30px;
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  .websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .item--eM5j7SNX .text--l6xKYu6p {
    font-size: 16px;
    line-height: 14px;
    box-sizing: border-box;
  }
  .websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .item--eM5j7SNX::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    margin: 20px 0 24px;
    background-color: #767676;
  }
  .websiteRankingContainer--pDqilF4z .websiteRanking--IpQ5ezSf .item--eM5j7SNX:last-child::after {
    display: none;
  }
}

.informationPanelContainer--NMcGwiew {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  font-family: 'Noto Sans';
}
.informationPanelContainer--NMcGwiew .topMask--EDSbUJFF {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
.informationPanelContainer--NMcGwiew .bottomMask--iXhxuH_Y {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
.informationPanelContainer--NMcGwiew .pcContainer--gzu_G6u6 {
  width: 100%;
  height: 687px;
}
.informationPanelContainer--NMcGwiew .pcContainer--gzu_G6u6 .columnContainer--kugJYv4l {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.informationPanelContainer--NMcGwiew .pcContainer--gzu_G6u6 .columnContainer--kugJYv4l::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}
.informationPanelContainer--NMcGwiew .userMessageItem--vQpVOgJs {
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
}
.informationPanelContainer--NMcGwiew .userMessageItem--vQpVOgJs .top--ngkxZJTU {
  width: 100%;
  margin-bottom: 36px;
}
.informationPanelContainer--NMcGwiew .userMessageItem--vQpVOgJs .top--ngkxZJTU .content--EaPDHaZL {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.informationPanelContainer--NMcGwiew .userMessageItem--vQpVOgJs .bottom--c42zEA7e {
  width: 100%;
  border-top: 0.5px solid #ddd;
  padding-top: 20px;
  box-sizing: border-box;
}
.informationPanelContainer--NMcGwiew .userMessageItem--vQpVOgJs .bottom--c42zEA7e .userAvatar--vkmyfnlF {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.informationPanelContainer--NMcGwiew .userMessageItem--vQpVOgJs .bottom--c42zEA7e .userInfo--zJ9gjH4_ {
  flex: 1;
}
.informationPanelContainer--NMcGwiew .userMessageItem--vQpVOgJs .bottom--c42zEA7e .userInfo--zJ9gjH4_ .userName--SBTnQDy5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
.informationPanelContainer--NMcGwiew .userMessageItem--vQpVOgJs .bottom--c42zEA7e .userInfo--zJ9gjH4_ .userDesc--PdwU6K8S {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.informationPanelContainer--NMcGwiew .mobileSwiperContainer--Rjyw62zC {
  display: none;
}
@media screen and (max-width: 650px) {
  .informationPanelContainer--NMcGwiew {
    max-width: 100%;
    padding: 0;
  }
  .informationPanelContainer--NMcGwiew::before,
  .informationPanelContainer--NMcGwiew::after {
    display: none;
  }
  .informationPanelContainer--NMcGwiew .pcContainer--gzu_G6u6 {
    display: none;
  }
  .informationPanelContainer--NMcGwiew .mobileSwiperContainer--Rjyw62zC {
    display: block;
  }
  .informationPanelContainer--NMcGwiew .mobileSwiperContainer--Rjyw62zC .userMessageItem--vQpVOgJs {
    justify-content: space-between;
  }
  .informationPanelContainer--NMcGwiew .mobileSwiperContainer--Rjyw62zC .swiper .swiper-slide {
    width: calc(100% - 16px) !important;
  }
  .informationPanelContainer--NMcGwiew .mobileSwiperContainer--Rjyw62zC .progressBg--hqGzskKK {
    background-color: #fff;
    margin: 12px auto 0 auto;
    width: 100px;
  }
}

.userMessageContainer--NyhXmDdI {
  width: 100%;
  padding: 70px 120px 62px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  margin: 0 auto;
}
.userMessageContainer--NyhXmDdI .title--XozbaW9U {
  color: #222;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  font-family: 'Noto Sans';
  max-width: 1400px;
  text-align: center;
}
.skeletonWrapper--RRdXvt9F {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  max-width: 1400px;
  height: 687px;
  overflow: auto;
  pointer-events: none;
  display: flex;
  gap: 24px;
}
.skeletonWrapper--RRdXvt9F .skeletonItemList--Ry5tfAJE {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}
.skeletonWrapper--RRdXvt9F .skeletonItemList--Ry5tfAJE:first-child {
  transform: translateY(-100px);
}
.skeletonWrapper--RRdXvt9F .skeletonItemList--Ry5tfAJE:last-child {
  transform: translateY(-350px);
}
.skeletonWrapper--RRdXvt9F .skeletonItemList--Ry5tfAJE .skeletonItem--RJ50wgAo {
  height: 292px;
  flex: none;
  background-color: #fff;
  border-radius: 24px;
}
.processBar--Q3W1SKIp {
  display: none;
}
@media screen and (max-width: 650px) {
  .userMessageContainer--NyhXmDdI {
    padding: 24px 0 24px 16px;
    background-color: #f1fcfa;
  }
  .userMessageContainer--NyhXmDdI .title--XozbaW9U {
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Noto Sans';
    text-align: center;
    width: 100%;
  }
  .skeletonWrapper--RRdXvt9F {
    width: 100%;
    height: auto;
    max-width: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    pointer-events: all;
  }
  .skeletonWrapper--RRdXvt9F::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .skeletonWrapper--RRdXvt9F .skeletonItemList--Ry5tfAJE {
    gap: 24px;
    display: none;
  }
  .skeletonWrapper--RRdXvt9F .skeletonItemList--Ry5tfAJE:first-child {
    display: flex;
    gap: 8px;
    flex-direction: row;
    transform: translateY(0);
  }
  .skeletonWrapper--RRdXvt9F .skeletonItemList--Ry5tfAJE .skeletonItem--RJ50wgAo {
    height: 248px;
    width: calc(100% - 16px) !important;
  }
  .processBar--Q3W1SKIp {
    display: block;
    height: 20px;
    width: 100%;
  }
}

.frequentlyAskedQuestionsContainer--gaUEwMV9 {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 120px;
  margin: 0 auto;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .title--CPfw8gky {
  width: 100%;
  max-width: 1400px;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  font-family: 'Noto Sans';
  text-align: center;
  color: #222;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO {
  width: 100%;
  max-width: 1400px;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo {
  width: 100%;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqTop--sXcJXLsV {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  cursor: pointer;
  border-radius: 8px;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqTop--sXcJXLsV .faqItemTitle--kL4pD0Vc {
  flex: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Noto Sans';
  color: #222;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqTop--sXcJXLsV .faqItemTitleSkeleton--reELywM8 {
  height: 24px;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqTop--sXcJXLsV .faqIcon--OoxBOFEQ {
  transition: all 0.3s ease-in-out !important;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqTop--sXcJXLsV .faqIconActive--AxKJzLPi {
  transform: rotate(90deg) !important;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqTop--sXcJXLsV:hover {
  background: linear-gradient(90deg, #f5f5f5 0%, #fff 100%);
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqItemContent--h4C5644L {
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #767676;
  height: 0;
  overflow: hidden;
}
.frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqItemContentActive--bFuhlwYJ {
  height: auto;
  padding: 0 16px 16px 16px;
}
@media screen and (max-width: 650px) {
  .frequentlyAskedQuestionsContainer--gaUEwMV9 {
    padding: 24px 16px;
    gap: 16px !important;
  }
  .frequentlyAskedQuestionsContainer--gaUEwMV9 .title--CPfw8gky {
    max-width: 100%;
    font-size: 20px;
    border-radius: 20px;
    line-height: 34px;
  }
  .frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO {
    max-width: 100%;
    padding: 12px;
  }
  .frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqTop--sXcJXLsV {
    padding: 12px;
  }
  .frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqTop--sXcJXLsV .faqItemTitle--kL4pD0Vc {
    font-size: 14px;
  }
  .frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqItemContent--h4C5644L {
    line-height: 24px;
    font-size: 14px;
  }
  .frequentlyAskedQuestionsContainer--gaUEwMV9 .faqList--tMmyNCmO .faqItem--FCo218Wo .faqItemContentActive--bFuhlwYJ {
    height: auto;
    padding: 0 12px 12px 12px;
  }
}

.footerDownLoadButtonContainer--Wtux4v_E {
  width: 100%;
  height: auto;
  padding: 12px 20px 36px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #ffffff 82.22%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.footerDownLoadButtonContainer--Wtux4v_E .downloadButton--aurAKp7v {
  width: 100%;
  box-sizing: border-box;
  background: #222222;
  padding: 10.5px 10px;
  border-radius: 22px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}

.footerOuterContainer--SyHRfUtt {
  width: 100%;
  background-color: #222;
  padding: 40px 120px 0;
  box-sizing: border-box;
}
.footerContainer--wYr2ffZu {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
.footerContainer--wYr2ffZu .footerText--WjuXKwMW {
  background-color: #222;
  width: 100%;
  padding-top: 60px !important;
  max-width: 1400px;
  margin: 0 auto;
  --ba-font-size-small: 14px;
}
.footerContainer--wYr2ffZu .leftContainer--UEJ5WlD_ .top--GeKuBugE .logo--vuNCHEdr {
  width: 115px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footerContainer--wYr2ffZu .leftContainer--UEJ5WlD_ .iconContainer--OsLJEgUu {
  opacity: 0.6;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footerContainer--wYr2ffZu .leftContainer--UEJ5WlD_ .iconContainer--OsLJEgUu .link--_msGstJu {
  flex-shrink: 0;
  font-size: 0;
  padding: 5px;
}
.footerContainer--wYr2ffZu .leftContainer--UEJ5WlD_ .iconContainer--OsLJEgUu .icon--DpI4B42y {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footerContainer--wYr2ffZu .leftContainer--UEJ5WlD_ .iconContainer--OsLJEgUu .svgIcon--pJDbAcyP {
  color: #fff;
  opacity: 0.6;
}
.footerContainer--wYr2ffZu .leftContainer--UEJ5WlD_ .iconContainer--OsLJEgUu .svgIcon--pJDbAcyP:hover {
  opacity: 0.8;
}
.footerContainer--wYr2ffZu .leftContainer--UEJ5WlD_ .bottom--N8Tx8rMJ .bottomItem--RccA1Ya3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #767676;
}
.footerContainer--wYr2ffZu .rightContainer--YUSNVnle .rightItem--uWAILSp0 {
  max-width: 240px;
}
.footerContainer--wYr2ffZu .rightContainer--YUSNVnle .rightItem--uWAILSp0 .title--BrIpJCmf {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.footerContainer--wYr2ffZu .rightContainer--YUSNVnle .rightItem--uWAILSp0 .list--Clm_T6_e {
  width: 100%;
}
.footerContainer--wYr2ffZu .rightContainer--YUSNVnle .rightItem--uWAILSp0 .list--Clm_T6_e .item--Xj37YI2d {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
}
.footerContainer--wYr2ffZu .placeholder--PskulXzJ {
  height: 108px;
  background-color: #222;
}
@media screen and (max-width: 650px) {
  .footerOuterContainer--SyHRfUtt {
    width: 100%;
    padding: 0;
  }
  .footerContainer--wYr2ffZu {
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center !important;
    gap: 40px !important;
  }
  .footerContainer--wYr2ffZu .leftContainer--UEJ5WlD_ {
    gap: 24px !important;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(118, 118, 118, 0.5);
  }
  .footerContainer--wYr2ffZu .leftContainer--UEJ5WlD_ .iconContainer--OsLJEgUu {
    margin-bottom: 0;
  }
  .footerContainer--wYr2ffZu .rightContainer--YUSNVnle {
    flex-direction: column;
  }
  .footerContainer--wYr2ffZu .rightContainer--YUSNVnle .rightItem--uWAILSp0 {
    max-width: 100%;
  }
}

.downloadApp--RXTXmQ3G {
  padding: 10px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
  min-width: 120px;
  box-sizing: border-box;
  text-align: center;
  height: 38px;
  display: flex;
  align-items: center;
}
.content--lkK6zeQf .qr--DzklZcSl {
  width: 140px;
  height: 140px;
}
.content--lkK6zeQf .text--_qc4rKIY {
  width: 140px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 650px) {
  .downloadApp--RXTXmQ3G {
    display: none;
  }
}

.popoverContainer--nimfBMTa {
  width: 240px;
}
.popoverContainer--nimfBMTa .item--XmFKIlxM {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  border-radius: 8px;
  cursor: pointer;
}
.popoverContainer--nimfBMTa .item--XmFKIlxM:hover,
.popoverContainer--nimfBMTa .active--Dkemd2Dv {
  background-color: #f4f4f4;
}
.drawerContainer--WK2CV0av {
  width: 100%;
}
.drawerContainer--WK2CV0av .item--XmFKIlxM {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.drawerContainer--WK2CV0av .item--XmFKIlxM .outerBox--TBx7tbBU {
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
}
.drawerContainer--WK2CV0av .item--XmFKIlxM .outerBox--TBx7tbBU .innerBox--mW0fE6W5 {
  width: 9.6px;
  height: 9.6px;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
}
.drawerContainer--WK2CV0av .item--XmFKIlxM .label--ZdwhoDL9 {
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.drawerContainer--WK2CV0av .active--Dkemd2Dv .outerBox--TBx7tbBU {
  border: 1px solid #222222;
}
.drawerContainer--WK2CV0av .active--Dkemd2Dv .outerBox--TBx7tbBU .innerBox--mW0fE6W5 {
  background-color: #222222;
}
.drawerContainer--WK2CV0av .active--Dkemd2Dv .label--ZdwhoDL9 {
  font-weight: 600;
}
.drawerTitle--k3M_Yx7n {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  text-align: center;
}

.ToolsListFloatingBox--T2uTOm_R {
  width: 100%;
  padding: 24px 12px;
  background-color: #fff;
  border-radius: 16px;
  max-width: 977px;
  height: auto;
  min-width: 672px;
  box-sizing: border-box;
}
.ToolsListFloatingBox--T2uTOm_R .tools--NsClmf4F {
  width: auto;
  height: 68px;
  padding-right: 36px;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.ToolsListFloatingBox--T2uTOm_R .tools--NsClmf4F:nth-child(2n) {
  border-right: none;
  padding-right: 0;
}
.ToolsListFloatingBox--T2uTOm_R .tools--NsClmf4F .toolsFontIcon--adUZbm2H {
  width: 24px;
  height: 24px;
}
.ToolsListFloatingBox--T2uTOm_R .tools--NsClmf4F .toolsText--jI8cNp4e {
  width: 100%;
  max-width: 240px;
}
.ToolsListFloatingBox--T2uTOm_R .tools--NsClmf4F .toolsText--jI8cNp4e .title--glTP1KHb {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ToolsListFloatingBox--T2uTOm_R .tools--NsClmf4F .toolsText--jI8cNp4e .desc--YTgfCjBZ {
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.middleTabs--L4yfBvTD {
  height: 100%;
  position: relative;
}
.middleTabs--L4yfBvTD .tabs--Bx4B8DXB {
  height: 100%;
  cursor: pointer;
}
.middleTabs--L4yfBvTD .tabs--Bx4B8DXB .bgBox--uFgR4hfK {
  padding: 8px 12px;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
}
.middleTabs--L4yfBvTD .tabs--Bx4B8DXB .bgBox--uFgR4hfK .arrow--xkV7J89w {
  transition: transform 0.3s ease;
}
.middleTabs--L4yfBvTD .tabs--Bx4B8DXB .bgBox--uFgR4hfK:hover {
  background-color: #ffffff0a;
}
.middleTabs--L4yfBvTD .tabs--Bx4B8DXB .label--X24x4PnQ {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  color: #222;
}
.middleTabs--L4yfBvTD .tabs--Bx4B8DXB .children--Khd_96Kb {
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 650px) {
  .middleTabs--L4yfBvTD {
    display: none;
  }
}

.portalHeaderV2Container--DavCHNUb {
  width: 100%;
  height: 62px;
  padding: 12px 120px;
  box-sizing: border-box;
  background-color: transparent;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}
.portalHeaderV2Container--DavCHNUb.scrolled--Eog5B3Yf {
  background-color: #ffffff73;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.portalHeaderV2Container--DavCHNUb .innerBox--A8uOea2h {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.portalHeaderV2Container--DavCHNUb .leftContainer--nuuZdcgF {
  width: 100%;
  height: 100%;
}
.portalHeaderV2Container--DavCHNUb .leftContainer--nuuZdcgF img {
  height: 24px;
  flex: none;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.portalHeaderV2Container--DavCHNUb .rightContainer--rHuIKRdS span {
  cursor: pointer;
}
.portalHeaderV2Container--DavCHNUb .rightContainer--rHuIKRdS .tryForFree--MczHqTH2 {
  height: 38px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #222;
  background-color: #222;
  white-space: nowrap;
  cursor: pointer;
  min-width: 120px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .portalHeaderV2Container--DavCHNUb {
    position: absolute;
    padding: 22px 20px;
  }
  .portalHeaderV2Container--DavCHNUb.scrolled--Eog5B3Yf {
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .portalHeaderV2Container--DavCHNUb .rightContainer--rHuIKRdS .tryForFree--MczHqTH2 {
    display: none;
  }
}

.priceCardContainer--AMiM9MX6 {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 120px;
}
.priceCardContainer--AMiM9MX6 .title--DyryL_cr {
  font-weight: 600;
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  color: #222222;
  width: 100%;
}
.priceCardContainer--AMiM9MX6 .cardBox--skqPK_JK {
  max-width: 1400px;
}
.priceCardContainer--AMiM9MX6 .cardBox--skqPK_JK .PricingWallBox--J9ToRv0C {
  width: 100%;
  padding: 0px;
}
@media screen and (max-width: 650px) {
  .priceCardContainer--AMiM9MX6 {
    padding: 24px 0px;
    gap: 12px !important;
  }
  .priceCardContainer--AMiM9MX6 .title--DyryL_cr {
    font-size: 20px;
    line-height: 32px;
  }
}

html {
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
body {
  overflow-y: scroll !important;
}
.portal--HuUceBdA {
  flex: 1;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: column;
  overflow: auto;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: var(--portal-bg-color);
  font-family: Inter,
    SF Pro,
    Roboto,
    Helvetica Neue,
    Helvetica,
    Tahoma,
    Arial,
    PingFang SC,
    Microsoft YaHei;
}
.portalFooterstyle--vrEEw5Yv {
  padding: 0 80px;
}
.stickyIcon--jfSK77to {
  position: fixed;
  bottom: 104px;
  right: 16px;
  cursor: pointer;
  z-index: 1000;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.pricingContainer--yN9NvD3m {
  padding-inline: 120px;
}
@media screen and (max-width: 600px) {
  .portalFooterstyle--vrEEw5Yv {
    padding: 0;
  }
  .topline--X5QAalJH {
    margin-bottom: 12px;
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  .pricingContainer--yN9NvD3m {
    padding-inline: 0;
  }
}

