* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100vh;
}

.main {
  /* background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%; */
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.img-100 {
  width: 100%;
  height: 100%;
}

.bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left {
  width: 65%;
  max-width: 65%;
  min-width: 65%;
  height: 100%;
  position: relative;
  background: url(../images/p1-bg1.jpg) no-repeat 0 0/100% 100%;
}

.right {
  flex: 1;
  height: 100%;
  transition: 2s;
  background: url(../images/p1-bg2.png) no-repeat 0 0/100% 100%;
}

.cd {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;

}
.cd.active {
  display: flex;
}

.cd.active .p1 {
  animation: p1-up 1.2s ease-in-out forwards;
}
.cd.active .p2 {
  animation: p2-right 1.2s ease-in-out forwards;
}
.cd.active .pp1 {
  animation: p1-up1 1.2s ease-in-out forwards;
}

@keyframes p2-right {
  0% {
    transform: translateX(-1000px)
  }
  100% {
    transform: translateX( 0)
  }
}

@keyframes p1-up {
  0% {
    transform: translateY(500px)
  }
  100% {
    transform: translateY( 0)
  }
}

@keyframes p1-up1 {
  0% {
    transform: translate(-50%, 500px)
  }
  100% {
    transform: translate(-50%, 0)
  }
}

.cd .p1 {
  width: 756px;
  height: 611px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cd .p2 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}

.p2 .p2-g {
  position: relative;
  width: 1000px;
}

.p2-g .p-btn1 {
  position: absolute;
  left: 30%;
  top: 8px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn2 {
  position: absolute;
  left: 42%;
  top: 8px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn3 {
  position: absolute;
  left: 55%;
  top: 8px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn4 {
  position: absolute;
  left: 68%;
  top: 8px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn5 {
  position: absolute;
  left: 42%;
  top: 18%;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn6 {
  position: absolute;
  left: 55%;
  top: 18%;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn7 {
  position: absolute;
  left: 67%;
  top: 18%;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn8 {
  position: absolute;
  left: 80%;
  top: 18%;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn9 {
  position: absolute;
  left: 26%;
  top: 37%;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn10 {
  position: absolute;
  left: 44%;
  top: 37%;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn11 {
  position: absolute;
  left: 62%;
  top: 37%;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.p2-g .p-btn12 {
  position: absolute;
  left: 79%;
  top: 37%;
  width: 120px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}


.p2-g .p-btn13 {
  position: absolute;
  left: 72%;
  top: 61%;
  width: 100px;
  height: 100px;
  background-color: transparent;
  cursor: pointer;
}


.p2-g .p-btn14 {
  position: absolute;
  left: 86%;
  top: 61%;
  width: 100px;
  height: 100px;
  background-color: transparent;
  cursor: pointer;
}


.p2-g .p-btn15 {
  position: absolute;
  left: 79%;
  top: 81%;
  width: 165px;
  height: 120px;
  background-color: transparent;
  cursor: pointer;
}

.cd .p3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.cd.active .pp3-1 {
  animation: p1-up 1.2s ease-in-out forwards;
}

.p3 .pp3-1 {
  position: absolute;
  bottom: -10px;
  left: 100px;
}


@keyframes p3-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cd.active .pp3-2 {
  animation: p3-fadeIn .8s ease-in-out forwards;
  animation-delay: 1.2s;
}

.cd.active .pp3-3 {
  animation: p3-fadeIn .8s ease-in-out forwards;
  animation-delay: 1.8s;
}

.p3 .pp3-2 {
  width: 391px;
  height: 179px;
  position: absolute;
  top: 10%;
  left: 30%;
  opacity: 0;
}

.p3 .pp3-3 {
  position: absolute;
  top: 30%;
  left: 40%;
  opacity: 0;
}

.cd.active .pp3-4 {
  animation: p3-up 1.8s ease-in-out forwards;
}

@keyframes p3-up {
  0% {
    transform: translateY(500px) scale(1.1)
  }
  100% {
    transform: translateY( 0) scale(0.8)
  }
}

.p3 .pp3-4 {
  width: 627px;
  height: 377px;
  position: absolute;
  bottom: 100px;
  left: 45%;
  transform: scale(.8);
  cursor: pointer;
}


.cd .pp1 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 500px)
}

.cd .p4 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd.active .pp4-1 {
  position: relative;
  margin-left: 100px;
  width: 1000px;
  height: 496px;
  animation: p3-fadeIn .8s ease-in-out forwards;

}

.p4-btn1 {
  position: absolute;
  left: 1%;
  top: 6%;
  width: 300px;
  height: 200px;
  cursor: pointer;
}

.p4-btn2 {
  position: absolute;
  left: 1%;
  top: 55%;
  width: 300px;
  height: 200px;
  cursor: pointer;
}

.p4-btn3 {
  position: absolute;
  left: 87%;
  top: 22%;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.p4-btn4 {
  position: absolute;
  left: 87%;
  top: 74%;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.right .top {
  margin: 40px;
  margin-top: 120px;
}

.top .t1 {
  position: relative;
  width: fit-content;
}
.t1 .djsp {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.bottom .btn-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
}

.bottom .btn1 {
  background: url(../images/pp1-2-bg-2.png) no-repeat;
  width: 528px;
  height: 87px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-left: 30px;
  padding-left: 30px;
}

.bottom .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: -6px;
  position: relative;
  transform: scale(1);
}

.djsp {
  cursor: pointer;
}

.btn-row.active .btn1 {
  background: url(../images/pp1-2-bg.png) no-repeat;
}

.btn-row.active .dot {
  animation: tl-list-li 0.4s ease-in-out forwards;
}

@keyframes tl-list-li {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.75);
  }
}
.btn-row.active .dot::after {
  animation: tl-list-li-after 0.4s ease-in-out forwards;
}
@keyframes tl-list-li-after {
  0% {
      transform: scale(0);
  }
  100% {
      transform: scale(0.5714);
  }
}
.dot::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  background: #ef876e;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  transform: scale(0);
}




@media screen and (max-width: 1440px) {
  .cd {
    transform: scale(.6);
    transition: all 2s;
  }
  
}