.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;
}
.testing-service-page * {
  color: #262626;
  font-family: 'HarmonyOS_Sans_Regular';
  box-sizing: border-box;
}
.testing-service-page a:hover {
  text-decoration: unset;
}
.testing-service-page .gap {
  padding: 60px 0;
}
.testing-service-page .module-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
}
.testing-service-page .banner-module {
  background: url("../images/testing-service/banner-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1200px;
  height: 500px;
  background-size: cover;
}
.testing-service-page .banner-module .banner-title {
  width: 700px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 52px;
  line-height: 74px;
  padding-top: 80px;
  margin-bottom: 30px;
}
.testing-service-page .banner-module .info {
  font-family: 'HarmonyOS_Sans_Bold';
  color: #00A63F;
}
.testing-service-page .banner-module .banner-des {
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 50px;
  max-width: 550px;
}
.testing-service-page .banner-module .banner-jump {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #ffffff;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 22px;
  background: #00A63F;
  box-shadow: inset 0 -3px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 46px;
}
.testing-service-page .banner-module .banner-jump:hover:after {
  transform: translateX(4px);
}
.testing-service-page .banner-module .banner-jump:after {
  background: url("../images/testing-service/jump-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  transition: all 0.3s ease-in-out;
}
.testing-service-page .power-remit {
  display: flex;
  justify-content: space-between;
}
.testing-service-page .power-remit .graphic-info {
  width: 640px;
  min-width: 640px;
  display: flex;
  gap: 26px;
  flex-direction: column;
}
.testing-service-page .power-remit .graphic-info .graphic-row {
  padding-bottom: 26px;
  border-bottom: 1px solid #E9EBED;
}
.testing-service-page .power-remit .graphic-info .graphic-row.active .row-title {
  font-size: 20px;
  color: #00A63F;
}
.testing-service-page .power-remit .graphic-info .graphic-row.active .row-title:after {
  transform: rotate(180deg);
}
.testing-service-page .power-remit .graphic-info .row-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  color: #1D1D1F;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.testing-service-page .power-remit .graphic-info .row-title:after {
  background: url("../images/testing-service/down-row-icon1.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.testing-service-page .power-remit .graphic-info .row-des {
  margin-top: 14px;
  display: none;
}
.testing-service-page .power-remit .graphic-info .des-tl {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 20px;
}
.testing-service-page .power-remit .graphic-info .tag-collect {
  display: flex;
  gap: 18px 46px;
  flex-wrap: wrap;
}
.testing-service-page .power-remit .graphic-info .tag-collect dd {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.testing-service-page .power-remit .graphic-info .tag-collect dd:before {
  background: url("../images/testing-service/check-icon.png") no-repeat center;
  min-width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
}
.testing-service-page .power-remit .cap-pic {
  min-width: 504px;
  height: 504px;
  background: #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
}
.testing-service-page .power-remit .cap-pic img {
  transition: all 0.3s ease-in-out;
}
.testing-service-page .flow-module .module-title {
  margin-bottom: 40px;
}
.testing-service-page .flow-module .flow-remit {
  display: flex;
  gap: 48px;
}
.testing-service-page .flow-module .flow-remit .flow-item {
  flex: 1;
  text-align: center;
}
.testing-service-page .flow-module .flow-remit .flow-item:last-of-type .flow-pic:after {
  display: none;
}
.testing-service-page .flow-module .flow-remit .flow-pic {
  width: 120px;
  height: 120px;
  background: rgba(233, 235, 237, 0.4);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.testing-service-page .flow-module .flow-remit .flow-pic img {
  display: block;
  margin: 0 auto;
  max-width: 70px;
  max-height: 70px;
}
.testing-service-page .flow-module .flow-remit .flow-pic:after {
  background: url("../images/testing-service/flow-row-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -56px;
  margin-top: -12px;
}
.testing-service-page .flow-module .flow-remit dl {
  margin-top: 18px;
}
.testing-service-page .flow-module .flow-remit dl dt {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #1D1D1F;
  line-height: 24px;
  margin-bottom: 10px;
}
.testing-service-page .flow-module .flow-remit dl dd {
  font-size: 14px;
  color: #3B3E40;
  line-height: 24px;
  text-align: center;
}
.testing-service-page .facility-module {
  background: #f7f8f9;
  overflow: hidden;
}
.testing-service-page .facility-module .fac-title {
  width: 1200px;
  margin: 0 auto 30px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 24px;
}
.testing-service-page .facility-module .fac-item {
  margin-bottom: 40px;
}
.testing-service-page .facility-module .fac-item:last-of-type {
  margin-bottom: unset;
}
.testing-service-page .facility-module .fac-swiper {
  position: relative;
  overflow: visible;
}
.testing-service-page .facility-module .fac-swiper:hover .the-btn {
  opacity: 1;
  visibility: visible;
}
.testing-service-page .facility-module .the-btn {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -23px auto 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
}
.testing-service-page .facility-module .the-btn .swiper-icon {
  width: 46px;
  height: 46px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #DBDEE2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: all;
}
.testing-service-page .facility-module .the-btn .swiper-icon:after {
  background: url("../images/testing-service/swiper-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
}
.testing-service-page .facility-module .the-btn .swiper-icon.next {
  margin-left: -23px;
}
.testing-service-page .facility-module .the-btn .swiper-icon.prev {
  margin-right: -23px;
}
.testing-service-page .facility-module .the-btn .swiper-icon.prev:after {
  transform: rotate(180deg);
}
.testing-service-page .facility-module .fac-list {
  width: 386px;
  height: 384px;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
}
.testing-service-page .facility-module .fac-list:hover {
  box-shadow: 0px 28px 56px 0px rgba(0, 0, 0, 0.06), 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
  height: auto;
}
.testing-service-page .facility-module .fac-list:hover .fac-pic img {
  transform: scale(1.1);
}
.testing-service-page .facility-module .fac-pic {
  height: 230px;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 12px;
}
.testing-service-page .facility-module .fac-pic img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.testing-service-page .facility-module .fac-info dt {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.testing-service-page .facility-module .fac-info dd {
  color: #6c7073;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.testing-service-page .need-remit {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.testing-service-page .need-remit .need-item {
  background: url("../images/testing-service/need-bg2.png") no-repeat center transparent;
  width: 285px;
  height: 342px;
  padding: 24px 26px 0;
  position: relative;
  border-radius: 16px;
}
.testing-service-page .need-remit .need-item:hover .need-pic img {
  transform: scale(1.06);
}
.testing-service-page .need-remit .need-item:after {
  background: url("../images/testing-service/need-row-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
}
.testing-service-page .need-remit .need-item:first-child {
  background: url("../images/testing-service/need-bg1.png") no-repeat center;
}
.testing-service-page .need-remit .need-item:last-child {
  background: url("../images/testing-service/need-bg3.png") no-repeat center;
  width: 285px;
  height: 342px;
}
.testing-service-page .need-remit .need-item:last-child:after {
  display: none;
}
.testing-service-page .need-remit .need-item .jump-link {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
}
.testing-service-page .need-remit .need-item .et-title {
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 14px;
  color: #6C7073;
  line-height: 22px;
  height: 90px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.testing-service-page .need-remit .need-item .need-pic {
  height: 186px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.testing-service-page .need-remit .need-item .need-pic img {
  transition: all 0.3s ease-in-out;
}
.testing-service-page .customer-reviews-module {
  background: #F7F8F9;
  overflow: hidden;
}
.testing-service-page .customer-reviews-module .reviews-swiper {
  position: relative;
  overflow: visible;
}
.testing-service-page .customer-reviews-module .reviews-list {
  border-radius: 0 6px 6px 0;
  flex: 0 1 286px;
}
.testing-service-page .customer-reviews-module .reviews-list * {
  box-sizing: border-box;
}
.testing-service-page .customer-reviews-module .reviews-list .example-pic {
  width: 286px;
  height: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.testing-service-page .customer-reviews-module .reviews-list .example-pic:hover img {
  transform: scale(1.01);
}
.testing-service-page .customer-reviews-module .reviews-list .example-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info {
  position: relative;
  background: #fff;
  height: 204px;
  padding: 16px;
  display: block;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start {
  display: flex;
  align-items: center;
  gap: 0 2px;
  margin-bottom: 12px;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start1 .star-el:nth-child(1) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start2 .star-el:nth-child(1) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start2 .star-el:nth-child(2) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start3 .star-el:nth-child(1) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start3 .star-el:nth-child(2) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start3 .star-el:nth-child(3) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start4 .star-el:nth-child(1) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start4 .star-el:nth-child(2) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start4 .star-el:nth-child(3) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start4 .star-el:nth-child(4) {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start.start5 .star-el {
  background: url("../images/testing-service/star-icon-hover.png") no-repeat center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .view-start .star-el {
  background: url("../images/testing-service/star-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .example-params {
  margin-bottom: 12px;
  display: flex;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .example-params .txt {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 252px;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .avatar-row {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 10px;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .avatar-row .avatar-pic {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  overflow: hidden;
  background: #F7F8F9;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .avatar-row .avatar-pic img {
  max-width: 100%;
  object-fit: fill;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .avatar-row .avatar-txt {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 190px;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .avatar-row .avatar-flag {
  width: 14px;
  height: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .avatar-row .avatar-flag img {
  max-width: 100%;
  object-fit: fill;
}
.testing-service-page .customer-reviews-module .reviews-list .example-info .example-des {
  font-weight: 400;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.testing-service-page .customer-reviews-module .the-btn {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -23px auto 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
}
.testing-service-page .customer-reviews-module .the-btn .swiper-icon {
  width: 46px;
  height: 46px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #DBDEE2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: all;
}
.testing-service-page .customer-reviews-module .the-btn .swiper-icon:after {
  background: url("../images/testing-service/swiper-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
}
.testing-service-page .customer-reviews-module .the-btn .swiper-icon.next {
  margin-left: -23px;
}
.testing-service-page .customer-reviews-module .the-btn .swiper-icon.prev {
  margin-right: -23px;
}
.testing-service-page .customer-reviews-module .the-btn .swiper-icon.prev:after {
  transform: rotate(180deg);
}
.testing-service-page .customer-reviews-module:hover .the-btn {
  opacity: 1;
  visibility: visible;
}
.testing-service-page .customer-reviews-module .reviews-more {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.testing-service-page .customer-reviews-module .reviews-more .show-more {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  background: #fff;
  font-weight: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #3B3E40;
  border-radius: 3px;
}
.testing-service-page .customer-reviews-module .reviews-more .show-more:hover {
  color: #00A63F;
}
.testing-service-page .customer-reviews-module .reviews-more .show-more:hover:after {
  background: url("../images/testing-service/more-icon-hover.png") no-repeat center;
  transform: translateX(3px);
}
.testing-service-page .customer-reviews-module .reviews-more .show-more:after {
  display: inline-block;
  content: '';
  background: url("../images/testing-service/more-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
.testing-service-page .choose-module .choose-graphic {
  display: flex;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.testing-service-page .choose-module .choose-pic {
  width: 532px;
  height: 426px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.testing-service-page .choose-module .choose-pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.testing-service-page .choose-module .choose-info {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  background: #f9f9f9;
}
.testing-service-page .choose-module .choose-li {
  background: #fff;
  border-radius: 6px;
  padding: 14px 18px;
  cursor: pointer;
  transition: all 0.3s;
}
.testing-service-page .choose-module .choose-li.active .li-head {
  margin-bottom: 10px;
}
.testing-service-page .choose-module .choose-li.active .li-head:after {
  background: url("../images/testing-service/unfold-icon.png") no-repeat center;
}
.testing-service-page .choose-module .choose-li.active .li-wrap {
  max-height: 88px;
  min-height: 88px;
}
.testing-service-page .choose-module .li-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testing-service-page .choose-module .li-head:after {
  display: inline-block;
  content: '';
  background: url("../images/testing-service/fold-icon.png") no-repeat center;
  width: 30px;
  height: 30px;
}
.testing-service-page .choose-module .li-txt {
  font-size: 16px;
  line-height: 22px;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #262626;
}
.testing-service-page .choose-module .li-wrap {
  font-size: 14px;
  line-height: 22px;
  color: #3b3e40;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.testing-service-page .test-footer {
  padding: 40px 0;
  background: url("../images/testing-service/test-footer-bg.webp") no-repeat center #13130E;
  height: 468px;
  text-align: center;
}
.testing-service-page .test-footer .wcontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
}
.testing-service-page .test-footer .test-info {
  flex: 1;
  max-width: 540px;
  text-align: left;
}
.testing-service-page .test-footer .test-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 28px;
  color: #fff;
}
.testing-service-page .test-footer .test-txt {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 40px;
}
.testing-service-page .test-footer .jump-btn {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  background: #00A63F;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-family: 'HarmonyOS_Sans_Medium';
  color: #fff;
  transition: all 0.3s;
}
.testing-service-page .test-footer .jump-btn:hover {
  background: #03953a;
}
.testing-service-page .test-footer .test-form {
  width: 420px;
  flex-shrink: 0;
  height: 388px;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  text-align: left;
}
.testing-service-page .test-footer .test-form .jump-btn {
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-top: auto;
}
.testing-service-page .test-footer .test-form-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  color: #fff;
}
.testing-service-page .test-footer .form-row {
  display: flex;
  gap: 0 16px;
}
.testing-service-page .test-footer .form-item {
  height: 70px;
  flex: 1;
  padding: 10px 14px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.testing-service-page .test-footer .form-label {
  font-size: 14px;
  font-family: 'HarmonyOS_Sans_Bold';
  line-height: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.testing-service-page .test-footer .form-val {
  height: 20px;
  line-height: 20px;
  outline: none;
  border: none;
  display: block;
  width: 100%;
  font-size: 14px;
  background: transparent;
  color: #fff;
}
.testing-service-page .test-footer .form-val::placeholder {
  color: #8c8c8c;
}
/*# sourceMappingURL=pcb-assembly-testing_es.css.map */