/* 面包屑样�?*/
.form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding: 23px 8%;
  background: #ffffff;
  border-bottom: 1px solid rgba(57, 49, 132, 0.08);
  color: #9aa0ad;
  font-family: "Source Han Sans SC";
  font-size: 12px;
  line-height: 20px;
}

.form .text1 {
  display: flex;
  color: rgba(0, 0, 0, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin: 0 8px;
  transition: color 0.5s ease;
}

.form .text1:hover {
  color: #f59a14;
}

.form .text2 {
  display: flex;
  font-family: "Alibaba PuHuiTi";
 color: rgba(240, 153, 22, 1);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-left: 8px;
}

/* 产品详情首屏样式 */
.detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 34px 0 48px;
  background: rgba(248, 248, 248, 1);
  background-image: linear-gradient(rgba(57, 49, 132, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(57, 49, 132, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}

.detail .inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.detail .title {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 14px;
}

.detail .title p {
  display: flex;
  justify-content: center;
  color: rgba(0, 55, 113, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  text-decoration-line: underline;
  text-underline-offset: 30%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
}

.detail .section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
}

.detail .section2-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 17%;
  gap: 50px;
  padding-top: 18px;
}

.detail .section2-left .item {
  display: flex;
  align-items: center;
  align-self: flex-start;
  position: relative;
  color: #8d94a5;
  transition: color 0.5s ease;
  padding-bottom: 6px;
}

.detail .section2-left .item .dot {
  display: flex;
  width: 7px;
  max-width: 7px;
  min-width: 7px;
  height: 7px;
  border-radius: 39px;
  background: rgba(145, 145, 145, 1);
  margin-right: 9px;
  transition: background 0.5s ease;
}

.detail .section2-left .item p {
  display: flex;
  position: relative;
  color: rgba(145, 145, 145, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.detail .section2-left .item-active {
  border-bottom: 1px solid rgba(62, 50, 123, 1);
}
.detail .section2-left .item-active .dot {
  background: rgba(62, 50, 123, 1);
}

.detail .section2-left .item-active p {
  color: rgba(62, 50, 123, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}


.detail .section2-left .item:hover,
.detail .section2-left .item.detail-category-active {
  color: #393184;
}

.detail .section2-left .item:hover .dot,
.detail .section2-left .item.detail-category-active .dot {
  background: #393184;
}
.detail .section2-left .item:hover p,
.detail .section2-left .item.detail-category-active p {
  color: #393184;
}
.detail .section2-left .item:hover p::after,
.detail .section2-left .item.detail-category-active p::after {
  right: 0;
}

.detail .section2-middle {
  display: flex;
  width: 72%;
  justify-content: center;
  position: relative;
}

.detail .section2-middle .swiper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.detail .section2-middle .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.detail .section2-middle .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.detail .section2-middle .swiper-slide img {
  display: block;
  width: 48%;
  aspect-ratio: 360 / 310;
  object-fit: contain;
  object-position: center center;
}

.detail .section2-middle .prev,
.detail .section2-middle .next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 47%;
  padding: 16px;
  border-radius: 50%;
  background: #fb903b;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.5s ease, background 0.5s ease;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 84px;
  background: rgba(251, 144, 59, 1);
  box-shadow: 0px 2px 4px -2px rgba(251, 144, 59, 0.2), 0px 4px 6px -1px rgba(251, 144, 59, 0.2);
}

.detail .section2-middle .prev {
  left: 7%;
}

.detail .section2-middle .next {
  right: 7%;
}

.detail .section2-middle .prev:hover,
.detail .section2-middle .next:hover {
  transform: translateY(-2px);
  background: #f59a14;
}

.detail .section2-right {
  display: flex;
  flex-wrap: wrap;
  width: 11%;
  padding-top: 2px;
}

.detail .section2-right .swiper {
  display: flex;
  width: 100%;
  max-height: 428px;
  overflow-x: hidden;
  overflow-y: auto;
}

.detail .section2-right .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  transform: none !important;
}

.detail .section2-right .swiper-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72%;
  flex: 0 0 auto;
  height: auto;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  align-self: center;
  padding: 8px;
  border: 3px solid transparent;
  border-radius: 8px;
  background: #e8eef2;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(24, 24, 24, 0.08);
  transition: border-color 0.5s ease, background 0.5s ease, transform 0.5s ease;
  border-radius: 12px;
  background: rgba(215, 215, 215, 1);
}

.detail .section2-right .swiper-wrapper > div:hover {
  border-color: rgba(253, 140, 25, 0.45);
}
.detail .section2-right .swiper-wrapper > div.detail-thumb-item,
.detail .section2-right .swiper-wrapper > div.detail-thumb-active{
  height: auto;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
}
.detail .section2-right .swiper-wrapper > div.detail-thumb-active{
  border-radius: 12px;
  border-color: rgba(253, 140, 25, 0.45);
  background: rgba(255, 255, 255, 1);
}

.detail .section2-right .swiper-wrapper > div img {
  display: block;
  width: 85%;
  height: 85%;
  object-fit: contain;
  object-position: center center;
}

.detail .section3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 22px;
  margin-top: 22px;
}

.detail .section3 .btn1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  border: 1px solid #314158;
  border-radius: 28px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
  height: 54px;
  border-radius: 16777200px;
  border: 1px solid rgba(49, 65, 88, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}

.detail .section3 .btn1:hover {
  transform: translateY(-2px);
  border-color: #063669;
  box-shadow: 0 10px 22px rgba(49, 65, 88, 0.12);
}

.detail .section3 .btn1 svg {
  display: flex;
  margin-right: 8px;
}

.detail .section3 .btn1 p {
  display: flex;
  color: rgba(49, 65, 88, 1);
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.detail .section3 .btn2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 31px;
  border-radius: 28px;
  background: #063669;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(6, 54, 105, 0.12);
  transition: transform 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
  height: 54px;
  border-radius: 18641400px;
  background: rgba(0, 55, 113, 1);
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.1);
}

.detail .section3 .btn2:hover {
  transform: translateY(-2px);
  background: #003771;
  box-shadow: 0 12px 24px rgba(6, 54, 105, 0.2);
}

.detail .section3 .btn2 p {
  display: flex;
  color: rgba(255, 255, 255, 1);
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-right: 12px;
}

.detail .section3 .btn2 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 33px;
  background: rgba(255, 255, 255, 1);
}

.detail .desc {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 34px;
}

.detail .desc p {
  display: flex;
  justify-content: center;
  width: 79%;
  color: rgba(0, 55, 113, 1);
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
}

.detaildesc .section2 p {
  display: block;
  width: 100%;
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
  text-align: left;
}
.detail .desc p {
  text-align: center;
}
/* 详情锚点导航样式 */
.detailNav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid rgba(57, 49, 132, 0.1);
  border-bottom: 1px solid rgba(57, 49, 132, 0.1);
  background: #ffffff;
}

.detailNav .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.detailNav a {
  display: flex;
  padding: 17px 48px;
  color: #7e8597;
  transition: color 0.5s ease;
}

.detailNav a:hover,
.detailNav a.detail-nav-active {
  color: #393184;
}

.detailNav a p {
  display: flex;
  color: rgba(69, 85, 108, 1);
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 15px;
  line-height: 22.5px;
}

/* 标品参数样式 */
.detaildesc,
.specification {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 48px 0 66px;
  background: #ffffff;
}

.detaildesc .inner,
.specification .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.detaildesc .section1,
.specification .section1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 34px;
}

.detaildesc .section1 .title,
.specification .section1 .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.detaildesc .section1 .title .line,
.specification .section1 .title .line {
  display: flex;
  width: 89px;
  height: 1px;
  background: rgba(251, 144, 59, 1);
}

.detaildesc .section1 .title p,
.specification .section1 .title p {
  display: flex;
  color: rgba(0, 55, 113, 1);
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.detaildesc .section1 .tag,
.specification .section1 .tag {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.detaildesc .section1 .tag p,
.specification .section1 .tag p {
  display: flex;
  color: rgba(98, 116, 142, 1);
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.detaildesc .section2,
.specification .section2 {
  display: flex;
  flex-wrap: wrap;
  width: 72%;
}

.detaildesc .section2 {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 30px 45px;
  border-radius: 0 16px 16px 0;
  border-left: 6px solid #f59a14;
  background: #f9fbfd;
  box-shadow: 0 0 4px #0000004d;
}

.specification .tabList {
  display: block;
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(57, 49, 132, 0.1);
  border-radius: 8px;
  background: #f7f7f8;
}

.specification .tabList table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.specification .tabList th,
.specification .tabList td {
  padding: 18px 32px;
  border-bottom: 1px solid rgba(57, 49, 132, 0.08);
  border-right: 1px solid rgba(57, 49, 132, 0.08);
  color: rgba(0, 0, 0, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
}

.specification .tabList th {
  color: rgba(0, 0, 0, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  background: rgba(57, 49, 132, 0.08);
}

.specification .tabList tr:last-child td {
  border-bottom: 0;
}

.specification .tabList th:last-child,
.specification .tabList td:last-child {
  border-right: 0;
}

.specification .tabList td p {
  display: flex;
  color: inherit;
  font-family: "Source Han Sans SC";
  font-size: 13px;
  line-height: 22px;
}

/* application styles */
.application {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #f7f8fb;
  overflow: hidden;
}

.application .section1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #f59a14;
  padding: 34px 0 30px;
}

.application .section1 .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.application .section1 .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 14px;
  border-radius: 18641400px;
}

.application .section1 .tag .line {
  display: flex;
  padding: 1px 16px;
  background: rgba(255, 255, 255, 1);
}
.application .section1 .tag p {
color: rgba(255, 255, 255, 1);
font-family: "Source Han Sans SC";
font-weight: 700;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
}
.application .section1 .title p {
  display: flex;
  color: rgba(255, 255, 255, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
}

.application .section2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 56px 0 80px;
  background-color: #f7f8fb;
  overflow: hidden;
}

.application .section2 > img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.application .section2 > img + img {
  top: 300px;
  opacity: 1;
}

.application .section2 .swiper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.application .section2 .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: stretch;
}

.application .section2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 52px;
}

.application .section2 .swiper-slide .left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-shrink: 0;
  width: 53%;
  border-radius: 14px;
  padding: 20px 34px 26px;
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
}

.application .section2 .swiper-slide .left .img {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #111111;
}

.application .section2 .swiper-slide .left .img img {
  display: block;
  width: 100%;
  aspect-ratio: 530 / 298;
  object-fit: cover;
  object-position: center center;
}

.application .section2 .swiper-slide .left .img p {
  display: flex;
  position: absolute;
  left: 24px;
  top: 28px;
  padding: 8px 25px;
  color: rgba(255, 255, 255, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  border-radius: 18641400px;
  border: 0.6px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
}

.application .section2 .swiper-slide .left .text1 {
  display: flex;
  justify-content: center;
  padding-top: 22px;
}

.application .section2 .swiper-slide .left .text1 p {
  display: flex;
  align-items: center;
  color: rgba(57, 50, 131, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

.application .section2 .swiper-slide .left .text1 p span {
  display: flex;
  color: rgba(245, 130, 32, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
}

.application .section2 .swiper-slide .right {
  display: flex;
  flex-shrink: 0;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 14px 0 0;
}

.application .section2 .swiper-slide .right .top {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

.application .section2 .swiper-slide .right .top p {
  display: flex;
  color: rgba(57, 50, 131, 1);
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
}

.application .section2 .swiper-slide .right .bottom {
  display: flex;
  justify-content: flex-end;
  margin-right: 118px;
}

.application .section2 .swiper-slide .right .bottom p {
  display: flex;
  align-items: flex-end;
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  line-height: 41px;
}

.application .section2 .swiper-slide .right .bottom p span {
  display: flex;
  color: rgba(240, 153, 22, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 50px;
  line-height: 69px;
  margin-right: 8px;
  position: relative;
  bottom: -9px;
}

.application .swiper-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 118px;
  width: 100%;
  margin-top: -55px;
  padding-right: 30px;
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.application .swiper-btn .prev,
.application .swiper-btn .next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border-radius: 50%;
  border: 1px solid rgba(240, 153, 22, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: background 0.5s ease;
  transform: none;
}

.application .swiper-btn .prev:hover,
.application .swiper-btn .next:hover {
  background: rgba(240, 153, 22, 0.12);
  transform: none;
}

/* related styles */
.related {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 60px 0 48px;
  background: #f5f5f6;
  overflow: hidden;
}

.related .section1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 36px;
}

.related .section1 .inner {
  display: flex;
  justify-content: center;
}

.related .section1 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.related .section1 .title .line {
  display: flex;
  width: 89px;
  height: 1px;
  background: rgba(251, 144, 59, 1);
}

.related .section1 .title p {
  display: flex;
  color: rgba(0, 55, 113, 1);
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.related .section2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.related .swiper {
  display: flex;
  width: 100%;
  overflow: visible;
}

.related .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 28px;
}

.related .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  width: 22%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 6px 20px rgba(24, 24, 24, 0.08);
}

.related .swiper-slide > img {
  display: block;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.related .swiper-slide .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 24px 26px 24px;
}

.related .swiper-slide .content .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 220 / 168;
  border-radius: 12px;
  border: 0.6px solid rgba(244, 244, 245, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.54);
}

.related .swiper-slide .content .img img {
  display: block;
  width: 70%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.5s ease;
}

.related .swiper-slide:hover .content .img img {
  transform: scale(1.05);
}

.related .swiper-slide .content p {
  display: flex;
  justify-content: center;
  color: rgba(30, 26, 77, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 18px;
  line-height: 24.8px;
  text-align: center;
}

/* FAQ 样式 */
.faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 34px 0 88px;
  background: #f5f5f6;
}

.faq .section1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 28px;
}

.faq .section1 .inner {
  display: flex;
  justify-content: center;
}

.faq .section1 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.faq .section1 .title .line {
  display: flex;
  width: 89px;
  height: 1px;
  background: rgba(251, 144, 59, 1);
}

.faq .section1 .title p {
  display: flex;
  color: rgba(0, 55, 113, 1);
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.faq .section2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}

.faq .section2 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 26px 34px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(24, 24, 24, 0.04);
  cursor: pointer;
  transition: box-shadow 0.5s ease;
  border-radius: 12px;
  border: 4px solid rgba(227, 227, 227, 0.5);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}

.faq .section2 .item:hover {
  box-shadow: 0 10px 24px rgba(24, 24, 24, 0.08);
}

.faq .section2 .item-left {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 26px;
}

.faq .section2 .question {
  display: flex;
  width: 100%;
}

.faq .section2 .question p {
  display: flex;
  color: rgba(0, 0, 0, 1);
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
}

.faq .section2 .answer {
  display: none;
  width: 100%;
  margin-top: 16px;
}

.faq .section2 .answer p {
  display: flex;
  color: rgba(0, 0, 0, 1);
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
}

.faq .section2 .item-active .answer {
  display: flex;
}

.faq .section2 .item-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  background: #eef4ff;
  transition: background 0.5s ease;
}

.faq .section2 .item-active .item-right {
  background: #fb903b;
}

.faq .section2 .item-right .sub {
  display: none;
}

.faq .section2 .item-active .item-right .sub {
  display: flex;
}

.faq .section2 .item-active .item-right .add {
  display: none;
}

/* 产品详情响应式样�?*/
@media only screen and (max-width: 1280px) {
  .form {
    padding: 18px 6%;
  }

  .form .text1,
  .form .text2 {
    font-size: 15px;
    line-height: 20px;
  }

  .detail {
    padding: 25px 0;
  }

  .detail .title {
    margin-bottom: 14px;
  }

  .detail .title p {
    font-size: 30px;
    line-height: 42px;
  }

  .detail .section2-left {
    gap: 25px;
  }

  .detail .section2-left .item p,
  .detail .section2-left .item-active p {
    font-size: 16px;
    line-height: 24px;
  }

  .detail .section2-middle .swiper-slide img {
    width: 50%;
  }

  .detail .section2-right .swiper-wrapper {
    gap: 16px;
  }

  .detail .section3 {
    gap: 20px;
    margin-top: 22px;
  }

  .detail .section3 .btn1 p,
  .detail .section3 .btn2 p,
  .detailNav a p {
    font-size: 15px;
    line-height: 22px;
  }

  .detail .desc {
    margin-top: 25px;
  }

  .detail .desc p {
    width: 84%;
    font-size: 15px;
    line-height: 25px;
  }

  .detaildesc .section2 p {
    font-size: 16px;
    line-height: 26px;
  }

  .detailNav a {
    padding: 16px 40px;
  }

  .detaildesc,
  .specification {
    padding: 25px 0;
  }

  .detaildesc .section1,
  .specification .section1 {
    margin-bottom: 25px;
  }

  .detaildesc .section1 .title p,
  .specification .section1 .title p,
  .related .section1 .title p,
  .faq .section1 .title p {
    font-size: 22px;
    line-height: 30px;
  }

  .detaildesc .section1 .tag p,
  .specification .section1 .tag p {
    font-size: 14px;
    line-height: 20px;
  }

  .detaildesc .section2,
  .specification .section2 {
    width: 80%;
  }

  .detaildesc .section2 {
    padding: 25px;
  }

  .specification .tabList th,
  .specification .tabList td {
    padding: 16px 25px;
    font-size: 15px;
    line-height: 22px;
  }

  .application .section1 {
    padding: 25px 0;
  }

  .application .section1 .tag {
    margin-bottom: 14px;
  }

  .application .section1 .title p {
    font-size: 26px;
    line-height: 38px;
  }

  .application .section2 {
    padding: 25px 0;
  }

  .application .section2 .swiper-slide {
    gap: 25px;
  }

  .application .section2 .swiper-slide .left {
    padding: 20px 25px 24px;
  }

  .application .section2 .swiper-slide .left .img p {
    left: 18px;
    top: 18px;
    padding: 7px 18px;
    font-size: 14px;
    line-height: 20px;
  }

  .application .section2 .swiper-slide .left .text1 {
    padding-top: 18px;
  }

  .application .section2 .swiper-slide .left .text1 p {
    font-size: 20px;
    line-height: 30px;
  }

  .application .section2 .swiper-slide .left .text1 p span {
    font-size: 20px;
    line-height: 28px;
  }

  .application .section2 .swiper-slide .right .top p {
    font-size: 16px;
    line-height: 25px;
  }

  .application .section2 .swiper-slide .right .bottom {
    margin-top: 25px;
    margin-right: 0;
  }

  .application .section2 .swiper-slide .right .bottom p,
  .application .section2 .swiper-slide .right .bottom p span {
    font-size: 20px;
    line-height: 28px;
    bottom: 0;
  }

  .application .swiper-btn {
    gap: 25px;
    margin-top: 25px;
    padding-right: 0;
  }

  .related {
    padding: 25px 0;
  }

  .related .section1 {
    margin-bottom: 25px;
  }

  .related .swiper-wrapper {
    gap: 24px;
    padding: 0 5%;
  }

  .related .swiper-slide {
    width: 23%;
  }

  .related .swiper-slide .content {
    padding: 22px;
  }

  .related .swiper-slide .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .faq {
    padding: 25px 0;
  }

  .faq .section1 {
    margin-bottom: 25px;
  }

  .faq .section2 {
    gap: 20px;
  }

  .faq .section2 .item {
    padding: 22px 25px;
  }

  .faq .section2 .item-left {
    padding-right: 25px;
  }

  .faq .section2 .question p {
    font-size: 16px;
    line-height: 25px;
  }

  .faq .section2 .answer p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .detail .title p {
    font-size: 26px;
    line-height: 36px;
  }

  .detail .section2-left {
    width: 100%;
    flex-direction: row;
    gap: 18px;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .detail .section2-middle {
    width: 82%;
  }

  .detail .section2-right {
    width: 18%;
  }

  .detail .section2-middle .swiper-slide img {
    width: 60%;
  }

  .detail .section2-middle .prev {
    left: 4%;
  }

  .detail .section2-middle .next {
    right: 4%;
  }

  .detail .desc p {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }

  .detailNav a {
    padding: 14px 25px;
  }

  .detaildesc .section1 .title p,
  .specification .section1 .title p,
  .application .section1 .title p,
  .related .section1 .title p,
  .faq .section1 .title p {
    font-size: 22px;
    line-height: 30px;
  }

  .detaildesc .section2,
  .specification .section2 {
    width: 90%;
  }

  .application .section2 .swiper-slide {
    gap: 22px;
  }

  .application .section2 .swiper-slide .left {
    width: 50%;
    padding: 18px 22px 22px;
  }

  .application .section2 .swiper-slide .right .top p {
    font-size: 15px;
    line-height: 24px;
  }

  .related .swiper {
    overflow: hidden;
  }

  .related .swiper-wrapper {
    flex-wrap: wrap;
    padding: 0 5%;
    gap: 20px;
  }

  .related .swiper-slide {
    width: 31%;
  }

    .detail .section2-left{
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .detail .title p,
  .detaildesc .section1 .title p,
  .specification .section1 .title p,
  .application .section1 .title p,
  .related .section1 .title p,
  .faq .section1 .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .detaildesc .section1 .tag,
  .specification .section1 .tag,
  .application .section1 .tag {
    display: none;
  }

  .form {
    padding: 14px 4%;
  }

  .form .text1,
  .form .text2 {
    font-size: 13px;
    line-height: 20px;
  }

  .detail .section2-left .item p,
  .detail .section2-left .item-active p {
    font-size: 14px;
    line-height: 21px;
  }

  .detail .section2-middle .swiper-slide img {
    width: 58%;
  }

  .detail .section3 .btn1,
  .detail .section3 .btn2 {
    padding: 12px 24px;
  }

  .detail .section3 .btn1 p,
  .detail .section3 .btn2 p,
  .detailNav a p {
    font-size: 14px;
    line-height: 20px;
  }

  .detail .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .detaildesc .section2 p {
    font-size: 15px;
    line-height: 24px;
  }

  .detailNav a {
    padding: 12px 18px;
  }

  .detaildesc .section2,
  .specification .section2 {
    width: 100%;
  }

  .specification .tabList th,
  .specification .tabList td {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 21px;
  }

  .specification .tabList td p {
    font-size: 13px;
    line-height: 21px;
  }

  .application .section2 .swiper-slide {
    gap: 20px;
  }

  .application .section2 .swiper-slide .left {
    width: 100%;
    padding: 16px 18px 18px;
  }

  .application .section2 .swiper-slide .right {
    width: 100%;
    flex: none;
    padding: 0;
  }

  .application .section2 .swiper-slide .left .text1 p,
  .application .section2 .swiper-slide .left .text1 p span,
  .application .section2 .swiper-slide .right .bottom p,
  .application .section2 .swiper-slide .right .bottom p span {
    font-size: 18px;
    line-height: 25px;
  }

  .application .section2 .swiper-slide .right .top p {
    font-size: 14px;
    line-height: 22px;
  }

  .related .swiper-slide {
    width: 48%;
  }

  .related .swiper-slide .content {
    padding: 18px;
  }

  .related .swiper-slide .content p,
  .faq .section2 .question p {
    font-size: 14px;
    line-height: 22px;
  }

  .faq .section2 .answer p {
    font-size: 14px;
    line-height: 22px;
  }
  .detail .section2-middle .prev, .detail .section2-middle .next{
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0px !important;
}
}
@media only screen and (max-width: 768px) {
  .detail .section2-left {
    gap: 14px;
  }

  .detail .section2-middle .swiper-slide img {
    width: 68%;
  }

  .detail .section2-middle .prev,
  .detail .section2-middle .next {
    padding: 14px;
  }

  .detailNav .inner {
    justify-content: flex-start;
  }

  .detailNav a {
    padding: 12px 16px;
  }

  .detaildesc .section1,
  .specification .section1,
  .related .section1,
  .faq .section1 {
    margin-bottom: 20px;
  }

  .application .section1 {
    padding: 22px 0;
  }

  .application .section2 .swiper-slide .left .img p {
    left: 14px;
    top: 14px;
    padding: 6px 14px;
  }

}

@media only screen and (max-width: 640px) {
  .detail,
  .detaildesc,
  .specification,
  .related,
  .faq {
    padding: 22px 0;
  }

  .detail .section2-left .item {
    width: 48%;
  }

  .detail .section2-middle .swiper-slide img {
    width: 76%;
  }

  .detail .section2-right .swiper-wrapper > div {
    width: 20%;
  }

  .detail .section3 {
    gap: 14px;
  }

  .detail .section3 .btn1,
  .detail .section3 .btn2 {
    padding: 11px 18px;
  }

  .specification .tabList th,
  .specification .tabList td {
    padding: 13px 16px;
  }

  .application .section1 .title p {
    font-size: 20px;
    line-height: 27px;
  }

  .application .section2 .swiper-slide .left {
    padding: 14px;
  }

  .application .section2 .swiper-slide .left .text1 p,
  .application .section2 .swiper-slide .left .text1 p span,
  .application .section2 .swiper-slide .right .bottom p,
  .application .section2 .swiper-slide .right .bottom p span {
    font-size: 16px;
    line-height: 24px;
  }

  .application .section2 .swiper-slide .right .top p,
  .related .swiper-slide .content p,
  .faq .section2 .question p,
  .faq .section2 .answer p {
    font-size: 13px;
    line-height: 20px;
  }

  .related .swiper-wrapper {
    gap: 16px;
  }

  .faq .section2 {
    gap: 16px;
  }

  .faq .section2 .item {
    padding: 16px;
  }

  .faq .section2 .item-left {
    padding-right: 14px;
  }
}

@media only screen and (max-width: 414px) {
  .detail,
  .detaildesc,
  .specification,
  .related,
  .faq {
    padding: 20px 0;
  }

  .detail .title,
  .detaildesc .section1,
  .specification .section1,
  .related .section1,
  .faq .section1 {
    margin-bottom: 16px;
  }

  .detail .title p,
  .detaildesc .section1 .title p,
  .specification .section1 .title p,
  .application .section1 .title p,
  .related .section1 .title p,
  .faq .section1 .title p {
    font-size: 20px;
    line-height: 26px;
  }

  .detail .section2-left .item {
    width: 100%;
  }

  .detail .section2-middle .swiper-slide img {
    width: 82%;
  }

  .detail .section2-middle .prev,
  .detail .section2-middle .next {
    padding: 12px;
  }

  .detail .section2-right .swiper-wrapper > div {
    width: 22%;
    padding: 6px;
  }

  .detail .section3 .btn1,
  .detail .section3 .btn2 {
    width: 100%;
    height: 45px;
  }

  .detail .desc {
    margin-top: 18px;
  }

  .detail .desc p {
    font-size: 13px;
    line-height: 20px;
  }

  .detailNav a {
    width: 100%;
    padding: 11px 0;
    justify-content: center;
  }

  .application .section1 {
    padding: 20px 0;
  }

  .application .section2 {
    padding: 20px 0;
  }

  .application .section2 .swiper-slide .left .text1 p,
  .application .section2 .swiper-slide .left .text1 p span {
    font-size: 14px;
    line-height: 21px;
  }

  .application .swiper-btn {
    gap: 16px;
    margin-top: 18px;
  }

  .related .swiper-slide {
    width: 100%;
  }

  .related .swiper-slide .content {
    padding: 14px;
  }

  .faq .section2 .item-right {
    padding: 6px;
  }
}


/* product detail responsive correction */
@media only screen and (max-width: 1280px) {
  .application .section2 {
    padding: 40px 0 48px;
  }

  .application .section2 .swiper-wrapper {
    height: auto !important;
    align-items: flex-start;
  }

  .application .section2 .swiper-slide {
    height: auto !important;
    align-items: flex-start;
    gap: 34px;
  }

  .application .section2 .swiper-slide .left {
    width: 52%;
    padding: 18px 25px 22px;
  }

  .application .section2 .swiper-slide .left .img img {
    aspect-ratio: 530 / 298;
  }

  .application .section2 .swiper-slide .right {
    justify-content: flex-start;
    padding: 8px 0 0;
  }

  .application .section2 .swiper-slide .right .top p {
    line-height: 24px;
  }

  .application .section2 .swiper-slide .right .bottom {
    margin-top: 16px;
    margin-right: 0;
    justify-content: flex-start;
  }

  .application .section2 .swiper-slide .right .bottom p {
    font-size: 22px;
    line-height: 30px;
  }

  .application .section2 .swiper-slide .right .bottom p span {
    font-size: 32px;
    line-height: 40px;
    bottom: 0;
  }

  .application .swiper-btn {
    margin-top: 16px;
    gap: 25px;
    padding-right: 0;
  }

  .related .swiper {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .application .section2 {
    padding: 30px 0;
  }

  .application .section2 .swiper-slide {
    gap: 24px;
  }

  .application .section2 .swiper-slide .left {
    width: 50%;
    padding: 18px;
  }

  .application .section2 .swiper-slide .right .bottom {
    margin-top: 14px;
  }

  .related .swiper-wrapper {
    gap: 20px;
    padding: 0 5%;
  }

  .related .swiper-slide {
    width: 31% !important;
  }
}

@media only screen and (max-width: 814px) {
  .detail .section2-middle {
    width: 100%;
  }

  .detail .section2-right {
    width: 100%;
    padding-top: 18px;
  }

  .detail .section2-right .swiper {
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }

  .detail .section2-right .swiper-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    padding-bottom: 4px;
  }

  .detail .section2-right .swiper-wrapper::-webkit-scrollbar,
  .detailNav .inner::-webkit-scrollbar {
    display: none;
  }

  .detail .section2-right .swiper-wrapper > div {
    width: 24%;
    height: auto;
    aspect-ratio: 1 / 1;
    flex: none;
  }

  .detail .section2-right .swiper-wrapper > div img {
    height: 100%;
    aspect-ratio: 1 / 1;
  }
}

@media only screen and (max-width: 820px) {

  .detailNav {
    overflow: hidden;
  }

  .detailNav .inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    width: 100%;
  }

  .detailNav a {
    width: auto;
    flex-shrink: 0;
    padding: 12px 18px;
  }

  .application .section2 {
    padding: 25px 0;
  }

  .application .section2 .swiper-slide {
    gap: 18px;
  }

  .application .section2 .swiper-slide .left,
  .application .section2 .swiper-slide .right {
    width: 100%;
    flex: none;
  }

  .application .section2 .swiper-slide .left {
    padding: 16px;
  }

  .application .section2 .swiper-slide .right {
    padding: 0;
  }

  .application .section2 .swiper-slide .right .bottom {
    margin-top: 14px;
  }

  .application .swiper-btn .prev,
  .application .swiper-btn .next {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
  }

  .related .swiper-wrapper {
    gap: 18px;
    padding: 0 4%;
  }

  .related .swiper-slide {
    width: 48% !important;
  }

  .related .swiper-slide .content {
    padding: 16px;
  }

  .related .swiper-slide .content .img {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .application .section2 {
    padding: 22px 0;
  }

  .application .section2 .swiper-slide .left {
    padding: 14px;
  }

  .application .section2 .swiper-slide .left .text1 {
    padding-top: 14px;
  }

  .application .section2 .swiper-slide .right .bottom p,
  .application .section2 .swiper-slide .right .bottom p span {
    font-size: 16px;
    line-height: 24px;
  }

  .related .swiper-wrapper {
    gap: 16px;
    padding: 0 4%;
  }

  .related .swiper-slide {
    width: 48% !important;
  }
}

@media only screen and (max-width: 414px) {
  .detail .desc {
    order: 3;
    margin-top: 18px;
  }

  .detail .section3 {
    order: 4;
    margin-top: 16px;
  }

  .detail .section2-right .swiper-wrapper > div {
    width: 30%;
  }

  .detailNav a {
    width: auto;
    padding: 11px 18px;
    justify-content: center;
  }

  .detaildesc .section1 .title .line,
  .specification .section1 .title .line,
  .application .section1 .title .line,
  .related .section1 .title .line,
  .faq .section1 .title .line {
    display: none;
  }

  .application .section2 {
    padding: 20px 0;
  }

  .application .section2 .swiper-slide .left {
    padding: 12px;
  }

  .application .section2 .swiper-slide .left .text1 p,
  .application .section2 .swiper-slide .left .text1 p span,
  .application .section2 .swiper-slide .right .bottom p,
  .application .section2 .swiper-slide .right .bottom p span {
    font-size: 14px;
    line-height: 21px;
  }

  .application .swiper-btn {
    gap: 16px;
    margin-top: 16px;
  }

  .related .swiper-wrapper {
    gap: 14px;
    padding: 0 4%;
  }

  .related .swiper-slide {
    width: 100% !important;
  }

  .related .swiper-slide .content {
    padding: 14px;
  }
}

/* related compact single-row fix */
@media only screen and (max-width: 1024px) {
  .related {
    padding: 25px 0;
  }

  .related .section1 {
    margin-bottom: 20px;
  }

  .related .swiper {
    width: 88%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }

  .related .swiper::-webkit-scrollbar {
    display: none;
  }

  .related .swiper-wrapper {
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 0 !important;
    padding: 0 !important;
    transform: none !important;
    width: auto;
  }

  .related .swiper-slide {
    flex: none;
  }

  .related .swiper-slide .content {
    padding: 16px;
  }

  .related .swiper-slide .content .img {
    margin-bottom: 10px;
    aspect-ratio: 220 / 140;
  }

  .related .swiper-slide .content p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 820px) {
  .related {
    padding: 22px 0;
  }

  .related .swiper {
    width: 92%;
  }

  .related .swiper-slide .content {
    padding: 14px;
  }

  .related .swiper-slide .content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 414px) {
  .related {
    padding: 20px 0;
  }

  .related .swiper {
    width: 92%;
  }

  .related .swiper-slide .content {
    padding: 12px;
  }

  .related .swiper-slide .content .img {
    aspect-ratio: 220 / 132;
  }
}

/* related compact spacing fix */
@media only screen and (max-width: 1024px) {
  .related .swiper-wrapper {
    gap: 20px !important;
  }

  .related .swiper-slide {
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 820px) {
  .related .swiper-wrapper {
    gap: 18px !important;
  }
}

@media only screen and (max-width: 414px) {
  .related .swiper-wrapper {
    gap: 14px !important;
  }
}

/* detail nav centered responsive fix */
@media only screen and (max-width: 820px) {
  .detailNav .inner {
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
}

@media only screen and (max-width: 768px) {
  .detailNav .inner {
    justify-content: center;
  }
}

/* related 1280 restore PC layout */
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .related {
    padding: 60px 0 48px;
  }

  .related .section1 {
    margin-bottom: 36px;
  }

  .related .section1 .title p {
    font-size: 24px;
    line-height: 32px;
  }

  .related .swiper {
    width: 100%;
    overflow: visible;
    margin: 0;
    touch-action: auto;
  }

  .related .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 28px !important;
    padding: 0 6%;
    width: 100%;
  }

  .related .swiper-slide {
    width: 22% !important;
    flex: none;
  }

  .related .swiper-slide .content {
    padding: 24px 26px 24px;
  }

  .related .swiper-slide .content p {
    font-size: 18px;
    line-height: 24.8px;
  }
}

  .form {
    padding-top: 150px;
  }

@media only screen and (max-width: 1380px) {
  .form {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .form {
    padding-top: 80px;
  }
}
.detail .section3 .btn2 .icon svg{
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}

/* Let Swiper own related-product spacing so mouse drag calculates correctly. */
.related .swiper {
  cursor: grab;
  user-select: none;
}

.related .swiper:active {
  cursor: grabbing;
}

.related .swiper-wrapper {
  gap: 0 !important;
}

.related .swiper-slide {
  flex-shrink: 0;
}

@media only screen and (min-width: 821px) {
  .related .swiper {
    overflow: hidden !important;
  }
}
