.sd-owner-info {
  padding: 32px 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 72px;
  &.sd-owner-info-got-money {
    background: linear-gradient(270deg, rgba(255, 247, 236, 1) 0%, rgba(255, 250, 242, 1) 100%);
    border-radius: 18px;
    box-shadow: none;
  }
}
.sd-owner-info-body {
  display: flex;
  align-items: center;
}
.sd-owner-info-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
}

.sd-owner-info-name {
  font-size: 32px;
  max-width: 230px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  line-height: 45px;
  height: 45px;
}

.sd-owner-info-zhenshi {
  display: flex;
  margin-right: 40px;
  margin-left: auto;
  padding: 5px 11px;
  border-radius: 21px;
  border: 1px solid rgba(198, 156, 109, 1);
  font-size: 23px;
  font-weight: 400;
  color: rgba(198, 156, 109, 1);
  line-height: 32px;
}

.sd-owner-info-zhenshi-icon {
  width: 32px;
  height: 32px;
}
.sd-owner-info-footer {
  margin-top: 32px;
  border-top: 1px solid rgba(248, 237, 222, 1);
  padding-top: 24px;
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 40px;
}
.sd-owner-info-red {
  color: #ff4a4a;
}
