.discount-wrap {
  margin-left: 10px;
  height: 30px;
  background: linear-gradient(311deg, #ffdc9c 0%, #fbecca 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ff3300;
  padding: 0 10px;
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 10;
  white-space: nowrap;
  cursor: pointer;
}
.discount-wrap .discount-info-detail {
  font-size: 16px;
}
.discount-wrap:hover .detail .drop {
  transform: rotate(180deg);
}
.discount-wrap:hover .detail .drop-show-info {
  transform: scaleY(1);
}
.discount-wrap .detail {
  color: #5e5e5e;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 30px;
}
.discount-wrap .detail .drop-show-info {
  position: absolute;
  transform: scaleY(0);
  transition: all 0.3s;
  transform-origin: center top;
  left: 0;
  right: 0;
  width: 270px;
  top: 36px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 6px 12px;
}
.discount-wrap .detail .drop-show-info .info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 31px;
  color: #474747;
}
.discount-wrap .detail::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 30px;
  height: 10px;
}
.discount-wrap .detail .drop {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  transition: all 0.3s;
}
.discount-wrap .discount-info-detail {
  font-size: 16px;
}
/*# sourceMappingURL=./shuangdan.css.map */