.yzx-table {
  font-size: 16px;
  width: 1000px;
  display: inline-block;
  color: #000;
}

  .yzx-table .table-title {
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
  }

  .yzx-table .tr {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
    padding: 12px 10px;
  }

  .yzx-table .no-wrap {
    white-space: nowrap;
  }

.index-table.yzx-table .no-wrap {
  white-space: normal;
}

.yzx-table table {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.index-table.yzx-table table {
  /*    table-layout:fixed*/
}

.yzx-table td, .yzx-table th {
  padding: 8px 10px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

.yzx-table table tbody .span {
  display: inline-block;
  white-space: nowrap;
  margin-right: 20px;
  line-height: 1.5;
  min-width: 200px;
  font-size: 16px;
}

.index-table.yzx-table table tbody .span {
  /*  min-width: 0px;*/
  white-space: normal;
}


.yzx-table .td-content {
  text-align: left;
  font-size: 0;
}

.yzx-table .tab-flex {
  display: flex;
  align-items: center;
  text-align: left;
}

  .yzx-table .tab-flex .flex1 {
    flex: 1;
  }

.yzx-table .table-tip {
  font-size: 14px;
  padding-top: 10px;
  display: block;
}

.yzx-table .table-head-small {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.yzx-table .check-box {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}

.yzx-table .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #409EFF;
}

.yzx-table .el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #fff;
}

@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }

  @page {
    size: A4;
    margin:1cm;
  }
}
