.box {
  overflow: hidden;
  min-width: 1200px;
}
.box p {
  letter-spacing: 2px;
}
@media screen and (min-width: 1920px) {
  .box .content-8 {
    width: 100%;
  }
}
.box .header {
  height: 80px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0 25%;
}
.box .header .justify-content-end {
  margin-left: auto;
  height: 100%;
}
.box .header .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 80px;
  height: 80px;
}
.box .header .nav-item + .nav-item {
  margin-left: 20px;
}
.box .header .nav-link {
  font-size: 16px;
  font-family: Resource Han Rounded SC;
  font-weight: 600;
  color: #58308d;
  padding: 0 20px;
  height: 80px;
}
.box .content {
  margin-top: 80px;
}
.box .content img {
  display: block;
}
