.__header {
  width: 100%;
  height: 120px;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  z-index: 89;
  position: fixed;
  top: 0;
  left: 0;
}

.full-page {
  position: relative;
}

.swiper-slide-content-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.__swiper-page-1 {
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.__swiper-page-1 > .swiper {
  width: 100%;
  height: 100%;
}

.__swiper-page-1 > .swiper > .swiper-wrapper > .swiper-slide {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.__swiper-page-1 > .swiper > .swiper-wrapper > .swiper-slide .swiper-slide-content {
  position: relative;
  overflow: visible;
  height: 100vh;
  width: 1400px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#top, #content, #bottom, #contain {
  display: none;
}

