.banner {
  height: 594px;
  position: relative;
  bottom: 86px;
}
.bannerSwiper {
  height: 680px;
}
.banner-swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 4px;
  border-radius: 2px;
  background: #ffffff;
}
.PCB-pricing {
  padding: 0 30px 0 50px;
}
.PCB-product-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -41px;
  z-index: 3;
}
.PCB-pricing .PCB-pricing__field .label {
  min-width: 44px;
}
.PCB-product-header .PCB-pricing__field.large {
  width: 270px;
}
.PCB-pricing .PCB-pricing__field.large input {
  width: 100%;
}
.PCB-product-header .PCB-pricing__field {
  width: 180px;
}
.PCB-product-header .PCB-pricing__btn {
  width: 160px;
}

@keyframes scrollNotifications {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  } /* 根据需要调整百分比 */
}
.notice {
  color: #7382af;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-left: 16px;
  width: 216px;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.notice i {
  font-size: 21px;
}
/* .notifications {
  width: 190px;
  height: 30px;
  overflow: hidden;
  position: relative;
} */
.notice .notice-list {
  padding-left: 4px;
}
.notice .notice-list li {
  line-height: 16px;
}
.notice .notice-list li a {
  width: 186px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.notice .notice-list li:hover {
  color: #fff;
  text-decoration: underline;
}

.craft {
  height: 300px;
  background: linear-gradient(0deg, #ffffff, #dcf0ff);
  padding: 34px 0 0;
}
.craft .main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* background-image: url("./../images/index/bg-circuit.png");
  background-position: right 197px bottom;
  background-repeat: no-repeat; */
}
.craft .pcb-feature {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 20px 0px rgba(221, 240, 255, 0.3);
  height: 210px;
  padding: 34px 30px 0;
  position: relative;
}
.craft .pcb-feature:first-child {
  border-radius: 8px 0px 0px 8px;
}
.craft .pcb-feature:last-child {
  border-radius: 0px 8px 8px 0px;
}
.craft .pcb-feature:hover {
  background: #ffffff;
}
.craft .pcb-feature .iconfont {
  position: absolute;
  top: 17px;
  right: 17px;
  color: #dff1ff;
  /* width: 70px; */
  font-size: 40px;
}
.craft .pcb-feature .__tile {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #444444;
  margin: 0 0 18px;
}
.craft .pcb-feature p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

.highlight {
  height: 600px;
  /* padding-top: 8px; */
  overflow: hidden;
}
/* .highlight .main {} */
.highlight .btn-quote {
  margin-top: 25px;
  width: 120px;
  height: 44px;
  background: #1969fa;
  border-radius: 22px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.highlight .btn-quote:hover {
  background: #0a3ac9;
}
.pcb-highlight {
  float: left;
  width: 410px;
  height: 246px;
  margin-left: 30px;
  padding-left: 37px;
  padding-top: 35px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.pcb-highlight h2 {
  font-weight: bolder !important;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  margin-bottom: 12px;
  color: #191919;
}
.pcb-highlight:nth-child(1) {
  width: 400px;
  height: 522px;
  background: url("./../images/index/gdc.png") 100% 100%;
  margin-left: 0;
  padding-left: 47px;
}
.pcb-highlight:nth-child(2) {
  background: url("./../images/index/ht.png") 100% 100%;
  margin-bottom: 30px;
}
.pcb-highlight:nth-child(3) {
  background: url("./../images/index/hdi.png") 100% 100%;
  margin-bottom: 30px;
}
.pcb-highlight:nth-child(4) {
  background: url("./../images/index/dcc.png") 100% 100%;
}
.pcb-highlight:nth-child(5) {
  background: url("./../images/index/gpgs.png") 100% 100%;
}
.pcb-highlight:nth-child(1) h2 {
  background: linear-gradient(20deg, #6486e6 0%, #8ac3fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pcb-highlight:nth-child(2) h2 {
  background: linear-gradient(20deg, #ddba87 0%, #b1905f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pcb-highlight:nth-child(3) h2 {
  background: linear-gradient(20deg, #b3aea6 0%, #565555 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pcb-highlight:nth-child(4) h2 {
  /* background: linear-gradient(20deg, #44c589 0%, #136541 100%); */
  background: linear-gradient(20deg, #44c589 0%, #1d9661 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pcb-highlight:nth-child(5) h2 {
  background: linear-gradient(
    20deg,
    rgba(72, 71, 119, 0.8) 0%,
    rgba(47, 85, 118, 0.8) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.__more {
  font-weight: 400;
  font-size: 14px;
  color: #888;
  line-height: 12px;
}
.__more:hover span,
.__more:hover .iconfont {
  color: #1969fa;
  /* text-decoration: underline;
  text-underline-offset: 5px; */
}
.__more .iconfont {
  font-size: 11px;
  vertical-align: top;
}

/* 地址 */
.address-section {
  background-color: #f5f7f9;
}
.address-section .main {
  display: flex;
  justify-content: center;
  padding: 110px 0 110px;
}
.address-list {
  width: 420px;
}
.address-item {
  background: #fff;
  border-radius: 16px;
  border-radius: 16px;
  padding: 0 29px;
  cursor: pointer;
}
.address-item dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  font-weight: bold;
  font-size: 22px;
}
.address-item dt i {
  color: #d0d0d0;
}
.address-item dd {
  display: none;
  font-size: 14px;
  /* line-height: 13px;
}
.address-item dd + dd {
  margin-top: 8px; */
}
.address-item + .address-item {
  margin-top: 20px;
}
.address-item.active {
  height: 160px;
  box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.address-item.active i {
  color: #363636;
}
.address-item.active dt {
  min-height: auto;
  font-size: 24px;
  line-height: 24px;
  padding: 38px 0 20px;
}
.address-item.active dd {
  display: block;
}
.address-swiper {
  width: 830px;
  height: 490px;
  background: #ffffff;
  border-radius: 16px;
  margin-left: 30px;
  overflow: hidden;
}
.address-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  border-radius: 50%;
}
.address-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1969fa;
  border-radius: 50%;
  position: relative;
}
.address-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
/* 地址 */

.machine {
  position: relative;
  /* background: #000000;
  opacity: 0.65; */
}
.machine::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  left: 0;
  z-index: 3;
  background: #000000;
  opacity: 0.65;
}
.machine video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.machine-main {
  height: 870px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  position: relative;
  z-index: 9;
  color: #fff;
}
.machine-desc {
  height: 640px;
  text-align: center;
  padding-top: 105px;
}
.machine-desc .__title {
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  position: relative;
  margin-bottom: 54px;
}
.machine-desc .__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29px;
  margin: auto;
  width: 100px;
  height: 3px;
  background: #1969fa;
}
.machine-desc .__desc {
  font-size: 18px;
  line-height: 30px;
  max-width: 1072px;
  margin: 0 auto 0;
}
.machine-list {
  width: 1100px;
  margin: auto;
}

.machine-list .swiper-slide .title {
  text-align: center;
  font-size: 15px;
  /* line-height: 15px; */
  margin-top: 14px;
}
.machine-list .swiper-slide .cover {
  position: relative;
  cursor: pointer;
}
.machine-list .swiper-slide .cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  left: 0;
  z-index: 3;
  background: #000000;
  opacity: 0.45;
  border-radius: 16px;
}
.machine-list .swiper-slide .play {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  opacity: 0.5;
}
.machine-list .swiper-slide,
.machine-list img {
  width: 200px;
}
.machine-list img {
  height: 120px;
  border-radius: 16px;
  /* background: #000000;
  opacity: 0.45; */
}
.machine-list .swiper-button-next,
.machine-list .swiper-button-prev {
  top: 692px;
  background: none;
}
.machine-swiper-button-next::after,
.machine-swiper-button-prev::after {
  color: #8d8d8d;
}
.machine-swiper-button-next:hover::after,
.machine-swiper-button-prev:hover::after {
  color: #bcbcbc;
}
/* .machine-list .swiper-button-disabled::after {
  color: #3b3c3d;
} */
.machine-list .swiper-slide.play-active .cover::before {
  content: none;
}
.machine-list .swiper-slide.play-active .play {
  display: none;
}

.certificate {
  margin: 120px 0;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.certificate-title {
  font-weight: bold;
  font-size: 24px;
  color: #191919;
  line-height: 24px;
  margin: 74px 0 28px;
  padding: 0 22px;
}
.certificate-mian {
  flex: 1;
  /* width: 700px; */
  padding-left: 150px;
  font-weight: 400;
  font-size: 16px;
  color: #191919;
}
.certificate-mian ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
}
.certificate-mian .icon-SGS {
  font-size: 20px;
  margin-right: 4px;
}
.certificate-mian ul li {
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid #eeeeef;
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 78px;
  cursor: pointer;
}
.certificate-mian ul li.active {
  /* border-color: #1969fa; */
  box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 2px solid #1969fa;
}
.certificate-mian ul li:hover {
  color: #1969fa;
}
.certificate-mian > ul {
  font-size: 16px;
  color: #04265e;
  display: grid;
  grid-template-columns: 232px 1fr;
}
.certificate-mian > ul span {
  color: #86868b;
}
.certificate-mian > ul li {
  height: 97px;
}
.certificate-mian > ul li i {
  font-size: 56px;
  margin-right: 13px;
}
.certificate-mian > ul li:nth-child(1) i {
  font-size: 82px;
  margin-right: 0px;
}
.certificate-mian > ul li:nth-child(1) {
  height: 217px;
  color: #099b6c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-row: span 2;
}

.certificate-review {
  width: 440px;
  height: 621px;
}
.certificate-review img {
  box-shadow: 0px 0px 68px 0px rgba(30, 39, 54, 0.16);
}

.customer-order__title,
.WA-HC__wrap__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 30px;
  font-weight: bold;
  font-size: 30px;
  color: #333;
}
.customer-order {
  background: #f5f7f9;
  padding: 66px 0 0;
  position: relative;
}
.customer-order .main:last-child {
  max-width: calc(1280px + 44px);
}
.customer-order__title {
  margin-bottom: 21px;
}
.customer-order__title ._title {
  display: flex;
  align-items: center;
}
.customer-order__title ._tag {
  margin-left: 19px;
  width: 71px;
  height: 27px;
  line-height: 27px;
  background: #1969fa;
  border-radius: 8px;
  border: 1px solid #1969fa;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  display: block;
}
.customer-order__title ._tag:hover {
  background: #0a3ac9;
  border-color: #0a3ac9;
}
.customer-order__title_sub {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #666666;
}

.customer-order .swiper-button {
  width: calc(1280px + 108px);
  height: 37px;
  position: absolute;
  top: 321px;
  left: 162px;
  left: 0;
  right: 0;
  margin: auto;
}
.customer-order .swiper-button-next::after,
.customer-order .swiper-button-prev::after {
  font-size: 11px;
}

.customer-order .swiper-button-next {
  right: 0;
}
.customer-order .swiper-button-prev {
  left: 0;
}
.customer-order .orderSwiper {
  padding: 0 22px;
  height: calc(335px + 76px);
  margin-top: 50px;
}
.customer-order .orderSwiper .swiper-slide {
  width: 300px;
  height: 335px;
  border-radius: 16px;
  background: #ffffff;
}
.customer-order .orderSwiper .swiper-slide:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}
.real-case-comment .content-header,
.real-case-comment .content {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
.real-case-comment .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 17px;
}
.real-case-comment .star {
  display: flex;
  align-items: center;
  height: 17px;
  line-height: 17px;
}
.real-case-comment .star .iconfont {
  color: #ff9500;
  font-size: 12px;
  margin-right: 4px;
}

.real-case-comment .date {
  font-size: 14px;
  line-height: 17px;
  color: #86868b;
}

.real-case-comment > img {
  width: 300px;
  height: 164px;
  background: #f3f5fa;
  border-radius: 8px 8px 0px 0px;
  object-fit: cover;
}
.real-case-comment .content img + div {
  flex: 1;
}
.real-case-comment .content .text {
  font-size: 14px;
  line-height: 22px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 14px;
}
.real-case-comment .content .tag {
  display: flex;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 12px;
}
.real-case-comment .content .tag li {
  height: 14px;
  line-height: 14px;
  background: #7f879e;
  color: #fff;
  padding: 0 3px;
  font-size: 11px;
}
.real-case-comment .content .tag li + li {
  margin-left: 7px;
}

.real-case-comment .user img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 11px;
}
.real-case-comment .other {
  color: #86868b;
  display: flex;
  justify-content: space-between;
}
.real-case-comment .user,
.real-case-list__item .picture .expand__bottom .user,
.real-case-list__item .picture .expand__bottom .other {
  display: flex;
  align-items: center;
}

.WA-HC {
  display: flex;
}
.WA-HC__wrap {
  flex: 1;
  padding: 55px 0 80px;
}
.WA-HC__wrap + .WA-HC__wrap {
  margin-left: 100px;
}
.WA-HC__wrap__title {
  margin-bottom: 35px;
}
.WA-HC__list li + li {
  margin-top: 7px;
}
.WA-HC__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
.WA-HC__list li .title {
  width: 470px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.WA-HC__list li .__more {
  color: #86868b;
}
.WA-HC__list li a:hover {
  /* text-decoration: underline;
  text-underline-offset: 4px; */
  color: #1969fa;
}

.more-advantages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.more-advantages li {
  font-size: 20px;
  color: rgba(25, 25, 25, 0.4);
  text-align: center;
  display: flex;
  align-items: center;
}
.more-advantages li i {
  font-size: 54px;
  margin-right: 11px;
}
.more-advantages li:first-child i,
.more-advantages li:last-child i {
  font-size: 45px;
}
.shadow {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
}
