.main_content {
  padding-top: 0.5867rem;
  padding-bottom: 0.5867rem;
}

.main_content h4 {
  font-size: 0.48rem;
  letter-spacing: 0.08rem;
  margin-bottom: 0.5333rem;
}

.oem_list li{
	-webkit-box-shadow: 0.04rem 0.0667rem 0.1067rem 0rem rgba(4, 0, 0, 0.15);
	        box-shadow: 0.04rem 0.0667rem 0.1067rem 0rem rgba(4, 0, 0, 0.15);
	border-radius: 0.04rem;
  border: solid 1px #a0a0a0;
  margin-bottom: 0.2667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oem_list li img {
  height: 4.5333rem;
}

.oem_list li h6 {
  font-size: 0.48rem;
  margin-bottom: 0.6667rem;
}

.oem_list li a {
	width: 2.1333rem;
  height: 0.64rem;
  line-height: 0.64rem;
	background-color: #f8f8f8;
	border-radius: 0.0533rem;
  border: solid 1px #7d7d7d;
  text-align: center;
  margin-bottom: .666667rem;
}