.active-popup{
  width: 240px;
  height: 400px;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  right: 15px;
  top: 20%;
  z-index: 6;
}
.popup-close-box{
  width:100%;
  height:30px;
  position:relative;
}
.popup-close-box a{
  display: inline-block;
  width:30px;
  height:30px;
  position:absolute;
  right:0;
  z-index: 1111;
  background: url('/special-offer/2021-christmas-sale/images/del-ny.png') 0 0 no-repeat;
}
.popup-content-box{
  width:100%;
  height:400px;
  background: url('/special-offer/2021-christmas-sale/images/bg-ny.png') 0 0 no-repeat;
}
.popup-content-box a{
  display: inline-block;
  width:100%;
  height:100%;
  text-decoration: none;
}
.popup-content-box a .product-name{
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-top:100px;
  text-align: center;
}
.popup-content-box a .product-desc{
  font-size: 17px;
  color: #ffffff;
  margin-top:25px;
  text-align: center;
  padding: 0 15px;
}
.popup-content-box a .enter-now{
  width: 150px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-top:25px;
  background: url('/special-offer/2021-christmas-sale/images/btn-ny.png') center no-repeat;
  border-radius: 17px;
  font-size: 16px;
  color: #1f4d9b;
  margin-left:20%;
}
.promotion{
width: 100%;
position: fixed;
bottom: 0;
right: 0;
background-color: #181623;
z-index: 2;
}

@media screen and (max-width: 980px) {
.promotion {
bottom: 8%;
}
}