
.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: unset;
  background-color: #e5e5e5;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.swiper-pagination-bullet-active {
  width: 30px;
  height: 3px;
  background: #FF6D00;
  border-radius: unset;
  top: 10px;
}

.searchBrandSwiper a {
  float: left;
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  margin: 0 8px 8px 0;
  border: 1px solid #d9d9d9;
  /* box-sizing: border-box; */
}
.searchBrandSwiper a:hover{
  box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
}

.searchBrandSwiper a img {
  display: block;
  max-width: 80px;
  max-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  image-rendering: -webkit-optimize-contrast;
}
.searchBrandSwiper .swiper-slide {
  width: 826px !important;
}
.searchBrandSwiper .swiper-container {
  width: 826px;
  margin: 0px;
}
.searchBrandSwiper {
  width: 826px;
  display: hidden;
  /* margin-top: 25px; */
  /* height: 175px; */
  /* margin: 25px 0px; */
  padding: 11px 0;
}

.searchBrandSwiper .title {
  /* width: 206px; */
  height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
  line-height: 22px;
  margin-bottom: 15px;
}
/* .searchBrandSwiper.swiper-pagination{
  position: inherit !important;
} */
.swiper-pagination-switch{
  width: 30px;
  height: 4px;
  background: #e5e5e5;
  display: inline-block;
  margin-left: 3px;
  position: relative;
}
.searchBrandSwiper .swiper-pagination{
  position: inherit;
  /* width: 100px; */
  height: 20px;
  cursor: pointer;
  margin-top: 15px;
}
.searchBrandSwiper .swiper-active-switch{
  background-color: #FF6D00 !important;
}
.searchBrandSwiper .swiper-wrapper{
  max-height: 130px;
}