@media print{
  .content,
  .table-box,
  .custom-table,
  .testNotice,
  .interview{
    margin: 0 !important;
  }
  .content.spe{
    zoom: 1.3;
  }
  body{
    padding: 0;
    margin: 0;
  }
  .testNotice{
    zoom: 1.5;
  }
  .img-box,
  .img-box img{
    width: 100% !important;
    height: 100% !important;
  }
  @page wide  {
    size: A4 landscape;
    margin: 15mm; /*上下30mm页边距，左右20mm页边距*/
  }
  @page {
    size: A4;
    margin: 5mm 15mm; /*上下30mm页边距，左右20mm页边距*/
  }
}