html {
  overflow-x: auto !important;
}

#fullpage .page {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#fullpage .banner-index {
  background: radial-gradient(#1a4499 0%, #061b48 100%);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

#fullpage .banner-index .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}

#fullpage .banner-index .swiper-wrapper .swiper-slide-duplicate-active {
  opacity: 1 !important;
}

#fullpage canvas {
  position: absolute;
  width: 100%;
  bottom: -25%;
}

#fullpage .banner-text {
  height: 235px;
  width: 100%;
  position: relative;
  z-index: 1;
  left: 0;
  top: 25vh;
  text-align: center;
}

#fullpage .banner-text-title {
  font-size: 60px;
  font-weight: 500;
  color: white;
  line-height: 84px;
  padding-bottom: 20px;
}

#fullpage .banner-text-middle {
  font-size: 24px;
  font-weight: 400;
  color: white;
  line-height: 33px;
  padding-bottom: 36px;
}

#fullpage .banner-text-small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 31px;
}

#fullpage .white {
  background: linear-gradient(180deg, #fdfefe 0%, #e5e9f3 100%);
}

#fullpage .white h3 {
  padding-top: 15vh;
  font-size: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
  line-height: 36px;
  text-align: center;
}

#fullpage .white h4 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 60px;
}

#fullpage .first-white-lists {
  display: flex;
  position: absolute;
  width: 1200px;
  top: 26vh;
}

#fullpage .first-white-lists-list {
  width: 372px;
  height: 600px;
  background: white;
  box-shadow: 0px 4px 24px 0px rgba(31, 119, 246, 0.1);
  border-radius: 4px;
  margin-right: 42px;
  overflow: hidden;
  position: relative;
}

#fullpage .first-white-lists-list-display {
  padding-top: 58px;
  text-align: center;
}

#fullpage .first-white-lists-list-display-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  letter-spacing: 1px;
  padding-bottom: 32px;
}

#fullpage .first-white-lists-list-display-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 34px;
  width: 272px;
  margin: 0 auto;
  height: 168px;
  text-align: justify;
  text-align-last: center;
}

#fullpage .first-white-lists-list-display-img {
  width: 180px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-bottom: 40px;
}

#fullpage .first-white-lists-list-display-button a {
  display: block;
  width: 242px;
  height: 40px;
  background: rgba(40, 219, 255, 0);
  border-radius: 2px;
  border: 1px solid #2dd0f0;
  font-size: 14px;
  color: #2dd0f0;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}

#fullpage .first-white-lists-list-hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: 372px 600px;
  background-repeat: no-repeat;
  left: 0;
  top: -600px;
  transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#fullpage .first-white-lists-list-hidden-title {
  font-size: 24px;
  font-weight: 500;
  color: white;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

#fullpage .first-white-lists-list-hidden-text {
  width: 260px;
  height: 287px;
  padding-bottom: 20px;
  font-size: 16px;
  color: white;
  line-height: 40px;
  text-align: justify;
  text-align-last: center;
  margin: 0 auto;
}

#fullpage .first-white-lists-list-hidden-button {
  height: 40px;
  width: 242px;
  display: block;
  background: rgba(255, 255, 255, 0);
  border-radius: 2px;
  opacity: 0.9;
  border: 1px solid white;
  font-size: 14px;
  font-weight: 500;
  color: white;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
}

#fullpage .first-white-lists-list:hover .first-white-lists-list-hidden {
  top: 0;
}

#fullpage .first-white-lists-last {
  margin-right: 0;
}

#fullpage .black {
  background: radial-gradient(#1a4499 10%, #061b48 100%);
}

#fullpage .first-black {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}

#fullpage .first-black .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: 0;
  top: 0;
}

#fullpage .first-black-box h3 {
  padding-top: 140px;
  font-size: 30px;
  font-weight: 500;
  color: white;
  line-height: 36px;
  text-align: center;
}

#fullpage .first-black-box h4 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.25);
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 25px;
}

#fullpage .first-black-box h5 {
  font-size: 14px;
  color: white;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 90px;
}

#fullpage .first-black-box-lists {
  height: 430px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 1200px;
  top: 33vh;
  left: 50%;
  margin-left: -600px;
}

#fullpage .first-black-box-lists-list {
  width: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 115px;
  position: relative;
}

#fullpage .first-black-box-lists-list-img {
  padding-top: 30px;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

#fullpage .first-black-box-lists-list-img img {
  position: relative;
  animation: upDown 2s infinite linear alternate;
  width: 100px;
  height: 100px;
}

#fullpage .first-black-box-lists-list-img .animation-delay2 {
  animation-delay: -2s;
}

#fullpage .first-black-box-lists-list-title {
  padding-top: 172px;
  text-align: center;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  line-height: 25px;
}

#fullpage .first-black-box-lists-list-position {
  display: block;
  position: absolute;
  top: 380px;
  left: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  line-height: 50px;
  margin-left: -25px;
}

#fullpage .first-black-box-lists-list-after {
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  position: absolute;
  left: 208px;
  top: 305px;
}

#fullpage .second-white-outside {
  position: absolute;
  width: 1400px;
  top: 24vh;
  margin-left: -100px;
}

#fullpage .second-white-outside-box {
  width: 1240px;
  height: 620px;
  margin: 0 auto;
  background: white;
  box-shadow: 0px 4px 25px 0px rgba(31, 119, 246, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 40px 50px;
  transition: transform 0.3s;
}

#fullpage .second-white-outside-box-lists {
  height: 100px;
  background-color: rgba(238, 245, 254, 0.36);
  margin-bottom: 46px;
  position: relative;
}

#fullpage .second-white-outside-box-lists-title {
  height: 100px;
  width: 270px;
  background-color: #eef5fe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 30px 0 30px;
  float: left;
}

#fullpage .second-white-outside-box-lists-title-big {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}

#fullpage .second-white-outside-box-lists-title-big-height {
  height: 40px;
}

#fullpage .second-white-outside-box-lists-title-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  width: 215px;
}

#fullpage .second-white-outside-box-lists-ul {
  padding-left: 40px;
  padding-right: 40px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#fullpage .second-white-outside-box-lists-ul-li {
  padding-top: 12px;
  width: 100px;
}

#fullpage .second-white-outside-box-lists-ul-li-img {
  width: 42px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#fullpage .second-white-outside-box-lists-ul-li-text {
  padding-top: 9px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  text-align: center;
}

#fullpage .second-white-outside-box-lists-left {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-home-technology-arrow-up@2x.png?v=1.0.1");
  bottom: -34px;
  left: 124px;
}

#fullpage .second-white-outside-box-lists-right {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-home-technology-arrow-down@2x.png?v=1.0.1");
  bottom: -34px;
  right: 124px;
}

#fullpage .second-white-outside-box-bottom {
  height: 102px;
  text-align: center;
  background-size: contain;
}

#fullpage .second-white-outside-box-bottom-title {
  padding-top: 22px;
  font-size: 18px;
  font-weight: 500;
  color: black;
  line-height: 26px;
}

#fullpage .second-white-outside-box-bottom-text {
  padding-top: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
}

#fullpage .second-white-outside-box:hover {
  transform: scale(1.02);
}

#fullpage .second-black {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

#fullpage .second-black .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: 0;
  top: 0;
}

#fullpage .second-black h3 {
  padding-top: 14.7vh;
  font-size: 30px;
  font-weight: 500;
  color: white;
  line-height: 36px;
  text-align: center;
}

#fullpage .second-black h4 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.25);
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 60px;
}

#fullpage .second-black-lists {
  position: absolute;
  width: 1200px;
  top: 25vh;
  height: 600px;
  display: flex;
  justify-content: space-between;
  left: 50%;
  margin-left: -600px;
}

#fullpage .second-black-lists-list {
  width: 372px;
  height: 600px;
  background: rgba(13, 30, 83, 0.6);
  position: relative;
}

#fullpage .second-black-lists-list-display {
  padding-top: 64px;
}

#fullpage .second-black-lists-list-display-title {
  font-size: 22px;
  font-weight: 500;
  color: #2dd0f0;
  line-height: 30px;
  padding-top: 4px;
  text-align: center;
  z-index: 50;
  position: relative;
  transition: font-size 0.3s cubic-bezier(0.5, 0.03, 0.47, 0.98), transform 0.3s cubic-bezier(0.5, 0.03, 0.47, 0.98);
}

#fullpage .second-black-lists-list-display-small-title {
  font-size: 14px;
  font-weight: normal;
  color: rgba(45, 208, 240, 0.45);
  line-height: 30px;
  text-align: center;
  z-index: 50;
  position: relative;
  transition: font-size 0.3s cubic-bezier(0.5, 0.03, 0.47, 0.98), transform 0.3s cubic-bezier(0.5, 0.03, 0.47, 0.98);
}

#fullpage .second-black-lists-list-display-img {
  width: 200px;
  height: 110px;
  margin: 42px auto 20px;
  background-size: contain;
  transition: opacity 0.15s cubic-bezier(0.5, 0.03, 0.47, 0.98), transform 0.15s cubic-bezier(0.5, 0.03, 0.47, 0.98);
}

#fullpage .second-black-lists-list-display-box {
  padding-top: 32px;
  width: 292px;
  height: 90px;
  margin: 0 auto;
  transition: 0.5s;
}

#fullpage .second-black-lists-list-display-box-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  line-height: 24px;
}

#fullpage .second-black-lists-list-display-box-text {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.85);
  line-height: 26px;
  text-align: center;
}

#fullpage .second-black-lists-list-hidden {
  box-sizing: border-box;
  width: 392px;
  height: 632px;
  padding-top: 86px;
  position: absolute;
  left: -16px;
  top: -10px;
  transform-origin: 81% 29% 0;
}

#fullpage .second-black-lists-list-hidden::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 392px;
  height: 632px;
  background-size: 100% auto;
  background-position: center center;
  background-color: #0d1e53;
  background-image: url("../images/icon-home-plan-s@2x.png?v=1.0.1");
  opacity: 0;
  z-index: 1;
  transform: scale(0.95);
  transition: opacity 0.3s cubic-bezier(0.5, 0.03, 0.47, 0.98), transform 0.3s cubic-bezier(0.5, 0.03, 0.47, 0.98);
}

#fullpage .second-black-lists-list-hidden-title {
  font-size: 25px;
  font-weight: 500;
  color: #2dd0f0;
  line-height: 32px;
  text-align: center;
  visibility: hidden;
}

#fullpage .second-black-lists-list-hidden-small {
  visibility: hidden;
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  color: rgba(45, 208, 240, 0.45);
  line-height: 22px;
  text-align: center;
  margin-bottom: 8px;
}

#fullpage .second-black-lists-list-hidden-box {
  position: relative;
  z-index: 10;
  padding: 50px 32px 0;
  text-align: center;
  transform: translateY(150px);
  opacity: 0;
  transition: transform 0.01s, opacity 0.01s;
}

#fullpage .second-black-lists-list-hidden-box-title {
  font-size: 21px;
  font-weight: 500;
  color: white;
  line-height: 26px;
  margin-bottom: 24px;
}

#fullpage .second-black-lists-list-hidden-box-text {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 34px;
}

#fullpage .second-black-lists-list:hover .second-black-lists-list-display-img {
  opacity: 0;
  transform: scale(0.5);
}

#fullpage .second-black-lists-list:hover .second-black-lists-list-display-title {
  transform: translateY(8px) scale(1.07);
}

#fullpage .second-black-lists-list:hover .second-black-lists-list-display-small-title {
  transform: translateY(8px);
}

#fullpage .second-black-lists-list:hover .second-black-lists-list-hidden::after {
  opacity: 1;
  transform: scale(1);
}

#fullpage .second-black-lists-list:hover .second-black-lists-list-display-box {
  opacity: 0;
}

#fullpage .second-black-lists-list:hover .second-black-lists-list-hidden-box {
  transition: transform 0.3s, opacity 0.3s;
  transform: translateY(0);
  opacity: 1;
}

#fullpage .third-white-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#fullpage .third-white .box {
  position: absolute;
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  top: 25vh;
}

#fullpage .third-white-lists {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 600px;
  padding-left: 100px;
  padding-top: 39px;
  box-sizing: border-box;
  background: white;
  box-shadow: 0px 4px 24px 0px rgba(31, 119, 246, 0.1);
  border-radius: 4px;
  margin: 0 auto;
  box-sizing: border-box;
}

#fullpage .third-white-lists-list {
  width: 200px;
  height: 80px;
  margin-bottom: 30px;
  margin-right: 67px;
  background-size: contain;
  background-repeat: no-repeat;
}

#fullpage.min .first-white-lists {
  top: 26vh;
}

#fullpage.min .first-white-lists-list {
  height: 528px;
}

#fullpage.min .first-white-lists-list-display {
  padding-top: 40px;
}

#fullpage.min .first-white-lists-list-display-title {
  padding-bottom: 24px;
}

#fullpage.min .first-white-lists-list-display-text {
  height: 160px;
}

#fullpage.min .first-white-lists-list-display-img {
  padding-bottom: 24px;
}

#fullpage.min .first-white-lists-list-hidden-title {
  padding-top: 60px;
  padding-bottom: 40px;
}

#fullpage.min .first-white-lists-list-hidden-text {
  height: 255px;
}

#fullpage.min .second-white-outside {
  top: 25.2vh;
}

#fullpage.min .second-white-outside-box {
  width: 1200px;
  height: 540px;
  box-sizing: border-box;
  padding: 30px;
}

#fullpage.min .second-white-outside-box-lists {
  height: 94px;
  margin-bottom: 36px;
}

#fullpage.min .second-white-outside-box-lists-title {
  height: 94px;
}

#fullpage.min .second-white-outside-box-lists-title-text {
  width: 215px;
}

#fullpage.min .second-white-outside-box-lists-ul {
  height: 94px;
}

#fullpage.min .second-white-outside-box-lists-left {
  width: 20px;
  height: 20px;
  bottom: -28px;
}

#fullpage.min .second-white-outside-box-lists-right {
  width: 20px;
  height: 20px;
  bottom: -28px;
}

#fullpage.min .second-black-lists {
  top: 26.25vh;
  height: 528px;
}

#fullpage.min .second-black-lists-list {
  height: 528px;
}

#fullpage.min .second-black-lists-list-display {
  padding-top: 40px;
}

#fullpage.min .second-black-lists-list-display-img {
  margin: 28px auto 16px;
}

#fullpage.min .second-black-lists-list-hidden {
  height: 556px;
  top: -12px;
  padding-top: 64px;
}

#fullpage.min .second-black-lists-list-hidden::after {
  height: 556px;
}

#fullpage.min .third-white-lists {
  height: 544px;
  padding-top: 32px;
}

#fullpage.min .third-white-lists-list {
  margin-bottom: 20px;
}

@keyframes upDown {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
