.sd-case-card {
  background: rgba(255, 255, 255, 1);
  border-radius: 30px;
  position: relative;
  padding-bottom: 48px;
}

.sd-case-card-background {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 49.7%;
}

.sd-case-card-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.sd-case-card-title {
  font-size: 36px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 50px;
  margin-top: 32px;
}

.sd-case-card-info {
  margin-top: 4px;
  font-size: 26px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 37px;
  position: relative;
  margin-right: 24px;

  &::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
  }
}

.sd-case-card-rl {
  text-align: center;
  margin-top: 40px;

  button {
    padding: 14px;
    width: 460px;
    background: rgba(0, 120, 215, 1);
    border-radius: 34px;
    font-size: 28px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
  }
}

.sd-case-card-shop-container {
  display: inline;
}

.sd-case-card-shop {
  margin-top: 35px;
  display: flex;
  align-items: center;
}

.sd-case-card-shop-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  vertical-align: bottom;
}

.sd-case-card-shop-name {
  background: rgba(252, 249, 246, 1);
  border-radius: 0 40px 40px 0;
  padding-right: 24px;
  padding-left: 8px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(3, 3, 3, 0.45);
  line-height: 48px;
  max-width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 100%;
}

.sd-case-card-yirenling {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  padding: 7px 20px;
}

.sd-case-card-select {
  position: absolute;
  top: 0;
  bottom: 24px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sd-case-card-select-img {
  width: 128px;
  height: 128px;
}

.sd-case-card-info-hideprice {
  background: linear-gradient(117deg, rgba(237, 183, 148, 1) 0%, rgba(255, 205, 170, 1) 100%);
  color: white;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 30px;
}
