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

/* 标题区域 */
.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;
}

body.lang-en .hk-product-structure-left-layer1 {
  position: absolute;
  top: 22.8rem;
  left: 28.5%;
  font-size: 0.65rem;
  color: #333;
  white-space: pre-line;
  line-height: 0.7rem;
}

@media (min-width:1280px) {
  body.lang-en .hk-product-structure-left-layer1 {
    position: absolute;
    top: 19.3rem;
    left: 28.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }
}

@media (min-width:1440px) {
  body.lang-en .hk-product-structure-left-layer1 {
    position: absolute;
    top: 22.8rem;
    left: 28.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.lang-jpn .hk-product-structure-left-layer1 {
  position: absolute;
  top: 22.8rem;
  left: 28.5%;
  font-size: 0.65rem;
  color: #333;
  white-space: pre-line;
  line-height: 0.7rem;
}

@media (min-width:1280px) {
  body.lang-jpn .hk-product-structure-left-layer1 {
    position: absolute;
    top: 19.3rem;
    left: 28.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }
}

@media (min-width:1440px) {
  body.lang-jpn .hk-product-structure-left-layer1 {
    position: absolute;
    top: 22.8rem;
    left: 28.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

.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;
}

body.lang-en .hk-product-structure-right-layer1 {
  position: absolute;
  top: 22.6rem;
  left: 41.5%;
  font-size: 0.65rem;
  color: #333;
  white-space: pre-line;
  line-height: 0.7rem;
}

@media (min-width:1280px) {
  body.lang-en .hk-product-structure-right-layer1 {
    position: absolute;
    top: 19rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }

}

@media (min-width:1440px) {
  body.lang-en .hk-product-structure-right-layer1 {
    position: absolute;
    top: 22.6rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.lang-jpn .hk-product-structure-right-layer1 {
  position: absolute;
  top: 22.7rem;
  left: 41.5%;
  font-size: 0.65rem;
  color: #333;
  white-space: pre-line;
  line-height: 0.7rem
}

@media (min-width:1280px) {
  body.lang-jpn .hk-product-structure-right-layer1 {
    position: absolute;
    top: 19rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem
  }
}

@media (min-width:1440px) {
  body.lang-jpn .hk-product-structure-right-layer1 {
    position: absolute;
    top: 22.5rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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

body.lang-en .hk-product-structure-right-layer2 {
  position: absolute;
  top: 24.2rem;
  left: 41.5%;
  font-size: 0.65rem;
  color: #333;
  white-space: pre-line;
  line-height: 0.7rem;
}

@media (min-width:1280px) {
  body.lang-en .hk-product-structure-right-layer2 {
    position: absolute;
    top: 20.4rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }

}

@media (min-width:1440px) {
  body.lang-en .hk-product-structure-right-layer2 {
    position: absolute;
    top: 24.2rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.lang-jpn .hk-product-structure-right-layer2 {
  position: absolute;
  top: 24.3rem;
  left: 41.5%;
  font-size: 0.65rem;
  color: #333;
  white-space: pre-line;
  line-height: 0.7rem
}

@media (min-width:1280px) {
  body.lang-jpn .hk-product-structure-right-layer2 {
    position: absolute;
    top: 20.4rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem
  }

}

@media (min-width:1440px) {
  body.lang-jpn .hk-product-structure-right-layer2 {
    position: absolute;
    top: 24.3rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem
  }

}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}


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

body.lang-en .hk-product-structure-right-layer3 {
  position: absolute;
  top: 25.7rem;
  left: 41.5%;
  font-size: 0.65rem;
  color: #333;
  white-space: pre-line;
  line-height: 0.7rem;
}

@media (min-width:1280px) {
  body.lang-en .hk-product-structure-right-layer3 {
    position: absolute;
    top: 21.8rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }


}

@media (min-width:1440px) {
  body.lang-en .hk-product-structure-right-layer3 {
    position: absolute;
    top: 25.7rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.lang-jpn .hk-product-structure-right-layer3 {
  position: absolute;
  top: 25.8rem;
  left: 41.5%;
  font-size: 0.65rem;
  color: #333;
  white-space: pre-line;
  line-height: 0.7rem;
}

@media (min-width:1280px) {
  body.lang-jpn .hk-product-structure-right-layer3 {
    position: absolute;
    top: 21.8rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }

}

@media (min-width:1440px) {
  body.lang-jpn .hk-product-structure-right-layer3 {
    position: absolute;
    top: 25.8rem;
    left: 41.5%;
    font-size: 0.65rem;
    color: #333;
    white-space: pre-line;
    line-height: 0.7rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

/* 右侧文字信息整体容器 */
.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.55rem;
  
  /* 1. 设置核心尺寸 (仅决定内圈大小) */
  width: 0.4em;
  height: 0.4em;
  
  /* 2. 内圈：使用 border */
  border: 1.5px solid #333;
  
  /* 3. 外圈：使用 outline (这是关键，它没有锯齿) */
  outline: 1.5px solid #333; /* 粗细与 border 一致 */
  
  /* 4. 控制间距：让外圈向外扩散 */
  /* 这里的数值 = 外圈线宽 + 两个圈之间的空隙 */
  outline-offset: 3px; 
  
  /* 5. 保持圆形 */
  border-radius: 50%;
  
  /* 6. 定位 */
  transform: translateY(-50%);
  
  /* 7. 确保背景透明 */
  background-color: transparent;
}



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

@media (min-width:1280px) {
  .product-detail-title-intro {
    position: absolute;
    top: -10.7rem;
    left: -0.5rem;
  }
}

@media (min-width:1440px) {
  .product-detail-title-intro {
    position: absolute;
    top: -13.1875rem;
    left: -1%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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

@media (min-width:1280px) {
  .product-detail-text-intro {
    position: absolute;
    top: -9rem;
    left: 1%;
    right: 4%;
  }
}

@media (min-width:1440px) {
  .product-detail-text-intro {
    position: absolute;
    top: -164%;
    left: 1%;
    right: 4%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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

@media (min-width:1280px) {
  .product-detail-title-management {
    position: absolute;
    top: -2.15rem;
    left: -1%;
  }
}

@media (min-width:1440px) {
  .product-detail-title-management {
    position: absolute;
    top: -3.125rem;
    left: -1%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}



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

@media (min-width:1280px) {
  .product-detail-text-management {
    position: absolute;
    top: 0rem;
    left: 1%;
    right: 4%;
  }

}

@media (min-width:1440px) {
  .product-detail-text-management {
    position: absolute;
    top: 0.3rem;
    left: 1%;
    right: 4%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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

@media (min-width:1280px) {
  .product-detail-title-application {
    position: absolute;
    top: 7.54rem;
    left: -1%;
  }
}

@media (min-width:1440px) {
  .product-detail-title-application {
    position: absolute;
    top: 8.3125rem;
    left: -1%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}


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

@media (min-width:1280px) {
  .product-detail-text-application {
    position: absolute;
    top: 10rem;
    left: 1%;
    right: 4%;
  }
}

@media (min-width:1440px) {
  .product-detail-text-application {
    position: absolute;
    top: 177%;
    left: 1%;
    right: 4%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}


/* 通用内容块 */
@media (min-width:1280px) {}

@media (min-width:1440px) {
  .product-detail-text-application {
    position: absolute;
    top: 11.625rem;
    left: 1%;
    right: 4%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

.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;
}

@media (min-width:1280px) {
  .hk-product-performance-label {
    position: absolute;
    top: -2.4rem;
    left: 10.6rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.15em;
    display: inline-block;
    z-index: 2;
  }
}

@media (min-width:1440px) {
  .hk-product-performance-label {
    position: absolute;
    top: -2.875rem;
    left: 13.5%;
    font-size: 0.85rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.15em;
    display: inline-block;
    z-index: 2;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

/* ========== 各详情页单独 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%;
}

@media (min-width:1280px) {
  body.product-oca .product-detail-title-management {
    top: -2.5rem;
  }
}

@media (min-width:1440px) {
  body.product-oca .product-detail-title-management {
    top: -3.5625rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}


body.product-oca .product-detail-title-application {
  top: 134%;
}

@media (min-width:1280px) {
  body.product-oca .product-detail-title-application {
    top: 7.55rem;
  }
}

@media (min-width:1440px) {
  body.product-oca .product-detail-title-application {
    top: 8.3125rem;
  }

}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.product-oca .hk-product-performance-label {
  top: -12%;
}

@media (min-width:1280px) {
  body.product-oca .hk-product-performance-label {
    top: -2.45rem;
  }
}

@media (min-width:1440px) {
  body.product-oca .hk-product-performance-label {
    top: -2.875rem;
  }


}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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

@media (min-width:1280px) {
  body.lang-en.product-oca .product-detail-text-intro {
    font-size: 0.65rem;
    color: #444;
    margin-bottom: 0;
    top: -9rem;
    width: 84%;
  }
}

@media (min-width:1440px) {
  body.lang-en.product-oca .product-detail-text-intro {
    font-size: 0.65rem;
    color: #444;
    margin-bottom: 0;
    top: -176%;
    width: 84%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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

@media (min-width:1280px) {
  body.lang-en.product-oca .product-detail-text-management {
    /* 英文特点列表的单独位置 */
    top: -1rem;
    width: 83%;
  }
}

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

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
  /* 日文介绍的单独位置 */
}

@media (min-width:1280px) {
  body.lang-jpn.product-oca .product-detail-text-intro {
    font-size: 0.65rem;
    color: #444;
    margin-bottom: 0;
    top: -9rem;
    width: 84%;
  }
}

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

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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

@media (min-width:1280px) {
  body.lang-jpn.product-oca .product-detail-text-management {
    /* 日文特点列表的单独位置 */
    top: -16%;
    width: 30rem;
  }
}

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

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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

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

/* 模切离型膜 */
body.lang-en.product-moqie .product-detail-text-intro {
  width: 80%;
  top: -172%;
  /* 在这里单独调整英文介绍位置 / 样式 */
}

@media (min-width:1280px) {
  body.lang-en.product-moqie .product-detail-text-intro {
    width: 80%;
    top: -9rem;
    /* 在这里单独调整英文介绍位置 / 样式 */
  }
}

@media (min-width:1440px) {
  body.lang-en.product-moqie .product-detail-text-intro {
    width: 80%;
    top: -172%;
    /* 在这里单独调整英文介绍位置 / 样式 */
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.lang-en.product-moqie .product-detail-text-management {
  width: 88%;
  font-size: 0.7rem;
  top: -8%;
  left: -3%;
  /* 在这里单独调整英文特点列表位置 / 样式 */
}

@media (min-width:1280px) {
  body.lang-en.product-moqie .product-detail-text-management {
    width: 88%;
    font-size: 0.65rem;
    top: -8%;
    left: -3%;
    line-height: 0.9rem;
    /* 在这里单独调整英文特点列表位置 / 样式 */
  }
}

@media (min-width:1440px) {
  body.lang-en.product-moqie .product-detail-text-management {
    width: 88%;
    font-size: 0.7rem;
    top: -8%;
    left: -3%;
    /* 在这里单独调整英文特点列表位置 / 样式 */
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.lang-en.product-moqie .product-detail-text-application {
  width: 80%;
  /* 在这里单独调整英文应用段位置 / 样式 */
}

body.lang-jpn.product-moqie .product-detail-text-intro {
  width: 80%;
  top: -172%;
  /* 在这里单独调整日文介绍位置 / 样式 */
}

@media (min-width:1280px) {
  body.lang-jpn.product-moqie .product-detail-text-intro {
    width: 80%;
    top: -9rem;
    /* 在这里单独调整日文介绍位置 / 样式 */
  }
}

@media (min-width:1440px) {
  body.lang-jpn.product-moqie .product-detail-text-intro {
    width: 80%;
    top: -172%;
    /* 在这里单独调整日文介绍位置 / 样式 */
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
}

@media (min-width:1280px) {
  body.lang-en.product-anti-static .product-detail-text-management {
    /* 英文特点列表 */
    width: 86%;
    font-size: 0.6rem;
    left: -2%;
  }
}

@media (min-width:1440px) {
  body.lang-en.product-anti-static .product-detail-text-management {
    /* 英文特点列表 */
    width: 84%;
    font-size: 0.7rem;
    left: -2%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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: 81%;
}

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

/* 胶带保护离型膜 */
body.lang-en.product-tape .product-detail-text-intro {
  width: 80%;
  top: -174%;
}


@media (min-width:1280px) {
  body.lang-en.product-tape .product-detail-text-intro {
    width: 80%;
    top: -9rem;
  }


}

@media (min-width:1440px) {
  body.lang-en.product-tape .product-detail-text-intro {
    width: 80%;
    top: -174%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
}

@media (min-width:1280px) {
  body.lang-jpn.product-tape .product-detail-text-intro {
    top: -9rem;
    width: 80%;
  }

}

@media (min-width:1440px) {
  body.lang-jpn.product-tape .product-detail-text-intro {
    top: -179%;
    width: 80%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
}

@media (min-width:1280px) {
  body.lang-en.product-non-silicone .product-detail-text-intro {
    width: 80%;
    top: -9rem;
  }

}

@media (min-width:1440px) {
  body.lang-en.product-non-silicone .product-detail-text-intro {
    width: 80%;
    top: -172%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
}

@media (min-width:1280px) {
  body.lang-jpn.product-non-silicone .product-detail-text-intro {
    width: 80%;
    top: -9rem;
  }

}

@media (min-width:1440px) {
  body.lang-jpn.product-non-silicone .product-detail-text-intro {
    width: 80%;
    top: -172%;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%
}


@media (min-width:1280px) {
  body.lang-en.product-graphite .product-detail-text-management {
    width: 89%;
    font-size: 0.65rem;
    top: 15%
  }

}

@media (min-width:1440px) {
  body.lang-en.product-graphite .product-detail-text-management {
    width: 89%;
    font-size: 0.7rem;
    top: 15%
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
}

@media (min-width:1280px) {
  body.product-anti-static .product-detail-title-management {
    top: -1.5rem;
  }
}

@media (min-width:1440px) {
  body.product-anti-static .product-detail-title-management {
    top: -2.375rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.product-anti-static .product-detail-title-application {
  top: 146%;
}

@media (min-width:1280px) {
  body.product-anti-static .product-detail-title-application {
    top: 8.2rem;
  }
}

@media (min-width:1440px) {
  body.product-anti-static .product-detail-title-application {
    top: 9.125rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.product-anti-static .hk-product-performance-label {
  top: -13%;
}

@media (min-width:1280px) {
  body.product-anti-static .hk-product-performance-label {
    top: -2.45rem;
  }
}

@media (min-width:1440px) {
  body.product-anti-static .hk-product-performance-label {
    top: -2.875rem;
  }

}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

/* TPU 离型膜详情页专属样式 */
body.product-tpu .product-detail-title-intro {}

body.product-tpu .product-detail-title-management {
  top: -30%;
}

@media (min-width:1280px) {
  body.product-tpu .product-detail-title-management {
    top: -1.16rem;
  }
}

@media (min-width:1440px) {
  body.product-tpu .product-detail-title-management {
    top: -1.9375rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.product-tpu .product-detail-title-application {
  top: 133%;
}

@media (min-width:1280px) {
  body.product-tpu .product-detail-title-application {
    top: 7.54rem;
  }
}

@media (min-width:1440px) {
  body.product-tpu .product-detail-title-application {
    top: 8.3125rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.product-tpu .product-detail-text-management {
  top: 15%;
  left: -1%;
}

body.product-tpu .hk-product-performance-label {
  top: -15%;
}

@media (min-width:1280px) {
  body.product-tpu .hk-product-performance-label {
    top: -2.44rem;
  }
}

@media (min-width:1440px) {
  body.product-tpu .hk-product-performance-label {
    top: -2.875rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
}

@media (min-width:1280px) {
  body.product-tape .product-detail-title-management {
    top: -1.15rem;
  }
}

@media (min-width:1440px) {
  body.product-tape .product-detail-title-management {
    top: -1.9375rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
}

@media (min-width:1280px) {
  body.product-non-silicone .product-detail-title-management {
    top: -1.5rem;
  }
}

@media (min-width:1440px) {
  body.product-non-silicone .product-detail-title-management {
    top: -2.375rem;
  }

}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

body.product-non-silicone .product-detail-title-application {
  top: 146%;
}

@media (min-width:1280px) {
  body.product-non-silicone .product-detail-title-application {
    top: 8.2rem;
  }

}

@media (min-width:1440px) {
  body.product-non-silicone .product-detail-title-application {
    top: 9.125rem;
  }

}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
}

@media (min-width:1280px) {
  body.product-non-silicone .hk-product-performance-label {
    top: -2.45rem;
  }
}

@media (min-width:1440px) {
  body.product-non-silicone .hk-product-performance-label {
    top: -2.875rem;
  }


}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

/* 石墨压延离型膜详情页专属样式 */
body.product-graphite .product-detail-title-intro {}

body.product-graphite .product-detail-title-management {
  top: -31%;
}

@media (min-width:1280px) {
  body.product-graphite .product-detail-title-management {
    top: -1.14rem;
  }

}

@media (min-width:1440px) {
  body.product-graphite .product-detail-title-management {
    top: -1.9375rem;
  }

}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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%;
}

@media (min-width:1280px) {
  body.product-graphite .hk-product-performance-label {
    top: -2.45rem;
  }
}

@media (min-width:1440px) {
  body.product-graphite .hk-product-performance-label {
    top: -2.875rem;
  }

}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

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;
}

@media (min-width:1280px) {
  .product-detail-block-title {
    font-size: 0.7rem;
    font-weight: 600;
    color: #00549b;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
  }
}

@media (min-width:1440px) {
  .product-detail-block-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #00549b;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}


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

@media (min-width:1280px) {
  .product-detail-text {
    font-size: 0.65rem;
    color: #444;
    margin-bottom: 0;
  }
}

@media (min-width:1440px) {
  .product-detail-text {
    font-size: 0.7rem;
    color: #444;
    margin-bottom: 0;
  }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}


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

@media (min-width:1280px) {

  .product-detail-table th,
  .product-detail-table td {
    font-size: 0.6rem;
    text-align: center;
  }

}

@media (min-width:1440px) {

  .product-detail-table th,
  .product-detail-table td {
    font-size: 0.85rem;
    text-align: center;

  }


  body.lang-en .product-detail-table th,
  .product-detail-table td {
    font-size: 0.64rem;
    text-align: center;
  }

}

@media (min-width:1680px) {}

@media (min-width:1920px) {}

@media (min-width:2560px) {}

.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;
}

@media screen and (min-width: 568px) and (max-width: 932px) and (max-height: 480px) {

  /* 114-131 四句口号：居中铺满右半区，避免 left:31% 在半宽列里整体偏右 */
  .page-home .hk-navbar {
    width: 100%;
  }

  .hk-navbar-menu {
    margin-left: 20%;
    margin-top: -5%;
    flex-wrap: nowrap;
  }

  .hk-navbar-menu {
    margin-left: 20%;
    margin-top: -5%;
    flex-wrap: nowrap;
  }

}