@charset "utf-8";

@media print {
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  #wrapper {
    width: 1400px !important;
  }
  #pagetop {
    display: none !important;
  }
}