@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;
}
.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;
}
.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;
}
.the-asked-questions .faq-module {
  background-color: #F7F8F9;
  padding: 60px 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: #6C7073;
  line-height: 20px;
  padding: 0 20px 14px;
  display: none;
}
.design-page.consumer-electronics .home-module {
  background: url("../images/industry-solution/banner-bg1.webp") no-repeat center;
  background-size: cover;
}
.design-page.industrial-automation .home-module {
  background: url("../images/industry-solution/banner-bg2.webp") no-repeat center;
  background-size: cover;
}
.design-page.medical-electronics .home-module {
  background: url("../images/industry-solution/banner-bg3.webp") no-repeat center;
  background-size: cover;
}
.design-page.automotive-electronics .home-module {
  background: url("../images/industry-solution/banner-bg4.webp") no-repeat center;
  background-size: cover;
}
.design-page.iot-devices .home-module {
  background: url("../images/industry-solution/banner-bg5.webp") no-repeat center;
  background-size: cover;
}
.design-page.energy .home-module {
  background: url("../images/industry-solution/banner-bg6.webp") no-repeat center;
  background-size: cover;
}
.design-page .home-module {
  min-width: 1200px;
  width: 100%;
  height: 660px;
  overflow: hidden;
  position: relative;
}
.design-page .home-module .banner-box {
  width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 108px auto 0;
}
.design-page .home-module .banner-box .banner-cet {
  width: 600px;
  height: 362px;
  margin-bottom: 32px;
}
.design-page .home-module .banner-box .menu-jump {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.design-page .home-module .banner-box .menu-jump:hover .menu-title {
  color: #00A63F;
}
.design-page .home-module .banner-box .menu-jump:hover .menu-title:after {
  background: url("../images/industry-solution/menu-down-icon-hover.png") no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
}
.design-page .home-module .banner-box .menu-jump:hover .menu-down-val {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.design-page .home-module .banner-box .menu-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 22px;
  display: inline-block;
  font-family: 'HarmonyOS_Sans_Medium';
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  cursor: pointer;
}
.design-page .home-module .banner-box .menu-title:after {
  background: url("../images/industry-solution/down-icon.png") no-repeat center;
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  background-size: cover;
  vertical-align: bottom;
  margin-left: 2px;
  transition: all 0.3s ease-in-out;
}
.design-page .home-module .banner-box .menu-down-val {
  width: 276px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.design-page .home-module .banner-box .menu-down-val li {
  width: 100%;
  padding: unset;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.design-page .home-module .banner-box .menu-down-val li a {
  padding: 10px 5px;
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  border-radius: 6px;
  font-weight: unset;
  font-family: 'HarmonyOS_Sans_Medium';
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.design-page .home-module .banner-box .menu-down-val li a:hover {
  background: #F7F8F9;
  color: #00A63F;
  font-weight: 500;
}
.design-page .home-module .banner-box .banner-title {
  font-size: 46px;
  line-height: 56px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 26px;
  max-height: 112px;
}
.design-page .home-module .banner-box .banner-info {
  color: #43FD78;
  text-shadow: 0 0 10px rgba(67, 253, 120, 0.6);
}
.design-page .home-module .banner-box .banner-des {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 26px;
  margin-bottom: 46px;
  height: 130px;
  max-height: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.design-page .home-module .banner-box .jump-link {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  display: inline-block;
  padding: 12px 26px;
  border-radius: 3px;
  background: #00A63F;
  transition: all 0.3s ease-in-out;
}
.design-page .home-module .banner-box .jump-link:hover {
  background-color: rgba(0, 166, 63, 0.8);
}
.design-page .home-module .banner-box .banner-group img {
  margin-left: 24px;
}
.design-page .home-module .banner-box .banner-group img:first-of-type {
  margin-left: unset;
}
.design-page .common-title {
  font-size: 32px;
  line-height: 40px;
  color: #1D1D1F;
  font-family: 'HarmonyOS_Sans_Bold';
  text-align: center;
  margin-bottom: 50px;
}
.design-page .solution-module {
  padding: 60px 0;
}
.design-page .solution-module .menu-tab {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E9EBED;
  margin-bottom: 40px;
}
.design-page .solution-module .menu-tab dd {
  font-size: 16px;
  color: #6C7073;
  line-height: 24px;
  padding-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.design-page .solution-module .menu-tab dd.active {
  font-weight: bold;
  color: #00A63F;
}
.design-page .solution-module .menu-tab dd.active:after {
  width: 100%;
}
.design-page .solution-module .menu-tab dd:after {
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: width 0.3s ease-in-out;
  content: '';
  background: #00A63F;
}
.design-page .solution-module .menu-tab dd:hover {
  color: #00A63F;
  font-weight: bold;
}
.design-page .solution-module .menu-tab dd:first-of-type {
  margin-left: unset;
}
.design-page .solution-module .solution-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.design-page .solution-module .solution-item .info-area {
  padding-right: 40px;
}
.design-page .solution-module .solution-item .title {
  font-size: 26px;
  color: #262626;
  line-height: 32px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 16px;
}
.design-page .solution-module .solution-item .win-des {
  font-size: 16px;
  color: #6C7073;
  line-height: 24px;
  margin-bottom: 20px;
}
.design-page .solution-module .solution-item .des-row {
  font-size: 16px;
  line-height: 24px;
  color: #3B3E40;
  margin-bottom: 18px;
  padding-left: 32px;
  position: relative;
}
.design-page .solution-module .solution-item .des-row:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/industry-solution/check-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  background-size: cover;
}
.design-page .solution-module .solution-item .jump-link {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Bold';
  display: inline-block;
  padding: 12px 20px;
  border-radius: 3px;
  background: #00A63F;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
}
.design-page .solution-module .solution-item .jump-link:hover {
  background: rgba(0, 166, 63, 0.8);
}
.design-page .solution-module .solution-item .jump-link:hover:after {
  transform: translateX(4px);
}
.design-page .solution-module .solution-item .solution-pic {
  width: 580px;
  min-width: 580px;
  height: 400px;
  border-radius: 20px 60px 20px 20px;
  overflow: hidden;
}
.design-page .solution-module .solution-item .solution-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.design-page .solution-module .solution-item .solution-pic:hover img {
  transform: scale(1.05);
}
.design-page .workflow-module {
  padding: 60px 0;
  background: #F1F3F5;
}
.design-page .workflow-module .flow-box {
  position: relative;
}
.design-page .workflow-module .flow-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-page .workflow-module .flow-item {
  float: left;
  background: linear-gradient(45deg, #FFFFFF 24%, #F3F5F8 86%);
  width: 380px;
  height: 210px;
  background-size: cover;
  min-height: 210px;
  padding: 24px 24px;
  box-sizing: border-box;
  margin: 0 0 90px 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  border: 2px solid #fff;
}
.design-page .workflow-module .flow-item:before {
  display: block;
  content: '';
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  left: 70px;
  bottom: -14px;
  z-index: 2;
}
.design-page .workflow-module .flow-item:hover {
  transform: translateY(-6px);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
}
.design-page .workflow-module .flow-item:first-of-type {
  margin: 0 0 90px 0;
}
.design-page .workflow-module .flow-item:nth-of-type(4) {
  margin: unset;
  background-size: cover;
}
.design-page .workflow-module .flow-item:nth-of-type(4):before {
  display: none;
}
.design-page .workflow-module .flow-item:nth-of-type(4):after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  background: #f4f6f8;
  position: absolute;
  top: -10px;
  right: 74px;
  z-index: 2;
}
.design-page .workflow-module .flow-item:nth-of-type(4):hover {
  transform: translateY(6px);
}
.design-page .workflow-module .flow-item:nth-of-type(5) {
  background-size: cover;
  margin: 0 0 0 30px;
}
.design-page .workflow-module .flow-item:nth-of-type(5):hover {
  transform: translateY(6px);
}
.design-page .workflow-module .flow-item:nth-of-type(5):before {
  display: none;
}
.design-page .workflow-module .flow-item:nth-of-type(5):after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  background: #f4f6f8;
  position: absolute;
  top: -10px;
  right: 74px;
  z-index: 2;
}
.design-page .workflow-module .flow-item:nth-of-type(6) {
  background-size: cover;
  margin: 0 0 0 30px;
}
.design-page .workflow-module .flow-item:nth-of-type(6):hover {
  transform: translateY(6px);
}
.design-page .workflow-module .flow-item:nth-of-type(6):before {
  display: none;
}
.design-page .workflow-module .flow-item:nth-of-type(6):after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  background: #f4f6f8;
  position: absolute;
  top: -10px;
  right: 74px;
  z-index: 2;
}
.design-page .workflow-module .flow-title {
  font-size: 18px;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #262626;
  line-height: 26px;
  margin-bottom: 14px;
}
.design-page .workflow-module .flow-des {
  font-size: 14px;
  color: #6C7073;
  line-height: 22px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.design-page .workflow-module .flow-line {
  height: 38px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -19px;
}
.design-page .workflow-module .flow-line:before {
  content: '';
  border-top: 2px dashed rgba(0, 166, 63, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -1px auto 0;
}
.design-page .workflow-module .flow-line span {
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  position: absolute;
}
.design-page .workflow-module .flow-line span:first-of-type {
  left: 67px;
}
.design-page .workflow-module .flow-line span:nth-of-type(2) {
  left: 275px;
}
.design-page .workflow-module .flow-line span:nth-of-type(3) {
  left: 477px;
}
.design-page .workflow-module .flow-line span:nth-of-type(4) {
  left: 685px;
}
.design-page .workflow-module .flow-line span:nth-of-type(5) {
  right: 275px;
}
.design-page .workflow-module .flow-line span:nth-of-type(6) {
  right: 67px;
}
.design-page .case-module {
  padding: 60px 0 20px;
  overflow-x: hidden;
}
.design-page .case-module .case-swiper-box {
  height: 544px;
  margin: 0 auto;
  position: relative;
}
.design-page .case-module .case-swiper-box .swiper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: visible;
}
.design-page .case-module .case-swiper-box .swiper-slide {
  width: 406px;
  height: 514px;
  position: relative;
}
.design-page .case-module .case-swiper-box .swiper-slide:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: transparent;
  content: '';
}
.design-page .case-module .case-swiper-box .case-item {
  width: 406px;
  height: 504px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #DBDEE2;
  transition: all 0.3s ease-in-out;
  padding: 22px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.design-page .case-module .case-swiper-box .case-item:hover {
  border-radius: 8px;
  box-shadow: 0 28px 56px 0 rgba(0, 0, 0, 0.06), 0 5px 20px 0 rgba(0, 0, 0, 0.06);
}
.design-page .case-module .case-swiper-box .case-item:hover .case-down {
  height: 100%;
  padding: 22px 22px 20px;
  border-radius: 8px;
}
.design-page .case-module .case-swiper-box .case-item:hover .case-down.onle-down .case-des {
  height: auto;
  max-height: unset;
  overflow: unset;
  display: block;
  margin-bottom: 20px;
  word-break: break-word;
}
.design-page .case-module .case-swiper-box .case-item:hover .case-title {
  margin-bottom: 14px;
}
.design-page .case-module .case-swiper-box .case-item:hover .case-des {
  margin-bottom: 20px;
  height: auto;
  max-height: unset;
  display: block;
}
.design-page .case-module .case-swiper-box .case-item:hover .case-val {
  opacity: 1;
  visibility: visible;
}
.design-page .case-module .case-swiper-box .case-item:hover .case-pic img {
  transform: scale(1.05);
}
.design-page .case-module .case-swiper-box .case-item:hover:after {
  visibility: visible;
  opacity: 1;
}
.design-page .case-module .case-swiper-box .case-item .case-pic {
  width: 358px;
  height: 239px;
  overflow: hidden;
  border-radius: 8px;
}
.design-page .case-module .case-swiper-box .case-item .case-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.design-page .case-module .case-swiper-box .case-item .case-down {
  width: 100%;
  height: 241px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 16px 22px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 6px;
  transition: height 0.3s ease-in-out;
}
.design-page .case-module .case-swiper-box .case-item .case-down.onle-down .case-des {
  height: 88px;
  max-height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.design-page .case-module .case-swiper-box .case-item .case-title {
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 12px;
}
.design-page .case-module .case-swiper-box .case-item .case-des {
  height: 110px;
  max-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  margin-bottom: 16px;
}
.design-page .case-module .case-swiper-box .case-item .case-val {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  max-height: 190px;
  overflow-y: auto;
}
.design-page .case-module .case-swiper-box .case-item .case-val::-webkit-scrollbar {
  width: 1px;
}
.design-page .case-module .case-swiper-box .case-item .case-val dd {
  font-size: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #E9EBED;
  display: flex;
  align-items: center;
}
.design-page .case-module .case-swiper-box .case-item .case-val .name {
  color: #6C7073;
  line-height: 20px;
  min-width: 100px;
  padding-right: 10px;
  box-sizing: border-box;
  display: inline-block;
}
.design-page .case-module .case-swiper-box .case-item .case-val .val {
  color: #262626;
  line-height: 20px;
  max-width: 250px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.design-page .case-module .case-swiper-box .case-item .bt-des {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 358px;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  padding: 18px 0;
  border-top: 1px solid #E9EBED;
  background: #ffffff;
}
.design-page .case-module .case-swiper-box .case-item .bt-info {
  font-size: 22px;
  line-height: 26px;
  font-family: 'HarmonyOS_Sans_Bold';
  display: inline-block;
  margin-right: 8px;
}
.design-page .case-module .case-swiper-box .swiper-btn {
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 3px;
  border: 2px solid #DBDEE2;
  position: absolute;
  top: 50%;
  left: 140px;
  z-index: 3;
  margin-top: -22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.design-page .case-module .case-swiper-box .swiper-btn.prev:hover:before {
  background: url("../images/industry-solution/arrow-right-icon-hover.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.design-page .case-module .case-swiper-box .swiper-btn.prev:before {
  display: block;
  content: '';
  background: url("../images/industry-solution/arrow-right-icon.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.design-page .case-module .case-swiper-box .swiper-btn.next {
  right: 140px;
  left: unset;
}
.design-page .case-module .case-swiper-box .swiper-btn.next:hover:before {
  background: url("../images/industry-solution/arrow-right-icon-hover.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.design-page .case-module .case-swiper-box .swiper-btn.next:before {
  display: block;
  content: '';
  background: url("../images/industry-solution/arrow-right-icon.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.design-page .case-module .case-swiper-box:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.design-page .create-module {
  position: relative;
}
.design-page .create-module:after {
  width: 50%;
  height: 100%;
  background: #ffffff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .create-module:before {
  width: 50%;
  height: 100%;
  content: '';
  display: block;
  background: #F7F8F9;
  position: absolute;
  right: 0;
  top: 0;
}
.design-page .create-module .create-box {
  display: flex;
  justify-content: space-between;
  margin: auto;
  height: 670px;
  position: relative;
  z-index: 2;
}
.design-page .create-module .create-box .server-left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.design-page .create-module .create-box .server-left .head-top {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.design-page .create-module .create-box .server-left .symbol {
  background: url("../images/industry-solution/times-sign-icon.png") no-repeat center;
  width: 13px;
  height: 13px;
  background-size: cover;
  margin: 0 22px;
}
.design-page .create-module .create-box .server-left .head-swiper {
  width: 144px;
  height: 40px;
}
.design-page .create-module .create-box .server-left .head-swiper .each-client {
  margin-left: 100px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.design-page .create-module .create-box .server-left .head-swiper .each-client .client-wrapper .item {
  border: 0 solid black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-shrink: 0;
  margin-left: -14px;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: transform 1500ms linear 0ms, opacity 1500ms linear 0ms;
  background-size: cover !important;
}
.design-page .create-module .create-box .server-left .head-swiper .each-client .client-wrapper .item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
}
.design-page .create-module .create-box .server-left .server-title {
  font-size: 32px;
  color: #1D1D1F;
  line-height: 40px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 60px;
}
.design-page .create-module .create-box .server-left .num-val {
  display: flex;
  margin-bottom: 80px;
}
.design-page .create-module .create-box .server-left .num-item {
  box-sizing: border-box;
  border-left: 1px solid #D9D9D9;
  text-align: center;
  word-break: break-word;
}
.design-page .create-module .create-box .server-left .num-item:first-of-type {
  padding-left: unset;
  border-left: unset;
  width: 160px;
  max-width: 160px;
  padding-right: 30px;
}
.design-page .create-module .create-box .server-left .num-item:nth-of-type(2) {
  width: 213px;
  max-width: 213px;
}
.design-page .create-module .create-box .server-left .num-item:nth-of-type(3) {
  width: 190px;
  max-width: 190px;
}
.design-page .create-module .create-box .server-left .num-total {
  font-size: 24px;
  line-height: 32px;
  color: #00A63F;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 14px;
}
.design-page .create-module .create-box .server-left .num-des {
  font-size: 14px;
  line-height: 20px;
  color: #6C7073;
}
.design-page .create-module .create-box .server-left .jump-link {
  display: flex;
}
.design-page .create-module .create-box .server-left .jump-link a {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: 'HarmonyOS_Sans_Bold';
}
.design-page .create-module .create-box .server-left .jump-link a.quote-jump {
  color: #ffffff;
  background: #00A63F;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
}
.design-page .create-module .create-box .server-left .jump-link a.quote-jump:hover {
  background-color: rgba(0, 166, 63, 0.8);
}
.design-page .create-module .create-box .server-left .jump-link a.cases-jump {
  color: #262626;
  box-shadow: 0px 3px 8px 0px rgba(0, 166, 63, 0.1);
  border: 1px solid #EFEFEF;
  padding: 11px 20px;
  margin-left: 26px;
}
.design-page .create-module .create-box .server-left .jump-link a.cases-jump:after {
  background: url("../images/industry-solution/arrow-right-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.design-page .create-module .create-box .server-left .jump-link a.cases-jump:hover:after {
  transform: translateX(4px);
}
.design-page .create-module .create-box .review-remit {
  width: 428px;
  height: 100%;
  overflow: hidden;
}
.design-page .create-module .create-box .review-remit .review-scroll {
  margin-top: -60px;
}
.design-page .create-module .create-box .review-remit .review-item {
  width: 428px;
  min-width: 428px;
  height: 188px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  padding: 24px 34px 18px;
  box-sizing: border-box;
  margin-top: 20px;
}
.design-page .create-module .create-box .review-remit .review-item:first-of-type {
  margin-top: unset;
}
.design-page .create-module .create-box .review-remit .review-item:after {
  background: url("../images/industry-solution/create-title-icon.png") no-repeat center;
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  position: absolute;
  left: 24px;
  top: 14px;
  background-size: cover;
}
.design-page .create-module .create-box .review-remit .review-item .review-des {
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  max-height: 88px;
  height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin-bottom: 18px;
}
.design-page .create-module .create-box .review-remit .review-item .review-title {
  font-size: 14px;
  color: #6C7073;
  padding: 18px 0;
  border-top: 1px solid #E9EBED;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: normal;
}
.design-page .create-module .create-box .review-remit .review-item .job {
  display: inline-block;
  margin-left: 30px;
}
.design-page .circuit-board {
  padding: 60px 0;
  background: #F7F8F9;
}
.design-page .circuit-board .worry-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-page .circuit-board .worry-box .worry-item {
  float: left;
  width: 588px;
  height: 176px;
  padding: 22px 24px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #DBDEE2;
  background: #ffffff;
  margin: 0 0 24px 24px;
}
.design-page .circuit-board .worry-box .worry-item:first-of-type {
  margin: 0 0 24px 0;
}
.design-page .circuit-board .worry-box .worry-item:nth-of-type(3) {
  margin: unset;
}
.design-page .circuit-board .worry-box .worry-item:nth-of-type(4) {
  margin: 0 0 0 24px;
}
.design-page .circuit-board .worry-box img {
  margin-bottom: 10px;
}
.design-page .circuit-board .worry-box .worry-title {
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 12px;
}
.design-page .circuit-board .worry-box .worry-des {
  font-size: 14px;
  color: #6C7073;
  line-height: 24px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.design-page .faq-module {
  background-color: #F7F8F9;
  padding: 60px 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: #6C7073;
  line-height: 20px;
  padding: 0 20px 14px;
  display: none;
}
.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 .can-for-module {
  padding: 60px 0 60px;
  background: url("../images/industry-solution/can-module-bg.png") no-repeat 0 0 #080808 fixed;
  position: relative;
}
.design-page .can-for-module .process-title {
  font-size: 32px;
  font-family: 'HarmonyOS_Sans_Bold';
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.design-page .can-for-module .title-des {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 24px;
}
.design-page .can-for-module .animate-box {
  display: flex;
  justify-content: space-between;
}
.design-page .can-for-module .animate-box .right-content {
  width: 480px;
}
.design-page .can-for-module .animate-box .right-content .view-lists {
  width: 100%;
}
@keyframes scroll-text-list-animation {
  0%,
  5% {
    transform: translateY(0);
  }
  11.6666666667%,
  21.6666666667% {
    transform: translateY(calc(-100vh - -68px));
  }
  28.3333333333%,
  38.3333333333% {
    transform: translateY(calc(-200vh - -136px));
  }
  45%,
  55% {
    transform: translateY(calc(-300vh - -204px));
  }
  61.6666666667%,
  71.6666666667% {
    transform: translateY(calc(-400vh - -272px));
  }
  78.3333333333%,
  to {
    transform: translateY(calc(-500vh - -340px));
  }
  105%,
  95% {
    transform: translateY(calc(-600vh - -408px));
  }
}
.design-page .can-for-module .animate-box .right-content .list-row {
  align-content: center;
  animation-timing-function: ease;
  width: 100%;
  scroll-snap-align: inherit;
  opacity: 0.2;
  box-sizing: border-box;
  transition: opacity 0.4s;
  height: 80vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.design-page .can-for-module .animate-box .right-content .list-row.active {
  opacity: 1;
}
.design-page .can-for-module .animate-box .right-content .list-row .title {
  line-height: 40px;
  font-size: 32px;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #fff;
}
.design-page .can-for-module .animate-box .right-content .list-row li {
  font-size: 16px;
  color: #8C8C8C;
  line-height: 24px;
  margin-top: 26px;
  position: relative;
}
.design-page .can-for-module .animate-box .move-left {
  width: 660px;
  margin-left: 40px;
}
.design-page .can-for-module .animate-box .move-left .left-content {
  position: sticky;
  display: flex;
  padding-top: 74vh;
  top: 13vh;
}
.design-page .can-for-module .animate-box .move-left .left-content .view-process {
  position: absolute;
  inset: 0;
  object-fit: cover;
  display: flex;
  overflow: hidden;
  border-radius: 20px 60px 20px 20px;
}
.design-page .can-for-module .animate-box .move-left .left-content .view-process img {
  overflow: hidden;
  aspect-ratio: 4 / 2.8;
  position: absolute;
  inset: 0;
  vertical-align: middle;
  width: 660px;
  margin: auto;
  border-radius: 20px 60px 20px 20px;
  object-position: 0% 50%;
  object-fit: cover;
  max-height: 460px;
}
.design-page .work-module {
  padding: 60px 0 20px;
  background: #fff;
  overflow-x: hidden;
}
.design-page .work-module .work-swiper-box {
  position: relative;
}
.design-page .work-module .work-swiper-box .swiper-btn {
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 3px;
  border: 2px solid #DBDEE2;
  position: absolute;
  top: 50%;
  left: 140px;
  z-index: 3;
  margin-top: -22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.design-page .work-module .work-swiper-box .swiper-btn.prev:hover:before {
  background: url("../images/industry-solution/arrow-right-icon-hover.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.design-page .work-module .work-swiper-box .swiper-btn.prev:before {
  display: block;
  content: '';
  background: url("../images/industry-solution/arrow-right-icon.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.design-page .work-module .work-swiper-box .swiper-btn.next {
  right: 140px;
  left: unset;
}
.design-page .work-module .work-swiper-box .swiper-btn.next:hover:before {
  background: url("../images/industry-solution/arrow-right-icon-hover.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.design-page .work-module .work-swiper-box .swiper-btn.next:before {
  display: block;
  content: '';
  background: url("../images/industry-solution/arrow-right-icon.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.design-page .work-module .work-swiper-box .wcontainer {
  position: relative;
  height: 500px;
  overflow: visible;
}
.design-page .work-module .work-swiper-box .swiper {
  position: absolute;
  top: 0;
  left: -400px;
  z-index: 2;
  right: 0;
  margin: auto;
  overflow: visible;
}
.design-page .work-module .work-swiper-box:hover .swiper-btn {
  visibility: visible;
  opacity: 1;
}
.design-page .work-module .item-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
}
.design-page .work-module .item-icon img {
  max-width: 100%;
  object-fit: cover;
}
.design-page .work-module .item-title {
  font-family: 'HarmonyOS_Sans_Bold';
  color: #262626;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.design-page .work-module .item-title:after {
  background: url("../images/industry-solution/arrow-right-icon.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 .work-module .item-des {
  font-weight: 400;
  font-size: 14px;
  color: #6C7073;
  line-height: 22px;
  width: 304px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 48px;
}
.design-page .work-module .example-pic {
  width: 342px;
  height: 220px;
  border-radius: 8px 0px 8px 0px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
}
.design-page .work-module .example-pic:hover img {
  transform: scale(1.05);
}
.design-page .work-module .example-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.design-page .work-module .swiper-slide {
  padding: 38px 0 0 38px;
  width: 380px;
  height: 462px;
  background: #F7F8F9;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.design-page .work-module .swiper-slide:hover {
  box-shadow: 0px 28px 56px 0px rgba(0, 0, 0, 0.06), 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  border-color: #DBDEE2;
  transform: translateY(-10px);
}
.design-page .work-module .swiper-slide:hover .item-title:after {
  background: url("../images/industry-solution/arrow-right-icon-hover.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  transform: translateX(5px);
}
.design-page .work-module .swiper-slide:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 100%;
  height: 30px;
  background: transparent;
  display: block;
  content: '';
}
@media screen and (max-width: 1440px) {
  .design-page .can-for-module .process-title {
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=industry-solution.css.map */