* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: ' 宋体';
}
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  display: block;
}
table,
tr,
td {
  font-size: 12px;
  font-family: '宋体';
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: collapse;
}
.table {
  border: 1px solid #000000;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  margin: 10px 0 15px;
}
.table tr {
  /* height: 35px; */
}
.table td {
  font-size: 12px;
  /*最普遍的主表字体*/
  font-family: '宋体';
  border: 1px solid #000000;
  padding: 10px 0;
}
.mes_table .mes_tr {
  text-align: left;
}
.mes_table .mes_tr td:first-child {
  text-align: center;
}
.mes_table .mes_tr td {
  padding: 10px;
  line-height: 1.4;
  box-sizing: border-box;
}
/*带下划线的文字样式*/
.underline {
  display: inline-block;
  /* text-decoration: underline; */
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  min-width: 100px;
  text-align: center;
}
/* 公共样式 */
.letter_common {
  width: 930px;
  margin: 0 auto;
}
/* 头部样式 */
.letter_header {
  height: 160px;
  background-color: #7799f5;
  padding-top: 37px;
  box-sizing: border-box;
}
.letter_header .header_text {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
}
/* 内容样式 */
.letter_con {
  background-color: #e0e5f6;
  margin-bottom: -30px;
}
.letter_con .letter_wrap {
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #8da8d0;
  position: relative;
  top: -65px;
  z-index: 2;
}
.letter_wrap h2 {
  background-color: #e0e5f6;
  line-height: 44px;
  color: #246fde;
  font-size: 14px;
  font-weight: normal;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.letter_con .proof_letter {
  border: 10px solid #f3f5fb;
  background: url('../images/sy.png');
  background-color: #ffffff;
  margin-bottom: 22px;
}
.proof_wrap {
  width: 540px;
  margin: 36px auto;
}
.letter_style .letter_title {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.letter_style .letter_xh {
  font-size: 14px;
  color: #000000;
  margin-bottom: 12px;
  text-align: center;
}
.letter_style .letter_bh {
  text-align: right;
}
.letter_p .letter_name {
  margin-left: 38px;
}
.letter_style .letter_gz {
  text-align: right;
  margin-top: 46px;
}
.letter_style .letter_text_right {
  text-align: right;
  margin-top: 5px;
}

.reminder .reminder_text {
  float: left;
  width: 60%;
}
.reminder_text h1 {
  font-size: 14px;
  color: #708ff6;
}
.reminder_text p {
  color: #666666;
  line-height: 1.5;
}
.reminder .reminder_img {
  float: right;
}
.letter_proof_text span {
  display: inline-block;
}
.letter_proof_text .xh {
  width: 4%;
  vertical-align: top;
}
.letter_proof_text .con {
  width: 95%;
}
/* 尾部样式 */
.letter_footer {
  height: 97px;
  background-color: #a2abcd;
}
.letter_footer .footer_text p {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding-top: 34px;
}
.proof_wrap .bjtitle {
  width: 400px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  border-bottom: 2px solid #000;
  /* font-family: 'FangSong'; */
}
.proof_wrap .zctitle {
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
  /* font-family: 'FangSong'; */
}
.proof_wrap .zmxbh {
  text-align: right;
}
.proof_wrap table {
  width: 100%;
  border: 1px solid #000;
}
.proof_wrap table td {
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: 1px solid #000;
  font-size: 14px;
  /* font-family: 'FangSong';
  font-weight: 500; */
}
.jbrs {
  margin: 4px 0;
}
.jbrs span {
  margin-left: 20px;
  display: inline-block;
}
.out {
  position: relative;
}
.out b {
  font-style: normal;
  display: block;
  position: absolute;
  top: -28px;
  left: 26px;
  width: 70px;
  font-weight: 400
}
.out em {
  font-style: normal;
  display: block;
  position: absolute;
  top: 0px;
  left: -16px;
  width: 70px;
}
.out span.line {
  display: block;
  width: 95px;
  height: 1px;
  background: #000;
  -webkit-transform: rotate(31deg);
  -ms-transform: rotate(31deg);
  -moz-transform: rotate(31deg);
  transform: rotate(31deg);
  position: absolute;
  top: 1px;
  left: -7px;
}
.linkheader a:hover {
  color: #fff;
}
