.sd-account {
}
.sd-account-head {
  padding-top: 96px;
  background: #c69c6d;
  text-align: center;
  position: relative;
}
.sd-account-note {
  font-size: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 37px;
}
.sd-account-total {
  margin-top: 24px;
  font-size: 88px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 123px;
}
.sd-account-detail-user {
  margin-top: 32px;
  font-size: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 37px;
  padding-bottom: 88px;
}
.sd-account-detail-shop {
  padding: 8px 16px;
  border-radius: 30px 0 0 30px;
  background: #9e7d57;
  position: absolute;
  right: 0;
  top: 32px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 33px;
}
.sd-account-extra {
  margin-top: 88px;
  display: flex;
  background: #d4b592;
  padding: 24px;
}
.sd-account-extra-item {
  flex: 1;
  &:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.65);
  }
}
.sd-account-extra-title {
  font-size: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 37px;
}

.sd-account-extra-money {
  font-size: 40px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}
.sd-account-tishi {
  padding: 160px 48px 0 48px;
}
.sd-account-tishi-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(102, 102, 102, 1);
  line-height: 45px;
  margin-bottom: 24px;
}
.sd-account-tishi-item {
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 50px;
}
