.app-home-view {
  height: 100%;
}
.app-home-view .header-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 150px;
  z-index: 110;
}
.app-home-view .header-view .menu-item {
  opacity: 1 !important;
}
.app-home-view .section {
  height: 100%;
}
.app-home-view .img-full-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  background-color: #fff;
}
.app-home-view .img-full-box .main-bg {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.app-home-view .img-full-box .change-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 1.5s;
}
.app-home-view .img-full-box .change-img:first-child {
  opacity: 1;
}
.app-home-view .content2-flex-box {
  display: flex;
}
.app-home-view .content2-flex-box .content2-flex-left {
  width: 40vw;
  flex: 0 0 auto;
}
.app-home-view .content2-flex-box .content2-flex-right {
  flex: 1;
}
.app-home-view .content2-flex-box .content2-flex-right .content2-flex-right-b {
  height: 55%;
}
.app-home-view .content2-flex-box .content2-flex-right .content2-flex-right-t {
  height: 45%;
  display: flex;
  align-items: center;
}
.app-home-view .page-content {
  width: 100%;
  height: 100%;
  z-index: 101;
  position: relative;
}
.app-home-view .page-content1 .page-title-box {
  position: absolute;
  left: 10vw;
  top: 22vh;
}
.app-home-view .page-content1 .page-title {
  font-size: 55px;
  color: #000;
  font-weight: 700;
  line-height: 66px;
  -webkit-transform: translateY(-200px);
}
.app-home-view .page-content1 .horizontal-line {
  width: 80px;
  height: 4px;
  margin: 30px 0;
  background-color: #51b3df;
  -webkit-transform: translateX(-200px);
}
.app-home-view .page-content1 .page-sub-title {
  font-size: 22px;
  font-family: 'HK Grotesk';
  color: #000;
  font-weight: 600;
  -webkit-transform: translateY(200px);
}
.app-home-view .page-content1 .page-sub-title a {
  font-size: 18px;
  color: #51b3df;
  text-decoration: underline;
}
.app-home-view .page-content1 .page-title,
.app-home-view .page-content1 .horizontal-line,
.app-home-view .page-content1 .page-sub-title {
  opacity: 0;
  transition: all 0.5s;
}
.app-home-view .page-content1 .Replay {
  width: 100px;
  height: 50px;
  font-size: 18px;
  font-family: "HK Grotesk";
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 70px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.app-home-view .page-content1 .Replay:before,
.app-home-view .page-content1 .Replay:after {
  width: 100%;
  cursor: pointer;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s linear;
}
.app-home-view .page-content1 .Replay:after {
  background-color: rgba(0,0,0,0.7);
}
.app-home-view .page-content1 .Replay:before {
  transform: translateX(100%);
  background: #51b3df;
}
.app-home-view .page-content1 .Replay:hover:before {
  transform: translateX(0);
}
.app-home-view .page-content1 .Replay:hover:after {
  transform: translateX(-100%);
}
.app-home-view .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 102;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
.app-home-view .page-content2 {
  color: #fff;
}
.app-home-view .page-content2 .content2-flex-right {
  background-color: rgba(0,0,0,0.5);
  padding-left: 6.6vw;
  justify-content: space-evenly;
}
.app-home-view .page-content2 .content2-flex-right .page-title {
  max-width: 760px;
  font-size: 42px;
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  transition: all 0.8s;
}
.app-home-view .page-content2 .content2-flex-right ul {
  display: flex;
  flex-direction: column;
}
.app-home-view .page-content2 .content2-flex-right ul li {
  margin-top: 30px;
  font-size: 28px;
  line-height: 1.4;
  font-family: 'HK Grotesk';
  display: flex;
  align-items: center;
  transition: all 1s;
  transform: translate3d(105%, 0, 0);
}
.app-home-view .page-content2 .content2-flex-right ul li:first-child {
  margin-top: 0;
}
.app-home-view .page-content2 .content2-flex-right ul li.li_2 {
  transition-delay: 0.2s;
}
.app-home-view .page-content2 .content2-flex-right ul li.li_3 {
  transition-delay: 0.3s;
}
.app-home-view .page-content2 .content2-flex-right ul li svg {
  flex: 0 0 auto;
  margin-right: 10px;
  width: 60px;
  fill: #51b3df;
}
.app-home-view .page-content2 .content2-flex-right ul li .WHY {
  font-size: 52px;
  font-weight: 700;
  line-height: 2;
  position: relative;
}
.app-home-view .page-content2 .content2-flex-right ul li .WHY:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: #51b3df;
}
.app-home-view .page-content3 {
  overflow: hidden;
}
.app-home-view .page-content3 .page-title-box {
  padding-top: 150px;
}
.app-home-view .page-content3 .page-title-box .page-title {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  color: #000;
  opacity: 0;
  transform: translateY(-80px) scale(0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.app-home-view .page-content3 .page-title-box .horizontal-line {
  width: 70px;
  height: 2px;
  margin: 2vh auto;
  background-color: #51b3df;
}
.app-home-view .page-content3 .page-title-box ul {
  display: flex;
  justify-content: space-evenly;
}
.app-home-view .page-content3 .page-title-box ul li {
  display: flex;
  align-items: center;
  font-size: 28px;
  position: relative;
  font-family: 'HK Grotesk';
  color: #000;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.app-home-view .page-content3 .page-title-box ul li:hover .tips-box {
  display: block;
  opacity: 1;
}
.app-home-view .page-content3 .page-title-box ul li i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #51b3df;
  border-radius: 50%;
  margin-right: 15px;
}
.app-home-view .page-content3 .page-title-box ul .tips-box {
  display: none;
  opacity: 0;
  position: absolute;
  color: #fff;
  min-width: 420px;
  max-width: 90%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.app-home-view .page-content3 .page-title-box ul .tips-box .tips-title {
  text-align: center;
  padding: 8px;
  background-color: #51b3df;
  border-radius: 4px 4px 0 0;
}
.app-home-view .page-content3 .page-title-box ul .tips-box .tips-content {
  font-size: 16px;
  padding: 28px 34px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 0 0 4px 4px;
}
.app-home-view .page-content3 .footer-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  transform: translateY(100%);
  transition: all 0.6s;
}
.app-home-view .page-content3 .footer-box .footer-content {
  width: 100%;
  height: 190px;
  font-size: 22px;
  padding: 0 150px;
}
.app-home-view .page-content3 .footer-box p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fly-completely .page-content1 .page-title,
.fly-completely .page-content1 .page-sub-title,
.fly-completely .page-content1 .horizontal-line,
.fly-completely .page-content1 .Replay-ready {
  opacity: 1;
  -webkit-transform: translateX(0);
  transition: all 0.8s;
  transition-delay: 0.4s;
}
.fly-completely .page-content2 .content2-flex-right .page-title {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 1s;
}
.fly-completely .page-content2 .content2-flex-right ul li {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 1s;
}
.fly-completely .page-content2 .content2-flex-right ul .li_1 {
  transition-delay: 0.1s;
}
.fly-completely .page-content2 .content2-flex-right ul .li_2 {
  transition-delay: 0.3s;
}
.fly-completely .page-content2 .content2-flex-right ul .li_3 {
  transition-delay: 0.5s;
}
.fly-completely .page-content3 .page-title-box .page-title {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.8s;
}
.fly-completely .page-content3 .page-title-box ul li {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
}
.fly-completely .page-content3 .page-title-box ul li.li_1 {
  transition-delay: 0.3s;
}
.fly-completely .page-content3 .page-title-box ul li.li_2 {
  transition-delay: 0.6s;
}
.fly-completely .page-content3 .page-title-box ul li.li_3 {
  transition-delay: 0.9s;
}
.fly-completely .page-content3 .footer-box {
  transform: translateY(0);
  transition: all 1s;
}
.fly-completely .page-content3 .footer-box p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
}
.fly-completely .page-content3 .footer-box p.p_1 {
  transition-delay: 0.3s;
}
.fly-completely .page-content3 .footer-box p.p_2 {
  transition-delay: 0.6s;
}
.fly-completely .page-content3 .footer-box p.p_3 {
  transition-delay: 0.9s;
}
@media only screen and (max-width: 1000px) {
  .page-content3 .page-title-box ul {
    flex-direction: column;
    align-items: center;
  }
  .page-content3 .page-title-box ul li {
    margin-top: 20px;
  }
}
#pp-nav {
  display: none;
}
html,
body {
  overflow: hidden;
}
.pp-section {
  height: 100%;
  position: absolute;
  width: 100%;
/* fixes flickering in firefox*/
  backface-visibility: hidden;
}
.pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
/* custom */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
/* custom */
}
#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#pp-nav.right {
  right: 17px;
}
#pp-nav.left {
  left: 17px;
}
.pp-section.pp-table {
  display: table;
}
.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.pp-slidesNav.bottom {
  bottom: 17px;
}
.pp-slidesNav.top {
  top: 17px;
}
#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.pp-slidesNav li {
  display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #333;
}
#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0,0,0,0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
}
.pp-tooltip.right {
  right: 20px;
}
.pp-tooltip.left {
  left: 20px;
}
.pp-scrollable {
  overflow-y: scroll;
  height: 100%;
}
