html,
body,
div,
p,
a,
span,
img,
ul,
li,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
button,
select,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
pre,
code,
samp,
blockquote,
object,
iframe,
embed,
video,
audio,
canvas,
section,
header,
footer,
article,
aside,
nav {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}
@font-face {
  font-family: 'fzssj';
  src: url(../font/fzssj.woff2);
}
@media print {
  @page {
    size: landscape;
    @top-center {
      content: "";
    }
    /* 页脚 */
    @bottom-center {
      content: "";
    }
  }
  .line {
     height: 19px !important;
    border-bottom-width: 1.2px !important;
  }
  
}
body {
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #fafafa;
  min-height: 100%;
}
.container {
  width: 100%;
  min-height: calc(100vh - 60px);
  padding: 10px;
}
.hr {
  border-top: 1px dotted #d0d7db;
}
ul,
li {
  list-style: none;
}
a {
  color: #333333;
  text-decoration: none;
}
.foot {
  background: url(/images/white_bg1.png) #1375bc;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  color: #dddddd;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
  min-height: 300px;
}
.w1000 .title {
  width: 100%;
  text-align: center;
  padding: 50px 0 0;
}
.w1000 .LisR {
  background-color: #ffffff;
  margin: 35px auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  min-width: 310px;
  margin-bottom: 30px;
  width: 93%;
  max-width: 800px;
}
.w1000 .LisR.m1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.w1000 .LisR .IndTit {
  line-height: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: url(../images/white_bg1.png) #1375bc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.w1000 .LisR .LisQue {
  padding: 15px 0;
  width: 90%;
  margin: 0 auto;
}
.w1000 .LisR .LisQue .LisQueS {
  line-height: 35px;
  margin-top: 10px;
  color: #545454;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
}
.w1000 .LisR .LisQue .LisQueI {
  margin-top: 10px;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  background: #FFF;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
}
.w1000 .LisR .LisQue .LisQueB {
  line-height: 48px;
  height: 48px;
  width: 100%;
  color: #FFF;
  border: none;
  display: block;
  background: #f3c62b;
  font-size: 16px;
  margin: 20px auto 0;
  border-radius: 8px;
  cursor: pointer;
}
.w1000 .LisR .LisQue .cx-tips {
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}
.w1000 .LisR .LisQue .cx-tips span {
  font-weight: bold;
}
.pc_table_box {
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff;
  width: 95%;
  margin: 20px auto;
  padding-bottom: 5px;
}
.pc_table_box tr:nth-child(odd) {
  background: #fff;
}
.pc_table_box th {
  padding: 12px 10px;
  border: 1px solid #ddd;
  
  background: #f9f9f9;
  color: #333;
  font-size: 14px;
}
.pc_table_box tr:nth-child(even) {
  background: #fcfcfc;
}
.pc_table_box td {
  padding: 12px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.record > ul > li:last-child::after {
  content: "(最新)";
  color: red;
  font-size: 14px;
  margin-left: 10px;
}
.record > ul > li {
  list-style-type: none;
  color: #646464;
  font-family: 仿宋;
  font-size: 16px;
  border-bottom: 1px dotted rgba(219, 241, 253, 0.9);
  padding: 5px 10px;
}
.book_detail {
  width: 1000px;
  position: relative;
  
  page-break-after: always;
}
.book_detail .zhang {
  position: absolute;
  top: 470px;
  left: 270px;
  font-size: 12px;
  width: 160px;
}
.book_detail .time {
  position: absolute;
  top: 546px;
  left: 323px;
  font-size: 12px;
  display: flex;
}
.book_detail .time > div {
  margin-right: 15px;
}
.book_detail .dl {
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  top: 0;
  padding: 80px 100px 80px 40px;
}
.book_detail .dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.book_detail .dl dt .user {
  width: 118px;
  margin-right: 20%;
}
.book_detail .dl dt .qr-code {
  width: 140px;
}
.book_detail .dl dd > div {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.book_detail .dl dd .name > div {
  min-width: 45px;
}
.book_detail .dl dd .type > div {
  min-width: 72px;
}
.book_detail .dl dd .id_no > div {
  min-width: 72px;
}
.book_detail .dl dd .occupation > div {
  min-width: 72px;
}
.book_detail .dl dd .level > div {
  min-width: 72px;
}
.book_detail .dl dd .certificate_no > div {
  min-width: 72px;
}
.book_detail .dl dd .line {
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: center;
  height: 20px;
}
.book_detail img {
  width: 1000px;
}
.btn-group {
  border-top: 1px dotted #d0d7db;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}
.btn-group .dzbtn-sm {
  line-height: 40px;
  height: 40px;
  min-width: 100px;
  color: #FFF;
  border: none;
  display: inline-block;
  background: #f3c62b;
  font-size: 14px;
  margin: 5px;
  border-radius: 3px;
  text-align: center;
}
/*# sourceMappingURL=base.css.map */