.wheelfplist-big-banner-box {
  position: relative;
  width: 1100px;
  height: 550px;
  background-color: black;
  background-image: url(/images/sub_banner_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: white;
}
.wheelfplist-big-banner-box .wheelfplist-brand-select-box {
  position: absolute;
  width: 990px;
  height: auto;
  padding: 10px 50px 10px 50px;
  left: 55px;
  bottom: 100px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.wheelfplist-big-banner-box .wheelfplist-brand-select-box .search-brand-radio {
  width: 20%;
  height: auto;
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wheelfplist-big-banner-box .wheelfplist-brand-select-box-bottom {
  position: absolute;
  width: 990px;
  height: 50px;
  padding: 0 50px 0 50px;
  left: 55px;
  bottom: 50px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
}
.wheelfplist-big-banner-box .wheelfplist-brand-select-box-bottom .search-brand-radio {
  width: 20%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wheel-search-box {
  width: 1100px;
  height: auto;
}
.wheel-search-box > .wheel-search-box-top {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wheel-search-box > .wheel-search-box-bottom {
  width: 100%;
  height: 40px;
}
.wheel-search-box > .wheel-search-box-bottom > ul {
  display: flex;
  margin: 0; padding: 0;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
.wheel-search-box > .wheel-search-box-bottom > ul > li {
  cursor: pointer;
  text-decoration: none;
  list-style: none;
  border-top: 1px solid rgba(213,213,213,1);
  border-right: 1px solid rgba(213,213,213,1);
  border-bottom: 1px solid rgba(213,213,213,1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 10);
  height: 100%;
  font-size: 0.9rem;
}
/* .wheel-search-box > .wheel-search-box-bottom > ul > li:first-child {
  width: 135px;
} */
.wheel-search-box > .wheel-search-box-bottom > ul > li.active {
  color: white;
  /* background: #ed1b24;
  border-top: 1px solid rgba(213,213,213,1);
  border-right: 1px solid rgba(213,213,213,1);
  border-bottom: 1px solid rgba(213,213,213,1); */
  background: var(--clr-primary);
  border-top: 1px solid var(--clr-primary);
  border-right: 1px solid var(--clr-primary);
  border-bottom: 1px solid var(--clr-primary);
}
.wheel-search-box > .wheel-search-box-bottom > ul > li:last-child {
  border-right: 0;
}

.wheel-product-list {
  width: 1100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.wheel-product-list .wheel-product-box {
  width: 20%;
  height: auto;
  padding: 0 10px 0 10px;
  margin-bottom: 40px;
  cursor: pointer;
}
.wheel-product-list .wheel-product-box > div {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 10px 0 10px;
}
.wheel-product-list .wheel-product-box > div.wheel-product-box-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213,213,213,1);
}
.wheel-product-list .wheel-product-box > div.wheel-product-box-image > img {
  height: 100%;
  width: auto;
}

.wheel-product-list .wheel-product-box > div.wheel-product-box-name {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  /* color: #0066FF; */
  color: black;
  /* background: rgb(242,242,242); */
}
.wheel-product-list .wheel-product-box > div.wheel-product-box-comment {
  font-size: 0.8em;
  text-align: left;
  font-weight: bold;
}
.wheel-product-list .wheel-product-box > div.wheel-product-box-options {
  font-size: 0.8em;
  text-align: left;
  font-weight: bold;
}
.wheel-product-list .wheel-product-box div.icon-bar {
  display: flex;
  width: 100%; height: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px 0 10px;
  flex-wrap: wrap;
  gap: 5px;
}
.wheel-product-list .wheel-product-box div.icon-bar p.icon-box {
  width: auto; height: 20px;
  font-size: 0.7rem;
  line-height: 20px;
  padding: 0 10px 0 10px;
  margin: 0;
  color: white;
}
.wheel-product-list .wheel-product-box > div.wheel-product-box-price {
  font-size: 0.8em;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}