.detail-title {
  text-align: center;
  font-size: 1.56vw;  /* 从3.12vw缩小一倍变为1.56vw */
  font-weight: bold;   /* 保持字体加粗 */
  margin-bottom: 0.73vw;
}
.detail-title1 {
  font-size: 0.73vw;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1.56vw;
}
.detail-cont-inner img {
  max-width: 100%;
}
.detail-cont-inner {
  padding: 0 2vw;  /* 根据项目规范添加内容区域留白 */
}
.detail-cont {
  margin-top: 0.83vw;
}
