.cate_select_container {
  display: flex;

}
.cate_select_box {
  background-color: #FFFFFF;
  width: 180px;
  height: 32px;
  border: unset;
  color: #121127;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  border: 1px solid rgba(18, 17, 39, 0.12);
  padding: 0 12px;
}
.cate_select_container .active {
  border: 1px solid #0067FF !important;
  color: #9D9CAF;
}

.cate_select_container svg path {
  fill: #121127;
}

.cate_select_container .active svg path {
  border: 1px solid #0067FF !important;
  fill: #9D9CAF;
}


#cate_select_option_title {
    font-family: 'Inter';
}

.cate_select_box_spinner {
  cursor :pointer;
  position: absolute;
  top: 152px;
  z-index: 999;
  background: #FFFFFF;
  width: 206px;
  box-shadow: 0px 8px 20px rgb(18 17 39 / 10%);
  border-radius: 8px;
  color: #121127;
  padding: 4px 0;
}
.cate_select_option {
  padding: 0 15px;
  height: 32px;
  font-family: 'Inter';
  font-style: normal;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
}
.cate_select_box_spinner .selected {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #0067FF;
}
.cate_select_option:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #0067FF;
}

.breadcrumb {
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(18, 17, 39, 0.08);
  height: 64px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cate_select_container {
  display: flex;
  justify-content: end;
  margin-bottom: 24px;
}

.breadcrumb_item {
  text-transform:capitalize;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6C6B80;
}

.breadcrumb-text-container {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .breadcrumb {
    margin: 0 auto;
    width: 95%;
  }
  .cate_select_box {
    margin: 24px 12px 0 0;
  }
  .cate_select_box_spinner {
    right: 12px;
    top: 128px;
  }
}

.pagination  {
  margin: 48px 0 8px 0 !important;
  display: flex;
  background: unset;
  justify-content: center;
  background: #fafbfd;
}

.pagination .disabled {
  cursor: not-allowed;
}
.page-item {
  width: 32px;
  height: 32px;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #4D4D4D;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  cursor: pointer;
}

.pagination .active {
  background: #0067FF;
  border: 1px solid #0067FF;
}

.pagination .active .page-link{
  color: #FFFFFF !important;
}

.pagination .ellipsis {
  background: #fafbfd;
  color: #4D4D4D;
  border: unset;
}

.page-item a {
  color: #4D4D4D;
  width: 100%;
  height: 100%;
  line-height: 34px;
}
.newCategory_list_left_content {
  width: 82%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-right: 1px solid rgba(188, 198, 208, .5);
}


/* 移动端自适应 */
@media screen and (max-width: 1024px) {
  .newCategory_list_left_content {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .newCategory_list_left_content {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .newCategory_list_left_content {
    width: 70%;
  }
}

@media screen and (max-width: 376px) {
  .newCategory_list_left_content {
    width: 60%;
  }
}
