
.header[data-v-8a54e678] {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(0, 21, 41);
  padding: 0 30px;
  box-sizing: border-box;
}
.lf_main[data-v-8a54e678] {
  display: flex;
  align-items: center;
}
.logo[data-v-8a54e678] {
  width: 120px;
}
.logo img[data-v-8a54e678]{
  width: 100%;
  display: block;
}
.menu[data-v-8a54e678] {
  display: flex;
  align-items: center;
}
.item[data-v-8a54e678] {
  width: 120px;
  text-align: center;
}
a[data-v-8a54e678] {
  text-decoration: none;
  color:#ffffff;
}
a[data-v-8a54e678]:active {
  color: black;
}
.main[data-v-8a54e678] {
  padding: 20px 20px 0;
  box-sizing: border-box;
  /* background: #0000000d; */
  background: #fff;
  height: calc(100vh - 60px);
}
.actives[data-v-8a54e678]{
  color: rgb(23, 201, 100);
}



