.process-nav {
  display: flex;
  padding: 34px 0 16px;
  border-bottom: #f0f0f0 solid 3px;
}
.process-nav a {
  display: block;
  height: 36px;
  line-height: 36px;
  margin-right: 16px;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  position: relative;
  left: -14px;
  width: 90px;
  height: 36px;
  text-align: center;
}
.process-nav a:hover {
  background: #f0f0f0;
  border-radius: 8px;
}
.process-nav a.active {
  color: #1969fa;
}
.process-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 11px;
  width: 64px;
  height: 3px;
  background: #1969fa;
}

.center {
  text-align: center;
}

td {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  /* padding: 20px; */
}
.process-table {
  width: 100%;
  /* border-collapse: collapse; */
  border-collapse: separate;
}
.process-table th {
  background: #0a3ac9;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.process-table th:first-child {
  border-top-left-radius: 8px;
}
.process-table th:last-child {
  border-top-right-radius: 8px;
}

.process-table th {
  border-right: 1px solid #0f87ff;
}
.process-table th:last-child {
  border-right: none;
}

.process-table td {
  border-right: 1px solid #eeeef3;
  border-bottom: 1px solid #eeeef3;
  min-height: 54px;
}

.process-table td:first-child {
  border-left: 1px solid #eeeef3;
}

.process-table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.process-table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* 出货标准 */
.process-table.shipment {
  margin: 31px 0 90px;
}
.process-table.shipment th {
  height: 50px;
  background: #f0f0f0;
  color: #333;
  border-color: #fff;
  text-align: center;
}
.process-table.shipment td {
  text-align: center;
  padding: 18px 20px;
}
.must-see-main {
  display: flex;
  justify-content: space-between;
  padding: 0 0 157px;
}
.must-see {
  width: 1060px;
}
.must-see-section + .must-see-section {
  margin-top: 40px;
}

.must-see-section {
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(26, 57, 128, 0.08);
  border-radius: 8px;
}
.must-see-section dt {
  height: 50px;
  line-height: 50px;
  background: #f4f4f4;
  border-radius: 8px 8px 0px 0px;
  font-weight: bold;
  font-size: 16px;
  padding: 0 30px;
}
.must-see-section.red dt {
  background: #1969fa;
  color: #fff;
}
/* .must-see-section.red dd {
  color: #eb4341;
} */
.must-see-section dd {
  position: relative;
  padding: 18px 32px 18px 0;
}
.must-see-section dd:not(:last-child):after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 0;
  width: 962px;
  height: 1px;
  background: #eeeef3;
}
.must-see-section .no {
  width: 74px;
  text-align: center;
  background: url("./../images/process/bg-no.png") top center no-repeat;
  background-size: 30px 20px;
  background-position-y: 5px;
  min-height: 44px;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  font-style: italic;
  padding-right: 5px;
}
.must-see-section .content {
  flex: 1;
}
.must-see-section .content p {
  max-width: 740px;
}

.must-see-section dd,
.review-group {
  display: flex;
}
.review-group {
  align-items: center;
}
.review-group__title {
  width: 65px;
}
.review-group__title,
.review-group__title i {
  font-size: 12px;
  color: #bfc3ce;
}
.review-group__title i {
  font-size: 6px;
  vertical-align: middle;
}
.review-group_content {
  position: relative;
  width: 120px;
  height: 75px;
}
.review-group_content img {
  width: 120px;
  height: 75px;
  border-radius: 8px;
  object-fit: cover;
}
.review-group_content_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 75px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: none;
}
.review-group_content_cover i {
  font-size: 30px;
}
.review-group_content:hover .review-group_content_cover {
  display: flex;
}
.alert-error {
  height: 32px;
  line-height: 32px;
  background: #ffe1dc;
  border-radius: 8px;
  font-size: 12px;
  color: #eb4341;
  padding: 0 31px;
  margin: 20px auto 22px;
}
.alert-error i {
  margin-right: 10px;
  color: #fc5c5a;
}

.process-production {
  height: 820px;
  background: #c6e7f9 url("./../images/process/process-production.png")
    no-repeat center;
}

/* 制程能力-制程工艺 */
.technology {
  padding: 28px 0 90px;
  display: flex;
}

.technology-nav {
  width: 190px;
  height: max-content;
  background: #f9f9f9;
  border-radius: 8px;
  color: #7d7d7d;
  overflow: hidden;
  position: sticky;
  top: 120px;
  padding: 15px 0;
}
.technology-nav li {
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
  font-size: 15px;
  position: relative;
}
.technology-nav li + li {
  margin-top: 8px;
}
.technology-nav li:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  height: 42px;
  line-height: 42px;
}
.technology-nav li i {
  font-size: 6px;
  vertical-align: middle;
  display: none;
  /* margin-left: 2px; */
}
.technology-nav li:not(:first-child, .active):hover {
  background: #f0f0f0;
}
.technology-nav li.active {
  color: #1969fa;
  background: linear-gradient(90deg, #ecf1fd, #f9f9f9);
}
.technology-nav li.active::before {
  content: "";
  width: 3px;
  height: 18px;
  background: #1969fa;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* .technology-nav li.active i {
  display: inline-block;
} */
.technology-nav li .red {
  color: #ed354d;
}
.technology-main {
  flex: 1;
  margin-left: 30px;
}
.technology-main .technology-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 22px;
  padding-left: 14px;
  padding: 17px 0;
  height: 56px;
}
/* .technology-main .process-table + .technology-title {
  margin-top: 80px;
} */
.technology-main .process-table {
  /* margin-top: 17px; */
  box-shadow: 0px 10px 10px 0px rgba(127, 135, 158, 0.1);
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #d8dff1;
  border-top: #1969fa solid 3px;
  margin-bottom: 60px;
}
.technology-main .process-table th {
  border-color: #e5ebf3;
  background: #e5ebf3;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  padding: 10px 16px;
  color: #333;
  border-radius: 0 !important;
}
.technology-main .process-table th:first-child {
  padding-right: 0;
  width: 74px;
}
.technology-main .process-table th:nth-child(2) {
  width: 124px;
}
.technology-main .technology-title + .process-table th:nth-child(3) {
  width: 208px;
}
.technology-main .process-table th:last-child {
  width: 400px;
}
.technology-main .process-table td {
  padding: 20px 15px;
  line-height: 22px;
}
.technology-main .process-table td:first-child {
  border-left: 0;
}
.technology-main .process-table td:last-child {
  border-right: none;
}
.technology-main .process-table tr:last-child td {
  border-bottom: none !important;
}
.technology-main .process-table td .divider {
  height: 16px;
}
.technology-main .process-table a {
  color: #0f87ff;
  display: block;
}
.technology-main .process-table a:not(.no-icon) {
  position: relative;
  padding-left: 21px;
}
.technology-main .process-table a:not(.no-icon)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 17px;
  background: url("./../images/process/zip_icon.png") left center no-repeat;
  background-size: 100% 100%;
}
.technology-main a + a {
  margin-top: 5px;
}
/* 制程能力-层压结构 */
.structure {
  padding: 33px 0 68px;
}
.structure-tabs {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(11, 85px);
  gap: 15px;
  /* justify-content: space-between; */
}
.structure-tabs li {
  /* width: 85px; */
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(26, 57, 128, 0.12);
  text-align: center;
  font-size: 14px;
  color: #7f879e;
  cursor: pointer;
}
.structure-tabs li i {
  font-size: 23px;
  margin-right: 11px;
  font-weight: 400;
  display: none;
}
.structure-tabs li:hover {
  box-shadow: 0px 0px 29px 0px rgba(4, 38, 94, 0.18);
  color: #1969fa;
  font-weight: bold;
}
.structure-tabs li.active {
  background: #1969fa;
  color: #ffffff;
  font-weight: bold;
}
.structure-top {
  height: 14px;
  font-size: 14px;
  color: #7f879e;
  line-height: 14px;
  padding: 50px 0 23px;
  border-bottom: #eeeef3 solid 1px;
}
.structure-top,
.structure-top ul {
  display: flex;
  align-items: center;
}
.structure-top ul {
  margin-left: 18px;
}
.structure-top ul li {
  padding: 0 20px;
  cursor: pointer;
}
.structure-top ul li:not(:last-child) {
  border-right: #eeeef3 solid 1px;
}
.structure-top ul li:hover {
  color: #333333;
}
.structure-top ul li.active {
  color: #1969fa;
}
.structure-main {
  min-height: 300px;
  padding: 33px 0 0;
}
.structure-main .__title {
  padding: 0 23px;
  font-size: 22px;
  line-height: 22px;
}

/* 精益工程 */
.Lean {
  display: flex;
  padding: 60px 0 160px;
}
.Lean .process-table {
  width: 640px;
  position: relative;
}
.Lean .process-table th {
  height: 60px;
  font-size: 18px;
  text-align: center;
  background: #1969fa url("./../images/process/bg-title-circuit.png") right
    bottom no-repeat;
  background-size: 74px 33px;
  background-position-x: 533px;
}
.Lean .process-table:first-child {
  top: 20px;
}
.Lean .process-table:last-child {
  right: 11px;
  background: #fff9f0;
  box-shadow: 0px 0px 29px 0px rgba(25, 35, 51, 0.2);
  border-radius: 8px;
}
.Lean .process-table:last-child th {
  background-color: #ff9500;
  height: 60px;
}
.Lean .process-table:last-child td {
  color: #d17a00;
  border-color: #fbc169;
}
.Lean .process-table td:first-child {
  width: 90px;
  font-weight: bold;
  text-align: center;
}
.Lean .process-table td:last-child {
  display: flex;
  padding: 24px 35px 24px 12px;
  align-items: flex-start;
  /* justify-content: space-between; */
  align-items: center;
  min-height: 130px;
}
.Lean .process-table td:last-child p {
  width: 362px;
}
.Lean .review-group {
  flex-direction: column-reverse;
  margin-left: 11px;
}
.Lean .review-group__title {
  width: auto;
  margin-top: 6px;
}
.Lean .process-table:last-child .review-group__title,
.Lean .process-table:last-child .review-group__title i {
  color: #fbc169;
}
.Lean .review-group_content_cover {
  padding: 0;
}
.Lean .review-group_content_cover i {
  height: 28px;
  margin-top: 10px;
}

.flex-start {
  align-items: flex-start;
}
.Lean .process-table tr:nth-child(1) td,
.Lean .process-table tr:nth-child(2) td {
  align-items: flex-start;
}
