.sd-account__result {
}
.sd-account__result-head {
  text-align: center;
  padding: 104px 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);
  }
}
.sd-account__result-head-note {
  font-size: 40px;
  margin-top: 48px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 56px;
}
.sd-account__result-desc {
  padding: 40px 48px;
  font-size: 30px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 80px;
}
.sd-account__result-money {
  float: right;
  color: rgba(0, 0, 0, 0.55);
}
