.print-main .rowo,
.rowt {
    /* height:40px;
    line-height: 40px; */
    margin-bottom: 15px;
    display: flex;
}

.print-main .rowo div {
    flex: 1;
    font-size: 14px;
}

.print-main .rowt div {
    flex: 1;
    font-size: 14px;
}

.print-main .bottom {
    /* position: absolute;
   bottom: 10px;
   left: 0; */
    width: 100%;
    padding: 0 5mm;
}

.print-main .right {
    text-align: right;
}

.print-main .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

#print {
    /* margin: 2mm 5mm 2mm 15mm; */
    width: 241mm;
    min-height: 150mm;
    padding: 5mm;
    position: relative;
    box-sizing: border-box;
}

.print-main .date {
    display: flex;
}

.print-main .date div {
    flex: 1;
}

.print-main .name {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    flex: 1;
    text-align: left;
}

.print-main .date div {
    font-size: 16px;
}


/* .print-main .date div:nth-of-type(2){
    text-align: center;
}
.print-main .date div:nth-of-type(2){
    text-align: right;
} */

.print-main .table {
    border-left: 1px solid #DCDFE6;
    border-bottom: 1px solid #DCDFE6;
    margin-bottom: 100px;
}

.print-main .head {
    margin-top: 15px;
    display: flex;
    font-weight: bold;
    align-items: center;
    border-top: 1px solid #DCDFE6;
}

.print-main .head div {
    font-size: 12px;
    padding: 0 10px;
    border-right: 1px solid #DCDFE6;
    height: 40px;
    line-height: 40px;
}

.print-main .head div:nth-of-type(1) {
    width: 80px;
}

.print-main .head div:nth-of-type(2) {
    flex: 1;
}

.print-main .head div:nth-of-type(3) {
    width: 120px;
    text-align: right;
}

.print-main .head div:nth-of-type(4) {
    width: 120px;
    text-align: right;
}

.print-main .head div:nth-of-type(5) {
    width: 120px;
    text-align: right;
}

.print-main .head div:nth-of-type(6) {
    width: 120px;
    text-align: right;
}

.print-main .main div {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid #DCDFE6;
    border-top: 1px solid #DCDFE6;
    padding: 0 10px;
    word-break: break-all;
}

.print-main .main {
    display: flex;
}

.print-main .main div:nth-of-type(1) {
    width: 80px;
}

.print-main .main div:nth-of-type(2) {
    flex: 1;
}

.print-main .main div:nth-of-type(3) {
    width: 120px;
    text-align: right;
}

.print-main .main div:nth-of-type(4) {
    width: 120px;
    text-align: right;
}

.print-main .main div:nth-of-type(5) {
    width: 120px;
    text-align: right;
}

.print-main .main div:nth-of-type(6) {
    width: 120px;
    text-align: right;
}

.print-main__header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.header-item {
    width: 50%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.header-item--long {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header-item span {
    font-size: 16px;
}

.print-container-table {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
}
.print-container-table th {
  padding: 15px;
  background: #fafafa;
  font-weight: bold;
  box-sizing: border-box;
  border-right: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
}
.print-container-table th:last-child {
  border-right: none;
}
.print-container-table td {
  padding: 15px;
  border-right: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  box-sizing: border-box;
}
.print-container-table td:last-child {
  border-right: none;
}
.table-main {
  display: flex;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  border-left: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
  padding: 0 10px;
  word-break: break-all;
}
.table-main .right {
  border-left: 1px solid #EBEEF5;
  flex: 1;
}
.print-footer {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.print-footer .footer-item {
  margin-top: 15px;
  width: calc(100% / 3);
  display: flex;
  align-items: flex-start;
}
.footer-item span {
  font-size: 16px;
  flex: 1;
}
.footer-item label {
  font-size: 16px;
}
