/* 技术标文档版式：A4纵向、上2.5cm其余2cm、宋体四号、1倍行距、两端对齐、首行缩进2字符、全文黑色 */

#printRoot {
  width: 21cm;
  margin: 20px auto;
  padding: 2.5cm 2cm 2cm 2cm;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #000;
}

#measure {
  position: absolute;
  left: -10000px;
  top: 0;
  width: 17cm;
  visibility: hidden;
  box-sizing: content-box;
}

.doc-p,
.doc-c {
  font-family: 'Times New Roman', SimSun, '宋体', serif;
  font-size: 14pt;
  line-height: 1;
  color: #000;
  text-align: justify;
  text-indent: 2em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.doc-c {
  text-align: center;
  text-indent: 0;
}

.doc-h1 {
  text-align: justify;
}

.doc-figure {
  margin: 0;
}

.svg-holder {
  width: 100%;
}

.svg-holder svg {
  display: block;
  width: 100%;
  height: auto;
}

.doc-unit {
  font-family: 'Times New Roman', SimSun, '宋体', serif;
  font-size: 10.5pt;
  line-height: 1.2;
  text-align: right;
  margin: 0;
  color: #000;
}

.doc-note {
  font-family: 'Times New Roman', SimSun, '宋体', serif;
  font-size: 10.5pt;
  line-height: 1.2;
  text-align: justify;
  margin: 0;
  color: #000;
}

.doc-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
}

.doc-table th,
.doc-table td {
  border: 1px solid #000;
  font-family: 'Times New Roman', SimSun, '宋体', serif;
  font-size: 10.5pt;
  line-height: 1.15;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000;
  text-align: center;
  vertical-align: middle;
  padding: 1px 2px;
  word-break: break-all;
}

.doc-pb {
  border-top: 1px dashed #bbb;
  margin: 10px 0;
  height: 0;
  overflow: hidden;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 2.5cm 2cm 2cm 2cm;
  }

  body * {
    visibility: hidden;
  }

  #printRoot,
  #printRoot * {
    visibility: visible;
  }

  #printRoot {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: #ffffff;
  }

  .doc-pb {
    border: none;
    margin: 0;
    page-break-after: always;
    break-after: page;
  }

  .doc-table,
  .doc-figure {
    page-break-inside: avoid;
  }
}
