* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  list-style: none;
}

body {
  min-width: 1260px;
}

header, header .left, header .right ul, header .right ul li {
  display: flex;
  align-items: center;
}

header {
  z-index: 200;
  height: 58px;
  background: #17233d;
  width: 100%;
  justify-content: space-between;
  padding: 0 30px;
}

header .left .title {
  font-size: 22px;
  color: white;
  letter-spacing: 3px;
}

header .left .lie {
  margin-left: 100px;
}

header .left .lie a {
  color: white;
  padding: 10px 35px;
  border-radius: 5px;
  margin-right: 30px;
}

header .left .lie a.bg {
  background: #32415a;
}

header .left .lie a:hover {
  background: #32415a;
}

header .right ul li {
  padding: 0 10px;
  height: 15px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: white;
}

header .right ul li:nth-of-type(1) {
  border-right: 1px solid white;
}

header .right ul a {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: white;
}
