.page1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.page1 .page1Swiper {
  width: 100%;
  height: 100%;
}
.page1 .page1Swiper .swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 200px;
}
.page1 .page1Swiper .swiper-slide .common_bg {
  opacity: 0;
  transition: .6s;
}
.page1 .page1Swiper .swiper-slide.swiper-slide-active .common_bg {
  opacity: 1;
}
.page1 .page1Swiper .swiper-slide.swiper-slide-active .content .p1, .page1 .page1Swiper .swiper-slide.swiper-slide-active .content .p2, .page1 .page1Swiper .swiper-slide.swiper-slide-active .content .dis {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
}
.page1 .page1Swiper .swiper-slide.swiper-slide-active .content .p2 {
  transition-delay: .2s;
}
.page1 .page1Swiper .swiper-slide.swiper-slide-active .content .dis {
  transition-delay: .3s;
}
.page1 .page1Swiper .swiper-slide .content {
  text-align: center;
}
.page1 .page1Swiper .swiper-slide .content .p1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 32px;
  font-family: jiangchengyuanti400W, sans-serif;
  transform: translateY(20px);
  opacity: 0;
}
.page1 .page1Swiper .swiper-slide .content .p2 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'jiangchengyuanti300W', sans-serif;
  margin: 0 0 32px;
  transform: translateY(20px);
  opacity: 0;
}
.page1 .page1Swiper .swiper-slide .content .dis {
  display: flex;
  justify-content: center;
  gap: 20px;
  transform: translateY(20px);
  opacity: 0;
}
.page1 .button {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.page1 .button .circle {
  pointer-events: auto;
  cursor: pointer;
}
.page1 .button .circle:first-child {
  transform: rotate(180deg);
}
.page1 .button .circle .iconfont {
  font-size: 34px;
  color: #fff;
}

.page2 {
  background: #ECE2D8;
  padding: 107px 0 120px;
}
.page2 .wrap {
  width: 1200px;
  margin: auto;
}
.page2 .wrap .title .p1 {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page2 .wrap .title .p1 * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page2 .wrap .title .p1 p {
  background: linear-gradient(180deg, rgba(78, 57, 30, 0.57) 0%, #4E391E 52.08%, #4E391E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page2 .wrap .title .p1 p, .page2 .wrap .title .p1 span {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
}
.page2 .wrap .title .p1 span {
  color: #BE946C;
}
.page2 .wrap .title .p2 {
  color: #4E391E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 15px 0 0 0;
}
.page2 .wrap .images {
  margin: 37px 0 0 0;
  width: 100%;
  height: 588px;
  border-radius: 30px;
  overflow: hidden;
}
.page2 .wrap .images:hover img {
  transform: scale(1.05);
}
.page2 .wrap .images img {
  width: 100%;
  height: 100%;
  transition: 1s;
}

.page3 {
  position: relative;
  height: 100vh;
  z-index: 1;
}
.page3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page3 .bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.16) 48.26%, rgba(0, 0, 0, 0) 74.84%, rgba(0, 0, 0, 0.09) 100%);
}
.page3 .bg img {
  width: 100%;
  height: 100%;
}
.page3 .position2 {
  position: absolute;
  top: 3.5416666667vh;
  left: 21.4583333333vw;
  z-index: 5;
  display: flex;
  gap: 17px;
}
.page3 .position2 .item {
  position: relative;
}
@keyframes opA {
  100% {
    opacity: 0;
  }
}
.page3 .position2 .item .circle_bg {
  position: absolute;
  bottom: -65px;
  left: -10px;
  width: 44px;
  animation: opA 1s infinite ease alternate;
}
.page3 .position2 .item:first-child {
  width: 10.5208333333vw;
}
.page3 .position2 .item:nth-child(2) {
  width: 10.3645833333vw;
}
.page3 .position2 .item:nth-child(2) .circle_bg {
  bottom: -7.2916666667vw;
}
.page3 .position2 .item:nth-child(2) .circle_bg {
  animation-delay: .3s;
}
.page3 .position2 .item:nth-child(3) {
  width: 10.46875vw;
}
.page3 .position2 .item:nth-child(3) .circle_bg {
  animation-delay: .6s;
}
.page3 .position2 .item svg {
  width: 100%;
  height: fit-content;
  display: block;
}
.page3 .position2 .item .joke {
  position: absolute;
  left: -6px;
  top: 92px;
  z-index: 2;
  display: flex;
}
.page3 .position2 .item .joke .z .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
}
@keyframes afterScaleA {
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.page3 .position2 .item .joke .z .circle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  opacity: .5;
  animation: afterScaleA 1s infinite linear;
}
.page3 .position2 .item .joke .z .line {
  width: 2px;
  margin: auto;
  display: block;
}
.page3 .position2 .item .joke .y {
  margin: 0 0 0 10px;
}
.page3 .position2 .item .joke .y .p1 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 6px;
}
.page3 .position2 .item .joke .y .p2 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.6px;
}
.page3 .position {
  width: 926px;
  height: 237px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 22px 56px 39px 60px;
}
.page3 .position .headline {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px;
}
.page3 .position .display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  position: relative;
  z-index: 1;
}
.page3 .position .display:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 43px;
  border-radius: 17.5px;
  background: #3A2B1E;
  z-index: -1;
  top: 0;
  left: 0;
}
.page3 .position .display .item {
  margin: 3px 0 0 0;
}
.page3 .position .display .item.on .label {
  background: #E37E1F;
}
.page3 .position .display .item.on img {
  filter: unset;
}
.page3 .position .display .item.on p {
  color: #E37E1F;
}
.page3 .position .display .item .label {
  width: fit-content;
  height: 37px;
  border-radius: 18.5px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  transition: .6s ease;
}
.page3 .position .display .item img {
  width: 17px;
  display: block;
  object-fit: contain;
  margin: 22px auto 11px;
  filter: brightness(0) invert(1);
  transition: .6s ease;
}
.page3 .position .display .item p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page3 .wrap {
  width: 1490px;
  position: absolute;
  top: 206px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.page3 .wrap .joke .p1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  font-family: jiangchengyuanti400W, sans-serif;
}
.page3 .wrap .joke .p1 * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page3 .wrap .joke .p1 span {
  color: #F4D9B7;
}
.page3 .wrap .joke .p2 {
  margin: 14px 0 0 0;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1920px) {
  .page3 .position2 {
    top: 34px;
  }
}
.page4 {
  background: #ECE2D8;
  padding: 100px 0 60px;
}
.page4 .wrap {
  width: 1308px;
  margin: auto;
}
.page4 .wrap .prompt {
  margin: 60px 0 0 0;
  text-align: center;
  color: #4E391E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page4 .wrap .up {
  display: flex;
  gap: 167px;
}
.page4 .wrap .up .left {
  width: 610px;
  height: 720px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.page4 .wrap .up .left:hover .pic {
  transform: scale(1.05);
}
.page4 .wrap .up .left .pic {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.page4 .wrap .up .left .position {
  width: 532px;
  height: 190px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 23px 40px 23px;
}
.page4 .wrap .up .left .position .headline {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px;
}
.page4 .wrap .up .left .position .display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 76px;
  position: relative;
  z-index: 1;
}
.page4 .wrap .up .left .position .display:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 17.5px;
  background: #3A2B1E;
  z-index: -1;
  top: 0;
  left: 0;
}
.page4 .wrap .up .left .position .display .item {
  margin: 1px 0 0 0;
}
.page4 .wrap .up .left .position .display .item.on .label {
  background: #E37E1F;
}
.page4 .wrap .up .left .position .display .item.on img {
  filter: unset;
}
.page4 .wrap .up .left .position .display .item.on p {
  color: #E37E1F;
}
.page4 .wrap .up .left .position .display .item .label {
  width: fit-content;
  height: 28px;
  border-radius: 18.5px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  transition: .6s ease;
}
.page4 .wrap .up .left .position .display .item img {
  width: 12px;
  display: block;
  object-fit: contain;
  margin: 11px auto 11px;
  filter: brightness(0) invert(1);
  transition: .6s ease;
}
.page4 .wrap .up .left .position .display .item p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page4 .wrap .up .right {
  margin: 87px 0 0 0;
}
.page4 .wrap .up .right .title .p1 p {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  font-family: jiangchengyuanti400W, sans-serif;
}
.page4 .wrap .up .right .title .p1 p:first-child {
  background: linear-gradient(180deg, rgba(78, 57, 30, 0.57) 0%, #4E391E 52.08%, #4E391E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page4 .wrap .up .right .title .p1 p:nth-child(2) {
  color: #4E391E;
}
.page4 .wrap .up .right .title .p1 p span {
  color: #BE946C;
}
.page4 .wrap .up .right .title .p1 p * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page4 .wrap .up .right .title .p2 {
  width: 497px;
  color: #4E391E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  margin: 30px 0 0 0;
}
.page4 .wrap .up .right .figure {
  margin: 229px 0 0 0;
  display: flex;
  gap: 75px;
}
.page4 .wrap .up .right .figure .item {
  position: relative;
}
.page4 .wrap .up .right .figure .item:nth-child(2) .jt {
  animation: growUp2 3s infinite ease-out;
}
@keyframes growUp {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  30%, 60% {
    transform: translateY(0);
    opacity: 1;
  }
  90%, 100% {
    transform: translateY(20%);
    opacity: 0;
  }
}
@keyframes growUp2 {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  30%, 60% {
    transform: translateY(0);
    opacity: 1;
  }
  90%, 100% {
    transform: translateY(-20%);
    opacity: 0;
  }
}
.page4 .wrap .up .right .figure .item .jt {
  position: absolute;
  top: -45px;
  right: -25px;
  width: 27px;
  object-fit: contain;
  animation: growUp 3s infinite ease-out;
}
.page4 .wrap .up .right .figure .item span {
  color: #E37E1F;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}
.page4 .wrap .up .right .figure .item p {
  color: #4E391E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 13px 0 0 0;
}

.page5 {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.page5 .position {
  width: 926px;
  height: 237px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 22px 56px 39px 60px;
}
.page5 .position .headline {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px;
}
.page5 .position .display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  position: relative;
  z-index: 1;
}
.page5 .position .display:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 43px;
  border-radius: 17.5px;
  background: #3A2B1E;
  z-index: -1;
  top: 0;
  left: 0;
}
.page5 .position .display .item {
  margin: 3px 0 0 0;
}
.page5 .position .display .item.on .label {
  background: #E37E1F;
}
.page5 .position .display .item.on img {
  filter: unset;
}
.page5 .position .display .item.on p {
  color: #E37E1F;
}
.page5 .position .display .item .label {
  width: fit-content;
  height: 37px;
  border-radius: 18.5px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  transition: .6s ease;
}
.page5 .position .display .item img {
  width: 17px;
  display: block;
  object-fit: contain;
  margin: 22px auto 11px;
  filter: brightness(0) invert(1);
  transition: .6s ease;
}
.page5 .position .display .item p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page5 .wrap {
  width: 1430px;
  position: absolute;
  top: 186px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.page5 .wrap .joke .p1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  font-family: jiangchengyuanti400W, sans-serif;
}
.page5 .wrap .joke .p1 * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page5 .wrap .joke .p1 span {
  color: #F4D9B7;
}
.page5 .wrap .joke .p2 {
  margin: 14px 0 0 0;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.page5 .wrap .joke .img {
  margin: 68px 0 0 0;
  width: 413px;
  display: block;
}

.page6 {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.page6 .wrap {
  width: 1430px;
  position: absolute;
  top: 208px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.page6 .wrap .picture {
  position: absolute;
  left: 158px;
  top: -60px;
  width: 471px;
}
.page6 .wrap .picture img {
  width: 100%;
}
.page6 .wrap .joke .p1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  font-family: jiangchengyuanti400W, sans-serif;
}
.page6 .wrap .joke .p1 * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page6 .wrap .joke .p1 span {
  color: #F4D9B7;
}
.page6 .wrap .joke .p2 {
  margin: 14px 0 0 0;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.page6 .wrap .joke .img {
  margin: 80px 0 0 0;
  width: 262px;
  display: block;
}

.page7 {
  position: relative;
  z-index: 1;
  padding: 126px 0;
}
.page7 .wrap {
  width: 1180px;
  margin: auto;
}
.page7 .wrap .title {
  text-align: center;
}
.page7 .wrap .title .p1 p {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  font-family: jiangchengyuanti400W, sans-serif;
  display: inline-block;
}
.page7 .wrap .title .p1 p * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page7 .wrap .title .p1 p:first-child {
  color: #BE946C;
}
.page7 .wrap .title .p1 p:nth-child(2) {
  background: linear-gradient(180deg, rgba(78, 57, 30, 0.57) 0%, #4E391E 52.08%, #4E391E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page7 .wrap .title .p2 {
  margin: 10px 0 0 0;
  color: #4E391E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.page7 .wrap .content {
  display: flex;
  justify-content: space-between;
}
.page7 .wrap .content .flex {
  width: 42px;
  height: fit-content;
  border-radius: 21px;
  border: 2px solid #FFF;
  background: #D8C1AB;
  margin: 46px 0 0;
  position: relative;
}
.page7 .wrap .content .flex:last-child .item .text {
  left: unset;
  right: calc(100% + 17px);
}
.page7 .wrap .content .flex:last-child .other {
  top: 191px;
  bottom: unset;
  left: calc(100% + 30px);
  right: unset;
  flex-direction: row-reverse;
}
.page7 .wrap .content .flex .item {
  width: 38px;
  height: 139px;
  background: #6F4D32;
  position: relative;
}
.page7 .wrap .content .flex .item .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 17px);
  white-space: nowrap;
  color: #BE946C;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page7 .wrap .content .flex .item:first-child {
  border-radius: 19px 19px 0 0;
}
.page7 .wrap .content .flex .item:nth-child(2) {
  background: #AF8158;
}
.page7 .wrap .content .flex .item:nth-child(3) {
  background: #CBA380;
}
.page7 .wrap .content .flex .item:nth-child(4) {
  border-radius: 0 0 19px 19px;
  background: #D8C1AB;
}
.page7 .wrap .content .flex .other {
  position: absolute;
  right: calc(100% + 30px);
  bottom: 63px;
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}
.page7 .wrap .content .flex .other p {
  color: #AF8158;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page7 .wrap .content .flex .other svg {
  width: 19px;
  height: 19px;
}
.page7 .wrap .content .cenImg {
  width: 785px;
  position: relative;
  left: -70px;
}
.page7 .wrap .content .cenImg img {
  width: 100%;
}

.page8 {
  position: relative;
  z-index: 1;
  height: 100vh;
  background: #ECE2D8;
}
.page8 .wrap {
  width: 1060px;
  margin: 275px auto 0;
  display: flex;
  justify-content: flex-end;
}
.page8 .wrap .joke .p1 p {
  font-size: 48px;
  font-style: normal;
  font-family: jiangchengyuanti400W, sans-serif;
  display: inline-block;
}
.page8 .wrap .joke .p1 p * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page8 .wrap .joke .p1 p:first-child {
  background: linear-gradient(180deg, rgba(78, 57, 30, 0.57) 0%, #4E391E 52.08%, #4E391E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page8 .wrap .joke .p1 p:nth-child(2) {
  color: #BE946C;
}
.page8 .wrap .joke .p2 {
  color: #4E391E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 40px 0 0 0;
}

.page9 {
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #F6F0EA;
}
.page9 .bg {
  position: absolute;
  width: 54.0625vw;
  right: 2.1875vw;
  top: 50%;
  transform: translateY(-50%);
}
.page9 .wrap {
  width: 1360px;
  margin: 0 auto 0;
  position: relative;
  top: 55%;
  transform: translateY(-50%);
}
.page9 .wrap .l .title .p1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  font-family: jiangchengyuanti400W, sans-serif;
}
.page9 .wrap .l .title .p1 * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page9 .wrap .l .title .p1 p:first-child {
  color: #BE946C;
}
.page9 .wrap .l .title .p1 p:first-child span {
  background: linear-gradient(180deg, rgba(78, 57, 30, 0.57) 0%, #4E391E 52.08%, #4E391E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page9 .wrap .l .title .p1 p:last-child {
  color: #4E391E;
}
.page9 .wrap .l .title .p2 {
  margin: 36px 0 0 0;
  color: #4E391E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.page9 .wrap .l .fig {
  margin: 257px 0 0 0;
  width: fit-content;
  height: 127px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 13px 42.5px 0 #E4D8CD;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 0 60px;
}
.page9 .wrap .l .fig .item {
  transition: .6s ease;
  cursor: pointer;
}
.page9 .wrap .l .fig .item:hover {
  transform: translateY(-5px);
}
.page9 .wrap .l .fig .item .icon {
  width: 59px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.page9 .wrap .l .fig .item .icon img {
  object-fit: contain;
}
.page9 .wrap .l .fig .item p {
  color: #4E391E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 0 0;
  text-align: center;
}

.page10 {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.page10 .wrap {
  width: 1566px;
  margin: 208px auto 0;
  display: flex;
  justify-content: flex-end;
}
.page10 .wrap .joke .title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  font-family: jiangchengyuanti400W, sans-serif;
}
.page10 .wrap .joke .title * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page10 .wrap .joke .title span {
  color: #F4D9B7;
}
.page10 .prompt {
  width: 1566px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
  display: flex;
  justify-content: flex-end;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.page11 {
  background: #F6F0EA;
  padding: 97px 0 122px;
}
.page11 .wrap {
  width: 1400px;
  margin: auto;
}
.page11 .wrap .title p {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  font-family: jiangchengyuanti400W, sans-serif;
  color: #BE946C;
}
.page11 .wrap .title p * {
  font-family: jiangchengyuanti400W, sans-serif;
}
.page11 .wrap .title p:first-child span {
  background: linear-gradient(180deg, rgba(78, 57, 30, 0.57) 0%, #4E391E 52.08%, #4E391E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page11 .wrap .title p:last-child {
  color: #4E391E;
}
.page11 .wrap .content {
  width: 100%;
  height: 693px;
  border-radius: 30px;
  background: #D9D9D9;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 60px 0 0;
  padding: 70px 58px;
}
.page11 .wrap .content .prompt {
  position: absolute;
  right: 28px;
  bottom: 22px;
  z-index: 2;
  width: 488px;
  color: #4E391E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 214.286%;
}
.page11 .wrap .content .fig {
  display: flex;
  gap: 140px;
}
.page11 .wrap .content .fig .list span {
  color: #4E391E;
  font-size: 78px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}
.page11 .wrap .content .fig .list p {
  color: #4E391E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 18px 0 0 0;
}
.page11 .wrap .content .headline {
  margin: 59px 0 0 0;
  color: #4E391E;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}
.page11 .wrap .content .other {
  margin: 172px 0 0 0;
  padding: 25px 53px;
  position: relative;
  display: flex;
  gap: 40px;
  z-index: 1;
  width: fit-content;
}
.page11 .wrap .content .other:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.21);
  z-index: -1;
  backdrop-filter: blur(10px);
}
.page11 .wrap .content .other .list .icon {
  width: 60px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.page11 .wrap .content .other .list .icon img {
  object-fit: contain;
}
.page11 .wrap .content .other .list .pick {
  color: #BE946C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 14px 0 0 0;
}

.page12 {
  padding: 120px 0 90px;
  background: #ECE2D8;
}
.page12 .wrap {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 136px;
}
.page12 .wrap .left {
  width: 575px;
  padding: 0 0 17px;
}
.page12 .wrap .left .title {
  font-family: jiangchengyuanti400W, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  background: linear-gradient(180deg, rgba(78, 57, 30, 0.57) 0%, #4E391E 52.08%, #4E391E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page12 .wrap .left .fig {
  display: flex;
  justify-content: space-between;
  margin: 190px 0 0 0;
}
.page12 .wrap .left .fig .item .dis {
  display: flex;
  align-items: flex-end;
}
.page12 .wrap .left .fig .item .dis span {
  color: #E37E1F;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}
.page12 .wrap .left .fig .item .dis .dw {
  color: #E37E1F;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
.page12 .wrap .left .fig .item p {
  margin: 19px 0 0 0;
  color: #4E391E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page12 .wrap .left .fig .item p b {
  display: block;
}
.page12 .wrap .left .prompt {
  margin: 119px 0 0 0;
  color: #4E391E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 214.286%;
}
.page12 .wrap .images {
  width: 610px;
  height: 720px;
  border-radius: 30px;
  overflow: hidden;
}
.page12 .wrap .images:hover img {
  transform: scale(1.05);
}
.page12 .wrap .images img {
  width: 100%;
  height: 100%;
  transition: 1s;
}

.page13 {
  background: #ECE2D8;
  padding: 100px 0;
}
.page13 .wrap {
  width: 1600px;
  margin: auto;
}
.page13 .wrap .title {
  font-family: jiangchengyuanti400W, sans-serif;
  background: linear-gradient(180deg, rgba(78, 57, 30, 0.57) 0%, #4E391E 52.08%, #4E391E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  width: fit-content;
  margin: auto;
}
.page13 .wrap .content {
  margin: 60px 0 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
}
.page13 .wrap .content .item {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  height: 602px;
  position: relative;
  z-index: 1;
}
.page13 .wrap .content .item .common_bg {
  transition: 1s;
}
.page13 .wrap .content .item:hover .common_bg {
  transform: scale(1.05);
}
.page13 .wrap .content .item:hover .position .icon {
  transform: rotateY(180deg);
}
.page13 .wrap .content .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #464039 100%);
  z-index: 1;
}
.page13 .wrap .content .item .position {
  position: absolute;
  width: 256px;
  bottom: 0;
  left: 0;
  padding: 60px 5%;
  z-index: 5;
}
.page13 .wrap .content .item .position .icon {
  width: 84px;
  height: 84px;
  display: block;
  margin: auto;
  transition: 1s;
}
.page13 .wrap .content .item .position .icon img {
  object-fit: contain;
}
.page13 .wrap .content .item .position .pick {
  margin: 35px 0 0 0;
  color: #F4D9B7;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.page13 .wrap .prompt {
  margin: 40px 0 0 0;
  color: #4E391E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.page14 {
  padding: 120px 0 37px;
}
.page14 .wrap {
  width: 978px;
  margin: auto;
}
.page14 .wrap .title {
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(78, 57, 30, 0.57) 0%, #4E391E 52.08%, #4E391E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
}
.page14 .wrap .content {
  margin: 100px 0 0 0;
}
.page14 .wrap .content .prompt {
  color: #4E391E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page14 .wrap .content table {
  width: 100%;
}
.page14 .wrap .content table tr:last-child td {
  border: none;
}
.page14 .wrap .content table tr td {
  color: #4E391E;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(78, 57, 30, 0.3);
  vertical-align: top;
}
.page14 .wrap .content table tr td:first-child {
  color: #4E391E;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  width: 40%;
}
.page14 .wrap .content table tr td .display {
  display: flex;
  margin: 14px 0 0 0;
  gap: 6px;
}
.page14 .wrap .content table tr td .display .list {
  width: 186px;
}
.page14 .wrap .content table tr td .display .list .img {
  width: 100%;
  height: 186px;
  overflow: hidden;
}
.page14 .wrap .content table tr td .display .list .img:hover img {
  transform: scale(1.05);
}
.page14 .wrap .content table tr td .display .list .img img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}
.page14 .wrap .content table tr td .display .list p {
  margin: 6px 0 0 0;
  color: #4E391E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1919px) {
  .page1 .page1Swiper .swiper-slide {
    padding: 0px 10.4166666667vw;
  }

  .page1 .page1Swiper .swiper-slide .content .p1 {
    font-size: 2.5vw;
    margin: 0px 0px 1.6666666667vw;
    transform: translateY(1.0416666667vw);
  }

  .page1 .page1Swiper .swiper-slide .content .p2 {
    font-size: 1.6666666667vw;
    margin: 0px 0px 1.6666666667vw;
    transform: translateY(1.0416666667vw);
  }

  .page1 .page1Swiper .swiper-slide .content .dis {
    gap: 1.0416666667vw;
    transform: translateY(1.0416666667vw);
  }

  .page1 .button {
    padding: 0px 1.875vw;
  }

  .page1 .button .circle .iconfont {
    font-size: 1.7708333333vw;
  }

  .page2 {
    padding: 5.5729166667vw 0px 6.25vw;
  }

  .page2 .wrap {
    width: 62.5vw;
  }

  .page2 .wrap .title .p1 p, .page2 .wrap .title .p1 span {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }

  .page2 .wrap .title .p2 {
    font-size: 0.9375vw;
    margin: 0.78125vw 0px 0px;
  }

  .page2 .wrap .images {
    margin: 1.9270833333vw 0px 0px;
    height: 30.625vw;
    border-radius: 1.5625vw;
  }

  .page3 .position2 {
    gap: 0.8854166667vw;
  }

  .page3 .position2 .item .circle_bg {
    bottom: -3.3854166667vw;
    left: -0.5208333333vw;
    width: 2.2916666667vw;
  }

  .page3 .position2 .item .joke {
    left: -0.3125vw;
    top: 4.7916666667vw;
  }

  .page3 .position2 .item .joke .z .circle {
    width: 0.625vw;
    height: 0.625vw;
  }

  .page3 .position2 .item .joke .z .line {
    width: 0.1041666667vw;
  }

  .page3 .position2 .item .joke .y {
    margin: 0px 0px 0px 0.5208333333vw;
  }

  .page3 .position2 .item .joke .y .p1 {
    font-size: 1.4583333333vw;
    margin: 0px 0px 0.3125vw;
  }

  .page3 .position2 .item .joke .y .p2 {
    font-size: 0.9375vw;
    letter-spacing: 0.1875vw;
  }

  .page3 .position {
    width: 48.2291666667vw;
    height: 12.34375vw;
    border-radius: 0.8333333333vw;
    bottom: 2.6041666667vw;
    padding: 1.1458333333vw 2.9166666667vw 2.03125vw 3.125vw;
  }

  .page3 .position .headline {
    font-size: 1.4583333333vw;
    margin: 0px 0px 0.78125vw;
  }

  .page3 .position .display {
    gap: 7.8125vw;
  }

  .page3 .position .display::after {
    height: 2.2395833333vw;
    border-radius: 0.9114583333vw;
  }

  .page3 .position .display .item {
    margin: 0.15625vw 0px 0px;
  }

  .page3 .position .display .item .label {
    height: 1.9270833333vw;
    border-radius: 0.9635416667vw;
    padding: 0px 0.8333333333vw;
    font-size: 1.25vw;
  }

  .page3 .position .display .item img {
    width: 0.8854166667vw;
    margin: 1.1458333333vw auto 0.5729166667vw;
  }

  .page3 .position .display .item p {
    font-size: 1.25vw;
  }

  .page3 .wrap {
    width: 77.6041666667vw;
    top: 10.7291666667vw;
  }

  .page3 .wrap .joke .p1 {
    font-size: 2.5vw;
    line-height: 3.3333333333vw;
  }

  .page3 .wrap .joke .p2 {
    margin: 0.7291666667vw 0px 0px;
    font-size: 0.9375vw;
  }

  undefined {
    top: 1.7708333333vw;
  }

  .page4 {
    padding: 5.2083333333vw 0px 3.125vw;
  }

  .page4 .wrap {
    width: 68.125vw;
  }

  .page4 .wrap .prompt {
    margin: 3.125vw 0px 0px;
    font-size: 0.7291666667vw;
  }

  .page4 .wrap .up {
    gap: 8.6979166667vw;
  }

  .page4 .wrap .up .left {
    width: 31.7708333333vw;
    height: 37.5vw;
    border-radius: 1.5625vw;
  }

  .page4 .wrap .up .left .position {
    width: 27.7083333333vw;
    height: 9.8958333333vw;
    border-radius: 0.8333333333vw;
    bottom: 1.7708333333vw;
    padding: 0.78125vw 1.1979166667vw 2.0833333333vw;
  }

  .page4 .wrap .up .left .position .headline {
    font-size: 0.9375vw;
    margin: 0px 0px 0.78125vw;
  }

  .page4 .wrap .up .left .position .display {
    gap: 3.9583333333vw;
  }

  .page4 .wrap .up .left .position .display::after {
    height: 1.5625vw;
    border-radius: 0.9114583333vw;
  }

  .page4 .wrap .up .left .position .display .item .label {
    height: 1.4583333333vw;
    border-radius: 0.9635416667vw;
    padding: 0px 0.625vw;
    font-size: 1.0416666667vw;
  }

  .page4 .wrap .up .left .position .display .item img {
    width: 0.625vw;
    margin: 0.5729166667vw auto;
  }

  .page4 .wrap .up .left .position .display .item p {
    font-size: 0.9375vw;
  }

  .page4 .wrap .up .right {
    margin: 4.53125vw 0px 0px;
  }

  .page4 .wrap .up .right .title .p1 p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }

  .page4 .wrap .up .right .title .p2 {
    width: 25.8854166667vw;
    font-size: 0.9375vw;
    margin: 1.5625vw 0px 0px;
  }

  .page4 .wrap .up .right .figure {
    margin: 11.9270833333vw 0px 0px;
    gap: 3.90625vw;
  }

  .page4 .wrap .up .right .figure .item .jt {
    top: -2.34375vw;
    right: -1.3020833333vw;
    width: 1.40625vw;
  }

  .page4 .wrap .up .right .figure .item span {
    font-size: 2.5vw;
  }

  .page4 .wrap .up .right .figure .item p {
    font-size: 0.8333333333vw;
    margin: 0.6770833333vw 0px 0px;
  }

  .page5 .position {
    width: 48.2291666667vw;
    height: 12.34375vw;
    border-radius: 0.8333333333vw;
    bottom: 2.6041666667vw;
    padding: 1.1458333333vw 2.9166666667vw 2.03125vw 3.125vw;
  }

  .page5 .position .headline {
    font-size: 1.4583333333vw;
    margin: 0px 0px 0.78125vw;
  }

  .page5 .position .display {
    gap: 7.8125vw;
  }

  .page5 .position .display::after {
    height: 2.2395833333vw;
    border-radius: 0.9114583333vw;
  }

  .page5 .position .display .item {
    margin: 0.15625vw 0px 0px;
  }

  .page5 .position .display .item .label {
    height: 1.9270833333vw;
    border-radius: 0.9635416667vw;
    padding: 0px 0.8333333333vw;
    font-size: 1.25vw;
  }

  .page5 .position .display .item img {
    width: 0.8854166667vw;
    margin: 1.1458333333vw auto 0.5729166667vw;
  }

  .page5 .position .display .item p {
    font-size: 1.25vw;
  }

  .page5 .wrap {
    width: 74.4791666667vw;
    top: 9.6875vw;
  }

  .page5 .wrap .joke .p1 {
    font-size: 2.5vw;
    line-height: 3.3333333333vw;
  }

  .page5 .wrap .joke .p2 {
    margin: 0.7291666667vw 0px 0px;
    font-size: 0.9375vw;
  }

  .page5 .wrap .joke .img {
    margin: 3.5416666667vw 0px 0px;
    width: 21.5104166667vw;
  }

  .page6 .wrap {
    width: 74.4791666667vw;
    top: 10.8333333333vw;
  }

  .page6 .wrap .picture {
    left: 8.2291666667vw;
    top: -3.125vw;
    width: 24.53125vw;
  }

  .page6 .wrap .joke .p1 {
    font-size: 2.5vw;
    line-height: 3.3333333333vw;
  }

  .page6 .wrap .joke .p2 {
    margin: 0.7291666667vw 0px 0px;
    font-size: 0.9375vw;
  }

  .page6 .wrap .joke .img {
    margin: 4.1666666667vw 0px 0px;
    width: 13.6458333333vw;
  }

  .page7 {
    padding: 6.5625vw 0px;
  }

  .page7 .wrap {
    width: 61.4583333333vw;
  }

  .page7 .wrap .title .p1 p {
    font-size: 2.5vw;
  }

  .page7 .wrap .title .p2 {
    margin: 0.5208333333vw 0px 0px;
    font-size: 0.9375vw;
  }

  .page7 .wrap .content .flex {
    width: 2.1875vw;
    border-radius: 1.09375vw;
    border: 0.1041666667vw solid white;
    margin: 2.3958333333vw 0px 0px;
  }

  .page7 .wrap .content .flex:last-child .item .text {
    right: calc(100% + 0.8854166667vw);
  }

  .page7 .wrap .content .flex:last-child .other {
    top: 9.9479166667vw;
    left: calc(100% + 1.5625vw);
  }

  .page7 .wrap .content .flex .item {
    width: 1.9791666667vw;
    height: 7.2395833333vw;
  }

  .page7 .wrap .content .flex .item .text {
    left: calc(100% + 0.8854166667vw);
    font-size: 1.25vw;
  }

  .page7 .wrap .content .flex .item:first-child {
    border-radius: 0.9895833333vw 0.9895833333vw 0px 0px;
  }

  .page7 .wrap .content .flex .item:nth-child(4) {
    border-radius: 0px 0px 0.9895833333vw 0.9895833333vw;
  }

  .page7 .wrap .content .flex .other {
    right: calc(100% + 1.5625vw);
    bottom: 3.28125vw;
    gap: 1.5625vw;
  }

  .page7 .wrap .content .flex .other p {
    font-size: 1.25vw;
  }

  .page7 .wrap .content .flex .other svg {
    width: 0.9895833333vw;
    height: 0.9895833333vw;
  }

  .page7 .wrap .content .cenImg {
    width: 40.8854166667vw;
    left: -3.6458333333vw;
  }

  .page8 .wrap {
    width: 55.2083333333vw;
    margin: 14.3229166667vw auto 0px;
  }

  .page8 .wrap .joke .p1 p {
    font-size: 2.5vw;
  }

  .page8 .wrap .joke .p2 {
    font-size: 0.9375vw;
    margin: 2.0833333333vw 0px 0px;
  }

  .page9 .wrap {
    width: 70.8333333333vw;
  }

  .page9 .wrap .l .title .p1 {
    font-size: 2.5vw;
  }

  .page9 .wrap .l .title .p2 {
    margin: 1.875vw 0px 0px;
    font-size: 0.9375vw;
  }

  .page9 .wrap .l .fig {
    margin: 13.3854166667vw 0px 0px;
    height: 6.6145833333vw;
    border-radius: 1.0416666667vw;
    box-shadow: #e4d8cd 0px 0.6770833333vw 2.2135416667vw 0px;
    gap: 3.6458333333vw;
    padding: 0px 3.125vw;
  }

  .page9 .wrap .l .fig .item:hover {
    transform: translateY(-0.2604166667vw);
  }

  .page9 .wrap .l .fig .item .icon {
    width: 3.0729166667vw;
    height: 2.0833333333vw;
  }

  .page9 .wrap .l .fig .item p {
    font-size: 0.9375vw;
    margin: 0.5208333333vw 0px 0px;
  }

  .page10 .wrap {
    width: 81.5625vw;
    margin: 10.8333333333vw auto 0px;
  }

  .page10 .wrap .joke .title {
    font-size: 2.5vw;
  }

  .page10 .prompt {
    width: 81.5625vw;
    bottom: 1.875vw;
    font-size: 0.7291666667vw;
  }

  .page11 {
    padding: 5.0520833333vw 0px 6.3541666667vw;
  }

  .page11 .wrap {
    width: 72.9166666667vw;
  }

  .page11 .wrap .title p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }

  .page11 .wrap .content {
    height: 36.09375vw;
    border-radius: 1.5625vw;
    margin: 3.125vw 0px 0px;
    padding: 3.6458333333vw 3.0208333333vw;
  }

  .page11 .wrap .content .prompt {
    right: 1.4583333333vw;
    bottom: 1.1458333333vw;
    width: 25.4166666667vw;
    font-size: 0.7291666667vw;
  }

  .page11 .wrap .content .fig {
    gap: 7.2916666667vw;
  }

  .page11 .wrap .content .fig .list span {
    font-size: 4.0625vw;
  }

  .page11 .wrap .content .fig .list p {
    font-size: 0.8333333333vw;
    margin: 0.9375vw 0px 0px;
  }

  .page11 .wrap .content .headline {
    margin: 3.0729166667vw 0px 0px;
    font-size: 2.1875vw;
  }

  .page11 .wrap .content .other {
    margin: 8.9583333333vw 0px 0px;
    padding: 1.3020833333vw 2.7604166667vw;
    gap: 2.0833333333vw;
  }

  .page11 .wrap .content .other::after {
    border-radius: 0.7291666667vw;
    backdrop-filter: blur(0.5208333333vw);
  }

  .page11 .wrap .content .other .list .icon {
    width: 3.125vw;
    height: 3.28125vw;
  }

  .page11 .wrap .content .other .list .pick {
    font-size: 0.8333333333vw;
    margin: 0.7291666667vw 0px 0px;
  }

  .page12 {
    padding: 6.25vw 0px 4.6875vw;
  }

  .page12 .wrap {
    width: 72.9166666667vw;
    gap: 7.0833333333vw;
  }

  .page12 .wrap .left {
    width: 29.9479166667vw;
    padding: 0px 0px 0.8854166667vw;
  }

  .page12 .wrap .left .title {
    font-size: 2.5vw;
  }

  .page12 .wrap .left .fig {
    margin: 9.8958333333vw 0px 0px;
  }

  .page12 .wrap .left .fig .item .dis span {
    font-size: 3.3333333333vw;
  }

  .page12 .wrap .left .fig .item .dis .dw {
    font-size: 1.25vw;
  }

  .page12 .wrap .left .fig .item p {
    margin: 0.9895833333vw 0px 0px;
    font-size: 0.8333333333vw;
  }

  .page12 .wrap .left .prompt {
    margin: 6.1979166667vw 0px 0px;
    font-size: 0.7291666667vw;
  }

  .page12 .wrap .images {
    width: 31.7708333333vw;
    height: 37.5vw;
    border-radius: 1.5625vw;
  }

  .page13 {
    padding: 5.2083333333vw 0px;
  }

  .page13 .wrap {
    width: 83.3333333333vw;
  }

  .page13 .wrap .title {
    font-size: 2.5vw;
  }

  .page13 .wrap .content {
    margin: 3.125vw 0px 0px;
    gap: 0.6770833333vw;
  }

  .page13 .wrap .content .item {
    border-radius: 0.7291666667vw;
    height: 31.3541666667vw;
  }

  .page13 .wrap .content .item .position {
    width: 13.3333333333vw;
    padding: 3.125vw 5%;
  }

  .page13 .wrap .content .item .position .icon {
    width: 4.375vw;
    height: 4.375vw;
  }

  .page13 .wrap .content .item .position .pick {
    margin: 1.8229166667vw 0px 0px;
    font-size: 1.25vw;
  }

  .page13 .wrap .prompt {
    margin: 2.0833333333vw 0px 0px;
    font-size: 0.7291666667vw;
  }

  .page14 {
    padding: 6.25vw 0px 1.9270833333vw;
  }

  .page14 .wrap {
    width: 50.9375vw;
  }

  .page14 .wrap .title {
    font-size: 2.5vw;
  }

  .page14 .wrap .content {
    margin: 5.2083333333vw 0px 0px;
  }

  .page14 .wrap .content .prompt {
    font-size: 0.7291666667vw;
    gap: 1.0416666667vw;
  }

  .page14 .wrap .content table tr td {
    font-size: 0.8854166667vw;
    line-height: 1.5625vw;
    padding: 1.0416666667vw 0px;
  }

  .page14 .wrap .content table tr td:first-child {
    font-size: 1.6666666667vw;
  }

  .page14 .wrap .content table tr td .display {
    margin: 0.7291666667vw 0px 0px;
    gap: 0.3125vw;
  }

  .page14 .wrap .content table tr td .display .list {
    width: 9.6875vw;
  }

  .page14 .wrap .content table tr td .display .list .img {
    height: 9.6875vw;
  }

  .page14 .wrap .content table tr td .display .list p {
    margin: 0.3125vw 0px 0px;
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .page1 .page1Swiper .swiper-slide .content .p1 {
    font-size: 24px;
    margin: 0 0 15px;
  }

  .page1 .page1Swiper .swiper-slide .content .p2 {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .page1 .page1Swiper .swiper-slide .content .dis {
    gap: 20px;
  }

  .page1 .button .circle .iconfont {
    font-size: 22px;
  }

  .page2 {
    padding: 50px 0;
  }

  .page2 .wrap {
    width: 90%;
  }

  .page2 .wrap .title .p1 p, .page2 .wrap .title .p1 span {
    font-size: 22px;
    line-height: 26px;
  }

  .page2 .wrap .title .p2 {
    font-size: 16px;
    margin: 10px 0 0;
  }

  .page2 .wrap .images {
    height: auto;
    border-radius: 10px;
    margin: 25px 0 0;
  }

  .page3 .position2 {
    display: none;
  }

  .page3 .wrap {
    width: 90%;
    top: 80px;
    justify-content: unset;
  }

  .page3 .wrap .joke .p1 {
    font-size: 24px;
    line-height: 26px;
  }

  .page3 .wrap .joke .p2 {
    font-size: 16px;
    margin: 10px 0 0;
  }

  .page3 .position {
    width: 90%;
    height: auto;
    border-radius: 10px;
    bottom: 50px;
    padding: 10px;
  }

  .page3 .position .headline {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .page3 .position .display::after {
    height: 34px;
    border-radius: 17px;
  }

  .page3 .position .display {
    gap: 10px;
    justify-content: space-between;
    padding: 0 15px;
  }

  .page3 .position .display .item {
    margin: 2px 0 0;
  }

  .page3 .position .display .item .label {
    height: 30px;
    padding: 0 10px;
    border-radius: 30px;
    font-size: 14px;
  }

  .page3 .position .display .item img {
    width: 15px;
    margin: 15px auto;
  }

  .page3 .position .display .item p {
    font-size: 12px;
  }

  .page4 {
    padding: 40px 0;
  }

  .page4 .wrap {
    width: 90%;
  }

  .page4 .wrap .up {
    gap: 15px;
    flex-direction: column;
  }

  .page4 .wrap .up .left {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .page4 .wrap .up .left .position {
    width: 90%;
    height: auto;
    border-radius: 10px;
    bottom: 20px;
    padding: 10px;
  }

  .page4 .wrap .up .left .position .headline {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .page4 .wrap .up .left .position .display::after {
    height: 34px;
    border-radius: 17px;
  }

  .page4 .wrap .up .left .position .display {
    gap: 10px;
    justify-content: space-between;
    padding: 0 15px;
  }

  .page4 .wrap .up .left .position .display .item {
    margin: 2px 0 0;
  }

  .page4 .wrap .up .left .position .display .item .label {
    height: 30px;
    padding: 0 10px;
    border-radius: 30px;
    font-size: 14px;
  }

  .page4 .wrap .up .left .position .display .item img {
    width: 15px;
    margin: 15px auto;
  }

  .page4 .wrap .up .left .position .display .item p {
    font-size: 12px;
  }

  .page4 .wrap .up .right {
    margin: 20px 0 0 0;
  }

  .page4 .wrap .up .right .title .p1 p {
    font-size: 24px;
    line-height: 32px;
  }

  .page4 .wrap .up .right .title .p2 {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 0 0;
  }

  .page4 .wrap .up .right .figure {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .page4 .wrap .up .right .figure .item {
    width: fit-content;
  }

  .page4 .wrap .up .right .figure .item span {
    font-size: 26px;
  }

  .page4 .wrap .up .right .figure .item p {
    font-size: 12px;
    margin: 5px 0 0 0;
  }

  .page4 .wrap .up .right .figure .item .jt {
    width: 12px;
    top: -10px;
    right: -15px;
    display: none;
  }

  .page4 .wrap .prompt {
    margin: 20px 0 0 0;
    font-size: 12px;
    text-align: left;
  }

  .page5 .wrap {
    width: 90%;
    top: 50px;
    justify-content: unset;
  }

  .page5 .wrap .joke .p1 {
    font-size: 24px;
    line-height: 32px;
  }

  .page5 .wrap .joke .p2 {
    margin: 10px 0 0 0;
    font-size: 14px;
  }

  .page5 .wrap .joke .img {
    width: 80%;
    max-width: 413px;
    margin: 40px 0 0 0;
  }

  .page5 .position {
    width: 90%;
    height: auto;
    border-radius: 10px;
    bottom: 50px;
    padding: 10px;
  }

  .page5 .position .headline {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .page5 .position .display::after {
    height: 34px;
    border-radius: 17px;
  }

  .page5 .position .display {
    gap: 10px;
    justify-content: space-between;
    padding: 0 15px;
  }

  .page5 .position .display .item {
    margin: 2px 0 0;
  }

  .page5 .position .display .item .label {
    height: 30px;
    padding: 0 10px;
    border-radius: 30px;
    font-size: 14px;
  }

  .page5 .position .display .item img {
    width: 15px;
    margin: 15px auto;
  }

  .page5 .position .display .item p {
    font-size: 12px;
  }

  .page6 .wrap {
    width: 90%;
    top: 60px;
    justify-content: unset;
    flex-direction: column;
    align-items: unset;
  }

  .page6 .wrap .picture {
    position: static;
    top: 0;
    left: 0;
    width: 150px;
  }

  .page6 .wrap .joke .p1 {
    font-size: 24px;
    line-height: 32px;
  }

  .page6 .wrap .joke .p2 {
    margin: 10px 0 0 0;
    font-size: 14px;
  }

  .page6 .wrap .joke .img {
    width: 60%;
    max-width: 413px;
    margin: 40px 0 0 0;
  }

  .page7 {
    padding: 50px 0 0;
  }

  .page7 .wrap {
    width: 90%;
  }

  .page7 .wrap .title .p1 p {
    font-size: 24px;
  }

  .page7 .wrap .title .p2 {
    margin: 10px 0 0 0;
    font-size: 16px;
  }

  .page7 .wrap .content {
    margin: 45px 0 0 0;
    flex-direction: column;
  }

  .page7 .wrap .content .cenImg {
    width: 100%;
    left: 0;
    margin: 80px 0;
  }

  .page7 .wrap .content .cenImg img {
    transform: translateX(-6vw);
  }

  .page7 .wrap .content .flex {
    width: 100%;
    height: 35px;
    border-radius: 30px;
    display: flex;
    padding: 2px;
    display: none;
  }

  .page7 .wrap .content .flex.sj_flex {
    display: flex !important;
  }

  .page7 .wrap .content .flex .item {
    width: 100%;
    height: 100%;
  }

  .page7 .wrap .content .flex .item:first-child {
    border-radius: 30px 0 0 30px;
  }

  .page7 .wrap .content .flex .item:nth-child(4) {
    border-radius: 0 30px 30px 0;
  }

  .page7 .wrap .content .flex .item .text {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: unset !important;
    bottom: calc(100% + 10px);
    top: unset;
    font-size: 14px;
  }

  .page7 .wrap .content .flex .other {
    right: unset !important;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    gap: 5px;
    bottom: unset;
    white-space: unset;
    align-items: unset;
    height: auto;
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .page7 .wrap .content .flex:last-child .other {
    left: 26vw;
    top: calc(100% + 10px);
  }

  .page7 .wrap .content .flex .other p {
    font-size: 14px;
    white-space: nowrap;
  }

  .page7 .wrap .content .flex .other svg {
    width: 14px;
    height: 14px;
    display: block;
    margin: auto;
    transform: rotate(-90deg);
  }

  .page7 .wrap .content .flex:last-child .other svg {
    transform: rotate(90deg);
  }

  .page8 {
    height: auto;
    padding: 60px 0 0;
  }

  .page8 .common_bg {
    display: none;
  }

  .page8 .sj_common_bg {
    display: block !important;
  }

  .page8 .wrap {
    width: 90%;
    margin: 0 auto 0;
    justify-content: unset;
    position: relative;
    flex-direction: column;
  }

  .page8 .wrap .joke .p1 p {
    font-size: 24px;
  }

  .page8 .wrap .joke .p2 {
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .page8 .wrap .sj_img {
    display: block !important;
    width: 100%;
    margin: 50px 0 0 0;
  }

  .page9 {
    height: auto;
    padding: 50px 0;
  }

  .page9 .wrap {
    top: 0;
    transform: none;
    width: 90%;
  }

  .page9 .wrap .l .title .p1 {
    font-size: 24px;
  }

  .page9 .wrap .l .title .p2 {
    margin: 15px 0 0 0;
    font-size: 16px;
  }

  .page9 .wrap .l .fig {
    margin: 20px 0 0 0;
    height: auto;
    border-radius: 7px;
    gap: 25px;
    padding: 15px;
  }

  .page9 .wrap .l .fig .item .icon {
    width: 30px;
    height: 30px;
  }

  .page9 .wrap .l .fig .item p {
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .page9 .bg {
    position: static;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: none;
    margin: 22px 0 0 0;
  }

  .page10 .wrap {
    width: 90%;
    margin: 60px auto 0;
    justify-content: unset;
  }

  .page10 .wrap .joke .title {
    font-size: 22px;
  }

  .page11 {
    padding: 40px 0;
  }

  .page11 .wrap {
    width: 90%;
  }

  .page10 .prompt {
    width: 90%;
    bottom: 20px;
    font-size: 12px;
    justify-content: unset;
  }

  .page11 .wrap .title p {
    font-size: 24px;
    line-height: 125%;
  }

  .page11 .wrap .content {
    height: auto;
    border-radius: 10px;
    margin: 35px 0 0 0;
    padding: 20px;
    position: relative;
    z-index: 1;
  }

  .page11 .wrap .content .fig .list span {
    font-size: 20px;
  }

  .page11 .wrap .content .fig .list p {
    font-size: 13px;
    margin: 5px 0 0;
  }

  .page11 .wrap .content .headline {
    margin: 30px 0 0 0;
    font-size: 20px;
  }

  .page11 .wrap .content .other::after {
    height: 100%;
    border-radius: 10px;
  }

  .page11 .wrap .content .other {
    margin: 30px 0 0 0;
    padding: 15px;
    gap: 15px;
  }

  .page11 .wrap .content .other .list .icon {
    width: 30px;
    height: 30px;
  }

  .page11 .wrap .content .other .list .pick {
    font-size: 12px;
    margin: 5px 0 0 0;
  }

  .page11 .wrap .content .prompt {
    position: static;
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }

  .page12 {
    padding: 30px 5%;
  }

  .page12 .wrap {
    width: 100%;
    gap: 10px;
    flex-direction: column-reverse;
    align-items: unset;
  }

  .page12 .wrap .left {
    width: 100%;
    padding: 0 0 10px;
    margin: 25px 0 0 0;
  }

  .page12 .wrap .left .title {
    font-size: 24px;
  }

  .page12 .wrap .left .fig {
    margin: 20px 0 0 0;
  }

  .page12 .wrap .left .fig .item .dis span {
    font-size: 28px;
  }

  .page12 .wrap .left .fig .item .dis .dw {
    font-size: 14px;
  }

  .page12 .wrap .left .fig .item p {
    margin: 10px 0 0 0;
    font-size: 12px;
  }

  .page12 .wrap .left .prompt {
    margin: 25px 0 0 0;
    font-size: 12px;
  }

  .page12 .wrap .images {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .page13 {
    padding: 25px 0;
  }

  .page13 .wrap {
    width: 90%;
  }

  .page13 .wrap .title {
    font-size: 24px;
  }

  .page13 .wrap .content {
    margin: 25px 0 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .page13 .wrap .content .item {
    border-radius: 15px;
    height: 200px;
  }

  .page13 .wrap .content .item .position {
    width: 100%;
    padding: 15px 5%;
  }

  .page13 .wrap .content .item .position .icon {
    width: 40px;
    height: 40px;
  }

  .page13 .wrap .content .item .position .pick {
    margin: 10px 0 0 0;
    font-size: 14px;
  }

  .page13 .wrap .prompt {
    font-size: 11px;
    margin: 22px 0 0 0;
  }

  .page14 {
    padding: 40px 0;
  }

  .page14 .wrap {
    width: 90%;
  }

  .page14 .wrap .title {
    font-size: 24px;
  }

  .page14 .wrap .content {
    margin: 30px 0 0 0;
  }

  .page14 .wrap .content table tr td {
    font-size: 12px;
    line-height: 25px;
    padding: 15px 0;
  }

  .page14 .wrap .content table tr td:first-child {
    font-size: 12px;
    width: 28%;
  }

  .page14 .wrap .content table tr td .display {
    margin: 10px 0 0 0;
    gap: 10px;
  }

  .page14 .wrap .content table tr td .display .list .img {
    height: auto;
  }

  .page14 .wrap .content table tr td .display .list {
    width: 100%;
  }

  .page14 .wrap .content table tr td .display .list p {
    font-size: 12px;
    line-height: 15px;
    margin: 5px 0 0;
  }

  .page14 .wrap .content .prompt {
    font-size: 12px;
    margin: 10px 0 0 0;
    flex-direction: column;
  }
}
