 body {
     background-color: #f9f9f9;
 }

 .header-bg {
     background-image: url('../image/help-top.webp');
     background-size: cover;
     background-position: center;
     height: 0;
     padding-top: 33.75%;
     overflow: hidden;
 }

 .header-text {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     white-space: nowrap;
     line-height: 40px;
     color: #FFF;
     font-size: 60px;
     font-family: 'Montserrat', Medium;
 }

 .faq-intro {
     min-height: 313px;
     color: #666;
     padding: 0 18.8%;
     position: relative;
     background-color: #FFF;
 }

 .lead {
     font-family: 'Montserrat', sans-serif;
     font-weight: 300;
     font-size: 24px;
     line-height: 40px;
 }

 .quote-image {
     position: absolute;
     top: -80%;
     left: 0;
     max-width: 114px;
 }

 .quote-image-bottom {
     position: absolute;
     bottom: -42%;
     right: -2%;
     max-width: 114px;
     transform: rotate(180deg);
 }

 .con-m {
     margin: 0 100px;
 }

 .help-card {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     max-width: 100%;
     padding-top: 12.32%;
     /* 高度 ≈ 212/1720 × 100% */
     border-radius: 12px;
     position: relative;
 }

 .help-c1 {
     background-image: url('../image/help-c1.webp');
 }

 .help-c2 {
     background-image: url('../image/help-c2.webp');
 }

 .help-c3 {
     background-image: url('../image/help-c3.webp');
 }

 .help-c4 {
     background-image: url('../image/help-c4.webp');
 }

 .section2 {
     margin-top: -340px;
     margin-bottom: 50px;
 }

 .section3 {
     line-height: 40px;
     font-size: 30px;
     font-family: 'Montserrat', Medium;
     color: #2D83A1;
     margin-bottom: 30px;
 }

 .margin-height1 {
     background-color: #FFF;
     margin-bottom: 20px;
 }

 .margin-height2 {
     line-height: 40px;
     border-bottom: 1px solid #DBDBDB;
     padding: 20px 0 20px 30px;
     font-size: 26px;
     font-family: 'Montserrat', Regular;
     color: #212121;
 }

 .margin-height3 {
     line-height: 40px;
     padding: 20px 0 20px 30px;
     font-size: 22px;
     font-family: 'Montserrat', Light;
     color: #666666;
 }

 .section-two {
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     transform: translateY(-50%);
     max-width: 100%;
 }

 .title-m {
     margin-top: 52px;
     margin-bottom: 50px;
 }

 @media (max-width: 1600px) {
     .quote-image {
         top: -55%;
         left: 0;
     }

     .quote-image-bottom {
         bottom: -20%;
         right: -2%;
     }
 }

 @media (max-width: 576px) {
     .small-none {
         display: none !important;

     }

     .header-bg {
         padding-top: 80%;
     }

     .header-text {
         font-size: 24px;
         line-height: 36px;
     }

     .lead {
         font-size: 14px;
         line-height: 26px;
     }

     .faq-intro {
         min-height: 0 !important;
         padding: 29px 23px 31px;
     }

     .quote-image {
         top: -17%;
         width: 43px;
     }

     .quote-image-bottom {
         width: 43px;
         bottom: 13%;
         right: 1%;
     }

     .con-m {
         margin: 0 10px 12px;
     }

     .help-card {
         border-radius: 6px;
     }

     .section-two {
         position: static;
     }

     .section3 {
         font-size: 16px;
         line-height: 20px;
     }

     .margin-height2 {
         color: #3EABBF;
         font-size: 16px;
         line-height: 24px;
         padding: 10px 15px 4px;
     }

     .margin-height3 {
         font-size: 14px;
         line-height: 21px;
         padding: 10px 18px 30px;
     }

     .small-pt1 {
         padding-bottom: 60px;
     }

     .small-pt2 {
         padding-bottom: 40px;
     }

     .small-pt3 {
         padding-bottom: 130px;
     }
      .small-pt4 {
         padding-bottom: 80px;
     }
      .title-m {
     margin-top: 24px!important;

     margin-bottom: 15px!important;

 }
 }