/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
.detail-wrap {
  background: #f5f7fa;
  padding-top: 10px;
  padding-bottom: 10px;
}
.detail-wrap .wrap {
  background: #fff;
  padding: 20px 190px 20px;
}
.detail-wrap .back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #a3d0fd;
  color: #3a8cef;
}
.detail-wrap .back > svg {
  margin-right: 3px;
}
.detail-wrap header {
  padding: 32px 0;
  text-align: center;
  border-bottom: 1px solid #dcdfe6;
}
.detail-wrap header h1 {
  font-size: 20px;
  font-weight: bold;
  color: #354054;
  line-height: 26px;
}
.detail-wrap header .time {
  margin-top: 16px;
  font-size: 14px;
  color: #a0a8b7;
  line-height: 19px;
}
.detail-wrap .content-wrap {
  padding: 20px 0;
}
.detail-wrap .content-wrap img {
  max-width: 100% !important;
}
.detail-wrap footer {
  margin: 60px 0;
  text-align: center;
}
