.send-coupon-pop {
  overflow: hidden;
  width: 500px;
  padding: 0;
}
.send-coupon-pop .window-con_tit {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  margin-bottom: 10px;
}
.send-coupon-pop .send-coupon {
  position: relative;
  background: linear-gradient(137deg, #FF0353 0%, #FF9149 100%);
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.send-coupon-pop .send-coupon-tit {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 20px 0 7px;
  line-height: 1;
}
.send-coupon-pop .send-coupon-tip {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}
.send-coupon-pop .send-coupon-tip2 {
  font-size: 14px;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.send-coupon-pop .send-coupon-code {
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  width: 120px;
  margin: 15px auto;
  display: block;
  box-shadow: 1px 1px 8px 1px #f6d8d4;
}
.send-coupon-pop .send-coupon::after {
  position: absolute;
  display: block;
  font-family: 'iconfont';
  content: '\e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee \e6ee';
  color: #fff;
  font-size: 25px;
  left: 0;
  bottom: -19px;
}
.send-coupon-pop .send-couponbtn {
  background: #0D1623;
  width: 90%;
  margin: 20px auto;
  height: 56px;
  text-align: center;
  line-height: 3.2;
  color: #F0C8A5;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
