<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.window-pop-up{
  width: 460px;
  padding: 40px;
  overflow-y:auto;
  overflow-x:hidden;
  position:fixed;
  top:30Px;

  left:50%;
  min-height:300px;
  margin-left:-250px;
  background-color:#fff;

  z-index:10000000000;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 8px 1px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 8px 1px rgba(50, 50, 50, 1);
}
.window-pop-up-content .button
{
 color:#fff !important;
 line-height:30px;
}
.window-pop-up .ch1
{
 margin-top:50px;
}
.window-pop-up .window-pop-up-close{
  margin-left:397px;
  margin-top:-32px;
    background-image:url('close2.png');
  width:35px;
  background-repeat:no-repeat;
  height:35px;
  position:absolute;

}
.window-pop-up .window-pop-up-close a
{
 display:block;
 width:35px;
 height:35px;
}
.window-pop-up .window-pop-up-content{

}
.window-pop-up-overlay{
  display:none;
  background-image:url('./transp.png');
  position:fixed;
  width:100%;
  height:100%;
  z-index:100000;
  top:0;
  left:0;
}
.windowLoading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
}</pre></body></html>