html,
body,
header,
.view {
  height: 100%;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 1000px;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 650px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
          .navbar:not(.top-nav-collapse) {
              background: #1C2331!important;
          }
      }

@font-face {
    font-family: "jilinDX";
    src: url('/tmsbm/assets/woff/XMT-jilinDX.woff');
    /*src: url('/assets/woff/XMT-jilinDX.woff2');*/
}
.xmt-jldx {
    font-family: "jilinDX" !important;
    font-style:normal;
    /*color: #0736bf;*/
    /*Better Font Rendering*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-jlu{
	color: #0838c8;
}
.bg-jlu{
	background-color: #0838c8;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    /*background-color: #f5f5f5;*/
}
