.active-popup{
  width: 240px;
  height: 400px;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  right: 15px;
  top: 20%;
  z-index: 100;  
}
.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('/images/banner/del2.png') 0 0 no-repeat;
}
.popup-content-box{
  width:100%;
  height:383px;
  background: url('/images/banner/bg-gw-new.png') 0 0 no-repeat;
}
.popup-bundle-content-box{
  width:100%;
  height:383px;
  background: url('/images/banner/bg-gw-new.png') 0 0 no-repeat;
}
.popup-bundle-content-box a{
  display: inline-block;
  width:100%;
  height:100%;
  text-decoration: none;
}
.popup-content-box a{
  display: inline-block;
  width:100%;
  height:100%;
  text-decoration: none;
}
.popup-content-box a .product-name{
  font-size: 26px;
  color: #d63384;
  margin-top:100px;
  text-align: center;
  font-weight:bold;
}
.popup-content-box a .product-desc{
  font-size: 18px;
  color: #212529;
  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;
  border-radius: 17px;
  background-color: #ef1552a3;
  font-size: 16px;
  color: #eef4f8;
  margin-left:20%;
}
.promotion{
width: 100%;
position: fixed;
bottom: 0;
right: 0;
background-color: #333333;
z-index: 2;
}

@media screen and (max-width: 980px) {
.promotion {
bottom: 8%;
}
}
