@charset "UTF-8";
html {
  height: 100%; }
  html body {
    height: 100%;
    background-color: #ffffff; }
    html body .navbar {
      width: 100%;
      height: 50px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #ffffff; }
      html body .navbar .navbar-brand .header-logo {
        margin-top: -12px; }
      html body .navbar .navbar-nav {
        font-size: 20px; }
      html body .navbar .navbar-left .active {
        color: #337ab6; }
      html body .navbar .navbar-left .active：hover {
        color: #286090; }
      html body .navbar .navbar-left a {
        color: #000000; }
      html body .navbar .navbar-left a:hover {
        color: #286090; }
      html body .navbar .navbar-right .static {
        padding-left: 20px; }
      html body .navbar .navbar-right li .dropdown-toggle {
        padding: 5px 13px;
        margin: 8px 5px; }
      html body .navbar .navbar-right li .active {
        background-color: #337ab7;
        color: #ffffff; }
      html body .navbar .navbar-right li .active:hover {
        background-color: #2e6da4;
        color: #337ab7; }
    html body .body-fixed-navbar {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      color: #ffffff;
      margin-top: 53px;
      align-items: center;
      justify-content: center;
      padding: 0.5px 20px; }
    html body .modal-dialog {
      margin-top: 188px;
      color: #000000; }
    html body #loginModal .form-group .form-control {
      border-radius: 20px; }
    html body #loginModal .form-group .sub {
      width: 200px;
      border-radius: 20px; }
    html body #loginModal #wechat-code iframe {
      width: 225px;
      height: 225px; }
    html body #success {
      margin-top: 126px; }
      html body #success .success {
        margin-top: -67px;
        color: #fff;
        padding-top: 1px;
        height: 374px;
        text-align: center;
        background: center url("../images/success.png") no-repeat;
        background-size: auto 100%; }
        html body #success .success .scan-info {
          font-size: 24px;
          font-weight: 600;
          margin-top: 12px; }
        html body #success .success .getBobi {
          color: #fff;
          margin-top: 245px;
          font-size: 19px; }
        html body #success .success .num {
          color: #f44b4b; }
    html body footer {
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 50px;
      line-height: 40px;
      background-color: #ffffff;
      text-align: center;
      left: 0;
      right: 0; }

.navbar .navbar-right .btn-top-r {
  margin-top: 8px; }

.sidebar .panel-body ul {
  list-style: none; }
  .sidebar .panel-body ul li {
    border-bottom: 1px solid #c7c6f2; }
    .sidebar .panel-body ul li a {
      word-break: break-word; }
.sidebar .panel-body .we-app {
  width: 250px;
  height: 250px;
  background: url("../images/wechat-qr.jpg");
  background-size: 100%; }

.modal-group #loginModal .modal-body {
  color: #000000; }
  .modal-group #loginModal .modal-body form {
    padding: 20px 0; }

.paper-search {
  padding-bottom: 27px; }
  .paper-search .banner {
    background: url("../images/bg_plant.png") no-repeat;
    height: 300px;
    background-size: 100%; }
    .paper-search .banner .container {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      color: #ffffff; }
      .paper-search .banner .container .row h4 {
        margin-bottom: 20px;
        font-size: 2em; }
      .paper-search .banner .container .row .icon-item {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 1.3em;
        color: #eb9316; }
        .paper-search .banner .container .row .icon-item .fa {
          font-size: 3.5rem; }
  .paper-search .container {
    color: #000000; }

/*# sourceMappingURL=paper-search.css.map */
