body {
  line-height: 1.5;
}
.cont .title {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.cont .title .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cont .title p {
  font-family: 'Bank';
  color: #bc9480;
  display: block;
  text-align: center;
  line-height: 1;
}
.cont .title p::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #bc9480;
  margin: 18px auto 10px;
}
.cont .title span {
  color: #fff;
  display: block;
  text-align: center;
}
.cont .title .bg {
  width: 7.39%;
  opacity: 0.5;
  margin-bottom: 4%;
}
.cont .page1 {
  padding: 5% 0 7%;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/bb218622-893c-4a35-bd94-a8a3a2bec348.jpg?d=1698740719135) center center;
  background-size: cover;
}
.cont .page1 .des {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
}
.cont .page1 .des p {
  padding: 1.2% 0;
  line-height: 2.625;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.cont .page1 .des .bg {
  width: 6.5%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont .page2 {
  padding: 5% 0 7%;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/3516c68f-a2b0-4275-915f-8033ffedc6c4.jpg?d=1698740740100) center center;
  background-size: cover;
  overflow: hidden;
}
.cont .page2 .title .text p {
  color: #634f44;
}
.cont .page2 .title .text span {
  color: #231815;
}
.cont .page2 .title .bg {
  width: 7.7%;
  opacity: 1;
}
.cont .page2 .sw_box {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/2ede5293-3e1d-4408-a6d7-bc31f33062f2.png?d=1698740766740) center center;
  background-size: cover;
  height: 654px;
  position: relative;
}
.cont .page2 .sw_box .sw_btn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #bc9480;
  transition: all 0.3s;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cont .page2 .sw_box .sw_btn:hover {
  background: #e3bca8;
}
.cont .page2 .sw_box .sw_btn svg {
  width: 30px;
  height: 30px;
  margin: 0!important;
}
.cont .page2 .sw_box .sw_btn.prev {
  left: 30px;
}
.cont .page2 .sw_box .sw_btn.next {
  right: 30px;
}
.cont .page2 .sw_box .sw_btn.swiper-button-disabled {
  background-color: #c2c3c7;
}
.cont .page2 .swiper-container {
  width: 85%;
  margin: 0 auto;
  height: 70%;
  box-sizing: content-box;
  padding: 5% 0 7%;
  transform: rotate(-7deg);
}
.cont .page2 .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cont .page2 .swiper-container .swiper-slide .txt {
  transform: rotate(7deg);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cont .page2 .swiper-container .swiper-slide .txt:hover {
  flex-direction: column-reverse;
}
.cont .page2 .swiper-container .swiper-slide .txt:hover p {
  font-size: 48px;
  font-weight: bold;
}
.cont .page2 .swiper-container .swiper-slide .txt:hover span {
  font-size: 48px;
}
.cont .page2 .swiper-container .swiper-slide p {
  font-size: 24px;
  display: block;
  color: #424242;
  transition: all 0.3s;
  white-space: nowrap;
}
.cont .page2 .swiper-container .swiper-slide span {
  font-size: 30px;
  display: block;
  font-family: 'Bank';
  color: #866c5f;
  transition: all 0.3s;
  white-space: nowrap;
}
.cont .page2 .swiper-container .swiper-slide:nth-child(2n) {
  align-items: flex-end;
}
.cont .page3 {
  padding: 5% 0 9%;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/2112c0fc-2732-43ee-a20d-f3c8388380b4.jpg?d=1698740787932) center bottom;
  background-size: cover;
}
.cont .page3 .title .text p {
  color: #634f44;
}
.cont .page3 .title .text span {
  color: #231815;
}
.cont .page3 .title .bg {
  width: 7.7%;
  opacity: 1;
}
.cont .page3 .sw_box {
  position: relative;
  margin-top: 1%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cont .page3 .sw_box .swiper-container {
  width: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
}
.cont .page3 .sw_box .swiper-slide p {
  margin-bottom: 8%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.cont .page3 .sw_box .swiper-slide .img {
  position: relative;
}
.cont .page3 .sw_box .swiper-slide .img img {
  position: relative;
  z-index: 2;
}
.cont .page3 .sw_box .swiper-slide .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bc9480;
  transition: all 0.3s;
}
.cont .page3 .sw_box .swiper-slide:hover .img::after {
  transform: translate(20px, 20px);
}
.cont .page3 .sw_box .sw_btn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #bc9480;
  transition: all 0.3s;
  overflow: hidden;
  margin: 3.5% 1.5% 0;
}
.cont .page3 .sw_box .sw_btn:hover {
  background: #e3bca8;
}
.cont .page3 .sw_box .sw_btn svg {
  width: 30px;
  height: 30px;
  margin: 0!important;
}
.cont .page3 .sw_box .sw_btn.swiper-button-disabled {
  background-color: #c2c3c7;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page2 .swiper-container .swiper-slide span {
    font-size: 24px;
  }
  .cont .page2 .swiper-container .swiper-slide p {
    font-size: 20px;
  }
  .cont .page2 .swiper-container .swiper-slide .txt:hover span,
  .cont .page2 .swiper-container .swiper-slide .txt:hover p {
    font-size: 40px;
  }
  .cont .page2 .sw_box .sw_btn {
    width: 50px;
    height: 50px;
  }
  .cont .page2 .sw_box .sw_btn svg {
    width: 25px;
    height: 25px;
  }
  .cont .page3 .sw_box .sw_btn {
    width: 50px;
    height: 50px;
  }
  .cont .page3 .sw_box .sw_btn svg {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .cont .page2 .sw_box {
    height: 500px;
  }
  .cont .page1 .des {
    width: 90%;
    margin: 0 auto;
  }
  .cont .page1 .des p br {
    display: none;
  }
  .cont .page1 .des p {
    line-height: 2;
  }
  .cont .page2 .sw_box .sw_btn {
    width: 40px;
    height: 40px;
  }
  .cont .page2 .sw_box .sw_btn svg {
    width: 20px;
    height: 20px;
  }
  .cont .page3 .sw_box .sw_btn {
    width: 40px;
    height: 40px;
  }
  .cont .page3 .sw_box .sw_btn svg {
    width: 20px;
    height: 20px;
  }
  .cont .page2 .swiper-container .swiper-slide span {
    font-size: 20px;
  }
  .cont .page2 .swiper-container .swiper-slide p {
    font-size: 16px;
  }
  .cont .page2 .swiper-container .swiper-slide .txt:hover span,
  .cont .page2 .swiper-container .swiper-slide .txt:hover p {
    font-size: 32px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 {
    padding: 50px 0;
  }
  .cont .page2 {
    padding: 50px 0;
  }
  .cont .page3 {
    padding: 50px 0;
  }
  .cont .title p::after {
    width: 50px;
    height: 2px;
  }
  .cont .title .bg {
    width: 20.39%;
  }
  .cont .page1 .des .bg {
    width: 20.5%;
    top: 44%;
  }
  .cont .page2 .title .bg {
    width: 20.5%;
  }
  .cont .page3 .title .bg {
    width: 20.5%;
  }
  .cont .page3 .sw_box .swiper-slide:hover .img::after {
    transform: translate(10px, 10px);
  }
  .cont .page3 .sw_box .swiper-container {
    padding-right: 10px;
  }
  .cont .page3 .sw_box {
    margin-top: 20px;
  }
  .cont .page3 .sw_box .swiper-slide p {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .cont .page2 .sw_box {
    height: 400px;
  }
  .cont .page2 .swiper-container {
    height: 67%;
    padding: 12% 0 7%;
  }
  .cont .page2 .sw_box .sw_btn.prev {
    left: 10px;
  }
  .cont .page2 .sw_box .sw_btn.next {
    right: 10px;
  }
  .cont .page2 .sw_box .sw_btn {
    width: 30px;
    height: 30px;
  }
  .cont .page2 .sw_box .sw_btn svg {
    width: 15px;
    height: 15px;
  }
}