<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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-new/sale/del.png') 0 0 no-repeat;
}
.popup-content-box{
  width:100%;
  height:383px;
  background: url('../images-new/sale/bg.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: 20px;
  line-height: 24px;
  color: #fbfe14;
  margin-top:100px;
  text-align: center;
}
.popup-content-box a .product-desc{
  font-size: 16px;
  color: #ffffff;
  margin-top:25px;
  text-align: center;
  font-weight: 500;
  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: #f7e300;
  font-size: 16px;
  color: #3444e1;
  margin-left:20%;
}

.text-white {
 color: #ffffff;
}</pre></body></html>