@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-logo .icon-fanhui {
  font-size: 0.4rem;
  font-weight: bold;
}
.header-logo .name {
  font-size: 0.36rem;
  color: #4a4a4a;
  margin-left: 0.3rem;
  font-weight: bold;
}
.banner-box {
  height: 6.5rem;
  padding-top: 0.3rem;
  text-align: center;
  font-size: 0.36rem;
  color: #fff;
  background: url("../img/assemble-banner-bg.jpg") no-repeat center;
  position: relative;
  background-size: cover;
}
.banner-box .des {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  font-weight: bold;
}
.banner-box .link-assembly {
  background: #735d5c;
  border-radius: 4px;
  width: 66%;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  z-index: 3;
  transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
}
.parameter-table {
  margin-top: 0.84rem;
  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;
}
.parameter-table table .note {
  padding: 0 0.4rem 0 0.24rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 0.24rem;
}
.parameter-table table .note .des {
  text-align: left;
  margin-left: 0.1rem;
}
.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-around;
  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;
  width: 3.4rem;
}
.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.9rem;
  color: #735d5c;
}
.indus-box .title {
  font-size: 0.36rem;
  font-weight: bold;
}
.indus-box .des {
  font-size: 0.32rem;
  line-height: 1.5;
  width: 92%;
  margin: 0.2rem auto 0;
}
.indus-box .sample-text {
  width: 92%;
  margin: 0.8rem auto 0;
}
.indus-box .sample-text .list {
  background: #e6e6e6;
  min-height: 1.4rem;
  font-size: 0.24rem;
  color: #4a4a4a;
  position: relative;
  padding-bottom: 0.25rem;
  margin-bottom: 0.48rem;
}
.indus-box .sample-text .list .name {
  width: 80%;
  height: 0.6rem;
  position: absolute;
  top: -0.3rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  border-radius: 0.3rem;
  background: #fff;
  font-size: 0.32rem;
  color: #d0021b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.indus-box .sample-text .list .text {
  padding-top: 0.56rem;
  width: 98%;
  margin: 0 auto;
}
.indus-box .factory-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  position: relative;
}
.indus-box .factory-box .make-logo {
  width: 3rem;
  height: 3rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate3d(-50%, -50%, 0);
  font-size: 0.36rem;
  color: #735d5c;
  font-weight: bold;
}
.indus-box .factory-box .make-logo .icon-jichengdianlufengce {
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  color: #735d5c;
}
.indus-box .factory-box .item {
  width: 3.75rem;
  height: 3rem;
}
.indus-box .factory-box img {
  width: 3.75rem;
  height: 3rem;
}
.indus-box .btn {
  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;
  background: #d0021b;
}
.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-assembly.css.map */