   .section3 {
       display: block;
       padding-top: 0;
   }

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

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

   .item3 {
       width: 150px;
   }

   .item3 span {
       display: flex;
       grid-gap: 5px;
       margin-bottom: 10px;
   }

   .item3 h1 {
       color: var(--color);
       font-size: 55px;
       font-weight: 700;
       line-height: 50px;
   }

   .item3 h3 {
       color: var(--color);
       font-weight: bold;
       font-size: 14px;
       display: flex;
       align-items: flex-end;
       position: relative;
   }

   .item3 h3 b {
       display: block;
       font-size: 26px;
       color: var(--color);
       position: absolute;
       top: 0;
       line-height: 1;
   }

   .item3 h2 {
       color: #8C8C8C;
       font-size: 16px;
   }

   .Box3 {
       margin-top: 75px;
       display: block;
       position: relative;
       width: 100%;
       z-index: 2;
   }


   .img3 {
       width: 100%;
       position: relative;
       z-index: 1;
   }

   .img3 img {
       width: 100%;
   }

   .text3 {
       position: absolute;
       z-index: 2;
       left: 5%;
       bottom: -45px;
       padding: 45px;
       padding-bottom: 60px;
       background: #fff;
       box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.10);
       width: 500px;
   }

   .text3 .icon3 {
       width: 75px;
   }

   .text3 .desc3 {
       color: #6B6B6B;
       font-size: 16px;
       line-height: 1.5;
       margin-top: 45px;
       margin-bottom: 60px;
   }

   .text3 a {
       width: 148px;
       height: 50px;
       border-radius: 25px;
       border: 1px solid #DDD;
       display: flex;
       align-items: center;
       justify-content: center;
       grid-gap: 15px;
       color: #999;
       text-align: center;
       font-size: 14px;
   }

   .text3 a i {
       font-size: 24px;
       color: #999;
   }

   @media (max-width: 1600px) {
       .Number {
           grid-gap: 60px;
       }

       .item3 h1 {
           font-size: 50px;
       }

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

   @media (max-width: 1440px) {
       .Number {
           grid-gap: 30px;
       }

       .item3 {
           width: 120px;
       }

       .item3 h1 {
           font-size: 40px;
       }

       .text3 {
           padding: 30px;
           width: 500px;
           bottom: -60px;
       }

       .text3 .icon3 {
           width: 60px;
       }

       .text3 .desc3 {
           font-size: 14px;
           margin-top: 10px;
           margin-bottom: 20px;
       }

       .text3 a {
           width: 140px;
           height: 40px;
       }
   }

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

       .Box3 {
           margin-top: 60px;
       }

       .Number {
           width: 100%;
       }

       .item3 {
           width: 100%;
       }

       .img3 {
           z-index: -1;
       }

       .text3 {
           position: unset;
           width: 90%;
           margin: 0 5%;
           margin-top: -45px;
       }
   }

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

       .item3 h1 {
           font-size: 28px;
           line-height: 1;
       }

       .item3 h2 {
           font-size: 14px;
       }

       .item3 h3 b {
           font-size: 16px;
       }
   }

   @media (max-width: 460px) {
       .Number {
           flex-wrap: wrap;
           grid-gap: 20px 0;
       }

       .item3 {
           width: 50%;
       }

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

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