.brandSearch {
  width: 100%;
  background-image: url(../images/brandBanner.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 0px;
}
.brandSearchBox {
}
.brandSearch-taps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.brandSearch-tap {
  width: 108px;
  padding: 5px 0px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0px 15px;
  cursor: pointer;
}
.brandSearch-tap:hover {
  background: #2563eb !important;
  color: #fff !important;
}
.brandSearch-tap-active {
  background: #2563eb !important;
  color: #fff !important;
}

.brandSearch-search {
  width: 900px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #2563eb;
  /* background: #2563eb; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 25px auto 0px auto;
}

.brandSearch-search input {
  outline: none;
  border: none;
  height: 36px !important;
}

.brandSearch-submit {
  width: 80px;
  height: 40px;
  background: #2563eb;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.brandSearch-submit img {
  width: 24px;
  height: auto;
}

.brandSearch-filter-box {
  width: 900px;
  margin: 40px auto 0px auto;
}

.brandSearch-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 46px;
}

.brandSearch-filter-title {
  width: 83px;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}

.brandSearch-filter-list {
  margin-left: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 777.36px;
}
.brandSearch-filter-item {
  background: #eeeeee;
  border-radius: 4px 4px 4px 4px;
  padding: 6px;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.brandSearch-filter-item-active {
  background: #eaf0fd;
  color: #2563eb;
}
.brandSearch-filter-item:hover {
  background: #eaf0fd;
  color: #2563eb;
}

.brandSearch-result {
  width: 900px;
  margin: 0px auto;
}
.brandSearch-result-title {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 20px 0px 12px 0px;
}
.brandSearch-result-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  margin-bottom: 12px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.brandSearch-result-item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
  background: #fdfdfd;
}
.brandSearch-result-item-img {
  width: 64px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
}
.brandSearch-result-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brandSearch-result-item-infos {
  margin-left: 12px;
}

.brandSearch-result-item-infos-name {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.brandSearch-result-item-infos-tabs {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.brandSearch-result-item-infos-tab {
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: #eeeeee;
  border-radius: 4px 4px 4px 4px;
  padding: 6px;
  margin-right: 12px;
}
.brandNameBox{
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  text-align-last: justify;
  padding: 5px;
  font-size: 17px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: bold;
  color:#fff;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .brandSearch-search {
    width: 90%;
    height: 40px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #2563eb;
    /* background: #2563eb; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0px auto;
  }

  .brandSearch-filter-box {
    width: 90%;
    margin: 40px auto 0px auto;
  }
  .brandSearch-filter-list {
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 82%;
  }

  .brandSearch-result {
    width: 90%;
    margin: 0px auto;
  }
}
@media (max-width: 767px) {
  .brandSearch-search {
    width: 90%;
    height: 40px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #2563eb;
    /* background: #2563eb; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0px auto;
  }

  .brandSearch-filter-box {
    width: 90%;
    margin: 40px auto 0px auto;
  }
  .brandSearch-filter {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 46px;
  }
  .brandSearch-filter-list {
    margin-left: 0px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .brandSearch-result {
    width: 90%;
    margin: 0px auto;
  }
}
