.detail {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fafafc 100%);
}
.detail .inner {
  display: flex;
  flex-direction: column;
}
.detail .inner .section1 {
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 8.6px #38383840;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  top: -30px;
}
.detail .inner .section1 .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail .inner .section1 .item .img {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fef2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.detail .inner .section1 .item .text1 {
  text-align: center;
  color: #0c2232;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 7px;
}
.detail .inner .section1 .item .text2 {
  text-align: center;
  color: #7b8493;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}
.detail .inner .section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail .inner .section2 .title {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.detail .inner .section2 .title .line {
  width: 74px;
  height: 3px;
  background: #d7151a;
}
.detail .inner .section2 .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.detail .inner .section2 .desc {
  text-align: center;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
}
.detail .inner .section3 {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.detail .inner .section3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .inner .section3 .one {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.detail .inner .section3 .one .dot {
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d7151a;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: breathe 4s infinite ease-in-out;
}
.detail .inner .section3 .one .dot svg {
  transition: 0.5s;
}
.detail .inner .section3 .one .text3 {
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 8.4px 3px rgba(143, 143, 143, 0.25);
  padding: 15px;
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  display: none;
}
.detail .inner .section3 .one-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.detail .inner .section3 .one-active .dot svg {
  transform: rotate(45deg);
}
.detail .inner .section3 .one-active .text3 {
  display: block;
}
.detail .inner .section4 {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 61px;
  background: #f1f5f9;
  box-shadow: 0px 4px 4px #e8ebef inset;
  padding: 10px;
  margin-bottom: 30px;
  z-index: 3;
}
.detail .inner .section4 .item {
  border-radius: 61px;
  padding: 9px 27px;
  color: #45556c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.detail .inner .section4 .item-active {
  background: #223757;
  color: #ffffff;
}
.detail .inner .section5 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #62748e;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 40px;
}
.detail .inner .section6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 82px;
}
.detail .inner .section6 .btn1 {
  border-radius: 5px;
  border: 0.8px solid #cad5e2;
  background: #ffffff;
  box-shadow: 0px 0px 4px #eaeaea;
  padding: 12px 30px;
  color: #314158;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.detail .inner .section6 .btn2 {
  border-radius: 5px;
  border: 0.8px solid #d7151a;
  background: #d7151a;
  box-shadow: 0px 1px 4px rgba(107, 87, 87, 0.25);
  padding: 12px 30px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.detail .inner .section7 {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 3.8px 2px #cfcfcf40;
  border: 0.5px solid #e5e7eb;
}
.detail .inner .section7 .section7-top {
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  background: #e8e8e8;
  gap: 12px;
  padding: 20px;
}
.detail .inner .section7 .section7-top .line {
  border-radius: 5px;
  width: 5px;
  height: 21px;
  background: #d7151a;
}
.detail .inner .section7 .section7-top > p {
  color: #1e2939;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
}
.detail .inner .section7 .section7-bottom {
  padding: 20px;
  background: #fcfcfc;
}
.detail .inner .section7 .section7-bottom .tabList {
  width: 100%;
  overflow-x: auto;
}
.detail .inner .section7 .section7-bottom .tabList::-webkit-scrollbar {
  height: 4px;
}
.detail .inner .section7 .section7-bottom .tabList::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.detail .inner .section7 .section7-bottom .tabList::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.detail .inner .section7 .section7-bottom .tabList::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
.detail .inner .section7 .section7-bottom .tabList table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1280px;
}
.detail .inner .section7 .section7-bottom .tabList table td {
  border: 1px solid #e5e7eb;
  padding: 12px 15px;
  color: #999fa9;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
}
.detail .inner .section7 .section7-bottom .tabList table td:nth-child(2),
.detail .inner .section7 .section7-bottom .tabList table td:nth-child(4) {
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 20px;
}
.detail .inner .section7 .section7-bottom .tabList table td p {
  margin: 0;
  line-height: 35px;
}
.detail .inner .section7 .section7-bottom .tabList table td br {
  display: block;
  content: "";
  margin-top: 4px;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 2px rgba(215, 21, 26, 0.2);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(215, 21, 26, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(215, 21, 26, 0.2);
  }
}
.part {
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(180deg, #fafafc 0%, #f6f7f9 100%);
}
.part .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 67px;
}
.part .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part .inner .section1 .section1-left .desc1 {
  margin-bottom: 30px;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.part .inner .section1 .section1-left .title {
  color: #1F1F1F;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.part .inner .section1 .section1-right {
  width: 30%;
}
.part .inner .section1 .section1-right .desc2 {
  text-align: right;
  color: #99a1af;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 18px;
}
.part .inner .section2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part .inner .section2 .prev {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #D2D2D2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part .inner .section2 .prev img {
  transform: rotate(180deg);
  width: 14px;
  height: 14px;
}
.part .inner .section2 .swiper {
  width: calc(100% - 100px - 50px);
}
.part .inner .section2 .swiper .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.part .inner .section2 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto !important;
  border-radius: 10px;
  overflow: hidden;
  background: #e8e8e8;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s;
}
.part .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-top {
  padding: 20px 0;
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.part .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-top img:hover {
  transform: scale(1.05);
}
.part .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom {
  border-radius: 0px 0px 10px 10px;
  background: #0b1e40;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
.part .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.part .inner .section2 .swiper .swiper-wrapper .swiper-slide:hover .item-bottom {
  opacity: 1;
}
.part .inner .section2 .swiper .swiper-wrapper .swiper-slide-active .item-bottom {
  opacity: 1;
}
.part .inner .section2 .next {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #243651;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part .inner .section2 .next img {
  width: 14px;
  height: 14px;
}
.part .inner .section3 {
  width: 100%;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px -4px 12.5px rgba(132, 134, 154, 0.2);
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  bottom: -100px;
}
.part .inner .section3 .text2 {
  color: #0c1d3c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.part .inner .section3 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.part .inner .section3 .btn .btn1 {
  padding: 14px 35px;
  border-radius: 8px;
  gap: 12px;
  background: #d7151a;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part .inner .section3 .btn .btn1 svg {
  transition: 0.5s;
}
.part .inner .section3 .btn .btn2 {
  padding: 14px 35px;
  border-radius: 8px;
  gap: 12px;
  background: #223757;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part .inner .section3 .btn .btn2 svg {
  transition: 0.5s;
}
.scene {
  width: 100%;
  padding: 150px 0 50px 0;
  background: linear-gradient(180deg, #0b1e40 0%, #0f172b 100%);
}
.scene .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scene .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 67px;
}
.scene .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scene .inner .section1 .section1-left .desc1 {
  margin-bottom: 30px;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.scene .inner .section1 .section1-left .title {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.scene .inner .section1 .section1-right {
  width: 30%;
}
.scene .inner .section1 .section1-right .desc2 {
  text-align: right;
  color: #99a1af;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 18px;
}
.scene .inner .section2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transition: 3s;
  margin-bottom: 60px;
}
.scene .inner .section2 .item {
  width: 100%;
  position: relative;
}
.scene .inner .section2 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.scene .inner .section2 .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  gap: 20px;
  transition: 3s;
  z-index: 3;
}
.scene .inner .section2 .item .content .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 22px;
}
.scene .inner .section2 .item .content .text2 {
  color: #e9e9e9;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  display: none;
  transition: 1s;
}
.scene .inner .section2 .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 5.29%, rgba(40, 40, 40, 0.49) 10.58%, rgba(102, 102, 102, 0) 18.75%);
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}
.scene .inner .section2 .item:hover .content {
  justify-content: flex-start;
}
.scene .inner .section2 .item:hover .content .text2 {
  display: block;
}
.scene .inner .section3 {
  width: fit-content;
  padding: 13px 36px;
  text-align: center;
  border-radius: 61px;
  border: 0.8px solid #7e97bc;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.detail-advantage {
  width: 100%;
  padding: 50px 0;
  background: #0f172b;
}
.detail-advantage .inner {
  display: flex;
  flex-direction: column;
}
.detail-advantage .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 67px;
}
.detail-advantage .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-advantage .inner .section1 .section1-left .desc1 {
  margin-bottom: 30px;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.detail-advantage .inner .section1 .section1-left .title {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.detail-advantage .inner .section1 .section1-right {
  width: 30%;
}
.detail-advantage .inner .section1 .section1-right .desc2 {
  text-align: right;
  color: #99a1af;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 18px;
}
.detail-advantage .inner .section2 {
  width: 100%;
}
.detail-advantage .inner .section2 .swiper-pagination {
  width: 100%;
}
.detail-advantage .inner .section2 .swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 1.5px;
  background: #541113;
}
.detail-advantage .inner .section2 .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #861316;
  height: 100%;
  transition: width 0.5s ease;
}
.detail-advantage .inner .section2 .swiper-wrapper {
  width: 100%;
  padding-top: 60px;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .text1 {
  color: #e3e3e3;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 32px;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .text2 {
  color: #a4b5d8;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 24px;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .btn .prev {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #475f82;
  border: 1px solid #475f82;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .btn .prev img {
  transform: rotate(180deg);
  width: 14px;
  height: 14px;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .btn .next {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #475f82;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .btn .next img {
  width: 14px;
  height: 14px;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .right {
  width: 30%;
  overflow: hidden;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .right img:hover {
  transform: scale(1.05);
}
.related {
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
}
.related .inner {
  display: flex;
  flex-direction: column;
}
.related .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 47px;
}
.related .inner .section1 .desc1 {
  margin-bottom: 30px;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.related .inner .section1 .title {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.related .inner .section2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related .inner .section2 .prev {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #D2D2D2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.related .inner .section2 .prev img {
  transform: rotate(180deg);
  width: 14px;
  height: 14px;
}
.related .inner .section2 .swiper {
  width: calc(100% - 100px - 50px);
}
.related .inner .section2 .swiper .swiper-wrapper {
  width: 100%;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #e8e8e8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: scale(0.9);
  transition: 0.5s;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 20px 40px 20px;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-top .tag {
  width: fit-content;
  border-radius: 3px;
  background: #d7151a;
  transition: 0.5s;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-top .tag p {
  padding: 3px 8px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 9px;
  line-height: 13px;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-top .img {
  width: 100%;
  margin: 0 auto;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-top .img img:hover {
  transform: scale(1.05);
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom .content1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom .content1 .text1 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 9px;
  line-height: 13px;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom .content1 .text2 {
  color: #0b1e40;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 12.5px;
  line-height: 19px;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom .line {
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: #f3f4f6;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom .content2 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom .content2 .text3 {
  color: #6a7282;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide .item-bottom .content2 svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.related .inner .section2 .swiper .swiper-wrapper .swiper-slide-active {
  transform: scale(1);
}
.related .inner .section2 .next {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #243651;
  display: flex;
  justify-content: center;
  align-items: center;
}
.related .inner .section2 .next img {
  width: 14px;
  height: 14px;
}
.detail-faq {
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(180deg, #fcfcfc 0%, #f8f8f8 100%);
}
.detail-faq .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.detail-faq .inner .section1 {
  width: 40%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail-faq .inner .section1 .section1-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.detail-faq .inner .section1 .section1-top .desc1 {
  margin-bottom: 30px;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.detail-faq .inner .section1 .section1-top .title {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.detail-faq .inner .section1 .section1-bottom {
  width: 100%;
  display: flex;
  position: relative;
}
.detail-faq .inner .section1 .section1-bottom img {
  width: 100%;
}
.detail-faq .inner .section1 .section1-bottom .content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
}
.detail-faq .inner .section1 .section1-bottom .content .left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.detail-faq .inner .section1 .section1-bottom .content .left .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 24px;
}
.detail-faq .inner .section1 .section1-bottom .content .left .text2 {
  color: #d1d5dc;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
}
.detail-faq .inner .section1 .section1-bottom .content .btn {
  padding: 5px 30px;
  border-radius: 8px;
  border: 1px solid #d7151a;
  background: #d7151a;
  box-shadow: 0px 2px 6.6px #00000040;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  transition: 0.5s;
}
.detail-faq .inner .section1 .section1-bottom .content .btn:hover {
  background: transparent;
  color: #d7151a;
}
.detail-faq .inner .section2 {
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.detail-faq .inner .section2 .item {
  width: 100%;
  border-radius: 10px;
  border: 0.8px solid #e2e8f0;
  background: #ffffff;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s ease;
}
.detail-faq .inner .section2 .item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.detail-faq .inner .section2 .item .question p {
  color: #1d293d;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  transition: 0.5s;
}
.detail-faq .inner .section2 .item .question .img {
  width: 36px;
  max-width: 36px;
  min-width: 36px;
  height: 36px;
  transition: 0.5s;
}
.detail-faq .inner .section2 .item .question .img .minus {
  display: none;
  transition: 0.5s;
}
.detail-faq .inner .section2 .item .question .img .plus {
  display: block;
  transition: 0.5s;
}
.detail-faq .inner .section2 .item .answer {
  margin-top: 30px;
  padding: 15px 0 0 0;
  border-top: 0.8px solid #e2e8f0;
  color: #45556c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: none;
  transition: all 0.5s ease;
}
.detail-faq .inner .section2 .item-active .question p {
  color: #d7151a;
}
.detail-faq .inner .section2 .item-active .question .img .plus {
  display: none;
}
.detail-faq .inner .section2 .item-active .question .img .minus {
  display: block;
}
.detail-faq .inner .section2 .item-active .answer {
  display: block;
}
.detail-faq .inner .section2 svg {
  transition: 0.5s;
}
.detail-solution {
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(180deg, #f8f8f8 0%, #f4f4f4 100%);
}
.detail-solution .inner {
  display: flex;
  flex-direction: column;
}
.detail-solution .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 47px;
}
.detail-solution .inner .section1 .desc1 {
  margin-bottom: 30px;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.detail-solution .inner .section1 .title {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.detail-solution .inner .section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.detail-solution .inner .section2 .item {
  width: 100%;
  border-radius: 10px;
  border: 0.8px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0px 0px 6.7px #82828240;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s ease;
}
.detail-solution .inner .section2 .item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.detail-solution .inner .section2 .item .question p {
  color: #1d293d;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
  transition: 0.5s;
}
.detail-solution .inner .section2 .item .question .img {
  width: 36px;
  max-width: 36px;
  min-width: 36px;
  height: 36px;
  transition: 0.5s;
}
.detail-solution .inner .section2 .item .question .img .minus {
  display: none;
  transition: 0.5s;
}
.detail-solution .inner .section2 .item .question .img .plus {
  display: block;
  transition: 0.5s;
}
.detail-solution .inner .section2 .item .answer {
  margin-top: 15px;
  padding: 15px 0 0 0;
  border-top: 0.8px solid #e2e8f0;
  display: none;
  transition: all 0.5s ease;
  flex-direction: column;
  gap: 15px;
}
.detail-solution .inner .section2 .item .answer p {
  color: #45556c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.detail-solution .inner .section2 .item .answer p span {
  font-weight: 600;
}
.detail-solution .inner .section2 .item-active .question p {
  color: #d7151a;
}
.detail-solution .inner .section2 .item-active .question .img .plus {
  display: none;
}
.detail-solution .inner .section2 .item-active .question .img .minus {
  display: block;
}
.detail-solution .inner .section2 .item-active .answer {
  display: flex;
}
.detail-solution .inner .section2 svg {
  transition: 0.5s;
}
.support {
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(180deg, #f4f4f4 0%, #efefef 100%);
}
.support .inner {
  display: flex;
  flex-direction: column;
}
.support .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
}
.support .inner .section1 .desc1 {
  margin-bottom: 30px;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.support .inner .section1 .title {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.support .inner .section2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.support .inner .section2 .item {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 8.1px #c3c3c3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.support .inner .section2 .item .num {
  position: absolute;
  top: -55px;
  right: 0;
  color: #f9fbfd;
  font-family: Inter;
  font-weight: 700;
  font-size: 150px;
  z-index: 0;
  transition: 0.5s;
}
.support .inner .section2 .item .img {
  width: 58px;
  max-width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 15px;
  border: 0.5px solid #ffe2e2;
  background: #fef2f2;
  box-shadow: 0px 2px 4px #ab919140;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  z-index: 2;
}
.support .inner .section2 .item .img svg {
  transition: 0.5s;
}
.support .inner .section2 .item .text1 {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 800;
  font-size: 28px;
  z-index: 2;
}
.support .inner .section2 .item .one {
  display: flex;
  gap: 13px;
  z-index: 2;
}
.support .inner .section2 .item .one .left {
  width: 20px;
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  padding-top: 5px;
}
.support .inner .section2 .item .one .right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.support .inner .section2 .item .one .right .text2 {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 18px;
}
.support .inner .section2 .item .one .right .text3 {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 13px;
}
.support .inner .section2 .item::before {
  transition: 0.5s;
}
.support .inner .section2 .item:hover {
  background: #d7151a;
}
.support .inner .section2 .item:hover .num {
  color: #f5faff;
  z-index: 1;
}
.support .inner .section2 .item:hover .img {
  background: #d7151a;
  box-shadow: 0px 2px 4px #ab919140;
  z-index: 1;
}
.support .inner .section2 .item:hover .img svg path {
  fill: #fff;
}
.support .inner .section2 .item:hover .text1 {
  z-index: 1;
}
.support .inner .section2 .item:hover .one {
  z-index: 1;
}
.support .inner .section2 .item:hover::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 0;
}
.detail-news {
  width: 100%;
  padding: 50px 0 100px 0;
  background: linear-gradient(180deg, #efefef 0%, #e9e9e9 100%);
}
.detail-news .inner {
  display: flex;
  flex-direction: column;
}
.detail-news .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
}
.detail-news .inner .section1 .desc1 {
  margin-bottom: 30px;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.detail-news .inner .section1 .title {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.detail-news .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.detail-news .inner .section2 .item {
  width: calc((100% - 70px ) / 3);
  border-radius: 20px;
  background: #FFFFFF;
  overflow: hidden;
}
.detail-news .inner .section2 .item .item-top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.detail-news .inner .section2 .item .item-top img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.detail-news .inner .section2 .item .item-top img:hover {
  transform: scale(1.05);
}
.detail-news .inner .section2 .item .item-bottom {
  width: 100%;
  padding: 30px;
}
.detail-news .inner .section2 .item .item-bottom .item-bottom-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.detail-news .inner .section2 .item .item-bottom .item-bottom-top .item-bottom-top-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.detail-news .inner .section2 .item .item-bottom .item-bottom-top .item-bottom-top-item .text2 {
  color: #0b1e40;
  font-family: Inter;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}
.detail-news .inner .section2 .item .item-bottom .text3 {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.detail-news .inner .section2 .item .item-bottom .text4 {
  color: #616161;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.detail-news .inner .section2 .item .item-bottom .item-bottom-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-news .inner .section2 .item .item-bottom .item-bottom-bottom .text5 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.detail-news .inner .section2 .item .item-bottom .item-bottom-bottom svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.detail-news .inner .section2 .item:hover .item-bottom .text3 {
  color: #d7151a;
}
.detail-news .inner .section3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-news .inner .section3 .btn {
  border-radius: 61px;
  border: 0.8px solid #D7151A;
  background: #D7151A;
  padding: 11px 26px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  transition: 0.5s;
}
.detail-news .inner .section3 .btn:hover {
  background: transparent;
  color: #D7151A;
}
@media screen and (max-width: 1440px) {
  .part .inner .section1 .section1-left .title,
  .scene .inner .section1 .section1-left .title,
  .detail-advantage .inner .section1 .section1-left .title,
  .related .inner .section1 .title,
  .detail-faq .inner .section1 .section1-top .title,
  .detail-solution .inner .section1 .title,
  .support .inner .section1 .title,
  .detail-news .inner .section1 .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .part .inner .section1 .section1-left .desc1,
  .scene .inner .section1 .section1-left .desc1,
  .detail-advantage .inner .section1 .section1-left .desc1,
  .related .inner .section1 .desc1,
  .detail-faq .inner .section1 .section1-top .desc1,
  .detail-solution .inner .section1 .desc1,
  .support .inner .section1 .desc1,
  .detail-news .inner .section1 .desc1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .part .inner .section1 .section1-right .desc2,
  .scene .inner .section1 .section1-right .desc2,
  .detail-advantage .inner .section1 .section1-right .desc2 {
    font-size: 18px;
  }
  .part .inner .section3 .text2 {
    font-size: 18px;
  }
  .part .inner .section3 {
    flex-direction: column;
    gap: 15px;
  }
  .detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .text1 {
    font-size: 20px;
  }
  .detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .text2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .detail .inner .section1 {
    top: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .detail .inner .section7 .section7-bottom .tabList {
    overflow-x: scroll;
  }
  .detail .inner .section7 .section7-bottom .tabList table td {
    font-size: 18px;
  }
  .detail .inner .section7 .section7-bottom .tabList table td:nth-child(2),
  .detail .inner .section7 .section7-bottom .tabList table td:nth-child(4) {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .part .inner .section1,
  .scene .inner .section1,
  .detail-advantage .inner .section1,
  .related .inner .section1,
  .detail-faq .inner .section1,
  .detail-solution .inner .section1,
  .support .inner .section1,
  .detail-news .inner .section1 {
    margin-bottom: 40px;
  }
  .detail .inner .section1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .detail .inner .section2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .detail .inner .section2 .title {
    margin-bottom: 10px;
  }
  .detail .inner .section2 .desc {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .detail .inner .section2 .text {
    font-size: 20px;
  }
  .detail .inner .section3 {
    width: 100%;
    margin-bottom: 40px;
  }
  .detail .inner .section5 {
    width: 100%;
  }
  .detail-faq .inner {
    flex-direction: column;
    gap: 0px;
  }
  .detail-faq .inner .section1 {
    width: 100%;
    margin-bottom: 0px;
  }
  .detail-faq .inner .section2 {
    width: 100%;
  }
  .detail-faq .inner .section1 .section1-top {
    margin-bottom: 0px;
  }
  .support .inner .section2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .support .inner .section2 .item {
    gap: 20px;
  }
  .support .inner .section2 .item .text1 {
    font-size: 20px;
  }
  .detail-news .inner .section2 .item {
    width: calc((100% - 40px) / 3);
  }
  .detail-news .inner .section2 .item .item-bottom {
    padding: 20px;
  }
  .detail-news .inner .section2 .item .item-bottom .item-bottom-top {
    margin-bottom: 15px;
  }
  .detail-news .inner .section2 .item .item-bottom .text3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .detail-news .inner .section2 .item .item-bottom .text4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .scene .inner .section2 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
  .detail-advantage .inner .section2 .swiper-wrapper {
    padding-top: 20px;
  }
  .detail-advantage .inner .section2 .swiper-wrapper .swiper-slide {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left {
    width: 100%;
    gap: 10px;
  }
  .detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .right {
    width: 100%;
    overflow: hidden;
    height: 250px;
  }
  .detail-news .inner .section2 {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
  }
  .detail-news .inner .section2 .item {
    width: 100%;
  }
  .detail-news .inner .section2 .item .item-top img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .part .inner .section1,
  .scene .inner .section1,
  .detail-advantage .inner .section1,
  .related .inner .section1,
  .detail-faq .inner .section1,
  .detail-solution .inner .section1,
  .support .inner .section1,
  .detail-news .inner .section1 {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 0px;
  }
  .part .inner .section1 .section1-left,
  .scene .inner .section1 .section1-left,
  .detail-advantage .inner .section1 .section1-left,
  .related .inner .section1,
  .detail-faq .inner .section1,
  .detail-solution .inner .section1,
  .support .inner .section1,
  .detail-news .inner .section1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .part .inner .section1 .section1-left .desc1,
  .scene .inner .section1 .section1-left .desc1,
  .detail-advantage .inner .section1 .section1-left .desc1,
  .related .inner .section1 .desc1,
  .detail-faq .inner .section1 .section1-top .desc1,
  .detail-solution .inner .section1 .desc1,
  .support .inner .section1 .desc1,
  .detail-news .inner .section1 .desc1 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .part .inner .section1 .section1-left .title,
  .scene .inner .section1 .section1-left .title,
  .detail-advantage .inner .section1 .section1-left .title,
  .related .inner .section1 .title,
  .detail-faq .inner .section1 .section1-top .title,
  .detail-solution .inner .section1 .title,
  .support .inner .section1 .title,
  .detail-news .inner .section1 .title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .part .inner .section1 .section1-right,
  .scene .inner .section1 .section1-right,
  .detail-advantage .inner .section1 .section1-right {
    width: 100%;
  }
  .part .inner .section1 .section1-right .desc2,
  .scene .inner .section1 .section1-right .desc2,
  .detail-advantage .inner .section1 .section1-right .desc2 {
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  .detail .inner .section1 .item .img {
    margin-bottom: 7px;
  }
  .detail .inner .section1 .item .text1 {
    font-size: 15px;
    margin-bottom: 3px;
    line-height: 22px;
  }
  .detail .inner .section1 .item .text2 {
    font-size: 12px;
  }
  .detail .inner .section2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail .inner .section2 .title {
    margin-bottom: 10px;
    gap: 10px;
  }
  .detail .inner .section2 .title .line {
    width: 50px;
    height: 2px;
    background: #d7151a;
  }
  .detail .inner .section2 .title > p {
    font-size: 16px;
  }
  .detail .inner .section2 .desc {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .detail .inner .section2 .text {
    font-size: 14px;
  }
  .detail .inner .section3 {
    margin-bottom: 20px;
  }
  .detail .inner .section4 {
    padding: 7px;
    margin-bottom: 20px;
    gap: 2px;
    flex-wrap: wrap;
  }
  .detail .inner .section4 .item {
    padding: 9px 13px;
    font-size: 13px;
  }
  .detail .inner .section5 {
    margin-bottom: 20px;
  }
  .detail .inner .section6 {
    gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .detail .inner .section7 .section7-top > p {
    font-size: 15px;
    font-weight: 400;
  }
  .detail .inner .section7 .section7-bottom .tabList table td p {
    line-height: 25px !important;
  }
  .detail .inner .section7 .section7-bottom .tabList table td {
    padding: 10px;
    font-size: 13px;
  }
  .detail .inner .section7 .section7-bottom .tabList table td:nth-child(2),
  .detail .inner .section7 .section7-bottom .tabList table td:nth-child(4) {
    font-size: 13px;
  }
  .part {
    padding: 40px 0;
  }
  .part .inner .section2 {
    margin-bottom: 20px;
  }
  .part .inner .section2 .prev,
  .part .inner .section2 .next {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .part .inner .section2 .swiper {
    width: calc(100% - 100px - 20px);
  }
  .part .inner .section3 {
    bottom: 0px;
  }
  .part .inner .section3 {
    padding: 20px;
  }
  .part .inner .section3 .text2 {
    font-size: 15px;
  }
  .scene {
    padding: 40px 0;
  }
  .scene .inner .section2 {
    margin-bottom: 20px;
  }
  .scene .inner .section2 .item .content .text1 {
    font-size: 18px;
  }
  .scene .inner .section2 .item .content .text2 {
    font-size: 14px;
  }
  .scene .inner .section3 {
    padding: 10px 20px;
    font-size: 16px;
  }
  .detail-advantage {
    padding: 0 0 40px 0;
  }
  .detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .text1 {
    font-size: 18px;
  }
  .detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .text2 {
    font-size: 15px;
  }
  .detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .btn .prev,
  .detail-advantage .inner .section2 .swiper-wrapper .swiper-slide .left .btn .next {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .related {
    padding: 40px 0;
  }
  .related .inner .section2 .prev,
  .related .inner .section2 .next {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .related .inner .section2 .swiper {
    width: calc(100% - 100px - 20px);
  }
  .detail-faq {
    padding: 0;
  }
  .detail-faq .inner .section1 .section1-bottom {
    width: 100%;
    height: 300px;
  }
  .detail-faq .inner .section1 .section1-bottom .content .left .text1 {
    font-size: 20px;
  }
  .detail-faq .inner .section2 {
    gap: 15px;
  }
  .detail-faq .inner .section2 .item {
    padding: 20px;
  }
  .detail-faq .inner .section2 .item .question p {
    font-size: 16px;
    line-height: 25px;
  }
  .detail-faq .inner .section2 .item .answer {
    margin-top: 10px;
    padding: 10px 0 0 0;
    font-size: 15px;
  }
  .detail-solution {
    padding: 40px 0;
  }
  .detail-solution .inner .section2 .item {
    padding: 20px;
  }
  .detail-solution .inner .section2 .item .question p {
    font-size: 16px;
  }
  .detail-solution .inner .section2 .item .answer {
    margin-top: 10px;
    padding: 10px 0 0 0;
    gap: 5px;
  }
  .detail-solution .inner .section2 .item .answer p {
    font-size: 15px;
  }
  .support {
    padding: 0;
  }
  .detail-news {
    padding: 40px 0;
  }
  .detail-news .inner .section2 .item .item-bottom .text3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .detail-news .inner .section2 .item .item-bottom .text4 {
    font-size: 14px;
  }
  .detail-news .inner .section3 .btn {
    padding: 6px 12px;
    font-size: 15px;
  }
  .support .inner .section2 .item {
    padding: 20px;
    gap: 10px;
  }
  .support .inner .section2 .item .text1 {
    font-size: 18px;
  }
  .support .inner .section2 .item .one .right .text2 {
    font-size: 16px;
  }
  .detail-news .inner .section2 .item .item-bottom .text3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .detail-news .inner .section2 .item .item-bottom .text4 {
    font-size: 14px;
  }
  .detail-news .inner .section3 .btn {
    padding: 6px 12px;
    font-size: 15px;
  }
  .detail .inner .section3 .one {
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  .detail .inner .section1 {
    padding: 20px;
    gap: 15px;
  }
  .detail .inner .section6 .btn1,
  .detail .inner .section6 .btn2 {
    width: 100%;
  }
  .part .inner .section2 .prev,
  .part .inner .section2 .next {
    display: none;
  }
  .part .inner .section2 .swiper {
    width: 100%;
  }
  .part .inner .section3 .btn {
    gap: 15px;
    flex-direction: column;
  }
  .part .inner .section3 .btn .btn1,
  .part .inner .section3 .btn .btn2 {
    width: 100%;
  }
  .scene .inner .section2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .scene .inner .section2 .item .content {
    justify-content: flex-start;
  }
  .scene .inner .section2 .item .content .text2 {
    display: block;
  }
  .related .inner .section2 .prev,
  .related .inner .section2 .next {
    display: none;
  }
  .related .inner .section2 .swiper {
    width: 100%;
  }
  .support .inner .section2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .detail .inner .section3 img {
    width: 120%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: -10%;
  }
}
