.sd-building-card-body {
  position: relative;
  padding: 32px 0;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    transform: scaleY(0.5);
  }
  display: flex;
  justify-content: space-between;
}
.sd-building-card-img {
  min-width: 218px;
  width: 218px;
  height: 168px;
  margin-left: 40px;
}
.sd-building-card-content {
  flex: 1;
  position: relative;
}
.sd-building-card-title {
  font-size: 34px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 48px;
}
.sd-building-card-note {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sd-building-card-process {
  background: linear-gradient(117deg, rgba(237, 183, 148, 1) 0%, rgba(255, 205, 170, 1) 100%);
  border-radius: 30px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  padding: 4px 12px;
}
.sd-building-card-time {
  float: right;
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 30px;
}
.sd-building-card-footer {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 33px;
}
.sd-building-card-footer-item {
  flex: 1;
  text-align: center;
  &:first-child {
    text-align: left;
  }
  &:last-child {
    text-align: right;
  }
}
.sd-building-card-footer-red {
  color: rgba(255, 87, 87, 1);
}
