:root {
  --suppliers-dtail-sidebar-width: 260px;
  --suppliers-dtail-sidebar-bg: #f9fafb;
  --suppliers-dtail-sidebar-border: #f3f4f6;
  --suppliers-dtail-sidebar-title-bg: #f9fafb;
  --suppliers-dtail-sidebar-title-color: #6a7282;
  --suppliers-dtail-sidebar-item-color: #6a7282;
  --suppliers-dtail-sidebar-item-active-color: #222222;
  --suppliers-dtail-sidebar-item-hover-bg: #fdfbf7;
  --suppliers-dtail-sidebar-item-active-border: #c39d66;
  --suppliers-dtail-sidebar-count-bg: #f3f4f6;
  --suppliers-dtail-sidebar-count-color: #9ca3af;
  --suppliers-dtail-content-gap: 50px;
}

/* ---- 内容区布局 ---- */
.suppliers-dtail-content {
  display: flex;
  align-items: flex-start;
  gap: var(--suppliers-dtail-content-gap);
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 0 60px;
}

/* ---- 侧边栏 ---- */
.suppliers-dtail-sidebar {
  width: var(--suppliers-dtail-sidebar-width);
  flex-shrink: 0;
  border: 1px solid var(--suppliers-dtail-sidebar-border);
  border-radius: 10px;
  overflow: hidden;
  background: var(--suppliers-dtail-sidebar-bg);
  position: sticky;
  top: 200px;
}

.nav-group {
  display: flex;
  flex-direction: column;
}

.nav-group-title {
  font-family:
    "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--suppliers-dtail-sidebar-title-color);
  background: var(--suppliers-dtail-sidebar-title-bg);
  border-bottom: 1px solid var(--suppliers-dtail-sidebar-border);
  padding: 16px 20px;
  margin: 0;
}

.nav-group-links {
  background: #fff;
  padding: 20px;
}
.nav-group-link-item {
  padding: 8px;
  display: flex;
  align-items: center;
}
.nav-group-link-item:not(:first-child) {
  margin-top: 8px;
}
.ExhibitorShareIcon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.nav-group-link-item a {
  font-size: 13px;
  color: #444;
  text-decoration: underline;
}
.nav-group-content {
  background: #fff;
  padding: 20px;
}
.nav-group-content .address {
  font-family:
    "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #444;
  font-size: 13px !important;
  line-height: 23px;
  /* font-size: 14px !important; */
}
.contact_info_item_label {
  color: #6a7282;
  font-size: 13px;
  display: inline-block;
  width: 70px;
}
.contact_info_item_value {
  color: #444;
  font-size: 13px;
}

.contact_info_item:not(:first-child) {
  padding-top: 16px;
}

.data_infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.data_infos .data_info_item {
  min-height: 76px;
  padding: 8px;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.data_infos .data_info_item:first-child{
  border-right: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
.data_infos .data_info_item:nth-child(2){
  border-bottom: 1px solid #E5E7EB;
}
.data_infos .data_info_item:nth-child(3){
  border-right: 1px solid #E5E7EB;
}

.data_info_item_num {
  font-size: 20px;
  color: #444;
  font-weight: 700;
}
.data_info_item_title {
  font-size: 12px;
  color: #6a7282;
}

/* ---- 主内容区 ---- */
.suppliers-dtail-main {
  flex: 1;
  min-width: 0;
}

.suppliers-dtail-section {
  margin-bottom: 36px;
  scroll-margin-top: 140px;
}

.section-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.section-header-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.section-header-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.section-header-text {
  flex: 1;
}

.section-header-text h2 {
  font-family:
    "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px;
}

.section-header-text p {
  font-family:
    "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* ---- 发展里程碑时间线 ---- */
.milestone-timeline {
  padding-top: 40px;
}

.milestone-item {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  min-width: 140px;
  max-width: 200px; */
  position: relative;
  display: flex;
  justify-content: space-between;
}
.milestone-item-left,
.milestone-item-right {
  width: 50%;
  padding: 0px 0px 40px;
}
.milestone-item-left {
  padding-right: 40px;
  border-right: 1px solid #eaeaea;
}
.milestone-item-right {
  padding-left: 40px;
  border-left: 1px solid #eaeaea;
}

.milestone-item-left .milestone-year,
.milestone-item-left .milestone-desc {
  text-align: right;
}
.milestone-item-right .milestone-year,
.milestone-item-right .milestone-desc {
  text-align: left;
}
.milestone-year {
  padding: 0px 0px 8px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #d6ad60;
}
.milestone-desc {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #444444;
}

.milestone-item .milestone-dot {
  width: 14px;
  height: 14px;
  background: #d6ad60;
  border: 2px solid #ffffff;
  box-shadow:
    0px 1px 3px rgba(0, 0, 0, 0.1),
    0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 1.67772e7px;
}

.milestone-line {
  width: 1px;
  height: 40px;
  background: #eaeaea;
}

.milestone-item-left .milestone-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 34px;
}

.milestone-item-right .milestone-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 34px;
}

.milestone-line-first {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 10px;
  height: 34px;
  background: #fff;
  /* background: #eb7070; */
}
.milestone-line-last {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 10px;
  /* 高度为父元素高度减去48 */
  height: calc(100% - 48px);
  /* height: 30px; */
  /* background: #eb7070; */
  background: #fff;
}
/* .milestone-item-left .milestone-line {
  
}
.milestone-item-right .milestone-line {
  
} */

/* 展会数据画像 */
.portrait-top {
  display: flex;
  justify-content: space-between;
}
.portrait-title {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #444444;
}
.portrait-desc {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  color: #444444;
}
.portrait-num {
  color: #c39d66;
  font-weight: 700;
}
.portrait-content,
.portrait-content-other {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 16px;
  gap: 12px;
  height: 140px;
  background: #fdfbf7;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  margin-top: 16px;
}
.portrait-item:last-child {
  margin-right: 0px;
}
.portrait-item-pillar {
  width: 32px;
  max-height: 88px;
  min-height: 4px;
  background: #e8e8e8;
  border-radius: 6px 6px 0px 0px;
}
.portrait-content .portrait-item:last-child .portrait-item-pillar {
  background: #c39d66;
}
.portrait-content .portrait-item:last-child .portrait-item-pillar-title {
  color: #c39d66;
  font-weight: 600;
}
.portrait-content-other .portrait-item:first-child .portrait-item-pillar {
  background: #c39d66;
}
.portrait-content-other .portrait-item:first-child .portrait-item-pillar-title {
  color: #c39d66;
  font-weight: 600;
}
.portrait-item-pillar-title {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #999999;
}

/* ---- 其他信息卡片 ---- */
.suppliers-dtail-other-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.suppliers-dtail-other-info-item {
  /* display: flex;
  align-items: center; */
  gap: 12px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #f2e8d5;
  border-radius: 10px;
  transition: box-shadow 0.2s ease;
}

.suppliers-dtail-other-info-item .other-info-item-icon {
  /* width: 36px; */
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}
.other-info-item-icon-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 48px;
  height: 48px;
  background: #fdfbf7;
  border: 1px solid #f2e8d5;
  border-radius: 10px;
}
.other-info-item-icon-block img {
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.other-info-item-title {
  padding: 16px 0px 0px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}
.other-info-item-desc {
  padding: 4px 0px 0px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #666666;
}
.suppliers-dtail-other-info-item-top {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 0px 20px;
  gap: 20px;
  border-bottom: 1px solid #eaeaea;
}
.suppliers-dtail-other-info-item-top .ExhibitionIpIcon {
  height: 75px;
  object-fit: contain;
  flex-shrink: 0;
}
.suppliers-dtail-other-info-item-top h4 {
  height: 27px;
  height: 27px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #444444;
}
.suppliers-dtail-other-info-item-top p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px 0px;
  height: 46px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #555555;
}
.suppliers-dtail-other-info-item-btm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0px 0px;
  gap: 48px;
}
.info-item-btm-label {
  width: 56px;
  height: 21px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #999999;
}
.info-item-btm-label-marginright {
  margin-right: 12px;
}
.info-item-btm-value {
  height: 21px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #444444;
}
.info-item-btm-value-link {
  color: #c39d66;
  text-decoration: underline;
}
.info-item-btm-value-link-other {
  text-decoration: underline;
}

.suppliers-dtail-other-info-item-exhibition-top h4 {
  height: 24px;
  height: 24px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.suppliers-dtail-other-info-item-exhibition-top p {
  padding: 8px 0px 0px;
  height: 22px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #666666;
}
.suppliers-dtail-other-info-item-exhibition-top img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
}
.suppliers-dtail-other-info-item-exhibition-top .info-item-time-address {
  padding: 16px 0px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
.suppliers-dtail-other-info-item-exhibition-top .info-item-time-address div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  height: 20px;
}
.suppliers-dtail-other-info-item-exhibition-top
  .info-item-time-address
  div
  span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 20px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.0761719px;
  color: #6a7282;
}
.suppliers-dtail-other-info-item-exhibition-btm {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 0px 0px;
  /* height: 65px; */
  margin-top: 16px;
  border-top: 1px dashed #eaeaea;
}
.item-exhibition-btm-label {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.item-exhibition-btm-value {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

/* ---- 搜索条 ---- */
.suppliers-dtail-section .section-search {
  margin-top: 24px;
  margin-bottom: 24px;
}
.suppliers-dtail-section .section-search-box {
  max-width: 1320px;
  margin: 0 auto 24px;
  position: relative;
  display: flex;
  align-items: stretch;
}

.suppliers-dtail-section .section-search-box input {
  flex: 1;
  padding: var(--spacing-md) var(--spacing-xl);
  padding-left: 50px;
  /* border: 1px solid var(--color-search-border); */
  border-right: none;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  background: var(--color-search-bg);
  border: 1px solid #eaeaea;
  box-shadow:
    0px 1px 3px rgba(0, 0, 0, 0.1),
    0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  color: var(--color-text-main);
  font-size: var(--font-size-base);
  outline: none;
  transition: all var(--transition-base);
}

.suppliers-dtail-section .section-search-box input::placeholder {
  color: var(--color-text-muted);
}

.suppliers-dtail-section .search-icon {
  position: absolute;
  left: 18px;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 12px;
  color: var(--color-text-muted);
  font-size: 18px;
  width: 18px;
  height: 18px;
  z-index: 1;
}

.suppliers-dtail-section .section-search-btn {
  padding: var(--spacing-md) var(--spacing-3xl);
  background: var(--color-search-btn-bg);
  color: var(--color-search-btn-text);
  border: none;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: var(--font-size-base);
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition-base);
  white-space: nowrap;
}

.suppliers-dtail-section .section-search-btn:hover {
  background: #4a4a4a;
}
/* ---- 分类标签 ---- */
.section-cates {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.section-cate {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 16px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.section-cate:hover {
  border-color: #c39d66;
  color: #c39d66;
}

.section-cate.active {
  background: #c39d66;
  border-color: #c39d66;
  color: #fff;
  font-weight: 500;
}

/* 展商 */
.suppliers-dtail-other-info-item-exhibitor-top {
}
.exhibitor-top-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  margin-top: 4px;
  box-sizing: border-box;
  /* width: 100%; */
}
.exhibitor-top-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ExhibitorLogoIcon-block {
  /* width: 56px; */
  /* height: 56px; */
  /* object-fit: contain; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f2e8d5;
  border-radius: 10px;
  background: #fff;
  margin-right: 16px;
}
.ExhibitorLogoIcon-block img {
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
}
.exhibitor-top-company {
}
.exhibitor-top-cate-p {
  padding: 2px 0px 0px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.exhibitor-top-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  height: 25px;
  background: #fdfbf8;
  border-radius: 6px;
}
.exhibitor-top-right img {
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
.exhibitor-top-right span {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #c39d66;
}
.exhibitor-top-desc {
  height: 22px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #555555;
}
.exhibitor-top-cates {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #888888;
  padding: 8px 0px;
}
.exhibitor-top-cates-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.exhibitor-top-cate {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px 10px;
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}
.suppliers-dtail-other-info-item-exhibitor-btm {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px 0px;
  border-top: 1px solid #f5f5f5;
  margin-top: 16px;
}
.exhibitor-btm-booth {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #444444;
}
.exhibitor-btm-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 82px;
  height: 30px;
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #222222;
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow:
    0px 1px 3px rgba(0, 0, 0, 0.1),
    0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.suppliers-dtail-other-info-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.info-item-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  /* margin-right: 8px; */
}

.info-item-text-last {
  display: flex;
  padding: 10px 0px;
}
.info-item-text-last-border {
  border-bottom: 1px solid #f5f5f5;
}

.info-item-text-padding-top0 {
  padding-top: 4px !important;
}

.info-item-value-y {
  color: #c39d66 !important;
}

.info-item-value-link {
  color: #c39d66 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}

.exhibition_ziliao {
  margin-top: 28px;
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
}

.exhibition_ziliao h5 {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #444444;
}

.exhibition_ziliaos {
  display: grid;
  /* 1行2列 */
  grid-template-columns: 1fr 1fr;
  gap: 4px 20px;
  padding-top: 16px;
}

.exhibition_ziliao-item {
  border: 1px solid #f2e8d5;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.exhibition_ziliao-item-left {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #444444;
}

.ZiliaoIconBlock {
  width: 32px;
  height: 32px;
  background: #c39d66;
  border-radius: 4px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ZiliaoIcon,
.DownZiliaoIcon {
  width: 16px;
  height: 16px;
}

.suppliers-dtail-pics {
  display: grid;
  /* 1行2列 */
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.suppliers-dtail-pic-item {
  text-align: center;
  font-size: 12px;
  color: #757575;
}
.suppliers-dtail-pic-item img {
  width: 100%;
  object-fit: contain;
  border: 1px solid #f2e8d5;
  border-radius: 14px;
}
.suppliers-dtail-pic-item p {
  margin-top: 8px;
}

.info-item-text {
  /* display: flex;
  flex-direction: column;
  gap: 4px; */
  display: grid;
  /* 1行2列 */
  grid-template-columns: 1fr 1fr;
  gap: 4px 60px;
  /* padding-top: 12px; */
}
.info-item-text div {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 0px;
  border-bottom: 1px solid #f5f5f5;
}
/* .info-item-text div:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
} */
.info-item-text .info-item-text-no-border {
  border-bottom: none !important;
}

.info-item-label {
  font-family:
    "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #9ca3af;
  padding: 0px;
  display: inline-block;
  width: 135px;
  height: 21px;
  flex-shrink: 0;
}

.info-item-value {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #222222;
}
.info-item-value-link {
  color: #c39d66;
  text-decoration: underline;
}
.info-item-value-other-link {
  color: #c39d66;
}
.info-item-value-14 {
  font-size: 14px !important;
}
.info-item-value-other {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #444444;
}
.info-item-value-other:hover {
  color: #c39d66;
  text-decoration: underline;
}
.margin_btm20 {
  margin-bottom: 20px;
}

/* ---- 响应式 ---- */
/* =========================================================== */
/*  -------------------   平板端 (≤1100px)   ----------------  */
/* =========================================================== */
@media (max-width: 1100px) {
  :root {
    --suppliers-dtail-sidebar-width: 220px;
    --suppliers-dtail-content-gap: 28px;
  }
  .suppliers-dtail-content {
    padding: 40px 20px;
  }
  .info-item-text {
    gap: 4px 32px;
  }
}

/* =========================================================== */
/*  -------------------   平板/小屏 (≤992px)   -------------- */
/* =========================================================== */
@media (max-width: 992px) {
  :root {
    --suppliers-dtail-sidebar-width: 100%;
    --suppliers-dtail-content-gap: 20px;
  }
  .suppliers-dtail-content {
    flex-direction: column;
    padding: 28px 20px 48px;
    max-width: 100%;
  }

  /* 侧栏：宽度100%、sticky降级为普通流，内容2列改3列 */
  .suppliers-dtail-sidebar {
    width: 100%;
    position: relative;
    top: auto;
    order: 2;
    border-radius: 10px;
  }
  .suppliers-dtail-main {
    order: 1;
  }

  .data_infos {
    grid-template-columns: repeat(3, 1fr);
  }
  .data_infos .data_info_item {
    height: 72px;
  }
  .data_infos .data_info_item:first-child,
  .data_infos .data_info_item:nth-child(3) {
    border-right: 1px solid #E5E7EB;
    border-bottom: none;
  }
  .data_infos .data_info_item:nth-child(2) {
    border-right: 1px solid #E5E7EB;
    border-bottom: none;
  }

  .suppliers-dtail-other-info {
    grid-template-columns: repeat(2, 1fr);
  }

  .exhibition_ziliaos {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .info-item-text {
    gap: 4px 24px;
  }
  .info-item-label {
    width: 110px;
  }
}

/* =========================================================== */
/*  -------------------   移动端 (≤768px)   ----------------  */
/* =========================================================== */
@media (max-width: 768px) {
  :root {
    --suppliers-dtail-content-gap: 16px;
  }

  /* 布局容器 */
  .suppliers-dtail-content {
    flex-direction: column;
    padding: 20px 16px 32px;
    max-width: 100%;
  }

  .suppliers-dtail-main {
    flex: none;
    width: 100%;
  }

  /* Section 标题 */
  .suppliers-dtail-section {
    margin-bottom: 24px;
    scroll-margin-top: 110px;
  }

  .section-header {
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }
  .section-header h2 {
    font-size: 17px;
    margin: 0;
  }

  /* Sidebar */
  .suppliers-dtail-sidebar {
    width: 100%;
    position: relative;
    top: auto;
    z-index: auto;
    border-radius: 10px;
  }
  .nav-group-title {
    display: block;
    padding: 12px 16px;
    font-size: 13px;
  }
  .nav-group-content {
    padding: 14px 16px;
  }
  .contact_info_item_label {
    width: 64px;
    font-size: 12px;
  }
  .contact_info_item_value {
    font-size: 12px;
    word-break: break-all;
  }
  .contact_info_item:not(:first-child) {
    padding-top: 12px;
  }

  /* 展会数据 */
  .data_infos {
    grid-template-columns: repeat(3, 1fr);
  }
  .data_infos .data_info_item {
    height: 68px;
  }
  .data_info_item_num {
    font-size: 17px;
  }
  .data_info_item_title {
    font-size: 11px;
    line-height: 1.3;
    padding: 0 4px;
  }

  /* 信息项列表：通用布局 */
  .suppliers-dtail-other-info-item {
    padding: 14px 14px;
    border-radius: 10px;
  }

  .suppliers-dtail-other-info {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* 详情信息（工商信息等） */
  .info-item-text {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .info-item-text div {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #F3F4F6;
    gap: 4px;
  }
  .info-item-label {
    width: 86px;
    height: auto;
    min-height: 21px;
    font-size: 12px;
    line-height: 1.5;
    flex-shrink: 0;
  }
  .info-item-value {
    font-size: 12px;
    line-height: 1.6;
    flex: 1;
    min-width: 0;
    word-break: break-all;
  }
  .info-item-text-padding-top0 {
    padding-top: 0 !important;
  }

  .info-item-text-last {
    padding: 10px 0 4px;
    flex-direction: column;
    gap: 4px;
  }
  .info-item-text-last p {
    margin: 0;
  }
  .info-item-text-last .info-item-label {
    width: auto;
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
  }
  .info-item-text-last .info-item-value {
    font-size: 12px;
    line-height: 1.7;
    word-break: break-word;
  }
  .info-item-text-last-border {
    border-bottom: 1px solid #F3F4F6;
    padding-bottom: 10px;
    margin-bottom: 4px;
  }

  /* 展品 / 展会图片 */
  .suppliers-dtail-pics {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .suppliers-dtail-pic-item img {
    border-radius: 10px;
  }
  .suppliers-dtail-pic-item p {
    font-size: 11px;
    margin-top: 6px;
    line-height: 1.4;
  }

  /* 展会资料 */
  .exhibition_ziliao {
    margin-top: 18px;
    padding-top: 14px;
  }
  .exhibition_ziliao h5 {
    font-size: 13px;
    line-height: 1.4;
  }
  .exhibition_ziliaos {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 12px;
  }
  .exhibition_ziliao-item {
    padding: 10px;
    border-radius: 8px;
  }
  .exhibition_ziliao-item-left {
    font-size: 12px;
  }
  .ZiliaoIconBlock {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 4px;
  }
  .ZiliaoIcon,
  .DownZiliaoIcon {
    width: 14px;
    height: 14px;
  }

  /* 画像柱图 */
  .portrait-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .portrait-content,
  .portrait-content-other {
    padding: 12px;
    gap: 8px;
    height: auto;
    min-height: 120px;
    border-radius: 8px;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .portrait-item {
    flex-shrink: 0;
  }
  .portrait-item-pillar {
    width: 24px;
    max-height: 72px;
  }
  .portrait-item-pillar-title {
    font-size: 10px;
    line-height: 1.3;
    white-space: nowrap;
  }

  /* 里程碑时间线 */
  .milestone-item {
    flex-direction: column;
  }
  .milestone-item-left,
  .milestone-item-right {
    width: 100%;
    padding: 0 0 28px 28px;
    border: none;
    border-left: 1px solid #eaeaea;
    text-align: left !important;
  }
  .milestone-item-left .milestone-year,
  .milestone-item-left .milestone-desc,
  .milestone-item-right .milestone-year,
  .milestone-item-right .milestone-desc {
    text-align: left;
  }
  .milestone-item-left .milestone-dot,
  .milestone-item-right .milestone-dot {
    left: 0;
    transform: translateX(-50%);
    top: 2px;
  }
  .milestone-line-first,
  .milestone-line-last {
    left: 0;
    transform: translateX(-50%);
    width: 1px;
    background: #fff;
  }
  .milestone-year {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 4px;
  }
  .milestone-desc {
    font-size: 12px;
    line-height: 1.6;
  }

  /* VR */
  .vr-item {
    min-height: 220px !important;
    max-height: 500px !important;
  }

  /* 参展方/推荐等混合信息 */
  .suppliers-dtail-other-info-item-top {
    padding: 0 0 14px;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .suppliers-dtail-other-info-item-top img.ExhibitionIpIcon {
    height: 64px;
    max-width: 100%;
  }
  .suppliers-dtail-other-info-item-top h4 {
    font-size: 15px;
    line-height: 1.4;
    height: auto;
  }
  .suppliers-dtail-other-info-item-top p {
    height: auto;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 4px;
  }
  .suppliers-dtail-other-info-item-btm {
    flex-direction: column;
    gap: 10px;
    padding: 14px 0 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .info-item-btm-label {
    font-size: 12px;
    width: auto;
    height: auto;
  }
  .info-item-btm-value {
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
  }
  .exhibitor-top-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-start;
  }
  .exhibitor-top-right {
    align-self: flex-start;
  }
  .exhibitor-top-desc {
    font-size: 12px;
    line-height: 1.6;
    height: auto;
  }
  .suppliers-dtail-other-info-item-exhibition-btm {
    margin-top: 12px;
    padding-top: 10px;
  }
  .suppliers-dtail-other-info-item-exhibition-top .info-item-time-address {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    gap: 8px;
  }
  .suppliers-dtail-other-info-item-exhibition-top h4 {
    font-size: 14px;
    line-height: 1.4;
  }

  /* 分类标签 */
  .section-cates {
    gap: 6px;
    margin-bottom: 16px;
  }
  .section-cate {
    padding: 5px 12px;
    height: auto;
    min-height: 30px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 6px;
  }
}

/* =========================================================== */
/*  -------------------   小屏手机 (≤380px)   -------------- */
/* =========================================================== */
@media (max-width: 380px) {
  .suppliers-dtail-content {
    padding: 16px 12px 28px;
  }
  .section-header h2 {
    font-size: 16px;
  }
  .info-item-label {
    width: 76px;
    font-size: 11px;
  }
  .info-item-value {
    font-size: 11px;
  }
  .suppliers-dtail-pics {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .data_info_item_num {
    font-size: 16px;
  }
  .portrait-content,
  .portrait-content-other {
    padding: 10px;
    min-height: 110px;
  }
  .milestone-item-left,
  .milestone-item-right {
    padding-left: 22px;
  }
  .exhibitor-top-cate {
    font-size: 10px;
    padding: 3px 8px;
  }
}
