.last_pro {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #fff;
}
.last_pro .parallax2 {
  width: 100%;
  height: 100%;
}
.last_pro.aos-animate .swiper .swiper-slide .slide-inner img {
  transform: scale(1);
}
.last_pro .parallax {
  width: 100%;
  height: 100%;
}
.last_pro .position {
  position: absolute;
  bottom: 100px;
  left: 60px;
  z-index: 5;
  display: flex;
  align-items: center;
}
.last_pro .position .line {
  width: 2px;
  height: 20px;
  background: #F2F3ED;
  margin: 0 40px 0 0;
}
.last_pro .position .flex .flexSwiper {
  height: 107px;
}
.last_pro .position .flex .flexSwiper .swiper-slide {
  cursor: pointer;
}
.last_pro .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;
}
.last_pro .swiper {
  width: 100%;
  height: 100%;
}
.last_pro .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;
}
.last_pro .swiper .button .iconfont {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.last_pro .swiper .button .iconfont:first-child {
  transform: rotate(180deg);
}
.last_pro .swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.last_pro .swiper .swiper-slide.swiper-slide-active .content .more_jump {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
  transition-delay: 0.8s;
}
.last_pro .swiper .swiper-slide.swiper-slide-active .content .text .h1, .last_pro .swiper .swiper-slide.swiper-slide-active .content .text p {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
}
.last_pro .swiper .swiper-slide.swiper-slide-active .content .text .h1 {
  transition-delay: 0.4s;
}
.last_pro .swiper .swiper-slide.swiper-slide-active .content .text p {
  transition-delay: 0.6s;
}
.last_pro .swiper .swiper-slide .content {
  position: relative;
  z-index: 4;
  text-align: center;
  margin: 15% 0 0 0;
}
.last_pro .swiper .swiper-slide .content .text {
  margin: 0 0 55px;
}
.last_pro .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;
}
.last_pro .swiper .swiper-slide .content .text p {
  font-family: "jiangchengyuanti300W", sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #FFFFFF;
  transform: translateY(20px);
  opacity: 0;
}
.last_pro .swiper .swiper-slide .content .other {
  display: flex;
  justify-content: center;
}
.last_pro .swiper .swiper-slide .content .other .common_more {
  margin: 0;
}
.last_pro .swiper .swiper-slide .content .other .common_more:not(:last-child) {
  margin: 0 20px 0 0;
}
.last_pro .swiper .swiper-slide .content .more_jump {
  transform: translateY(20px);
  opacity: 0;
}
.last_pro .swiper .swiper-slide .content .common_more {
  margin: auto;
  padding: 0 38px;
  height: 50px;
}
.last_pro .swiper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.last_pro .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;
}
.last_pro .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;
}

.Luxury1 {
  background: rgba(233, 207, 204, 0.2);
  padding: 136px 0 178px 0;
  transition: 0.6s ease;
}
.Luxury1 .wrap .title {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: #1A1A1A;
  margin: 0 0 92px;
  text-align: center;
}
.Luxury1 .wrap .imgSwiper {
  width: 961px;
  height: 360px;
  margin: auto;
}
.Luxury1 .wrap .imgSwiper .swiper-slide img {
  width: 100%;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.Luxury1 .wrap .imgSwiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.Luxury1 .wrap .cut {
  margin: 137px 0 0 0;
  display: flex;
  justify-content: center;
}
.Luxury1 .wrap .cut .list {
  width: 201px;
  height: 55px;
  border-radius: 28px;
  border: 2px solid #d9b48c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s;
  opacity: 0.3;
}
.Luxury1 .wrap .cut .list.on {
  opacity: 1;
}
.Luxury1 .wrap .cut .list:first-child {
  border: 2px solid #E15D4A;
}
.Luxury1 .wrap .cut .list:first-child .circle {
  background: #E15D4A;
}
.Luxury1 .wrap .cut .list:first-child p {
  color: #E15D4A;
}
.Luxury1 .wrap .cut .list:not(:last-child) {
  margin: 0 38px 0 0;
}
.Luxury1 .wrap .cut .list .circle {
  width: 20px;
  height: 20px;
  background: #d9b48c;
  border-radius: 10px;
  margin: 0 10px 0 0;
  transition: 0.6s ease;
}
.Luxury1 .wrap .cut .list p {
  font-weight: 500;
  font-size: 16px;
  color: #d9b48c;
  transition: 0.6s ease;
}

.Luxury2 {
  padding: 169px 0 50px 0;
  background: #120E0E;
}
.Luxury2 .wrap {
  width: 1400px;
  margin: auto;
}
.Luxury2 .wrap .title {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #FFFFFF;
  margin: 0 0 45px;
}
.Luxury2 .wrap .text {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 40px;
}

.index1 {
  position: relative;
  background: #120E0E;
}
.index1 .fix {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.index1 .matter {
  position: relative;
  z-index: 12;
  height: 100vh;
  width: 100%;
  transform: scale(0.7291666667);
}
.index1 .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.index1 .matter:first-child:after {
  content: "";
  position: absolute;
  width: 0.1%;
  height: 100%;
  right: 0;
  top: 0;
  background: #120E0E;
  z-index: 2;
}
.index1 .matter:first-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1%;
  left: 0;
  top: -0.5%;
  background: #120E0E;
  z-index: 2;
}
.index1 .matter .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.index1 .matter .fix_position {
  right: 160px;
  top: 60%;
  transform: translateY(-50%);
  z-index: 5;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.index1 .matter .fix_position.on {
  opacity: 1;
  pointer-events: auto;
}
.index1 .matter .fix_position.position2 {
  padding: 0 160px;
  width: 100%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  right: unset;
}
.index1 .matter .fix_position.position2 .title, .index1 .matter .fix_position.position2 .p1 {
  text-align: left;
}
.index1 .matter .fix_position.position2 .figure {
  justify-content: unset;
}
.index1 .matter .fix_position.position2 .figure .item {
  text-align: left;
}
.index1 .matter .fix_position.position3 {
  padding: 0 160px;
  width: 100%;
  top: unset;
  bottom: 109px;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
}
.index1 .matter .fix_position.position3 .title, .index1 .matter .fix_position.position3 .p1 {
  text-align: center;
}
.index1 .matter .fix_position.position3 .figure {
  justify-content: center;
}
.index1 .matter .fix_position.position3 .figure .item {
  text-align: center;
}
.index1 .matter .fix_position.position3 .figure .item p {
  margin: 0 0 30px;
}
.index1 .matter .fix_position .title {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #FFFFFF;
  margin: 0 0 46px;
  text-align: right;
}
.index1 .matter .fix_position .p1 {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  text-align: right;
  margin: 0 0 120px;
}
.index1 .matter .fix_position .figure {
  display: flex;
  justify-content: flex-end;
}
.index1 .matter .fix_position .figure .item {
  text-align: right;
}
.index1 .matter .fix_position .figure .item:not(:last-child) {
  margin: 0 85px 0 0;
}
.index1 .matter .fix_position .figure .item p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.index1 .matter .fix_position .figure .item span {
  font-weight: 600;
  font-size: 66px;
  color: #FFFFFF;
  line-height: 36px;
  position: relative;
}
.index1 .matter .fix_position .figure .item span:after {
  content: attr(data-text);
  display: inline-block;
  font-size: 18px;
  position: relative;
  left: -6px;
}
.index1 .matter .fix_position .end {
  display: flex;
  justify-content: flex-end;
  margin: 120px 0 0 0;
}
.index1 .matter .fix_position .end .picture {
  width: 210px;
  height: 116px;
  position: relative;
}
.index1 .matter .fix_position .end .picture img {
  width: 100%;
  height: 100%;
}
.index1 .matter .fix_position .end .picture .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #ECC78F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index1 .matter .fix_position .end .picture .circle svg {
  width: 14px;
  height: 14px;
}

.Luxury3 {
  height: 100vh;
  position: relative;
  background: #090909;
}
.Luxury3 .fix {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Luxury3 .fix .wrap {
  width: 1600px;
  margin: auto;
}
.Luxury3 .fix .wrap_x {
  width: max-content;
  display: flex;
  position: relative;
  z-index: 1;
}
.Luxury3 .fix .content {
  position: relative;
  top: 70px;
}
.Luxury3 .fix .matter {
  width: 1600px;
  height: 700px;
  position: relative;
  margin: 0 114px 0 0;
  transition: 1s;
}
.Luxury3 .fix .matter .img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.Luxury3 .fix .matter .position {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 120px;
  left: 0;
}
.Luxury3 .fix .matter .position.left {
  padding: 0 140px;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
.Luxury3 .fix .matter .position.left .icon {
  margin: 0;
}
.Luxury3 .fix .matter .position.right {
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.Luxury3 .fix .matter .position.right .icon {
  margin: 0;
}
.Luxury3 .fix .matter .position .icon {
  width: 58px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.Luxury3 .fix .matter .position .title {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #FFFFFF;
  margin: 32px 0 50px 0;
}
.Luxury3 .fix .matter .position .pick {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}

.Luxury4 {
  padding: 180px 0 164px 0;
}
.Luxury4 .wrap {
  width: 1400px;
  margin: auto;
}
.Luxury4 .wrap .top {
  display: flex;
  justify-content: space-between;
}
.Luxury4 .wrap .top .matter {
  width: 640px;
}
.Luxury4 .wrap .top .matter:nth-child(2) {
  margin: 133px 0 0 0;
}
.Luxury4 .wrap .top .matter .title {
  margin: 0 0 50px;
}
.Luxury4 .wrap .top .matter .title .h1 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1A1A1A;
  margin: 0 0 37px;
}
.Luxury4 .wrap .top .matter .title .text {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
}
.Luxury4 .wrap .top .matter .img {
  width: 100%;
  height: 430px;
}
.Luxury4 .wrap .top .matter .img img {
  width: 100%;
  height: 100%;
}
.Luxury4 .wrap .bottom {
  margin: 126px 0 0 0;
}
.Luxury4 .wrap .bottom .Luxury4Swiper {
  width: 100%;
  height: 675px;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .heise {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content {
  position: absolute;
  top: 105px;
  width: 100%;
  padding: 0 164px;
  z-index: 5;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .title {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #FFFFFF;
  margin: 0 0 90px;
  text-align: center;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 {
  width: 386px;
  height: 260px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 46px 54px 45px;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .h1 {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 51px;
  text-align: center;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis {
  display: flex;
  justify-content: space-between;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item {
  text-align: center;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item .circle {
  width: 62px;
  height: 62px;
  margin: auto;
  position: relative;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item .circle .ye {
  width: 100%;
  height: 100%;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item .circle .ye_icon {
  max-width: 28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 18px 0 0 0;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .slide2 {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  position: absolute;
  bottom: 86px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-pagination {
  bottom: 52px;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-pagination span {
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  margin: 0 10px 0 0 !important;
  transition: 0.6s ease;
}
.Luxury4 .wrap .bottom .Luxury4Swiper .swiper-pagination span:last-child {
  margin: 0 !important;
}

.Luxury5 {
  background: #F7F4ED;
  padding: 185px 0 128px 0;
}
.Luxury5 .wrap {
  width: 1400px;
  margin: auto;
}
.Luxury5 .wrap .content1 {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
}
.Luxury5 .wrap .content1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 406px;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 14px;
  z-index: -1;
}
.Luxury5 .wrap .content1 .img {
  width: 100%;
}
.Luxury5 .wrap .content1 .img img {
  width: 100%;
  aspect-ratio: 350 / 123;
}
.Luxury5 .wrap .content1 .text {
  padding: 0 0 67px;
  text-align: center;
}
.Luxury5 .wrap .content1 .text .h1 {
  width: fit-content;
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #E15D4A;
  line-height: 54px;
  background: linear-gradient(0deg, #E15D4A 0%, #1A1A1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto 77px;
}
.Luxury5 .wrap .content1 .text p {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #1A1A1A;
}
.Luxury5 .wrap .content2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Luxury5 .wrap .content2 .l {
  width: 680px;
  height: 406px;
  background: #FFFFFF;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 32px;
  color: #1A1A1A;
  line-height: 54px;
}
.Luxury5 .wrap .content2 .pic {
  width: 680px;
  height: 406px;
  border-radius: 14px;
  overflow: hidden;
}
.Luxury5 .wrap .content2 .pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 340 / 203; 
}
.Luxury5 .wrap .content3 {
  padding: 61px 121px 60px 213px;
  margin: 30px 0 0 0;
  height: 406px;
  background: #FFFFFF;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Luxury5 .wrap .content3 .l .h1 {
  width: fit-content;
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #E15D4A;
  line-height: 54px;
  background: linear-gradient(0deg, #E15D4A 0%, #1A1A1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 53px;
}
.Luxury5 .wrap .content3 .l .pick {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 32px;
}
.Luxury5 .wrap .content3 .r {
  width: 457px;
  height: 285px;
  position: relative;
}
.Luxury5 .wrap .content3 .r img {
  position: absolute;
  left: 0;
  width: 100%;
}
.Luxury5 .wrap .content3 .r img:first-child {
  width: 446px;
  top: 0;
  z-index: 2;
      aspect-ratio: 223 / 94;
}
.Luxury5 .wrap .content3 .r img:nth-child(2) {
  bottom: 0;
  aspect-ratio: 457 / 193;
}

.Luxury6 {
  padding: 140px 0 78px 0;
}
.Luxury6 .wrap {
  width: 1400px;
  margin: auto;
}
.Luxury6 .wrap .title {
  margin: 0 0 90px;
}
.Luxury6 .wrap .title .h1 {
  width: fit-content;
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #E15D4A;
  line-height: 54px;
  background: linear-gradient(0deg, #E15D4A 0%, #1A1A1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 48px;
}
.Luxury6 .wrap .title p {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
}
.Luxury6 .wrap .content1 {
  width: 100%;
}
.Luxury6 .wrap .content1 img {
  width: 100%;
  aspect-ratio: 70 / 31;
}
.Luxury6 .wrap .content2 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.Luxury6 .wrap .content2 .l {
  width: 680px;
  height: 406px;
  background: #F7F4ED;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 32px;
  color: #1A1A1A;
  line-height: 54px;
  text-align: center;
}
.Luxury6 .wrap .content2 .r {
  width: 680px;
  height: 406px;
  background: #FBD1CC;
  border-radius: 14px;
  display: flex;
  align-items: center;
  padding: 0 48px 0 105px;
}
.Luxury6 .wrap .content2 .r img {
  width: 527px;
}
.Luxury6 .wrap .content3 {
  width: 100%;
  position: relative;
}
.Luxury6 .wrap .content3 img {
  width: 100%;
   aspect-ratio: 70 / 31;
}
.Luxury6 .wrap .content3 .text {
  font-weight: 500;
  font-size: 32px;
  color: #1A1A1A;
  line-height: 54px;
  position: absolute;
  left: 229px;
  top: 50%;
  transform: translateY(-50%);
}

.Luxury7 {
  padding: 100px 0 180px 0;
}
.Luxury7 .wrap {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.Luxury7 .wrap .side {
  height: fit-content;
  position: sticky;
  position: -webkit-sticky;
  top: 220px;
}
.Luxury7 .wrap .side p {
  font-weight: 400;
  font-size: 18px;
  color: #C5A746;
  margin: 0 0 25px;
}
.Luxury7 .wrap .side .title {
  font-weight: 800;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 54px;
}
.Luxury7 .wrap .content {
  width: 940px;
  display: flex;
  justify-content: space-between;
}
.Luxury7 .wrap .content .item {
  width: 400px;
}
.Luxury7 .wrap .content .item .img {
  width: 100%;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 60px;
}
.Luxury7 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
      aspect-ratio: 200 / 79;
}
.Luxury7 .wrap .content .item .text {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #1A1A1A;
}
.Luxury7 .wrap .content .item .line {
  width: 100%;
  height: 1px;
  background: #D5C186;
  margin: 30px 0 52px 0;
  transition: 2s;
  transform-origin: left;
  transform: scaleX(0);
}
.Luxury7 .wrap .content .item .line.aos-animate {
  transform: scaleX(1);
}
.Luxury7 .wrap .content .item .flex .flex_list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 0 40px;
}
.Luxury7 .wrap .content .item .flex .flex_list:first-child .pick {
  margin: 30px 0 0 0;
}
.Luxury7 .wrap .content .item .flex .flex_list:not(:last-child) {
  border-bottom: 1px solid #F4F4F4 !important;
}
.Luxury7 .wrap .content .item .flex .flex_list:first-child, .Luxury7 .wrap .content .item .flex .flex_list:last-child {
  border-bottom: none;
}
.Luxury7 .wrap .content .item .flex .flex_list:not(:last-child) {
  margin: 0 0 50px;
}
.Luxury7 .wrap .content .item .flex .flex_list .list_l:last-child {
  text-align: right;
}
.Luxury7 .wrap .content .item .flex .flex_list .p1 {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
}
.Luxury7 .wrap .content .item .flex .flex_list .pick {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.Luxury7 .wrap .content .item .flex .flex_list .color {
  width: fit-content;
}
.Luxury7 .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;
}
.Luxury7 .wrap .content .item .flex .flex_list .color .color_list .img {
  width: 18px;
  height: 18px;
  margin: 0 11px 0 0;
  border-radius: 50%;
}
.Luxury7 .wrap .content .item .flex .flex_list .color .color_list p {
  width: 70px;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  text-align: left;
}

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

@media screen and (max-width: 1919px) {
  .last_pro {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .last_pro .parallax2 {
    width: 100%;
    height: 100%;
  }
  .last_pro.aos-animate .swiper .swiper-slide .slide-inner img {
    transform: scale(1);
  }
  .last_pro .parallax {
    width: 100%;
    height: 100%;
  }
  .last_pro .position {
    position: absolute;
    bottom: 5.2083333333vw;
    left: 3.125vw;
    z-index: 5;
    display: flex;
    align-items: center;
  }
  .last_pro .position .line {
    width: 0.1041666667vw;
    height: 1.0416666667vw;
    background: #F2F3ED;
    margin: 0 2.0833333333vw 0 0;
  }
  .last_pro .position .flex .flexSwiper {
    height: 5.5729166667vw;
  }
  .last_pro .position .flex .flexSwiper .swiper-slide {
    cursor: pointer;
  }
  .last_pro .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;
  }
  .last_pro .swiper {
    width: 100%;
    height: 100%;
  }
  .last_pro .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;
  }
  .last_pro .swiper .button .iconfont {
    font-size: 2.0833333333vw;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
  }
  .last_pro .swiper .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .last_pro .swiper .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .last_pro .swiper .swiper-slide.swiper-slide-active .content .more_jump {
    opacity: 1;
    transform: translateY(0);
    transition: 2s;
    transition-delay: 0.8s;
  }
  .last_pro .swiper .swiper-slide.swiper-slide-active .content .text .h1, .last_pro .swiper .swiper-slide.swiper-slide-active .content .text p {
    opacity: 1;
    transform: translateY(0);
    transition: 2s;
  }
  .last_pro .swiper .swiper-slide.swiper-slide-active .content .text .h1 {
    transition-delay: 0.4s;
  }
  .last_pro .swiper .swiper-slide.swiper-slide-active .content .text p {
    transition-delay: 0.6s;
  }
  .last_pro .swiper .swiper-slide .content {
    position: relative;
    z-index: 4;
    text-align: center;
    margin: 15% 0 0 0;
  }
  .last_pro .swiper .swiper-slide .content .text {
    margin: 0 0 2.8645833333vw;
  }
  .last_pro .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;
  }
  .last_pro .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;
  }
  .last_pro .swiper .swiper-slide .content .other {
    display: flex;
    justify-content: center;
  }
  .last_pro .swiper .swiper-slide .content .other .common_more {
    margin: 0;
  }
  .last_pro .swiper .swiper-slide .content .other .common_more:not(:last-child) {
    margin: 0 1.0416666667vw 0 0;
  }
  .last_pro .swiper .swiper-slide .content .more_jump {
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .last_pro .swiper .swiper-slide .content .common_more {
    margin: auto;
    padding: 0 1.9791666667vw;
    height: 2.6041666667vw;
  }
  .last_pro .swiper .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .last_pro .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;
  }
  .last_pro .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;
  }
  .Luxury1 {
    background: rgba(233, 207, 204, 0.2);
    padding: 7.0833333333vw 0 9.2708333333vw 0;
    transition: 0.6s ease;
  }
  .Luxury1 .wrap .title {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.5vw;
    color: #1A1A1A;
    margin: 0 0 4.7916666667vw;
    text-align: center;
  }
  .Luxury1 .wrap .imgSwiper {
    width: 50.0520833333vw;
    height: 18.75vw;
    margin: auto;
  }
  .Luxury1 .wrap .imgSwiper .swiper-slide img {
    width: 100%;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .Luxury1 .wrap .imgSwiper .swiper-slide.swiper-slide-active img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  .Luxury1 .wrap .cut {
    margin: 7.1354166667vw 0 0 0;
    display: flex;
    justify-content: center;
  }
  .Luxury1 .wrap .cut .list {
    width: 10.46875vw;
    height: 2.8645833333vw;
    border-radius: 1.4583333333vw;
    border: 0.1041666667vw solid #d9b48c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 1s;
    opacity: 0.3;
  }
  .Luxury1 .wrap .cut .list.on {
    opacity: 1;
  }
  .Luxury1 .wrap .cut .list:first-child {
    border: 0.1041666667vw solid #E15D4A;
  }
  .Luxury1 .wrap .cut .list:first-child .circle {
    background: #E15D4A;
  }
  .Luxury1 .wrap .cut .list:first-child p {
    color: #E15D4A;
  }
  .Luxury1 .wrap .cut .list:not(:last-child) {
    margin: 0 1.9791666667vw 0 0;
  }
  .Luxury1 .wrap .cut .list .circle {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    background: #d9b48c;
    border-radius: 0.5208333333vw;
    margin: 0 0.5208333333vw 0 0;
    transition: 0.6s ease;
  }
  .Luxury1 .wrap .cut .list p {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #d9b48c;
    transition: 0.6s ease;
  }
  .Luxury2 {
    padding: 8.8020833333vw 0 2.6041666667vw 0;
    background: #120E0E;
  }
  .Luxury2 .wrap {
    width: 72.9166666667vw;
    margin: auto;
  }
  .Luxury2 .wrap .title {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #FFFFFF;
    margin: 0 0 2.34375vw;
  }
  .Luxury2 .wrap .text {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #FFFFFF;
    line-height: 2.0833333333vw;
  }
  .index1 {
    position: relative;
    background: #120E0E;
  }
  .index1 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .index1 .matter {
    position: relative;
    z-index: 12;
    height: 100vh;
    width: 100%;
    transform: scale(0.7291666667);
  }
  .index1 .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .index1 .matter:first-child:after {
    content: "";
    position: absolute;
    width: 0.1%;
    height: 100%;
    right: 0;
    top: 0;
    background: #120E0E;
    z-index: 2;
  }
  .index1 .matter:first-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1%;
    left: 0;
    top: -0.5%;
    background: #120E0E;
    z-index: 2;
  }
  .index1 .matter .img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .index1 .matter .fix_position {
    right: 8.3333333333vw;
    top: 60%;
    transform: translateY(-50%);
    z-index: 5;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
  }
  .index1 .matter .fix_position.on {
    opacity: 1;
    pointer-events: auto;
  }
  .index1 .matter .fix_position.position2 {
    padding: 0 8.3333333333vw;
    width: 100%;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    right: unset;
  }
  .index1 .matter .fix_position.position2 .title, .index1 .matter .fix_position.position2 .p1 {
    text-align: left;
  }
  .index1 .matter .fix_position.position2 .figure {
    justify-content: unset;
  }
  .index1 .matter .fix_position.position2 .figure .item {
    text-align: left;
  }
  .index1 .matter .fix_position.position3 {
    padding: 0 8.3333333333vw;
    width: 100%;
    top: unset;
    bottom: 5.6770833333vw;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .index1 .matter .fix_position.position3 .title, .index1 .matter .fix_position.position3 .p1 {
    text-align: center;
  }
  .index1 .matter .fix_position.position3 .figure {
    justify-content: center;
  }
  .index1 .matter .fix_position.position3 .figure .item {
    text-align: center;
  }
  .index1 .matter .fix_position.position3 .figure .item p {
    margin: 0 0 1.5625vw;
  }
  .index1 .matter .fix_position .title {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #FFFFFF;
    margin: 0 0 2.3958333333vw;
    text-align: right;
  }
  .index1 .matter .fix_position .p1 {
    font-weight: 400;
    font-size: 1.5625vw;
    color: #FFFFFF;
    text-align: right;
    margin: 0 0 6.25vw;
  }
  .index1 .matter .fix_position .figure {
    display: flex;
    justify-content: flex-end;
  }
  .index1 .matter .fix_position .figure .item {
    text-align: right;
  }
  .index1 .matter .fix_position .figure .item:not(:last-child) {
    margin: 0 4.4270833333vw 0 0;
  }
  .index1 .matter .fix_position .figure .item p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    margin: 0 0 1.0416666667vw;
  }
  .index1 .matter .fix_position .figure .item span {
    font-weight: 600;
    font-size: 3.4375vw;
    color: #FFFFFF;
    line-height: 1.875vw;
    position: relative;
  }
  .index1 .matter .fix_position .figure .item span:after {
    content: attr(data-text);
    display: inline-block;
    font-size: 0.9375vw;
    position: relative;
    left: -0.3125vw;
  }
  .index1 .matter .fix_position .end {
    display: flex;
    justify-content: flex-end;
    margin: 6.25vw 0 0 0;
  }
  .index1 .matter .fix_position .end .picture {
    width: 10.9375vw;
    height: 6.0416666667vw;
    position: relative;
  }
  .index1 .matter .fix_position .end .picture img {
    width: 100%;
    height: 100%;
  }
  .index1 .matter .fix_position .end .picture .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background: #ECC78F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .index1 .matter .fix_position .end .picture .circle svg {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .Luxury3 {
    height: 100vh;
    position: relative;
    background: #090909;
  }
  .Luxury3 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Luxury3 .fix .wrap {
    width: 83.3333333333vw;
    margin: auto;
  }
  .Luxury3 .fix .wrap_x {
    width: max-content;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .Luxury3 .fix .content {
    position: relative;
    top: 3.6458333333vw;
  }
  .Luxury3 .fix .matter {
    width: 83.3333333333vw;
    height: 36.4583333333vw;
    position: relative;
    margin: 0 5.9375vw 0 0;
    transition: 1s;
  }
  .Luxury3 .fix .matter .img {
    width: 100%;
    height: 100%;
    border-radius: 0.78125vw;
  }
  .Luxury3 .fix .matter .position {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 6.25vw;
    left: 0;
  }
  .Luxury3 .fix .matter .position.left {
    padding: 0 7.2916666667vw;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }
  .Luxury3 .fix .matter .position.left .icon {
    margin: 0;
  }
  .Luxury3 .fix .matter .position.right {
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 7.2916666667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .Luxury3 .fix .matter .position.right .icon {
    margin: 0;
  }
  .Luxury3 .fix .matter .position .icon {
    width: 3.0208333333vw;
    height: 1.9791666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .Luxury3 .fix .matter .position .title {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #FFFFFF;
    margin: 1.6666666667vw 0 2.6041666667vw 0;
  }
  .Luxury3 .fix .matter .position .pick {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    line-height: 1.5625vw;
  }
  .Luxury4 {
    padding: 9.375vw 0 8.5416666667vw 0;
  }
  .Luxury4 .wrap {
    width: 72.9166666667vw;
    margin: auto;
  }
  .Luxury4 .wrap .top {
    display: flex;
    justify-content: space-between;
  }
  .Luxury4 .wrap .top .matter {
    width: 33.3333333333vw;
  }
  .Luxury4 .wrap .top .matter:nth-child(2) {
    margin: 6.9270833333vw 0 0 0;
  }
  .Luxury4 .wrap .top .matter .title {
    margin: 0 0 2.6041666667vw;
  }
  .Luxury4 .wrap .top .matter .title .h1 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #1A1A1A;
    margin: 0 0 1.9270833333vw;
  }
  .Luxury4 .wrap .top .matter .title .text {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #333333;
    line-height: 1.6666666667vw;
  }
  .Luxury4 .wrap .top .matter .img {
    width: 100%;
    height: 22.3958333333vw;
  }
  .Luxury4 .wrap .top .matter .img img {
    width: 100%;
    height: 100%;
  }
  .Luxury4 .wrap .bottom {
    margin: 6.5625vw 0 0 0;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper {
    width: 100%;
    height: 35.15625vw;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .heise {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.22);
    z-index: 1;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content {
    position: absolute;
    top: 5.46875vw;
    width: 100%;
    padding: 0 8.5416666667vw;
    z-index: 5;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .title {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #FFFFFF;
    margin: 0 0 4.6875vw;
    text-align: center;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 {
    width: 20.1041666667vw;
    height: 13.5416666667vw;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(0.2604166667vw);
    border-radius: 0.9375vw;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.0833333333vw 2.3958333333vw 2.8125vw 2.34375vw;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .h1 {
    font-weight: 400;
    font-size: 1.25vw;
    color: #FFFFFF;
    margin: 0 0 2.65625vw;
    text-align: center;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis {
    display: flex;
    justify-content: space-between;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item {
    text-align: center;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item .circle {
    width: 3.2291666667vw;
    height: 3.2291666667vw;
    margin: auto;
    position: relative;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item .circle .ye {
    width: 100%;
    height: 100%;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item .circle .ye_icon {
    max-width: 1.4583333333vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.9375vw;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    margin: 0.9375vw 0 0 0;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .slide2 {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #FFFFFF;
    line-height: 1.6666666667vw;
    position: absolute;
    bottom: 4.4791666667vw;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-pagination {
    bottom: 2.7083333333vw;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-pagination span {
    width: 1.5625vw;
    height: 0.1041666667vw;
    background: #FFFFFF;
    margin: 0 0.5208333333vw 0 0 !important;
    transition: 0.6s ease;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-pagination span:last-child {
    margin: 0 !important;
  }
  .Luxury5 {
    background: #F7F4ED;
    padding: 9.6354166667vw 0 6.6666666667vw 0;
  }
  .Luxury5 .wrap {
    width: 72.9166666667vw;
    margin: auto;
  }
  .Luxury5 .wrap .content1 {
    position: relative;
    z-index: 1;
    margin: 0 0 1.5625vw;
  }
  .Luxury5 .wrap .content1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 21.1458333333vw;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    border-radius: 0.7291666667vw;
    z-index: -1;
  }
  .Luxury5 .wrap .content1 .img {
    width: 100%;
  }
  .Luxury5 .wrap .content1 .img img {
    width: 100%;
    aspect-ratio: 350 / 123; 
    
  }
  .Luxury5 .wrap .content1 .text {
    padding: 0 0 3.4895833333vw;
    text-align: center;
  }
  .Luxury5 .wrap .content1 .text .h1 {
    width: fit-content;
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #E15D4A;
    line-height: 2.8125vw;
    background: linear-gradient(0deg, #E15D4A 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 4.0104166667vw;
  }
  .Luxury5 .wrap .content1 .text p {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 0.8333333333vw;
    color: #1A1A1A;
  }
  .Luxury5 .wrap .content2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Luxury5 .wrap .content2 .l {
    width: 35.4166666667vw;
    height: 21.1458333333vw;
    background: #FFFFFF;
    border-radius: 0.7291666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.6666666667vw;
    color: #1A1A1A;
    line-height: 2.8125vw;
  }
  .Luxury5 .wrap .content2 .pic {
    width: 35.4166666667vw;
    height: 21.1458333333vw;
    border-radius: 0.7291666667vw;
    overflow: hidden;
  }
  .Luxury5 .wrap .content2 .pic img {
    width: 100%;
    height: 100%;
  }
  .Luxury5 .wrap .content3 {
    padding: 3.1770833333vw 6.3020833333vw 3.125vw 11.09375vw;
    margin: 1.5625vw 0 0 0;
    height: 21.1458333333vw;
    background: #FFFFFF;
    border-radius: 0.7291666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Luxury5 .wrap .content3 .l .h1 {
    width: fit-content;
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #E15D4A;
    line-height: 2.8125vw;
    background: linear-gradient(0deg, #E15D4A 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 2.7604166667vw;
  }
  .Luxury5 .wrap .content3 .l .pick {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #1A1A1A;
    line-height: 1.6666666667vw;
  }
  .Luxury5 .wrap .content3 .r {
    width: 23.8020833333vw;
    height: 14.84375vw;
    position: relative;
  }
  .Luxury5 .wrap .content3 .r img {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .Luxury5 .wrap .content3 .r img:first-child {
    width: 23.2291666667vw;
    top: 0;
    z-index: 2;
  }
  .Luxury5 .wrap .content3 .r img:nth-child(2) {
    bottom: 0;
  }
  .Luxury6 {
    padding: 7.2916666667vw 0 4.0625vw 0;
  }
  .Luxury6 .wrap {
    width: 72.9166666667vw;
    margin: auto;
  }
  .Luxury6 .wrap .title {
    margin: 0 0 4.6875vw;
  }
  .Luxury6 .wrap .title .h1 {
    width: fit-content;
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #E15D4A;
    line-height: 2.8125vw;
    background: linear-gradient(0deg, #E15D4A 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 2.5vw;
  }
  .Luxury6 .wrap .title p {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #333333;
    line-height: 1.6666666667vw;
  }
  .Luxury6 .wrap .content1 {
    width: 100%;
  }
  .Luxury6 .wrap .content1 img {
    width: 100%;
  }
  .Luxury6 .wrap .content2 {
    display: flex;
    justify-content: space-between;
    margin: 1.5625vw 0;
  }
  .Luxury6 .wrap .content2 .l {
    width: 35.4166666667vw;
    height: 21.1458333333vw;
    background: #F7F4ED;
    border-radius: 0.7291666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.6666666667vw;
    color: #1A1A1A;
    line-height: 2.8125vw;
    text-align: center;
  }
  .Luxury6 .wrap .content2 .r {
    width: 35.4166666667vw;
    height: 21.1458333333vw;
    background: #FBD1CC;
    border-radius: 0.7291666667vw;
    display: flex;
    align-items: center;
    padding: 0 2.5vw 0 5.46875vw;
  }
  .Luxury6 .wrap .content2 .r img {
    width: 27.4479166667vw;
  }
  .Luxury6 .wrap .content3 {
    width: 100%;
    position: relative;
  }
  .Luxury6 .wrap .content3 img {
    width: 100%;
  }
  .Luxury6 .wrap .content3 .text {
    font-weight: 500;
    font-size: 1.6666666667vw;
    color: #1A1A1A;
    line-height: 2.8125vw;
    position: absolute;
    left: 11.9270833333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .Luxury7 {
    padding: 5.2083333333vw 0 9.375vw 0;
  }
  .Luxury7 .wrap {
    width: 72.9166666667vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .Luxury7 .wrap .side {
    height: fit-content;
    position: sticky;
    position: -webkit-sticky;
    top: 11.4583333333vw;
  }
  .Luxury7 .wrap .side p {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #C5A746;
    margin: 0 0 1.3020833333vw;
  }
  .Luxury7 .wrap .side .title {
    font-weight: 800;
    font-size: 2.1875vw;
    color: #1A1A1A;
    line-height: 2.8125vw;
  }
  .Luxury7 .wrap .content {
    width: 48.9583333333vw;
    display: flex;
    justify-content: space-between;
  }
  .Luxury7 .wrap .content .item {
    width: 20.8333333333vw;
  }
  .Luxury7 .wrap .content .item .img {
    width: 100%;
    height: 8.2291666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 3.125vw;
  }
  .Luxury7 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .Luxury7 .wrap .content .item .text {
    text-align: center;
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #1A1A1A;
  }
  .Luxury7 .wrap .content .item .line {
    width: 100%;
    height: 1px;
    background: #D5C186;
    margin: 1.5625vw 0 2.7083333333vw 0;
    transition: 2s;
    transform-origin: left;
    transform: scaleX(0);
  }
  .Luxury7 .wrap .content .item .line.aos-animate {
    transform: scaleX(1);
  }
  .Luxury7 .wrap .content .item .flex .flex_list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    padding: 0 0 2.0833333333vw;
  }
  .Luxury7 .wrap .content .item .flex .flex_list:first-child .pick {
    margin: 1.5625vw 0 0 0;
  }
  .Luxury7 .wrap .content .item .flex .flex_list:not(:last-child) {
    border-bottom: 1px solid #F4F4F4 !important;
  }
  .Luxury7 .wrap .content .item .flex .flex_list:first-child, .Luxury7 .wrap .content .item .flex .flex_list:last-child {
    border-bottom: none;
  }
  .Luxury7 .wrap .content .item .flex .flex_list:not(:last-child) {
    margin: 0 0 2.6041666667vw;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .list_l:last-child {
    text-align: right;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .p1 {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #1A1A1A;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .pick {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #666666;
    line-height: 1.875vw;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .color {
    width: fit-content;
  }
  .Luxury7 .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;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .color .color_list .img {
    width: 0.9375vw;
    height: 0.9375vw;
    margin: 0 0.5729166667vw 0 0;
    border-radius: 50%;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .color .color_list p {
    width: 3.6458333333vw;
    font-weight: 500;
    font-size: 0.9375vw;
    color: #666666;
    text-align: left;
  }
  .header {
    position: absolute;
    top: 0;
  }

}
@media screen and (max-width: 1024px) {
  .last_pro .swiper .swiper-slide .content .text .h1 {
    font-size: 24px;
    margin: 0 0 20px;
    transform: translateY(20px);
  }
  .last_pro .swiper .swiper-slide .content .text p {
    font-size: 16px;
    transform: translateY(20px);
  }
  .last_pro .swiper .swiper-slide .content .other .common_more:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .last_pro .swiper .swiper-slide .content .common_more {
    padding: 0 10px;
    height: 33px;
  }
  .last_pro .swiper .swiper-slide .content .text {
    margin: 0 0 25px;
  }
  .last_pro .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .last_pro .swiper .swiper-slide .content {
    margin: 0;
  }
  .last_pro .swiper .button .iconfont {
    font-size: 30px;
  }
  .last_pro .position .flex .flexSwiper .swiper-slide .txt {
    font-size: 13px;
  }
  .last_pro .position .flex .flexSwiper {
    height: 90px;
  }
  .last_pro .position .line {
    width: 2px;
    height: 20px;
    margin: 0 15px 0 0;
  }
  .last_pro .position {
    bottom: 30px;
    left: 5%;
  }
  .last_pro .swiper .swiper-slide {
    overflow: unset;
  }
  .Luxury1 {
    padding: 80px 0;
  }
  .Luxury1 .wrap .title {
    font-size: 24px;
    margin: 0 0 35px;
  }
  .Luxury1 .wrap .imgSwiper {
    width: 90%;
    height: auto;
  }
  .Luxury1 .wrap .cut {
    margin: 45px 0 0 0;
  }
  .Luxury1 .wrap .cut .list {
    width: fit-content;
    padding: 17px 30px;
    border-radius: 50px;
  }
  .Luxury1 .wrap .cut .list:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .Luxury1 .wrap .cut .list .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 7px 0 0;
  }
  .Luxury1 .wrap .cut .list p {
    font-size: 14px;
  }
  .Luxury2 {
    padding: 50px 0 25px 0;
  }
  .Luxury2 .wrap {
    width: 90%;
  }
  .Luxury2 .wrap .title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .Luxury2 .wrap .text {
    font-size: 12px;
    line-height: 28px;
  }
  .index1 .fix {
    transform: scale(1) !important;
  }
  .index1 .matter .fix_position {
    opacity: 1;
    pointer-events: auto;
  }
  .index1 .matter .fix_position .title {
    font-size: 24px;
    margin: 0 0 24px;
  }
  .index1 .matter .fix_position .p1 {
    font-size: 14px;
    margin: 0 0 30px;
  }
  .index1 .matter .fix_position .figure .item:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .index1 .matter .fix_position .figure .item p {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .index1 .matter .fix_position .figure .item span {
    font-size: 24px;
    line-height: unset;
  }
  .index1 .matter .fix_position {
    right: 5%;
    top: 50%;
  }
  .index1 .matter .fix_position .figure .item span:after {
    font-size: 12px;
    left: 0;
  }
  .index1 .matter .fix_position.position3 {
    bottom: 50px;
    top: unset !important;
  }
  .index1 .matter .fix_position {
    right: unset;
    width: 100%;
    top: 30% !important;
  }
  .index1 .matter .fix_position .title, .index1 .matter .fix_position .p1, .index1 .matter .fix_position.position2 .figure .item {
    text-align: center !important;
  }
  .index1 .matter .fix_position .figure {
    justify-content: center !important;
  }
  .index1 .matter .fix_position.position2 {
    padding: 0 5%;
  }
  .index1 .matter .fix_position .end {
    display: none;
  }
  .Luxury3 {
    height: auto !important;
    padding: 0 0 35px;
  }
  .Luxury3 .fix {
    height: auto !important;
  }
  .Luxury3 .fix .content {
    top: 0;
  }
  .Luxury3 .fix .matter {
    width: 90%;
    height: auto;
    margin: 50px auto 0;
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .Luxury3 .fix .matter .position {
    position: static;
    margin: 30px 0 0 0;
    padding: 0 !important;
    transform: none !important;
    text-align: center !important;
    align-items: center !important;
  }
  .Luxury3 .fix .matter .position .icon {
    width: 35px;
    height: 20px;
    opacity: 1;
    transform: translateY(0);
    margin: auto !important;
  }
  .Luxury3 .fix .matter .position .title {
    font-size: 24px;
    color: #FFFFFF;
    margin: 20px 0;
    opacity: 1;
    transform: translateY(0);
  }
  .Luxury3 .fix .matter .position .pick {
    font-size: 12px;
    line-height: 30px;
    opacity: 1;
    transform: translateY(0);
  }
  .Luxury4 {
    padding: 30px 0;
  }
  .Luxury4 .wrap {
    width: 90%;
  }
  .Luxury4 .wrap .top {
    flex-direction: column;
  }
  .Luxury4 .wrap .top .matter {
    width: 100%;
    margin: 0 0 50px !important;
    display: flex;
    flex-direction: column-reverse;
  }
  .Luxury4 .wrap .top .matter:last-child {
    margin: 0 !important;
  }
  .Luxury4 .wrap .top .matter .title {
    margin: 25px 0 0 0;
  }
  .Luxury4 .wrap .top .matter .title .h1 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .Luxury4 .wrap .top .matter .title .text {
    font-size: 12px;
    line-height: 25px;
  }
  .Luxury4 .wrap .top .matter .img {
    height: auto;
  }
  .Luxury4 .wrap .bottom {
    margin: 70px 0 0 0;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content {
    top: 40px;
    width: 100%;
    padding: 0 5%;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .title {
    font-size: 20px;
    margin: 0 0 25px;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .img {
    height: 300px;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-pagination {
    bottom: 20px;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-pagination span {
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 5px 0 0 !important;
    transition: 0.6s ease;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-pagination span:last-child {
    margin: 0 !important;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .slide2 {
    font-size: 12px;
    line-height: 20px;
    bottom: 40px;
  }
  .Luxury5 {
    padding: 50px 0;
  }
  .Luxury5 .wrap {
    width: 90%;
  }
  .Luxury5 .wrap .content1 .text .h1 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto 15px;
  }
  .Luxury5 .wrap .content1 .text p {
    font-size: 12px;
  }
  .Luxury5 .wrap .content1:after {
    height: 67%;
  }
  .Luxury5 .wrap .content1 .text {
    padding: 0 0 40px 0;
  }
  .Luxury5 .wrap .content1 {
    margin: 0 0 15px;
  }
  .Luxury5 .wrap .content2 {
    align-items: unset;
  }
  .Luxury5 .wrap .content2 .pic {
    width: 48%;
    height: auto;
  }
  .Luxury5 .wrap .content2 .l {
    width: 48%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
  }
  .Luxury5 .wrap .content3 {
    margin: 15px 0 0 0;
    height: auto;
    padding: 35px 5%;
    flex-direction: column;
  }
  .Luxury5 .wrap .content3 .l .h1 {
    font-size: 20px;
    line-height: unset;
  }
  .Luxury5 .wrap .content3 .l .pick {
    font-size: 11px;
    line-height: 25px;
  }
  .Luxury5 .wrap .content3 .r {
    margin: 25px auto 0;
    width: 90%;
    height: auto;
  }
  .Luxury5 .wrap .content3 .r img {
    position: relative !important;
    width: 100% !important;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .Luxury5 .wrap .content3 .r img:first-child {
    width: 95% !important;
  }
  .Luxury5 .wrap .content3 .r img:nth-child(2) {
    margin-top: -50px;
  }
  .Luxury6 {
    padding: 50px 0 0 0;
  }
  .Luxury6 .wrap {
    width: 90%;
  }
  .Luxury6 .wrap .title .h1 {
    font-size: 20px;
    line-height: unset;
    margin: 0 0 10px;
  }
  .Luxury6 .wrap .title p {
    font-size: 12px;
    line-height: 25px;
  }
  .Luxury6 .wrap .content2 {
    margin: 15px 0;
    align-items: unset;
  }
  .Luxury6 .wrap .content2 .l {
    height: auto;
    width: 48%;
    font-size: 12px;
    line-height: 20px;
  }
  .Luxury6 .wrap .content2 .r {
    width: 48%;
    height: auto;
    padding: 30px 5%;
  }
  .Luxury6 .wrap .content2 .r img {
    width: 100%;
  }
  .Luxury6 .wrap .content3 .text {
    font-size: 14px;
    line-height: 22px;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .Luxury7 {
    padding: 40px 0;
  }
  .Luxury7 .wrap {
    width: 90%;
    flex-direction: column;
  }
  .Luxury7 .wrap .side {
    position: static;
    margin: 0 0 44px;
    top: 0;
  }
  .Luxury7 .wrap .side p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .Luxury7 .wrap .side .title {
    font-size: 24px;
    line-height: 1.4;
  }
  .Luxury7 .wrap .content {
    width: 100%;
    flex-direction: column;
  }
  .Luxury7 .wrap .content .item {
    width: 100%;
  }
  .Luxury7 .wrap .content .item:not(:last-child) {
    margin: 0 0 70px;
  }
  .Luxury7 .wrap .content .item .img {
    height: auto;
    margin: 0 0 15px;
  }
  .Luxury7 .wrap .content .item .text {
    font-size: 18px;
  }
  .Luxury7 .wrap .content .item .line {
    width: 100%;
    height: 1px;
    margin: 20px 0 32px 0;
    transform: scaleX(1);
  }
  .Luxury7 .wrap .content .item .flex .flex_list .p1 {
    font-size: 14px;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .pick {
    font-size: 13px;
    line-height: 2;
  }
  .Luxury7 .wrap .content .item .flex .flex_list:not(:last-child) {
    margin: 0 0 30px;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .color .color_list .img {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .color {
    width: fit-content;
    margin: 0;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .color .color_list {
    margin: 0 !important;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .color .color_list p {
    width: 60px;
    font-size: 14px;
  }
  .Luxury7 .wrap .content .item .flex .flex_list .color .color_list:not(:last-child) {
    margin: 0 auto 15px;
  }
  .last_pro .swiper .swiper-slide .slide-inner img {
    display: none;
  }
  .last_pro .swiper .swiper-slide .slide-inner img.sj_img {
    display: block !important;
  }
  .index1 .matter .img {
    display: none;
  }
  .index1 .matter .img.sj_img {
    display: block !important;
  }
  .last_pro .swiper .swiper-slide .slide-inner img {
    display: block !important;
    max-width: unset;
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
    transform: scale(1);
  }
  .Luxury3 .fix .wrap {
    width: 90%;
  }
  .Luxury3 .fix .content {
    width: 100%;
    flex-direction: column;
  }
  .Luxury3 .fix .matter {
    width: 100%;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 {
    width: fit-content;
    height: auto;
    backdrop-filter: blur(5px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 5%;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .h1 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item .circle {
    width: 30px;
    height: 30px;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item .circle .ye_icon {
    max-width: 15px;
    top: 10px;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item p {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
  .Luxury4 .wrap .bottom .Luxury4Swiper .swiper-slide .content .slide1 .dis .item:not(:last-child) {
    margin: 0 15px 0 0;
  }
}

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