#view_printContent {
  padding: 0 6px;
  font-size: 12px;
}
 .print-title div {
  text-align: center;
  line-height: 24px;
  font-size: 14px !important;
  font-weight: normal;
  padding-bottom: 10px;
}

#view_printContent .print-title > div > .img-logo {
  width: 90px;
  height: auto;
  background: transparent;
  object-fit: contain;
  margin: 5px 0;
}

#view_printContent .print-header{
  font-weight: normal;
  font-size: 11px;
}

#view_printContent .print-header > div {
  padding: 2px 0;
  line-height: 20px;
  font-size: 11px;
}
#view_printContent .print-header .bk-text {
  width: 100%;
}
#view_printContent .print-header .bk-text .bk-lang {
  font-size: 11px;
}
#view_printContent .print-header .bk-text .view-value {
  font-size: 11px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#view_printContent > .print-list {
    font-weight: normal;
}
.print-group .group-title {
  line-height: 20px;
  margin-bottom: 2px;
}

.print-group .group-header {
  display: flex;
}
.print-group .group-header  div {
  flex: 1;
  text-align: center;
  font-weight: normal;
}

.print-group .group-header  div:first-child {
  text-align: left;
}
.print-group .group-header  div:last-child {
  text-align: right;
}

.print-list .group-item {
  padding: 5px 0;
}

.print-list .group-item .div-name {
  line-height: 24px;
}
.print-list .group-item .div-flex {
  display: flex;
}

.div-flex {
  flex: 1;
  text-align: center;
  font-weight: normal;
}
.div-flex > div:first-child {
  text-align: left;
}
.div-flex > div:last-child {
  text-align: right;
}

.bottom_border {
  padding: 4px 0;
  border-bottom: 1px solid #bbb;
}

.print-detail-list .print-detail-list-title {
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: space-between;
}

.print-detail-list .print-detail-list-title .bk-lang {
  font-size: 11px;
}

.print-detail-list .flex-view .view-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.print-detail-list .print-detail-list-content .bk-title {
  height: 24px;
  line-height: 24px;
}
.print-detail-list .print-detail-list-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.print-detail-list .print-detail-list-content-item .bk-title, .print-detail-list .print-detail-list-content-item .bk-price {
  height: 24px;
  line-height: 24px;
}
.print-detail-list-content-item .bk-price .span-unit, .print-detail-list-content-item .bk-price .span-value, .payStyle_detail_content_item .bk-price .span-unit, .payStyle_detail_content_item .bk-price .span-value {
  font-size: 12px !important;
}

.print-detail-list-content-item .bk-lang {
  font-size: 12px !important;
}

.payStyle_detail_content .payStyle_detail_content_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payStyle_detail_content .payStyle_detail_content_item span {
  font-size: 11px;
}
.payStyle_detail_content .payStyle_detail_content_item .bk-price, .print-detail-list-content-item .bk-price {
  height: 24px;
  line-height: 24px;
}

.print-account-balance .print-account-balance-item {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.print-account-balance .print-account-balance-item .bk-lang {
  font-size: 11px;
}

.print-order-remark {
  min-height: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.print-order-remark .bk-lang {
  width: 80px;
  flex-shrink: 0;
}
.print-footer-view {
  margin-top: 12px;
}
.print-footer-item {
  min-height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px;
}

.print-footer-item .bk-lang {
  width: 80px;
  flex-shrink: 0;
  font-size: 11px;
  flex-shrink: 0;
}

.print-footer-item .bk-text {
  flex: 1;
  margin-left: 2px;
  flex-shrink: 0;
  text-align: right;
}

.print-footer-item .bk-text .view-value {
  font-size: 11px !important;
}

.view-rights-info {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.view-rights-info .bk-text:last-of-type {
  margin-left: 4px;
}

.view-rights-info .bk-text .view-label {
  margin-right: 4px;
}