/* 首页增强：最新动态 + 热销货架 */
.jdc-home-news {
  background: #f7f9fc;
  border-bottom: 1px solid #eef1f6;
}
.jdc-home-news-inner {
  padding: 18px 0 8px;
}
.jdc-home-news-hd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.jdc-home-news-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2329;
  line-height: 1.3;
}
.jdc-home-news-more {
  font-size: 13px;
  color: #1677ff;
  text-decoration: none;
  white-space: nowrap;
}
.jdc-home-news-more:hover {
  text-decoration: underline;
}
.jdc-home-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px 20px;
}
.jdc-home-news-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.jdc-home-news-link {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
  color: #434343;
  text-decoration: none;
}
.jdc-home-news-link:hover {
  color: #1677ff;
}
.jdc-home-news-date {
  flex-shrink: 0;
  font-size: 12px;
  color: #8c8c8c;
  font-style: normal;
}
.home-hot-shelf {
  margin: 0 0 28px;
}
.home-hot-shelf__inner {
  padding-top: 4px;
}
.home-hot-shelf__hd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.home-hot-shelf__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2329;
}
.home-hot-shelf__more {
  font-size: 13px;
  color: #1677ff;
  text-decoration: none;
}
.home-hot-shelf__more:hover {
  text-decoration: underline;
}
.home-hot-shelf__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.home-hot-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 128px;
  padding: 16px 16px 14px;
  background: #fff;
  border: 1px solid #e8ecf2;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.home-hot-card:hover {
  border-color: #1677ff;
  box-shadow: 0 6px 18px rgba(22, 119, 255, 0.08);
}
.home-hot-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 36px;
  height: 20px;
  padding: 0 8px;
  background: #f5222d;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.home-hot-card__badge--tag {
  background: #1677ff;
}
.home-hot-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #212121;
}
.home-hot-card__title .home-pro-card-flag {
  flex-shrink: 0;
}
.home-hot-card__title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-hot-card__desc {
  flex: 1;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-hot-card__cta {
  font-size: 13px;
  color: #1677ff;
  font-weight: 500;
}
.home-hot-card:hover .home-hot-card__cta {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .jdc-home-news-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-hot-shelf__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .jdc-home-news-inner {
    padding: 14px 12px 6px;
  }
  .jdc-home-news-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .jdc-home-news-item {
    border-bottom: 1px solid #eef1f6;
  }
  .home-hot-shelf {
    margin-bottom: 16px;
  }
  .home-hot-shelf__inner {
    padding: 0 12px;
  }
  .home-hot-shelf__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .home-hot-card {
    min-height: 112px;
    padding: 12px;
  }
}

/* ========== 首页产品区：图片1 四列 SKU 卡片 ========== */
/* 原模板 .pro-tab-bd.active 固定 428px + .pro-list-wrap 绝对定位，
   SKU 卡片变矮后底部会空出大块白边；改为按内容撑开 */
#home-pro-section.home-pro-section--sku .pro-tab-bd,
#home-pro-section.home-pro-section--sku .pro-tab-bd.active {
  height: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  transition: none;
}
#home-pro-section.home-pro-section--sku .pro-list-wrap.home-pro-sku-wrap {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  padding: 8px 0 4px;
  background: transparent;
}
.jdc-pro-list-v9 > .jdc-main-hd {
  padding-top: 28px;
}
/* 标题区「查看该分类全部产品」：原 .arr-red 浅蓝偏透，改为实色 */
#home-pro-cat-more.pro-more,
#home-pro-cat-more.arr-red {
  color: #1677ff !important;
  opacity: 1;
  font-weight: 500;
}
#home-pro-cat-more.arr-red:hover {
  color: #0958d9 !important;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 96px;
  min-height: 96px;
  max-height: 96px;
  padding: 14px 14px 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  text-decoration: none !important;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-card:hover {
  border-color: #1677ff;
  box-shadow: 0 6px 18px rgba(22, 119, 255, 0.08);
}
#home-pro-section.home-pro-section--sku .home-pro-sku-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 48%;
  min-width: 0;
  height: 22px;
  padding: 0 8px;
  background: #0052d9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-card__badge--tag,
#home-pro-section.home-pro-section--sku .home-pro-sku-card__badge--group {
  background: #0052d9;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-card__title {
  margin: 0 0 6px;
  padding-right: 56px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-card__desc {
  flex: 1 1 auto;
  margin: 0;
  min-height: 36px;
  max-height: 36px;
  font-size: 12px;
  line-height: 1.5;
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-card__cta {
  display: none !important;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-more-wrap {
  margin-top: 16px;
  text-align: center;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-more {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 20px;
  font-size: 14px;
  color: #1677ff;
  text-decoration: none;
  border: 1px solid #d6e4ff;
  background: #f0f5ff;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-more:hover {
  border-color: #1677ff;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-empty {
  padding: 48px 16px;
  text-align: center;
  font-size: 14px;
  color: #8c8c8c;
}
#home-pro-section.home-pro-section--sku .home-pro-sku-empty a {
  color: #1677ff;
  margin-left: 6px;
}
@media (max-width: 1200px) {
  #home-pro-section.home-pro-section--sku .home-pro-sku-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  #home-pro-section.home-pro-section--sku .home-pro-sku-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  #home-pro-section.home-pro-section--sku .home-pro-sku-card {
    height: 90px;
    min-height: 90px;
    max-height: 90px;
    padding: 12px 12px 10px;
  }
  #home-pro-section.home-pro-section--sku .home-pro-sku-card__title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #home-pro-section.home-pro-section--sku .home-pro-sku-card__desc {
    -webkit-line-clamp: 2;
    font-size: 12px;
    min-height: 32px;
    max-height: 32px;
    margin: 0;
  }
}

/* Banner：fade 叠层；避免非当前页文字透出 */
.jdc-first-screen .fs-slide.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
}
.jdc-first-screen .fs-slide.swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
  visibility: visible;
  z-index: 10;
}
.jdc-first-screen .fs-slide .fs-slide-tit,
.jdc-first-screen .fs-slide .fs-slide-des {
  position: relative;
  z-index: 1;
  letter-spacing: normal !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

/* 幻影灯视频：非当前隐藏；当前页播放中显示 */
.jdc-first-screen .fs-slide .banner-video {
  display: block !important;
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.jdc-first-screen .fs-slide .swiper-slide-active .banner-video.is-playing {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ========== 首页：帮助中心 / 新闻公告（产品区下方） ========== */
.home-res {
  margin: 28px auto 8px;
  width: 100%;
  max-width: 1576px;
  padding: 0 16px;
  box-sizing: border-box;
}
.home-res__tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.home-res__empty {
  grid-column: 1 / -1;
  padding: 24px 8px;
  text-align: center;
  color: #8c8c8c;
  font-size: 14px;
  list-style: none;
}
.home-res__tab {
  position: relative;
  min-width: 120px;
  height: 42px;
  padding: 0 28px;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  background: #fafafa;
  color: #595959;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  cursor: pointer;
  outline: none;
}
.home-res__tab + .home-res__tab {
  margin-left: -1px;
}
.home-res__tab.is-active {
  z-index: 2;
  background: #fff;
  color: #262626;
  border-top: 2px solid #e54d42;
  line-height: 38px;
}
.home-res__panel {
  display: none;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 18px 20px 12px;
  box-sizing: border-box;
  /* 预留 3列×6行 内容高度，条目少时边框也不缩矮 */
  min-height: 380px;
}
.home-res__panel.is-active {
  display: flex;
  flex-direction: column;
}
.home-res__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(40px, auto);
  align-content: start;
  column-gap: 20px;
  row-gap: 12px;
  flex: 1 1 auto;
  min-height: 312px;
}
.home-res__list li {
  min-width: 0;
}
.home-res__item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  color: inherit;
}
.home-res__ico {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff6a00
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctext x='12' y='16.5' text-anchor='middle' font-size='11' font-weight='700' font-family='Arial,sans-serif' fill='%23fff'%3Ezj%3C/text%3E%3C/svg%3E")
    center / 16px 16px no-repeat;
}
.home-res__pill {
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  font-size: 14px;
  line-height: 1.35;
  color: #262626;
  transition: color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}
.home-res__list li:nth-child(3n + 1) .home-res__pill { color: #1677ff; }
.home-res__list li:nth-child(3n + 2) .home-res__pill { color: #389e0d; }
.home-res__list li:nth-child(3n + 3) .home-res__pill { color: #c41d7f; }
.home-res__item:hover .home-res__pill {
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
  color: #1677ff;
}
.home-res__date {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1;
  color: #bfbfbf;
  font-style: normal;
  white-space: nowrap;
}
.home-res__foot {
  margin-top: auto;
  padding-top: 14px;
  text-align: right;
}
.home-res__more {
  font-size: 13px;
  color: #1677ff;
  text-decoration: none;
}
.home-res__more:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .home-res {
    margin: 20px 12px 4px;
    max-width: none;
  }
  .home-res__tab {
    min-width: 0;
    flex: 1;
    padding: 0 12px;
    font-size: 14px;
  }
  .home-res__panel {
    padding: 14px 12px 10px;
    min-height: 280px;
  }
  .home-res__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 10px;
    min-height: 220px;
  }
}
@media (max-width: 480px) {
  .home-res__list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .home-res__pill {
    font-size: 13px;
    padding: 7px 12px;
  }
}

/* core card custom isometric icons */
.core-wrap .core-item .tit i{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:8px;vertical-align:middle;flex-shrink:0}
.core-wrap .core-item .tit i img{width:36px;height:36px;object-fit:contain;display:block}

/* ========== 1. 最新活动 HOT 角标 ========== */
.jc_hd .jc_hd_list_item--hot {
  position: relative;
  padding-right: 36px !important;
}
.jc_hd .jc_hd_tag--hot,
.jc_hd .jc_hd_list_item--hot .jc_hd_tag {
  position: absolute;
  top: 12px;
  right: 2px;
  display: inline-block;
  margin: 0 !important;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #fff !important;
  background: #e53935;
  border-radius: 2px;
  transform: none;
  vertical-align: top;
}
.nav-m-menu .jc_hd_tag--hot,
.nav-m-menu .jc_hd_list_item--hot .jc_hd_tag {
  position: static;
  margin-left: 6px !important;
  vertical-align: middle;
}

/* ========== 4. 顶部搜索：垂直居中，勿置顶（仅桌面；勿覆盖 .hidden-xs） ========== */
@media (min-width: 992px) {
  .jc_hd .jc_hd_operation {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    padding-left: 24px !important;
    box-sizing: border-box;
  }
  .jc_hd .jc_hd_operation > a,
  .jc_hd .jc_hd_operation .jc_hd_login,
  .jc_hd .jc_hd_operation .bo-lang {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  .jc_hd .jc_hd_operation.hidden-xs,
  .jc_hd .jc_hd_operation,
  .jc_hd .bo-hd-search,
  .jc_hd .jc_hd_console {
    display: none !important;
  }
  .jc_hd_lang.bo-lang-switch.hidden-xs,
  .jc_hd .jc_hd_lang.bo-lang-switch,
  .jc_hd .bo-lang-menu,
  .jc_hd .lang-list.bo-lang-menu {
    display: none !important;
  }
}
.bo-hd-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 8px;
  height: auto;
}
.bo-hd-search__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 168px;
  height: 36px;
  padding: 0 12px 0 14px;
  border: 0;
  border-radius: 4px;
  background: #f3f4f6;
  color: #8c8c8c;
  font-size: 13px;
  cursor: pointer;
  box-sizing: border-box;
}
.bo-hd-search__trigger:hover {
  background: #eceef2;
}
.bo-hd-search__trigger-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bo-hd-search__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%238C8C8C' stroke-width='1.5'%3E%3Ccircle cx='7' cy='7' r='5'/%3E%3Cpath stroke-linecap='round' d='M11.2 11.2L14 14'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}
.bo-hd-search__panel {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1200;
  width: 420px;
  padding: 14px 16px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  box-sizing: border-box;
}
.bo-hd-search.is-open .bo-hd-search__panel {
  display: block;
}
.bo-hd-search__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #8c8c8c;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.bo-hd-search__tabs {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding: 0 28px 0 4px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.bo-hd-search__tab {
  position: relative;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #262626;
  font-size: 14px;
  cursor: pointer;
}
.bo-hd-search__tab.is-active {
  color: #1677ff;
  font-weight: 600;
}
.bo-hd-search__tab.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #1677ff;
}
.bo-hd-search__form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  background: #f3f4f6;
  box-sizing: border-box;
  overflow: hidden;
}
.bo-hd-search__ipt {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  height: 42px;
  padding: 0 8px 0 14px !important;
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #262626;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}
.bo-hd-search__ipt::placeholder {
  color: #8c8c8c;
}
.bo-hd-search__btn {
  position: static !important;
  top: auto !important;
  right: auto !important;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ========== 3. 视频幻影灯：左侧竖向切换（对齐 .j-w，勿压标题） ========== */
.jdc-first-screen {
  position: relative;
}
.jdc-first-screen .fs-slide {
  position: relative;
}
.fs-phantom-anchor {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 120px;
  z-index: 8;
  margin-left: auto !important;
  margin-right: auto !important;
  pointer-events: none;
  box-sizing: border-box;
}
.fs-phantom-rail {
  position: absolute;
  left: 160px;
  right: auto;
  top: 138px;
  bottom: auto;
  transform: none;
  z-index: 8;
  width: 280px;
  max-width: 280px;
  max-height: none;
  overflow: visible;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  border-right: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  pointer-events: auto;
}
.fs-phantom-tab {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 18px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  transition: color 0.2s linear;
  white-space: nowrap;
}
.fs-phantom-tab:last-child {
  margin-bottom: 0;
}
/* 渐变底：透明 → 淡蓝 */
.fs-phantom-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(89deg, hsla(0, 0%, 100%, 0), rgba(59, 130, 246, 0.18));
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(1, 0.05, 0.58, 1);
  pointer-events: none;
  z-index: 0;
}
/* 右侧竖条伸展 */
.fs-phantom-tab::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 4px;
  background: #0052d9;
  transform: scaleY(0);
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
  z-index: 2;
}
.fs-phantom-tab__txt {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.fs-phantom-tab:hover {
  color: #0052d9;
  background: transparent;
}
.fs-phantom-tab:hover::before {
  opacity: 0.7;
}
.fs-phantom-tab.is-active {
  color: #0052d9;
  font-weight: 700;
  background: transparent;
  box-shadow: none;
}
.fs-phantom-tab.is-active::before {
  opacity: 1;
}
.fs-phantom-tab.is-active::after {
  transform: scaleY(1);
}
.jdc-first-screen .fs-slide .fs-slide-item .fs-slide-ct {
  padding-top: 148px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 480px !important;
  width: auto !important;
  max-width: 720px !important;
  box-sizing: border-box;
}
.jdc-first-screen .fs-slide-label-box {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  height: auto;
  min-height: 24px;
  margin-bottom: 12px;
  white-space: nowrap;
}
.jdc-first-screen .fs-slide-label-plain {
  flex: 0 1 auto;
  color: #262626;
  font-size: 13px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jdc-first-screen .fs-slide-hot {
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  background: #e53935;
  border-radius: 2px;
  vertical-align: middle;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}
.jdc-first-screen .fs-slide .fs-slide-item .fs-slide-ct .fs-slide-txt {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
.jdc-first-screen .fs-slide .fs-slide-item .fs-slide-ct .fs-slide-tit {
  max-height: none !important;
  line-height: 1.25 !important;
  color: #141414;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jdc-first-screen .fs-slide .fs-slide-item .fs-slide-ct .fs-slide-des {
  max-height: none !important;
  margin-top: 12px;
  color: #434343;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jdc-first-screen .fs-slide .fs-slide-item .fs-slide-ct .jdc-btn {
  margin-top: 28px;
  border-radius: 2px;
  background: #1677ff;
  background-image: none;
}
@media (max-width: 1280px) {
  .fs-phantom-rail {
    left: 80px;
    top: 120px;
    width: 240px;
    max-width: 240px;
  }
  .jdc-first-screen .fs-slide .fs-slide-item .fs-slide-ct {
    margin-left: 360px !important;
    padding-left: 0 !important;
    max-width: 560px !important;
  }
}
@media (max-width: 768px) {
  .fs-phantom-anchor,
  .fs-phantom-rail {
    display: none !important;
  }
  .jdc-first-screen .fs-slide .fs-slide-item .fs-slide-ct {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 18px !important;
    padding-bottom: 0 !important;
    max-width: 100% !important;
    width: auto !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .jdc-first-screen .fs-slide-label-plain,
  .jdc-first-screen .fs-slide .fs-slide-item .fs-slide-ct .fs-slide-tit,
  .jdc-first-screen .fs-slide .fs-slide-item .fs-slide-ct .fs-slide-des {
    white-space: normal;
  }
}

/* 幻影灯：隐藏底部分页条（已从 HTML 移除，兜底隐藏） */
.jdc-first-screen .banner-swiper-paginnation,
.jdc-first-screen .fs-slide > .jdc-swiper-pagination,
.jdc-first-screen .fs-slide .jdc-swiper-pagination {
  display: none !important;
}

/* ========== 行业区：去掉左栏底图插画；修复右侧卡片被盖住 ========== */
.jdc-pro-list-v9 .pro-tab-nav {
  background-image: none !important;
  background-color: #f7f8fb !important;
}
.jdc-pro-list-v9 .pro-tab-nav .m-sub-bg {
  display: none !important;
}
.jdc-pro-list-v9 .pro-tab-nav .nav-item.on:after {
  background: radial-gradient(
    ellipse at center,
    rgba(140, 199, 255, 0.5) 0%,
    rgba(255, 180, 200, 0.22) 42%,
    rgba(255, 255, 255, 0) 72%
  ) !important;
  background-image: none !important;
  background: radial-gradient(
    ellipse at center,
    rgba(140, 199, 255, 0.5) 0%,
    rgba(255, 180, 200, 0.22) 42%,
    rgba(255, 255, 255, 0) 72%
  ) !important;
  -webkit-animation: bo-industry-glow 3.8s ease-in-out infinite alternate !important;
  animation: bo-industry-glow 3.8s ease-in-out infinite alternate !important;
  -webkit-transform: none !important;
  transform: none !important;
}
@-webkit-keyframes bo-industry-glow {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  100% {
    opacity: 0.95;
    -webkit-transform: scale(1.06) translate(10px, -6px);
    transform: scale(1.06) translate(10px, -6px);
  }
}
@keyframes bo-industry-glow {
  0% {
    opacity: 0.5;
    transform: scale(0.94);
  }
  100% {
    opacity: 0.95;
    transform: scale(1.06) translate(10px, -6px);
  }
}
.jdc-pro-list-v9 .jdc-pro-item,
.jdc-pro-list-v9 .pro-bd,
.jdc-pro-list-v9 .j-w {
  position: relative;
  z-index: 2;
}
.jdc-pro-list-v9 .bg-right {
  z-index: 0 !important;
}
.jdc-pro-list-v9 .j-col-18 {
  position: relative;
  z-index: 3;
}
.jdc-pro-list-v9 .pro-list-wrap {
  position: relative !important;
  z-index: 3 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.jdc-pro-list-v9 .pro-tab-bd {
  position: relative !important;
  z-index: 3 !important;
}
.jdc-pro-list-v9 .pro-list-wrap .pro-card {
  visibility: visible !important;
  opacity: 1 !important;
}

/* ========== 顶栏：用户登录 / 注册 → 通高直角色块（对齐参考图） ========== */
@media (min-width: 992px) {
  .jc_hd .jc_hd_operation .jc_hd_login,
  .jc_hd .jc_hd_operation .jc_hd_log_out {
    display: inline-flex !important;
    align-items: stretch !important;
    align-self: stretch !important;
    height: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0;
  }
  .jc_hd .jc_hd_log_out .jc_login,
  .jc_hd .jc_hd_log_out .jc_reg {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .jc_hd .jc_hd_log_out .jc_login {
    min-width: 104px;
    color: #333 !important;
    background: transparent !important;
  }
  .jc_hd .jc_hd_log_out .jc_login:hover {
    color: #006eff !important;
    background: transparent !important;
  }
  .jc_hd .jc_hd_log_out .jc_reg {
    min-width: 104px;
    margin-left: 0 !important;
    color: #fff !important;
    font-weight: 600 !important;
    background: #006eff !important;
  }
  .jc_hd .jc_hd_log_out .jc_reg:hover {
    color: #fff !important;
    background: #0058d9 !important;
  }
}
.nav-m-btn-wrap .jdc-m-btn-primary.jc_reg,
.nav-m-btn-wrap .jc_reg {
  border-radius: 0 !important;
}


