/* partner */
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);
  }
}

/* banner */
.banner {
  padding-top: calc(5rem + 8rem);
  padding-bottom: 10rem;
  background-image: url(../image/part-banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-full {
  width: 100%;
}
.banner .blocktitle {
  width: 100%;
  line-height: 4.38rem;
}
.banner-full .bannerdesc {
  max-width: 52.44rem;
  font-family: WixMadeforDisplay-Medium;
	font-size: 1rem;
	line-height: 1.75rem;
	color: #161616;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.banner .greed-btn2{
  width: 12rem;

}
@media only screen and (max-width: 62.5rem) {
  .banner-full .bannerdesc {
    width: 100%;
  }
}
.banner .mushroom {
  font-family: WixMadeforDisplay-Bold;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  background-color: #1bb228;
  display: inline-block;
  width: auto;
}

/* FQA 无图片*/
 .section-7 {
  background-color: #fff;
  padding: 9.6rem 0 7.4rem;
  position: relative;
  
}
@media only screen and (max-width: 62.5rem){
  .section-7 {
  
    padding: 5rem 0 ;
    
  }
}
.section-7::after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom ,#f5f7fb,rgb(255,255,255,0));
}
.section7-container{
  position: relative;
  z-index: 8;
}
 .section-7 .section7-container .cont {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

 .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 {
}


  .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: 2rem 0 1.31rem;
  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 {
  display: block;
  width: 100%;
  text-align: left;
  font-family: WixMadeforDisplay-Bold;
	font-size: 1.38rem;
	line-height: 1.69rem;
	color: #161616;
}

@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;
  }
}

/* ----------------------------------- */

/* 标题居中的板块 section-9 */

.section-9 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6.19rem 0;
}
.section9-container .center-title {
  text-align: center;
}
.havebg {
  background: #f4f7fb;
}
/* 标题间距 */
.mar-tit {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 62.5rem) {
  .section-9 {
    padding: 50px 0;
  }
  .mar-tit {
    margin-bottom: 30px;
  }
}

/* layout3  2列卡片 */
.layout3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 62.5rem) {
  .layout3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.layout3 li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0rem 0.625rem 4.875rem 0rem rgba(0, 0, 0, 0.08);
  padding: 4rem;
}
.layout3 .left {
  margin-right: 7%;
  width: 90px;
}
@media only screen and (max-width: 62.5rem) {
  .layout3 .left {
    max-width: 45px;
  }
}
.layout3 .right {
  flex: 1;
}
.layout3 .right .tit {
  font-family: WixMadeforDisplay-Bold;
  font-size: 1.375rem;
  color: #161616;
  margin-bottom: 15px;
  
}
.layout3 .right .txt {
  font-family: WixMadeforDisplay-Regular;
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.69rem;
}

/* layout4 4列卡片 */
.layout4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .layout4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .layout4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.layout4 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  box-shadow: 0rem 0.625rem 4.875rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
  padding: 4rem 2.1rem;
  transition: all 0.5s;
}
.layout4 li:hover{
  transform: translateY(-1rem);
}
.layout4 .left {
  width: 4.25rem;
  height: 4.25rem;
}
@media only screen and (max-width: 750px) {
  .layout4 .left {
    width: 50px;
    height: 50px;
  }
}

.layout4 .left img {
  width: auto;
  max-width: 100%;
}
.layout4 .right .tit {
  font-family: WixMadeforDisplay-Bold;
  font-size: 1.375rem;
  color: #161616;
  margin: 23px 0;
  text-align: center;
}
.layout4 .right .txt {
  font-family: WixMadeforDisplay-Regular;
  font-size: 1.125rem;
  color: #666666;
  text-align: center;
  line-height: 1.6rem;
}

/* ----------------------------------- */
/* 左右结构 标题在左边 section-10 */
.section-10 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6.19rem 0;
  background-size: cover;
}
.partbg1 {
  background: url('../image/part-bg1.jpg') no-repeat;
  background-size: cover;
}
.section-10 .white .blocktitle {
  color: #fff;
}

.section10-container {
  display: block;
}

.section10-container .left {
  width:100%;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .section-10 {
    padding: 50px 0;
  }
  .section10-container {
    display: block;
  }
  .section10-container .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .section-10 .white .blocktitle {
    text-align: center;
  }
}
.section10-container .cont10 {
  flex: 1;
}
/* 列表 */
.lrlist{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .lrlist{
    grid-template-columns: repeat(1,1fr);
  }
}
.lrlist li {
  display: flex;
  align-items: center;
  padding: 1.5rem 2.44rem;
  border-radius: 10px;
  border: 1px solid rgb(41, 138, 97, 0.9);
  transition: all 0.5s;
}
/* .lrlist li:hover {
  transform: translateY(-10px);
} */


/* .lrlist li:not(:last-child) {
  margin-bottom: 1.31rem;
} */
.lrlist .lileft {
  width: 3.5rem;
  height:3.5rem;
  background-color: #1bb228;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.38rem;
  border-radius: 50%;
  font-size: 1.13rem;
}
.lrlist .liright {
  flex: 1;
}
.lrlist .tit {
  font-family: WixMadeforDisplay-Bold;
  font-size: 1.38rem;
  color: #ffffff;
  margin-bottom: 10px;
}
.lrlist .txt {
  font-family: WixMadeforDisplay-Regular;
  font-size: 1.13rem;
  color: #ffffff;
  line-height: 1.7rem;
}
@media only screen and (max-width: 1000px) {
  .lrlist li {
    padding: 15px 20px;
  }
}

/* section-11 */
.section-11 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6.5rem 0;
  background-size: cover;
}
.partbg2 {
  background: url('../image/part-bg2.jpg') no-repeat;
}

.section11-container {
  display: flex;
}

.section11-container .left {
  width: 45%;
  margin-right: 5%;
}
.section-11 .desc {
  font-family: WixMadeforDisplay-Regular;
  font-size: 1.13rem;
  color: #666666;
  margin: 1.18rem 0 4rem;
  line-height: 1.6rem;
}
.section-11 .pic {
  width: 100%;
  height: auto;
}
.section-11 .pic img {
  width: 100%;
  border-radius: 0.63rem;
}

@media only screen and (max-width: 1000px) {
  .section-11 {
    padding: 50px 0;
  }
  .section11-container {
    display: block;
  }
  .section11-container .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .section-11 .white .blocktitle {
    text-align: center;
  }
  .section-11 .desc {
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.13rem;
    color: #666666;
    margin: 20px 0 20px;
  }
}
.section11-container .cont11 {
  flex: 1;
}
.cont11{
  padding-right: 5%;
}
@media only screen and (max-width: 1000px) {
  .cont11{
    padding-right:0;
  }
}
/* 表单*/
.formbox {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 4.75rem 0rem rgba(174, 174, 174, 0.16);
  border-radius: 0.63rem;
  padding: 1.5rem 3.65rem;
}
.formli {
  width: 100%;
  height: 3.5rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 1rem;
  line-height: 3rem;
  font-family: WixMadeforDisplay-Medium;
  font-size: 1rem;
  color: #333333;
}
.formli .type {
  font-family: WixMadeforDisplay-Medium;
  font-size: 1rem;
  color: #333333;
  width: 100%;
}

.formli select {
  width: 100%;
  border: none;
  appearance: none; /* 去除浏览器默认样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../image/arrow3.png'); 
  background-repeat: no-repeat;
  background-position: right 60%;
  display: block;
 
}
.formarea textarea{
  width: 100%;
  border-bottom: 1px solid #ececec;
  height: 7.8rem;
  margin-bottom: 1.25rem;
}