/* sectionClassName:hailingmeng_about_retailer */
.hailingmeng_about_retailer_main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 1.25rem 0;
  background: #fff;
}

.hailingmeng_about_retailer_main .about_retailer_title_wrap{
  padding: 1rem 0 1.75rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.about_retailer_title_wrap .about_retailer_title{
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.27; /* 127.778% */
  text-transform: capitalize;
}

.about_retailer_title_wrap .about_retailer_desc{
  color: #666;
  font-family: var(font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}

.hailingmeng_about_retailer_wrapper {
  display: flex;
  width: 100%;
}

.hailingmeng_about_retailer_wrapper.animate:hover {
  /* 暂停效果通过JS控制 */
}

.hailingmeng_about_retailer_track {
  display: flex;
  gap: 2.5rem;
  flex-shrink: 0;
}

.hailingmeng_about_retailer_track.clone {
  /* 克隆的track */
}

.hailingmeng_retailer_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 60px;
  background: transparent;
}

.hailingmeng_retailer_img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}
