.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.w1392 {
  width: 1392px;
  margin: auto;
}
body {
  background-color: #f1f3f6;
}
.plank-module .head-sub-module {
  padding: 28px 0;
  position: relative;
  z-index: 2;
}
.plank-module .head-sub-module .logo-pic {
  background: url("../images/pcb-layer-stackup/logo-title.png") no-repeat center;
  width: 306px;
  height: 39px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.plank-module .head-sub-module .num-total {
  height: 31px;
  line-height: 31px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #ff5a31;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px 0 40px;
  vertical-align: top;
}
.plank-module .head-sub-module .num-total:before {
  position: absolute;
  left: -2px;
  top: 0;
  background: url("../images/pcb-layer-stackup/num-total.png") no-repeat center;
  width: 40px;
  height: 30px;
  display: inline-block;
  content: '';
}
.plank-module .head-sub-module .num-total .num {
  font-weight: bold;
  font-size: 16px;
  color: #FF562B;
}
.plank-module .search-sub-box {
  padding: 26px 40px;
  background-color: #ffffff;
  box-shadow: 0 4px 25px 0 rgba(95, 25, 0, 0.01);
  border-radius: 20px;
}
.plank-module .search-sub-box .search-item {
  display: inline-block;
  margin-right: 12px;
}
.plank-module .search-sub-box .search-item:nth-last-of-type(3) .val-input:after {
  background: none;
}
.plank-module .search-sub-box .search-item .search-title {
  font-size: 14px;
  color: #292931;
  font-weight: 600;
  margin-bottom: 4px;
}
.plank-module .search-sub-box .search-item .val-input {
  display: inline-block;
  position: relative;
  max-height: 38px;
}
.plank-module .search-sub-box .search-item .val-input:after {
  position: absolute;
  right: 13px;
  top: 15px;
  background: url("../images/pcb-layer-stackup/down-val-icon.png") no-repeat center;
  width: 12px;
  height: 8px;
  content: '';
  display: inline-block;
  transition: all 0.3s;
}
.plank-module .search-sub-box .search-item .val-input.active:after {
  transform: rotate(180deg);
}
.plank-module .search-sub-box .search-item .val-title {
  cursor: pointer;
  width: 170px;
  height: 38px;
  max-height: 38px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #F9FBFF;
  border: 1px solid #F7F8FA;
  padding: 0 15px;
  font-size: 14px;
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.plank-module .search-sub-box .search-item .val-title::placeholder {
  font-size: 12px;
  color: #BFC6D6;
}
.plank-module .search-sub-box .search-item .val-title:focus {
  box-shadow: 0px 1px 8px 0px rgba(255, 89, 49, 0.15);
}
.plank-module .search-sub-box .search-item .val-down {
  position: absolute;
  top: 38px;
  display: none;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(255, 89, 49, 0.15);
  box-sizing: border-box;
  border-radius: 12px;
  z-index: 22;
  overflow: hidden;
}
.plank-module .search-sub-box .search-item .val-down li {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  padding: 8px 10px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.plank-module .search-sub-box .search-item .val-down li:hover {
  background-color: #fed7af;
}
.plank-module .search-sub-box .val-btn {
  display: inline-block;
}
.plank-module .search-sub-box .val-btn .btn-com {
  height: 36px;
  line-height: 36px;
  background-color: #FF562D;
  border-radius: 18px;
  display: inline-block;
  padding: 0 18px 0 42px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  margin-right: 6px;
}
.plank-module .search-sub-box .val-btn .btn-com:before {
  position: absolute;
  left: 18px;
  top: 8px;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
}
.plank-module .search-sub-box .val-btn .btn-com:hover {
  background-color: #d5431f;
}
.plank-module .search-sub-box .val-btn .btn-com.search-btn:before {
  top: 10px;
  background: url("../images/pcb-layer-stackup/search-icon.png") no-repeat center;
}
.plank-module .search-sub-box .val-btn .btn-com.reset-btn {
  color: #292931;
  border: 1px solid #292931;
  background-color: #ffffff;
}
.plank-module .search-sub-box .val-btn .btn-com.reset-btn:hover {
  background-color: #ece8e8;
}
.plank-module .search-sub-box .val-btn .btn-com.reset-btn:before {
  top: 8px;
  background: url("../images/pcb-layer-stackup/react-icon.png") no-repeat center;
}
.plank-module .search-sub-box .kind-des {
  margin-top: 15px;
  font-size: 14px;
  color: #CF7A2E;
}
.plank-module .search-sub-box .kind-des:before {
  background: url("../images/pcb-layer-stackup/tips-icon.png") no-repeat center;
  width: 23px;
  height: 23px;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
}
.plank-module .board-sub-module {
  background-color: #f1f3f6;
  padding: 30px 0;
}
.plank-module .board-sub-module .board-item .board-top {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  padding-bottom: 16px;
  position: relative;
}
.plank-module .board-sub-module .board-item .board-top:before {
  position: absolute;
  right: 126px;
  top: 16px;
  margin: auto;
  width: 78%;
  border-top: 1px dashed #FFE599;
  content: '';
  display: block;
}
.plank-module .board-sub-module .board-item .board-top:after {
  content: '';
  display: block;
  clear: both;
}
.plank-module .board-sub-module .board-item .board-top-l {
  float: left;
  display: flex;
  align-items: center;
}
.plank-module .board-sub-module .board-item .expand-all {
  float: right;
  font-size: 12px;
  color: #CF7A2E;
  cursor: pointer;
  height: 32px;
  line-height: 34px;
  border-radius: 17px;
  border: 1px dashed #FFE599;
  width: 108px;
  text-align: center;
}
.plank-module .board-sub-module .board-item .expand-all:after {
  background: url("../images/pcb-layer-stackup/down-icon.png") no-repeat center;
  width: 13px;
  height: 8px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.plank-module .board-sub-module .board-item .expand-all:hover {
  color: #CF7A2E;
  border: 1px dashed #CF7A2E;
}
.plank-module .board-sub-module .board-item .expand-all:hover:after {
  background: url("../images/pcb-layer-stackup/down-icon-hover.png") no-repeat center;
}
.plank-module .board-sub-module .board-item .expand-all.active:after {
  background: url("../images/pcb-layer-stackup/loading-all.gif") no-repeat center;
  width: 14px;
  height: 14px;
  background-size: cover;
}
.plank-module .board-sub-module .board-item .expand-all.up-active:after {
  transform: rotate(180deg);
}
.plank-module .board-sub-module .board-item .board-name {
  color: #D36A0C;
  font-weight: bold;
  font-size: 24px;
}
.plank-module .board-sub-module .board-item .board-total {
  height: 30px;
  line-height: 30px;
  background: linear-gradient(126deg, #FFF2CD 0%, #FFE599 100%);
  border-radius: 15px;
  display: inline-block;
  padding: 0 13px;
  font-size: 14px;
  color: #CF7A2E;
  margin-left: 4px;
  vertical-align: top;
  font-weight: bold;
}
.plank-module .board-sub-module .board-item .val-board-region {
  margin-right: -24px;
  display: table;
}
.plank-module .board-sub-module .board-item .val-board-region:after {
  content: '';
  display: block;
  clear: both;
}
.plank-module .board-sub-module .board-item .val-board-item {
  display: inline-table;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 430px;
  min-height: 419px;
  border: 1px solid #FFD3A7;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px 16px;
  position: relative;
  overflow: hidden;
}
.plank-module .board-sub-module .board-item .val-board-top:after {
  clear: both;
  content: '';
  display: block;
}
.plank-module .board-sub-module .board-item .number-l {
  float: left;
}
.plank-module .board-sub-module .board-item .num-total {
  display: inline-block;
  padding: 0 7px;
  height: 22px;
  text-align: center;
  line-height: 23px;
  background-color: #000000;
  border-radius: 11px;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
}
.plank-module .board-sub-module .board-item .num-title {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  display: inline-block !important;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
  vertical-align: middle;
}
.plank-module .board-sub-module .board-item .like-icon {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(126deg, #FFF8D6 0%, #FFFFA3 99%);
  box-shadow: 0px 3px 12px 0px rgba(230, 196, 0, 0.12);
  font-size: 14px;
  color: #D36A0C;
  padding: 0 12px 0 8px;
  border-radius: 14px;
  border: 1px solid #FFDAA6;
  margin-left: 8px;
}
.plank-module .board-sub-module .board-item .like-icon:before {
  background: url("../images/pcb-layer-stackup/like-icon.png") no-repeat center;
  width: 19px;
  height: 18px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-top: 3px;
}
.plank-module .board-sub-module .board-item .look-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -4px;
  background: url("../images/pcb-layer-stackup/look-icon.png") no-repeat center;
  width: 49px;
  height: 51px;
  content: '';
  display: block;
}
.plank-module .board-sub-module .board-item .look-btn:hover {
  opacity: 0.8;
}
.plank-module .board-sub-module .board-item .val-des {
  margin: 6px 0 12px 0;
}
.plank-module .board-sub-module .board-item .val-des-title {
  font-size: 14px;
  color: #424242;
  margin-right: 5px;
  display: inline-block;
}
.plank-module .board-sub-module .board-item .val-des-title:last-child {
  margin-right: 0;
}
.plank-module .board-sub-module .board-item .table-val {
  outline: 1px solid #FED7AF;
  min-height: 293px;
  box-sizing: border-box;
  background-color: #ffeedb;
  border-radius: 12px;
  width: 396px;
}
.plank-module .board-sub-module .board-item table {
  width: 397px;
  border-collapse: collapse;
}
.plank-module .board-sub-module .board-item th {
  width: 20%;
  background-color: #fed7af;
  padding: 9px 8px 9px 8px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.plank-module .board-sub-module .board-item th:nth-child(2) {
  width: 32%;
}
.plank-module .board-sub-module .board-item th:nth-child(3) {
  width: 28%;
}
.plank-module .board-sub-module .board-item th:first-child {
  border-top-left-radius: 12px;
  padding-left: 12px;
  width: 20%;
}
.plank-module .board-sub-module .board-item th:last-child {
  border-top-right-radius: 8px;
  border-right: 0;
}
.plank-module .board-sub-module .board-item tr:last-child td {
  border-bottom: none;
  padding: 8px;
}
.plank-module .board-sub-module .board-item td {
  box-sizing: border-box;
  font-size: 14px;
  color: #424242;
  padding: 9px 8px;
  text-align: left;
}
.plank-module .board-sub-module .board-item td:last-child {
  border-right: none;
}
.plank-module .board-sub-module .board-item td:first-child {
  padding-left: 12px;
}
.plank-module .board-sub-module .board-item .pp-active {
  background-color: #fffcf0;
  border-top: 1px solid #FED7AF;
  border-bottom: 1px solid #FED7AF;
}
.plank-module .board-sub-module .board-item .pp-active .train-active {
  border-right: 1px solid #FED7AF;
  border-left: 1px solid #FED7AF;
}
.plank-module .board-sub-module .board-item .core-active {
  position: relative !important;
  z-index: 2;
}
.plank-module .board-sub-module .board-item .core-active td {
  color: #D36A0C;
}
.plank-module .board-sub-module .board-item .core-active::after {
  position: absolute;
  left: -1px;
  top: 0;
  z-index: -1;
  width: 396px;
  height: 100%;
  content: '';
  display: inline-block;
  border-radius: 4px;
  background-color: #fed7af;
  border: 1px solid #d36a0c;
}
.plank-module .board-sub-module .board-item .hint-des {
  font-size: 14px;
  margin-top: 20px;
  color: #333333;
}
.plank-module .board-sub-module .board-item .hint-des .hint:before {
  content: '*';
  display: inline-block;
  color: red;
}
.plank-module .board-sub-module .board-data-box {
  border-radius: 20px;
  padding: 30px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.plank-module .board-sub-module .board-data-box.fly .nav-menu {
  position: fixed;
  top: 10px;
  left: 114px;
  z-index: 999;
}
.plank-module .board-sub-module .no-data {
  font-size: 18px;
  color: #FFB33D;
  margin: 80px auto 0;
  text-align: center;
}
.plank-module .board-sub-module .no-data:before {
  margin: 0 auto 18px;
  background: url("../images/pcb-layer-stackup/seach-null@icon.png") no-repeat center;
  width: 337px;
  height: 216px;
  content: '';
  display: block;
}
.plank-module .mock-data {
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.plank-module .loading-title {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.plank-module .loading-title:before {
  background: url("../images/pcb-layer-stackup/loading-all.gif") no-repeat center;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
}
.plank-module .loading-des {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.plank-module .loading-des:before {
  background: url("../images/pcb-layer-stackup/loading-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}
.plank-module .nav-menu {
  position: absolute;
  left: -142px;
  top: 0;
  width: 114px;
  background-color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 2px 2px 20px 2px;
  overflow: hidden;
  z-index: 999;
}
.plank-module .nav-menu:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  background: linear-gradient(180deg, #FFEAEA 0%, #FFFFFF 100%);
  display: block;
  content: '';
}
.plank-module .nav-menu .menu-logo {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  height: 68px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
  padding-top: 18px;
  letter-spacing: 1.5px;
}
.plank-module .nav-menu .menu-logo:before {
  background: url("../images/pcb-layer-stackup/nav-menu.png") no-repeat center;
  min-width: 27px;
  min-height: 28px;
  content: '';
  display: inline-block;
  margin-bottom: 6px;
}
.plank-module .nav-menu .menu-logo:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: '';
  display: inline-block;
}
.plank-module .nav-menu .sub-menu {
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.plank-module .nav-menu .sub-menu li {
  font-size: 14px;
  color: #999;
  padding: 6px 0 6px 20px;
  margin-top: 4px;
  cursor: pointer;
  position: relative;
  min-height: 32px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.plank-module .nav-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.plank-module .nav-menu .sub-menu li:first-child {
  margin-top: 0;
}
.plank-module .nav-menu .sub-menu li:hover {
  color: #FF562B;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFF0EC 49%, #FFFFFF 100%);
  border-radius: 16px;
}
.plank-module .nav-menu .sub-menu li.menu-active {
  width: 100px;
  color: #FF562B;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFF0EC 49%, #FFFFFF 100%);
  border-radius: 16px;
}
.plank-module .nav-menu .sub-menu li.menu-active:before {
  position: absolute;
  left: 0;
  top: 7px;
  background: url("../images/pcb-layer-stackup/menu-right-icon.png") no-repeat center;
  width: 18px;
  height: 19px;
  content: '';
  display: inline-block;
}
.board-pop-up:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
}
.board-pop-up .board-module {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1059px;
  background-color: #ffffff;
  border-radius: 30px;
  z-index: 1002;
  box-sizing: border-box;
  padding: 30px 60px 50px 60px;
  height: fit-content;
  overflow: hidden;
  box-shadow: 0px 4px 25px 0px rgba(95, 25, 0, 0.01);
}
.board-pop-up .val-board-top {
  height: 36px;
  line-height: 36px;
}
.board-pop-up .val-board-top:after {
  clear: both;
  content: '';
  display: block;
}
.board-pop-up .val-board-top .number-l {
  float: left;
}
.board-pop-up .val-board-top .num-total {
  display: inline-block;
  padding: 0 7px;
  height: 22px;
  text-align: center;
  line-height: 23px;
  background-color: #000000;
  border-radius: 11px;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
}
.board-pop-up .val-board-top .num-title {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  display: inline-block !important;
  vertical-align: middle;
}
.board-pop-up .val-board-top .like-icon {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(126deg, #FFF8D6 0%, #FFFFA3 99%);
  box-shadow: 0px 3px 12px 0px rgba(230, 196, 0, 0.12);
  font-size: 14px;
  color: #D36A0C;
  padding: 0 12px 0 8px;
  border-radius: 14px;
  border: 1px solid #FFDAA6;
  margin-left: 8px;
}
.board-pop-up .val-board-top .like-icon:before {
  background: url("../images/pcb-layer-stackup/like-icon.png") no-repeat center;
  width: 19px;
  height: 18px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-top: 3px;
}
.board-pop-up .val-board-top .look-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -6px;
  background: url("../images/pcb-layer-stackup/look-icon-pop.png") no-repeat center;
  width: 73px;
  height: 76px;
  content: '';
  display: block;
}
.board-pop-up .val-board-top .look-btn:after {
  position: absolute;
  top: 24px;
  left: 32px;
  background: url("../images/pcb-layer-stackup/look-icon-pop-close.png") no-repeat center;
  width: 18px;
  height: 17px;
  content: '';
  display: inline-block;
  transition: all 0.3s ease;
}
.board-pop-up .val-board-top .look-btn:hover {
  opacity: 0.8;
}
.board-pop-up .val-board-top .look-btn:hover:after {
  transform: rotate(180deg);
}
.board-pop-up .val-des {
  margin: 2px 0 20px;
}
.board-pop-up .val-des .val-des-title {
  font-size: 16px;
  color: #424242;
  margin-right: 8px;
  display: inline-block;
}
.board-pop-up .val-des .val-des-title:last-child {
  margin-right: 0;
}
.board-pop-up .board-region {
  max-height: 698px;
  overflow-y: auto;
}
.board-pop-up .board-region:after {
  clear: both;
  content: '';
  display: block;
}
.board-pop-up .board-region::-webkit-scrollbar {
  width: 2px;
  background: #EFF0F3;
}
.board-pop-up .board-region::-webkit-scrollbar-thumb {
  width: 2px;
  border-radius: 2px;
  background: #878B90;
}
.board-pop-up .board-val-item {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.board-pop-up .board-val-item:after {
  display: block;
  content: '';
  clear: both;
}
.board-pop-up .board-set-box {
  width: 454px;
  background: #FFF3CD;
  border-radius: 50px 12px 12px 12px;
  border: 1px solid #FFD3A7;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 16px;
  position: relative;
}
.board-pop-up .board-set-box:before {
  position: absolute;
  left: 20px;
  top: 20px;
  background: url('../images/pcb-layer-stackup/pop-top--left-icon.png') no-repeat center;
  width: 21px;
  height: 21px;
  content: '';
  display: block;
}
.board-pop-up .bd-img {
  padding: 30px 0;
  box-sizing: border-box;
  margin: auto;
}
.board-pop-up .bd-img .wick {
  position: relative;
  height: 24px;
  margin-bottom: 12px;
}
.board-pop-up .bd-img .thick:first-child::before {
  top: 8px;
}
.board-pop-up .bd-img .thick:last-child::before {
  top: auto;
  bottom: 6px;
}
.board-pop-up .bd-img .thick:before {
  display: block;
  content: '';
  background: url("../images/pcb-layer-stackup/thick.png") no-repeat center;
  width: 231px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 104px;
  z-index: 1;
}
.board-pop-up .bd-img .thick:after {
  display: block;
  content: '';
  height: 6px;
  width: 247px;
  background-color: #D36A0C;
  border: 1px solid #000000;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 102px;
  z-index: 1;
  margin-top: -2px;
  box-sizing: border-box;
}
.board-pop-up .bd-img .glue {
  height: 24px;
}
.board-pop-up .bd-img .glue .wick-name {
  background-color: #FFD3A7;
  color: #000000;
}
.board-pop-up .bd-img .glue:before {
  display: block;
  content: '';
  width: 245px;
  height: 12px;
  border-radius: 12px;
  background-color: #FFD3A7;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  left: 102px;
  margin-top: -7px;
  z-index: 1;
}
.board-pop-up .bd-img .scheme {
  padding: 10px 0;
  height: auto;
  margin: 12px 0;
}
.board-pop-up .bd-img .scheme .wick-name:first-child:before {
  top: 10%;
}
.board-pop-up .bd-img .scheme .wick-name:last-child:before {
  top: 48%;
}
.board-pop-up .bd-img .measure {
  margin-right: 15px;
}
.board-pop-up .bd-img .wick-name {
  width: 64px;
  height: 24px;
  line-height: 22px;
  background-color: #D36A0C;
  border: 1px solid #424242;
  border-radius: 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.board-pop-up .bd-img .wick-name:before {
  display: block;
  content: '';
  background: url("../images/pcb-layer-stackup/flag-icon.png") no-repeat center;
  width: 14px;
  height: 13px;
  position: absolute;
  top: 35%;
  margin-top: -2px;
  right: -22px;
  z-index: 1;
}
.board-pop-up .bd-img .wick-name:first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.board-pop-up .bd-img .wick-name:last-child {
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  z-index: 1;
}
.board-pop-up .bd-img .sample {
  position: relative;
  z-index: 2;
  background: #f8b551;
  border: 1px solid #000000;
  width: 245px;
  height: 46px;
  line-height: 42px;
  margin-left: 102px;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #FFF3CD;
  box-sizing: border-box;
}
.board-pop-up .bd-img .sample:before {
  position: absolute;
  top: -7px;
  left: -14px;
  width: 270px;
  height: 5px;
  background: #D36A0C;
  border-radius: 4px;
  border: 1px dashed #000000;
  content: '';
  display: block;
}
.board-pop-up .bd-img .sample:after {
  position: absolute;
  bottom: -7px;
  left: -14px;
  width: 270px;
  height: 5px;
  background: #D36A0C;
  border-radius: 4px;
  border: 1px dashed #000000;
  content: '';
  display: block;
}
.board-pop-up .bd-img .six {
  background-color: #fd7a80;
}
.board-pop-up .bd-img .eight {
  background-color: #58c0e4;
}
.board-pop-up .bd-img .ten {
  background-color: #31cb98;
}
.board-pop-up .table-val {
  float: left;
  width: 451px;
  height: 100%;
  border: 1px solid #FFD3A7;
  box-sizing: border-box;
  border-radius: 12px 12px 45px 12px;
}
.board-pop-up .table-val::-webkit-scrollbar {
  width: 2px;
  background-color: #b3b3b3;
  border-radius: 4px;
}
.board-pop-up .table-val::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #525252;
  border-radius: 4px;
}
.board-pop-up .table-val table {
  width: 100%;
  border-collapse: collapse;
}
.board-pop-up .table-val th {
  width: 20%;
  border-right: 1px dashed #FFD3A7;
  border-bottom: 1px solid #FFD3A7;
  background-color: #fed7af;
  padding: 9px 6px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-align: left;
}
.board-pop-up .table-val th:first-child {
  border-top-left-radius: 10px;
}
.board-pop-up .table-val th:nth-child(2) {
  width: 31%;
}
.board-pop-up .table-val th:nth-child(3) {
  width: 29%;
}
.board-pop-up .table-val th:last-child {
  border-right: none;
  border-top-right-radius: 10px;
}
.board-pop-up .table-val tr:last-child td {
  border-bottom: 0;
}
.board-pop-up .table-val tr:last-child td:last-child {
  border-bottom-right-radius: 50px;
}
.board-pop-up .table-val tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.board-pop-up .table-val tr:first-child th {
  border-top: none;
}
.board-pop-up .table-val tr:first-child th:first-child {
  padding-left: 12px;
}
.board-pop-up .table-val td {
  border-right: 1px dashed #FFD3A7;
  border-bottom: 1px solid #FFD3A7;
  box-sizing: border-box;
  font-size: 14px;
  color: #424242;
  padding: 10px;
  text-align: left;
}
.board-pop-up .table-val td:last-child {
  border-right: none;
}
.board-pop-up .table-val td:first-child {
  padding-left: 12px;
}
.board-pop-up .table-val .pp-active {
  background-color: #FFFBE8;
}
.board-pop-up .table-val .core-active {
  position: relative !important;
  z-index: 2;
}
.board-pop-up .table-val .core-active td {
  color: #D36A0C;
  position: relative;
}
.board-pop-up .table-val .core-active td:first-child::after {
  position: absolute;
  left: -6px;
  bottom: -7px;
  background: url("../images/pcb-layer-stackup/trigon-l.png") no-repeat center;
  width: 5px;
  height: 6px;
  content: '';
  display: inline-block;
}
.board-pop-up .table-val .core-active td:last-child:after {
  position: absolute;
  right: -6px;
  bottom: -7px;
  background: url("../images/pcb-layer-stackup/trigon-r.png") no-repeat center;
  width: 5px;
  height: 6px;
  display: inline-block;
  content: '';
}
.board-pop-up .table-val .core-active::after {
  position: absolute;
  left: -6px;
  top: 0;
  z-index: -1;
  width: 459px;
  height: 100%;
  content: '';
  display: inline-block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #fed7af;
  border: 1px solid #d36a0c;
}
@media screen and (max-width: 1680px) {
  .w1392 {
    width: 1336px !important;
  }
  .plank-module .board-sub-module .board-data-box {
    padding: 17px;
  }
  .plank-module .board-sub-module .board-item .val-board-region {
    margin-left: -16px;
  }
  .plank-module .board-sub-module .board-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .plank-module .search-sub-box {
    padding: 26px 15px;
  }
  .plank-module .nav-menu {
    left: -171px;
  }
  .val-board-item {
    width: 380px !important;
  }
  .val-board-item {
    margin-right: 6px !important;
  }
  .fly .nav-menu {
    left: 10px !important;
    top: 10px !important;
  }
}
@media screen and (max-width: 1600px) {
  .w1392 {
    width: 1336px !important;
  }
  .plank-module .board-sub-module .board-data-box {
    padding: 17px;
  }
  .plank-module .board-sub-module .board-item .val-board-region {
    margin-left: -16px;
  }
  .plank-module .board-sub-module .board-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .plank-module .search-sub-box {
    padding: 26px 15px;
  }
  .plank-module .nav-menu {
    left: -140px;
  }
  .val-board-item {
    width: 380px !important;
  }
  .val-board-item {
    margin-right: 6px !important;
  }
  .fly .nav-menu {
    left: 0px !important;
    top: 10px !important;
  }
}
@media screen and (max-width: 1440px) {
  .search-item {
    margin-right: 12px !important;
  }
  .plank-module .search-sub-box {
    padding: 26px 6px 26px 16px;
  }
  .plank-module .board-sub-module .board-data-box {
    padding: 17px 10px;
  }
  .plank-module .board-sub-module .board-box {
    padding: 20px 8px;
  }
  .plank-module .board-sub-module .board-item .val-board-region {
    margin-left: -16px;
  }
  .plank-module .nav-menu {
    left: -54px;
  }
  .btn-com {
    margin-right: 8px !important;
    margin-left: 2px !important;
  }
  .fly .nav-menu {
    left: 0 !important;
    top: 10px !important;
  }
}
@media screen and (max-width: 1400px) {
  .search-item {
    margin-right: 12px !important;
  }
  .plank-module .search-sub-box {
    padding: 26px 6px 26px 16px;
  }
  .plank-module .board-sub-module .board-data-box {
    padding: 17px 10px;
  }
  .plank-module .board-sub-module .board-box {
    padding: 20px 8px;
  }
  .plank-module .board-sub-module .board-item .val-board-region {
    margin-left: -16px;
  }
  .plank-module .nav-menu {
    left: -42px;
  }
  .btn-com {
    margin-right: 8px !important;
    margin-left: 2px !important;
  }
  .fly .nav-menu {
    left: 0 !important;
    top: 10px !important;
  }
}
@media screen and (max-width: 1366px) {
  .search-item {
    margin-right: 12px !important;
  }
  .plank-module .search-sub-box {
    padding: 26px 6px 26px 16px;
  }
  .plank-module .board-sub-module .board-box {
    padding: 20px 8px;
  }
  .plank-module .board-sub-module .board-item .val-board-region {
    margin-left: -16px;
  }
  .nav-menu {
    left: -17px !important;
  }
  .btn-com {
    margin-right: 8px !important;
    margin-left: 2px !important;
  }
}
@media screen and (max-width: 1360px) {
  .search-item {
    margin-right: 12px !important;
  }
  .plank-module .search-sub-box {
    padding: 26px 6px 26px 16px;
  }
  .plank-module .board-sub-module .board-box {
    padding: 20px 8px;
  }
  .plank-module .board-sub-module .board-item .val-board-region {
    margin-left: -16px;
  }
  .nav-menu {
    left: -17px !important;
  }
  .btn-com {
    margin-right: 8px !important;
    margin-left: 2px !important;
  }
}
