.solution_banner {
  background: linear-gradient(161.6725deg, #1a1a2e 14%, #16163a 50%, #2d3cdf 86%);
  padding-top: 99px;
  overflow: hidden;
  position: relative;
}
.solution_banner .flex {
  padding: 3.4rem 0 10.5rem;
}
.solution_banner .image {
  position: relative;
  width: 85.27777778%;
  margin-right: -28.88888889%;
  margin-bottom: -10.69444444%;
  margin-left: -4%;
}
.solution_banner .image ul {
  position: static;
  padding-bottom: 63.68078176%;
}
.solution_banner .image .img {
  position: absolute;
  width: 60.74918567%;
  --h: 84.18230563%;
  clip-path: polygon(37% 0, 100% 0, 63% 100%, 0 100%);
}
.solution_banner .image .img1 {
  left: 0;
  top: 0;
}
.solution_banner .image .img2 {
  right: 0;
  bottom: 0;
}
.solution_banner .head {
  flex: 1;
  width: 100%;
  padding-bottom: 2.3%;
}
.solution_banner p {
  max-width: 56.1rem;
  margin-top: 2.5rem;
}
.solution_banner .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 4.8rem;
  margin-top: 3.7rem;
}
.solution_banner .float_mask .img img {
  opacity: 0.11;
}
.solution_banner .float_mask .img1 {
  left: -45.5208333%;
  bottom: -5.1963048%;
  max-width: 102.7rem;
}
.solution_banner .float_mask .img3 {
  right: -10.3125%;
  bottom: 55.1963048%;
  width: 29%;
  max-width: 53.7rem;
}
.page_intro {
  padding-bottom: 18.3rem;
}
.solution_advantages {
  background-color: var(--bg2);
  position: relative;
  padding: 14.5rem 0 16.4rem;
}
.solution_advantages .head h2 {
  max-width: 48rem;
}
.solution_advantages .head p {
  max-width: 72.8rem;
  hyphens: auto;
}
.solution_advantages p {
  margin-top: 1.7rem;
}
.solution_advantages .items {
  margin-top: 8.3rem;
}
.solution_advantages .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 2.5rem 1.77083333%;
}
.solution_advantages .items .active .item {
  box-shadow: var(--shadow3);
}
.solution_advantages .items .active .item::after {
  opacity: 1;
}
.solution_advantages .item {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  border: 1px solid var(--border2);
  transition: all 0.3s;
  padding: 10.3671706% 6.4794816% 11.663067% 7.1274298%;
}
.solution_advantages .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  left: 0;
  bottom: -2px;
  content: '';
  transition: all 0.3s;
  opacity: 0;
  background-color: var(--primary);
}
.solution_advantages .item .order {
  font-size: 4.216rem;
  color: var(--primary);
  font-weight: 600;
  line-height: 1;
}
.solution_advantages .item h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 3.1rem;
}
.solution_advantages .item p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  hyphens: auto;
  max-width: 39.8rem;
  margin-top: 1.7rem;
  letter-spacing: -0.005rem;
}
.solution_advantages .float_mask .img1 {
  left: -40.625%;
  bottom: -22.0183486%;
}
.solution_advantages .float_mask .img2 {
  right: -11.6145833%;
  bottom: 61.2176814%;
}
.page_map {
  padding-top: 12.5rem;
  padding-bottom: 14rem;
}
.solution_machine {
  background-color: var(--bg2);
  padding: 10.1rem 0 10.5rem;
}
.solution_machine p {
  max-width: 76.8rem;
  margin-top: 3rem;
}
.solution_machine .list {
  margin-top: 5.9rem;
}
.solution_machine .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 3.8rem 2.39583333%;
}
.solution_machine .list .active .item {
  box-shadow: var(--shadow3);
}
.solution_machine .list .active .item::after {
  opacity: 1;
}
.solution_machine .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid var(--border2);
}
.solution_machine .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.solution_machine .item:hover img {
  transform: scale(1.03);
}
.solution_machine .item .img {
  padding-bottom: 52.08791209%;
  margin: -1px;
  margin-right: 0;
}
.solution_machine .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 7.4725275% 6.1538462% 7.9120879%;
}
.solution_machine .item .info .title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.solution_machine .item .info .desc {
  line-height: 2.6rem;
  color: var(--text);
  max-width: 38.3rem;
  margin-top: 1.5rem;
  hyphens: auto;
  margin-bottom: auto;
}
.solution_machine .item .info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.1rem;
  margin-top: 2.6rem;
}
.solution_machine .item .info .tags span {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text);
  border: 1px solid #d1d5db;
  transition: all 0.3s;
  line-height: 1.92307692;
  padding: 0 0.6154em;
}
.solution_machine .item .info .tags span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.page_options {
  padding-top: 12.2rem;
}
.page_options .head p {
  margin-top: 1.6rem;
}
.solution_support {
  padding: 13.1rem 0 15.2rem;
}
.solution_support .head h2 {
  max-width: 56.8rem;
}
.solution_support .head p {
  max-width: 63.6rem;
  padding-right: 3.5rem;
  margin-top: 1.9rem;
}
.solution_support .main {
  margin-top: 5.1rem;
}
.solution_support .items {
  flex: 1;
  width: 100%;
  max-width: 66.7rem;
  padding-top: 1.9%;
}
.solution_support .items ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.9rem 9.7%;
}
.solution_support .items .icon {
  width: 6.3rem;
  height: 6.3rem;
  border: 1px solid var(--border2);
}
.solution_support .items .icon img {
  transform: scale(0.6557377);
}
.solution_support .items .info {
  margin-top: 2.3rem;
}
.solution_support .items .info h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.solution_support .items .info p {
  line-height: 2.6rem;
  color: var(--text);
  max-width: 30.1rem;
  margin-top: 1.8rem;
}
.solution_support .image {
  position: relative;
  width: 49.58333333%;
  padding-bottom: 0.3rem;
}
.solution_support .image .img {
  padding-bottom: 76.19047619%;
}
.solution_support .image .nums {
  position: absolute;
  left: 8.5434174%;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  max-height: 80%;
  padding-top: 3.8rem;
  padding-left: 2rem;
}
.solution_support .image .nums ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 7.2%;
  max-width: 58.9rem;
  margin-left: auto;
}
.solution_support .image .nums strong {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--primary);
}
.solution_support .image .nums p {
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--text);
  max-width: 16.7rem;
  margin-top: 1.5rem;
}
.page_certified .flex {
  padding-bottom: 8.4rem;
}
.solution_industry {
  background-color: var(--bg2);
  padding: 9.7rem 0 14.6rem;
}
.solution_industry p {
  max-width: 72.9rem;
  margin-top: 2.2rem;
}
.solution_industry .solution_industry_swiper {
  margin-top: 1.9rem;
  padding-bottom: 1rem;
}
.solution_industry .solution_industry_swiper .swiper-slide {
  max-width: 460px;
}
.solution_industry .solution_industry_swiper .active .item {
  box-shadow: var(--shadow3);
}
.solution_industry .solution_industry_swiper .active .item::after {
  opacity: 1;
}
.solution_industry .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid var(--border2);
  transition: all 0.3s;
}
.solution_industry .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  left: 0;
  bottom: 0;
  content: '';
  transition: all 0.3s;
  opacity: 0;
  background-color: var(--primary);
}
.solution_industry .item:hover img {
  transform: scale(1.03);
}
.solution_industry .item .img {
  padding-bottom: 61.48796499%;
}
.solution_industry .item .tag {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.21428571;
  color: #fff;
  background-color: var(--primary);
  margin: 3.2634573% 0 0 3.9387309%;
  padding: 0 0.857143em;
}
.solution_industry .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 3.1rem 2.7rem 3rem;
}
.solution_industry .item .info .title {
  font-size: 2.2rem;
  line-height: 1.36363636;
  font-weight: 600;
  color: #232323;
  max-width: 34rem;
}
.solution_industry .item .info .cat {
  font-weight: 500;
  color: var(--primary);
  margin-top: 0.9rem;
}
.solution_industry .item .info .desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--text);
  margin-top: 0.9rem;
  hyphens: auto;
  margin-bottom: auto;
}
.solution_industry .item .features {
  border-top: 1px solid #e6eaf4;
  margin-top: 1.1rem;
  padding-top: 1.7rem;
}
.solution_industry .item .features ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.2rem;
}
.solution_industry .item .features strong {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary);
}
.solution_industry .item .features span {
  display: block;
  font-size: 1.3rem;
  color: var(--text);
  margin-top: 2px;
}
.page_faqs .faq_list .answer {
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .solution_support .image .nums strong {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_banner {
    padding-top: 64px;
  }
  .solution_banner .flex {
    padding: 30px 0 40px;
    gap: 30px 20px;
  }
  .solution_banner .image {
    width: 50%;
    margin: 0;
  }
  .solution_banner .head {
    padding: 0;
  }
  .solution_banner .btns {
    margin-top: 20px;
    gap: 20px 30px;
  }
  .solution_banner .btns .btn,
  .solution_banner .btns .btn_i {
    margin: 0;
  }
  .page_intro {
    padding-bottom: 50px;
  }
  .solution_advantages {
    padding: 50px 0 30px;
  }
  .solution_advantages .head {
    display: block;
  }
  .solution_advantages .head p {
    margin-top: 12px;
  }
  .solution_advantages .items {
    margin-top: 10px;
  }
  .solution_advantages .items ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    overflow-x: auto;
    display: flex;
    gap: 20px;
  }
  .solution_advantages .items ul::-webkit-scrollbar {
    display: none;
  }
  .solution_advantages .items ul li {
    flex: 0 0 280px;
  }
  .solution_advantages .item {
    padding: 20px;
  }
  .solution_advantages .item .order {
    font-size: 22px;
  }
  .solution_advantages .item h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .solution_advantages .item p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_map {
    padding: 50px 0;
  }
  .solution_machine {
    padding: 50px 0;
  }
  .solution_machine .list {
    margin-top: 30px;
  }
  .solution_machine .list ul {
    gap: 30px 16px;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  }
  .solution_machine .item .info {
    padding: 20px;
  }
  .solution_machine .item .info .title {
    font-size: 18px;
  }
  .solution_machine .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .solution_machine .item .info .tags {
    margin-top: 20px;
    gap: 10px;
  }
  .solution_machine .item .info .tags span {
    font-size: 12px;
  }
  .page_options {
    padding: 50px 0;
  }
  .page_options .head p {
    margin-top: 12px;
  }
  .solution_support {
    padding: 50px 0;
  }
  .solution_support .head {
    display: block;
  }
  .solution_support .head p {
    margin-top: 12px;
  }
  .solution_support .main {
    margin-top: 30px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .solution_support .items {
    max-width: unset;
    padding: 0;
  }
  .solution_support .items ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    display: flex;
    gap: 20px;
  }
  .solution_support .items ul::-webkit-scrollbar {
    display: none;
  }
  .solution_support .items ul li {
    flex: 0 0 220px;
  }
  .solution_support .items .icon {
    width: 50px;
    height: 50px;
  }
  .solution_support .items .info {
    margin-top: 20px;
  }
  .solution_support .items .info h3 {
    font-size: 18px;
  }
  .solution_support .items .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .solution_support .image {
    display: grid;
    grid-template-columns: 45% 1fr;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding-bottom: 0;
  }
  .solution_support .image .nums {
    position: static;
    padding: 0;
    max-width: unset;
    max-height: unset;
  }
  .solution_support .image .nums ul {
    gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
    max-width: unset;
  }
  .solution_support .image .nums li {
    flex: 1;
  }
  .solution_support .image .nums strong {
    font-size: 20px;
  }
  .solution_support .image .nums p {
    font-size: 13px;
    margin-top: 5px;
  }
  .page_certified .flex {
    padding-bottom: 40px;
  }
  .solution_industry {
    padding: 50px 0;
    overflow: hidden;
  }
  .solution_industry .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .solution_industry .solution_industry_swiper {
    margin-top: 30px;
  }
  .solution_industry .solution_industry_swiper .swiper-slide {
    max-width: 335px;
  }
  .solution_industry .item .tag {
    font-size: 13px;
  }
  .solution_industry .item .info {
    padding: 20px;
  }
  .solution_industry .item .info .title {
    font-size: 18px;
  }
  .solution_industry .item .info .cat {
    margin-top: 5px;
  }
  .solution_industry .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .solution_industry .item .features {
    padding-top: 14px;
    margin-top: 20px;
  }
  .solution_industry .item .features ul {
    gap: 14px;
  }
  .solution_industry .item .features strong {
    font-size: 16px;
  }
  .solution_industry .item .features span {
    font-size: 13px;
    margin-top: 3px;
  }
  .page_faqs .faq_list .answer {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .solution_banner .image {
    width: 100%;
    order: -1;
  }
  .solution_support .image {
    grid-template-columns: 1fr;
  }
}
