/* .index_banner .wrap .item {
  height: 100vh;
} */

.index_banner .wrap .swiper-slide-active .img {
  transform: translateY(0);
}

.index_banner .wrap .swiper-slide-active .decoration {
  opacity: 1;
}

.index_banner .wrap .swiper-slide-active .content h3,
.index_banner .wrap .swiper-slide-active .content a {
  opacity: 1;
  transform: translateY(0);
}

.index_banner .wrap .img {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 1s 1s;
}

.index_banner .wrap .img img {
  width: 100%;
}

.index_banner .wrap .bg {
  width: 100%;
  height: 100%;
}

.index_banner .wrap .bg img {
  height: 100%;
  width: 100%;
}

.index_banner .wrap .decoration {
  position: absolute;
  /* width: 90vw;
  left: 50%; */
  z-index: 2;
  /* top: 150px;
  transform: translateX(-50%); */
  opacity: 0;
  transition: all 1s 1.5s;
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-timing-function:
    ease-in-out;
  animation-duration: 8s;
}

.index_banner .wrap .decoration img {
  width: 100%;
}

/* .index_banner .wrap .decoration.decoration1 {
  left: 415px;
  top: 125px;
  width: 86px;
  animation-delay: .5s;
}

.index_banner .wrap .decoration.decoration2 {
  left: 221px;
  top: 678px;
  width: 200px;
  animation-delay: 1s;
}

.index_banner .wrap .decoration.decoration3 {
  left: 330px;
  top: 250px;
  width: 230px;
  animation-delay: 1.5s;
}

.index_banner .wrap .decoration.decoration4 {
  left: 894px;
  top: 150px;
  width: 73px;
  animation-delay: 2s;
}

.index_banner .wrap .decoration.decoration5 {
  left: 1538px;
  top: 350px;
  width: 170px;
  animation-delay: 2.5s;
}

.index_banner .wrap .decoration.decoration6 {
  left: 1750px;
  top: 317px;
  width: 95px;
  animation-delay: 3s;
}

.index_banner .wrap .decoration.decoration7 {
  width: 135px;
  left: 1600px;
  top: 850px;
  animation-delay: 3.5s;
} */

.index_banner .wrap .decoration.decoration1 {
  left: 21.6145833333vw;
  top: 6.5104166667vw;
  width: 4.4791666667vw;
}

.index_banner .wrap .decoration.decoration2 {
  left: 11.5104166667vw;
  top: 35.3125vw;
  width: 10.4166666667vw;
  animation-delay: .5s;

}

.index_banner .wrap .decoration.decoration3 {
  left: 17.1875vw;
  top: 13.0208333333vw;
  width: 11.9791666667vw;
  animation-delay: 1s;
}

.index_banner .wrap .decoration.decoration4 {
  left: 46.5625vw;
  top: 7.8125vw;
  width: 3.8020833333vw;
  animation-delay: 1.5s;
}

.index_banner .wrap .decoration.decoration5 {
  left: 80.1041666667vw;
  top: 18.2291666667vw;
  width: 8.8541666667vw;
  animation-delay: 2s;
}

.index_banner .wrap .decoration.decoration6 {
  left: 91.1458333333vw;
  top: 16.5104166667vw;
  width: 4.9479166667vw;
  animation-delay: 2.5s;
}

.index_banner .wrap .decoration.decoration7 {
  width: 7.03125vw;
  left: 83.3333333333vw;
  top: 44.2708333333vw;
  animation-delay: 3s;
}


.index_banner .wrap .content {
  position: absolute;
  z-index: 3;
  top: 250px;
  width: 90vw;
  left: 50%;
  transform: translateX(-50%);
}

.index_banner .wrap .content h3 {
  text-align: center;
  font-size: 80px;
  line-height: 70px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s 1s;
}

.index_banner .wrap .content a {
  padding: 10px 20px;
  margin: 60px auto 0;
  width: fit-content;
  display: block;
  background-color: #FF7651;
  color: #fff;
  border-radius: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s 1s;
}

.index_banner .wrap .tab {
  width: 1840px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.index_banner .wrap .tab .prev {
  transform: rotate(180deg);
}

.index_banner .wrap .tab .prev,
.index_banner .wrap .tab .next {
  width: 60px;
  pointer-events: all;
  border-radius: 50%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.index_banner .wrap .tab .prev:hover span,
.index_banner .wrap .tab .next:hover span {
  color: #FF7651;
}

.index_banner .wrap .tab .prev span,
.index_banner .wrap .tab .next span {
  font-size: 24px;
  transition: all 0.6s;
}

.section1 {
  height: 600vh;
  position: relative;
}

.section1 .wrap {
  height: 100vh;
  background-color: #F8F0E7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: sticky;
  top: 0;
}

.section1 .wrap h4 {
  font-size: 40px;
  color: #F67A5A;
}

.section1 .wrap h3 {
  font-size: 100px;
  line-height: 1;
  color: #F67A5A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section1 .wrap .dog {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 70px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.section2 {
  background-color: #F8F0E7;
  margin-top: calc(-50vh + 200px);
  position: relative;
  z-index: 2;
}

.section2 .wrap {
  padding-bottom: 25.52083333vw;
}

/* .section2 .wrap .list {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.section2 .wrap .text {
  width: 850px;
  margin: 0 auto;
  text-align: center;
  color: #2F140B;
  font-size: 20px;
  line-height: 32px;
}

.section2 .wrap .text p:not(:last-child) {
  margin-bottom: 30px;
} */

.section2 .wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.section2 .wrap .img {
  width: 394px;
  margin-right: 100px;
}

.section2 .wrap .text {
  flex: 1;
  height: fit-content;
}

.section2 .wrap .text p {
  color: #2F140B;
  font-size: 20px;
  line-height: 40px;
}

.section2 .wrap .text p:not(:last-child) {
  margin-bottom: 50px;
}


.section3 {
  background-color: #F9EAEA;
  position: relative;
  z-index: 2;
}

.section3 .bg {
  position: absolute;
  width: 100%;
  height: 36.458333vw;
  top: -20.833333333vw;
  overflow: hidden;
}

.section3 .bg img {
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  position: absolute;
  max-width: none;
  max-height: none;
  top: 0;
  animation: rotate 70s linear infinite;
}

.section3 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 150px;
  position: relative;
}

.section3 .wrap .leave {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.section3 .wrap .leave::after {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  content: "";
  left: 50px;
  border-top-color: #fff;
  position: absolute;
  bottom: -16px;
}

.section3 .wrap .title h3 {
  text-align: center;
  color: #F67A5A;
  line-height: 1;
  font-size: 100px;
}

.section3 .wrap .flex {
  display: flex;
  margin-top: 40px;
}

.section3 .wrap .flex .tab {
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: absolute;
  left: 0;
  z-index: 2;
}

.section3 .wrap .flex .tab .item {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.section3 .wrap .flex .tab .item img {
  transition: all 2s;
}

.section3 .wrap .flex .tab .item:hover img {
  transform: scale(1.1);
}

.section3 .wrap .flex .main {
  width: 100%;
  position: relative;
}

.section3 .wrap .flex .main .swiper {
  width: 730px;
}

.section3 .wrap .flex .main .swiper-slide-active .item .img {
  clip-path: circle(50% at 50% 50%);
}

.section3 .wrap .flex .main .swiper-slide-active .item .content h4,
.section3 .wrap .flex .main .swiper-slide-active .item .content p {
  opacity: 1;
  transform: translateY(0);
}

.section3 .wrap .flex .main .swiper-slide-active .item .content p {
  transition-delay: 0.4s;
}

.section3 .wrap .flex .main .item {
  background-color: #F9EAEA;
  padding-bottom: 40px;
}

.section3 .wrap .flex .main .item .img {
  width: 380px;
  height: 380px;
  margin: 0 auto;
  transition: all 1s;
  clip-path: circle(0% at 50% 50%);
}

.section3 .wrap .flex .main .item .img img {
  width: 100%;
  height: 100%;
}

.section3 .wrap .flex .main .item .content {
  text-align: center;
}

.section3 .wrap .flex .main .item .content h4 {
  color: #111;
  font-size: 80px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.section3 .wrap .flex .main .item .content p {
  font-size: 20px;
  line-height: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.section3 .wrap .flex .main .pn {
  position: absolute;
  width: 940px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  top: 430px;
  z-index: 2;
  justify-content: space-between;
}

.section3 .wrap .flex .main .pn .next,
.section3 .wrap .flex .main .pn .prev {
  display: flex;
  align-items: center;
  padding: 8px 17px;
  gap: 20px;
  border-radius: 30px;
  background-color: #F67A5A;
}

.section3 .wrap .flex .main .pn .next .icon,
.section3 .wrap .flex .main .pn .prev .icon {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .wrap .flex .main .pn .next .icon span,
.section3 .wrap .flex .main .pn .prev .icon span {
  color: #F67A5A;
}

.section3 .wrap .flex .main .pn .next p,
.section3 .wrap .flex .main .pn .prev p {
  text-transform: uppercase;
}

.section3 .wrap .flex .main .pn .next p div,
.section3 .wrap .flex .main .pn .prev p div {
  font-family: CR;
  color: #fff;
  font-size: 22px;
}

.section3 .wrap .flex .main .pn .prev .icon {
  transform: rotate(180deg);
}

.section4 {
  background-color: #F9EAEA;
  position: relative;
  z-index: 3;
  overflow: unset;
}

.section4 #canvas-container {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.section4 #canvas-container canvas {
  width: 100%;
  height: 100%;
}

.section4 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-bottom: 220px;
  position: relative;
}

.section4 .wrap .title {
  text-align: center;
}

.section4 .wrap .title h3 {
  font-size: 40px;
  line-height: 50px;
}

.section4 .wrap .text {
  width: 700px;
  margin: 60px auto 50px;
  text-align: center;
}

.section4 .wrap .text p {
  color: #7E665F;
  font-size: 18px;
  line-height: 30px;
}

.section4 .wrap .list {
  width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.section4 .wrap .list .item input {
  width: 340px;
  height: 60px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 18px;
}

.section4 .wrap .list .item.row {
  width: 100%;
}

.section4 .wrap .list .item.row textarea {
  width: 100%;
  height: 120px;
  padding: 20px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 10px;
}

.section4 .wrap .button {
  display: flex;
  justify-content: center;
}

.section4 .wrap .button button {
  width: 160px;
  height: 60px;
  background-color: #C6A267;
  border-radius: 30px;
  margin-top: 40px;
}

.section4 .wrap .button button p {
  color: #fff;
  font-size: 18px;
}

.section4 .wrap .flex {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: flex;
  left: 50%;
  justify-content: center;
  margin: 0 auto;
}

.section4 .wrap .flex .item {
  width: 275px;
  height: 275px;
  background-color: #F3E5F8;
  border: 35px solid #F9EAEA;
  border-radius: 50%;
}

.section4 .wrap .flex .item:nth-child(2n) {
  background-color: #F9EAEA;
  border: 35px solid #F3E5F8;
}

footer:not(.background) .up {
  display: none;
}

footer:not(.background) .footer .top {
  padding-top: 135px;
}

@keyframes rotate {
  0% {
    transform: translateX(-50%) rotate(0);
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}