.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;
}
@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-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: 700;
  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;
}
.the-successful-project .project-case-module {
  padding: 50px 0;
  background-color: #FDF6EE;
}
.the-successful-project .project-case-module .case-menu {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 6;
}
.the-successful-project .project-case-module .case-menu dd {
  font-size: 16px;
  color: #262626;
  line-height: 20px;
  margin-left: 20px;
  padding: 10px 12px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.the-successful-project .project-case-module .case-menu dd:hover {
  background: rgba(38, 38, 38, 0.1);
}
.the-successful-project .project-case-module .case-menu dd:first-of-type {
  margin-left: unset;
}
.the-successful-project .project-case-module .case-menu dd.active {
  background: #262626;
  font-weight: bold;
  color: #ffffff;
}
.the-successful-project .project-case-module .project-region {
  margin-top: 40px;
  padding-left: 350px;
}
.the-successful-project .project-case-module .project-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-successful-project .project-case-module .project-region .case-remit {
  float: left;
  width: 370px;
  height: 368px;
  box-sizing: border-box;
  padding: 43px 0 45px 0;
  margin-right: 70px;
  position: relative;
  z-index: 2;
}
.the-successful-project .project-case-module .project-region .case-remit .case-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 26px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 22px;
}
.the-successful-project .project-case-module .project-region .case-remit .case-des {
  font-size: 16px;
  color: #3B3E40;
  line-height: 24px;
}
.the-successful-project .project-case-module .project-region .case-remit .case-jump {
  position: absolute;
  left: 0;
  bottom: 42px;
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 11px 40px;
  display: inline-block;
  border-radius: 3px;
  background-color: #00A63F;
  transition: all 0.3s ease-in-out;
}
.the-successful-project .project-case-module .project-region .case-remit .case-jump:hover {
  background-color: rgba(0, 166, 63, 0.8);
}
.the-successful-project .project-case-module .project-region .case-swiper {
  position: relative;
}
.the-successful-project .project-case-module .project-region .case-swiper .case-list {
  width: 300px !important;
  height: 368px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.the-successful-project .project-case-module .project-region .case-swiper .case-pic {
  margin-bottom: 6px;
}
.the-successful-project .project-case-module .project-region .case-swiper .case-pic img {
  width: 100%;
  height: 200px;
  background-size: cover;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down {
  position: absolute;
  width: 100%;
  height: 182px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, #FFFFFF 10%);
  backdrop-filter: blur(6px);
  padding: 20px 16px 16px;
  box-sizing: border-box;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  transition: height 0.5s ease-in-out;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down::before {
  width: 100%;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down .case-remit-item {
  padding: 12px 0;
  line-height: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #E9EBED;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down .case-remit-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down .order-mit {
  display: block;
  padding: unset;
  border-bottom: unset;
  word-wrap: break-word;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down .order-mit .case-val {
  color: #3B3E40;
  height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down .case-mit {
  width: 70px;
  box-sizing: border-box;
  float: left;
  font-size: 13px;
  color: #6C7073;
  line-height: 20px;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down .case-val {
  float: left;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down .case-ling {
  font-size: 13px;
  color: #3B3E40;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down:hover {
  padding: 20px 16px 16px;
  height: 368px;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down:hover .remit-title {
  margin-bottom: 20px;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down:hover .case-ling {
  display: none;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down:hover .order-mit {
  padding-bottom: 4px;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down:hover .order-mit .case-mit {
  display: block;
}
.the-successful-project .project-case-module .project-region .case-swiper .glass-down:hover .order-mit .case-val {
  width: auto;
  height: auto;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.the-successful-project .project-case-module .project-region .case-swiper .remit-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #262626;
  line-height: 22px;
  margin-bottom: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.the-successful-project .project-case-module .project-region .case-swiper .remit-jump {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 14px;
  color: #00A63F;
  line-height: 20px;
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: none;
}
.the-successful-project .project-case-module .project-region .case-swiper .remit-jump::after {
  background: url("../images/pcbdesign/case-arrow-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-left: 6px;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.the-successful-project .project-case-module .project-region .case-swiper .swiper-tab-btn {
  display: flex;
  position: absolute;
  left: 264px;
  bottom: 41px;
}
.the-successful-project .project-case-module .project-region .case-swiper .swiper-tab-btn .swiper-btn {
  width: 46px;
  height: 46px;
  border-radius: 3px;
  border: 2px solid #6C7073;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
.the-successful-project .project-case-module .project-region .case-swiper .swiper-tab-btn .swiper-btn::after {
  background: url("../images/pcbdesign/sol-swiper-icon-active.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  background-size: cover;
}
.the-successful-project .project-case-module .project-region .case-swiper .swiper-tab-btn .swiper-btn:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.the-successful-project .project-case-module .project-region .case-swiper .swiper-tab-btn .left-btn {
  margin-right: 22px;
}
.the-successful-project .project-case-module .project-region .case-swiper .swiper-tab-btn .left-btn::after {
  transform: rotate(180deg);
}
.the-successful-project .project-case-module .project-region .case-swiper .swiper-tab-btn .right-btn::after {
  transform: rotate(0deg);
}
.the-asked-questions .faq-module {
  background-color: #F7F8F9;
  padding: 50px 0;
}
.the-asked-questions .faq-module .faq-box {
  width: 736px;
  margin: auto;
}
.the-asked-questions .faq-module .faq-box .faq-row {
  border: 1px solid #DBDEE2;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 16px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  overflow: hidden;
}
.the-asked-questions .faq-module .faq-box .faq-row.active .tab-icon {
  background: url("../images/pcbdesign/unfold-icon.png") no-repeat center;
  background-size: cover;
}
.the-asked-questions .faq-module .faq-box .faq-row.active .row-des {
  display: block;
}
.the-asked-questions .faq-module .faq-box .faq-row:last-of-type {
  margin-bottom: unset;
}
.the-asked-questions .faq-module .faq-box .faq-row .row-title {
  padding: 20px 72px 20px 20px;
  position: relative;
  cursor: pointer;
}
.the-asked-questions .faq-module .faq-box .faq-row .row-title p {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #262626;
  line-height: 22px;
}
.the-asked-questions .faq-module .faq-box .faq-row .tab-icon {
  background: url("../images/pcbdesign/fold-icon.png") no-repeat center;
  width: 34px;
  height: 34px;
  display: block;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  margin-top: -17px;
}
.the-asked-questions .faq-module .faq-box .faq-row .row-des {
  font-size: 14px;
  color: #3B3E40;
  line-height: 20px;
  padding: 0 20px 14px;
  display: none;
}
.the-pricing-steps .pricing-steps-module {
  padding: 50px 0;
}
.the-pricing-steps .pricing-steps-module .step-box {
  display: flex;
  justify-content: space-between;
}
.the-pricing-steps .pricing-steps-module .step-remit {
  width: 364px;
  position: relative;
}
.the-pricing-steps .pricing-steps-module .step-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  color: #1D1D1F;
}
.the-pricing-steps .pricing-steps-module .step-el-page {
  position: absolute;
  left: 0;
  bottom: 0;
}
.the-pricing-steps .pricing-steps-module .step-el-page:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-pricing-steps .pricing-steps-module .step-el-page li {
  width: 14px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #262626;
  line-height: 20px;
  margin-right: 40px;
  padding-bottom: 6px;
  cursor: pointer;
  position: relative;
}
.the-pricing-steps .pricing-steps-module .step-el-page li.active::after {
  background-color: #00A63F;
}
.the-pricing-steps .pricing-steps-module .step-el-page li::after {
  width: 14px;
  height: 2px;
  content: '';
  display: block;
  background: #E9EBED;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.the-pricing-steps .pricing-steps-module .step-el-page li:last-of-type {
  margin-right: unset;
}
.the-pricing-steps .pricing-steps-module .step-swiper {
  width: 744px;
  height: 162px;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 5px 20px 0px rgba(47, 45, 94, 0.06);
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-container {
  width: 744px;
  height: 162px;
  box-sizing: border-box;
  position: relative;
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #E9EBED;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon:hover {
  box-shadow: 0px 4px 4px 0px rgba(47, 45, 94, 0.14);
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon::after {
  background: url("../images/pcbdesign/step-swiper-icon-active.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  background-size: cover;
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon.left-btn {
  left: 20px;
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon.left-btn::after {
  transform: rotate(180deg);
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon.right-btn {
  right: 20px;
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon.right-btn::after {
  transform: rotate(0deg);
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon.swiper-button-disabled {
  box-shadow: none;
  background-color: rgba(242, 244, 248, 0.8);
  cursor: no-drop;
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon.swiper-button-disabled::after {
  background: url("../images/pcbdesign/step-swiper-icon.png") no-repeat center;
  background-size: cover;
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon.swiper-button-disabled.left-btn::after {
  transform: rotate(0deg);
}
.the-pricing-steps .pricing-steps-module .step-swiper .swiper-icon.swiper-button-disabled.right-btn::after {
  transform: rotate(180deg);
}
.the-pricing-steps .pricing-steps-module .step-swiper .step-item {
  display: flex;
  align-items: center;
  width: 744px;
  height: 162px;
  background-color: #ffffff;
  padding: 32px 80px;
  box-sizing: border-box;
  border-radius: 6px;
}
.the-pricing-steps .pricing-steps-module .step-swiper .step-pic {
  width: 124px;
  height: 124px;
  background-size: cover;
  margin-right: 20px;
}
.the-pricing-steps .pricing-steps-module .step-swiper dl {
  width: 467px;
}
.the-pricing-steps .pricing-steps-module .step-swiper dl dt {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  margin-bottom: 16px;
}
.the-pricing-steps .pricing-steps-module .step-swiper dl dd {
  font-size: 14px;
  color: #6C7073;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1768px) {
  .project-case-module .project-region {
    padding-left: 275px;
  }
}
@media screen and (max-width: 1680px) {
  .project-case-module .project-region {
    padding-left: 234px;
  }
}
@media screen and (max-width: 1600px) {
  .project-case-module .project-region {
    padding-left: 200px !important;
  }
}
@media screen and (max-width: 1528px) {
  .project-case-module .project-region {
    padding-left: 160px;
  }
}
@media screen and (max-width: 1440px) {
  .project-case-module .project-region {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 1366px) {
  .project-case-module .project-region {
    padding-left: 76px;
  }
}
@media screen and (max-width: 1200px) {
  .project-case-module .project-region {
    padding-left: 32px;
  }
}
@media (max-height: 2780px) and (-webkit-device-pixel-ratio: 2) {
  .view-process {
    height: calc(100vh - 166px);
  }
  .design-page .fixed-view-section .left-content {
    top: 10vh;
  }
}
.design-page {
  font-family: 'HarmonyOS_Sans_Regular';
}
.design-page .home-banner {
  padding: 100px 0 0;
  background: #080808;
  position: relative;
}
.design-page .home-banner:after {
  display: block;
  content: '';
  height: 50px;
  background: #fff;
  border-radius: 60px 60px 0 0;
}
.design-page .home-banner .top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.design-page .home-banner .top-head * {
  box-sizing: border-box;
}
.design-page .home-banner .top-head .banner-title {
  width: 426px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 46px;
  color: #ffffff;
  line-height: 60px;
}
.design-page .home-banner .top-head .des-remit {
  width: 640px;
  height: 180px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.design-page .home-banner .top-head .des-remit .banner-des {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
  margin-bottom: 8px;
}
.design-page .home-banner .top-head .des-remit .quote-jump {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  background-color: #00A63F;
  border-radius: 3px;
  display: inline-block;
  padding: 14px 26px;
  transition: all 0.3s ease-in-out;
}
.design-page .home-banner .top-head .des-remit .quote-jump:hover {
  background-color: rgba(0, 166, 63, 0.8);
}
.design-page .home-banner .banner-pic {
  width: 1164px;
  height: 580px;
  margin: 0 auto;
}
.design-page .home-banner .banner-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.design-page .home-banner .banner-card-module:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-page .home-banner .banner-card-module .card-item {
  position: relative;
  z-index: 2;
  float: left;
  width: 288px;
  margin-left: 16px;
  box-sizing: border-box;
  padding: 32px 8px;
  border-top: 1px solid #ffffff;
}
.design-page .home-banner .banner-card-module .card-item:first-of-type {
  margin-left: unset;
}
.design-page .home-banner .banner-card-module .card-item img {
  width: 24px;
  height: 24px;
  background-size: cover;
  display: block;
  margin-bottom: 14px;
}
.design-page .home-banner .banner-card-module .card-item h3 {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}
.design-page .home-banner .banner-card-module .card-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 20px;
}
.design-page .board-box {
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.design-page .board-box .des-remit {
  width: 560px;
}
.design-page .board-box .des-remit .board-title {
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 22px;
  color: #1D1D1F;
  line-height: 40px;
  font-size: 32px;
}
.design-page .board-box .des-remit .board-des {
  font-size: 16px;
  color: #3B3E40;
  line-height: 24px;
}
.design-page .board-box .board-pic {
  width: 600px;
  height: 386px;
}
.design-page .board-box .board-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.design-page .fixed-view-section {
  background: #F7F8F9;
  padding: 50px 0;
}
.design-page .fixed-view-section .t-info {
  margin-bottom: 40px;
}
.design-page .fixed-view-section .process-title {
  font-size: 32px;
  font-family: 'HarmonyOS_Sans_Bold';
  line-height: 40px;
  color: #1D1D1F;
}
.design-page .fixed-view-section .animate-box {
  display: flex;
}
.design-page .fixed-view-section .title-des {
  margin-top: 22px;
  font-size: 16px;
  color: #6C7073;
  line-height: 24px;
  max-width: 660px;
  font-family: HarmonyOS_Sans;
}
.design-page .fixed-view-section .move-left {
  width: 700px;
  margin-right: 40px;
}
.design-page .fixed-view-section .move-left .view-process {
  border-radius: 6px;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #DBDEE2;
}
.design-page .fixed-view-section .move-left .view-process .look-over-btn {
  background: url("../images/layout/look-big-icon.png") no-repeat center;
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
  background-size: cover;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.design-page .fixed-view-section .left-content {
  position: sticky;
  display: flex;
  padding-top: 74vh;
  top: 16vh;
}
.design-page .fixed-view-section .left-content .view-process {
  position: absolute;
  inset: 0;
  object-fit: cover;
  display: flex;
  overflow: hidden;
}
.design-page .fixed-view-section .left-content .view-process img {
  overflow: hidden;
  aspect-ratio: 7 / 6;
  position: absolute;
  inset: 0;
  vertical-align: middle;
  width: 700px;
  margin: auto;
  border-radius: 6px;
  object-position: 0% 50%;
}
.design-page .fixed-view-section .right-content {
  width: 460px;
}
.design-page .fixed-view-section .view-lists {
  width: 100%;
  padding-top: 40px;
}
.design-page .fixed-view-section .list-row {
  padding: 163px 0;
  scroll-snap-align: inherit;
  opacity: 0.5;
  height: 530px;
  box-sizing: border-box;
}
.design-page .fixed-view-section .list-row .title {
  line-height: 32px;
  font-size: 26px;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #262626;
}
.design-page .fixed-view-section .list-row li {
  font-size: 16px;
  color: #3B3E40;
  line-height: 24px;
  margin-top: 26px;
  position: relative;
  padding-left: 34px;
}
.design-page .fixed-view-section .list-row li:before {
  content: '';
  background: url("../images/layout-design-enclosure/rules-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}
.design-page .layout-module {
  padding: 50px 0;
}
.design-page .layout-module .layout-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  color: #1D1D1F;
  line-height: 40px;
  margin-bottom: 20px;
}
.design-page .layout-module .table-data {
  width: 100%;
}
.design-page .layout-module .table-data td {
  width: 568px;
  height: 76px;
  font-size: 16px;
  color: #262626;
  padding-left: 42px;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.design-page .layout-module .table-data td::before {
  background: url("../images/layout/check-bg-icon.png") no-repeat center;
  width: 26px;
  height: 26px;
  content: '';
  display: block;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
.design-page .layout-module .table-data tr {
  display: flex;
}
.design-page .layout-module .table-data tr:last-of-type td {
  border-bottom: unset;
}
.design-page .layout-module .table-data tr td:first-of-type {
  margin-right: 64px;
}
.design-page .project-case-module {
  padding: 50px 0;
  background-color: #FDF6EE;
}
.design-page .project-case-module .case-menu {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 6;
}
.design-page .project-case-module .case-menu dd {
  font-size: 16px;
  color: #262626;
  line-height: 20px;
  margin-left: 20px;
  padding: 10px 12px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.design-page .project-case-module .case-menu dd:hover {
  background: rgba(38, 38, 38, 0.1);
}
.design-page .project-case-module .case-menu dd:first-of-type {
  margin-left: unset;
}
.design-page .project-case-module .case-menu dd.active {
  background: #262626;
  font-weight: bold;
  color: #ffffff;
}
.design-page .project-case-module .project-region {
  margin-top: 40px;
  padding-left: 350px;
}
.design-page .project-case-module .project-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-page .project-case-module .project-region .case-remit {
  float: left;
  width: 370px;
  height: 368px;
  box-sizing: border-box;
  padding: 43px 0 45px 0;
  margin-right: 70px;
  position: relative;
  z-index: 2;
}
.design-page .project-case-module .project-region .case-remit .case-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 26px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 22px;
}
.design-page .project-case-module .project-region .case-remit .case-des {
  font-size: 16px;
  color: #3B3E40;
  line-height: 24px;
}
.design-page .project-case-module .project-region .case-remit .case-jump {
  position: absolute;
  left: 0;
  bottom: 42px;
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 11px 40px;
  display: inline-block;
  border-radius: 3px;
  background-color: #00A63F;
  transition: all 0.3s ease-in-out;
}
.design-page .project-case-module .project-region .case-remit .case-jump:hover {
  background-color: rgba(0, 166, 63, 0.8);
}
.design-page .project-case-module .project-region .case-swiper {
  position: relative;
}
.design-page .project-case-module .project-region .case-swiper .case-list {
  width: 300px !important;
  height: 368px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.design-page .project-case-module .project-region .case-swiper .case-pic {
  margin-bottom: 6px;
}
.design-page .project-case-module .project-region .case-swiper .case-pic img {
  width: 100%;
  height: 200px;
  background-size: cover;
}
.design-page .project-case-module .project-region .case-swiper .glass-down {
  position: absolute;
  width: 100%;
  height: 182px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, #FFFFFF 10%);
  backdrop-filter: blur(6px);
  padding: 20px 16px 16px;
  box-sizing: border-box;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  transition: height 0.5s ease-in-out;
}
.design-page .project-case-module .project-region .case-swiper .glass-down::before {
  width: 100%;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
}
.design-page .project-case-module .project-region .case-swiper .glass-down .case-remit-item {
  padding: 12px 0;
  line-height: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #E9EBED;
}
.design-page .project-case-module .project-region .case-swiper .glass-down .case-remit-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-page .project-case-module .project-region .case-swiper .glass-down .order-mit {
  display: block;
  padding: unset;
  border-bottom: unset;
  word-wrap: break-word;
}
.design-page .project-case-module .project-region .case-swiper .glass-down .order-mit .case-val {
  color: #3B3E40;
  height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.design-page .project-case-module .project-region .case-swiper .glass-down .case-mit {
  width: 70px;
  box-sizing: border-box;
  float: left;
  font-size: 13px;
  color: #6C7073;
  line-height: 20px;
}
.design-page .project-case-module .project-region .case-swiper .glass-down .case-val {
  float: left;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.design-page .project-case-module .project-region .case-swiper .glass-down .case-ling {
  font-size: 13px;
  color: #3B3E40;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.design-page .project-case-module .project-region .case-swiper .glass-down:hover {
  padding: 20px 16px 16px;
  height: 368px;
}
.design-page .project-case-module .project-region .case-swiper .glass-down:hover .remit-title {
  margin-bottom: 20px;
}
.design-page .project-case-module .project-region .case-swiper .glass-down:hover .case-ling {
  display: none;
}
.design-page .project-case-module .project-region .case-swiper .glass-down:hover .order-mit {
  padding-bottom: 4px;
}
.design-page .project-case-module .project-region .case-swiper .glass-down:hover .order-mit .case-mit {
  display: block;
}
.design-page .project-case-module .project-region .case-swiper .glass-down:hover .order-mit .case-val {
  width: auto;
  height: auto;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.design-page .project-case-module .project-region .case-swiper .remit-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #262626;
  line-height: 22px;
  margin-bottom: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.design-page .project-case-module .project-region .case-swiper .remit-jump {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 14px;
  color: #00A63F;
  line-height: 20px;
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: none;
}
.design-page .project-case-module .project-region .case-swiper .remit-jump::after {
  background: url("../images/pcbdesign/case-arrow-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-left: 6px;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.design-page .project-case-module .project-region .case-swiper .swiper-tab-btn {
  display: flex;
  position: absolute;
  left: 264px;
  bottom: 41px;
}
.design-page .project-case-module .project-region .case-swiper .swiper-tab-btn .swiper-btn {
  width: 46px;
  height: 46px;
  border-radius: 3px;
  border: 2px solid #6C7073;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
.design-page .project-case-module .project-region .case-swiper .swiper-tab-btn .swiper-btn::after {
  background: url("../images/pcbdesign/sol-swiper-icon-active.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  background-size: cover;
}
.design-page .project-case-module .project-region .case-swiper .swiper-tab-btn .swiper-btn:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.design-page .project-case-module .project-region .case-swiper .swiper-tab-btn .left-btn {
  margin-right: 22px;
}
.design-page .project-case-module .project-region .case-swiper .swiper-tab-btn .left-btn::after {
  transform: rotate(180deg);
}
.design-page .project-case-module .project-region .case-swiper .swiper-tab-btn .right-btn::after {
  transform: rotate(0deg);
}
.design-page .common-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  line-height: 40px;
  color: #1D1D1F;
  text-align: center;
  margin-bottom: 40px;
}
.design-page .scene-module {
  padding-top: 50px;
  overflow: hidden;
}
.design-page .scene-module .scene-title {
  text-align: center;
  margin-bottom: 70px;
}
.design-page .scene-module .scene-title .title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  color: #1D1D1F;
  line-height: 40px;
  margin-bottom: 20px;
}
.design-page .scene-module .scene-title .des {
  color: #6C7073;
  font-size: 16px;
  line-height: 24px;
}
.design-page .scene-module .swiper-container {
  margin-bottom: 52px;
  position: relative;
}
.design-page .scene-module .swiper-container::before {
  position: absolute;
  left: 0;
  top: 54px;
  width: 200px;
  height: 34px;
  background-color: #ffffff;
  opacity: 0.2;
  content: '';
  display: block;
}
.design-page .scene-module .swiper-container .swiper-wrapper {
  align-items: center;
}
.design-page .scene-module .scene-item {
  width: 290px;
  text-align: center;
  opacity: 0.2;
}
.design-page .scene-module .scene-item .slide-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 26px;
  color: #262626;
}
.design-page .scene-module .scene-item .slide-des {
  height: 48px;
  font-size: 16px;
  color: #6C7073;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}
.design-page .scene-module .scene-item .slide-jump {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 18px;
  color: #00A63F;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  display: none;
}
.design-page .scene-module .scene-item .slide-jump::after {
  background: url("../images/design/arrow-right-icon2.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  margin-left: 6px;
}
.design-page .scene-module .scene-item .slide-jump:hover::after {
  transform: translateX(5px);
}
.design-page .scene-module .scene-item.swiper-slide-active {
  width: 478px !important;
  height: 142px;
  text-align: center;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.design-page .scene-module .scene-item.swiper-slide-active .slide-des {
  display: block;
}
.design-page .scene-module .scene-item.swiper-slide-active .slide-jump {
  display: block;
}
.design-page .scene-module .scene-item.swiper-slide-prev {
  opacity: 0.5;
}
.design-page .scene-module .scene-item.swiper-slide-next {
  opacity: 0.5;
}
.design-page .scene-module .scene-pic-box {
  background: url("../images/design/consumer-bg.png") no-repeat center;
  width: 648px;
  height: 426px;
  padding: 24px 24px 0 24px;
  box-sizing: border-box;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
.design-page .scene-module .scene-pic-box .pic-item {
  width: 600px;
  height: 402px;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.design-page .scene-module .scene-pic-box .pic-item img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.design-page .scene-module .btn-icon {
  width: 64px;
  height: 64px;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid #6C7073;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.design-page .scene-module .btn-icon::after {
  background: url("../images/layout/sol-swiper-icon-active.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  background-size: cover;
}
.design-page .scene-module .btn-icon.left-btn {
  left: -140px;
}
.design-page .scene-module .btn-icon.left-btn::after {
  transform: rotate(180deg);
}
.design-page .scene-module .btn-icon.right-btn {
  right: -140px;
}
.design-page .scene-module .btn-icon:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.design-page .faq-module {
  background-color: #F7F8F9;
  padding: 50px 0;
}
.design-page .faq-module .faq-box {
  width: 736px;
  margin: auto;
}
.design-page .faq-module .faq-box .faq-row {
  border: 1px solid #DBDEE2;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 16px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  overflow: hidden;
}
.design-page .faq-module .faq-box .faq-row.active .tab-icon {
  background: url("../images/pcbdesign/unfold-icon.png") no-repeat center;
  background-size: cover;
}
.design-page .faq-module .faq-box .faq-row.active .row-des {
  display: block;
}
.design-page .faq-module .faq-box .faq-row:last-of-type {
  margin-bottom: unset;
}
.design-page .faq-module .faq-box .faq-row .row-title {
  padding: 20px 72px 20px 20px;
  position: relative;
  cursor: pointer;
}
.design-page .faq-module .faq-box .faq-row .row-title p {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #262626;
  line-height: 22px;
}
.design-page .faq-module .faq-box .faq-row .tab-icon {
  background: url("../images/pcbdesign/fold-icon.png") no-repeat center;
  width: 34px;
  height: 34px;
  display: block;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  margin-top: -17px;
}
.design-page .faq-module .faq-box .faq-row .row-des {
  font-size: 14px;
  color: #3B3E40;
  line-height: 20px;
  padding: 0 20px 14px;
  display: none;
}
.design-page .make-module {
  padding: 50px 0;
}
.design-page .make-module .make-box {
  display: flex;
}
.design-page .make-module .make-box .make-item {
  width: 389px;
  height: 475px;
  padding: 20px;
  box-sizing: border-box;
  background: #1D1D1F;
  border-radius: 10px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.design-page .make-module .make-box .make-item:first-of-type {
  margin-left: unset;
}
.design-page .make-module .make-box .make-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 5px 20px 0px rgba(47, 45, 94, 0.06);
}
.design-page .make-module .make-box .make-item .make-pic {
  width: 349px;
  height: 239px;
  margin-bottom: 22px;
}
.design-page .make-module .make-box .make-item .make-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.design-page .make-module .make-box .make-item .make-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}
.design-page .make-module .make-box .make-item .make-des {
  font-size: 14px;
  height: 88px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.design-page .make-module .make-box .make-item .learn-more {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  color: #00A63F;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.design-page .make-module .make-box .make-item .learn-more span {
  font-family: 'HarmonyOS_Sans_Bold';
}
.design-page .make-module .make-box .make-item .learn-more::after {
  background: url("../images/layout/arrow-right-icon2.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  background-size: cover;
  margin-left: 8px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.design-page .make-module .make-box .make-item .learn-more:hover::after {
  transform: translateX(5px);
}
.design-page .pricing-steps-module {
  padding: 50px 0;
}
.design-page .pricing-steps-module .step-box {
  display: flex;
  justify-content: space-between;
}
.design-page .pricing-steps-module .step-remit {
  width: 364px;
  position: relative;
}
.design-page .pricing-steps-module .step-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  color: #1D1D1F;
}
.design-page .pricing-steps-module .step-el-page {
  position: absolute;
  left: 0;
  bottom: 0;
}
.design-page .pricing-steps-module .step-el-page:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-page .pricing-steps-module .step-el-page li {
  width: 14px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #262626;
  line-height: 20px;
  margin-right: 40px;
  padding-bottom: 6px;
  cursor: pointer;
  position: relative;
}
.design-page .pricing-steps-module .step-el-page li.active::after {
  background-color: #00A63F;
}
.design-page .pricing-steps-module .step-el-page li::after {
  width: 14px;
  height: 2px;
  content: '';
  display: block;
  background: #E9EBED;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.design-page .pricing-steps-module .step-el-page li:last-of-type {
  margin-right: unset;
}
.design-page .pricing-steps-module .step-swiper {
  width: 744px;
  height: 162px;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 5px 20px 0px rgba(47, 45, 94, 0.06);
}
.design-page .pricing-steps-module .step-swiper .swiper-container {
  width: 744px;
  height: 162px;
  box-sizing: border-box;
  position: relative;
}
.design-page .pricing-steps-module .step-swiper .swiper-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #E9EBED;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.design-page .pricing-steps-module .step-swiper .swiper-icon:hover {
  box-shadow: 0px 4px 4px 0px rgba(47, 45, 94, 0.14);
}
.design-page .pricing-steps-module .step-swiper .swiper-icon::after {
  background: url("../images/pcbdesign/step-swiper-icon-active.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  background-size: cover;
}
.design-page .pricing-steps-module .step-swiper .swiper-icon.left-btn {
  left: 20px;
}
.design-page .pricing-steps-module .step-swiper .swiper-icon.left-btn::after {
  transform: rotate(180deg);
}
.design-page .pricing-steps-module .step-swiper .swiper-icon.right-btn {
  right: 20px;
}
.design-page .pricing-steps-module .step-swiper .swiper-icon.right-btn::after {
  transform: rotate(0deg);
}
.design-page .pricing-steps-module .step-swiper .swiper-icon.swiper-button-disabled {
  box-shadow: none;
  background-color: rgba(242, 244, 248, 0.8);
  cursor: no-drop;
}
.design-page .pricing-steps-module .step-swiper .swiper-icon.swiper-button-disabled::after {
  background: url("../images/pcbdesign/step-swiper-icon.png") no-repeat center;
  background-size: cover;
}
.design-page .pricing-steps-module .step-swiper .swiper-icon.swiper-button-disabled.left-btn::after {
  transform: rotate(0deg);
}
.design-page .pricing-steps-module .step-swiper .swiper-icon.swiper-button-disabled.right-btn::after {
  transform: rotate(180deg);
}
.design-page .pricing-steps-module .step-swiper .step-item {
  display: flex;
  align-items: center;
  width: 744px;
  height: 162px;
  background-color: #ffffff;
  padding: 32px 80px;
  box-sizing: border-box;
  border-radius: 6px;
}
.design-page .pricing-steps-module .step-swiper .step-pic {
  width: 124px;
  height: 124px;
  background-size: cover;
  margin-right: 20px;
}
.design-page .pricing-steps-module .step-swiper dl {
  width: 467px;
}
.design-page .pricing-steps-module .step-swiper dl dt {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  margin-bottom: 16px;
}
.design-page .pricing-steps-module .step-swiper dl dd {
  font-size: 14px;
  color: #6C7073;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.design-page.design .home-banner .top-head .banner-title {
  width: 624px;
}
.design-page.design .home-banner .top-head .des-remit {
  width: 540px;
}
.design-page.design .fixed-view-section .move-left {
  margin-left: 40px;
  margin-right: 0;
}
.design-page.design .fixed-view-section .list-row li {
  padding-left: 0;
}
.design-page.design .fixed-view-section .list-row li:before {
  display: none;
}
.design-page.enclosure .home-banner .top-head .banner-title {
  width: 596px;
}
.design-page.enclosure .home-banner .top-head .des-remit {
  width: 564px;
}
.design-page.enclosure .fixed-view-section .list-row li {
  padding-left: 0;
}
.design-page.enclosure .fixed-view-section .list-row li:before {
  display: none;
}
.viewer-transition img {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
/*# sourceMappingURL=layout-design-enclosure.css.map */