.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-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.diy-focus:focus {
  border-color: #F5F6F6;
}
.diy-focus:active {
  border-color: #F5F6F6;
}
.bom-material .banner-module {
  background: url("/img/images/bom-material/banner-bg.png") no-repeat center;
  width: 100%;
  height: 520px;
  min-width: 1400px;
  background-size: cover;
  display: block;
  padding-top: 110px;
}
.bom-material .banner-module .banner-title {
  font-weight: bold;
  font-size: 61px;
  color: #404751;
  line-height: 90px;
}
.bom-material .banner-module dl {
  margin-top: 30px;
}
.bom-material .banner-module dl dd {
  font-size: 19px;
  color: #404751;
  display: inline-block;
  margin-left: 36px;
}
.bom-material .banner-module dl dd:first-of-type {
  margin-left: unset;
}
.bom-material .banner-module dl dd:before {
  background: url("/img/images/bom-material/black-icon.png") no-repeat center;
  width: 23px;
  height: 23px;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.bom-material .common-title {
  font-weight: bold;
  font-size: 32px;
  color: #404751;
  text-align: center;
}
.bom-material .quality-module {
  background: #F1F2F4;
  padding: 60px 0 58px;
}
.bom-material .quality-module .common-title {
  text-align: left;
}
.bom-material .quality-module .quality-box {
  position: relative;
  height: 594px;
  padding-right: 127px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 16px;
}
.bom-material .quality-module .quality-box:after {
  position: absolute;
  top: 40px;
  left: 0;
  background: url("/img/images/bom-material/quality-bg.png") no-repeat center;
  width: 100%;
  height: 510px;
  background-size: cover;
  content: '';
  display: block;
}
.bom-material .quality-module .quality-box .quality-item {
  position: relative;
  z-index: 2;
  right: 0;
  width: 274px;
  height: 132px;
  background-color: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px 26px;
  display: flex;
  align-items: center;
  margin-top: 22px;
  margin-right: 127px;
}
.bom-material .quality-module .quality-box .quality-item:first-of-type {
  margin-top: unset;
}
.bom-material .quality-module .quality-box .quality-item .quality-icon {
  min-width: 48px;
  margin-right: 20px;
}
.bom-material .quality-module .quality-box .quality-item dl {
  margin-top: 4px;
}
.bom-material .quality-module .quality-box .quality-item dl dt {
  font-weight: bold;
  font-size: 18px;
  color: #404751;
  margin-bottom: 6px;
}
.bom-material .quality-module .quality-box .quality-item dl dd {
  font-size: 14px;
  color: #404751;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bom-material .quality-control {
  padding-top: 50px;
  padding-bottom: 66px;
}
.bom-material .quality-control .control-box {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}
.bom-material .quality-control .control-item {
  width: 340px;
  height: 468px;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.bom-material .quality-control .control-item img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.bom-material .quality-control .control-item:hover img {
  transform: scale(1.1);
}
.bom-material .quality-control .control-item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 18px;
  color: #404751;
  background-color: #F1F2F4;
  height: 63px;
  line-height: 63px;
  text-align: center;
}
.bom-material .materials-demonstrate {
  position: relative;
}
.bom-material .materials-demonstrate:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #F8F8F8;
  width: 100%;
  height: 196px;
  min-width: 1400px;
  content: '';
  display: block;
}
.bom-material .materials-demonstrate .mate-box {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.bom-material .materials-demonstrate .mate-item {
  width: 457px;
  height: 486px;
  background-color: #F8F8F8;
  border-radius: 6px;
  position: relative;
}
.bom-material .materials-demonstrate .mate-item .jump-link {
  position: absolute;
  left: 0;
  top: -27px;
  right: 0;
  margin: auto;
  width: 157px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #00863E;
  border-radius: 6px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.bom-material .materials-demonstrate .mate-item .jump-link:hover {
  background-color: #08783C;
}
.bom-material .materials-demonstrate .mate-item .mate-des {
  min-height: 95px;
  font-size: 16px;
  color: #404751;
  padding: 48px 30px 0;
}
.bom-material .materials-demonstrate .mate-item .mate-pic {
  width: 457px;
  height: 392px;
  overflow: hidden;
  border-radius: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bom-material .materials-demonstrate .mate-item .mate-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.bom-material .materials-demonstrate .mate-item .mate-pic:hover img {
  transform: scale(1.1);
}
.bom-material .materials-demonstrate .mate-item .mate-pic .val-des {
  position: absolute;
  left: 38px;
  bottom: 38px;
  font-size: 16px;
  color: #ffffff;
  line-height: 31px;
}
.bom-material .brand-module {
  background-color: #F8F8F8;
  padding: 34px 0 100px;
}
.bom-material .brand-module .brand-box {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 52px 0;
  display: flex;
}
.bom-material .brand-module .brand-box .brand-item {
  flex: 1;
  border-right: 1px solid #F8F8F8;
}
.bom-material .brand-module .brand-box .brand-item:last-of-type {
  border-right: unset;
}
.bom-material .brand-module .brand-box .brand-item:hover .brand-pic {
  transform: translateY(-10px);
}
.bom-material .brand-module .brand-box .brand-pic {
  display: block;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.bom-material .brand-module .brand-box .brand-des {
  font-size: 16px;
  color: #404751;
  line-height: 23px;
  text-align: center;
  margin-top: 16px;
}
.bom-material .brand-module .bom-standard {
  margin-top: 60px;
}
.bom-material .brand-module .bom-standard table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  margin-top: 50px;
  border-radius: 6px;
}
.bom-material .brand-module .bom-standard tr:last-child td {
  border-bottom: 0;
}
.bom-material .brand-module .bom-standard th {
  background-color: #00863E;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0 10px 32px;
  text-align: left;
  border-left: 1px solid #E3E5E9;
}
.bom-material .brand-module .bom-standard th:last-of-type {
  border-top-right-radius: 6px;
}
.bom-material .brand-module .bom-standard th:first-of-type {
  border-top-left-radius: 6px;
  border-left: 0;
}
.bom-material .brand-module .bom-standard td {
  padding: 20px 32px;
  font-size: 14px;
  color: #404751;
  border: 1px solid #E3E5E9;
}
.bom-material .brand-module .bom-standard td:first-child {
  border-left: 0;
}
.bom-material .brand-module .bom-standard td:last-child {
  border-right: 0;
}
