<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   .box34 {
       background: url(/assets/images/box34.png) no-repeat center bottom #FFECDE;
       background-size: contain;
   }

   .section3 {
       position: relative;
       z-index: 2;
       overflow: hidden;
       width: 100%;
       padding: 90px 0;
   }

   .Top3 {
       display: flex;
       align-items: center;
       justify-content: space-between;
   }

   .nav3Box {
       width: 75%;
       display: flex;
       align-items: center;
       justify-content: space-between;
       grid-gap: 15px;
   }


   .nav3 {
       padding: 15px 30px;
       border-radius: 50px;
       font-weight: 700;
       font-size: 20px;
       color: #636363;
       text-align: center;
       position: relative;
       z-index: 2;
       overflow: hidden;
       transition: 0.5s;
   }

   .nav3::after {
       content: "";
       display: block;
       position: absolute;
       inset: 0;
       z-index: -1;
       width: 100%;
       height: 100%;
       background: linear-gradient(180deg, #EA8E69 0%, #FC674C 100%);
       transition: 0.5s;
       opacity: 0;
   }

   .nav3.cur {
       color: #fff;
   }

   .nav3.cur::after {
       opacity: 1;
   }

   .nav3Box a {
       font-weight: 700;
       font-size: 20px;
       color: #EA8E69;
       display: flex;
       align-items: center;
       grid-gap: 10px;
   }

   @media (max-width: 1600px) {
       .nav3 {
           font-size: 18px;
       }
   }

   @media (max-width: 1440px) {
       .nav3Box {
           width: calc(100% - 250px);
       }
   }

   @media (max-width: 1200px) {
       .Top3 {
           flex-wrap: wrap;
       }

       .Top3 .indexTitle {
           width: 100%;
           text-align: center;
           margin-bottom: 30px;
       }

       .nav3Box {
           width: 100%;
       }

       .nav3 {
           padding: 10px 15px;
           border-radius: 50px;
           font-size: 16px;
           width: 100%;
       }
   }

   @media (max-width: 720px) {
       .nav3Box {
           flex-wrap: wrap;
           grid-gap: 10px;
       }

       .nav3 {
           width: calc(50% - 5px);
       }

       .nav3Box a {
           width: 100%;
           justify-content: center;
       }
   }

   @media (max-width:460px) {
       .nav3 {
           font-size: 14px;
       }
   }

   @media (max-width: 380px) {}

   .Box3 {
       margin-top: 70px;
   }

   .item3 {
       padding: 0 var(--w1600);
       overflow: hidden;
       display: none;
   }

   .item3.cur {
       display: block;
   }

   .Swiper3 {
       overflow: visible;
       width: 100%;
       height: 940px;
   }

   .Swiper3 .Slide3 {
       height: 460px !important;
       display: flex;
       justify-content: space-between;
   }

   .product3 {
       width: calc((100% - 75px) / 4);
       padding: 20px;
       background: #FFFFFF;
       border-radius: 16px;
       overflow: hidden;
       display: flex;
       flex-wrap: wrap;
       align-content: space-between;
   }

   .product3 .img3 {
       width: 100%;
       height: calc(100% - 80px);
       border-radius: 16px;
       border: 2px solid #FFEFE9;
   }

   .product3 .img3 img {
       width: 100%;
       height: 100%;
       object-fit: cover;
   }

   .product3 .text3 {
       width: 100%;
       padding-right: 120px;
       position: relative;
   }

   .product3 .text3 h1 {
       font-weight: 700;
       font-size: 22px;
       line-height: 1.5;
       color: #6A4C3F;
       word-break: break-all;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }

   .product3 .text3 p {
       font-size: 18px;
       line-height: 1.5;
       color: #EA8E69;
   }

   .product3 .text3 .span {
       position: absolute;
       right: 0;
       top: 0;
       width: 95px;
       height: 100%;
       background: linear-gradient(180deg, #EA8E69 0%, #FC674C 100%), #EA8E69;
       box-shadow: 0px 4px 20px #EA8E69;
       border-radius: 12px;
       display: flex;
       align-items: center;
       justify-content: center;
   }


   .Swiper3 .pagination3 {
       left: auto;
       right: -3vw;
   }

   .Swiper3 .pagination3 span {
       display: block;
       border-radius: 50%;
       width: 15px;
       height: 15px;
       background: #FFFFFF;
       opacity: 1;
       margin: 20px 0 !important;
   }

   .Swiper3 .pagination3 span.swiper-pagination-bullet-active {
       background: var(--color);
   }

   @media (max-width: 1600px) {
       .Swiper3 {
           height: 820px;
       }

       .Swiper3 .Slide3 {
           height: 400px !important;
       }
   }

   @media (max-width: 1440px) {
       .Swiper3 {
           height: 720px;
       }

       .Swiper3 .Slide3 {
           height: 350px !important;
       }

       .product3 .text3 {
           padding-right: 75px;
       }

       .product3 .text3 h1 {
           font-size: 18px;
       }

       .product3 .text3 p {
           font-size: 14px;
       }

       .product3 .text3 .span {
           width: 60px;
       }

       .product3 .img3 {
           height: calc(100% - 60px);
       }
   }

   @media (max-width: 1200px) {
       .Swiper3 {
           height: 620px;
       }

       .Swiper3 .Slide3 {
           height: 300px !important;
       }

       .product3 {
           border-radius: 6px;
       }

       .product3 .img3 {
           height: calc(100% - 100px);
       }

       .product3 .img3 {
           border-radius: 6px;
       }

       .product3 .text3 {
           padding: 0;
       }

       .product3 .text3 h1 {
           font-size: 16px;
       }

       .product3 .text3 .span {
           margin-top: 5px;
           position: unset;
           width: 100%;
           height: 30px;
           border-radius: 6px;
       }

       .product3 .text3 .span img {
           height: 15px;
       }
   }

   @media (max-width: 800px) {
       .Box3 {
           margin-top: 30px;
       }



       .Swiper3 .pagination3 {
           right: -30px;
       }

       .Swiper3 {
           height: 520px;
       }

       .Swiper3 .Slide3 {
           height: 250px !important;
       }

       .product3 {
           width: calc((100% - 30px) / 4);
           padding: 15px;
       }

       .Swiper3 {
           overflow: hidden;
           height: auto;
           padding-bottom: 30px;
       }

       .Swiper3 .Slide3 {
           height: auto !important;
           display: flex;
           flex-wrap: wrap;
           grid-gap: 20px;
       }

       .product3 {
           width: calc(50% - 10px);
           padding: 15px;
       }

       .Swiper3 .pagination3 {
           right: 0;
           width: 100%;
           display: flex;
           justify-content: center;
           height: 15px;
           top: auto;
           bottom: 0;
       }

       .Swiper3 .pagination3 span {
           margin: 0 10px !important;
       }
   }

   @media (max-width:460px) {}

   @media (max-width: 380px) {}</pre></body></html>