.sd-account__pay {
  padding: 76px 54px 205px 54px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sd-account__pay-head {
  padding-bottom: 72px;
  text-align: center;
  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__pay-head-image {
  width: 96px;
  height: 96px;
}
.sd-account__pay-head-text {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 45px;
}

.sd-account__pay-money {
  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);
  }
  padding-top: 48px;
}
.sd-account__pay-money-title {
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 45px;
}
.sd-account__pay-money-input {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.sd-account__pay-money-input-icon {
  margin-right: 24px;
  font-size: 80px;
  line-height: 120px;
}
.sd-account__pay-money-input-value {
  font-size: 80px;
  line-height: 120px;
  min-height: 80px;
}
.sd-account__pay-current {
  padding: 24px 0 154px 0;
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 45px;
}
