.home-company-container {
  background-color: #f2f2f2;
  padding-bottom: 0.93rem;
}
.home-company-container .more-company {
  width: 6.3rem;
  margin: 0.95rem auto 0.3rem;
  display: flex;
  justify-content: flex-end;
  font-size: 0.18rem;
  color: #151515;
  line-height: 1;
  cursor: pointer;
}
.home-company-container .swiper-container {
  width: 6.3rem;
  padding-bottom: 0.7rem;
  margin: 0 auto;
}
.home-company-container .swiper-container .swiper-wrapper {
  display: flex;
}
.home-company-container .company-list-container .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-company-container .company-list-container .company-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.26rem;
  width: 100%;
  padding: 0 0.15rem 0 0.16rem;
  height: 0.48rem;
  background-color: #ffffff;
  border-radius: 0.04rem;
  font-size: 0.18rem;
}
.home-company-container .company-list-container .company-item:last-child {
  margin-bottom: 0;
}
.home-company-container .company-list-container .company-item:hover {
  color: #21c184;
}
.home-company-container .company-list-container .company-item .company-name {
  flex: 1;
  width: 0;
  padding-right: 0.1rem;
  font-size: 0.18rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-company-container .swiper-scrollbar {
  transform: scale(0.33);
  height: 0.12rem;
  background-color: #fff;
  bottom: 0;
  transform-origin: center bottom;
}
.home-company-container .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #21c184;
}
