.header {
  position: absolute;
  top: 0;
}

.enjoy1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #fff;
}
.enjoy1 .parallax2 {
  width: 100%;
  height: 100%;
}
.enjoy1.aos-animate .swiper .swiper-slide .slide-inner img {
  transform: scale(1);
}
.enjoy1 .parallax {
  width: 100%;
  height: 100%;
}
.enjoy1 .position {
  position: absolute;
  bottom: 100px;
  left: 60px;
  z-index: 5;
  display: flex;
  align-items: center;
}
.enjoy1 .position .line {
  width: 2px;
  height: 20px;
  background: #F2F3ED;
  margin: 0 40px 0 0;
}
.enjoy1 .position .flex .flexSwiper {
  height: 107px;
}
.enjoy1 .position .flex .flexSwiper .swiper-slide {
  cursor: pointer;
}
.enjoy1 .position .flex .flexSwiper .swiper-slide .txt {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  transition: 0.6s ease;
  display: block;
  width: fit-content;
  opacity: 0.2;
}
.enjoy1 .swiper {
  width: 100%;
  height: 100%;
}
.enjoy1 .swiper .button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 46px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.enjoy1 .swiper .button .iconfont {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.enjoy1 .swiper .button .iconfont:first-child {
  transform: rotate(180deg);
}
.enjoy1 .swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.enjoy1 .swiper .swiper-slide.swiper-slide-active .content .more_jump {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
  transition-delay: 0.8s;
}
.enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text .h1, .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text p {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
}
.enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text .h1 {
  transition-delay: 0.4s;
}
.enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text p {
  transition-delay: 0.6s;
}
.enjoy1 .swiper .swiper-slide .content {
  position: relative;
  z-index: 4;
  text-align: center;
  margin: 14% 0 0 0;
}
.enjoy1 .swiper .swiper-slide .content .text {
  margin: 0 0 55px;
}
.enjoy1 .swiper .swiper-slide .content .text .h1 {
  font-family: "jiangchengyuanti500W", sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 20px;
  transform: translateY(20px);
  opacity: 0;
}
.enjoy1 .swiper .swiper-slide .content .text p {
  font-family: "jiangchengyuanti300W", sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #FFFFFF;
  transform: translateY(20px);
  opacity: 0;
}
.enjoy1 .swiper .swiper-slide .content .other {
  display: flex;
  justify-content: center;
}
.enjoy1 .swiper .swiper-slide .content .other .common_more {
  margin: 0;
}
.enjoy1 .swiper .swiper-slide .content .other .common_more:not(:last-child) {
  margin: 0 20px 0 0;
}
.enjoy1 .swiper .swiper-slide .content .more_jump {
  transform: translateY(20px);
  opacity: 0;
}
.enjoy1 .swiper .swiper-slide .content .common_more {
  margin: auto;
  padding: 0 38px;
  height: 50px;
}
.enjoy1 .swiper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.enjoy1 .swiper .swiper-slide .slide-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 20, 30, 0.3);
  display: none;
}
.enjoy1 .swiper .swiper-slide .slide-inner img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 4s ease;
}

.each_animate div {
  font-family: "jiangchengyuanti400W", sans-serif;
}

.enjoy2 {
  background: #F9F9F8;
  height: calc(100vh + 2000px);
}
.enjoy2 .fix {
  position: sticky;
  position: -webkit-sticky;
  height: 100vh;
  top: 0;
  padding: 300px 0 0 0;
}
.enjoy2 .wrap {
  width: 1800px;
  margin: auto;
}
.enjoy2 .wrap .title {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1A1A1A;
  margin: 0 0 65px;
  text-align: center;
}
.enjoy2 .wrap .cut {
  display: flex;
  justify-content: center;
}
.enjoy2 .wrap .cut .list {
  cursor: pointer;
}
.enjoy2 .wrap .cut .list:not(:last-child) {
  margin: 0 89px 0 0;
}
.enjoy2 .wrap .cut .list p {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #1A1A1A;
  transition: 0.6s ease;
}
.enjoy2 .wrap .cut .list img {
  margin: 10px 0 0 0;
  clip-path: inset(0 100% 0 0);
  transition: 0.75s;
  transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
  width: 85px;
}
.enjoy2 .wrap .cut .list.on p {
  color: #ECC78F;
}
.enjoy2 .wrap .cut .list.on img {
  clip-path: inset(0 0 0 0);
}
.enjoy2 .wrap .content {
  margin: 76px 0 0 0;
  position: relative;
  z-index: 1;
}
.enjoy2 .wrap .content .bg {
  position: absolute;
  width: 1602px;
  left: 50%;
  transform: translateX(-50%);
  top: 38px;
  z-index: -1;
}
.enjoy2 .wrap .content .matter {
  width: 100%;
  position: relative;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.enjoy2 .wrap .content .matter.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.enjoy2 .wrap .content .matter.on .proSwiper .swiper-slide-active {
  pointer-events: auto;
}
.enjoy2 .wrap .content .matter.on .button .iconfont {
  pointer-events: auto;
}
.enjoy2 .wrap .content .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.enjoy2 .wrap .content .matter .button {
  width: 100%;
  position: absolute;
  top: 144px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
.enjoy2 .wrap .content .matter .button .iconfont {
  color: #111;
  font-size: 30px;
  cursor: pointer;
}
.enjoy2 .wrap .content .matter .button .iconfont:first-child {
  transform: rotate(180deg);
}
.enjoy2 .wrap .content .matter .proSwiper {
  width: 936px;
  margin: auto;
  padding: 0 0 10px;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide {
  pointer-events: none;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide .img {
  width: 100%;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide .pick {
  margin: 30px 0 0 0;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide .oth {
  margin: 107px 0 0 0;
  display: flex;
  justify-content: center;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide .oth .common_more:not(:last-child) {
  margin: 0 20px 0 0;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .img, .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick, .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick {
  transition-delay: 0.3s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
  transition-delay: 0.4s;
}
.enjoy2 .wrap .content .matter .choose {
  display: flex;
  justify-content: center;
  margin: 80px 0 0 0;
}
.enjoy2 .wrap .content .matter .choose .list {
  width: 150px;
  height: 46px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease;
  cursor: pointer;
}
.enjoy2 .wrap .content .matter .choose .list.on {
  background: #FFFFFF;
}
.enjoy2 .wrap .content .matter .choose .list:not(:last-child) {
  margin: 0 5px 0 0;
}
.enjoy2 .wrap .content .matter .choose .list .circle {
  width: 28px;
  height: 28px;
  margin: 0 10px 0;
}
.enjoy2 .wrap .content .matter .choose .list .circle img {
  width: 100%;
  height: 100%;
}
.enjoy2 .wrap .content .matter .choose .list p {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
}
.enjoy2 .last {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.enjoy2 .last.on {
  opacity: 1;
  pointer-events: auto;
  transition: 0.4s;
}
.enjoy2 .last .h1 {
  width: fit-content;
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 66px;
  color: #1A1A1A;
  line-height: 95px;
  background: linear-gradient(20deg, #A87E2A 0%, #C5A643 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto 45px;
  transform: scale(4);
}
.enjoy2 .last p {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #1A1A1A;
  opacity: 0;
  transition: 0.6s ease;
}
.enjoy2 .last p.on {
  opacity: 1;
}

.enjoy3 {
  height: calc(100vh + 1200px);
  background: #fff;
  position: relative;
  z-index: 2;
}
.enjoy3 .fix {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enjoy3 .fix .wrap {
  text-align: center;
}
.enjoy3 .fix .wrap .h1 {
  width: fit-content;
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 66px;
  color: #1A1A1A;
  line-height: 95px;
  background: linear-gradient(20deg, #A87E2A 0%, #C5A643 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto 45px;
  transform: scale(2.6);
}
.enjoy3 .fix .wrap p {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #1A1A1A;
  opacity: 0;
  transition: 0.6s ease;
}
.enjoy3 .fix .wrap p.on {
  opacity: 1;
}

.section_box {
  height: 300vh;
  position: relative;
  top: 0;
  left: 0;
}
.section_box .contain {
  position: relative;
  height: 100vh;
}
.section_box .contain section {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.enjoy4 {
  position: relative;
  z-index: 12;
  height: 100vh;
  display: flex;
  align-items: center;
}
.enjoy4:nth-child(2) {
  display: block;
  padding: 180px 0 0 0;
}
.enjoy4 .wrap4 {
  width: 1400px;
  margin: auto;
  text-align: right;
}
.enjoy4 .wrap4 .h1 {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 42px;
  font-family: "jiangchengyuanti500W", sans-serif;
}
.enjoy4 .wrap4 p {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.enjoy4 .wrap5 {
  text-align: center;
  margin: 60px auto 0;
}
.enjoy4 .wrap6 {
  text-align: left;
  margin: 274px auto 0;
}
.enjoy4 .wrap {
  width: 1390px;
  margin: auto;
}
.enjoy4 .wrap .title .h1 {
  font-weight: 400;
  font-size: 48px;
  color: #AB7A17;
  margin: 0 0 26px;
  font-family: "jiangchengyuanti500W", sans-serif;
}
.enjoy4 .wrap .title p {
  font-weight: 400;
  font-size: 36px;
  color: #AB7A17;
}
.enjoy4 .wrap .text {
  font-weight: 500;
  font-size: 20px;
  color: #AB7A17;
  line-height: 32px;
  margin: 88px 0 118px 0;
}
.enjoy4 .wrap .figure {
  display: flex;
}
.enjoy4 .wrap .figure .item:not(:last-child) {
  margin: 0 106px 0 0;
}
.enjoy4 .wrap .figure .item p {
  font-weight: 500;
  font-size: 20px;
  color: #AB7A17;
}
.enjoy4 .wrap .figure .item .dis {
  display: flex;
  align-items: center;
}
.enjoy4 .wrap .figure .item .dis span, .enjoy4 .wrap .figure .item .dis .p1 {
  width: fit-content;
  font-weight: 400;
  font-size: 60px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #e5b961 0%, #b67f08 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "BMW Type Web Bold All", sans-serif;
}
.enjoy4 .wrap2 {
  width: fit-content;
  margin: auto;
}
.enjoy4 .wrap2 .title {
  text-align: center;
}
.enjoy4 .wrap2 .title .h1 {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 67px;
  font-family: "jiangchengyuanti500W", sans-serif;
}
.enjoy4 .wrap2 .title p {
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
}
.enjoy4 .wrap2 .display {
  margin: 73px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enjoy4 .wrap2 .display .pick {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.enjoy4 .wrap2 .display .line {
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  margin: 17px 67px 0 74px;
}
.enjoy4 .wrap2 .display .pick2 {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.enjoy4 .wrap2 .display .pick2 span {
  font-size: 60px;
}
.enjoy4 .r3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
  text-align: center;
}
.enjoy4 .r3 .title {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 30px;
  font-family: "jiangchengyuanti500W", sans-serif;
}
.enjoy4 .r3 .pick {
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
}
.enjoy4 .position {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.enjoy4 .position .dis {
  margin: 75px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enjoy4 .position .dis span {
  font-size: 68px;
  color: #fff;
  font-family: "BMW Type Web Bold All", sans-serif;
  margin: 0 0 29px;
}
.enjoy4 .position .dis img {
  width: 84px;
  position: relative;
  top: -13px;
  margin: 0 0 0 10px;
}
.enjoy4 .position .p2 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.r4 {
  position: absolute;
  left: 100px;
  bottom: 101px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
}

.enjoy5 {
  padding: 170px 0 147px 0;
  background: #F9F9F8;
}
.enjoy5 .wrap {
  width: 1600px;
  margin: auto;
}
.enjoy5 .wrap .top .matter {
  height: 700px;
  display: flex;
}
.enjoy5 .wrap .top .matter:nth-child(2n) {
  flex-direction: row-reverse;
}
.enjoy5 .wrap .top .matter:not(:last-child) {
  margin: 0 0 132px;
}
.enjoy5 .wrap .top .matter .img {
  width: 1060px;
  height: 100%;
  overflow: hidden;
}
.enjoy5 .wrap .top .matter .img img {
  width: 100%;
  height: 100%;
}
.enjoy5 .wrap .top .matter .text {
  width: 540px;
  height: 100%;
  background: #FFFFFF;
  padding: 231px 0 0 60px;
}
.enjoy5 .wrap .top .matter .text .h1 {
  font-weight: 400;
  font-size: 42px;
  font-family: "jiangchengyuanti500W", sans-serif;
  color: #1A1A1A;
  line-height: 56px;
  margin: 0 0 60px;
}
.enjoy5 .wrap .top .matter .text .h1 span {
  color: #C6A746;
  font-family: "jiangchengyuanti500W", sans-serif;
}
.enjoy5 .wrap .top .matter .text p {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}
.enjoy5 .wrap .bottom {
  margin: 200px 0 0 0;
}
.enjoy5 .wrap .bottom .matter:not(:last-child) {
  margin: 0 0 132px;
}
.enjoy5 .wrap .bottom .matter:nth-child(2n) .content {
  flex-direction: row-reverse;
}
.enjoy5 .wrap .bottom .matter .headline {
  font-weight: 800;
  font-size: 42px;
  color: #1A1A1A;
  margin: 0 0 60px;
}
.enjoy5 .wrap .bottom .matter .headline span {
  color: #C5A746;
}
.enjoy5 .wrap .bottom .matter .content {
  display: flex;
  justify-content: space-between;
  height: 700px;
}
.enjoy5 .wrap .bottom .matter .content .l {
  width: 1190px;
  height: 100%;
  position: relative;
}
.enjoy5 .wrap .bottom .matter .content .l .position {
  position: absolute;
  width: 100%;
  height: 450px;
  bottom: 0;
  left: 0;
}
.enjoy5 .wrap .bottom .matter .content .l .position .point {
  position: absolute;
  text-align: center;
}
.enjoy5 .wrap .bottom .matter .content .l .position .point img {
  width: 46px;
  margin: auto;
  display: block;
}
.enjoy5 .wrap .bottom .matter .content .l .position .point .txt {
  margin: 10px 0 0 0;
  font-weight: 800;
  font-size: 32px;
  color: #FFFFFF;
}
.enjoy5 .wrap .bottom .matter .content .l .position .point.point1 {
  bottom: 185px;
  left: 385px;
}
.enjoy5 .wrap .bottom .matter .content .l .position .point.point2 {
  bottom: 320px;
  left: 719px;
}
.enjoy5 .wrap .bottom .matter .content .l .position .posi {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
.enjoy5 .wrap .bottom .matter .content .l .position .posi.aos-animate {
  clip-path: inset(0 0 0 0);
}
.enjoy5 .wrap .bottom .matter .content .l > img {
  width: 100%;
  height: 100%;
}
.enjoy5 .wrap .bottom .matter .content .r {
  width: 382px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enjoy5 .wrap .bottom .matter .content .r .item {
  width: 100%;
  height: 340px;
  background: #FFFFFF;
  padding: 40px 47px 66px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enjoy5 .wrap .bottom .matter .content .r .item .end {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.enjoy5 .wrap .bottom .matter .content .r .item .end .circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #D0B768;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enjoy5 .wrap .bottom .matter .content .r .item .end .circle img {
  object-fit: contain;
}
.enjoy5 .wrap .bottom .matter .content .r .item .text {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}

.enjoy6 {
  padding: 137px 0 0 0;
}
.enjoy6 .wrap {
  width: 1600px;
  margin: auto;
}
.enjoy6 .wrap .matter:not(:last-child) {
  margin: 0 0 180px;
}
.enjoy6 .wrap .matter .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 88px;
}
.enjoy6 .wrap .matter .top .headline {
  font-weight: 400;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 54px;
}
.enjoy6 .wrap .matter .top .text {
  width: 612px;
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 33px;
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}
.enjoy6 .wrap .matter .content {
  width: 100%;
  height: 664px;
  position: relative;
}
.enjoy6 .wrap .matter .content .position1 {
  position: absolute;
  width: 693px;
  height: 333px;
  z-index: 5;
  right: 57px;
  top: 130px;
}
.enjoy6 .wrap .matter .content .position1.aos-animate img {
  clip-path: inset(0 0 0 0);
}
.enjoy6 .wrap .matter .content .position1.aos-animate .position3 .item {
  opacity: 1;
  transition: 1s;
}
.enjoy6 .wrap .matter .content .position1.aos-animate .position3 .item2 {
  transition-delay: 0.2s;
}
.enjoy6 .wrap .matter .content .position1.aos-animate .position3 .item3 {
  transition-delay: 0.4s;
}
.enjoy6 .wrap .matter .content .position1 img {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
.enjoy6 .wrap .matter .content .position1 .list {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
}
.enjoy6 .wrap .matter .content .position1 .list1 {
  top: 63px;
  left: 63px;
}
.enjoy6 .wrap .matter .content .position1 .list2 {
  top: 132px;
  left: 323px;
}
.enjoy6 .wrap .matter .content .position1 .list3 {
  top: -29px;
  right: 91px;
}
.enjoy6 .wrap .matter .content .position1 .txt {
  position: absolute;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.enjoy6 .wrap .matter .content .position1 .txt1 {
  left: 64px;
  bottom: -56px;
}
.enjoy6 .wrap .matter .content .position1 .txt2 {
  left: 294px;
  bottom: -56px;
}
.enjoy6 .wrap .matter .content .position1 .txt3 {
  left: 529px;
  bottom: -56px;
}
.enjoy6 .wrap .matter .content .position2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.enjoy6 .wrap .matter .content .position2 .point {
  position: absolute;
}
.enjoy6 .wrap .matter .content .position2 .point img {
  width: 100%;
}
.enjoy6 .wrap .matter .content .position2 .point_1 {
  width: 187px;
  top: 277px;
  left: 376px;
  animation: spin 6s infinite linear;
  transform-origin: 50% 45%;
}
.enjoy6 .wrap .matter .content .position2 .point_1 img {
  animation: spin2 6s infinite linear;
}
.enjoy6 .wrap .matter .content .position2 .point_2 {
  width: 167px;
  top: 176px;
  left: 753px;
  animation: spin2 6s infinite linear;
  transform-origin: 50% 45%;
}
.enjoy6 .wrap .matter .content .position2 .point_2 img {
  animation: spin 6s infinite linear;
}
.enjoy6 .wrap .matter .content .position2 .point_3 {
  width: 101px;
  top: 367px;
  left: 1003px;
  animation: spin 6s infinite linear;
  transform-origin: 50% 45%;
}
.enjoy6 .wrap .matter .content .position2 .point_3 img {
  animation: spin2 6s infinite linear;
}
.enjoy6 .wrap .matter .content .position2 .point_4 {
  width: 92px;
  top: 178px;
  left: 1109px;
  animation: spin2 6s infinite linear;
  transform-origin: 50% 45%;
}
.enjoy6 .wrap .matter .content .position2 .point_4 img {
  animation: spin 6s infinite linear;
}
.enjoy6 .wrap .matter .content .position2 .point_5 {
  width: 180px;
  top: 56px;
  left: 1351px;
}
.enjoy6 .wrap .matter .content .position3 {
  position: absolute;
  width: 100%;
  height: 332px;
  top: 0;
  left: 0;
  z-index: 1;
}
.enjoy6 .wrap .matter .content .position3 .item {
  position: absolute;
  text-align: center;
  opacity: 0;
}
.enjoy6 .wrap .matter .content .position3 .item .p1 {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.enjoy6 .wrap .matter .content .position3 .item .circle {
  margin: 12px auto 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.enjoy6 .wrap .matter .content .position3 .item .circle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: 1s scaleAnimate infinite forwards;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
}
@keyframes scaleAnimate {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.enjoy6 .wrap .matter .content .position3 .item .line {
  height: 120px;
  width: 1px;
  border-right: 2px dashed #89783A;
  margin: 0 auto 15px;
}
.enjoy6 .wrap .matter .content .position3 .item .p2 {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.enjoy6 .wrap .matter .content .position3 .item.item1 {
  top: 49px;
  left: 63px;
}
.enjoy6 .wrap .matter .content .position3 .item.item1 .line {
  height: 212px;
}
.enjoy6 .wrap .matter .content .position3 .item.item2 {
  top: 113px;
  left: 303px;
}
.enjoy6 .wrap .matter .content .position3 .item.item2 .p1 {
  margin: 0 0 32px;
}
.enjoy6 .wrap .matter .content .position3 .item.item2 .line {
  height: 124px;
}
.enjoy6 .wrap .matter .content .position3 .item.item3 {
  top: -51px;
  left: 525px;
}
.enjoy6 .wrap .matter .content .position3 .item.item3 .line {
  height: 313px;
}
.enjoy6 .wrap .matter .content .img {
  width: 100%;
  height: 100%;
}

.enjoy7 {
  padding: 147px 0 144px 0;
}
.enjoy7 .wrap {
  width: 1600px;
  margin: auto;
}
.enjoy7 .wrap .title {
  margin: 0 0 81px;
}
.enjoy7 .wrap .title .color {
  font-weight: 400;
  font-size: 18px;
  color: #C5A746;
  margin: 0 0 25px;
}
.enjoy7 .wrap .title .p1 {
  font-weight: 800;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 54px;
}
.enjoy7 .wrap .content {
  display: flex;
  justify-content: space-between;
}
.enjoy7 .wrap .content .item {
  width: 432px;
}
.enjoy7 .wrap .content .item > .img {
  width: 100%;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 60px;
  position: relative;
}
.enjoy7 .wrap .content .item > .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
     opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(0, 20px, 0);
    pointer-events: none;
}
.enjoy7 .wrap .content .item > .img img.on{
     opacity: 1;
     pointer-events: auto;
     transition-delay: 200ms;
    transform: translate3d(0%, 0, 0);
}
.enjoy7 .wrap .content .item > .img img:not(:nth-child(1)) {
    position: absolute;
    left: 0;
    top: 0;
}
.enjoy7 .wrap .content .item .text {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #1A1A1A;
}
.enjoy7 .wrap .content .item .line {
  width: 100%;
  height: 1px;
  background: #D5C186;
  margin: 69px 0 52px 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 2s;
}
.enjoy7 .wrap .content .item .line.aos-animate {
  transform: scaleX(1);
}
.enjoy7 .wrap .content .item .flex .flex_list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 0 15px;
}
.enjoy7 .wrap .content .item .flex .flex_list .list_l:last-child {
  text-align: right;
}
.enjoy7 .wrap .content .item .flex .flex_list:first-child, .enjoy7 .wrap .content .item .flex .flex_list:last-child {
  border-bottom: none;
}
.enjoy7 .wrap .content .item .flex .flex_list:not(:last-child) {
  margin: 0 0 30px;
  border-bottom: 1px solid #F4F4F4 !important;
}
.enjoy7 .wrap .content .item .flex .flex_list .p1 {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  margin: 0 0 20px;
}
.enjoy7 .wrap .content .item .flex .flex_list .pick {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.enjoy7 .wrap .content .item .flex .flex_list .color {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  gap: 18px 10px;
}
.enjoy7 .wrap .content .item .flex .flex_list .color .color_list {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  left: 10px;
  cursor: pointer;
}
.enjoy7 .wrap .content .item .flex .flex_list .color .color_list .img {
  width: 18px;
  height: 18px;
  margin: 0 19px 0 0;
}
.enjoy7 .wrap .content .item .flex .flex_list .color .color_list p {
  width: 90px;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  text-align: left;
}

.common_member {
  padding: 120px 0 134px 0;
}

@media screen and (max-width: 1919px) {
  .enjoy1 {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .enjoy1.aos-animate .swiper .swiper-slide .slide-inner img {
    transform: scale(1);
  }
  .enjoy1 .parallax {
    width: 100%;
    height: 100%;
  }
  .enjoy1 .position {
    position: absolute;
    bottom: 5.2083333333vw;
    left: 3.125vw;
    z-index: 5;
    display: flex;
    align-items: center;
  }
  .enjoy1 .position .line {
    width: 0.1041666667vw;
    height: 1.0416666667vw;
    background: #F2F3ED;
    margin: 0 2.0833333333vw 0 0;
  }
  .enjoy1 .position .flex .flexSwiper {
    height: 5.5729166667vw;
  }
  .enjoy1 .position .flex .flexSwiper .swiper-slide {
    cursor: pointer;
  }
  .enjoy1 .position .flex .flexSwiper .swiper-slide .txt {
    font-weight: 400;
    font-size: 0.78125vw;
    color: #fff;
    transition: 0.6s ease;
    display: block;
    width: fit-content;
    opacity: 0.2;
  }
  .enjoy1 .swiper {
    width: 100%;
    height: 100%;
  }
  .enjoy1 .swiper .button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 2.3958333333vw;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
  }
  .enjoy1 .swiper .button .iconfont {
    font-size: 2.0833333333vw;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
  }
  .enjoy1 .swiper .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .enjoy1 .swiper .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .more_jump {
    opacity: 1;
    transform: translateY(0);
    transition: 2s;
    transition-delay: 0.8s;
  }
  .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text .h1, .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text p {
    opacity: 1;
    transform: translateY(0);
    transition: 2s;
  }
  .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text .h1 {
    transition-delay: 0.4s;
  }
  .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text p {
    transition-delay: 0.6s;
  }
  .enjoy1 .swiper .swiper-slide .content {
    position: relative;
    z-index: 4;
    text-align: center;
    margin: 14% 0 0 0;
  }
  .enjoy1 .swiper .swiper-slide .content .text {
    margin: 0 0 2.8645833333vw;
  }
  .enjoy1 .swiper .swiper-slide .content .text .h1 {
    font-family: "jiangchengyuanti500W", sans-serif;
    font-weight: normal;
    font-size: 2.5vw;
    color: #FFFFFF;
    margin: 0 0 1.0416666667vw;
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .enjoy1 .swiper .swiper-slide .content .text p {
    font-family: "jiangchengyuanti300W", sans-serif;
    font-weight: normal;
    font-size: 1.6666666667vw;
    color: #FFFFFF;
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .enjoy1 .swiper .swiper-slide .content .other {
    display: flex;
    justify-content: center;
  }
  .enjoy1 .swiper .swiper-slide .content .other .common_more {
    margin: 0;
  }
  .enjoy1 .swiper .swiper-slide .content .other .common_more:not(:last-child) {
    margin: 0 1.0416666667vw 0 0;
  }
  .enjoy1 .swiper .swiper-slide .content .more_jump {
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .enjoy1 .swiper .swiper-slide .content .common_more {
    margin: auto;
    padding: 0 1.9791666667vw;
    height: 2.6041666667vw;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 20, 30, 0.3);
    display: none;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 4s ease;
  }
  .each_animate div {
    font-family: "jiangchengyuanti400W", sans-serif;
  }
  .enjoy2 {
    background: #F9F9F8;
  }
  .enjoy2 .fix {
    position: sticky;
    position: -webkit-sticky;
    height: 100vh;
    top: 0;
    padding: 15.625vw 0 0 0;
  }
  .enjoy2 .wrap {
    width: 93.75vw;
    margin: auto;
  }
  .enjoy2 .wrap .title {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #1A1A1A;
    margin: 0 0 3.3854166667vw;
    text-align: center;
  }
  .enjoy2 .wrap .cut {
    display: flex;
    justify-content: center;
  }
  .enjoy2 .wrap .cut .list {
    cursor: pointer;
  }
  .enjoy2 .wrap .cut .list:not(:last-child) {
    margin: 0 4.6354166667vw 0 0;
  }
  .enjoy2 .wrap .cut .list p {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.1458333333vw;
    color: #1A1A1A;
    transition: 0.6s ease;
  }
  .enjoy2 .wrap .cut .list img {
    width: 4.42708333vw;
    margin: 0.5208333333vw 0 0 0;
    clip-path: inset(0 100% 0 0);
    transition: 0.75s;
    transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
  }
  .enjoy2 .wrap .cut .list.on p {
    color: #ECC78F;
  }
  .enjoy2 .wrap .cut .list.on img {
    clip-path: inset(0 0 0 0);
  }
  .enjoy2 .wrap .content {
    margin: 3.9583333333vw 0 0 0;
    position: relative;
    z-index: 1;
  }
  .enjoy2 .wrap .content .bg {
    position: absolute;
    width: 83.4375vw;
    left: 50%;
    transform: translateX(-50%);
    top: 1.9791666667vw;
    z-index: -1;
  }
  .enjoy2 .wrap .content .matter {
    width: 100%;
    position: relative;
    pointer-events: none;
    opacity: 0;
    transform: translateY(0.5208333333vw);
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .enjoy2 .wrap .content .matter.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  .enjoy2 .wrap .content .matter.on .proSwiper .swiper-slide-active {
    pointer-events: auto;
  }
  .enjoy2 .wrap .content .matter.on .button .iconfont {
    pointer-events: auto;
  }
  .enjoy2 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .enjoy2 .wrap .content .matter .button {
    width: 100%;
    position: absolute;
    top: 7.5vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
  }
  .enjoy2 .wrap .content .matter .button .iconfont {
    color: #111;
    font-size: 1.5625vw;
    cursor: pointer;
  }
  .enjoy2 .wrap .content .matter .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .enjoy2 .wrap .content .matter .proSwiper {
    width: 48.75vw;
    margin: auto;
    padding: 0 0 0.5208333333vw;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide {
    pointer-events: none;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide .img {
    width: 100%;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide .pick {
    margin: 1.5625vw 0 0 0;
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #000000;
    text-align: center;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide .oth {
    margin: 5.5729166667vw 0 0 0;
    display: flex;
    justify-content: center;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide .oth .common_more:not(:last-child) {
    margin: 0 1.0416666667vw 0 0;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .img, .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick, .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick {
    transition-delay: 0.3s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
    transition-delay: 0.4s;
  }
  .enjoy2 .wrap .content .matter .choose {
    display: flex;
    justify-content: center;
    margin: 4.1666666667vw 0 0 0;
  }
  .enjoy2 .wrap .content .matter .choose .list {
    width: 7.8125vw;
    height: 2.3958333333vw;
    border-radius: 1.1979166667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease;
    cursor: pointer;
  }
  .enjoy2 .wrap .content .matter .choose .list.on {
    background: #FFFFFF;
  }
  .enjoy2 .wrap .content .matter .choose .list:not(:last-child) {
    margin: 0 0.2604166667vw 0 0;
  }
  .enjoy2 .wrap .content .matter .choose .list .circle {
    width: 1.4583333333vw;
    height: 1.4583333333vw;
    margin: 0 0.5208333333vw 0;
  }
  .enjoy2 .wrap .content .matter .choose .list .circle img {
    width: 100%;
    height: 100%;
  }
  .enjoy2 .wrap .content .matter .choose .list p {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #1A1A1A;
  }
  .enjoy2 .last {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
  .enjoy2 .last.on {
    opacity: 1;
    pointer-events: auto;
    transition: 0.4s;
  }
  .enjoy2 .last .h1 {
    width: fit-content;
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 3.4375vw;
    color: #1A1A1A;
    line-height: 4.9479166667vw;
    background: linear-gradient(20deg, #A87E2A 0%, #C5A643 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 2.34375vw;
    transform: scale(4);
  }
  .enjoy2 .last p {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.6666666667vw;
    color: #1A1A1A;
    opacity: 0;
    transition: 0.6s ease;
  }
  .enjoy2 .last p.on {
    opacity: 1;
  }
  .enjoy3 {
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .enjoy3 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enjoy3 .fix .wrap {
    text-align: center;
  }
  .enjoy3 .fix .wrap .h1 {
    width: fit-content;
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 3.4375vw;
    color: #1A1A1A;
    line-height: 4.9479166667vw;
    background: linear-gradient(20deg, #A87E2A 0%, #C5A643 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 2.34375vw;
    transform: scale(2.6);
  }
  .enjoy3 .fix .wrap p {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.6666666667vw;
    color: #1A1A1A;
    opacity: 0;
    transition: 0.6s ease;
  }
  .enjoy3 .fix .wrap p.on {
    opacity: 1;
  }
  .section_box {
    height: 300vh;
    position: relative;
    top: 0;
    left: 0;
  }
  .section_box .contain {
    position: relative;
  }
  .section_box .contain section {
    width: 100vw;
    height: 100vh;
    position: absolute;
  }
  .enjoy4 {
    position: relative;
    z-index: 12;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .enjoy4:nth-child(2) {
    display: block;
    padding: 9.375vw 0 0 0;
  }
  .enjoy4 .wrap4 {
    width: 72.9166666667vw;
    margin: auto;
    text-align: right;
  }
  .enjoy4 .wrap4 .h1 {
    font-size: 2.1875vw;
    color: #FFFFFF;
    margin: 0 0 2.1875vw;
  }
  .enjoy4 .wrap4 p {
    font-weight: 400;
    font-size: 1.25vw;
    color: #FFFFFF;
  }
  .enjoy4 .wrap5 {
    text-align: center;
    margin: 3.125vw auto 0;
  }
  .enjoy4 .wrap6 {
    text-align: left;
    margin: 14.2708333333vw auto 0;
  }
  .enjoy4 .wrap {
    width: 72.3958333333vw;
    margin: auto;
  }
  .enjoy4 .wrap .title .h1 {
    font-size: 2.5vw;
    color: #AB7A17;
    margin: 0 0 1.3541666667vw;
  }
  .enjoy4 .wrap .title p {
    font-weight: 400;
    font-size: 1.875vw;
    color: #AB7A17;
  }
  .enjoy4 .wrap .text {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #AB7A17;
    line-height: 1.6666666667vw;
    margin: 4.5833333333vw 0 6.1458333333vw 0;
  }
  .enjoy4 .wrap .figure {
    display: flex;
  }
  .enjoy4 .wrap .figure .item:not(:last-child) {
    margin: 0 5.5208333333vw 0 0;
  }
  .enjoy4 .wrap .figure .item p {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #AB7A17;
  }
  .enjoy4 .wrap .figure .item .dis {
    display: flex;
    align-items: center;
  }
  .enjoy4 .wrap .figure .item .dis span, .enjoy4 .wrap .figure .item .dis .p1 {
    width: fit-content;
    font-weight: 400;
    font-size: 3.125vw;
    color: #FFFFFF;
    background: linear-gradient(90deg, #e5b961 0%, #b67f08 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "BMW Type Web Bold All", sans-serif;
  }
  .enjoy4 .wrap2 {
    width: fit-content;
    margin: auto;
  }
  .enjoy4 .wrap2 .title {
    text-align: center;
  }
  .enjoy4 .wrap2 .title .h1 {
    font-size: 2.5vw;
    color: #FFFFFF;
    margin: 0 0 3.4895833333vw;
  }
  .enjoy4 .wrap2 .title p {
    font-weight: 400;
    font-size: 1.875vw;
    color: #FFFFFF;
  }
  .enjoy4 .wrap2 .display {
    margin: 3.8020833333vw 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .enjoy4 .wrap2 .display .pick {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #FFFFFF;
  }
  .enjoy4 .wrap2 .display .line {
    width: 1px;
    height: 1.5625vw;
    background: #FFFFFF;
    margin: 0.8854166667vw 3.4895833333vw 0 3.8541666667vw;
  }
  .enjoy4 .wrap2 .display .pick2 {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #FFFFFF;
  }
  .enjoy4 .wrap2 .display .pick2 span {
    font-size: 3.125vw;
  }
  .enjoy4 .r3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10.4166666667vw;
    text-align: center;
  }
  .enjoy4 .r3 .title {
    font-size: 2.5vw;
    color: #FFFFFF;
    margin: 0 0 1.5625vw;
  }
  .enjoy4 .r3 .pick {
    font-weight: 400;
    font-size: 1.875vw;
    color: #FFFFFF;
  }
  .enjoy4 .position {
    position: absolute;
    bottom: 6.25vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .enjoy4 .position .dis {
    margin: 3.90625vw 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enjoy4 .position .dis span {
    font-size: 3.5416666667vw;
    color: #fff;
    font-family: "BMW Type Web Bold All", sans-serif;
    margin: 0 0 1.5104166667vw;
  }
  .enjoy4 .position .dis img {
    width: 4.375vw;
    position: relative;
    top: -0.6770833333vw;
    margin: 0 0 0 0.5208333333vw;
  }
  .enjoy4 .position .p2 {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #fff;
  }
  .enjoy4 .r4 {
    position: absolute;
    left: 5.2083333333vw;
    bottom: 5.2604166667vw;
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    text-align: left;
  }
  .enjoy5 {
    padding: 8.8541666667vw 0 7.65625vw 0;
    background: #F9F9F8;
  }
  .enjoy5 .wrap {
    width: 83.3333333333vw;
    margin: auto;
  }
  .enjoy5 .wrap .top .matter {
    height: 36.4583333333vw;
    display: flex;
  }
  .enjoy5 .wrap .top .matter:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .enjoy5 .wrap .top .matter:not(:last-child) {
    margin: 0 0 6.875vw;
  }
  .enjoy5 .wrap .top .matter .img {
    width: 55.2083333333vw;
    height: 100%;
    overflow: hidden;
  }
  .enjoy5 .wrap .top .matter .img img {
    width: 100%;
    height: 100%;
  }
  .enjoy5 .wrap .top .matter .text {
    width: 28.125vw;
    height: 100%;
    background: #FFFFFF;
    padding: 12.03125vw 0 0 3.125vw;
  }
  .enjoy5 .wrap .top .matter .text .h1 {
    font-size: 2.1875vw;
    color: #1A1A1A;
    line-height: 2.9166666667vw;
    margin: 0 0 3.125vw;
  }
  .enjoy5 .wrap .top .matter .text .h1 span {
    color: #C6A746;
  }
  .enjoy5 .wrap .top .matter .text p {
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #333333;
    line-height: 1.6666666667vw;
  }
  .enjoy5 .wrap .bottom {
    margin: 10.4166666667vw 0 0 0;
  }
  .enjoy5 .wrap .bottom .matter:not(:last-child) {
    margin: 0 0 6.875vw;
  }
  .enjoy5 .wrap .bottom .matter:nth-child(2n) .content {
    flex-direction: row-reverse;
  }
  .enjoy5 .wrap .bottom .matter .headline {
    font-weight: 800;
    font-size: 2.1875vw;
    color: #1A1A1A;
    margin: 0 0 3.125vw;
  }
  .enjoy5 .wrap .bottom .matter .headline span {
    color: #C5A746;
  }
  .enjoy5 .wrap .bottom .matter .content {
    display: flex;
    justify-content: space-between;
    height: 36.4583333333vw;
  }
  .enjoy5 .wrap .bottom .matter .content .l {
    width: 61.9791666667vw;
    height: 100%;
    position: relative;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position {
    position: absolute;
    width: 100%;
    height: 23.4375vw;
    bottom: 0;
    left: 0;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .point {
    position: absolute;
    text-align: center;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .point img {
    width: 2.3958333333vw;
    margin: auto;
    display: block;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .point .txt {
    margin: 0.5208333333vw 0 0 0;
    font-weight: 800;
    font-size: 1.6666666667vw;
    color: #FFFFFF;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .point.point1 {
    bottom: 9.6354166667vw;
    left: 20.0520833333vw;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .point.point2 {
    bottom: 16.6666666667vw;
    left: 37.4479166667vw;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .posi {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    clip-path: inset(0 100% 0 0);
    transition: 2s;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .posi.aos-animate {
    clip-path: inset(0 0 0 0);
  }
  .enjoy5 .wrap .bottom .matter .content .l > img {
    width: 100%;
    height: 100%;
  }
  .enjoy5 .wrap .bottom .matter .content .r {
    width: 19.8958333333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .enjoy5 .wrap .bottom .matter .content .r .item {
    width: 100%;
    height: 17.7083333333vw;
    background: #FFFFFF;
    padding: 2.0833333333vw 2.4479166667vw 3.4375vw 2.0833333333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .enjoy5 .wrap .bottom .matter .content .r .item .end {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .enjoy5 .wrap .bottom .matter .content .r .item .end .circle {
    width: 3.75vw;
    height: 3.75vw;
    border-radius: 50%;
    border: 1px solid #D0B768;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enjoy5 .wrap .bottom .matter .content .r .item .end .circle img {
    object-fit: contain;
  }
  .enjoy5 .wrap .bottom .matter .content .r .item .text {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #333333;
    line-height: 1.6666666667vw;
  }
  .enjoy6 {
    padding: 7.1354166667vw 0 0 0;
  }
  .enjoy6 .wrap {
    width: 83.3333333333vw;
    margin: auto;
  }
  .enjoy6 .wrap .matter:not(:last-child) {
    margin: 0 0 9.375vw;
  }
  .enjoy6 .wrap .matter .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 4.5833333333vw;
  }
  .enjoy6 .wrap .matter .top .headline {
    font-weight: 400;
    font-size: 2.1875vw;
    color: #1A1A1A;
    line-height: 2.8125vw;
  }
  .enjoy6 .wrap .matter .top .text {
    width: 31.875vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #1A1A1A;
    line-height: 1.71875vw;
  }
  @keyframes spin {
    100% {
      transform: rotate(1turn);
    }
  }
  @keyframes spin2 {
    100% {
      transform: rotate(-1turn);
    }
  }
  .enjoy6 .wrap .matter .content {
    width: 100%;
    height: 34.5833333333vw;
    position: relative;
  }
  .enjoy6 .wrap .matter .content .position1 {
    position: absolute;
    width: 36.09375vw;
    height: 17.34375vw;
    z-index: 5;
    right: 2.96875vw;
    top: 6.7708333333vw;
  }
  .enjoy6 .wrap .matter .content .position1.aos-animate img {
    clip-path: inset(0 0 0 0);
  }
  .enjoy6 .wrap .matter .content .position1.aos-animate .position3 .item {
    opacity: 1;
    transition: 1s;
  }
  .enjoy6 .wrap .matter .content .position1.aos-animate .position3 .item2 {
    transition-delay: 0.2s;
  }
  .enjoy6 .wrap .matter .content .position1.aos-animate .position3 .item3 {
    transition-delay: 0.4s;
  }
  .enjoy6 .wrap .matter .content .position1 img {
    width: 100%;
    clip-path: inset(0 100% 0 0);
    transition: 2s;
  }
  .enjoy6 .wrap .matter .content .position1 .list {
    font-weight: bold;
    font-size: 1.25vw;
    color: #FFFFFF;
    position: absolute;
  }
  .enjoy6 .wrap .matter .content .position1 .list1 {
    top: 3.28125vw;
    left: 3.28125vw;
  }
  .enjoy6 .wrap .matter .content .position1 .list2 {
    top: 6.875vw;
    left: 16.8229166667vw;
  }
  .enjoy6 .wrap .matter .content .position1 .list3 {
    top: -1.5104166667vw;
    right: 4.7395833333vw;
  }
  .enjoy6 .wrap .matter .content .position1 .txt {
    position: absolute;
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
  }
  .enjoy6 .wrap .matter .content .position1 .txt1 {
    left: 3.3333333333vw;
    bottom: -2.9166666667vw;
  }
  .enjoy6 .wrap .matter .content .position1 .txt2 {
    left: 15.3125vw;
    bottom: -2.9166666667vw;
  }
  .enjoy6 .wrap .matter .content .position1 .txt3 {
    left: 27.5520833333vw;
    bottom: -2.9166666667vw;
  }
  .enjoy6 .wrap .matter .content .position2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .enjoy6 .wrap .matter .content .position2 .point {
    position: absolute;
  }
  .enjoy6 .wrap .matter .content .position2 .point img {
    width: 100%;
  }
  .enjoy6 .wrap .matter .content .position2 .point_1 {
    width: 9.7395833333vw;
    top: 14.4270833333vw;
    left: 19.5833333333vw;
    animation: spin 6s infinite linear;
    transform-origin: 50% 45%;
  }
  .enjoy6 .wrap .matter .content .position2 .point_1 img {
    animation: spin2 6s infinite linear;
  }
  .enjoy6 .wrap .matter .content .position2 .point_2 {
    width: 8.6979166667vw;
    top: 9.1666666667vw;
    left: 39.21875vw;
    animation: spin2 6s infinite linear;
    transform-origin: 50% 45%;
  }
  .enjoy6 .wrap .matter .content .position2 .point_2 img {
    animation: spin 6s infinite linear;
  }
  .enjoy6 .wrap .matter .content .position2 .point_3 {
    width: 5.2604166667vw;
    top: 19.1145833333vw;
    left: 52.2395833333vw;
    animation: spin 6s infinite linear;
    transform-origin: 50% 45%;
  }
  .enjoy6 .wrap .matter .content .position2 .point_3 img {
    animation: spin2 6s infinite linear;
  }
  .enjoy6 .wrap .matter .content .position2 .point_4 {
    width: 4.7916666667vw;
    top: 9.2708333333vw;
    left: 57.7604166667vw;
    animation: spin2 6s infinite linear;
    transform-origin: 50% 45%;
  }
  .enjoy6 .wrap .matter .content .position2 .point_4 img {
    animation: spin 6s infinite linear;
  }
  .enjoy6 .wrap .matter .content .position2 .point_5 {
    width: 9.375vw;
    top: 2.9166666667vw;
    left: 70.3645833333vw;
  }
  .enjoy6 .wrap .matter .content .position3 {
    position: absolute;
    width: 100%;
    height: 17.2916666667vw;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .enjoy6 .wrap .matter .content .position3 .item {
    position: absolute;
    text-align: center;
    opacity: 0;
  }
  .enjoy6 .wrap .matter .content .position3 .item .p1 {
    font-weight: bold;
    font-size: 1.25vw;
    color: #FFFFFF;
  }
  .enjoy6 .wrap .matter .content .position3 .item .circle {
    margin: 0.625vw auto 0;
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .enjoy6 .wrap .matter .content .position3 .item .circle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: 1s scaleAnimate infinite forwards;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
  }
  @keyframes scaleAnimate {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.5;
    }
    100% {
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
  }
  .enjoy6 .wrap .matter .content .position3 .item .line {
    height: 6.25vw;
    width: 1px;
    border-right: 0.1041666667vw dashed #89783A;
    margin: 0 auto 0.78125vw;
  }
  .enjoy6 .wrap .matter .content .position3 .item .p2 {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
  }
  .enjoy6 .wrap .matter .content .position3 .item.item1 {
    top: 2.5520833333vw;
    left: 3.28125vw;
  }
  .enjoy6 .wrap .matter .content .position3 .item.item1 .line {
    height: 11.0416666667vw;
  }
  .enjoy6 .wrap .matter .content .position3 .item.item2 {
    top: 5.8854166667vw;
    left: 15.78125vw;
  }
  .enjoy6 .wrap .matter .content .position3 .item.item2 .p1 {
    margin: 0 0 1.6666666667vw;
  }
  .enjoy6 .wrap .matter .content .position3 .item.item2 .line {
    height: 6.4583333333vw;
  }
  .enjoy6 .wrap .matter .content .position3 .item.item3 {
    top: -2.65625vw;
    left: 27.34375vw;
  }
  .enjoy6 .wrap .matter .content .position3 .item.item3 .line {
    height: 16.3020833333vw;
  }
  .enjoy6 .wrap .matter .content .img {
    width: 100%;
    height: 100%;
  }
  .enjoy7 {
    padding: 7.65625vw 0 7.5vw 0;
  }
  .enjoy7 .wrap {
    width: 83.3333333333vw;
    margin: auto;
  }
  .enjoy7 .wrap .title {
    margin: 0 0 4.21875vw;
  }
  .enjoy7 .wrap .title .color {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #C5A746;
    margin: 0 0 1.3020833333vw;
  }
  .enjoy7 .wrap .title .p1 {
    font-weight: 800;
    font-size: 2.1875vw;
    color: #1A1A1A;
    line-height: 2.8125vw;
  }
  .enjoy7 .wrap .content {
    display: flex;
    justify-content: space-between;
  }
  .enjoy7 .wrap .content .item {
    width: 22.5vw;
  }
  .enjoy7 .wrap .content .item .img {
    width: 100%;
    height: 8.2291666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 3.125vw;
  }
  .enjoy7 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
  }
  .enjoy7 .wrap .content .item .text {
    text-align: center;
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #1A1A1A;
  }
  .enjoy7 .wrap .content .item .line {
    width: 100%;
    height: 1px;
    background: #D5C186;
    margin: 3.59375vw 0 2.7083333333vw 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 2s;
  }
  .enjoy7 .wrap .content .item .line.aos-animate {
    transform: scaleX(1);
  }
  .enjoy7 .wrap .content .item .flex .flex_list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    padding: 0 0 0.78125vw;
  }
  .enjoy7 .wrap .content .item .flex .flex_list:first-child, .enjoy7 .wrap .content .item .flex .flex_list:last-child {
    border-bottom: none;
  }
  .enjoy7 .wrap .content .item .flex .flex_list:not(:last-child) {
    margin: 0 0 2.6041666667vw;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .p1 {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #1A1A1A;
    margin: 0 0 1.0416666667vw;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .pick {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #666666;
    line-height: 1.875vw;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .color {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    gap: 0.9375vw 0.5208333333vw;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .color .color_list {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    left: 0.5208333333vw;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .color .color_list .img {
    width: 0.9375vw;
    height: 0.9375vw;
    margin: 0 0.9895833333vw 0 0;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .color .color_list p {
    width: 4.6875vw;
    font-weight: 500;
    font-size: 0.9375vw;
    color: #666666;
    text-align: left;
  }
  .common_member {
    padding: 6.25vw 0 6.9791666667vw 0;
  }
}
@media screen and (max-width: 1024px) {
  .enjoy1 .swiper .swiper-slide .content .text .h1 {
    font-size: 24px;
    margin: 0 0 20px;
    transform: translateY(20px);
  }
  .enjoy1 .swiper .swiper-slide .content .text p {
    font-size: 16px;
    transform: translateY(20px);
  }
  .enjoy1 .swiper .swiper-slide .content .other .common_more:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .enjoy1 .swiper .swiper-slide .content .common_more {
    padding: 0 10px;
    height: 33px;
  }
  .enjoy1 .swiper .swiper-slide .content .text {
    margin: 0 0 25px;
  }
  .enjoy1 .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enjoy1 .swiper .swiper-slide .content {
    margin: 0;
  }
  .enjoy1 .swiper .button .iconfont {
    font-size: 30px;
  }
  .enjoy1 .position .flex .flexSwiper .swiper-slide .txt {
    font-size: 13px;
  }
  .enjoy1 .position .flex .flexSwiper {
    height: 90px;
  }
  .enjoy1 .position .line {
    width: 2px;
    height: 20px;
    margin: 0 15px 0 0;
  }
  .enjoy1 .position {
    bottom: 30px;
    left: 5%;
  }
  .enjoy1 .swiper .swiper-slide {
    overflow: unset;
  }
  .enjoy2 {
    height: auto;
  }
  .enjoy2 .fix {
    padding: 80px 0 0 0;
    height: auto;
    position: relative;
  }
  .enjoy2 .wrap .title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .enjoy2 .wrap .cut .list:not(:last-child) {
    margin: 0 25px 0 0;
  }
  .enjoy2 .wrap .cut .list p {
    font-size: 14px;
  }
  .enjoy2 .wrap .cut .list img {
    width: 50px;
  }
  .enjoy2 .wrap .content {
    margin: 32px 0 0 0;
  }
  .enjoy2 .wrap .content .matter .proSwiper {
    width: 90%;
  }
  .enjoy2 .wrap .content .matter .choose {
    margin: 50px 0 0 0;
    flex-wrap: wrap;
  }
  .enjoy2 .wrap .content .matter .choose .list {
    width: 150px;
    height: 46px;
    border-radius: 23px;
  }
  .enjoy2 .wrap .content .matter .choose .list .circle {
    width: 14px;
    height: 14px;
    margin: 0 5px 0;
  }
  .enjoy2 .wrap .content .matter .choose .list p {
    font-size: 13px;
  }
  .enjoy2 .last {
    position: static;
    height: auto;
    padding: 50px 0;
    opacity: 1;
    pointer-events: auto;
    margin: 80px 0 0 0;
  }
  .enjoy2 .last .h1 {
    transform: scale(1) !important;
    font-size: 24px;
    line-height: unset;
    margin: 0 0 15px;
  }
  .enjoy2 .last p {
    font-size: 14px;
    opacity: 1;
  }
  .section_box .contain {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    transform: none !important;
  }
  .enjoy5 {
    position: relative;
  }
  .enjoy4 .wrap .title {
    text-align: center;
  }
  .enjoy4 .wrap .title .h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .enjoy4:nth-child(1) {
    display: block;
    padding: 125px 0 0 0;
  }
  .enjoy4 .wrap {
    width: 90%;
  }
  .enjoy4 .wrap .title p {
    font-size: 16px;
  }
  .enjoy4 .wrap .text {
    font-size: 13px;
    line-height: 1.6;
    margin: 24px 0 40px 0;
    text-align: center;
  }
  .enjoy4 .wrap .figure {
    justify-content: center;
  }
  .enjoy4 .wrap .figure .item:not(:last-child) {
    margin: 0 25px 0 0;
  }
  .enjoy4 .wrap .figure .item p {
    font-size: 13px;
  }
  .enjoy4 .wrap .figure .item .dis span, .enjoy4 .wrap .figure .item .dis .p1 {
    font-size: 24px;
  }
  .enjoy4:nth-child(2) {
    display: block;
    padding: 150px 0 0 0;
  }
  .enjoy4 .wrap2 .title .h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .enjoy4 .wrap2 .title p {
    font-size: 16px;
  }
  .enjoy4 .wrap2 .display {
    flex-direction: column;
    margin: 25px 0 0 0;
  }
  .enjoy4 .wrap2 .display .pick {
    font-size: 12px;
    text-align: center;
    line-height: 1.8;
  }
  .enjoy4 .wrap2 .display .pick2 {
    font-size: 12px;
  }
  .enjoy4 .wrap2 .display .pick2 span {
    font-size: 12px;
  }
  .enjoy4 .wrap2 .display .line {
    width: 1px;
    height: 30px;
    display: none;
  }
  .enjoy4 .r3 {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 130px;
  }
  .enjoy4 .r3 .title {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .enjoy4 .r3 .pick {
    font-size: 13px;
  }
  .enjoy4 .position {
    bottom: 120px;
  }
  .enjoy4 .position .dis {
    margin: 30px 0 0 0;
    bottom: 100px;
  }
  .enjoy4 .position .dis span {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .enjoy4 .position .dis img {
    width: 30px;
    top: -4px;
    margin: 0 0 0 10px;
  }
  .enjoy4 .position .p2 {
    font-size: 16px;
  }
  .enjoy4 .r4 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 25px;
    font-size: 12px;
    line-height: 1.7;
  }
  .enjoy5 {
    padding: 5% 0 20px 0;
  }
  .enjoy5 .wrap {
    width: 90%;
  }
  .enjoy5 .wrap .top .matter:not(:last-child) {
    margin: 0 0 25px;
  }
  .enjoy5 .wrap .top .matter {
    height: auto;
    flex-direction: column !important;
  }
  .enjoy5 .wrap .top .matter .img {
    width: 100%;
  }
  .enjoy5 .wrap .top .matter .text {
    width: 100%;
    padding: 35px 5%;
  }
  .enjoy5 .wrap .top .matter .text .h1 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .enjoy5 .wrap .top .matter .text p {
    font-size: 13px;
    line-height: 1.6;
  }
  .enjoy5 .wrap .bottom .matter .headline {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .enjoy5 .wrap .bottom .matter .content {
    flex-direction: column !important;
    height: auto;
  }
  .enjoy5 .wrap .bottom .matter .content .l {
    width: 100%;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position {
    height: auto;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .posi {
    clip-path: inset(0 0 0 0);
    position: static;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .point img {
    width: 20px;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .point .txt {
    margin: 5px 0 0 0;
    font-size: 12px;
  }
  .enjoy5 .wrap .bottom .matter .content .l .position .point.point2 {
    bottom: 13.666667vw;
  }
  .enjoy5 .wrap .bottom .matter .content .r {
    width: 100%;
  }
  .enjoy5 .wrap .bottom .matter .content .r .item {
    height: auto;
    padding: 5%;
    margin: 10px 0 0 0;
  }
  .enjoy5 .wrap .bottom .matter .content .r .item .end .circle {
    width: 40px;
    height: 40px;
  }
  .enjoy5 .wrap .bottom .matter .content .r .item .end .circle img {
    max-width: 60%;
    max-height: 60%;
  }
  .enjoy5 .wrap .bottom .matter .content .r .item .text {
    font-size: 18px;
    line-height: 28px;
  }
  .enjoy3 {
    height: auto;
  }
  .enjoy3 .fix {
    height: auto;
    padding: 50px 0;
  }
  .enjoy3 .fix .wrap .h1 {
    transform: scale(1) !important;
    font-size: 24px;
    line-height: unset;
    margin: 0 0 15px;
  }
  .enjoy3 .fix .wrap p {
    font-size: 14px;
    opacity: 1;
  }
  .enjoy4 .wrap4 {
    width: 90%;
  }
  .enjoy4 .wrap4 .h1 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .enjoy4 .wrap4 p {
    font-size: 13px;
    line-height: 1.7;
  }
  .enjoy6, .enjoy7 {
    position: relative;
    background: #fff;
  }
  .enjoy6 .wrap {
    width: 90%;
  }
  .enjoy6 .wrap .matter .top {
    margin: 0 0 20px;
    flex-direction: column;
    align-items: unset;
  }
  .enjoy6 .wrap .matter .top .headline {
    font-size: 24px;
    line-height: 1.4;
  }
  .enjoy6 .wrap .matter .top .text {
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
    margin: 15px 0 0 0;
  }
  .enjoy6 .wrap .matter .content {
    height: auto;
  }
  .enjoy6 .wrap .matter .content .position1 {
    display: none;
  }
  .enjoy6 .wrap .matter .content .position1 img {
    clip-path: inset(0 0% 0 0);
  }
  .enjoy6 .wrap .matter .content .position3 .item {
    opacity: 1;
  }
  .enjoy6 .wrap .matter .content .position3 .item .p1 {
    font-size: 12px;
  }
  .enjoy6 .wrap .matter .content .position3 .item .circle {
    width: 12px;
    height: 12px;
  }
  .enjoy6 .wrap .matter .content .position3 .item .p2 {
    font-size: 5px;
  }
  .enjoy7 {
    padding: 35px 0;
  }
  .enjoy7 .wrap {
    width: 90%;
  }
  .enjoy7 .wrap .title .color {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .enjoy7 .wrap .title .p1 {
    font-size: 24px;
    line-height: 1.4;
  }
  .enjoy7 .wrap .title {
    margin: 0 0 40px;
  }
  .enjoy7 .wrap .content {
    flex-direction: column;
  }
  .enjoy7 .wrap .content .item {
    width: 100%;
  }
  .enjoy7 .wrap .content .item:not(:last-child) {
    margin: 0 0 70px;
  }
  .enjoy7 .wrap .content .item .img {
    height: auto;
    margin: 0 0 15px;
  }
  .enjoy7 .wrap .content .item .text {
    font-size: 18px;
  }
  .enjoy7 .wrap .content .item .line {
    width: 100%;
    height: 1px;
    margin: 20px 0 32px 0;
    transform: scaleX(1);
  }
  .enjoy7 .wrap .content .item .flex .flex_list {
    padding: 0 0 15px;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .p1 {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .pick {
    font-size: 13px;
    line-height: 2;
  }
  .enjoy7 .wrap .content .item .flex .flex_list:not(:last-child) {
    margin: 0 0 30px;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .color .color_list .img {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .color {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    width: fit-content;
    margin: 0;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .color .color_list {
    margin: 0 !important;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .color .color_list p {
    width: 73px;
    font-size: 14px;
  }
  .enjoy7 .wrap .content .item .flex .flex_list .color .color_list:not(:last-child) {
    margin: 0 auto 15px;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner img {
    display: none;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner img.sj_img {
    display: block !important;
  }
  .iscroll1 .enjoy4 .common_bg {
    display: none;
  }
  .iscroll1 .enjoy4 .common_bg.sj_img {
    display: block !important;
  }
}

/*# sourceMappingURL=wisdom.css.map */
