   /* Section3 */
   .section3 {
       background: #F4F4F4;
   }

   .rt3 {
       width: 62%;
   }

   .section3 .indexTitle,
   .text3,
   .Box3 {
       width: 100%;
       display: flex;
       flex-direction: row;
       justify-content: space-between;
       align-items: center;

   }

   .text3 {
       align-items: flex-start;
       margin-top: 15px;
       margin-bottom: 90px;
   }

   .text3 img {
       max-width: 300px;
   }

   .text3 .desc3 {
       color: rgba(0, 0, 0, 0.80);
       font-size: 16px;
       line-height: 2;
   }

   .Box3 {
       position: relative;
       width: 100%;
       z-index: 2;
   }

   .Number {
       display: flex;
       grid-gap: 30px;
   }


   .item3 {
       width: 100%;
       border-radius: 20px;
       padding: 30px;
       background: #FFF;
       display: flex;
       flex-direction: column;
       align-items: flex-end;
   }

   .item3 img {
       width: 36px;
       margin-left: 0;
       margin-right: auto;
   }

   .item3 h1 {
       color: #000;
       font-size: 16px;
       margin-top: 120px;
   }

   .item3 h2 {}

   .item3 h2 b {
       color: #000;
       font-size: 60px;
       line-height: 1;
       font-family: MiSans2;
       font-weight: 500;
   }

   @media (max-width: 1600px) {
       .item3 h2 b {
           font-size: 50px;
       }
   }

   @media (max-width: 1440px) {
       .item3 h1 {
           margin-top: 90px;
       }

       .item3 h2 b {
           font-size: 40px;
       }
   }

   @media (max-width: 1200px) {
       .text3 img {
           max-width: 200px;
       }

       .item3 {
           padding: 20px;
       }

       .item3 h1 {
           font-size: 14px;
           margin-top: 60px;
       }

       .item3 h2 b {
           font-size: 30px;
       }

       .rt3 {
           width: calc(100% - 230px);
       }
   }

   @media (max-width: 900px) {
       .rt3 {
           width: 100%;
       }

       .section3 .indexTitle,
       .text3,
       .Box3 {
           flex-wrap: wrap;
       }

       .text3 {
           margin-top: 15px;
           margin-bottom: 30px;
       }

       .text3 .desc3 {
           margin-top: 15px;
       }
   }

   @media (max-width: 600px) {
       .Number {
           grid-gap: 1px;
           margin-top: 30px;
       }

       .item3 {
           border-radius: 0px;
           padding: 10px;
           align-items: flex-start;
           justify-content: space-between;
       }

       .item3 h1 {
           margin-top: 30px;
       }

       .item3 h2 b {
           font-size: 24px;
       }
   }

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