.sd-bargain-card {
  border-radius: 16px;
}
.sd-bargain-card-body {
  border-radius: 16px 16px 0px 0px;
  height: 258px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.sd-bargain-card-cornerimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
}
.sd-bargain-card-money {
  padding-top: 40px;
  padding-left: 48px;
}
.sd-bargain-card-money1 {
  margin-top: 24px;
  width: 20px;
  height: 26px;
  margin-right: 5px;
  vertical-align: top;
}
.sd-bargain-card-money2 {
  font-size: 63px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 88px;
}
.sd-bargain-card-note {
  padding-left: 48px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 28px;
}
.sd-bargain-card-progress {
  background-image: url("http://ft-image.oss-cn-beijing.aliyuncs.com/161.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 187px;
  height: 52px;
  padding-left: 16px;
  padding-bottom: 6px;
}
.sd-bargain-card-renshu {
  bottom: 32px;
}
.sd-bargain-card-yikan {
  bottom: 98px;
}
.sd-bargain-card-progress-type {
  font-size: 22px;
  font-weight: 400;
  color: rgba(191, 123, 50, 1);
  line-height: 28px;
  margin-right: 4px;
}
.sd-bargain-card-progress-dark {
  font-size: 30px;
  font-weight: 700;
  color: rgba(141, 90, 32, 1);
  line-height: 42px;
}
.sd-bargain-card-progress-light {
  font-size: 24px;
  font-weight: 400;
  color: rgba(141, 90, 32, 1);
  line-height: 33px;
}
.sd-bargain-card-footer {
  height: 110px;
  background: rgba(249, 245, 243, 1);
  border-radius: 0px 0px 16px 16px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  box-shadow: 0px 56px 35px -40px rgba(234, 218, 207, 1);
}
.sd-bargain-card-explain {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
  line-height: 33px;
}
.sd-bargain-card-delete {
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 45px;
}
.sd-bargain-card-claimed {
  font-size: 32px;
  font-weight: 400;
  color: rgba(255, 130, 0, 1);
  line-height: 45px;
}
.sd-bargain-card-finish {
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 45px;
}
.sd-bargain-card-user {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.sd-bargain-card-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
}
.sd-bargain-card-user-title {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 33px;
}
.sd-bargain-card-user-desc {
  margin-left: 16px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
  line-height: 33px;
}
.sd-bargain-card-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: white;
}
