/*展开收起效果*/
#fold-wrap {
  width: 45.5%;
}
#fold-wrap .info-wrap {
  margin-bottom: 40px;
}
#fold-wrap .btn-link a {
  margin-top: 30px;
}
#fold-wrap .item {
  margin-bottom: 20px;
}
#fold-wrap .title-wrap {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#fold-wrap .title-wrap:hover h3 {
  color: #006ee1;
}
#fold-wrap .svg-icon,
#fold-wrap img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #f7f7f7;
}
#fold-wrap h3 {
  margin: 0;
}
#fold-wrap .btn {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #3d4a59;
  border-radius: 5px;
  text-align: center;
  line-height: 22px;
  right: 0;
  top: 13px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
#fold-wrap .title-wrap p {
  margin-bottom: 0;
  height: 48px;
}
#fold-wrap .detail-wrap {
  padding-top: 16px;
  display: none;
  margin-bottom: 0;
}
#fold-wrap .slide-down .detail-wrap {
  display: block;
}
#fold-wrap .btn::before,
#fold-wrap .btn::after {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 10px;
  background: #303c4f;
}
#fold-wrap .btn::before {
  transform: rotate(90deg);
  transition: all 0.2s;
}
#fold-wrap .slide-down .btn::before {
  transform: rotate(0);
}
/*带图标*/
#fold-wrap.fold-wrap-icon h3 {
  margin-left: 20px;
}
#fold-wrap.fold-wrap-icon .item {
  margin-bottom: 23px;
}
/* 小点样式 */
#dot-wrap h2 {
  margin-bottom: 28px;
  text-align: left;
}
#dot-wrap .info {
  margin-bottom: 35px;
}
#dot-wrap .btn-link a {
  margin-top: 25px;
}
#dot-wrap .item {
  position: relative;
  padding-left: 25px;
}
#dot-wrap .item:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  top: 4px;
  position: absolute;
  left: 0;
  background-image: url(/wp-content/uploads/2022/01/select-blue-icon.svg);
  /* background-image: url(/wp-content/uploads/2022/01/select-green-icon.svg); */
}
/* 点 */
#dot-wrap.dot-wrap-dot .item:before {
  width: 8px;
  height: 8px;
  top: 11px;
  background-color: #006ee1;
  border-radius: 50%;
}
#dot-wrap.dot-wrap-dot .item {
  position: relative;
  padding-left: 15px;
}

/*两列*/
#dot-wrap.dot-wrap-2 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dot-wrap.dot-wrap-2 .item {
  width: 48%;
}
/*带背景颜色*/
#dot-wrap.dot-wrap-bg .item {
  background: #f7f9fa;
  border-radius: 5px;
  padding: 1px 15px 0px 30px;
  width: max-content;
}
#dot-wrap.dot-wrap-bg .item:before {
  left: 6px;
}

/* 内容——图标样式 */
#content-icon-wrap {
  background: #f7f9fa;
  padding: 5.6vw 0;
}
#content-icon-wrap h2 {
  margin-bottom: 90px;
}
#content-icon-wrap h3 {
  margin: 0 0 8px;
}
#content-icon-wrap .svg-icon {
  margin-left: -15px;
}
#content-icon-wrap .item:last-child img {
  /* width: 42px;
  margin: 25px 0; */
}
#content-icon-wrap .same-width {
  align-items: flex-start;
  margin-top: 60px;
}
#content-icon-wrap .item {
  width: 31.8%;
  box-shadow: 0px 20px 49px 4px rgb(61 74 89 / 20%);
  border-radius: 8px;
  background: #fff;
  padding: 20px 30px 20px;
  min-height: 280px;
  margin-bottom: 30px;
  position: relative;
}
#content-icon-wrap .item.x-col4 {
  width: 22%;
}
#content-icon-wrap .item:nth-child(3n + 3) {
  margin-right: 0;
}
#content-icon-wrap .item a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  display: inline-block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: -1.35vw;
  right: 0.8vw;
  transition: all 0.3s;
  color: rgb(255 255 255 / 0%);
}
#content-icon-wrap .item a:hover {
  transform: scale(1.1);
}
#content-icon-wrap .item a {
  background-image: url(/wp-content/uploads/2021/07/arrow-icon.png);
}
/* 表单 */
#hbspt-forms.hbspt-bgcolor .hbspt-form {
  max-width: 1200px;
  margin: 0 auto;
}
#hbspt-forms .hbspt-form .field {
  margin-bottom: 0;
}
#hbspt-forms .hbspt-form .form-columns-2 .input {
  width: 95%;
}
#hbspt-forms .hbspt-form .legal-consent-container {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.68;
}
#hbspt-forms .hbspt-form .field select {
  margin-top: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#hbspt-forms .hbspt-form input,
#hbspt-forms .hbspt-form select {
  padding: 0 16px;
  color: #303c42;
  line-height: 27px;
  height: 48px;
  border-radius: 5px;
  margin-bottom: -5px;
}
#hbspt-forms .hbspt-form select {
  padding: 0 13px;
}
#hbspt-forms .hbspt-form .hs-fieldtype-select {
  position: relative;
}
#hbspt-forms .hbspt-form .hs-fieldtype-select .input::after {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/form-select-icon.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  right: 20px;
  top: 39px;
  background-color: #f0f0f0;
}
#hbspt-forms .hbspt-form .legal-consent-container {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.68;
}
.hs-richtext p,
.legal-consent-container .hs-form-booleancheckbox-display > span {
  padding-right: 10px;
  font-size: 14px;
  line-height: 24px;
}
#hbspt-forms .hbspt-form .field textarea {
  height: 100px;
  padding: 10px 16px;
  border-radius: 5px;
  color: #303c42;
}
#hbspt-forms .hbspt-form .hs-submit input[type="submit"] {
  color: #fff;
  font-size: 18px;
  margin: 20px auto 46px;
  width: 180px;
  height: 50px;
  background: #f5b40a;
  border-radius: 5px;
  display: block;
}
#hbspt-forms.hbspt-bgcolor .hs-submit input[type="submit"] {
  display: block;
  margin: 50px auto 46px;
}
#hbspt-forms .hs-submit input[type="submit"]:hover {
  background: #ffa300;
}
#hbspt-forms .hbspt-form .hs-error-msg {
  color: #de1b1b;
  line-height: 0;
}
#primary #hbspt-forms .hbspt-form .form-columns-1 .hs-input {
  width: 97.5%;
}
#primary #hbspt-forms .hbspt-form .form-columns-1 textarea.hs-input {
  width: 97.5%;
  border-color: #fff;
  height: 100px;
}
#hbspt-forms .hbspt-form .hs-dependent-field {
  margin-top: 10px;
  height: 30px;
}
#primary #hbspt-forms .hbspt-form .form-columns-1 .inputs-list input {
  top: -18px;
  width: initial;
}
#hbspt-forms .hbspt-form input::-webkit-input-placeholder,
#hbspt-forms .hbspt-form input:-moz-placeholder,
#hbspt-forms .hbspt-form input::-moz-placeholder,
#hbspt-forms .hbspt-form input:-ms-input-placeholder,
#hbspt-forms .hbspt-form input::placeholder {
  opacity: 0.4;
}
/*  */
#hbspt-forms.hbspt-bgcolor {
  background: #f2f4f4;
  padding: 4vw 0;
}
#hbspt-forms.hbspt-bgcolor h2 {
  color: #101f3a;
}
#hbspt-forms.hbspt-bgcolor #hbspt-forms .hbspt-form input,
#hbspt-forms.hbspt-bgcolor #hbspt-forms .hbspt-form select {
  border-color: #fff;
  margin-bottom: 0;
}
#hbspt-forms.hbspt-bgcolor2 {
  background: linear-gradient(180deg, #006ee1, #00b7ff);
}
#hbspt-forms.hbspt-bgcolor2 h2 {
  color: #fff;
}
#hbspt-forms.hbspt-bgcolor2 .legal-consent-container {
  color: #fff;
}
#hbspt-forms.hbspt-bgcolor2 .legal-consent-container a {
  color: #fff;
  text-decoration: underline;
}
#hbspt-forms.hbspt-bgcolor2 .legal-consent-container p {
  color: #fff;
}
#hbspt-forms.hbspt-bgcolor2 .legal-consent-container a:hover {
  color: #006ee1;
}
#hbspt-forms.hbspt-bgcolor .hs-fieldtype-select .input::after {
  right: 36px;
  background-color: #fff;
}
#hbspt-forms.hbspt-bgcolor #hbspt-forms .hbspt-form {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  left: 15px;
}
/*表单左右结构*/
#hbspt-forms.bspt-bgimg {
  z-index: 0;
  position: relative;
  background: url(/wp-content/uploads/2021/11/workplace-banner.webp) no-repeat
    center;
  background-size: cover;
  min-height: 896px;
}
#hbspt-forms .hbspt-warp {
  width: 540px;
  border-radius: 13px;
  padding: 0 2px 0 18px;
  position: relative;
}
#hbspt-forms.hbspt-bgimg .hbspt-warp {
  box-shadow: 6px -3px 39px 0px #a1a1a140;
  background: #ffffffcc;
}
#hbspt-forms.hbspt-bgimg input,
#hbspt-forms.hbspt-bgimg select,
#primary .hbspt-bgimg .form-columns-1 textarea.hs-input {
  background: #f0f0f0;
}
#hbspt-forms.hbspt-bgimg p {
  color: #303c42;
}
#hbspt-forms.hbspt-bgimg .hs-error-msg {
  margin-top: 17px;
}
/*  */
#hbspt-forms.hbspt-bgimg2 {
  background-image: url(/wp-content/uploads/2022/01/template-form-scaled.webp);
}
#hbspt-forms.hbspt-bgimg2 h2,
#hbspt-forms.hbspt-bgimg2 p {
  color: #fff;
}
#hbspt-forms.hbspt-bgimg2 .legal-consent-container a {
  color: #fff;
  text-decoration: underline;
}
#hbspt-forms.hbspt-bgimg2 .legal-consent-container a:hover {
  color: #006ee1;
}
#hbspt-forms.hbspt-bgimg2 .hbspt-warp {
  background: #ffffff4d;
}
#hbspt-forms.hbspt-bgimg2 .hs-fieldtype-select .input::after {
  background-color: #fff;
}
/* 方案跳转 */
#resources-wrap {
  margin: 5vw auto;
}
#resources-wrap div {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  border: 1px solid rgba(0, 112, 192, 0.2);
  padding: 0 33px;
  position: relative;
  min-height: 347px;
}
#resources-wrap h3 {
  font-size: 30px;
  margin: 35px 0 5px;
  color: #303c42;
}
#resources-wrap div img {
  width: 187px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#resources-wrap .content-left a {
  color: #006ee1;
  font-size: 16px;
  text-decoration: underline;
  display: block;
  margin-bottom: 8px;
  line-height: 27px;
  position: relative;
  padding-left: 13px;
}
#resources-wrap .content-left a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #006ee1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
#resources-wrap .content-left a:hover,
#resources-wrap .content-right a:hover {
  color: #00b7ff;
}
#resources-wrap div p {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  max-width: 70%;
}
#resources-wrap .contact-btn {
  margin-top: 28px;
  background: #fff;
  color: #006ee1;
  border: 1px solid #006ee1;
}
#resources-wrap .animation-btn:hover:after {
  background: rgba(206, 235, 247, 0.2);
}
/* 方案跳转 */
#solution-wrap {
  margin-top: 80px;
}
#solution-wrap .page {
  align-items: flex-start;
}
#solution-wrap .page .item {
  max-width: 380px;
  min-height: 530px;
  background: #fff;
  box-shadow: 0 7px 35px 5px rgb(0 110 225 / 10%);
  border-radius: 7px;
  padding: 11px;
  position: relative;
}
#solution-wrap .page .btn-link {
  position: absolute;
  bottom: 23px;
}
#solution-wrap .page .item h3,
#solution-wrap .page .item p {
  padding: 0 10px;
}
#solution-wrap h3 {
  margin: 30px 0 10px;
}
/* 亮点 */
#feature-warp {
  background: #f0f5fa;
  padding: 88px 0 172px 18vw;
}
#feature-warp h2 {
  text-align: left;
  margin-bottom: 80px;
}
#feature-warp .scroll-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#feature-warp .swiper-container {
  width: 100%;
  padding-top: 40px;
}
#feature-warp .pagination-wrap {
  top: 20px;
  position: absolute;
  right: 17.5vw;
}
#feature-warp .pagination-wrap .arrow {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
}
#feature-warp .pagination-wrap .arrow {
  position: relative;
  width: 40px;
  height: 40px;  
}
#feature-warp .pagination-wrap .arrow:hover {
  color: #006ee1;
}
#feature-warp .pagination-wrap .arrow svg,
#feature-warp .pagination-wrap .arrow img {
  height: 40px;
  width: 40px;
  line-height: 26px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  color: #ced8e3;
  padding: 12px;
}
#feature-warp .pagination-wrap .arrow img {
  position: absolute;
}
#feature-warp .pagination-wrap .next img {
  background-color: #fff;
  transform: rotate(180deg);
}
#feature-warp .pagination-wrap .prev img:last-child,
#feature-warp .pagination-wrap .next img:last-child {
    display: none;
}
#feature-warp .pagination-wrap .arrow:hover svg,
#feature-warp .pagination-wrap .arrow:hover img {
  background-color: #006ee1;
}
#feature-warp .pagination-wrap .active svg,
#feature-warp .pagination-wrap .active img:last-child {
  color: #fff;
  background-color: #006ee1;
  display: block;
}
#feature-warp .pagination-wrap .active img:nth-child(1) {
    display: none;
}
#feature-warp .swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
#feature-warp .swiper-container h3 {
  margin: 18px 0 12px;
}
#feature-warp .swiper-container .img-wrap {
  margin-bottom: 0;
}
#feature-warp .swiper-container .item {
  width: 30%;
  height: auto;
  background: #fff;
  box-shadow: 0px 23px 53px 0px rgb(140 168 177 / 8%);
  border-radius: 20px;
  padding: 52px 52px 44px;
  margin-right: 23px;
}
#feature-warp .swiper-wrapper svg,
#feature-warp .swiper-wrapper img {
  background-color: #006ee1;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  text-align: center;
  line-height: 67px;
  padding: 6px;
  color: #fff;
}
/* 用户评论 */
#customer-comments .swiper-container {
  padding: 0 70px;
}
#customer-comments .swiper-wrapper {
  align-items: center;
}
#customer-comments .swiper-button-next,
#customer-comments .swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
}
#customer-comments .swiper-button-next:after,
#customer-comments .swiper-button-prev:after {
  color: transparent;
  border-bottom: 2px solid #006ee1;
  border-right: 2px solid #006ee1;
  transform: rotate(-45deg);
  width: 36px;
  height: 36px;
}
#customer-comments .swiper-button-prev:after {
  transform: rotate(135deg);
}
#customer-comments .swiper-slide {
  display: flex;
  align-items: center;
}
#customer-comments .swiper-slide > img {
  width: 46%;
  margin-right: 40px;
}
#customer-comments .swiper-slide .info {
  display: flex;
  margin-top: 30px;
}
#customer-comments .swiper-slide .info img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
#customer-comments .swiper-slide .info span {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
#customer-comments .swiper-slide .info .name {
  font-weight: 500;
  font-size: 20px;
  font-family: Manrope !important;
}
#customer-comments .swiper-slide .info .office {
  font-style: italic;
}
#customer-comments h2 {
  margin-bottom: 20px;
}
/* 引用评论 */
#customer-comments-2 {
  margin: 100px auto;
  position: relative;
}
#customer-comments-2 .swiper-active {
  width: 250px;
  height: 250px;
  background: url(/wp-content/uploads/2021/10/rm-circle-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 82px;
  left: 74px;
  z-index: 5;
}

#customer-comments-2 .swiper-active img {
  position: absolute;
  width: 70px;
  top: -10px;
  left: -10px;
}

#customer-comments-2 .swiper-container {
  padding: 0 0 0 50px !important;
}

#customer-comments-2 .swiper-pagination {
  width: auto !important;
  position: relative !important;
  left: calc(50% - 60px) !important;
}

#customer-comments-2 .swiper-slide {
  background-color: #fff !important;
  height: auto !important;
  width: 100%;
}

#customer-comments-2 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#customer-comments-2 .content .left {
  background: url(/wp-content/uploads/2022/01/comment-img.webp) center no-repeat;
  background-size: contain;
  width: 480px;
  height: 480px;
  display: flex;
  align-items: center;
  padding-top: 6px;
}
#customer-comments-2 h2 {
  text-align: left;
  margin: -40px 0 30px;
}
#customer-comments-2 .content .left p {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  min-height: 303px;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
}

#customer-comments-2 .content .right {
  /* flex: 1; */
  width: 55%;
}

#customer-comments-2 .content .right .customer-name {
  font-weight: 500;
  font-size: 20px;
  font-family: Manrope !important;
  margin-top: 25px;
  display: block;
}
#customer-comments-2 .content .right .customer-name + p {
  font-style: italic;
}
#customer-comments-2 .swiper-pagination-bullet {
  background: #006ee1;
  opacity: 0.3;
  margin-right: 14px;
}
#customer-comments-2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
#customer-comments-2 .swiper-pagination {
  margin-top: -50px;
}
@media (max-width: 1600px) and (min-width: 1501px) {
  #feature-warp {
    padding-left: 10vw;
  }
}
@media (max-width: 1500px) and (min-width: 769px) {
  #feature-warp {
    padding-left: 8vw;
  }
}
@media (max-width: 768px) {
  #fold-wrap,
  #content-icon-wrap .item {
    width: 100%;
  }
  /* 表单 */
  #hbspt-forms .hbspt-form,
  #hbspt-forms.hbspt-bgcolor .hbspt-form {
    left: 0;
    padding: 0 15px;
  }
  #hbspt-forms .hbspt-form .form-columns-2 .input {
    height: 30px;
  }
  #hbspt-forms .hbspt-form input,
  #hbspt-forms .hbspt-form select {
    height: initial;
    padding: 0.4em;
    width: 100% !important;
  }
  #hbspt-forms.hbspt-bgcolor {
    background-color: #f2f4f4;
    padding: 50px 0 20px;
  }
  #hbspt-forms.hbspt-bgcolor2 {
    background-color: #006ee1;
  }
  #primary #hbspt-forms .hbspt-form .form-columns-1 .inputs-list input {
    top: 0;
  }
  #hbspt-forms .hbspt-form .field {
    margin-bottom: 15px;
  }
  #hbspt-forms .hbspt-warp {
    width: 100%;
    padding-bottom: 1px;
  }
  /* 亮点 */
  #feature-warp {
    padding-left: 15px;
  }
  #feature-warp h2 {
    margin-bottom: 20px;
  }
  #feature-warp .pagination-wrap {
    top: -13px;
    position: relative;
    right: 0;
    left: 56vw;
  }
  #feature-warp .swiper-container .item {
    width: 98.5%;
  }
  #feature-warp .fold-wrap-bg .item {
    padding: 20px 20px 0;
  }
  /* 评论 */
  #customer-comments-2 .content {
    display: block;
  }
  #customer-comments-2 .content .left {
    width: 100%;
  }
  #customer-comments-2 .content .left p {
    font-size: 22px;
  }
  #customer-comments-2 .content .right {
    padding: 0 0 50px;
    width: 100%;
  }
  #fold-wrap h3 {
    padding-right: 10px;
  }
  #content-icon-wrap .item.x-col4 {
    width: 100%;
  }
  /**/
  #resources-wrap div {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 13px;
  }
  div#resources-wrap h3 {
    margin-bottom: 30px;
  }
  #resources-wrap div p {
    max-width: 100%;
  }
  #resources-wrap div img {
    position: initial;
  }
}