[v-clock] {
  display: none; }

.information-container .information-title {
  padding: 80px 0px 50px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px; }
.information-container .information-type-choose {
  display: flex;
  justify-content: center;
  margin: -20px; }
  .information-container .information-type-choose .type-item {
    border: solid 1px #999;
    border-radius: 3px;
    color: #999;
    cursor: pointer;
    margin: 20px;
    width: 100px;
    height: 70px;
    line-height: 70px;
    text-align: center; }
  .information-container .information-type-choose .type-item:hover {
    border: solid 1px #1E9FFF;
    color: #1E9FFF; }

#check-app .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  #check-app .top .title {
    font-weight: bold; }

.check-panel {
  border: solid 1px #ddd;
  background: #fff;
  padding: 100px 30px; }
  .check-panel .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px; }
  .check-panel .bottom {
    margin-top: 20px;
    margin-left: 110px; }
  .check-panel .row {
    display: flex;
    line-height: 40px;
    margin: 10px 0px; }
    .check-panel .row .label {
      margin-right: 10px;
      width: 100px; }
    .check-panel .row .block {
      width: 500px;
      display: flex;
      align-content: center; }
    .check-panel .row .send-btn {
      width: 120px;
      margin-left: 10px; }
      .check-panel .row .send-btn .layui-btn {
        width: 100%; }
    .check-panel .row .in-block {
      width: 700px;
      display: flex; }
      .check-panel .row .in-block .in-label {
        display: inline-block;
        margin-right: 10px;
        width: 80px;
        text-align: right; }
      .check-panel .row .in-block .col {
        width: 150px;
        margin-right: 10px; }
  .check-panel .confirm .row {
    display: flex;
    margin: 0px 0px; }
    .check-panel .confirm .row .col {
      width: 250px; }
  .check-panel .confirm .row1 {
    display: flex;
    line-height: 40px;
    margin: 0px 0px; }
    .check-panel .confirm .row1 .col {
      width: 500px; }

.pdf-tpl-page-container {
  display: flex;
  justify-content: center;
  padding: 40px;
  font-size: 16px; }
  .pdf-tpl-page-container .pdf-tpl-page {
    width: 800px; }
    .pdf-tpl-page-container .pdf-tpl-page .pdf-tpl-title {
      display: flex;
      justify-content: center; }
      .pdf-tpl-page-container .pdf-tpl-page .pdf-tpl-title .title {
        font-weight: bold;
        width: 70%;
        text-align: center;
        font-size: 20px; }
    .pdf-tpl-page-container .pdf-tpl-page .pdf-model {
      padding-top: 30px; }
      .pdf-tpl-page-container .pdf-tpl-page .pdf-model .model-row {
        display: flex;
        justify-content: space-between;
        margin: 10px; }
        .pdf-tpl-page-container .pdf-tpl-page .pdf-model .model-row .col {
          width: 40%;
          display: flex; }
          .pdf-tpl-page-container .pdf-tpl-page .pdf-model .model-row .col label {
            display: inline-block;
            width: 200px;
            text-align: right; }
          .pdf-tpl-page-container .pdf-tpl-page .pdf-model .model-row .col span {
            display: inline-block;
            width: 280px; }
    .pdf-tpl-page-container .pdf-tpl-page .pdf-table-model {
      padding: 30px 60px; }
      .pdf-tpl-page-container .pdf-tpl-page .pdf-table-model .pdf-table {
        width: 100%; }
        .pdf-tpl-page-container .pdf-tpl-page .pdf-table-model .pdf-table td {
          border: solid 1px #000;
          text-align: center;
          padding: 3px 5px; }

/*# sourceMappingURL=default.css.map */
