@import "global.css";
.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;
}
.header .header-logo {
  width: 52%;
}
.header .header-logo .icon-fanhui {
  font-size: 0.4rem;
  font-weight: bold;
}
.header .header-logo .name {
  font-size: 0.36rem;
  color: #4a4a4a;
  margin-left: 0.3rem;
  font-weight: bold;
}
.header .header-car {
  width: 40%;
}
.banner-box {
  font-family: Arial-BoldMT;
  height: 5rem;
  padding-top: 0.3rem;
  text-align: center;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1.5;
  background: url("../img/fabrication-banner.webp") no-repeat center;
  background-size: cover;
  font-weight: bold;
}
.the-board {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 3.1rem;
  position: relative;
}
.the-board .board-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1.8rem;
}
.the-board .left-board {
  width: 0.88rem;
  height: 2.2rem;
  position: relative;
  background: url("../img/left-sample.png") no-repeat left center;
  background-size: contain;
  z-index: 9;
  top: 0.19rem;
}
.the-board .center-board {
  background: url("../img/sample-bg.png") no-repeat center;
  height: 3.87rem;
  width: 5.75rem;
  background-size: contain;
  position: relative;
  top: 1.01rem;
  z-index: 9;
}
.the-board .right-board {
  width: 0.88rem;
  height: 2.2rem;
  position: relative;
  background: url("../img/right-sample.png") no-repeat right center;
  background-size: contain;
  z-index: 9;
  top: 0.19rem;
}
@media (min-width: 768px) {
  .the-board .left-board {
    display: none;
  }
  .the-board .right-board {
    display: none;
  }
}
.the-board .banner-des {
  background: #fff;
}
.banner-des {
  background: #fff;
  text-align: center;
  font-size: 0.24rem;
  color: #4a4a4a;
  padding: 0.3rem 0 0.9rem;
  position: relative;
}
.banner-des .text {
  width: 6.9rem;
  margin: 0 auto;
  line-height: 1.4;
}
.banner-des .des-btn {
  background: #735d5c;
  border-radius: 4px;
  width: 66%;
  height: 0.9rem;
  font-size: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -0.45rem;
  z-index: 3;
  transform: translateX(-50%);
}
.table-title {
  margin-top: 0.85rem;
}
.table-title .des {
  padding: 0 0.3rem;
  text-align: center;
  line-height: 1.4;
}
.parameter-table {
  margin-top: 0.4rem;
  padding: 0 0.24rem;
}
.parameter-table table {
  width: 100%;
}
.parameter-table table th {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  background: #9b9b9b;
  height: 0.8rem;
  padding-left: 0.18rem;
}
.parameter-table table th:first-child {
  text-align: center;
  padding-left: 0;
}
.parameter-table table th:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.parameter-table table td {
  color: #4a4a4a;
  background: #fff;
  padding: 0.2rem 0 0.2rem 0.18rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 0.24rem;
}
.parameter-table table td:first-child {
  text-align: center;
  padding-left: 0;
}
.parameter-table table td:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.options-box {
  margin-top: 0.6rem;
  background: #fff;
}
.options-box .title {
  text-align: center;
  padding: 0.46rem 0;
  font-size: 0.36rem;
  color: #735d5c;
  font-weight: bold;
}
.options-box .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.24rem 0.4rem 0.24rem;
  flex-wrap: wrap;
}
.options-box .options .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0.2rem;
}
.options-box .options .item img {
  width: 3.4rem;
  height: 2.2rem;
}
.options-box .options .item .des {
  background: #e6e6e6;
  width: 3.4rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  color: #4a4a4a;
  font-weight: bold;
}
.indus-box {
  text-align: center;
  margin-top: 2px;
  background: #fff;
  padding: 0.4rem 0 0.6rem;
  color: #735d5c;
}
.indus-box .title {
  font-size: 0.36rem;
  font-weight: bold;
}
.indus-box .des {
  font-size: 0.32rem;
  margin-top: 0.2rem;
  line-height: 1.5;
}
.indus-box .btn {
  background: #d0021b;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92%;
  height: 1.1rem;
  margin: 0.6rem auto 0;
  font-size: 0.32rem;
  position: relative;
}
.indus-box .btn .icon-jijia {
  font-size: 0.47rem;
  color: #fff;
  margin-right: 0.2rem;
}
.indus-box .btn:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 0.3rem solid #d0021b;
  border-right: 0.4rem solid transparent;
  position: absolute;
  top: -0.26rem;
  left: 0;
  z-index: 3;
}
/*# sourceMappingURL=pcb-fabrication.css.map */