.caseDetail {
  min-height: -webkit-calc(100vh - 60px - 354px);
  min-height: -moz-calc(100vh - 60px - 354px);
  min-height: calc(100vh - 60px - 354px);
}
.caseDetail .banner {
  width: 100%;
  height: 286px;
  position: relative;
  overflow: hidden;
}
.caseDetail .banner .pic {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.caseDetail .banner .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  z-index: 20;
}
.caseDetail .banner .content .title {
  font-weight: 500;
  font-size: 42px;
  color: #ffffff;
  line-height: 56px;
}
.caseDetail .banner .content .tag-list {
  margin-top: 8px;
}
.caseDetail .banner .content .tag-item {
  border-radius: 4px 4px 4px 4px;
}
.caseDetail .banner .content .desc {
  margin-top: 24px;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  text-align: justify;
}
.caseDetail .article {
  padding-top: 64px;
}