.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;

}

body {
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}


.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw !important;
  margin: 0;
  max-width: unset;
  padding: 0 100px;

}


.logo {
  height: 40px;
}


body {
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #666;
}

ul {
  list-style: none;
}
