@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; }

/*# sourceMappingURL=site.css.map */
