#printContent-A4 {
  height: 100%;
  padding: 0 12px;
  font-size: 12px;
}
#printContent-A4 .comp-name {
  text-align: center;
  padding-top: 24px;
  font-size: 14px !important;
  display: block;
}
#printContent-A4 .top-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
#printContent-A4 .top-view .bk-text {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
}
#printContent-A4 .top-view .bk-text .view-value .bk-lang {
  margin-right: 8px;
}
#printContent-A4 .table-view {
  border: 1px solid #2F3032;
  border-radius: 4px;
  height: calc(100% - 128px);
  overflow-y: auto;
}
#printContent-A4 .bk-text .view-label {
  padding: 0;
  font-size: 14px;
}
.table-view .table-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #2F3032;
  flex-wrap: wrap;
  min-height: 32px;
}
.table-view .table-row .bk-title {
  padding-left: 12px;
  height: 32px !important;
  line-height: 32px;
  font-size: 14px !important;
}
.table-view .table-row .row-item {
  flex: 1;
  min-width: 220px;
  flex-shrink: 0;
  height: 32px;
  border-right: 1px solid #2F3032;
  border-bottom: 1px solid #2F3032;
  padding-left: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.table-view .table-row .row-item .bk-lang {
  margin-right: 8px;
}
.table-view .table-row .row-item:nth-of-type(3n+4), .table-view .table-row .row-item:nth-of-type(3n+5), .table-view .table-row .row-item:nth-of-type(3n+6) {
  border-bottom: none;
}
.table-view .table-row .row-item:nth-of-type(3n+3) {
  border-right: none;
}
.table-view .table-row .row-item:last-of-type {
  padding-right: 0;
  border: none;
}

#printContent-A4 .content-view .content-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 32px;
  border-bottom: 1px solid #2F3032;
}
.content-view .content-header .item-view {
  width: 50%;
  border-bottom: 1px solid #2F3032;
  display: flex;
  justify-content: space-between;
}
.content-view .cash-header .item-view {
  width: 100%;
  border-bottom: 1px solid #2F3032;
  display: flex;
  justify-content: space-between;
}
.content-view .content-header .item-view .bk-view {
  line-height: 32px;
  border-left: 1px solid #2F3032;
  text-align: center;
}
.content-view .content-header .item-view:nth-of-type(1) .bk-view:first-of-type {
  border: none;
}
#printContent-A4 .content-view .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* border-bottom: 1px solid #E5E6EB; */
}
.content-container .item-view {
  width: 50%;
  border-bottom: 1px solid #2F3032;
  display: flex;
  justify-content: space-between;
}
.cash-container .item-view {
  width: 100%;
  border-bottom: 1px solid #2F3032;
  display: flex;
  justify-content: space-between;
  height: 32px;
}
.content-container .item-view .bk-text {
  line-height: 32px;
  border-left: 1px solid #2F3032;
  text-align: center;
  height: 32px;
  border-radius: 0;
}
.content-container .item-view:nth-of-type(2n + 1) .bk-text:first-of-type {
  border: none;
}
#printContent-A4 .table-view .pay-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #2F3032;
}
#printContent-A4 .table-view .pay-info .bk-text {
  width: 25%;
  line-height: 32px;
  padding-left: 12px;
  border-radius: 0;
}
#printContent-A4 .footer-view {
  padding: 0 12px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  flex-wrap: wrap;
}
#printContent-A4 .deduct-footer-view {
  padding: 0 12px;
  height: 68px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#printContent-A4 .deduct-footer-view .bk-text {
  width: 25%;
  line-height: 32px;
  height: 32px;
}
#printContent-A4 .deduct-footer-view .bk-text .view-label {
  line-height: 32px;
}
#printContent-A4 .footer-view .bk-text {
  width: 33.33%;
  flex-shrink: 0;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
#printContent-A4 .footer-view .bk-text .view-label {
  font-size: 13px;
}
#printContent-A4 .item-header {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
#printContent-A4 .item-header .bk-view {
  border-left: 1px solid #2F3032;
  text-align: center;
  line-height: 32px;
  flex: 1;
}
#printContent-A4 .item-header .bk-view:first-of-type {
  border: none;
}
#printContent-A4 .item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #2F3032;
}
#printContent-A4 .item-content .item-view {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
#printContent-A4 .item-content .item-view:last-of-type {
  border: none;
}
#printContent-A4 .item-content .item-view .bk-text {
  line-height: 32px;
  text-align: center;
  border-left: 1px solid #2F3032;
  flex: 1;
  height: 32px;
  border-radius: 0;
}
#printContent-A4 .item-content .item-view:first-of-type .bk-text:first-of-type {
  padding-left: 0;
}

.table-row-remark {
  display: flex;
  align-items: center !important;
  min-height: 32px;
  line-height: 24px;
  padding-left: 12px;
}