
.config-fallback-alert[data-v-d3ae8ef0] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 350px;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  overflow: hidden;
  transition: all 0.3s ease;
}
.config-fallback-alert.is-expanded[data-v-d3ae8ef0] {
  width: 400px;
}
.alert-header[data-v-d3ae8ef0] {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #fff3cd;
}
.alert-icon[data-v-d3ae8ef0] {
  color: #856404;
  margin-right: 10px;
  flex-shrink: 0;
}
.alert-title[data-v-d3ae8ef0] {
  flex-grow: 1;
  font-weight: bold;
  color: #856404;
}
.alert-actions[data-v-d3ae8ef0] {
  display: flex;
  align-items: center;
}
.action-button[data-v-d3ae8ef0] {
  background-color: #856404;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 8px;
  transition: background-color 0.2s;
}
.action-button[data-v-d3ae8ef0]:hover {
  background-color: #6d5304;
}
.action-button[data-v-d3ae8ef0]:disabled {
  background-color: #a9a082;
  cursor: not-allowed;
}
.expand-button[data-v-d3ae8ef0] {
  background: none;
  border: none;
  color: #856404;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-content[data-v-d3ae8ef0] {
  padding: 10px 15px 15px;
  border-top: 1px solid #ffeeba;
  background-color: #fff9e6;
}
.alert-info[data-v-d3ae8ef0] {
  margin-bottom: 10px;
}
.info-item[data-v-d3ae8ef0] {
  margin-bottom: 5px;
  font-size: 13px;
}
.info-label[data-v-d3ae8ef0] {
  font-weight: bold;
  color: #856404;
  margin-right: 5px;
}
.info-value[data-v-d3ae8ef0] {
  color: #666;
}
.alert-message[data-v-d3ae8ef0] {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}
@media (max-width: 768px) {
.config-fallback-alert[data-v-d3ae8ef0] {
    width: calc(100% - 40px);
    bottom: 10px;
    right: 10px;
    left: 10px;
}
.config-fallback-alert.is-expanded[data-v-d3ae8ef0] {
    width: calc(100% - 40px);
}
}

/* 应用全局样式 */

.header-bar[data-v-7043f76c] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  padding: 0 14px;
  margin-bottom: 0;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #f2f2f6;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05);
  z-index: 100;
}
.logo[data-v-7043f76c] {
  width: 111px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-btn[data-v-7043f76c] {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 66px;
}

.lang-modal-mask[data-v-4437a80b] {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.12);
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.lang-modal[data-v-4437a80b] {
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.10);
  width: 100%;
  padding: 0 0 12px 0;
  animation: slideDown-4437a80b .2s;
}
@keyframes slideDown-4437a80b {
from { transform: translateY(-100%);
}
to { transform: translateY(0);
}
}
.lang-modal-header[data-v-4437a80b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 0 28px;
}
.lang-modal-title[data-v-4437a80b] {
  font-size: 17px;
  color: #43454f;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.lang-modal-close[data-v-4437a80b] {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  border-radius: 8px;
  color: #43454f;
  transition: background-color 0.15s;
}
.lang-modal-close[data-v-4437a80b]:hover {
  background-color: #f2f2f2;
}
.lang-list[data-v-4437a80b] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lang-item[data-v-4437a80b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #43454f;
  padding: 0 28px;
  height: 52px;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  transition: background 0.15s;
}
.lang-item[data-v-4437a80b]:last-child {
  border-bottom: none;
}
.lang-item[data-v-4437a80b]:hover {
  background: #f8f9fa;
}
.lang-item.active[data-v-4437a80b] {
  color: #3478f6;
  font-weight: 500;
  background: #f6fafd;
}
.lang-info[data-v-4437a80b] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lang-name[data-v-4437a80b] {
  font-size: 16px;
}
.lang-check[data-v-4437a80b] {
  margin-left: 8px;
  flex-shrink: 0;
}

/* CSS变量定义 - 基于原始imToken页面 */
.imtoken-home[data-v-f2482056] {
  --primary-color: #468BDF;
  --primary-hover: #40a9ff;
  --primary-active: #096dd9;
  --text-primary: rgba(0, 0, 0, 0.85);
  --text-secondary: rgba(0, 0, 0, 0.65);
  --text-tertiary: rgba(0, 0, 0, 0.45);
  --background-white: #ffffff;
  --background-light: #fafafa;
  --border-color: #e8e8e8;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.09);
  --shadow-md: 0 2px 8px rgba(0, 0, 0, 0.15);
  --radius-default: 8px;
  --radius-large: 4px;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  color: var(--text-secondary);
  background: var(--background-white);
  /* 为固定头部留出空间 */
  padding-top: 80px;
}

/* 基础样式重置 */
[data-v-f2482056] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.imtoken-home[data-v-f2482056] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  color: var(--text-secondary);
  background: var(--background-white);
  /* 为固定头部留出空间 */
  padding-top: 80px;
}

/* 容器样式 */
.container[data-v-f2482056] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 公告栏 */
.announce[data-v-f2482056] {
  height: 50px;
  background: #F5F7FA;
  padding: 15px 0;
}
.announce .announce-inner[data-v-f2482056] {
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.announce .announce-inner img[data-v-f2482056] {
  margin-right: 16px;
}
.announce .announce-inner a[data-v-f2482056] {
  font-size: 13px;
  line-height: 15px;
  color: #777A8C;
  text-decoration: none;
}

/* 主横幅区域 */
.common-banner[data-v-f2482056] {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 1px solid #f7f5f5;
}
.common-banner .banner-inner[data-v-f2482056] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1168px;
  background: #fafafa;
  border-radius: 24px;
  height: 440px;
  overflow: visible;
  margin: 15px 0;
  padding-left: 115px;
  padding-right: 70px;
}
.common-banner .banner-inner > div[data-v-f2482056] {
  max-width: 500px;
}
.common-banner .banner-inner .title[data-v-f2482056] {
  font-size: 32px;
  line-height: 1.13;
  color: #43454f;
  font-weight: 300;
}
.common-banner .banner-inner .subtitle[data-v-f2482056] {
  font-size: 21px;
  line-height: 32px;
  color: #777a8c;
  margin-top: 16px;
  max-width: 400px;
  font-weight: 300;
}
.common-banner .banner-inner .home-banner[data-v-f2482056] {
  width: 500px;
  height: 500px;
}
.home-download[data-v-f2482056] {
  margin-top: 35px;
}
.download-btn[data-v-f2482056] {
  width: 190px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #FAFCFF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--radius-default);
  transition: all 0.3s;
  border: none;
}
.download-btn[data-v-f2482056]:hover {
  background: var(--primary-hover);
  color: white;
}
.download-btn[data-v-f2482056]:active {
  background: var(--primary-active);
}
.home-banner[data-v-f2482056] {
  width: 100%;
  height: auto;
  max-width: 520px;
}

/* 特性统计区域 */
.feature[data-v-f2482056] {
  background-color: #468BDF;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 0 70px 0;
}
.feature .feature-inner[data-v-f2482056] {
  width: 100%;
  max-width: 1168px;
}
.feature .feature-inner .title[data-v-f2482056] {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
.feature .feature-inner .subtitle[data-v-f2482056] {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 10px;
}
.feature .feature-inner .feature-cards[data-v-f2482056] {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
}
.feature .feature-inner .feature-cards .feature-item[data-v-f2482056] {
  width: 375px;
  height: 180px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}
.feature .feature-inner .feature-cards .feature-item .ant-card-body[data-v-f2482056] {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature .feature-inner .feature-cards .feature-item .title[data-v-f2482056] {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
}
.feature .feature-inner .feature-cards .feature-item .subtitle[data-v-f2482056] {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

/* 产品特性区域 */
.features-section[data-v-f2482056] {
  padding: 80px 0;
  background: var(--background-white);
}
.features-grid[data-v-f2482056] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  gap: 64px;
}
.feature-card[data-v-f2482056] {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 32px;
  align-items: start;
}
.feature-icon img[data-v-f2482056] {
  width: 100%;
  max-width: 500px;
  height: auto;
  min-width: 200px;
}
.feature-title[data-v-f2482056] {
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 8px;
  color: #191C1E;
}
.feature-description[data-v-f2482056] {
  font-size: 15px;
  line-height: 28px;
  color: #777A8C;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 8px;
}
.feature-stats[data-v-f2482056] {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
}
.stat-item[data-v-f2482056] {
  text-align: left;
}
.stat-item .stat-number[data-v-f2482056] {
  color: #468BDF;
  text-align: left;
}
.stat-desc[data-v-f2482056] {
  color: #777A8C;
  font-weight: 300;
  font-size: 17px;
  margin-top: 1px;
  text-align: left;
}
.stat-divider[data-v-f2482056] {
  width: 1px;
  background-color: #E1E6EA;
  flex-shrink: 0;
}
.stat-divider-tall[data-v-f2482056] {
  height: 40px;
}
.stat-divider-short[data-v-f2482056] {
  height: 16px;
}
.buy-link[data-v-f2482056] {
  color: #777A8C;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  transition: color 0.3s ease;
}
.buy-link[data-v-f2482056]:hover {
  color: var(--primary-hover);
}

/* 生态伙伴区域 */
.partners-section[data-v-f2482056] {
  padding: 80px 0;
  background: #F6F8FB;
}
.partners-section .section-title[data-v-f2482056] {
  color: var(--text-primary);
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 48px;
  text-align: center;
}
.partner-list[data-v-f2482056] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.partner-item[data-v-f2482056] {
  margin: 6px 0;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.partner-item img[data-v-f2482056] {
  display: block;
  width: 204px;
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.3s ease;
}
.partner-item:hover img[data-v-f2482056] {
  filter: grayscale(0%);
  opacity: 1;
}

/* 联系我们区域 */
.contact-section[data-v-f2482056] {
  padding: 80px 0;
  background: var(--background-white);
  padding-top: 80px;
  padding-bottom: 60px;
}
.contact-inner[data-v-f2482056] {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 24px;
}
.contact-section .section-title[data-v-f2482056] {
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 1px;
  color: #191C1E;
  margin-bottom: 50px;
  font-weight: 300;
}
.contact-grid[data-v-f2482056] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-card[data-v-f2482056] {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 270px;
  text-align: center;
  font-weight: normal;
  transition: all 0.3s ease;
}
.contact-card:hover .contact-title[data-v-f2482056] {
  font-weight: 500;
  color: #191C1E;
}
.contact-card:hover .contact-link[data-v-f2482056] {
  color: #191C1E;
}
.contact-icon img[data-v-f2482056] {
  width: 48px;
  height: 48px;
}
.contact-title[data-v-f2482056] {
  font-size: 24px;
  line-height: 28px;
  color: #777A8C;
  margin-top: 20px;
  display: block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 8px;
}
.contact-link[data-v-f2482056] {
  font-size: 17px;
  line-height: 30px;
  color: #777A8C;
  margin-top: 10px;
  font-weight: normal;
  cursor: pointer;
  word-break: break-all;
  margin-bottom: 12px;
}
.contact-description[data-v-f2482056] {
  font-size: 17px;
  color: #C4C9D9;
  line-height: 1.6;
}

/* 页脚 */
.common-footer[data-v-f2482056] {
  width: 100%;
  max-width: 1168px;
  padding: 54px 0 0;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}
.common-footer p[data-v-f2482056] {
  margin-bottom: 0;
}
.common-footer .nav-info[data-v-f2482056] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
}
.common-footer .nav-info .info[data-v-f2482056] {
  display: flex;
  align-items: center;
}
.common-footer .nav-info .info .copyright[data-v-f2482056] {
  font-size: 13px;
  font-weight: normal;
  color: #777A8C;
  margin-right: 28px;
}
.common-footer .nav-info .info a[data-v-f2482056] {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #777A8C;
  margin-right: 28px;
  text-decoration: none;
  cursor: pointer;
}
.common-footer .nav-info .info a[data-v-f2482056]:hover {
  color: #191C1E;
}
.common-footer .to-top[data-v-f2482056] {
  position: absolute;
  right: 15px;
  top: -30px;
  width: 60px;
  height: 63px;
  cursor: pointer;
}
.common-footer .disclaimer[data-v-f2482056] {
  font-size: 13px;
  color: #777A8C;
  padding: 24px 0;
}

/* 响应式设计 */
@media (max-width: 1024px) {
.common-banner[data-v-f2482056] {
    width: 100%;
    padding: 0 1em;
    background: #fff;
}
.common-banner .banner-inner[data-v-f2482056] {
    width: 100%;
    padding: 0;
    background: #fff !important;
    flex-direction: column;
    height: unset;
    align-items: center;
}
.common-banner .banner-inner > div[data-v-f2482056] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.common-banner .banner-inner > img.home-banner[data-v-f2482056] {
    width: 100%;
    height: unset;
}
.common-banner .banner-inner .title[data-v-f2482056] {
    max-width: 325px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #43454f;
    text-align: center;
    margin-left: 0;
    font-weight: normal;
}
.common-banner .banner-inner .subtitle[data-v-f2482056] {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    color: #777a8c;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 325px;
}
.common-banner .banner-inner .home-download > div[data-v-f2482056] {
    margin-left: 0;
}
.common-banner .banner-inner .home-download[data-v-f2482056] {
    margin: 20px 0 45px 0;
}
.common-banner .banner-inner .banner[data-v-f2482056] {
    width: 100%;
    padding-right: 0;
}
.common-banner .banner-inner .banner.pc[data-v-f2482056] {
    display: none;
}
.common-banner .banner-inner .banner.mobile[data-v-f2482056] {
    display: initial;
}
.section-title[data-v-f2482056] {
    font-size: 40px;
}
.feature-card[data-v-f2482056] {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
}
.feature-icon img[data-v-f2482056] {
    max-width: 350px;
    min-width: 200px;
}
.partners-section .section-title[data-v-f2482056] {
    font-size: 24px;
    margin-bottom: 32px;
}
.contact-grid[data-v-f2482056] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.imtoken-home[data-v-f2482056] {
    padding-top: 66px;
}
.common-banner[data-v-f2482056],
  .feature[data-v-f2482056],
  .features-section[data-v-f2482056],
  .contact-section[data-v-f2482056] {
    padding: 48px 0;
}
.features-section[data-v-f2482056] {
    padding-left: 15px;
    padding-right: 15px;
}
.features-section .features-grid[data-v-f2482056] {
    padding: 0;
}
.features-section .section-title[data-v-f2482056],
  .features-section .section-subtitle[data-v-f2482056] {
    text-align: left;
    margin-left: 0;
}
.imtoken-home .feature[data-v-f2482056] {
    padding-left: 15px;
    padding-right: 15px;
}
.imtoken-home .feature .feature-inner .title[data-v-f2482056] {
    font-size: 25px;
}
.imtoken-home .feature .feature-inner .title[data-v-f2482056],
  .imtoken-home .feature .feature-inner .subtitle[data-v-f2482056] {
    text-align: left;
    margin-left: 15px;
}
.imtoken-home .feature .feature-inner .feature-cards .feature-item[data-v-f2482056] {
    border-radius: 0;
    border: 0;
    margin-bottom: 2px;
    align-items: flex-start;
    height: 140px;
}
.imtoken-home .feature .feature-inner .feature-cards .feature-item .ant-card-body[data-v-f2482056] {
    align-items: flex-start;
    text-align: left;
    padding-left: 20px;
}
.imtoken-home .feature .feature-inner .feature-cards .feature-item .title[data-v-f2482056],
  .imtoken-home .feature .feature-inner .feature-cards .feature-item .subtitle[data-v-f2482056] {
    text-align: left;
}
.imtoken-home .feature .feature-inner .feature-cards .feature-item[data-v-f2482056]:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.imtoken-home .feature .feature-inner .feature-cards .feature-item[data-v-f2482056]:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.download-btn[data-v-f2482056] {
    width: 160px;
    height: 44px;
    font-size: 16px;
}
.section-title[data-v-f2482056] {
    font-size: 32px;
    margin-bottom: 32px;
}
.subtitle[data-v-f2482056],
  .section-subtitle[data-v-f2482056] {
    font-size: 16px;
}
.feature-title[data-v-f2482056] {
    font-size: 24px;
}
.announce .announce-inner[data-v-f2482056] {
    padding: 0 20px;
}
.announce .announce-inner a[data-v-f2482056] {
    display: inline-block;
    width: calc(100vw - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer-info[data-v-f2482056] {
    flex-direction: column;
    gap: 16px;
}
.feature-card[data-v-f2482056] {
    text-align: left;
}
.feature-stats[data-v-f2482056] {
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.stat-divider[data-v-f2482056] {
    display: block;
}
.contact-inner[data-v-f2482056] {
    padding: 70px 30px 20px;
}
.contact-section .section-title[data-v-f2482056] {
    font-size: 25px;
    text-align: left;
    margin-bottom: 32px;
}
.contact-grid[data-v-f2482056] {
    flex-direction: column;
}
.contact-card[data-v-f2482056] {
    flex-direction: row;
    align-items: flex-start;
    width: calc(100vw - 80px);
    margin-bottom: 55px;
    text-align: left;
}
.contact-icon img[data-v-f2482056] {
    width: 33px;
    height: 33px;
}
.contact-content[data-v-f2482056] {
    padding-left: 20px;
    text-align: left;
}
.contact-title[data-v-f2482056] {
    margin-top: 0;
    font-size: 17px;
    line-height: 20px;
}
.contact-link[data-v-f2482056] {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}
.contact-description[data-v-f2482056] {
    font-size: 13px;
    line-height: 15px;
    color: #C4C9D9;
    margin-top: 10px;
}
.common-footer[data-v-f2482056] {
    width: 100%;
    position: relative;
    padding: 20px 1rem;
    border-top: 1px solid #F4F6F9;
}
.common-footer .to-top[data-v-f2482056] {
    position: absolute;
    right: 15px;
    top: -30px;
    width: 60px;
    height: 63px;
}
.partners-section[data-v-f2482056] {
    padding: 0;
}
.partners-section .container[data-v-f2482056] {
    width: 100%;
}
.partners-section .section-title[data-v-f2482056] {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    padding: 70px 30px 20px;
}
.partner-list[data-v-f2482056] {
    width: 100%;
    padding: 0;
}
.partner-item[data-v-f2482056] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.partner-item img[data-v-f2482056] {
    width: 100%;
    margin: 1em;
}
}

/* 产品区域样式 */
.product[data-v-f2482056] {
  background: var(--bg-primary);
  display: flex;
  justify-content: center;
  padding: 90px 0;
}
.product-inner[data-v-f2482056] {
  width: 100%;
  max-width: 1168px;
  padding: 0 2rem;
}
.product-section[data-v-f2482056] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 90px 0;
}
.product-section[data-v-f2482056]:first-child {
  margin-top: 0;
}
.product-section[data-v-f2482056]:last-child {
  margin-bottom: 0;
}
.product-section.reverse[data-v-f2482056] {
  flex-direction: row-reverse;
}
.product-content[data-v-f2482056] {
  flex: 1;
  max-width: 500px;
}
.product-image-container[data-v-f2482056] {
  flex: 1;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
.product-image-container img[data-v-f2482056] {
  width: 100%;
  max-width: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-title[data-v-f2482056] {
  font-size: 32px;
  line-height: 44px;
  color: var(--text-primary);
  font-weight: 300;
  margin-bottom: 8px;
}
.product-subtitle[data-v-f2482056] {
  font-size: 21px;
  line-height: 28px;
  color: var(--text-secondary);
  font-weight: 300;
  margin-bottom: 30px;
}
.product-stats[data-v-f2482056] {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
.stat-item[data-v-f2482056] {
  text-align: center;
}
.stat-number[data-v-f2482056] {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #468BDF;
  margin-bottom: 10px;
}
.stat-desc[data-v-f2482056] {
  color: var(--text-secondary);
  font-weight: 300;
  font-size: 17px;
}
.stat-divider-tall[data-v-f2482056] {
  width: 1px;
  height: 40px;
  background-color: #E1E6EA;
}
.stat-divider-short[data-v-f2482056] {
  width: 1px;
  height: 16px;
  background-color: #E1E6EA;
}
.product-price[data-v-f2482056] {
  margin: 20px 0;
}
.price-display[data-v-f2482056] {
  font-size: 28px;
  font-weight: 500;
  color: #468BDF !important;
  margin-bottom: 10px;
}
.price-actions[data-v-f2482056] {
  display: flex;
  gap: 15px;
  align-items: center;
}
.price-label[data-v-f2482056] {
  color: var(--text-secondary);
  font-size: 16px;
}
.buy-button[data-v-f2482056] {
  background: #468BDF;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* 移动端适配 */
@media (max-width: 960px) {
.product[data-v-f2482056] {
    padding: 60px 0;
}
.product-inner[data-v-f2482056] {
    padding: 0 1rem;
}
.product-section[data-v-f2482056] {
    flex-direction: column;
    text-align: left;
    gap: 2rem;
    margin: 60px 0;
}
.product-section.reverse[data-v-f2482056] {
    flex-direction: column;
}
.product-content[data-v-f2482056] {
    max-width: 100%;
    order: 2;
}
.product-image-container[data-v-f2482056] {
    max-width: 100%;
    order: 1;
    min-height: 200px;
}
.product-image-container img[data-v-f2482056] {
    max-width: 350px;
    width: 100%;
}
.product-title[data-v-f2482056] {
    font-size: 25px;
    line-height: 1.3;
}
.product-subtitle[data-v-f2482056] {
    font-size: 16px;
    line-height: 1.4;
}
.product-stats[data-v-f2482056] {
    justify-content: flex-start;
    gap: 20px;
}
.stat-number[data-v-f2482056] {
    font-size: 28px;
    line-height: 1.2;
}
.stat-desc[data-v-f2482056] {
    font-size: 14px;
}
.price-actions[data-v-f2482056] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
}
