html,
body {
    font-family: WixMadeforDisplay-Regular;
  font-size: 16px;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  html,
  body {
    font-size: 10px;
  }
}

@keyframes zoomOutToNormal {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

@keyframes jello {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: skewX(-25deg) skewY(-25deg);
  }

  40% {
    transform: skewX(20deg) skewY(20deg);
  }

  50% {
    transform: skewX(-15deg) skewY(-15deg);
  }

  60% {
    transform: skewX(10deg) skewY(10deg);
  }

  70% {
    transform: skewX(-5deg) skewY(-5deg);
  }

  80% {
    transform: skewX(5deg) skewY(5deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
/* FQA 无图片*/
main .section-7 {
    background-color: #fff;
    padding: 5% 0;
  }
  @media only screen and (max-width:62.5rem) {
    main .section-7 {
      background-color: #fff;
      padding: 5rem 0 2rem;
    }
  }
  
 .section-7 .section7-container .cont {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  
 .section-7 .section7-container .section7-left {
    margin-left: 3.125rem;
    max-width: 40%;
  }
  
 .section-7 .section7-container .section7-right {
    font-family: 'NeueHaasDisplay-Medium', sans-serif;
    width: 100%;
    flex: 1;
  }
  
  @media only screen and (max-width: 65.625rem) {
   .section-7 .section7-container .section7-right {
      margin: 0 auto;
      width: 100%;
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
   .section-7 .section7-container .section7-left {
      display: none;
    }
  }
  
 .section-7 .section7-container .section7-right .faq-top {
    color: #83d626;
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    margin-bottom: 1.875rem;
  }
  
  @media only screen and (max-width: 65.625rem) {
   .section-7 .section7-container .section7-right .faq-top {
      margin-bottom: 1rem;
    }
  }
  
 .section-7 .section7-container .section7-right .faq-top img {
    flex: 0 0 1rem;
    height: 1rem;
    margin: 0 0.5rem 0 0;
  }
  
 .section-7 .section7-container .section7-right .faq-top-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #222;
    margin-bottom: 0.375rem;
  }
  
  @media only screen and (max-width: 62.5rem) {
   .section-7 .section7-container .section7-right .faq-top-title {
      font-size: 2.5rem;
      line-height: 1.5;
      margin-bottom: 1rem;
    }
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items::-webkit-scrollbar {
    width: 4px;
    height: 10px;
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items::-webkit-scrollbar-thumb {
    background: #76bc28;
    border-radius: 10px;
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items::-webkit-scrollbar-thumb:hover {
    background: #58881e;
  }
  
 .section-7 .section7-container .section7-right .faq-items .faq-block {
    cursor: pointer;
  }

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block.active {
    /* box-shadow: 0 0 20px rgb(0, 0, 0, 0.05); */
    border-radius: 20px;
    margin-bottom: 20px;
    /* padding: 1.25rem 0 1.25rem 1.25rem; */
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title {
    font-size: 1.125rem;
    border-bottom: 0.0625rem solid #e1e3e7;
    padding: 1.25rem 0;
    display: flex;
    justify-content: space-between;
    place-items: center;
    margin-right: 1.25rem;
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    > div {
    display: flex;
    align-items: center;
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    > div
    img {
    margin: 0;
    transform: rotate(180deg);
    transition: 0.3s ease;
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    .sequence {
    color: #83d626;
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    .title {
    color: #333333;
    display: block;
    width: 100%;
    text-align: left;
  }
  
  @media only screen and (max-width: 65.625rem) {
  
      .section-7
      .section7-container
      .section7-right
      .faq-items
      .faq-block
      .faq-title
      .title {
      margin: 0 0.25rem;
    }
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-content {
    font-family: 'NeueHaasDisplay-Roman', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #333333;
    
    max-height: 0;
    overflow: hidden;
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-content
    p {
    margin-top: 1.25rem;
    width: 90%;
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block.active
    .faq-title
    img {
    transform: rotate(0);
  }
  

    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block.active
    .faq-content {
    max-height: 12.5rem;
  }
  
  /* 无图的fqa */
  .fqa2 {
    display: flex;
  }
  .fqa2 .blocktitle {
    width: 25%;
  }
  .fqa2 .cont {
    flex: 1;
  }
  @media only screen and (max-width: 1000px) {
    .fqa2 {
      display: block;
    }
    .fqa2 .blocktitle {
      width: 100%;
      text-align: center;
    }
  }
  
  /* frombox */
  .formBox {
      background:#117d4f;
      background-size: cover;
      padding: 6% 0; /* background-color: #e60043; */
      background-size: cover;
  } 
  @media only screen and (max-width:62.5rem) {
    .formBox {
     
      padding:4.5rem 0;
  }
  }
  
      
      .formBox .arrowtit .ban-arrow{
          display: inline-flex;
      }
      .formBox .in_tit {
          flex: 1;
          width: 100%;
          margin-bottom: 30px;
      }
          .formBox .in_tit .blocktitle,
          .formBox .in_tit .dec {
              color: #ffffff;
          }
          .formBox .in_tit .dec{
              width: 90%;
              margin: 25px 0 25px;
              font-family: WixMadeforDisplay-Regular;
              font-size: 1.125rem;
              line-height: 1.6rem;
          }
      .formBox .right {
          border-radius: 10px;
          /* background: rgba(255, 255, 255, 0.9); */
          /* width: 62.5%; */
      }
  
      .formBox .form_li {
          position: relative;
          margin-right: 15px;
          width: 22%;
          min-width: 25.6rem;
          margin-top: 15px;
      }
  
          .formBox .form_li:last-child {
              margin-right: 0px;
          }
  
          .formBox .form_li .input {
              position: relative;
              width: 100%;
              height: 60px;
              padding: 5px 16px;
              display: block;
              background-color: #ffffff;
              border-radius: 6px;
          }
  
      .formBox .more {
          width: 140px;
          height: 60px;
          line-height: 60px;
          padding: 0px;
          border: 1px solid var(--complementary-colors);
          position: relative;
          border-radius: 6px;
          overflow: hidden;
      }
      .formBox .more::after{
          content: '';
          width: 110px;
          height: 100%;
          background-color: var(--complementary-colors);
          position: absolute;
          left: 0;
          top: 0;
          transition: all 0.5s;
      }
      .formBox .more:hover::after {
          width: 100%;
      }
      .formBox .more span{
          width:110px ;
          position: relative;
          z-index: 10; 
          color: #fff;  
          font-family: WixMadeforDisplay-Medium;
          font-size: 18px;
          display: block;
          background-color: var(--complementary-colors);
          transition: all 0.5s;
          
      }
      .formBox label.error {
          position: absolute;
          left: 0px;
          bottom: -22px;
          padding: 0 16px;
          font-size: 14px;
          color: var(--complementary-colors);
      }
  @media screen and (max-width: 640px){
  .mainer .swiper_btn, .formBox .form {
      flex-wrap: wrap;
  }
  }
  a{
    cursor: pointer;
  }


  /* banner 白色标题 */
  .banner{
    padding-top: calc(5rem + 12.8rem);
    padding-bottom: 13rem;
    background-image: url(../image/kn-banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .kn-banner .bannerbox{
    text-align: center;
    color: #fff;
    width: 100%;
  }
  .banner .kn-banner .blocktitle{
    color: #fff;
  }
  .banner .kn-banner .bannerdesc{
    color: #fff;
    font-family: WixMadeforDisplay-Medium;
	font-size: 1rem;
	margin: 15px auto ;
    width:60%;
    line-height: 1.8;
    
  }
  @media screen and (max-width: 1399px){
    .banner .kn-banner .bannerdesc{
        color: #fff;
        font-family: WixMadeforDisplay-Medium;
        font-size: 1rem;
        margin: 15px auto ;
        width:100%;
        line-height: 1.8;
      }
}
@media screen and (max-width: 1000px){
    .banner .kn-banner .bannerdesc{
        font-size: 14px;
      }
}





  /* knoeledeg 板块一 */
  .kn-title{
    font-family: WixMadeforDisplay-Bold;
	font-size: 2.5rem;
	color: #161616;
    text-align: center;
    margin-top: 5.25rem ;
    margin-bottom: 3.5rem;
  }
.kn-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}

@media screen and (max-width: 1000px){
    .kn-list{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .kn-title{
       
        font-size: 2rem;
      
      }
}
.kn-list .kn-li{
    background-color: #ffffff;
	box-shadow: 0rem 0.63rem 4.88rem 0rem 
		rgba(0, 0, 0, 0.08);
	border-radius: 0.63rem;
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}
.kn-list .kn-li::after{
    background-color: #117d4f;
	border-radius: 4px 4px 0 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}

.kn-list .kn-li.specli{
    padding: 0;
    padding-bottom: 2rem;
}
.specli .topbox{
    padding: 2rem 2.2rem;
    background: #117d4f;
    border-radius: 0.63rem;
    
}
.specli .topbox .tit{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.38rem;
	color: #ffffff;
}
.specli .topbox .txt{
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.13rem;
	color: #ffffff;
    margin-top: 1.2rem;
    width: 80%;
}
@media screen and (max-width: 1599px){
    .specli .topbox .txt{   
        width: 100%;
    }
}
.specli .download{
    padding: 1.3rem 2.1rem;
    flex: 1;
}
.specli .download .file-li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.8rem;
    border-bottom: 1px solid #eeeeee;
}
.specli .download .file-li .filename{
    font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	color: #333333;
    transition: all 0.5s;
    flex: 1;
}
.specli .download .file-li:hover .filename{
    color: #117d4f;
}
.specli .download .loadicon{
    color: #117d4f;
    font-family: WixMadeforDisplay-Regular;
	font-size: 1rem;
    display: flex;
    align-items: center;

}
.download .loadicon .loadarr{
    width: 1.63rem;
	height: 1.63rem;
	background-color: #cdebcf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
}
.btnbox{
   display: flex;
   justify-content: center;
}
.btnbox .greed-btn3{
    margin: 0;
}
.specli  .more  {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 1.8rem 0;
}
.specli  .more  span{
    width: 5px ;
    height: 5px;
    border-radius: 50%;
    background: #9eb8a0;
    display: block;
    margin: 0 4px;
}
.second{
    flex: 1;
}
.second .tit{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.38rem;
	color: #333333;
}
.second .txtlist{
    width: 100%;
    margin: 1.25rem 0 2.6rem;
}
.second .txtlist .cricle-li{
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 1.25rem;
    font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	color: #666666;
}
.second .txtlist .cricle-li::after{
    position: absolute;
    content: '';
    width: 0.38rem;
	height: 0.38rem;
	background-color: #117d4f;
    top: 0.5rem;
    left: 0;
    border-radius: 50%;
    
}
.second .link {
    display: flex ;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.second .link a{ 
    color: #117d4f;
    text-decoration: underline;
    margin-top: 10px;
    margin-right: 10px;
}

.three .tit{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.38rem;
	color: #333333;
    margin-bottom: 1.06rem;
}
.three .tiptit{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.13rem;
	color: #21865b;
    margin-bottom: 1rem;
}
.three .tipbox{
    margin-bottom: 2rem;
}
.three .tipitem .line{
    font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	color: #666666;
    line-height: 1.5;
}
.three .tipitem .line .tipspan{
    background: #117d4f;
    color: #fff;
}

.section7-right .tips{
  font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	line-height: 1.75rem;
  color: #666666;
  margin-top: 3.19rem;
}