@media print {
  body {
    background-color: White;
  }

  .noprinting {
    display: none;
  }

  .pagebreak {
    page-break-before: always;
    clear: both;
    height: 0;
  }

  #printbar {
    display: none;
  }

  .landscape {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: relative;
    height: 17cm;
    width: 24cm;
    left: -2cm;
    top: 6.5cm;
  }

  .landscape .pagefoot {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: 11cm;
    top: 18cm;
  }

  .printhidden

  /*打印的时候需要隐藏内容(主要是套打的时候,不大内容但是又要留出空白)*/
  /*打印的时候需要隐藏内容(主要是套打的时候,不大内容但是又要留出空白)*/
    {
    visibility: hidden;
  }

  .print-header {
    text-align: center;
  }

  .landscape {
    position: relative;
    height: 17cm;
    width: 24cm;
    margin: auto;
  }

  body,
  form {
    margin: 0;
    padding: 0;
  }

  p {
    font-family: "方正仿宋简体";
    font-size: 16pt;
    line-height: 1.6;
  }

  p.justify {
    text-align: justify;
    text-justify: distribute;
    text-align-last: left;
    text-indent: 2em;
  }

  p.p-nomargin {
    margin: 0;
    padding: 0;
  }

  /*打印工具条的样式*/
  #printbar {
    text-align: left;
    height: 40px;
    margin: auto;
    padding: 10px 100px 0 100px;
    border-bottom: 1px solid buttonshadow;
    background-color: ButtonFace;
  }

  #printbar img,
  #printbar a {
    border: 0;
    margin-right: 5px;
  }

  .pagefoot

  /*page number*/
    {
    text-align: center;
    font-family: "方正仿宋简体";
    font-size: 10.5pt;
    position: absolute;
    bottom: 0.1cm;
    left: 9.5cm;
    z-index: 1000;
  }

  .pageinterval

  /*页面之间的一个小间隔,视觉效果看上去就想word里面的分页*/
    {
    height: 10px;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: ButtonShadow;
  }

  #budget {
    font-size: 12pt;
  }

  .underline {
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15pt;
    border-bottom: 1px solid black;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .fancy-underline {
    position: relative;
    display: inline-block;
  }

  .fancy-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    /* 调整下划线位置 */
    width: 100%;
    height: 2px;
    /* 下划线粗细 */
    /* // background-color: #f00; */
    /* 下划线颜色 */
  }

  .center {
    text-align: center;
  }

  .center td,
  .center th {
    text-align: center;
  }

  .left {
    text-align: left;
  }

  .alignright {
    text-align: right;
    padding-right: 0cm;
  }

  .a4 {
    padding: 17mm 26mm 0 26mm;
    /*border:1px solid blue;*/
    position: relative;
    height: 25cm;
  }

  .a4-condensed {
    padding: 30mm 20mm 0 18mm;
  }

  .redtitle {
    width: 100%;
    height: 3cm;
    padding: 1cm 0 0 0;
    margin: 0 0 1cm 0;
    text-align: center;
    font-family: "宋体";
    font-size: 28pt;
    font-weight: bold;
    color: red;
    line-height: 100%;
  }

  .redtitle p {
    word-spacing: 5px;
  }

  .redtitle table {
    margin: auto;
  }

  .redtitle table tbody tr:first-child td {
    height: 0.4cm;
  }

  .redtitle td {
    color: red;
    font-weight: bolder;
    border: 0;
  }

  .title {
    width: 100%;
    text-align: center;
    font-family: "方正小标宋简体";
    font-size: 22pt;
    line-height: 100%;
  }

  .letternumber {
    text-align: right;
    padding-right: 0.7cm;
    padding-top: 1cm;
    line-height: 200%;
    font-family: "方正仿宋简体";
    font-size: 16pt;
  }

  .letternumber+div {
    border-bottom-style: solid;
    border-bottom-color: red;
  }

  p.alignleft {
    margin-top: 1cm;
  }

  .foreigndepname {
    font-weight: bold;
    font-family: "宋体";
    font-size: 15pt;
  }

  .table {
    width: 103%;
  }

  .table tr {
    height: 45px;
  }

  .table td,
  .table th {
    padding: 3px;
    font-family: 宋体;
    font-size: 12pt;
  }

  .table-condensed tr {
    height: auto;
  }

  .table-condensed td,
  .table-condensed th {
    font-size: 13px;
  }

  .table-bordered {
    border-collapse: collapse;
    border: 1px solid black;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid black;
  }

  span.data30 {
    /*text-decoration:underline;*/
    border-bottom: 1px solid black;
    padding: 0 30px 0 30px;
    text-align: center;
    font-family: 方正楷体简体, 楷体;
  }

  span.data {
    /*text-decoration:underline;*/
    border-bottom: 1px solid black;
    padding: 0 50px 0 50px;
    text-align: center;
    font-family: 方正楷体简体, 楷体;
  }

  span.data10 {
    border-bottom: 1px solid black;
    padding: 0 10px 0 10px;
    text-align: center;
    font-family: 宋体;
  }

  input.data2 {
    width: 100px;
    border: none;
    border-bottom: 1px solid black;
    padding: 0 10px 0 10px;
    text-align: center;
    font-family: 宋体;
    font-size: 15pt;
  }

  input.data {
    border: none;
    border-bottom: 1px solid black;
    padding: 0 10px 0 10px;
    text-align: center;
    font-family: 宋体;
    font-size: 15pt;
  }

  /*公章*/
  p.gz {
    clear: both;
    text-align: right;
    width: auto;
    margin-right: 2cm;
  }

  /*日期*/
  p.rq {
    clear: both;
    text-align: right;
    width: auto;
    margin-right: 0.5cm;
  }

  .landscape p.gz,
  .landscape p.rq {
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-right: 0;
  }

  span.gz>span {
    padding-right: 1cm;
  }

  .speek-opinion-title {
    width: 100%;
    height: 3cm;
    padding: 1cm 0 0 0;
    text-align: center;
    font-family: 宋体;
    font-size: 28pt;
    font-weight: bold;
    color: red;
    line-height: 100%;
    margin-bottom: 1.5cm;
  }

  .red-bottom {
    padding: 0 0 0.6cm 0;
    /* border-bottom: 0.06cm solid red; */
  }

  .red-bottom-bottom {
    margin-top: 0.5cm;
    /* border-bottom: 0.035cm solid red; */
    border-bottom: 0.06cm solid red;

  }

  #tbForeignAffairDepName {
    width: 5cm;
  }

  .input-font-size {
    text-align: left;
    font-size: 20px !important;
    /* font-size: 15pt!important; */
    /* font-family: 宋体
; */
    font-family: 宋体;
  }


  .print-reason input {
    border: none;
    font-family: 宋体;
    font-size: 14pt;
  }

  .print-reason input:nth-child(1) {
    width: 210px
  }

  .print-reason input:nth-child(2) {
    width: 100px;
  }

  .print-speal-main /deep/ .el-select {
    display: inline-block;
    border: none;
    width: 100px;
  }

  .print-speal-main /deep/ .el-select .el-input {
    border-radius: 0px;
    border: none;
  }

  .print-speal-main /deep/ .el-select .el-input .el-input__inner {
    border: none;
    font-size: 16px;
  }

  .entire {
    font-weight: unset;
  }

  /* 新的样式 */

  #seek_opinion {
    position: relative;
    font-family: 宋体;
    font-size: 20px;
    line-height: 40px;
  }

  #seek_opinion /deep/ .el-select {
    display: inline-block;
    border: none;
    width: 100px;
  }

  #seek_opinion /deep/ .el-select .el-input {
    border-radius: 0px;
    border: none;
  }

  #seek_opinion /deep/ .el-select .el-input .el-input__inner {
    border: none;
    font-size: 16px;
  }


  .sel {
    border: none !important;
    font-family: 宋体;
    font-size: 23px !important;
  }


  .zhang-img {
    position: absolute;
    right: 1.7cm;
    z-index: 99;
  }

  .time-tip {
    position: absolute;
    right: 1.7cm;
    bottom: -4.4cm;
    font-size: 15pt;

  }

  #seek_opinion .z-tip {
    position: absolute;
    right: 3.4cm;
    bottom: -2.4cm;
    font-size: 15pt;


  }

  #seek_opinion .speek-opinion-title {
    padding-top: 1.5cm;
  }

  #seek_opinion .red-bottom {
    text-align: center;
    /* font-family: 宋体
; */
    font-family: '宋体';
    font-size: 28pt;
    font-weight: bold;
    color: red;
    line-height: 100%;
    margin-bottom: .5cm;
  }

  #seek_opinion .red-bottom-bottom-tip {
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: red;
  }

  #seek_opinion .red-bottom-bottom-tip .tip-left {
    font-family: '宋体';
    margin-right: 0.5cm;
    margin-left: 1cm;
  }

  #seek_opinion .red-bottom-bottom-tip .tip-left div {
    display: flex;
    justify-content: space-between;
  }

  #seek_opinion .red-bottom-bottom-tip .tip-left span {
    font-size: 22pt;
    display: inline-block;
    line-height: 30pt;
  }

  #seek_opinion .red-bottom-bottom-tip .tip-left .center-span {
    display: inline-block;
    margin: 0 0.5cm;
  }

  #seek_opinion .red-bottom-bottom-tip .tip-right {
    font-size: 22pt;
    display: inline-block;
    line-height: 30pt;
    font-family: '宋体';

  }

  #seek_opinion .red-bottom-bottom {
    margin: 0.5cm 0;
    border-bottom: 0.06cm solid red;
  }

  .red-bottom-line {
    margin: 0.5cm 0 0.1cm 0;
    /* border-bottom: 0.035cm solid red; */
    /* border-bottom: 0.9cm solid red; */
    border-bottom: 0.2cm solid red;
  }

  .red-bottom-bottom-fh {
    margin-bottom: 0.5cm !important;
    /* border-bottom: 0.035cm solid red; */
    border-bottom: 0.06cm solid red;
  }

  .fh-chno {
    margin-top: -2cm;
  }

  .fh-title {
    font-weight: 700 !important;
    margin-top: -0.5cm;
  }

  .FH-img {
    margin-top: -2cm;
  }

  .fs {
    text-indent: 1cm;
    font-family: 宋体;
  }

}
