@charset "utf-8";
#header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 120px;
  width: 100%;
  background-color: #1a365c;
  font-size: 0;
  flex-shrink: 0;
}
#header .logo .logo-A {
  width: 80px;
  height: 80px;
}
#header .logo .logo-B {
  width: 290px;
  height: 117px;
  margin-left: -12px;
}
#header .logo .logo-C {
    color: white;
    font-family: 宋体;
    font-weight: 900;
    font-size: 42px;
}
