<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#centerAdBox .adItem {
  display: none;
  position: fixed;
  width: 580px;
  height: 306px;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -310px;
  z-index: 9;
}
#centerAdBox .adItem a.closeAdBtn {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 7px;
  right: 7px;
  cursor: pointer;
  opacity: 1;
}</pre></body></html>