.contentBox {
  padding-top: 0.8rem;
}
.contentBox .bgcBox {
  position: relative;
  width: 100%;
  height: 5.2rem;
  background: url(/img/quality/bgc.png) no-repeat;
  background-size: 110% 100%;
  background-position: left -0.45rem bottom 0rem;
}
.contentBox .bgcBox ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.contentBox .bgcBox li {
  display: block;
  position: absolute;
  width: 25%;
  height: 2rem;
  overflow: hidden;
  text-align: center;
}
.contentBox .bgcBox li a {
  display: block;
  color: #333;
}
.contentBox .bgcBox li strong {
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  height: 0.3rem;
  font-weight: 700;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  background: linear-gradient(to bottom, #f0f1f2, #dcdbdc);
  border-radius: 10px;
  border: 1px solid #b7bcc4;
}
.contentBox .bgcBox li:nth-child(1) {
  top: -0.8rem;
  left: 0;
}
.contentBox .bgcBox li:nth-child(2) {
  top: -0.8rem;
  left: 2.3rem;
}
.contentBox .bgcBox li:nth-child(3) {
  top: -0.8rem;
  left: 4.6rem;
}
.contentBox .bgcBox li:nth-child(4) {
  top: -0.8rem;
  left: 6.9rem;
}
.contentBox .bgcBox li:nth-child(5) {
  top: 1.4rem;
  left: 0;
}
.contentBox .bgcBox li:nth-child(6) {
  top: 1.4rem;
  left: 2.3rem;
}
.contentBox .bgcBox li:nth-child(7) {
  top: 1.4rem;
  left: 4.6rem;
}
.contentBox .bgcBox li:nth-child(8) {
  top: 1.4rem;
  left: 6.9rem;
}
.contentBox .bgcBox li:nth-child(9) {
  top: 3.6rem;
  left: 0;
}
.contentBox .bgcBox li:nth-child(10) {
  top: 3.6rem;
  left: 2.3rem;
}
.contentBox .bgcBox li:nth-child(11) {
  top: 3.6rem;
  left: 4.6rem;
}
.contentBox .bgcBox li:nth-child(12) {
  top: 3.6rem;
  left: 6.5rem;
  width: 4rem;
}
.contentBox .bgcBox img {
  height: 1.63rem;
  margin-top: 0.4rem;
}
.contentBox .titleBox {
  margin: 0.62rem 0rem 0.32rem 0rem;
}
.contentBox .titleBox img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.12rem;
}
.contentBox .titleBox h1 {
  font-size: 0.32rem;
  font-weight: 600;
  color: #272727;
}
.contentBox table {
  background-color: #FBFBFD;
  width: 100%;
  border-top: 0.02rem solid #EBEBEB !important;
}
.contentBox table th {
  padding: 0.16rem;
}
.contentBox table td {
  padding: 0.12rem 0.16rem;
}
.contentBox table th,
.contentBox table td {
  border: 1px solid #EBEBEB;
  border-collapse: collapse;
  font-size: 0.16rem;
  font-weight: 600;
}
.contentBox table th span,
.contentBox table td span {
  color: #999999;
  font-size: 0.14rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.08rem;
}
.contentBox table th h2,
.contentBox table td h2 {
  color: #272727;
  font-size: 0.2rem;
  font-weight: 500;
}
.contentBox table th p,
.contentBox table td p {
  font-size: 0.16rem;
  font-weight: 600;
  color: #2C60E6;
  line-height: 0.42rem;
}
.contentBox table .noLeftBorder {
  border-left: 0;
}
.contentBox table .noRightBorder {
  border-right: 0;
}
