/* ========== 产品详情页专属样式 ========== */

/* 标题区域 */
.hk-product-detail-header {
  background-color: #f6f9fe;
}

.hk-product-detail-header .container {
  padding-left: 9.5rem;
}

.product-detail-title-cn {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2679ad;
  letter-spacing: 0.2em;
}

.product-detail-title-en {
  font-size: 0.9rem;
  color: #2679ad;
}

/* 主体背景 */
.hk-product-detail-main {
  background-color: #f5f9ff;
}

/* 顶部整宽产品图 */
.hk-product-detail-div2 {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.hk-product-detail-div2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* 图片中间的“产品结构”文字 */
.hk-product-structure-label {
  position: absolute;
  top: 65%;
  left: 13.5%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  font-weight: 600;
  color: #555555;
  letter-spacing: 0.2em;
}

/* 产品结构示意图中文标签（每一段都可以单独微调位置） */
.hk-product-structure-left-caption {
  position: absolute;
  top: 74%;
  left: 19%;
  font-size: 0.7rem;
  color: #333;
}

.hk-product-structure-right-caption {
  position: absolute;
  top: 74%;
  left: 31%;
  font-size: 0.7rem;
  color: #333;
}

.hk-product-structure-left-layer1 {
  position: absolute;
  top: 64%;
  left: 28.5%;
  font-size: 0.65rem;
  color: #333;
}

.hk-product-structure-left-layer2 {
  position: absolute;
   top: 69%;
  left: 28.5%;
  font-size: 0.65rem;
  color: #333;
}

.hk-product-structure-right-layer1 {
  position: absolute;
  top: 63%;
  left: 41.5%;
  font-size: 0.65rem;
  color: #333;
}

.hk-product-structure-right-layer2 {
  position: absolute;
  top: 67.5%;
  left: 41.5%;
  font-size: 0.65rem;
  color: #333;
}

.hk-product-structure-right-layer3 {
  position: absolute;
  top: 71.5%;
  left: 41.5%;
  font-size: 0.65rem;
  color: #333;
}

/* 右侧文字信息整体容器 */
.hk-product-detail-info {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 44%;
}

.hk-product-detail-intro,
.hk-product-detail-management,
.hk-product-detail-application {
  padding: 1.1rem 1.3rem;
}

.hk-product-detail-management {
  margin-top: 0.75rem;
}

.hk-product-detail-application {
  margin-top: 0.75rem;
}

.hk-product-detail-list {
  list-style: none;
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.hk-product-detail-list li {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 0.8rem;
}

.hk-product-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4em;
  height: 0.4em;
  border: 1.5px solid #333;
  border-radius: 50%;
  background-color: transparent;
  transform: translateY(-50%);
}

/* ===== 控制“产品介绍 / 产品特点 / 产品应用”的标题和正文位置 ===== */
/* 产品介绍：标题和正文单独定位（基于 info 容器） */
.product-detail-title-intro {
  position: absolute;
  top: -209%;
  left: -1%;
}

.product-detail-text-intro {
  position: absolute;
  top: -164%;
  left: 1%;
  right: 4%;
}

/* 产品特点：标题与正文块放在中间区域 */
.product-detail-title-management {
  position: absolute;
  top: -49%;
  left: -1%;
}

.product-detail-text-management {
  position: absolute;
  top: -3%;
  left: 1%;
  right: 4%;
}

/* 产品应用：标题和正文在底部区域 */
.product-detail-title-application {
  position: absolute;
  top: 132%;
  left: -1%;
}

.product-detail-text-application {
  position: absolute;
  top: 177%;
  left: 1%;
  right: 4%;
}

/* 通用内容块 */
.product-detail-block {
  background-color: #ffffff;
  padding: 1.75rem 1.5rem;
}

/* 仅产品性能这块：去掉外层和内层的 margin-top，并加淡蓝背景 */
.product-detail-performance-block {
  position: relative;
  margin-top: 0 !important;
  background-color: #f6f9fe;
}

.product-detail-performance-table {
  margin-top: 0 !important;
}

/* 产品性能标题（蓝色条上的“产品性能”文字），可单独调整位置 */
.hk-product-performance-label {
  position: absolute;
  top: -14%;
  left: 13.5%;
  font-size: 0.85rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.15em;
  display: inline-block;
  z-index: 2;
}

/* ========== 各详情页单独 CSS（按 body 上的标记类区分） ========== */

/* 模切离型膜详情页专属样式 */
body.product-moqie .product-detail-title-intro {
}
body.product-moqie .product-detail-title-management {
}
body.product-moqie .product-detail-title-application {
}
body.product-moqie .hk-product-performance-label {
}

/* OCA 离型膜详情页专属样式 */
body.product-oca .product-detail-title-intro {
}
body.product-oca .product-detail-title-management {
  top: -55%;
}
body.product-oca .product-detail-title-application {
  top: 134%;
}
body.product-oca .hk-product-performance-label {
  top: -12%;
}

/* OCA 英文 / 日文状态下：单独调整“产品介绍 / 特点 / 应用”三块内容 */
body.lang-en.product-oca .product-detail-text-intro {
  font-size: 0.65rem;
  color: #444;
  margin-bottom: 0;
  top: -176%;
  width: 84%;
}

body.lang-en.product-oca .product-detail-text-management {
  /* 英文特点列表的单独位置 */
  top: -26%;
  width: 83%;
}

body.lang-en.product-oca .product-detail-text-application {
  /* 英文应用段落的单独位置 */
}

body.lang-jpn.product-oca .product-detail-text-intro {
  font-size: 0.65rem;
  color: #444;
  margin-bottom: 0;
  top: -176%;
  width: 84%;
  /* 日文介绍的单独位置 */
}

body.lang-jpn.product-oca .product-detail-text-management {
  /* 日文特点列表的单独位置 */
  top: -16%;
  width: 80%;
}

body.lang-jpn.product-oca .product-detail-text-application {
  /* 日文应用段落的单独位置 */
}

/* ===== 其余各产品：英文 / 日文状态下“产品介绍 / 特点”单独 CSS 钩子 ===== */

/* 模切离型膜 */
body.lang-en.product-moqie .product-detail-text-intro {
  width: 80%;
  top: -172%;
  /* 在这里单独调整英文介绍位置 / 样式 */
}
body.lang-en.product-moqie .product-detail-text-management {
  width: 88%;
  font-size: 0.7rem;
  top: -8%;
  left: -3%;
  /* 在这里单独调整英文特点列表位置 / 样式 */
}
body.lang-en.product-moqie .product-detail-text-application {
  width: 80%;
  /* 在这里单独调整英文应用段位置 / 样式 */
}
body.lang-jpn.product-moqie .product-detail-text-intro {
  width: 80%;
  top: -172%;
  /* 在这里单独调整日文介绍位置 / 样式 */
}
body.lang-jpn.product-moqie .product-detail-text-management {
  width: 88%;
  font-size: 0.7rem;
  top: -8%;
  left: -3%;
  /* 在这里单独调整日文特点列表位置 / 样式 */
}
body.lang-jpn.product-moqie .product-detail-text-application {
  width: 80%;
  /* 在这里单独调整日文应用段位置 / 样式 */
}

/* 抗静电离型膜 */
body.lang-en.product-anti-static .product-detail-text-intro {
  width: 80%;
  /* 英文介绍 */
}
body.lang-en.product-anti-static .product-detail-text-management {
  /* 英文特点列表 */
  width: 81%;
  font-size: 0.6rem;
  left: -2%;

}
body.lang-en.product-anti-static .product-detail-text-application {
  width: 80%;
  /* 英文应用段 */
}
body.lang-jpn.product-anti-static .product-detail-text-intro {
  width: 80%;
  /* 日文介绍 */
}
body.lang-jpn.product-anti-static .product-detail-text-management {
  width: 86%;
  top: -3%;
  left: -2%;
  /* 日文特点列表 */
}
body.lang-jpn.product-anti-static .product-detail-text-application {
  width: 80%;
  /* 日文应用段 */
}

/* TPU 离型膜 */
body.lang-en.product-tpu .product-detail-text-intro {
  width: 80%;
}
body.lang-en.product-tpu .product-detail-text-management {
  width: 80%;
}
body.lang-en.product-tpu .product-detail-text-application {
  width: 80%;
}
body.lang-jpn.product-tpu .product-detail-text-intro {
  width: 80%;
}
body.lang-jpn.product-tpu .product-detail-text-management {
  width: 80%;
}
body.lang-jpn.product-tpu .product-detail-text-application {
  width: 80%;
}

/* 胶带保护离型膜 */
body.lang-en.product-tape .product-detail-text-intro {
  width: 80%;
  top: -174%;
}
body.lang-en.product-tape .product-detail-text-management {
  top: 13%;
  font-size: 0.7rem;
  left: -1%;
}
body.lang-en.product-tape .product-detail-text-application {
  /* 英文应用段落的单独位置 */
  width: 80%;
}
body.lang-jpn.product-tape .product-detail-text-intro {
  top: -179%;
  width: 80%;
}
body.lang-jpn.product-tape .product-detail-text-management {
  top: 13%;
}
body.lang-jpn.product-tape .product-detail-text-application {
  width: 80%;
}

/* 非硅离型膜 */
body.lang-en.product-non-silicone .product-detail-text-intro {
  width: 80%;
  top: -172%;
}
body.lang-en.product-non-silicone .product-detail-text-management {
  width: 80%;
  top: -6%;
  font-size: 0.7rem;
}
body.lang-en.product-non-silicone .product-detail-text-application {
  width: 80%;
}
body.lang-jpn.product-non-silicone .product-detail-text-intro {
  width: 80%;
  top: -172%;
}
body.lang-jpn.product-non-silicone .product-detail-text-management {
  width: 80%;
}
body.lang-jpn.product-non-silicone .product-detail-text-application {
  width: 80%;
}

/* 石墨压延离型膜 */
body.lang-en.product-graphite .product-detail-text-intro {
  width: 80%;
}
body.lang-en.product-graphite .product-detail-text-management {
  width: 89%;
  font-size: 0.7rem;
  top: 15%
}
body.lang-en.product-graphite .product-detail-text-application {
  width: 80%;
}
body.lang-jpn.product-graphite .product-detail-text-intro {
  width: 80%;
}
body.lang-jpn.product-graphite .product-detail-text-management {
  width: 86%;
  top: 4%;
  left: -2%;

}
body.lang-jpn.product-graphite .product-detail-text-application {
  width: 80%;
}

/* 抗静电离型膜详情页专属样式 */
body.product-anti-static .product-detail-title-intro {
  width: 80%;
}
body.product-anti-static .product-detail-title-management {
  top: -37%;
}
body.product-anti-static .product-detail-title-application {
  top: 146%;
}
body.product-anti-static .hk-product-performance-label {
  top: -13%;
}

/* TPU 离型膜详情页专属样式 */
body.product-tpu .product-detail-title-intro {
}
body.product-tpu .product-detail-title-management {
  top: -30%;
}
body.product-tpu .product-detail-title-application {
  top: 133%;
}
body.product-tpu .product-detail-text-management {
  top: 15%;
  left: -1%;
}
body.product-tpu .hk-product-performance-label {
  top: -15%;
}

body.product-tpu .hk-product-structure-left-caption {
  /* ［单面离型膜］ */
  left: 22%;
}

body.product-tpu .hk-product-structure-left-layer1 {
  /* 非硅涂层 */
  left: 41%;
}

body.product-tpu .hk-product-structure-left-layer2 {
  /* PET 基材 */
  left: 41%;
}

/* 胶带保护离型膜详情页专属样式 */
body.product-tape .product-detail-title-intro {
}
body.product-tape .product-detail-title-management {
  top: -30%;
}
body.product-tape .product-detail-title-application {
}
body.product-tape .hk-product-performance-label {
}

/* 非硅离型膜详情页专属样式 */
body.product-non-silicone .product-detail-title-intro {
}
body.product-non-silicone .product-detail-title-management {
  top: -36%;
}
body.product-non-silicone .product-detail-title-application {
  top: 146%;
}
body.product-non-silicone .product-detail-text-management {
  top: 7%;
  left: -1%;
}

body.product-non-silicone .hk-product-structure-left-caption {
  /* ［单面离型膜］ */
  left: 22%;
}

body.product-non-silicone .hk-product-structure-left-layer1 {
  /* 非硅涂层 */
  left: 41%;
}

body.product-non-silicone .hk-product-structure-left-layer2 {
  /* PET 基材 */
  left: 41%;
}

body.product-non-silicone .hk-product-performance-label {
  top: -13%;
}

/* 石墨压延离型膜详情页专属样式 */
body.product-graphite .product-detail-title-intro {
}
body.product-graphite .product-detail-title-management {
  top: -31%;
}
body.product-graphite .product-detail-title-application {
}
body.product-graphite .hk-product-structure-left-caption {
  /* ［单面离型膜］ */
  left: 22%;
}

body.product-graphite .hk-product-structure-left-layer1 {
  /* 非硅涂层 */
  left: 41%;
}

body.product-graphite .hk-product-structure-left-layer2 {
  /* PET 基材 */
  left: 41%;
}
body.product-graphite .hk-product-performance-label {
  top: -16%;
}
body.product-graphite .product-detail-text-management {
  top: 7%;
  left: -1%;
}


/* 标题与正文基础样式 */
.product-detail-block-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #00549b;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.product-detail-text {
  font-size: 0.75rem;
  color: #444;
  margin-bottom: 0;
}

/* 性能表格样式 */
.product-detail-table th,
.product-detail-table td {
  font-size: 0.85rem;
  text-align: center;
}

.product-detail-table {
  border-color: #d3e1f5;
  max-width: 78%;
  margin: 0 auto;
}

.product-detail-table thead th {
  background-color: #1c7fcb;
  color: #ffffff;
  border-color: #d3e1f5;
  font-weight: 600;
}

/* 数据行白蓝相间：第1、3行白，第2、4行淡蓝 */
.product-detail-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.product-detail-table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

.product-detail-table tbody tr:nth-child(even) {
  background-color: #ceeaf8;
}
.product-detail-table tbody tr:nth-child(even) td {
  background-color: #ceeaf8;
}

/* 备注行保持白色 */
.product-detail-table-note-row,
.product-detail-table-note-row td {
  background-color: #ffffff !important;
  font-size: 0.78rem;
  color: #666666;
  text-align: center;
}

/* TPU 离型膜页面表格仅三行，备注行单独使用 #ceeaf8 背景 */
body.product-tpu .product-detail-table-note-row,
body.product-tpu .product-detail-table-note-row td {
  background-color: #ceeaf8 !important;
}

body.product-graphite .product-detail-table-note-row,
body.product-graphite .product-detail-table-note-row td {
  background-color: #ceeaf8 !important;
}
