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

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

     .footerSlide {
         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 {
         overflow: hidden;
         width: 100%;
         height: 100%;
     }

     /* 标题 */
     .indexTitle {
         display: flex;
         flex-direction: column;
         grid-gap: 5px;
     }

     .indexTitle h1 {
         font-size: 18px;
         color: #DA251E;
     }

     .indexTitle h2 {
         font-weight: 700;
         font-size: 32px;
         color: #000000;
     }



     @media (max-width: 1200px) {
         .indexTitle {
             grid-gap: 5px;
         }

         .indexTitle h1 {
             font-size: 16px;
             color: #DA251E;
         }

         .indexTitle h2 {
             font-size: 28px;
         }
     }