/* ========================================
   基础样式
   ======================================== */

/* 股票页面 Banner 背景图片 */
.stocks-banner {
  background-image: url('../../web-assets/stocks/stocks_banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 白色背景容器 */
.stocks-fee-bg {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.04);
}

/* 功能特性模块渐变背景 */
.stocks-features-bg {
  background: linear-gradient(to top, rgba(78, 66, 194, 0.08), #fff);
}

/* 开户步骤模块 - 移除卡片效果 */
.stocks-steps-bg {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

/* 费用表格区域 */
.stocks-fee-section {
  max-width: 1264px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.stocks-fee-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}

/* 覆盖 airstar.css 中的 font-size: 1.575em */
.stocks-fee-title-override {
  font-size: 36px !important;
}

.stocks-fee-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin-bottom: 40px;
}

.stocks-fee-subtitle .highlight-blue,
.fractional-subtitle .highlight-blue {
  color: #4E42C2;
  font-weight: 600;
  font-size: 1.575em;
}

/* 费用表格 */
.stocks-fee-table {
  max-width: 1264px;
  margin: 0 auto 30px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #DDDBF5;
}

.fee-table-header {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
  background: #4E42C2;
  color: #fff;
}

.fee-table-row {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
  background: #f9fafc;
  border-bottom: 1px solid #DDDBF5;
}

.fee-table-row:last-child {
  border-bottom: none;
}

.fee-col {
  padding: 30px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  border-right: 1px solid #DDDBF5;
  border-bottom: 1px solid #DDDBF5;
}

.fee-col:last-child {
  border-right: none;
}

.fee-table-header .fee-col {
  font-size: 20px;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.fee-table-header .fee-col:last-child {
  border-right: none;
}

.fee-table-row:last-child .fee-col {
  border-bottom: none;
}

.fee-col-type {
  font-size: 20px;
  font-weight: 600;
}

.fee-col-hk,
.fee-col-us {
  font-size: 20px;
  font-weight: 600;
  /* background: #DDDBF5; */
}

.fee-highlight {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  display: inline-block;
}

.fee-main {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 8px;
}

.fee-sub {
  font-size: 20px;
  font-weight: 400;
  color: #666;
}

.stocks-fee-note {
  font-size: 16px;
  line-height: 1.6;
  color: #999;
  text-align: left;
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 碎股灵活区域 */
.stocks-fractional-section {
  max-width: 1264px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.fractional-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}

.fractional-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-bottom: 50px;
}

/* 碎股说明项 */
.fractional-info-item {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  gap: 20px;
  border-bottom: 1px solid #DDDBF5;
}

.fractional-info-item:nth-of-type(2) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.fractional-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fractional-icon img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.fractional-content {
  flex: 1;
}

.fractional-item-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.fractional-item-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* 碎股费用表格 */
.fractional-fee-table {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #DDDBF5;
}

.fractional-table-header {
  display: grid;
  grid-template-columns: 1fr 0.5fr 1.5fr 0.5fr;
  background: #4E42C2;
  color: #fff;
}

.fractional-table-row {
  display: grid;
  grid-template-columns: 1fr 0.5fr 1.5fr 0.5fr;
  background: #f9fafc;
  border-bottom: 1px solid #DDDBF5;
}

.fractional-table-row:last-child {
  border-bottom: none;
}

.fractional-col {
  padding: 25px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-size: 16px;
  border-right: 1px solid #DDDBF5;
  border-bottom: 1px solid #DDDBF5;
}

.fractional-col:last-child {
  border-right: none;
}

.fractional-table-header .fractional-col {
  font-size: 20px;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.fractional-table-header .fractional-col:last-child {
  border-right: none;
}

.fractional-table-row:last-child .fractional-col {
  border-bottom: none;
}

.fractional-free {
  font-size: 1.5em;
  font-weight: 700;
  color: #4E42C2;
}

.fractional-fee-main {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.fractional-fee-sub {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

/* 合并单元格样式 */
.fractional-colspan {
  grid-column: 2 / 5;
  font-size: 16px;
  color: #000;
}

/* 移动端表格默认隐藏 */
.fractional-fee-mobile {
  display: none;
}

/* 股票功能特性区域 */
.stocks-features-section {
  max-width: 1264px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.stocks-features-content {
  flex: 1;
  max-width: 500px;
}
.stocks-features-title-wrapper{
  padding: 50px 0 0 0;
}

.stocks-features-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  letter-spacing: normal;
  text-align: center;
}

.stocks-features-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stocks-feature-item {
  display: flex;
  align-items: flex-start;
}

.stocks-feature-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.stocks-feature-text img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.stocks-features-image {
  flex-shrink: 0;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stocks-features-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 开户步骤区域 */
.stocks-steps-section {
  max-width: 1264px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.stocks-steps-main-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 40px;
}

/* 标签切换 */
.stocks-tabs {
  display: inline-flex;
  gap: 40px;
  margin-bottom: 50px;
}

.stocks-tab-btn {
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #999;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  outline: none;
}

.stocks-tab-btn:focus {
  outline: none;
}

.stocks-tab-btn.active {
  color: #000;
  font-weight: 600;
  border-bottom-color: #000;
}

.stocks-tab-btn:hover:not(.active) {
  color: #666;
}

/* 标签内容 */
.stocks-tab-content {
  display: none;
}

.stocks-tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 步骤flex布局 */
.stocks-steps-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.stocks-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.stocks-step-badge {
  display: inline-block;
  padding: 10px 28px;
  background: #4E42C2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  margin-bottom: 24px;
}

.stocks-step-desc {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 40px 0;
  text-align: left;
  font-weight: 400;
}

.stocks-step-image {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stocks-step-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.stocks-steps-note {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  text-align: right;
  margin: 30px 0 0 0;
  padding: 0;
}

/* 常见问题按钮区域 */
.stocks-faq-section {
  text-align: center;
  padding: 60px 0 80px 0;
}

.stocks-faq-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stocks-faq-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: #4E42C2;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 12px rgba(78, 66, 194, 0.3);
}

.stocks-faq-btn:hover {
  background: #3d3399;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 6px 16px rgba(78, 66, 194, 0.4);
  transform: translateY(-2px);
}

.stocks-faq-btn svg {
  flex-shrink: 0;
}

.section-remark p {
  margin-bottom: 8px;
}

.section-remark p:last-child {
  margin-bottom: 0;
}

/* ========================================
   响应式样式 - 从大到小排序
   ======================================== */

/* 1199px 及以下 */
@media (max-width: 1199px) {
  .stocks-steps-grid {
    gap: 40px;
  }
}

/* 1099px 及以下 */
@media (max-width: 1099px) {
  .remittance-head-content .remittance-check {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  html[lang="zh"] .remittance-head-content .remittance-check p,
  html[lang="cn"] .remittance-head-content .remittance-check p,
  html[lang="en"] .remittance-head-content .remittance-check p {
    width: 100% !important;
    margin-bottom: 12px;
  }

  .remittance-head-content .remittance-check-offset {
    margin-left: 0 !important;
  }

  /* Banner */
  .stocks-banner {
    margin-bottom: 30px !important;
  }

  /* 白色背景容器响应式 */
  .stocks-fee-bg {
    border-radius: 12px;
  }

  /* 费用表格响应式 */
  .stocks-fee-section {
    padding: 40px 16px;
  }

  .stocks-fee-title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .stocks-fee-title-override {
    font-size: 32px !important;
  }

  .stocks-fee-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .stocks-fee-table {
    border-radius: 12px;
  }

  .fee-table-header,
  .fee-table-row {
    grid-template-columns: 100px 1fr 1fr;
  }

  .fee-col {
    padding: 20px 12px;
    font-size: 14px;
  }

  .fee-col-type {
    font-size: 16px;
  }

  .fee-table-header .fee-col {
    font-size: 16px;
  }

  .fee-highlight {
    font-size: 18px;
    line-height: 1.4;
  }

  .fee-main {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .fee-sub {
    font-size: 13px;
  }

  .stocks-fee-note {
    font-size: 14px;
    padding: 0 16px;
  }

  /* 碎股区域响应式 */
  .stocks-fractional-section {
    padding: 40px 16px;
  }

  .fractional-title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .fractional-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .fractional-icon {
    width: 40px;
    height: 40px;
  }

  .fractional-icon img {
    width: 40px;
    height: 40px;
  }

  .fractional-item-title {
    font-size: 20px;
  }

  .fractional-item-desc {
    font-size: 15px;
  }

  .fractional-info-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .fractional-info-item:nth-of-type(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .fractional-fee-table {
    border-radius: 12px;
  }

  .fractional-table-header,
  .fractional-table-row {
    grid-template-columns: 1fr 1fr 1.2fr 1fr;
  }

  .fractional-col {
    padding: 18px 12px;
    font-size: 14px;
  }

  .fractional-table-header .fractional-col {
    font-size: 16px;
  }

  .fractional-free {
    font-size: 18px;
  }

  .fractional-fee-main {
    font-size: 15px;
  }

  .fractional-fee-sub {
    font-size: 13px;
  }

  /* 功能特性区域响应式 */
  .stocks-features-section {
    flex-direction: column;
    gap: 40px;
    padding: 40px 16px;
  }

  .stocks-features-content {
    max-width: 100%;
  }

  .stocks-features-title {
    font-size: 36px;
    margin-bottom: 40px;
    letter-spacing: normal;
    text-align: center;
  }

  .stocks-feature-text {
    font-size: 18px;
  }

  .stocks-features-image {
    max-width: 100%;
    width: 100%;
  }

  /* 开户步骤区域响应式 */
  .stocks-steps-section {
    padding: 40px 16px;
  }

  .stocks-steps-main-title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .stocks-tabs {
    gap: 30px;
  }

  .stocks-tab-btn {
    padding: 10px 16px;
    font-size: 18px;
  }

  .stocks-steps-grid {
    gap: 30px;
  }

  .stocks-step-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

/* 768px 及以下 */
@media (max-width: 768px) {
  /* Banner */
  .stocks-banner {
    background-size: cover;
    background-position: center top;
  }

  /* 功能特性区域响应式 */
  .stocks-features-section {
    flex-direction: column;
    gap: 40px;
    padding: 30px 16px;
  }

  .stocks-features-content {
    max-width: 100%;
  }

  .stocks-features-title {
    font-size: 32px;
    margin-bottom: 30px;
    letter-spacing: normal;
    text-align: center;
  }

  .stocks-features-list {
    gap: 24px;
  }

  .stocks-feature-text {
    font-size: 16px;
    gap: 10px;
  }

  .stocks-feature-text img {
    width: 20px;
    height: 20px;
  }

  .stocks-features-image {
    max-width: 100%;
    width: 100%;
  }

  /* 开户步骤区域响应式 */
  .stocks-steps-section {
    padding: 30px 16px;
  }

  .stocks-steps-main-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .stocks-tabs {
    margin-bottom: 30px;
    gap: 24px;
  }

  .stocks-tab-btn {
    padding: 10px 12px;
    font-size: 16px;
  }

  .stocks-steps-grid {
    flex-direction: column;
    gap: 50px;
  }

  .stocks-step-item {
    max-width: 100%;
    align-items: center;
    padding: 30px 20px;
  }

  .stocks-step-badge {
    font-size: 18px;
    padding: 8px 24px;
    margin-bottom: 20px;
  }

  .stocks-step-desc {
    flex: 1;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }

  .stocks-step-image {
    width: 80%;
  }

  .stocks-steps-note {
    font-size: 12px;
    margin-top: 24px;
    text-align: center;
  }

  /* 常见问题按钮响应式 */
  .stocks-faq-section {
    padding: 40px 0 60px 0;
  }

  .stocks-faq-btn {
    padding: 14px 32px;
    font-size: 16px;
  }

  .stocks-faq-btn svg {
    width: 18px;
    height: 18px;
  }
}

/* 575.98px 及以下 */
@media (max-width: 575.98px) {
  /* 费用表格区域 */
  .stocks-fee-section {
    padding: 30px 12px;
  }

  .stocks-fee-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .stocks-fee-title-override {
    font-size: 28px !important;
  }

  .stocks-fee-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .fee-table-header,
  .fee-table-row {
    grid-template-columns: 80px 1fr 1fr;
  }

  .fee-col {
    padding: 16px 8px;
    font-size: 13px;
  }

  .fee-col-type {
    font-size: 14px;
  }

  .fee-table-header .fee-col {
    font-size: 14px;
  }

  .fee-highlight {
    font-size: 16px;
    line-height: 1.4;
  }

  .fee-main {
    font-size: 14px;
  }

  .fee-sub {
    font-size: 12px;
  }

  .stocks-fee-note {
    font-size: 13px;
  }

  /* 碎股区域手机响应式 */
  .stocks-fractional-section {
    padding: 30px 16px;
  }

  .fractional-title {
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
  }

  .fractional-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }

  .fractional-info-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .fractional-info-item:nth-of-type(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .fractional-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }

  .fractional-icon img {
    width: 36px;
    height: 36px;
  }

  .fractional-content {
    text-align: left;
    flex: 1;
  }

  .fractional-item-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .fractional-item-desc {
    font-size: 13px;
    line-height: 1.6;
  }

  .fractional-fee-table {
    margin-top: 30px;
  }

  /* 小屏幕隐藏桌面端表格 */
  .fractional-fee-table-desktop {
    display: none;
  }

  /* 小屏幕显示移动端表格 */
  .fractional-fee-mobile {
    display: block;
    margin-top: 30px;
  }

  .fractional-mobile-table {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #DDDBF5;
    display: grid;
    grid-template-columns: 1fr 1.3fr 1.3fr;
    grid-template-rows: auto auto auto auto;
  }

  /* 表头行 */
  .fractional-mobile-header-row {
    display: contents;
  }

  .fractional-mobile-header-cell {
    padding: 16px 8px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 1.4;
    background: #4E42C2;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid #DDDBF5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .fractional-mobile-header-cell:last-child {
    border-right: none;
  }

  /* 数据行 */
  .fractional-mobile-data-row {
    display: contents;
  }

  /* 标签单元格（第一列）*/
  .fractional-mobile-label-cell {
    padding: 16px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.4;
    border-right: 1px solid #DDDBF5;
    border-bottom: 1px solid #DDDBF5;
    background: #f9fafc;
  }

  /* 数据单元格 */
  .fractional-mobile-data-cell {
    padding: 16px 8px;
    font-size: 14px;
    color: #000;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-right: 1px solid #DDDBF5;
    border-bottom: 1px solid #DDDBF5;
    background: #f9fafc;
  }

  /* 最右侧列移除右边框 */
  .fractional-mobile-label-cell:nth-child(3n),
  .fractional-mobile-data-cell:nth-child(3n) {
    border-right: none;
  }

  /* 最后一行移除底部边框 */
  .fractional-mobile-data-row:last-child .fractional-mobile-label-cell,
  .fractional-mobile-data-row:last-child .fractional-mobile-data-cell:not(.fractional-mobile-rowspan) {
    border-bottom: none;
  }

  /* 跨行单元格 */
  .fractional-mobile-rowspan {
    grid-row: 2 / 5;
    grid-column: 3;
    border-right: none;
    border-bottom: none;
  }

  .fractional-mobile-center-content {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    text-align: left;
  }

  /* 免费文字样式 */
  .fractional-free {
    font-size: 20px;
    font-weight: 700;
    color: #4E42C2;
  }

  /* 平台费主文字 */
  .fractional-mobile-fee-main {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  /* 平台费副文字 */
  .fractional-mobile-fee-sub {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 1.3;
  }
}

/* ========================================
   地区相关显示控制
   ======================================== */

/* 默认隐藏所有地区专属内容 */
.show-for-cn,
.show-for-non-cn {
  display: none;
}

/* 中国大陆地区显示 CN 内容 */
body.region-cn .show-for-cn {
  display: block;
}

/* 非中国大陆地区显示 Non-CN 内容 */
body.region-non-cn .show-for-non-cn {
  display: block;
}

/* 如果是 inline 或 inline-block 元素，添加对应类名 */
body.region-cn .show-for-cn.inline {
  display: inline;
}

body.region-cn .show-for-cn.inline-block {
  display: inline-block;
}

body.region-non-cn .show-for-non-cn.inline {
  display: inline;
}

body.region-non-cn .show-for-non-cn.inline-block {
  display: inline-block;
}

/* 在 fee-highlight 中使用时，确保正确显示 */
.fee-col .show-for-cn.fee-highlight,
.fee-col .show-for-non-cn.fee-highlight {
  display: none;
  line-height: 1.4;
  width: 100%;
}

body.region-cn .fee-col .show-for-cn.fee-highlight {
  display: inline-block;
}

body.region-non-cn .fee-col .show-for-non-cn.fee-highlight {
  display: inline-block;
}

/* flex 容器内的元素 */
body.region-cn .show-for-cn.flex {
  display: flex;
}

body.region-non-cn .show-for-non-cn.flex {
  display: flex;
}
