@charset "utf-8";

/* 印刷CSS */
body {
  -webkit-print-color-adjust: exact !important;
  }

@page {
  size: A4 landscape;
  margin: 20px;
}

@media print{
  .print_pages {
    size: A4 landscape;
    margin: 0;
  }

}

.print_screen{
  width: 1200px;
}

.print_screen .left{
  margin-right: 20px;
}

.print_screen .left .num_ttl{
  margin-right: 20px;
  color: #fff;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #fff;
  padding: 0px 20px;
  margin-left: 20px;
}

.print_screen .left .num{
  margin-right: 20px;
  color: #fff;
  line-height: 40px;
}

.print_screen .left .title{
  margin-right: 20px;
  color: #fff;
  line-height: 40px;
  font-size: 25px;
  font-weight: bold;
}

.print_screen .left{
  margin-right: 20px;
  color: #fff;
  line-height: 40px;
  margin-top: 11px;
}

.print_screen .right table{
  border-collapse: separate;
  border-spacing: 8px 10px;

}

.print_screen .right table td{
    border: solid 1px #000000;
    border: solid 1px #000000;
    width: 200px;
    padding-left: 10px;
}


.print_screen .right table tr{
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 10px;
  font-size: 12px;
}

.print_screen .right table tr th{
  background-color: #e1e1e1 !important;
  width: 150px !important;
  border: solid 1px #000000;
  border: solid 1px #000000;
}

.print_head{
  background-color: #0b308e !important;
  height: 40px;
}

.print_footer{
  border-top: 5px solid #0b308e;
  border-bottom: 5px solid #0b308e;
}



.print_address th{
  background: #0b308e;
  width: 100px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #0b308e;
}

.print_address td{
  border: 1px solid #0b308e;
  padding-left: 10px;
  padding-right: 10px;
}

.foot_middle .item{
  background: #0b308e;
  width: 30%;
  color: #fff;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.foot_middle .detail_1{
  width: 70%;
  color: #000000;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #0b308e;
  margin-left:10px;
}

.foot_middle .detail_2{
  width: 70%;
  color: #000000;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #0b308e;
    margin-left:10px;
}

.foot_middle .detail_3{
  width: 70%;
  color: #000000;
  line-height: 34px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  margin-left:10px;
}

.foot_right{
  border-left:1px solid #0b308e;
  height: 163px;
  margin-top: -10px;
  margin-left: 20px;
}