.sd-red-card {
  background: rgba(255, 255, 255, 1);
  padding: 40px 48px 0 48px;
  border-bottom: 20px solid rgba(248, 248, 248, 1);
}
.sd-red-card-body {
  position: relative;
}
.sd-red-card-cover {
  padding: 6px 0;
  position: relative;
  height: 208px;
  width: 260px;
}

.sd-red-card-cover-theme {
  background: rgba(237, 78, 50, 1);
  height: 100%;

  font-size: 34px;
  font-weight: bold;
  padding: 64px 0 0 16px;
  font-weight: 500;
  color: rgba(255, 237, 195, 1);
  line-height: 48px;
}
.sd-red-card-cover-img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  border-radius: 8px;
}
.sd-red-card-enddate {
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  padding: 4px 24px;
  border-bottom-left-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 33px;
}
.sd-red-card-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 478px;
  background-size: cover;
  color: white;
}
.sd-red-card-info-helper {
  padding: 40px 32px 0 80px;
}
.sd-red-card-info-wzs {
  padding: 24px 32px 0 80px;
}
.sd-red-card-number {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 8px;
}
.sd-red-card-money {
  font-size: 30px;
  flex: 1;
  font-weight: 700;

  line-height: 32px;
}
.sd-red-card-money-unit {
  font-size: 24px;
}
.sd-red-card-yellow {
  color: rgba(255, 250, 243, 1);
}
.sd-red-card-getmoney {
  font-size: 72px;
  font-weight: 700;
  line-height: 100px;
}
.sd-red-card-getmoney-unit {
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}
.sd-red-card-duration {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
.sd-red-card-footer {
  height: 96px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
.sd-red-card-state {
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 38px;
  flex: 1;
}
.sd-red-card-state-red {
  color: rgba(255, 70, 52, 1);
}
.sd-red-card-owner-desc {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
  line-height: 33px;
  margin-left: 16px;
}
