     /* 翻屏swiper */
     .IndexSwiper {
         width: 100%;
         height: 100vh;
         overflow: hidden;
     }

     .IndexBox {
         width: 100%;
         height: 100%;
         overflow: hidden;
         position: relative;
     }

     .IndexBox7 {
         height: auto;
         overflow: visible;
         position: relative;
         z-index: 2;
     }

     /* .htmlSlide {
       top: 200px;
       transform: scale(0.8) !important;
       transition: 1s;
       z-index: 1;
   }

   .htmlSlide.swiper-slide-active {
       top: 0;
       transform: scale(1) !important;
       z-index: 2;
   } */

     @media (max-width: 1200px) {
         .IndexSwiper {
             display: block;
             height: auto;
         }

         .IndexSwiper>.swiper-wrapper {
             display: block;
         }
     }

     /* 框架 */
     section {
         width: 100%;
         height: 100%;
     }

     /* 标题 */
     .indexTitle {
         font-weight: 700;
         font-size: 48px;
         line-height: 1.5;
         color: #000000;
     }



     @media (max-width: 1440px) {
         .indexTitle {
             font-size: 40px;
         }
     }

     @media (max-width: 1200px) {
         .indexTitle {
             font-size: 34px;
         }
     }

     @media (max-width: 720px) {
         .indexTitle {
             font-size: 28px;
         }
     }