.coupon-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.coupon-box .coupon-bgc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  min-height: 240px;
  height: 390px;
  max-height: 390px;
  padding: 65px 20px 0;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  position: relative;
  background-image: url('../img/double11/coupon_bg2.png');
}
.coupon-box .coupon-bgc .close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url('../img/double11/gb-nor.png');
  background-repeat: norepeat;
}
.coupon-box .coupon-bgc .close:hover {
  cursor: pointer;
  background-image: url('../img/double11/gb-hover.png');
}
.coupon-box .coupon-bgc .coupon-detail-box {
  width: 100%;
  max-height: 270px;
  z-index: 9999;
  overflow: auto;
  /* 滚动条 */
}
.coupon-box .coupon-bgc .coupon-detail-box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  padding-left: 40px;
}
.coupon-box .coupon-bgc .coupon-detail-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(105, 105, 105, 0.5);
}
.coupon-box .coupon-bgc .coupon-detail-box::-webkit-scrollbar-track {
  background: rgba(105, 105, 105, 0.5);
}
.coupon-box .coupon-bgc .coupon-detail {
  width: 100%;
  height: 78px;
  margin-bottom: 10px;
  display: flex;
  background-image: url('../img/double11/coupon-bg.png');
}
.coupon-box .coupon-bgc .coupon-detail .coupon-price {
  width: 98px;
  height: 100%;
  text-align: center;
}
.coupon-box .coupon-bgc .coupon-detail .coupon-price p:first-child {
  padding-top: 3px;
}
.coupon-box .coupon-bgc .coupon-detail .coupon-price p {
  color: #000;
}
.coupon-box .coupon-bgc .coupon-detail .coupon-price .rmb {
  font-size: 18px;
  font-weight: bold;
  color: #ff5c00;
}
.coupon-box .coupon-bgc .coupon-detail .coupon-price .minus {
  font-size: 28px;
  font-weight: bold;
  color: #ff5c00;
}
.coupon-box .coupon-bgc .coupon-detail .coupon-name {
  flex: 1;
  height: 100%;
  position: relative;
}
.coupon-box .coupon-bgc .coupon-detail .coupon-name .new-user-bgc {
  width: 86px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 18px;
  border-radius: 0 8px 0 8px;
  background-image: url('../img/double11/new-user.png');
}
.coupon-box .coupon-bgc .coupon-detail .coupon-name .coupon-name-date {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-20%, -50%);
}
.coupon-box .coupon-bgc .coupon-detail .coupon-name .coupon-name-date p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  color: #ff5c00;
  margin-bottom: 4px;
}
.coupon-box .coupon-bgc .coupon-detail .coupon-name .coupon-name-date p:nth-child(2) {
  font-size: 12px;
  color: #999999;
}
.coupon-box .coupon-bgc .footer-modal {
  width: 100%;
  height: 96px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../img/double11/modal.png');
}
.coupon-box .coupon-bgc .footer-modal > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.coupon-box .coupon-bgc .footer-modal > div .footer_btn {
  width: 166px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ff4e09;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transform: translate(-50%, -52%);
  background-image: url('../img/double11/but-nor.png');
}
.coupon-box .coupon-bgc .footer-modal > div .footer_btn:hover {
  background-image: url('../img/double11/but-hover.png');
}
