.header .nav-root {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(2, 12, 62, 0.8196078431);
  z-index: 1;
}
.header .nav-root .nav-bar {
  min-width: 1280px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav-root .nav-bar .logo-box {
  width: 300px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav-root .nav-bar .logo-box .img-box {
  height: 80%;
}
.header .nav-root .nav-bar .logo-box .img-box img {
  height: 100%;
}
.header .nav-root .nav-bar .btn-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav-root .nav-bar .btn-box .nav-item .label {
  color: white;
  font-weight: bold;
  padding: 10px 20px;
}
.header .nav-root .nav-bar .btn-box a {
  text-decoration: none;
}

/*# sourceMappingURL=header.css.map */
