.active-popup{
  width: 240px;
  height: 400px;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  right: 15px;
  top: 20%;
}
.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/del.png') 0 0 no-repeat;
}
.popup-content-box{
  width:100%;
  height:483px;
  background: url('/images/banner/summer-sale.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-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #01156F;
  margin-top:95px;
  text-align: center;
}
.popup-content-box a .product-desc-1{
  font-size: 20px;
  color: #C60505;
  margin-top:20px;
  text-align: center;
  padding: 0 15px;
}
.popup-content-box a .product-desc{
  font-size: 19px;
  color: #585858;
  margin-top:10px;
  text-align: center;
  padding: 0 20px;
}
.popup-content-box a .enter-now{
  font-weight: bold;
  width: 150px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-top:25px;
  border-radius: 17px;
  background-color: #437704;
  font-size: 16px;
  color: #ffffff;
  margin-left:20%;
}

#popup {
z-index: 100;
}
