@charset "UTF-8";
/* CSS Document */
.banner {
  margin-top: 90px;
}

.banner .swiper-container img {
  width: 100%;
}

.banner .swiper-container .m {
  display: none;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  border-radius: 10px;
}

.banner .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  outline: medium;
}

.banner .swiper-pagination-bullet-active {
  background: #d9261c;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.index_box {
  max-width: 1400px;
  margin: 0 auto;
}

.dyip {
  margin: 50px 0;
  overflow: hidden;
}

.dyip .title {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

.dyip .box {
  margin: 25px auto 0 auto;
  max-width: 1400px;
}

.dyip .index_case {
  text-align: center;
  padding-bottom: 0;
}

.dyip .swiper-slide .pic {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.dyip .swiper-slide .pic img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.dyip .swiper-slide .pic img:hover {
  transform: scale(1.05);
}

.dyip .swiper-slide .titleer {
  color: #333;
  font-size: 15px;
  line-height: 32px;
  display: block;
}
.dyip .swiper-slide .titleer h3 {
  color: #d81e06;
}
.dyip .swiper-slide .titleer p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dyip .swiper-pagination {
  bottom: 0px;
}

.dyip .swiper-button-next,
.swiper-button-prev {
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -25px;
  outline: medium;
}

.dyip .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 10px;
  border: 1px solid #fff;
}

.dyip .swiper-pagination-bullet-active {
  background: #e42887;
  border: 1px solid #e42887;
}

.dyip .swiper-button-next,
.swiper-button-prev {
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -25px;
  outline: medium;
}

.dyip .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -4%;
}

.dyip .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -4%;
}

.dyip .swiper-button-next i,
.dyip .swiper-button-prev i {
  font-size: 36px;
  color: #333;
}

.dyip .swiper-father {
  position: relative;
}

.derp {
  background: url(../image/ab_bg.jpg) left bottom no-repeat;
  background-size: cover;
  padding: 48px 0;
  overflow: hidden;
}

.derp .pic {
  float: left;
  width: 47%;
}

.derp .pic img {
  width: 92%;
  border: 8px solid #fff;
}

.derp .right {
  float: right;
  width: 52%;
}

.derp .right h2 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}

.derp .right .txt {
  margin-top: 15px;
  line-height: 30px;
  font-size: 14px;
}
.derp .right .txt h2 {
  margin-bottom: 15px;
}

.derp .right .more {
  width: 145px;
  height: 36px;
  border: 1px solid #555;
  line-height: 36px;
  text-align: center;
  margin-top: 12px;
}

.derp .right .more a {
  display: block;
  color: #333;
}

.derp .right .more a:hover {
  display: block;
  text-decoration: none;
}

.derp .right .more:hover {
  background: #d9261c;
  border: 1px solid #d9261c;
}

.dsanp {
  padding-top: 80px;
  background: #fff;
}
.dsanp h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 50px;
  letter-spacing: -0.02em;
}
.dsanp .box {
  margin-top: 0;
}
.dsanp .box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
}
@media (max-width: 1024px) {
  .dsanp .box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .dsanp .box ul {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 24px;
  }
}
.dsanp .box li {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
}
.dsanp .box li:nth-child(1) {
  animation-delay: 0.1s;
}
.dsanp .box li:nth-child(2) {
  animation-delay: 0.2s;
}
.dsanp .box li:nth-child(3) {
  animation-delay: 0.3s;
}
.dsanp .box li:nth-child(4) {
  animation-delay: 0.4s;
}
.dsanp .box li:nth-child(5) {
  animation-delay: 0.5s;
}
.dsanp .box li:nth-child(6) {
  animation-delay: 0.6s;
}
.dsanp .box li:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border-color: #6366f1;
}
.dsanp .box li:hover i {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  transform: scale(1.05);
}
.dsanp .box li:hover i img {
  filter: brightness(10);
}
.dsanp .box li i {
  font-size: 66px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f0ff 0%, #e8e8ff 100%);
  border-radius: 50%;
  color: #6366f1;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}
.dsanp .box li i img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease;
}
.dsanp .box li h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px;
  font-size: 1.125rem;
}
.dsanp .box li p {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  line-height: 1.7;
  color: #666;
  font-size: 0.9rem;
}
.dsanp .more {
  width: 185px;
  height: 48px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  border-radius: 50px;
  line-height: 48px;
  text-align: center;
  margin: 50px auto;
  transition: all 0.3s ease;
}
.dsanp .more a {
  display: block;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.dsanp .more:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3);
}

.dsip {
  background: #f5f5f5;
  padding: 40px 0;
}

.dsip h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
}

.dsip ul {
  text-align: center;
  margin-top: 30px;
  margin-left: -2%;
}

.dsip li {
  width: 23%;
  float: left;
  background: #fff;
  margin-left: 2%;
}

.dsip .pic {
  text-align: center;
  font-size: 0px;
}

.dsip .pic img {
  width: 100%;
  transition: all 0.3s;
}

.dsip .title {
  padding: 20px;
}

.dsip .title h3 {
  font-size: 18px;
}

.dsip .title p {
  line-height: 24px;
  margin-top: 10px;
}

.djap {
  background: url(../image/bg_book.jpg) left center no-repeat;
  background-size: cover;
  padding: 40px 0;
  overflow: hidden;
}

.djap h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.djap h3 {
  line-height: 30px;
  margin-top: 12px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.djap .jjfa {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.djap .jjfa ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
}
@media (max-width: 1024px) {
  .djap .jjfa ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .djap .jjfa ul {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

.djap .jjfa ul li {
  height: 235px;
  position: relative;
  overflow: hidden;
  opacity: 0.95;
  border-radius: 12px;
}

.djap .jjfa ul li .home_app1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.djap .jjfa ul li .home_app1 p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.djap .jjfa ul li .home_app2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(217, 38, 28, 0.75);
  transform: translateY(100%);
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.djap .jjfa ul li .home_app2 p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.djap .jjfa ul li:hover .home_app2 {
  transform: translateY(0);
  transition: all 0.5s;
}

.djap .jjfa ul li:hover .home_app1 {
  display: none;
}

.dwup {
  padding: 40px 0 20px 0;
}

.dwup h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
}

.dwup ul {
  margin-left: -2%;
  margin-top: 30px;
}

.dwup li {
  float: left;
  border: 1px solid #ddd;
  margin-left: 2%;
  width: 18%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.dwup li img {
  width: 100%;
}

/**/
.ny_banner {
  margin-top: 90px;
  height: auto;
}
.ny_banner img {
  width: 100%;
  height: auto;
}
.ny_banner img:first-child {
  display: block;
}
.ny_banner img:last-child {
  display: none;
}

.subnav_er {
  padding: 0;
  border-bottom: 1px solid #ddd;
  height: 71px;
  background: #fff;
}

.subnav_er li {
  float: left;
  line-height: 70px;
  max-width: 80%;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
}

.subnav_er li a {
  display: block;
}

.subnav_er li:hover a {
  display: block;
  text-decoration: none;
  border-bottom: 2px solid #d9261c;
}

.subnav_er li a.current {
  border-bottom: 2px solid #d9261c;
  color: #d9261c;
}

.subnav_san {
  display: none;
  background: #fff;
}

.subnav_san .fh {
  float: left;
  line-height: 48px;
  width: 15%;
  background: #d9261c;
  text-align: center;
  height: 48px;
}

.subnav_san .fh i {
  color: #fff;
  font-size: 20px;
}

.subnav_san .dh {
  float: right;
  line-height: 46px;
  width: 85%;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #eee;
}

.subnav_san .dh h2 {
  float: left;
  line-height: 47px;
  padding-left: 15px;
  font-size: 17px;
  font-weight: bold;
}

.subnav_san .dh p {
  float: right;
  width: 50px;
  text-align: center;
}

.subnav_san .dh p i {
  font-size: 20px;
}

.subnav_san .dh ul {
  position: absolute;
  left: 0;
  top: 47px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
}

.subnav_san .dh li {
  line-height: 45px;
  border-bottom: 1px solid #eee;
}

.subnav_san .dh li a {
  display: block;
  padding: 0 15px;
}

.subnav_san .dh li:hover a {
  display: block;
  text-decoration: none;
}

.subnav_san .dh li a.current {
  border-bottom: 2px solid #d9261c;
  color: #d9261c;
}

.subnav_san .dh li i {
  float: right;
  font-size: 12px;
}

.main-about {
  padding: 0 0 10px;
  background-color: #fff;
}

.main-about .profile {
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
}

.main-about .profile .text {
  line-height: 32px;
  text-align: justify;
  font-size: 15px;
}
.main-about .profile .text h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.main-about .profile .text img {
  max-width: 100%;
}

.main-about .profile .text video {
  display: block;
  margin: 0 auto;
  height: 675px;
  width: 100%;
}

.main-about .profile .text table {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  width: 100% !important;
}

.main-about .profile .text table td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.5% 1%;
  background: #fff !important;
}

.main-about .profile .text table tr:first-child td {
  background: #444 !important;
  color: #fff;
  line-height: 40px;
}

.B_title {
  font-size: 24px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.huanjing {
  padding: 10px 0;
  overflow: hidden;
}

.huanjing ul {
  margin-left: -2%;
  margin-top: 20px;
}

.huanjing li {
  float: left;
  width: 23%;
  margin-left: 2%;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.huanjing li .pic {
  border: 1px solid #ccc;
  padding: 2px;
}

.huanjing li p {
  line-height: 30px;
}

.huanjing li img {
  width: 100%;
}

.pro_left {
  float: left;
  width: 18%;
}

.pro_left .option-box {
  border: 1px solid #e0e0e8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 18px 11px;
  background-color: #f7f7f9;
}

.pro_left .option-box .form-group {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.pro_left .option-box .form-group .form-group-name {
  font-weight: normal;
  color: #444;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: bold;
}

.pro_left .option-box .form-group .p-form-option {
  width: 100%;
  overflow: hidden;
}

.pro_left .option-box .form-group .p-form-option .p-checkbox {
  float: left;
  margin-top: 4px;
}

.p-checkbox input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  font-size: 14px;
  border: 1px solid #cccedb;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  outline: none;
}

.pro_left .option-box .form-group .p-form-option label {
  width: 100%;
  font-size: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  line-height: 27px;
  padding-left: 0px;
}

.pro_left .option-box .form-group .p-form-option label i {
  background: url("../image/checkbox.png") left center no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.pro_left .option-box .form-group .p-form-option label a {
  background: url("../image/checkbox.png") left center no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
}

.pro_left .option-box .form-group .p-form-option label a.hover {
  background: url("../image/checkbox_x.png") left center no-repeat;
  color: #d9261c;
}

.pro_right {
  float: right;
  width: 79%;
}

.pro_right .product {
  width: 100%;
  overflow: hidden;
}

.pro_right .product ul {
  margin-left: -1%;
  overflow: hidden;
}

.pro_right .product ul li {
  float: left;
  width: 32.333%;
  margin-left: 1%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.pro_right .product ul li .pics {
  border: 1px solid #e0e0e8;
  border-radius: 10px;
  padding: 5px;
  overflow: hidden;
}

.pro_right .product ul li img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}

.pro_right .product ul li img:hover {
  transform: scale(1.05);
}

.pro_right .product ul li .product-info {
  padding: 2% 6%;
  line-height: 28px;
}

.pro_right .product ul li .product-info .p-small {
  color: #333;
  font-weight: 600;
  line-height: 25px;
  font-size: 15px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro_right .product ul li .product-info .price {
  color: #d81e06;
}

.pro_right .product ul li .product-info .goods_nr {
  color: #555;
  font-size: 13px;
  padding: 5px 0;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 165px;
}

.pro_right .product ul li .product-info .p-view {
  background-color: #d9261c;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100px;
  height: 27px;
  text-align: center;
  margin-top: 5px;
}
.pro_right .product ul li .product-info .p-view:hover {
  background-color: #444;
}

.pro_right .product ul li .product-info .p-view a {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 27px;
}

/*detail*/
.tabbb {
  width: 100%;
  margin: 75px auto 0;
  overflow: hidden;
  height: 70px;
  background-color: #ffffff;
  z-index: 999;
  position: static;
  box-shadow: 0 3px 1px #eee;
}

.naaavbg {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 70px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 999;
}

.tabss {
  width: 100%;
  margin: 0 auto;
  height: 70px;
  overflow: hidden;
}

.tabss span {
  color: #333;
  font-size: 23px;
  line-height: 70px;
  width: 50%;
  float: left;
}

.tabs {
  float: right;
}

.tabss ul {
  padding: 0;
  margin: 0;
}

.tabss ul li {
  float: left;
  margin: 0 22px;
}

.tabss ul li a {
  font-size: 18px;
  line-height: 70px;
  text-decoration: none;
  color: #555556;
}

.tabss ul p {
  float: left;
  margin: 0 6px;
  color: #d9261c;
  line-height: 70px;
  font-size: 16px;
}

.activem a {
  color: #d9261c !important;
  font-weight: bold;
}

.tab_container {
  padding: 15px 0;
  line-height: 32px;
  font-size: 15px;
  overflow: hidden;
}

.tab_container img {
  max-width: 100%;
}

.produ {
  width: 100%;
  overflow: hidden;
}

.produ_bword {
  font-size: 18px;
  line-height: 38px;
  margin-top: 80px;
}

.pro_biaog {
  width: 100%;
  overflow: hidden;
}

.pro_biaog table tr td {
  border-bottom: #d2d5d8 1px solid;
  padding: 12px 0;
  line-height: 35px;
  font-size: 16px;
}

.pro_biaog table tr td:first-child {
  font-size: 18px;
  color: #d9261c;
}

.xijiep {
  padding: 10px 0;
  overflow: hidden;
}

.xijiep ul {
  margin-left: -2%;
  margin-top: 10px;
}

.xijiep li {
  float: left;
  width: 31.333%;
  margin-left: 2%;
  text-align: center;
  margin-bottom: 18px;
  box-sizing: border-box;
}

.xijiep li .pic {
  border: 1px solid #ccc;
  padding: 2px;
}

.xijiep li p {
  line-height: 22px;
  padding-top: 10px;
  font-size: 15px;
}

.xijiep li img {
  width: 100%;
}

.product_con_t {
  padding: 2% 0;
}

.product_con_t .t_l {
  float: left;
  width: 55%;
}

.product_con_t .t_l img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 2px;
}

.product_con_t .t_r {
  float: right;
  width: 42%;
}

.product_con_t .t_r .bt {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 15px 0;
}

.product_con_t .t_r .bt_2 {
  font-size: 18px;
  color: #0086e4;
  margin-top: 10px;
}

.product_con_t .t_r .box {
  margin-top: 12px;
  line-height: 32px;
  padding: 0;
  font-size: 15px;
}

.product_con_t .t_r .box img {
  max-width: 100%;
  margin-top: 20px;
}

/*核心技术*/
.core_tit {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}

.core_list {
  overflow: hidden;
}

.core_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}

.core_list ul li {
  flex: 0 0 calc(33.33% - 10px);
  margin-right: 10px;
  margin-top: 10px;
  height: 250px;
  position: relative;
}

.core_list ul li a {
  display: block;
}

.core_list ul li a:hover {
  color: white;
}

.core_list ul li .texts {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 320;
}

.core_list ul li .wfEditorMode {
  z-index: 700;
  position: absolute;
  left: 0;
  bottom: 0;
}

.core_list ul li .wfEditorMode:hover {
  color: #99ccff;
}

.core_list ul li strong {
  display: block;
  margin-top: 20px;
}

.core_list ul li p {
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0px; /*padding-right: 40px;*/
}

.core_list ul li .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
}

.core_list ul li .img img {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.core_list ul li {
  overflow: hidden;
}

.core_list ul li .texts {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 0.5), 0.3s linear;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
}

.core_list ul li:hover .texts {
  transform: scale(1.4);
  background-color: rgba(120, 0, 0, 0.6);
}

.core_list ul li .img {
  transition: 0.3s cubic-bezier(0.5, 0, 0, 0.5);
}

.core_list ul li:hover .img {
  transform: scale(1.15);
}

.partner-box {
  width: 100%;
  overflow: hidden;
}

.partner-ctn {
  background-color: #e5e5e5;
  padding: 50px;
  color: #033333;
  line-height: 32px;
  font-size: 16px;
}

section.flow {
  height: 360px;
  color: white;
  background: url("../image/partner_flow.jpg") center/cover no-repeat;
}

.flow .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flow h2 {
  text-align: center;
  font-size: 28px;
  padding: 35px 0;
}

.flow-list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.flow-list .flow {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; /* cursor: pointer;*/
}

.flow-list .flow::after {
  content: "";
  background: url("../image/partner_flow_arrow.png") center/contain no-repeat;
  width: 25px;
  height: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 27px);
}

.flow-img {
  height: 37.5%;
  margin-bottom: 4px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

section.flow .flow-list .flow:last-of-type {
  margin-right: 0;
}

.flow:last-of-type::after {
  display: none;
}

.flow-list .flow span {
  font-size: 16px;
}

section.facial-section {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  padding-top: 45px;
  padding-bottom: 45px;
}

section.facial-section table {
  width: 100%;
}

section.facial-section tr {
  background-color: #fafafb;
}

section.facial-section tr:nth-of-type(2n) {
  background-color: #fcfcf9;
}

section.facial-section tr:nth-of-type(2n) td:nth-of-type(2n -1) {
  background-color: rgba(255, 255, 255, 0.8);
}

section.facial-section tr:nth-of-type(2n-1) td:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, 0.01);
}

section.facial-section td {
  padding: 12px;
}

section.facial-section table p {
  margin: 0;
}

section.facial-section:nth-of-type(2n - 1) {
  background-color: #eeeeee;
}

section.facial-section .wrapper {
  display: flex;
  height: 100%;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}

section.facial-section:nth-of-type(2n) .wrapper {
  flex-direction: row-reverse;
}

section.facial-section .intro {
  display: flex;
  margin-right: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

section.facial-section.no-img .intro {
  margin-right: 0;
}

section.facial-section:nth-of-type(2n) .intro {
  margin-right: 0;
  margin-left: 90px;
  align-items: flex-end;
}

section.facial-section .section-img {
  flex: 0 0 550px;
  position: relative;
  height: 310px;
  overflow: hidden;
}

section.facial-section .video {
  cursor: pointer;
}

.intro .title {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.intro .title {
  margin-bottom: 28px;
}

.intro .desc {
  line-height: 30px;
  font-size: 15px;
}

/*solution*/
.solution_p {
  padding: 0 0 30px 0;
  overflow: hidden;
}

.solution_p .btz {
  text-align: center;
  font-size: 32px;
  color: #333;
  padding: 30px 0;
  letter-spacing: 1px;
}

.solution_p .btz span {
  color: #d81e06;
}

.solution_p ul {
  margin-left: -2%;
  text-align: center;
}

.solution_p ul li {
  width: 23%;
  margin-left: 2%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}

.solution_p ul li i {
  font-size: 66px;
  width: 140px;
  height: 140px;
  line-height: 135px;
  display: block;
  background: #f4f4f6;
  margin: 0 auto;
  border-radius: 100px;
  color: #2e93ff;
  transition: all 0.3s;
}

.solution_p ul li i img {
  width: 70px;
  vertical-align: middle;
  text-align: center;
}

.solution_p ul li h3 {
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  font-size: 18px;
}

.solution_p ul li p {
  margin-top: 10px;
  line-height: 24px;
  font-size: 13px;
}

.sol_1p {
  padding: 35px 0;
  border-top: 1px solid #aaa;
  overflow: hidden;
}

.sol_1p .Leftwz {
  float: left;
  width: 45%;
}

.sol_1p .Leftwz .y1 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  padding-bottom: 14px;
}

.sol_1p .Leftwz .y2 {
  font-size: 30px;
  color: #d81e06;
  line-height: 40px;
  padding-bottom: 14px;
}

.sol_1p .Leftwz .y3 {
  font-size: 14px;
  line-height: 28px;
}

.sol_1p .ringhimg {
  float: right;
  width: 55%;
}

.sol_1p .ringhimg img {
  max-width: 100%;
}

.sol_2a {
  padding: 0;
  border-top: 1px solid #aaa;
  overflow: hidden;
}

.sol_2a .altz {
  text-align: center;
  font-size: 32px;
  color: #333;
  padding: 30px 0;
  letter-spacing: 1px;
}

.sol_2a .alzs_t {
  width: 100%;
  overflow: hidden;
}

.sol_2a .alzs_t img {
  max-width: 100%;
}

/*download*/
.download {
  width: 100%;
  overflow: hidden;
}

.Dload-nav {
  font-size: 0px;
  text-align: center;
}

.Dload-nav a {
  display: inline-block;
  padding: 2px 6px;
}

.Dload-nav a span {
  display: block;
  height: 42px;
  line-height: 40px;
  color: #555555;
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 0 32px;
}

.Dload-nav a.cur span,
.Dload-nav a:hover span,
.Dload-nav a:active span {
  background: #d81e06;
  border-color: #d81e06;
  color: #fff;
}

.Dli-list {
  width: 102%;
  margin: 0 0 0 -2%;
}

.Dli-list li {
  width: 23%;
  padding: 0 0 0 2%;
  margin: 35px 0 0;
  float: left;
}

.Dli-list .Dlil-box {
  display: block;
  padding: 10px 0 22px;
  color: #555555;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.Dlil-box .Dlil-img {
  width: 84px;
  height: 84px;
  line-height: 84px;
  font-size: 0px;
  position: relative;
  margin: 0 auto;
}

.Dlil-box .Dlil-img img {
  display: inline-block;
  opacity: 1;
  width: 74px;
}

.Dlil-box .name {
  line-height: 30px;
  margin: 5px 0 0;
  font-size: 15px;
}

.Dlil-box .btn {
  width: 140px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  margin: 12px auto 0;
}

.Dlil-box .btn span {
  padding: 4px 0 4px 36px;
  background: url(../image/icon-dd5.png) no-repeat left center;
}

.Dlil-box:hover,
.Dlil-box:hover .btn {
  border: 1px solid #d81e06;
}

.Dlil-box:hover .btn {
  background: #d81e06;
  color: #fff;
}

.Dlil-box:hover .btn span {
  background: url(../image/icon-dd5-2.png) no-repeat left center;
}

/*下载登录*/
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: visible;
  margin: 0 auto;
  width: 350px;
  height: 180px;
  padding: 35px;
  margin-top: 30%;
  background: #ffffff;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.VipLoginPwd {
  float: left;
  width: 96%;
  height: 35px;
  line-height: 35px;
  padding: 4px;
  border: 1px #d8d8d8 solid;
  margin-bottom: 30px;
}

.reveal-modal .d_tishi {
  display: none;
  width: 100%;
  margin: 4px auto 8px auto;
  overflow: hidden;
  background: #f5f5f5;
  font-size: 12px;
  line-height: 22px;
  color: #666;
  padding: 12px 0;
}

.reveal-modal .d_tishi span {
  color: #d81e06;
}

.reveal-modal .d_tishi i {
  font-size: 20px;
  width: 16px;
  height: 16px;
  background: #d6484a;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  color: #fff;
  float: left;
  margin: 3px 10px 3px 10px;
  display: block;
  border-radius: 50%;
}

.input_off {
  padding: 0px;
  width: 49%;
  height: 45px;
  line-height: 45px;
  border: none;
  color: #ffffff;
  background-color: #d81e06;
}

.input_on {
  padding: 0px;
  width: 98%;
  height: 45px;
  line-height: 45px;
  border: none;
  color: #ffffff;
  background-color: #d81e06;
}

.reveal-modal dl {
  float: left;
  width: 90%;
  ine-height: 26px;
  margin-bottom: 12px;
  padding-left: 20px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  background: url(../image/dian.jpg) left no-repeat;
}

/*news*/
.news {
  width: 100%;
  overflow: hidden;
}

.news .news_t {
  margin-bottom: 22px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}

.news .news_t .pic {
  float: left;
  width: 30%;
}

.news .news_t .pic img {
  width: 100%;
  height: 250px;
}

.news .news_t .right {
  float: right;
  width: 66%;
  margin-top: 20px;
  margin-right: 2%;
}

.news .news_t .right .news-date {
  font-size: 14px;
  color: black;
  margin-bottom: 15px;
}

.news .news_t .right h2 {
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news_t .right p {
  line-height: 30px;
  font-size: 14px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news .news_t .right .more {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
  margin-top: 12px;
}

.news .news_t .right .more a {
  display: block;
}

.news .news_t .right .more:hover a {
  display: block;
  text-decoration: none;
}

.NewsDetailed {
  width: 100%;
  overflow: hidden;
}

.NewsDetailed h4 {
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #444;
}

.NewsShowHits {
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px #dedede solid;
  color: #777;
  font-size: 13px;
}

.NewsDetailed-content {
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  color: #555;
}

.NewsDetailed-content img {
  max-width: 100%;
  margin: 10px auto;
  text-align: center;
  display: table-cell;
  clear: both;
  overflow: hidden;
}

.fanhui {
  float: right;
  width: 126px;
  margin: 0 auto;
  position: relative;
}

.fanhui a {
  position: absolute;
  z-index: 2;
  width: 125px;
  height: 42px;
  line-height: 42px;
  top: 25px;
  right: 0;
  text-align: center;
  background: #333;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.fanhui a:hover {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  text-decoration: underline;
}

.PreveNext {
  border-top: 1px #dedede solid;
  margin: 0px auto;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  overflow: hidden;
  height: 70px;
}

.PreveNext ul {
  float: left;
}

.PreveNext li {
  width: 100%;
  float: left;
  line-height: 32px;
  text-align: left;
}

/*faq*/
.cpxqer {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (max-width: 640px) {
  .cpxqer {
    padding: 20px 0;
  }
}
.cpxqer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cpxqer li {
  margin-bottom: 16px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.cpxqer li:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.cpxqer .border {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 640px) {
  .cpxqer .border {
    padding: 16px 20px;
  }
}
.cpxqer .border i {
  font-size: 24px;
  color: #CF2425;
  margin-right: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .cpxqer .border i {
    font-size: 20px;
    margin-right: 12px;
  }
}
.cpxqer .border a {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}
@media (max-width: 640px) {
  .cpxqer .border a {
    font-size: 0.9rem;
  }
}
.cpxqer .border::after {
  content: "+";
  font-size: 1.5rem;
  color: #999;
  font-weight: 300;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .cpxqer .border::after {
    font-size: 1.25rem;
  }
}
.cpxqer .border.active {
  background: linear-gradient(135deg, #CF2425 0%, #e64546 100%);
}
.cpxqer .border.active i {
  color: #fff;
}
.cpxqer .border.active a {
  color: #fff;
}
.cpxqer .border.active::after {
  content: "−";
  color: #fff;
  transform: rotate(180deg);
}
.cpxqer .con_er {
  display: none;
  padding: 24px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  font-size: 1rem;
}
@media (max-width: 640px) {
  .cpxqer .con_er {
    padding: 16px 20px;
  }
}

/*job*/
.zplist-left {
  float: left;
  width: 68%;
}

.zplist-left .zhaopinbm {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.zplist-left .zhaopinbm ul {
  background: #fff;
  font-size: 14px;
  overflow: hidden;
}

.zplist-left .zhaopinbm ul li {
  float: left;
  width: 25%;
  text-indent: 20px;
  line-height: 45px;
}

.zplist-left .zhaopinbm ul:first-child {
  background: #eef0f2;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 2px;
}

.zplist-left .zhaopinbm ul:hover {
  background: #ffcfcc;
}

.zplist-right {
  float: right;
  width: 25%;
}

.zpr1 {
  padding-left: 28px;
  margin-bottom: 10px;
  background: url(../image/jiaru.jpg) left center no-repeat;
}

.zpr1 p {
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #d9261c;
}

.zpr2 {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
}

.zp-sup {
  width: 100%;
  overflow: hidden;
}

.zp-sup .zp-title {
  font-size: 16px;
  color: #000;
  line-height: 32px;
  font-weight: bold;
}

.zp-sup .zpcontent {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
}

.contact_t {
  float: left;
  width: 40%;
  line-height: 35px;
  font-size: 16px;
  margin-top: 55px;
}

.contact_b {
  float: right;
  width: 58%;
}

#map_container {
  height: 550px;
}

.pagebox {
  font-family: Arial;
  text-align: center;
  clear: both;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 1px;
  font-size: 0px;
}

.page a,
.page span {
  margin-left: -1px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  width: 30px;
  border: 1px solid #e0e0e0;
}

.page a.np {
  line-height: 30px;
  width: 30px;
  height: 30px !important;
}

.page a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.page a:hover,
.page a.active {
  border: 1px solid #d9261c;
  background: #d9261c;
  color: #fff;
}

.page a:first-child,
.page span:first-child {
  border-radius: 4px 0px 0px 4px;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0px 4px 4px 0px;
}

.page2 {
  margin-top: 20px;
}

.page2 span {
  color: #999;
}

.contact-form {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .contact-form {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .contact-form {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.contact-form .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 90%;
  text-align: center;
}

@media (min-width: 1024px) {
  .contact-form .title {
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .contact-form .title {
    margin-bottom: 3.75rem;
    max-width: 70%;
  }
}
@media (min-width: 1560px) {
  .contact-form .title {
    max-width: 50%;
  }
}
.contact-form .form-submit {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  border-radius: 1.5rem;
  --un-bg-opacity: 1;
  background-color: rgb(241, 245, 249, var(--un-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .contact-form .form-submit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    padding: 2.5rem;
  }
}
.contact-form .form-submit .item label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  --un-text-opacity: 1;
  color: rgb(51, 51, 51, var(--un-text-opacity));
  font-weight: 700;
}

@media (min-width: 1024px) {
  .contact-form .form-submit .item label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.contact-form .form-submit .item label span {
  --un-text-opacity: 1;
  color: rgb(248, 113, 113, var(--un-text-opacity));
}

.contact-form .form-submit .item input,
.contact-form .form-submit .item select {
  width: 100%;
  height: 3rem;
  border-width: 1px;
  --un-border-opacity: 1;
  border-color: rgb(153, 153, 153, var(--un-border-opacity));
  border-radius: 0.25rem;
  background-color: transparent;
  padding-left: 5px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --un-text-opacity: 1;
  color: rgb(102, 102, 102, var(--un-text-opacity));
}

.contact-form .form-submit .item textarea {
  width: 100%;
  height: 7.5rem;
  border-width: 1px;
  --un-border-opacity: 1;
  border-color: rgb(153, 153, 153, var(--un-border-opacity));
  border-radius: 0.25rem;
  background-color: transparent;
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --un-text-opacity: 1;
  color: rgb(102, 102, 102, var(--un-text-opacity));
}

@media (min-width: 1024px) {
  .contact-form .form-submit .item textarea {
    height: 5rem;
  }
}
@media (min-width: 1024px) {
  .contact-form .form-submit .item.full {
    grid-column: span 2/span 2;
  }
}
.btns {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btns button,
.btns a {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  border-radius: 9999px;
  --un-bg-opacity: 1;
  background-color: rgb(51, 51, 51, var(--un-bg-opacity));
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --un-text-opacity: 1;
  color: rgb(255, 255, 255, var(--un-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
}

@media (min-width: 1024px) {
  .btns button,
  .btns a {
    padding: 1.25rem 3.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btns button i,
.btns a i {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.btns button:hover,
.btns a:hover {
  --un-bg-opacity: 1;
  background-color: rgb(230, 33, 41, var(--un-bg-opacity));
}

.btns a.chat {
  --un-bg-opacity: 1;
  background-color: rgb(21, 128, 61, var(--un-bg-opacity));
  --un-text-opacity: 1;
  color: rgb(255, 255, 255, var(--un-text-opacity));
}

.btns a.chat:hover {
  --un-border-opacity: 1;
  border-color: rgb(230, 33, 41, var(--un-border-opacity));
  --un-bg-opacity: 1;
  background-color: rgb(230, 33, 41, var(--un-bg-opacity));
  --un-text-opacity: 1;
  color: rgb(255, 255, 255, var(--un-text-opacity));
}

.application {
  padding: 50px 0;
  background: #ffffff;
}
.application ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
}
@media (max-width: 1024px) {
  .application ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .application ul {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
.application li {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
.application li:nth-child(1) {
  animation-delay: 0.1s;
}
.application li:nth-child(2) {
  animation-delay: 0.2s;
}
.application li:nth-child(3) {
  animation-delay: 0.3s;
}
.application li:nth-child(4) {
  animation-delay: 0.4s;
}
.application li:nth-child(5) {
  animation-delay: 0.5s;
}
.application li:nth-child(6) {
  animation-delay: 0.6s;
}
.application li:nth-child(7) {
  animation-delay: 0.7s;
}
.application li:nth-child(8) {
  animation-delay: 0.8s;
}
.application li:nth-child(9) {
  animation-delay: 0.9s;
}
.application a {
  display: block;
  text-decoration: none;
  background: linear-gradient(145deg, #f5f5f5 0%, #e8e8e8 100%);
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.application a:hover {
  transform: translateY(-8px);
  background: linear-gradient(145deg, #ffffff 0%, #f0f0f0 100%);
  border-color: #d0d0d0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 40px rgba(99, 102, 241, 0.1);
}
.application a:hover .pic img {
  transform: scale(1.08);
}
.application a:hover .pic::after {
  opacity: 0;
}
.application a:hover button {
  background: #d02426;
  color: white;
  padding-left: 28px;
}
.application .pic {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.application .pic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  transition: opacity 0.4s ease;
}
.application .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.application .text {
  padding: 28px;
}
.application .text h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.application .text h3 {
  font-size: 0.85rem;
  font-weight: 500;
  color: #666;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.application .text p {
  font-size: 0.95rem;
  color: #555;
  margin: 0 0 24px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.application .text button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  border: 1px solid #333;
  border-radius: 50px;
  color: #333;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fshare {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .fshare {
    justify-content: center;
  }
}
.fshare a {
  margin-right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --un-bg-opacity: 1;
  background-color: rgb(208, 36, 38, var(--un-bg-opacity));
  --un-text-opacity: 1;
  color: rgb(208, 36, 38, var(--un-text-opacity));
}

.fshare a i {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --un-text-opacity: 1;
  color: rgb(255, 255, 255, var(--un-text-opacity));
}

.fshare a:hover {
  --un-bg-opacity: 1;
  background-color: rgb(60, 67, 79, var(--un-bg-opacity));
}

.i-app-facebook {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4z'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.i-app-instagram {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.i-app-tiktok {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16.6 5.82s.51.5 0 0A4.278 4.278 0 0 1 15.54 3h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.i-app-youtube {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M234.33 69.52a24 24 0 0 0-14.49-16.4C185.56 39.88 131 40 128 40s-57.56-.12-91.84 13.12a24 24 0 0 0-14.49 16.4C19.08 79.5 16 97.74 16 128s3.08 48.5 5.67 58.48a24 24 0 0 0 14.49 16.41C69 215.56 120.4 216 127.34 216h1.32c6.94 0 58.37-.44 91.18-13.11a24 24 0 0 0 14.49-16.41c2.59-10 5.67-28.22 5.67-58.48s-3.08-48.5-5.67-58.48m-73.74 65l-40 28A8 8 0 0 1 108 156v-56a8 8 0 0 1 12.59-6.55l40 28a8 8 0 0 1 0 13.1Z'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.i-app-linkedin {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6.94 5a2 2 0 1 1-4-.002a2 2 0 0 1 4 .002M7 8.48H3V21h4zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91z'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.i-app-wechat {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.85 8.14c.39 0 .77.03 1.14.08C16.31 5.25 13.19 3 9.44 3c-4.25 0-7.7 2.88-7.7 6.43c0 2.05 1.15 3.86 2.94 5.04L3.67 16.5l2.76-1.19c.59.21 1.21.38 1.87.47c-.09-.39-.14-.79-.14-1.21c-.01-3.54 3.44-6.43 7.69-6.43M12 5.89a.96.96 0 1 1 0 1.92a.96.96 0 0 1 0-1.92M6.87 7.82a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92'/%3E%3Cpath fill='currentColor' d='M22.26 14.57c0-2.84-2.87-5.14-6.41-5.14s-6.41 2.3-6.41 5.14s2.87 5.14 6.41 5.14c.58 0 1.14-.08 1.67-.2L20.98 21l-1.2-2.4c1.5-.94 2.48-2.38 2.48-4.03m-8.34-.32a.96.96 0 1 1 .96-.96c.01.53-.43.96-.96.96m3.85 0a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.i-app-whatsapp {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19.05 4.91A9.816 9.816 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.264 8.264 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.183 8.183 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07c0 1.22.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.index_datas {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 60px auto;
}
@media (max-width: 1024px) {
  .index_datas {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .index_datas {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
    gap: 16px;
  }
}
.index_datas li {
  text-align: center;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
  cursor: pointer;
}
.index_datas li:nth-child(1) {
  animation-delay: 0.1s;
}
.index_datas li:nth-child(2) {
  animation-delay: 0.2s;
}
.index_datas li:nth-child(3) {
  animation-delay: 0.3s;
}
.index_datas li:nth-child(4) {
  animation-delay: 0.4s;
}
.index_datas li:nth-child(5) {
  animation-delay: 0.5s;
}
.index_datas li:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: #CF2427;
}
.index_datas li h2 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.index_datas li h2 .num {
  font-family: "DM Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #CF2427;
  line-height: 1;
  background: #CF2427;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.index_datas li h2 span:last-child {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: #888;
  font-weight: 500;
}
.index_datas li p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  color: #333;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

.tools {
  position: fixed;
  bottom: 2.5rem;
  right: 0.5rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .tools {
    right: 1.25rem;
  }
}
.tools .tool-item {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --un-bg-opacity: 1;
  background-color: rgb(208, 36, 38, var(--un-bg-opacity));
  --un-text-opacity: 1;
  color: rgb(255, 255, 255, var(--un-text-opacity));
  --un-shadow: var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));
  box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
}

.tools .tool-item i {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tools .tool-item .tooltip {
  visibility: hidden;
  position: absolute;
  right: 3.5rem;
  top: 0;
  --un-translate-y: -0%;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  white-space: nowrap;
  border-radius: 0.5rem;
  --un-bg-opacity: 1;
  background-color: rgb(60, 67, 79, var(--un-bg-opacity));
  padding: 1.25rem;
  --un-text-opacity: 1;
  color: rgb(255, 255, 255, var(--un-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
}

.tools .tool-item .tooltip h2 {
  margin-bottom: 0.5rem;
}

.tools .tool-item .tooltip span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .tools .tool-item .tooltip span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.tools .tool-item .tooltip:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  --un-translate-y: -50%;
  --un-translate-x: 100%;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  border-width: 8px;
  border-color: transparent;
  --un-border-opacity: 1;
  --un-border-left-opacity: var(--un-border-opacity);
  border-left-color: rgb(60, 67, 79, var(--un-border-left-opacity));
}

.tools .tool-item:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.tools .tool-item:hover {
  --un-bg-opacity: 1;
  background-color: rgb(60, 67, 79, var(--un-bg-opacity));
}

.i-app-phone {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m15.1 15.027l.545.517zm.456-.48l-.544-.516zm2.417-.335l-.374.65zm1.91 1.1l-.374.65zm.539 3.446l.543.517zm-1.42 1.496l-.545-.517zm-1.326.71l.074.745zm-9.86-4.489l.543-.516zm-4.064-9.55a.75.75 0 1 0-1.498.081zm5.439 1.88l.544.517zm.287-.302l.543.517zm.156-2.81l.613-.433zM8.374 3.91l-.613.433zm-3.656-.818a.75.75 0 0 0 1.087 1.033zm6.345 9.964l.544-.517zm-.399 6.756a.75.75 0 1 0 .798-1.27zm4.449.246a.75.75 0 0 0-.307 1.469zm.532-4.514l.455-.48l-1.088-1.033l-.455.48zm1.954-.682l1.91 1.1l.749-1.3l-1.911-1.1zm2.279 3.38l-1.42 1.495l1.087 1.034l1.42-1.496zM8.359 15.959c-3.876-4.081-4.526-7.523-4.607-9.033l-1.498.08c.1 1.85.884 5.634 5.018 9.986zm1.376-6.637l.286-.302l-1.087-1.033l-.287.302zm.512-4.062L8.986 3.477l-1.225.866l1.26 1.783zM9.19 8.805a38.223 38.223 0 0 0-.545-.515l-.002.002l-.003.003a.674.674 0 0 0-.05.058a1.592 1.592 0 0 0-.23.427c-.098.275-.15.639-.084 1.093c.13.892.715 2.091 2.242 3.7l1.088-1.034c-1.428-1.503-1.78-2.428-1.846-2.884c-.032-.22 0-.335.013-.372l.008-.019a.253.253 0 0 1-.028.037a.647.647 0 0 1-.018.02zm1.328 4.767c1.523 1.604 2.673 2.234 3.55 2.377c.451.073.816.014 1.092-.095a1.52 1.52 0 0 0 .422-.25l.035-.034l.014-.014a.383.383 0 0 0 .007-.006l.003-.003l.001-.002s.002-.001-.542-.518c-.544-.516-.543-.517-.543-.518l.002-.001l.002-.003l.006-.005a.811.811 0 0 1 .047-.042c.009-.006.008-.004-.005.001c-.02.008-.11.04-.3.009c-.402-.066-1.27-.42-2.703-1.929zM8.986 3.477C7.972 2.043 5.944 1.8 4.718 3.092l1.087 1.033c.523-.55 1.444-.507 1.956.218zm9.471 16.26c-.279.294-.57.452-.854.48l.147 1.492c.747-.073 1.352-.472 1.795-.939zM10.021 9.02c.968-1.019 1.036-2.613.226-3.76l-1.225.866c.422.597.357 1.392-.088 1.86zm9.488 6.942c.821.473.982 1.635.369 2.28l1.087 1.033c1.305-1.374.925-3.673-.707-4.613zm-3.409-.898c.385-.406.986-.497 1.499-.202l.748-1.3c-1.099-.632-2.46-.45-3.335.47zm-4.638 3.478c-.983-.618-2.03-1.454-3.103-2.583l-1.087 1.033c1.154 1.215 2.297 2.132 3.392 2.82zm6.14 1.675a8.269 8.269 0 0 1-2.489-.159l-.307 1.469a9.768 9.768 0 0 0 2.944.182z'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.i-app-email {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zM20 8l-7.475 4.675q-.125.075-.262.113t-.263.037t-.262-.037t-.263-.113L4 8v10h16zm-8 3l8-5H4zM4 8v.25v-1.475v.025V6v.8v-.012V8.25zv10z'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.i-app-up {
  --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M213.66 165.66a8 8 0 0 1-11.32 0L128 91.31l-74.34 74.35a8 8 0 0 1-11.32-11.32l80-80a8 8 0 0 1 11.32 0l80 80a8 8 0 0 1 0 11.32'/%3E%3C/svg%3E");
  -webkit-mask: var(--un-icon) no-repeat;
  mask: var(--un-icon) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: currentColor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.why-choose {
  padding: 80px 0;
  background: #f8f9fa;
}
.why-choose .title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 40px;
  text-align: center;
}
.why-choose ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
}
@media (max-width: 1024px) {
  .why-choose ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .why-choose ul {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 24px;
  }
}
.why-choose li {
  background: #fff;
  border-radius: 16px;
  padding: 40px 28px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
}
.why-choose li:nth-child(1) {
  animation-delay: 0.15s;
}
.why-choose li:nth-child(2) {
  animation-delay: 0.3s;
}
.why-choose li:nth-child(3) {
  animation-delay: 0.45s;
}
.why-choose li:nth-child(4) {
  animation-delay: 0.6s;
}
.why-choose li:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
  border-color: #CF2427;
}
.why-choose li:hover .icon {
  color: #CF2427;
  transform: scale(1.1);
}
.why-choose li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff7f7;
  color: #CF2427;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.why-choose li .icon svg {
  width: 36px;
  height: 36px;
}
.why-choose li .content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  letter-spacing: 0.08em;
}
.why-choose li .content p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  color: #666;
  margin: 0;
  line-height: 1.7;
}