.page {
  width: 100%;
  height: 100%;
  background-image: url("/img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.headerLogo > span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
}

.header li a {
  color: #fff;
}

.header > ul .current {
  border-bottom: 2px solid #fff;
}

.header li:nth-child(3) {
  padding-left: 42px;
  border-left: 1px solid #fff;
}

.body {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 110px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bodyLeft {
  margin-right: 64px;
}

.swiper-container {
  width: 22vw;
  height: auto;
}

.bodyLeft img {
  width: 22vw;
  height: 100%;
}

.bodyRight {
  width: 40%;
  color: #fff;
}

.bodyRight h1 {
  font-size: 65px;
  margin-bottom: 15px;
}

.bodyRight > p {
  font-size: 1.8vw;
  line-height: 2.6vw;
  margin-bottom: 1.3vw;
}

.bodyRight > span {
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 2.5vw;
  opacity: 0.6;
  letter-spacing: 6px;
}

.button {
  display: flex;
}

.button button {
  width: 11vw;
  height: 3.2vw;
  border-radius: 1.7vw;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  margin-right: 24px;
  position: relative;
  cursor: pointer;
}

.button button > img {
  width: 1.3vw;
  margin-right: 10px;
}

.button button.hover:hover {
  background: #d21a17;
  border: 1px solid #d21a17;
  border-radius: 1.8vw 1.8vw 0px 0px;
}

.button button:hover .box {
  display: block;
}

.box {
  position: absolute;
  width: 11vw;
  height: 10vw;
  background: #d21a17;
  left: -1px;
  right: 0;
  top: 3.1vw;
  color: #fff;
  text-align: center;
  border-radius: 0px 0px 2vw 2vw;
  font-size: 22px;
  z-index: 10;
  display: none;
}

.box img {
  width: 9vw;
  height: 9vw;
  border-radius: 0px 0px 1vw 1vw;
  display: inline-block;
}

.footer {
  /* height: 100px; */
  width: 100%;
  position: fixed;
  bottom: 0;
}

.footer > p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  opacity: 0.6;
  margin-bottom: 11px;
}
.footer h2 {
  margin: 0 30px;
}
.footer a {
  color: #fff;
  font-size: 18px;
  /* opacity: 0.9; */
  font-weight: normal;
  margin: 0 5px;
}
