@charset "UTF-8";
.index-page .nav-sticky {
  padding-top: 1rem;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 11;
}
.index-page .nav-sticky .logo-search {
  display: flex;
  gap: 0 3rem;
  width: 100%;
}
.index-page .nav-sticky .logo-search .logo {
  width: 12.06rem;
  height: 2.75rem;
}
.index-page .nav-sticky .logo-search .search {
  flex: 1;
  height: 2.75rem;
  border: 2px solid #ff468c;
  border-radius: 0.5rem;
  padding: 0 0.12rem 0 1rem;
}
.index-page .nav-sticky .logo-search .search .search-input {
  flex: 1;
}
.index-page .nav-sticky .logo-search .search .search-input .el-input .el-input__inner {
  border: none !important;
}
.index-page .nav-sticky .logo-search .search .search-line {
  width: 1px;
  height: 0.85rem;
  margin: 0 1rem;
  background: #dcdfe6;
  flex-shrink: 0;
}
.index-page .nav-sticky .logo-search .search .search-btn {
  margin-left: 1rem;
  color: #fff;
  background: #ff468c;
  border-radius: 0.5rem;
  width: 4.5rem;
  height: 2.25rem;
  flex-shrink: 0;
}
.index-page .filter-page {
  width: 100%;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.index-page .filter-page .filter-item {
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.25rem;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  color: rgb(17, 25, 45);
  font-size: 0.875rem;
}
.index-page .filter-page .filter-item:hover {
  cursor: pointer;
}
.index-page .filter-page .filter-item-actived {
  color: #ff468c !important;
  border: 1px solid #ff468c !important;
  font-weight: 600 !important;
}
.index-page .filter-page .filter-line {
  height: 2rem;
  margin: 0 0.625rem;
}
.index-page .filter-page .filter-line .line {
  background-color: #ebebeb;
  height: 1rem;
  width: 1px;
}
.index-page .spu-page {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1rem;
}
.index-page .spu-page .spu-item {
  flex-shrink: 0;
  display: flex;
}
.index-page .spu-page .spu-item:hover {
  cursor: pointer;
}
.index-page .spu-page .spu-item .spu-item-cover {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.625rem;
}
.index-page .spu-page .spu-item .spu-item-name {
  font-size: 0.875rem;
  color: #606266;
}
.index-page .category {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 2rem;
  width: 100%;
  overflow: hidden;
}
.index-page .category .category-item {
  height: 1.875rem;
  padding: 0 0.5rem;
  cursor: pointer;
  flex-shrink: 0;
}
.index-page .category .category-item:hover {
  color: #ff468c;
}
.index-page .category .actived-category-item {
  font-weight: bold;
  background: #fff0f5;
  border-radius: 0.5rem;
  color: #ff468c;
}
.index-page .tabs-category .el-tabs__item {
  font-size: 1rem;
}

.el-dropdown-link {
  cursor: pointer;
}

.brand-dropdown-menu {
  padding: 1rem;
  width: calc(24.75rem + 10px);
  height: calc(24.75rem + 10px);
  overflow: hidden;
}

.select-dropdown-color {
  color: #ff468c !important;
}

.select-dropdown-weight {
  font-weight: 700 !important;
}

.select-dropdown-item {
  border: 1px solid #ff468c !important;
  border-radius: 0.5rem !important;
  color: #ff468c !important;
}

.brand-list-container {
  height: 100%;
  width: calc(100% - 4px);
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 每行三列 */
}
.brand-list-container .el-dropdown-menu__item {
  padding: 0;
  text-align: center;
}

.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #fff0f5;
  color: #ff468c;
}

.el-tabs__item.is-active {
  color: #ff468c;
  font-weight: 700;
}

.el-tabs__nav-wrap::after {
  display: none;
}

.el-carousel__container {
  position: relative;
  height: 100%;
}/*# sourceMappingURL=index.css.map */