     /* 框架 */
     section {
         position: relative;
         z-index: 1;
         overflow: hidden;
         width: 100%;
         padding: 0 var(--container);
     }

     .IndexBox {
         padding: 45px 20px;
         background: #eeeeee;
     }

     /* 标题 */
     .indexTitle {
         font-size: 30px;
         line-height: 1.5;
         font-weight: bold;
         color: #333;
         position: relative;
         text-align: center;
         width: 100%;
         padding-bottom: 15px;
         border-bottom: 1px solid var(--color);
         margin-bottom: 30px;
     }


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