/* qLabel、qBrain、qThing、qAuth 页面局部调整 */
.detail-introduction--q-label {
  background: #fff;
}

.detail-introduction--q-brain {
  background: #f9f8fa;
}

.detail-introduction--q-thing {
  background: #f5f9fd;
}

.detail-page .detail-section.detail-pains .detail-pain-grid {
  justify-content: safe center;
}

.detail-page .detail-section.detail-highlights .detail-highlight img {
  width: 40%;
  height: auto;
  min-height: 0;
}

.detail-cases,
.detail-blueprint,
.detail-introduction{
  min-height: auto;
  height: auto;
  padding-bottom: 40px;
}

@media(min-width: 992px){
  .detail-introduction--q-label.detail-introduction>div>img{
    height: 525px;
  }
}


.detail-introduction>div>img{
      margin: 20px auto 45px;
}


.detail-blueprint>div>img{
  margin: 30px auto 0;
}

.detail-case-grid article{
  border:6px solid #fff;
}

@media (max-width: 768px) {
  .detail-page .detail-section.detail-highlights .detail-highlight img {
    width: 100%;
    height: auto;
  }
}
