.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.isFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*滚动条的宽度*/
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Bold';
  font-style: normal;
}
@font-face {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Bold';
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
.pcb-assembly-page {
  background: #F5F6F8;
  min-width: 1200px;
  overflow-x: hidden;
}
.pcb-assembly-page * {
  box-sizing: border-box;
  font-family: 'HarmonyOS_Sans_Regular';
}
.pcb-assembly-page .assembly-banner {
  background: url("../images-lib-www/assembly/banner-bg.webp") no-repeat center;
  height: 500px;
}
.pcb-assembly-page .assembly-banner .banner-info {
  padding-top: 100px;
  max-width: 680px;
}
.pcb-assembly-page .assembly-banner .banner-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.pcb-assembly-page .assembly-banner .banner-txt {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 60px;
}
.pcb-assembly-page .assembly-banner .get-btn {
  height: 48px;
  border-radius: 6px;
  background: #00939E;
  transition: all 0.3s;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 22px;
  width: max-content;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcb-assembly-page .assembly-banner .get-btn:hover {
  background: #008A95;
}
.pcb-assembly-page .assembly-banner .tips-txt {
  font-size: 13px;
  color: #b1b1b1;
  line-height: 24px;
}
.pcb-assembly-page .assembly-section {
  padding: 70px 0;
}
.pcb-assembly-page .assembly-section .section-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 28px;
  color: #000000;
  line-height: 24px;
  max-width: 818px;
  text-align: center;
  margin: 0 auto 20px;
}
.pcb-assembly-page .assembly-section .section-txt {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 40px;
}
.pcb-assembly-page .assembly-section.partner {
  background: url("../images-lib-www/assembly/partner-bg.webp") no-repeat center;
  height: 450px;
}
.pcb-assembly-page .assembly-section.partner .section-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 34px;
  line-height: 24px;
  margin-top: 30px;
}
.pcb-assembly-page .assembly-section.partner .section-txt {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 70px;
}
.pcb-assembly-page .assembly-section.partner .partner-cost {
  text-align: center;
  font-size: 0;
}
.pcb-assembly-page .assembly-section.partner .partner-cost li {
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.pcb-assembly-page .assembly-section.partner .partner-cost li:first-child {
  border-left: 0;
}
.pcb-assembly-page .assembly-section.partner .partner-cost .count {
  color: #00939E;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 6px;
}
.pcb-assembly-page .assembly-section.partner .partner-cost .count .number-el {
  font-family: 'HarmonyOS_Sans_Bold';
}
.pcb-assembly-page .assembly-section.partner .partner-cost .des {
  font-size: 12px;
  color: #CCCCCC;
  line-height: 24px;
}
.pcb-assembly-page .assembly-section .complete-params table {
  width: 100%;
  border-collapse: collapse;
}
.pcb-assembly-page .assembly-section .complete-params table th {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 13px;
  color: #333333;
  line-height: 13px;
  padding: 18px 0;
  text-align: left;
  border-bottom: 1px solid #333333;
}
.pcb-assembly-page .assembly-section .complete-params table th:first-child {
  width: 400px;
}
.pcb-assembly-page .assembly-section .complete-params table td {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  padding: 22px 0;
  border-bottom: 1px solid #ccc;
}
.pcb-assembly-page .assembly-section.params {
  background: #fff;
}
.pcb-assembly-page .assembly-section .advance-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 30px;
}
.pcb-assembly-page .assembly-section .advance-nav .nav-el {
  height: 34px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 50px;
  cursor: pointer;
}
.pcb-assembly-page .assembly-section .advance-nav .nav-el.active {
  background: #333333;
  color: #fff;
}
.pcb-assembly-page .assembly-section .advance-graphic-area {
  height: 540px;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view {
  display: none;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 20px;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view.active {
  display: flex;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .view-pic {
  width: 500px;
  flex-shrink: 0;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .view-pic img {
  border-radius: 12px;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .view-info {
  margin-left: auto;
  flex: 1;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 18px;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .t-txt {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .title {
  font-size: 13px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 10px;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .lists-views {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 0 100px;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .view-cost {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  max-height: 220px;
  overflow: auto;
  /*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
  /*滚动条的设置*/
  /*滚动条移上去的背景*/
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .view-cost::-webkit-scrollbar {
  width: 4px;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .view-cost::-webkit-scrollbar-track {
  width: 6px;
  background-color: #ccc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .view-cost::-webkit-scrollbar-thumb {
  background-color: #ddd;
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .view-cost::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .view-cost li {
  display: flex;
  font-size: 13px;
  color: #333333;
  padding: 8px 0;
  flex-shrink: 0;
  width: 50%;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .view-cost li.no-icon:before {
  display: none;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .view-cost li a {
  color: inherit;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .view-cost li:before {
  display: block;
  content: '';
  background: url("../images-lib-www/assembly/check-icon.webp") no-repeat center;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.pcb-assembly-page .assembly-section .advance-graphic-area .graphic-view .include-lists .other-li {
  margin-top: 20px;
  font-size: 14px;
}
.pcb-assembly-page .assembly-section.works {
  background: #fff;
}
.pcb-assembly-page .assembly-section .service-box {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  margin-top: 60px;
}
.pcb-assembly-page .assembly-section .service-box .forte-box .forte {
  padding: 34px 28px;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
  border-bottom: 1px solid #eee;
}
.pcb-assembly-page .assembly-section .service-box .forte-box .forte:before {
  display: block;
  content: '';
  width: 5px;
  height: 0;
  bottom: 0;
  margin: auto;
  background: #00939E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.pcb-assembly-page .assembly-section .service-box .forte-box .forte.active {
  background: linear-gradient(90deg, #F8F9FD 51.44%, #FFFFFF 100%);
}
.pcb-assembly-page .assembly-section .service-box .forte-box .forte.active:before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.pcb-assembly-page .assembly-section .service-box .forte-box .forte.active .forte-head {
  margin-bottom: 14px;
}
.pcb-assembly-page .assembly-section .service-box .forte-box .forte.active .forte-txt {
  display: block;
}
.pcb-assembly-page .assembly-section .service-box .forte-box .forte-head {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.pcb-assembly-page .assembly-section .service-box .forte-box .forte-txt {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  display: none;
}
.pcb-assembly-page .assembly-section .service-box .service-view {
  width: 580px;
  height: 420px;
  flex-shrink: 0;
}
.pcb-assembly-page .assembly-section .service-box .service-view img {
  display: none;
}
.pcb-assembly-page .assembly-section .view-product-graphic {
  height: 490px;
  display: flex;
  position: relative;
}
.pcb-assembly-page .assembly-section .view-product-graphic:hover .swiper-button-prev,
.pcb-assembly-page .assembly-section .view-product-graphic:hover .swiper-button-next {
  opacity: 1;
}
.pcb-assembly-page .assembly-section .view-product-graphic .wcontainer {
  position: relative;
  height: 450px;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-button-prev,
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-button-next {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: all 0.3s;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-button-prev:after,
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-button-next:after {
  font-size: 22px;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-control {
  position: absolute;
  height: 450px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-button-prev {
  left: 60px;
  display: none;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-button-next {
  right: 60px;
}
.pcb-assembly-page .assembly-section .view-product-graphic .view-product {
  position: absolute;
  width: 100%;
  left: 2568px;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-pagination {
  bottom: -38px;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-pagination-bullet {
  height: 3px;
  width: 40px;
  opacity: 1;
  background: #CCCCCC;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
  background: #333333;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper {
  height: 450px;
  position: absolute;
  right: 0;
  width: calc(100vw - 350px);
  overflow: unset;
  pointer-events: none;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper img {
  transition: all 0.3s linear;
  pointer-events: all;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper img:hover {
  transform: scale(1.03);
}
@media screen and (max-width: 1280px) {
  .pcb-assembly-page .assembly-section .view-product-graphic .swiper-button-next {
    right: -30px;
  }
  .pcb-assembly-page .assembly-section .view-product-graphic .swiper-button-prev {
    left: -30px;
  }
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-slide {
  height: 100%;
  width: 310px;
  position: relative;
  overflow: hidden;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-slide img {
  max-width: 100%;
  height: 100%;
}
.pcb-assembly-page .assembly-section .view-product-graphic .swiper-slide .p-name {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 60%, #000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  right: 0;
  margin: auto;
  text-align: center;
}
.pcb-assembly-page .assembly-section.integration {
  background: #fff;
  position: relative;
}
.pcb-assembly-page .assembly-section.integration .section-title {
  margin-bottom: 60px;
}
.pcb-assembly-page .assembly-section.forward {
  background: #fff;
  padding-top: 0;
}
.pcb-assembly-page .assembly-section.forward .get-btn {
  margin: 0 auto;
  width: max-content;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background: #00939E;
  border-radius: 6px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
}
.pcb-assembly-page .assembly-section.forward .get-btn:hover {
  background: #008A95;
}
.pcb-assembly-page .solutions-box {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.pcb-assembly-page .solutions-box .solution-l {
  flex-shrink: 0;
  width: 356px;
  height: 540px;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(182, 124, 0, 0.2) 100%), #FFFFFF;
  padding: 20px 24px;
  overflow: hidden;
}
.pcb-assembly-page .solutions-box .solution-l .title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 4px;
}
.pcb-assembly-page .solutions-box .solution-l .title-des {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}
.pcb-assembly-page .solutions-box .solution-l .cost-views {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 26px;
}
.pcb-assembly-page .solutions-box .solution-l .cost-views li {
  display: flex;
  line-height: normal;
  padding: 6px 0;
}
.pcb-assembly-page .solutions-box .solution-l .cost-views li:before {
  display: inline-block;
  content: '';
  background: url("../images-lib-www/assembly/check-icon.webp") no-repeat center;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  flex-shrink: 0;
}
.pcb-assembly-page .solutions-box .solution-l .get-btn {
  max-width: max-content;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #333333;
  height: 32px;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #A8B6BF;
}
.pcb-assembly-page .solutions-box .solution-l .get-btn:after {
  display: block;
  content: '';
  background: url("../images-lib-www/assembly/right-arrow-icon.webp") no-repeat center;
  width: 22px;
  height: 22px;
  transition: all 0.3s;
  margin-left: 4px;
}
.pcb-assembly-page .solutions-box .solution-l .get-btn:hover:after {
  transform: translateX(5px);
}
.pcb-assembly-page .solutions-box .solution-l:before {
  display: block;
  content: '';
  background: url("../images-lib-www/assembly/capabilities-bg.webp") no-repeat center;
  width: 356px;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.pcb-assembly-page .solutions-box .solution-r {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: -webkit-fill-available;
}
.pcb-assembly-page .solutions-box .solution-r .solution-el {
  width: 402px;
  height: 260px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 24px;
  color: #333333;
  position: relative;
  overflow: hidden;
}
.pcb-assembly-page .solutions-box .solution-r .solution-el .view-pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pcb-assembly-page .solutions-box .solution-r .solution-el .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}
.pcb-assembly-page .solutions-box .solution-r .solution-el .t-txt {
  font-size: 14px;
  line-height: 22px;
  z-index: 3;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.pcb-assembly-page .solutions-box .solution-r .solution-el .jump-order {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  color: #333333;
  position: absolute;
  bottom: 40px;
}
.pcb-assembly-page .solutions-box .solution-r .solution-el .jump-order:hover {
  text-decoration: underline;
}
.pcb-assembly-page .solutions-box .solution-r .solution-el .jump-order:hover:after {
  transform: translateX(5px);
}
.pcb-assembly-page .solutions-box .solution-r .solution-el .jump-order:after {
  display: block;
  content: '';
  background: url("../images-lib-www/assembly/arrow-right.webp") no-repeat center;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  margin-top: 2px;
}
/*# sourceMappingURL=pcb-assembly.css.map */