.vh_discount {
  position: fixed;
  left: 40px;
  bottom: 90px;
  box-sizing: border-box;
  height: max-content;
  min-height: 171px;
  background: url("../images/bg.png") no-repeat bottom center;
  background-size: contain;
  z-index: 2;
}
.vh_discount > i.close {
  position: absolute;
  left: 0;
  top: -20px;
  width: 24px;
  height: 24px;
  background: url("../common/off5/images/close.png") left center;
  background-size: 48px 24px;
  cursor: pointer;
}
.vh_discount > i.close:hover {
  background-position: right center;
}
.vh_discount .box #discountImg {
  width: 222px;
  height: 256px;
}
.vh_discount .box #discountImg img {
  width: 100%;
  height: 100%;
}
.vh_discount .box .btn {
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 22px 15px;
  width: 166px;
  height: 40px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #ffd45c;
  border-radius: 20px;
  bottom: 0;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 16px;
  color: #192d91;
  line-height: 19px;
  text-align: left;
  font-style: normal;
}
.vh_discount .box .btn:hover {
  background: linear-gradient(180deg, #FDECA4 0%, #FFD45C 100%);
}
