body {
  background: #f3f5f8;
}

.model1 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 84px 0 20px;
  background: #ffffff;
  border-bottom: 4px solid #0069bb99;
}

.model1 .wrap {
  display: flex;
  align-items: center;
  width: 82%;
  gap: 12px;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.model1 .wrap a {
  display: flex;
  align-items: center;
}

.model1 .wrap a + a::before {
  padding-right: 12px;
  color: #a3adba;
  content: ">";
}

.model1 .wrap a:last-child {
  color: #fb903b;
  font-weight: 400;
}

.model2 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 56px 0 46px;
  background: #F1F1F1;
}

.model2 .wrap {
  display: flex;
  align-items: stretch;
  width: 82%;
  gap: 3%;
}

.model2-left {
  display: flex;
  flex: 0 0 12%;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(20, 35, 55, 0.12);
}

.model2-left::-webkit-scrollbar {
  display: none;
}

.model3::-webkit-scrollbar {
  display: none;
}

.model2-left a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 17px 8%;
  text-align: center;
  color: #666666;
  font-family: Inter;
  font-weight: 500;
  font-size: 17px;
  line-height: 25.5px;
}

.model2-left a.active,
.model2-left a:hover {
  color: #fb903b;
background: #eaf4fc;
}

.model2-left a .line {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f3f4f6;
}

.model2-left a.active{
  border-left: 4px solid #fb903b;
}
.model2-middle {
  position: relative;
  display: flex;
  flex: 0 0 38%;
  flex-direction: column;
  min-width: 0;
}

.model2-middle .swiper1 {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.model2-middle .swiper1 .swiper-wrapper {
  display: flex;
  width: 100%;
}

.model2-middle .swiper1 .swiper-slide {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  background: #eef7fc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 5.4px #00000029;
  position: relative;
  cursor: zoom-in;
}

.model2-middle .swiper1 .swiper-slide > img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: none;
}

.model2-middle .swiper1 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #ffffffb5;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.model2-middle .swiper1 .img img {
  display: block;
  width: 70%;
  height: auto;
  object-fit: contain;
}

.model2-middle .zoom-preview {
  position: absolute;
  top: 0;
  left: calc(100% + 18px);
  z-index: 12;
  display: none;
  width: min(360px, 46vw);
  aspect-ratio: 1 / 1;
  border: 1px solid #dce2ea;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  pointer-events: none;
}

.model2-middle.zoom-active .zoom-preview {
  display: block;
}

.model2-middle .swiper2 {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  margin-top: 18px;
  overflow: visible;
}

.model2-middle .swiper2 .prev,
.model2-middle .swiper2 .next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex: 0 0 44px;
  background: #fb903b;
  border-radius: 50%;
  cursor: pointer;
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 84px;
  background: #fb903b;
  box-shadow: 0px 2px 4px -2px #fb903b33, 0px 4px 6px -1px #fb903b33;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model2-middle .swiper2 .thumb-swiper {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  overflow: hidden;
}

.model2-middle .swiper2 .swiper-wrapper {
  width: 100%;
}

.model2-middle .swiper2 .swiper-slide {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 0;
  padding: 2%;
  border: 3px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  border-radius: 12px;
  background: #d7d7d7;
}

.model2-middle .swiper2 .swiper-slide.active,
.model2-middle .swiper2 .swiper-slide:hover {
  border: 3px solid #fd8c1973;
  background: #ffffff;
}

.model2-middle .swiper2 img {
  width: 88%;
  height: auto;
  object-fit: contain;
}

.model2-right {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  color: #003771;
}

.model2-right .top {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.model2-right .tag {
  width: fit-content;
  display: flex;
  border-radius: 16777200px;
  background: #fb903b1a;
}

.model2-right .tag p {
  color: #fb903b;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 12px;
}

.model2-right .title {
  display: flex;
}

.model2-right .title p {
color: #003771;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 35px;
line-height: 48px;
}

.model2-right .line {
  width: 100%;
  height: 1px;
  background: #003771;
}

.model2-right .desc {
  display: flex;
}

.model2-right .desc p {
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
}

.model2-right .btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 34px;
    flex-direction: column;
}

.model2-right .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  cursor: pointer;
}

.model2-right .btn1 {
  width: 200px;
  text-align: center;
  color: #314158;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
}

.model2-right .btn2 {
  width: 200px;
  text-align: center;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #003771;
}

.model2-right .btn2 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 33px;
  background: #ffffff;
  position: relative;
  background: #ffffff;
  border-radius: 50%;
}

.model2-right .btn2 .icon svg {
  position: absolute;
  top: 22%;
  left: 22%;
  width: 56%;
  height: auto;
}

.model3 {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e5eaf0;
  border-bottom: 1px solid #e5eaf0;
}

.model3 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 2.8%;
  text-align: center;
  color: #45556c;
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 22.5px;
}

.model3 .item::after {
  position: absolute;
  right: 28%;
  bottom: 0;
  left: 28%;
  border-bottom: 2px solid transparent;
  content: "";
}

.model3 .item-active::after,
.model3 .item:hover::after {
  border-color: #003771;
}

.model4 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 48px 0 72px;
  overflow: hidden;
  background: #ffffff;
}

.model4 > img {
    position: absolute;
    right: 0%;
    top: 0%;
    width: auto;
    height: 100%;
    opacity: 1;
}

.model4 .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 58%;
}

.model4 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}

.model5 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #003771;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.model8 > .wrap > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #003771;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.model4 .title p {
text-align: center;
color: #003771;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 30px;
line-height: 41px;
}

.model5 .title p {
text-align: center;
color: #003771;
font-family: Inter;
font-weight: 700;
font-size: 24px;
line-height: 32px;
}

.model7 .wrap > .title p {
color: #003771;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 30px;
line-height: 36px;
}

.model8 > .wrap > .title p {
text-align: center;
color: #003771;
font-family: Inter;
font-weight: 700;
font-size: 30px;
line-height: 36px;
}

.model4 .content {
  display: flex;
  width: 100%;
  margin-top: 35px;
  padding: 30px 45px;
  border-radius:  0px 16px 16px 0px;
  border-left: 6px solid #fb903b;
  background: #f9fbfd;
  box-shadow: 0px 0px 4px #0000004d;
      flex-direction: column;
}

.model4 .content p {
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
}

.model5 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 48px 0 58px;
  background: #f8fafc;
}

.model5 .wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 70%;
}

.model5 .title {
  gap: 14px;
}

.model5 .title .line {
  width: 90px;
  height: 1px;
  background: #fb903b;
}

.model5 .desc {
  color: #62748e;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
}

.model5 .param-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce2ea;
  border-radius: 6px;
}

.model5 .param-content .tabList {
    width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  background: #ffffff;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.model5 .param-content .tabList::-webkit-scrollbar {
  height: 12px;
  width: 0;
}

.model5 .param-content .tabList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2b2828;
}

.model5 .param-content .tabList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: transparent;
}

.model5 .param-content table {
  width: 100% !important;
  min-width: 900px;
  border-collapse: collapse;
}

.model5 .param-content td,
.model5 .param-content th {
  padding: 12px 16px;
  border-color: #dce2ea;
  white-space: nowrap;
}

.model5 .param-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #edf0f4;
}

.model5 .param-row:last-child {
  border-bottom: 0;
}

.model5 .param-cell {
  display: flex;
  flex: 1 1 0;
  padding: 15px 4%;
  color: #1f2937;
  font-size: 13px;
}

.model5 .param-name {
color: #000000;
font-family: "Alibaba PuHuiTi";
font-weight: 400;
font-size: 16px;
line-height: 22px;
}

.model6 {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  background: #071c31;
}

.model6 .swiper {
  display: flex;
  width: 100%;
}

.model6 .swiper-wrapper {
  display: flex;
  width: 100%;
}

.model6 .swiper-slide {
  display: flex;
  width: 100%;
}

.model6 .swiper-wrapper {
  transform: translateX(0);
  transition: 0.5s;
}

.model6 .swiper-slide {
  position: relative;
  flex: 0 0 100%;
  overflow: hidden;
}

.model6 .swiper-slide > img {
  width: 100%;
  height: 100%;
  max-width: none;
}

.model6 .content {
  position: absolute;
  top: 12%;
  right: 8%;
  bottom: 12%;
  left: 8%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.model6 .content-top {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.model6 .title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fb903b;
}

.model6 .title .icon{
width: 40px;
height: 40px;
border-radius: 8px;
background: #fb903b33;
display: flex;
align-items: center;
justify-content: center;
}

.model6 .title p {
  color: #fb903b;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.model6 .desc {
  margin-top: 50px;
}

.model6 .desc p {
color: #ffffff;
font-family: "Alibaba PuHuiTi";
font-weight: 400;
font-size: 16px;
line-height: 35px;
}

.model6 .content-bottom {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}

.model6 .content-bottom .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
}

.model6 .swiper-pagination {
  position: absolute;
  top: 22%;
  right: 8%;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  width: 38%;
  gap: 14px 2.5%;
}

.model6 .swiper-pagination-bullet {
  appearance: none;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: 0 0 48.75%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  cursor: pointer;
  border-radius: 12px;
  border: 5px solid #ffffff66;
  box-sizing: border-box;
  background: #ffffff;
  padding: 0;
}

.model6 .swiper-pagination-bullet-active,
.model6 .swiper-pagination-bullet:hover {
  border-color: #fb903b;
}

.model6 .swiper-pagination-bullet img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
}

.model6 .swiper-pagination-bullet p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.model6 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(#00000059, #00000059);
}
.model6 .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
}
.model7 {
  width: 100%;
  padding: 48px 0 58px;
  overflow: hidden;
  background: #f1f1f1;
}

.model7 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 82%;
  margin: 0 auto;
}

.model7 .wrap > .title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.model7 .wrap > .title .line {
  width: 38%;
  border-top: 3px solid #fb903b;
}

.model8 > .wrap > .title .line {
  width: 38%;
  border-top: 3px solid #fb903b;
}

.model7 .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  width: auto;
  gap: 12px;
}

.model7 .btn .prev,
.model7 .btn .next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #fb903b;
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 56px;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #fb903b;
  box-sizing: border-box;
  background: transparent;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.model7 .btn .prev svg path,
.model7 .btn .next svg path {
  transition: fill 0.2s ease;
}

.model7 .btn .prev:hover,
.model7 .btn .next:hover {
  background: #fb903b;
  box-shadow: 0 12px 28px rgba(251, 144, 59, 0.24);
}

.model7 .btn .prev:hover svg path,
.model7 .btn .next:hover svg path,
.model7 .btn .prev.swiper-button-disabled svg path,
.model7 .btn .next.swiper-button-disabled svg path {
  fill: #ffffff;
}

.model7 .btn .prev.swiper-button-disabled,
.model7 .btn .next.swiper-button-disabled {
  background: #fb903b;
  opacity: 1;
  pointer-events: auto;
}


.model7 .swiper {
  width: 112%;
  margin-top: 34px;
  margin-left: -6%;
  overflow: hidden;
}

.model7 .swiper-wrapper {
  display: flex;
}

.model7 .swiper-slide {
  display: flex;
  border-radius: 12px;
  border: 6px solid #ffffff73;
  box-sizing: border-box;
  background: #aaaaaa;
  overflow: hidden;
}

.model7 .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/pros/1.png");
  background-size: cover;
  background-position: center;
}

.model7 .item .icon {
  position: absolute;
  top: 6%;
  right: 6%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 33px;
  background: #ffffff1a;    
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.model7 .item .icon svg{
  transition: 0.5s;
}
.model7 .item:hover .icon svg{ 
  transform: rotate(-45deg);
}

.model7 .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12% 5% 8%;
}

.model7 .item .img img {
  width: 82%;
  height: auto;
  object-fit: contain;
  transform: scale(1);
  transition: 0.5s;
}
.model7 .item:hover .img img {
  transform: scale(1.05);
}
.model7 .item .title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5px;
}

.model7 .item .title p {
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.model8 {
  position: relative;
  width: 100%;
  padding: 54px 0 70px;
  overflow: hidden;
  background: #ffffff;
}

.model8 > img {
    position: absolute;
    right: -20%;
    bottom: -40%;
    height: auto;
    opacity: 1;
}

.model8 > .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 82%;
  margin: 0 auto;
}

.model8 > .wrap > .title {
  flex-direction: column;
  position: relative;
  width: 100%;
}
.model8 > .wrap > .title .line{
width: 64px;
height: 4px;
border-radius: 16777200px;
background: #fb903b;
}
.model8 .swiper {
  width: 100%;
  margin-top: 42px;
  overflow: hidden;
  position: relative;
}
.model8 .swiper .btn{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.model8 .swiper .btn .prev{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  width: 59px;
  height: 58px;
  border-radius: 16777200px;
  background: #f1f5f9;
}
.model8 .swiper .btn .next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  width: 59px;
  height: 58px;
  border-radius: 16777200px;
  background: #fb903b;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
}
.model8 .swiper-wrapper {
  display: flex;
  transition: 0.5s;
}

.model8 .swiper-slide {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  gap: 60px;
}

.model8 .top {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.model8 .top p:first-child {
color: #003771;
font-family: Inter;
font-weight: 900;
font-size: 30px;
line-height: 32px;
}

.model8 .top p:last-child {
color: #1d293d;
font-family: Inter;
font-weight: 700;
font-size: 26px;
line-height: 32px;
}

.model8 .middle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.model8 .middle-left {
  display: flex;
  width: 50%;
}

.model8 .middle-left p {
color: #45556c;
font-family: Inter;
font-weight: 400;
font-size: 18px;
line-height: 28px;
}

.model8 .middle-right {
  display: flex;
  width: 36%;
  gap: 4%;
}

.model8 .middle-right-one {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  gap: 10px;
  padding: 14px 5%;
  background: #f6f8fb;
  border-radius: 8px;
}

.model8 .middle-right-one .icon {
  display: flex;
  flex: 0 0 18%;
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model8 .middle-right-one .icon:nth-child(1) {
  background: #dbeafe;
}

.model8 .middle-right-one .icon:nth-child(2) {
  background: #FFEDD4;
}

.model8 .middle-right-one svg {
  width: 20px;
  height: 20px;
}

.model8 .middle-right-one p {
color: #314158;
font-family: Inter;
font-weight: 700;
font-size: 16px;
line-height: 24px;
}

.model8 .bottom {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.model8 .bottom img {
  width: 100%;
  height: auto;
  max-width: none;
  transform: scale(1);
  transition: 0.5s;
}

.model8 .bottom:hover img {
  transform: scale(1.05);
}


@media (max-width: 1280px) {
  .model1 .wrap,
  .model2 .wrap,
  .model4 .wrap,
  .model5 .wrap,
  .model7 .wrap,
  .model8 > .wrap {
    width: 90%;
  }

  .model2,
  .model4,
  .model5,
  .model7,
  .model8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .model2 .wrap {
    flex-wrap: wrap;
    gap: 25px 3%;
  }

  .model2-left {
    display: none;
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    overflow-x: auto;
  }

  .model2-left a {
    flex: 0 0 18%;
    min-width: 140px;
    font-size: 16px;
  }

  .model2-middle {
    flex: 0 0 46%;
  }

  .model2-right {
    flex: 1 1 48%;
  }

  .model2-right .top,
  .model8 .middle,
  .model8 .top,
  .model8 .swiper-wrapper {
    gap: 25px;
  }

  .model2-right .btn,
  .model4 .content,
  .model5 .param-content,
  .model7 .swiper,
  .model8 .swiper {
    margin-top: 25px;
  }

  .model4 .content {
    padding: 25px;
  }

  .model2-right .title p,
  .model4 .title p,
  .model5 .title p,
  .model6 .title p,
  .model7 .wrap > .title p,
  .model8 > .wrap > .title p {
    font-size: 28px;
    line-height: 36px;
  }

  .model2-right .desc p,
  .model4 .content p,
  .model5 .param-cell,
  .model5 .param-name,
  .model6 .desc p,
  .model6 .content-bottom,
  .model6 .swiper-pagination-bullet p,
  .model7 .item .title p,
  .model8 .top p:first-child,
  .model8 .top p:last-child,
  .model8 .middle-left p,
  .model8 .middle-right-one p {
    font-size: 16px;
    line-height: 26px;
  }

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

  .model6 .content-bottom {
    gap: 25px;
  }

  .model8 .middle-left p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .model1 .wrap,
  .model2 .wrap,
  .model4 .wrap,
  .model5 .wrap,
  .model7 .wrap,
  .model8 > .wrap {
    width: 92%;
  }

  .model2 .wrap,
  .model2-right .top,
  .model8 .middle {
    gap: 22px;
  }

  .model2-middle {
    flex: 0 0 48%;
  }

  .model2-right {
    flex: 1 1 49%;
  }

  .model2-right .title p,
  .model4 .title p,
  .model5 .title p,
  .model6 .title p,
  .model7 .wrap > .title p,
  .model8 > .wrap > .title p {
    font-size: 26px;
    line-height: 34px;
  }

  .model8 .middle {
    flex-direction: column;
  }

  .model8 .middle-left,
  .model8 .middle-right {
    width: 100%;
  }

  .model8 .middle-right {
    gap: 16px;
  }
}

@media (max-width: 820px) {
  .model1 {
    padding-top: 25px;
  }

  .model1 .wrap {
    flex-wrap: wrap;
    font-size: 13px;
  }

  .model2-middle,
  .model2-right {
    flex: 0 0 100%;
  }

  .model2-right {
    margin-top: 0;
  }

  .model2-right .title p,
  .model4 .title p,
  .model5 .title p,
  .model6 .title p,
  .model7 .wrap > .title p,
  .model8 > .wrap > .title p {
    font-size: 24px;
    line-height: 32px;
  }

  .model2-right .desc {
    width: 100%;
  }

  .model2-middle .zoom-preview {
    display: none !important;
  }

  .model3 {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .model3::-webkit-scrollbar {
    display: none;
  }

  .model3 .item {
    flex: 0 0 28%;
    min-width: 112px;
    padding: 14px 0;
    font-size: 13px;
  }

  .model5 .param-row {
    flex-wrap: wrap;
  }

  .model5 .param-cell {
    flex-basis: 50%;
  }

  .model6 .content {
    width: 92%;
    margin: 0 auto;
    padding: 25px 0;
  }

  .model6 .swiper-slide {
    flex-direction: column;
    min-height: auto;
  }

  .model6 .content-top {
    width: 100%;
  }

  .model6 .swiper-pagination {
    display: none;
    position: relative;
    top: auto;
    right: auto;
    width: 92%;
    margin: 0 auto 25px;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 14px;
  }

  .model6 .swiper-pagination-bullet {
    flex: 0 0 32%;
    min-width: 132px;
  }

  .model8 .service-controls {
    position: static;
    width: 28%;
    margin-top: 16px;
    transform: none;
  }
  .model6 .swiper-slide > img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .model2 {
    padding: 25px 0;
  }

  .model2 .wrap {
    width: 92%;
    gap: 20px;
  }

  .model2-left {
    gap: 10px;
    padding: 10px;
    display: none;
  }

  .model2-left a {
    flex: 0 0 38%;
    min-width: 128px;
    height: auto;
    min-height: 62px;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .model2-left a .line {
    display: none;
  }

  .model2-middle .swiper1 .img {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }

  .model2-middle .swiper1 .img img {
    width: 78%;
  }

  .model2-middle .swiper2 {
    gap: 8px;
    margin-top: 12px;
  }

  .model2-middle .swiper2 .prev,
  .model2-middle .swiper2 .next {
    flex-basis: 38px;
    width: 38px;
    max-width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .model2-middle .swiper2 .swiper-slide {
    border-width: 2px;
    border-radius: 8px;
  }

  .model2-middle .swiper2 .swiper-slide.active,
  .model2-middle .swiper2 .swiper-slide:hover {
    border-width: 2px;
  }

  .model2-right .btn {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
  }

  .model2-right .btn a {
    min-width: 150px;
    height: 44px;
  }

  .model4 .title,
  .model5 .title,
  .model8 > .wrap > .title {
    width: 100%;
  }

  .model5 .title p,
  .model8 > .wrap > .title p {
    white-space: normal;
  }

  .model4 .content {
    padding: 20px;
  }

  .model8 .middle {
    gap: 18px;
  }

  .model8 .middle-right {
    flex-wrap: wrap;
  }

  .model2-right .desc p,
  .model4 .content p,
  .model5 .param-cell,
  .model5 .param-name,
  .model6 .desc p,
  .model6 .content-bottom,
  .model6 .swiper-pagination-bullet p,
  .model7 .item .title p,
  .model8 .top p:first-child,
  .model8 .top p:last-child,
  .model8 .middle-left p,
  .model8 .middle-right-one p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 640px) {
  .model1 .wrap,
  .model2 .wrap,
  .model4 .wrap,
  .model5 .wrap,
  .model7 .wrap,
  .model8 > .wrap {
    width: 94%;
  }

  .model2 .wrap,
  .model2-right .top,
  .model8 .middle,
  .model8 .middle-right {
    gap: 16px;
  }

  .model2-right .title p,
  .model4 .title p,
  .model5 .title p,
  .model6 .title p,
  .model7 .wrap > .title p,
  .model8 > .wrap > .title p {
    font-size: 22px;
    line-height: 30px;
  }

  .model2-left a {
    flex-basis: 46%;
  }

  .model3 .item {
    flex-basis: 32%;
  }

  .model5 .param-cell {
    flex-basis: 100%;
  }

  .model6 .swiper-pagination-bullet {
    flex-basis: 42%;
  }

  .model8 .middle-right {
    flex-direction: column;
  }
  .model8 .swiper .btn .prev{
  width: 40px;
  height: 40px;
}
.model8 .swiper .btn .next {
  width: 40px;
  height: 40px;
}
.model8 .swiper-slide {
    display: flex;
    flex: 0 0 94%;
    flex-direction: column;
    gap: 25px;
}
}

@media (max-width: 414px) {
  .model2-right .title p,
  .model4 .title p,
  .model5 .title p,
  .model6 .title p,
  .model7 .wrap > .title p,
  .model8 > .wrap > .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .model2-left a {
    flex-basis: 58%;
    min-width: 150px;
  }

  .model2-middle .swiper2 .prev,
  .model2-middle .swiper2 .next {
    flex-basis: 34px;
    width: 34px;
    max-width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .model2-right .btn a {
    width: 100%;
  }

  .model3 .item {
    flex-basis: 30%;
  }

  .model6 .swiper-pagination-bullet {
    flex-basis: 56%;
  }

  .model2-right .desc p,
  .model4 .content p,
  .model5 .param-cell,
  .model5 .param-name,
  .model6 .desc p,
  .model6 .content-bottom,
  .model6 .swiper-pagination-bullet p,
  .model7 .item .title p,
  .model8 .top p:first-child,
  .model8 .top p:last-child,
  .model8 .middle-left p,
  .model8 .middle-right-one p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 375px) {
  .model2 .wrap,
  .model2-right .top,
  .model8 .middle,
  .model8 .middle-right {
    gap: 14px;
  }

  .model2-left a {
    flex-basis: 64%;
  }

  .model2-middle .swiper2 .prev,
  .model2-middle .swiper2 .next {
    flex-basis: 32px;
    width: 32px;
    max-width: 32px;
    min-width: 32px;
    height: 32px;
  }

  .model6 .swiper-pagination-bullet {
    flex-basis: 62%;
  }
}
