.print-content-table {
  width: 686px;
  height: 466px;
  margin: 0 auto;
}
.content-table-behind {
  padding: 30px 0 0 20px;
}
.behind-top {
  width: 550px;
  height: 120px;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 5px;
}
.behind-middle {
  margin-top: 30px;
}
.behind-title {
  font-size: 25px;
  letter-spacing: 25px;
  padding-left: 40px;
  color: #000;
}
.behind-title-z {
  letter-spacing: 6px;
}
.behind-tabel {
  width: 550px;
  height: 156px;
  border: 1px solid #000;
}
.behind-tabel-left {
  display: inline-block;
  width: 48%;
}
@page 
{
    size:  auto;   /* auto is the initial value */
    margin: 10px 30px;  /* this affects the margin in the printer settings */
}  
.behind-tabel-left table {
  width: 100%;
  text-align: center;
}
.behind-tabel-left table th,
.behind-tabel-left table td,
.behind-tabel-z table td {
  height: 25px;
  width: 105px;
  text-align: center;
}
.behind-info {
  display: flex;
}
.behind-info .info-type {
  flex: 1;
  font-size: 16px;
  color: #000;
}
.behind-tabel-z table {
  width: 560px;
}
.tabel-tfoot {
  height: 65px;
  width: 546px;
  border: 2px solid;
  border-top: none;
  padding-left: 10px;
}
.tfoot-zy {
  padding-left: 42px;
  display: flex;
}
.tfoot-zy div {
  flex: 2;
}
.print .print-table .el-table{
  width:765px;
  border: 1px solid #000;
}
.print .print-table .el-table td,
.print .print-table .el-table th.is-leaf {
  border-color: rgba(0, 0, 0, 1);
  font-size: 13px;
}
