/* 物流查询专用样式 */
.q5-trace-wrap {
  padding: 60px 0;
  background: #f7fafa;
}
.q5-trace-wrap .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.trace-module-head {
  text-align: center;
  margin-bottom: 40px;
}
.trace-module-head h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #222;
}
.trace-line {
  width: 60px;
  height: 3px;
  background: #0066cc;
  margin: 0 auto 15px;
  border-radius: 3px;
}
.trace-module-head p {
  color: #666;
  font-size: 15px;
}
.trace-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.06);
  overflow: hidden;
}
.trace-iframe {
  width: 100%;
  height: 850px;
  border: none;
  display: block;
  background: #fff;
}
.trace-tip-box {
  margin-top: 30px;
  padding: 20px;
  background: #f0f7ff;
  border-left: 4px solid #0066cc;
  border-radius: 6px;
  color: #333;
  line-height: 1.7;
}
@media (max-width:768px){
  .trace-iframe { height: 700px; }
  .q5-trace-wrap { padding: 40px 0; }
}