* {
    margin: 0;
    padding: 0;
  }
  body {
    background: #f2f2f4;
  }
  #app {
    border: 1px solid #dcdcdc;
    /* min-height: calc(100vh - 200px); */
    width: 50%;
    margin: 20px auto;
    background: #fff;
    position: relative;
  }
  #app .footer-text {
    background: url(../images/icon/footer.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 300px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin: -100px auto 0;
  }
  #app .footer-text p {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  #app .fixed.footer-text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .title {
    border-bottom: 1px solid #d8d8d8;
  }
  .title h2 {
    font-size: 16px;
    color: #333333;
    padding: 15px 0 5px;
    display: inline-block;
    border-bottom: 2px solid #1677ff;
  }
  .search {
    margin: 0 3%;
  }
  .search .input-section {
    padding: 5% 15% 3%;
  }
  .search .input-section .row {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
  }
  .search .input-section .row .input-border {
    border: 1px solid #dcdcdc;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fafafa;
    flex: 1;
  }
  .search .input-section .row .input-border .icon {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .search .input-section .row .input-border .icon img {
    width: 22px;
    height: 22px;
  }
  .search .input-section .row .input-border .input {
    height: 85%;
    width: 100%;
    border-left: 1px solid #dcdcdc;
    display: flex;
    position: relative;
  }
  .search .input-section .row .input-border .input input {
    box-sizing: border-box;
    padding-left: 1em;
    width: 50%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 16px;
    background-color: #fafafa;
  }
  .search .input-section .row .input-border .input .formCodeImg {
    width: 100px;
    height: 40px;
  }
  .search .input-section .row .button {
    width: 200px;
    height: 44px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
  }
  .search .input-section .row .button:active {
    opacity: 0.5;
  }
  .search .input-section .row .normal {
    background: #1677ff;
    color: #fff;
    border: 1px solid #1677ff;
  }
  .search .input-section .row .hr {
    width: 40px;
  }
  .search .input-section .row .code {
    margin-left: 20px;
  }
  .result {
    margin: 0 3%;
  }
  .result table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed;
    word-break: break-all;
  }
  .result table tr {
    width: 100%;
  }
  .result table tr td {
    font-size: 16px;
    color: #333333;
    border: 1px solid #dcdcdc;
    padding: 2%;
  }
  .result table tr .label {
    background: #f5f5f5;
    text-align: right;
    width: 25%;
  }
  .result table tr .value {
    width: 75%;
    background: #ffffff;
  }
  .empty {
    text-align: center;
    padding-top: 20px;
  }
  .modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  .modal .msg {
    border-radius: 10px;
    width: 20%;
    height: 150px;
    background: #fff;
    display: flex;
    flex-direction: column;
  }
  .modal .msg .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 2;
    border-bottom: 1px solid #dcdcdc;
  }
  .modal .msg .button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #1677ff;
    cursor: pointer;
  }
  .footer {
    margin-top: 0 !important;
  }
  .loaddiv {
    background-color: #000000;
    opacity: 0.6;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    width: 108px;
    height: 108px;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    text-align: center;
    z-index: 100;
  }
  .loadimg {
    background-color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 0.65rem;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 0.25rem;
  }
  .loadtext {
    color: #8f8f94;
  }
  