.company-container {
  padding: 0.2rem;
}

.company-container .item {
  margin-bottom: 0.25rem;
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  padding: 0.2rem;
  overflow: hidden;
}

.company-container .item .image {
  position: relative;
  margin-top: 0.08rem;
  height: 2.28rem;
  border-bottom: 0.02rem solid #d4d4d4;
  padding-bottom: 0.2rem;
}

.company-container .item .image img {
  position: absolute;
  height: 100%;
  left: 50%;
  bottom: 0.1rem;
  transform: translateX(-50%);
}

.company-container .item .name {
  margin-top: 0.18rem;
  text-align: center;
  font-size: 0.24rem;
  color: #818181;
  font-weight: 600;
}
