.header-component {
  z-index: 1001;
  position: relative;
  .navbar {
    i {
      margin-right: 5px;
    }
    .logo {
      width: 300px;
      height: 35px;
    }
    .title {
      color: #00598e;
      font-family: Microsoft Yahei;
      height: 35px;
      line-height: 35px;
      font-weight: 700;
      letter-spacing: 0.15rem;
    }
    .notice-badge {
      top: 0;
      left: 20px;
    }
  }
}


.navbar-brand{
  font-size: 1.5rem !important;
  //font-weight: bold !important;
}


.darkColor{
  color: #fff !important;
}