/* 技术支持联系块 — 产品详情 / 专题页共用 */
.pdetail-contact {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  background: #f7f9fa;
  border: 1px solid #e8ecef;
  border-radius: 8px;
}
.pdetail-contact-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.pdetail-contact-body {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.7;
}
.pdetail-contact-body .phone {
  font-weight: 700;
  color: #333;
}
.pdetail-contact-tip {
  margin-top: 10px;
  padding: 10px 14px;
  background: #961f1d;
  color: #fff;
  font-size: 13px;
  line-height: 1.55;
  border-radius: 4px;
}
