.print_box {
  width: 100%;
  height: 0;
  font-size: 12px;
  font-family: 'SourceHanSansCN-Regular';
  font-weight: 400 !important;
}

.print_title {
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
}

.content_title {
  margin-top: 40px;
  height: 90px;
  line-height: 110px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
}

.form_body_date {
  margin-bottom: 6px;
}

.form_body_content {
  border: 1px solid black;
  border-left: none;
  box-sizing: border-box;
}

.form_body_content .fbc_th {
  min-height: 100px;
  display: flex;
  border-bottom: 1px solid black;
}

.form_body_content .fbc_td {
  height: 200px;
  min-height: 200px;
  border-bottom: 1px solid black;
}

.form_body_content .fbc_explain {
  min-height: 300px;
  border-bottom: 1px solid black;
}

.form_body_content .fbc_num {
  height: 100px;
}

.form_body_content .fbc_common {
  display: flex;
  flex-direction: row;
}

.form_body_content .fbc_common .fbc_left {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid black;
  border-left: 1px solid black;
  letter-spacing: 4px;
}

.form_body_content .fbc_common .redContent {
  flex-direction: column;
  line-height: 26px;
}

.form_body_content .fbc_common .dealPosition {
  position: relative;
  padding-bottom: 20px;
}

.form_body_content .fbc_common .chil_pos {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.form_body_content .fbc_common .chil_pos div ul {
  /* border-top: 1px solid black; */
  border-bottom: none;
}

.form_body_content .fbc_common .chil_pos div ul li{
  border-right: none !important;
}

.form_body_content .fbc_common .fbc_right {
  flex: 1;
  overflow: hidden;
}

.form_body_content .fbc_common .fbc_right .selection_box {
  height: 100%;
}

.form_body_content .fbc_common .fbc_right .selection_box p {
  padding-left: 10px;
  box-sizing: border-box;
}

.form_body_content .fbc_common .fbc_right .selection_box p .hr {
  display: inline-block;
  min-width: 160px;
  border-bottom: 1px solid black;
}

.form_body_content .fbc_common .fbc_right .num_content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_body_content .fbc_common .fbc_right .name_num {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.form_body_content .fbc_common .fbc_right .name_num li {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
  box-sizing: border-box;
}

.form_body_content .fbc_common .fbc_right .name_num li:nth-child(2) {
  border: none;
}

.form_body_content .fbc_common .fbc_right .name_num li span {
  height: 100%;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
}

.form_body_content .fbc_common .fbc_right .name_num li span:nth-child(1) {
  width: 100px;
  text-align: left;
  border-right: 1px solid #000;
  font-size: 12px;
}

.form_body_content .fbc_common .fbc_right .name_num li span:nth-child(2) {
  max-width: calc(100% - 100px);
  min-width: calc(100% - 100px);
  justify-content: flex-start;
  font-size: 12px;
  padding-left: 4px;
}

.form_body_content .fbc_th .fbc_th_left,
.fbc_th_right {
  width: 50%;
}

.div_content ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.div_content ul:nth-child(1) {
  border-bottom: 1px solid black;
}


.div_content ul li {
  width: 18%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;

}

.div_content ul li:nth-child(1) {
  width: 28%;
  text-align: center;
}
.div_content ul:nth-child(1) li:nth-child(2){
  justify-content: center;
}
.div_content ul:not(:nth-child(1)) li:nth-child(2){
  justify-content: flex-end !important;
  padding-right: 4px;
}
.div_content ul:not(:nth-child(1)) li:nth-child(3){
  justify-content: flex-end !important;
  padding-right: 4px;
}
.div_content ul:not(:nth-child(1)) li:nth-child(4){
  justify-content: flex-end !important;
  padding-right: 4px;
}
.div_content ul:not(:nth-child(1)) li:nth-child(6){
  justify-content: flex-end !important;
  padding-right: 4px;
}

.div_content ul:nth-child(1) li:not(:last-child) {
  border-right: 1px solid black;
}

.QRCode .bgb {
  background: url("../../../assets/img/qrcode-border.png") center center no-repeat;
  background-size: 220px auto;
}

@page {
  /* size: auto; */
  margin:20px 20px ;
  padding: 0 0;
}

@media print {
  body {
    /* -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact; */
  }
}
