* {
  margin: 0;
  padding: 0;
}
button {
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}
body {
  background: #F4F4F4;
  padding-top: 1.7rem;
}
.bread_nav {
  background: transparent;
  height: auto;
  padding-top: 0.42rem;
}
.product_table_page {
  padding: 0.13rem 0 0.7rem;
}
body.has_selected_bar {
  padding-bottom: 3.45rem;
}
.type_head {
  position: relative;
}
.type_head h1 {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.63;
}
.type_search {
  margin-top: 0.13rem;
  display: flex;
  align-items: center;
}
.type_search input {
  width: 3.5rem;
  height: 0.46rem;
  padding: 0 0.42rem 0 0.16rem;
  border: 0.01rem solid #D0D0D0;
  border-radius: 0.05rem;
  background: #FFFFFF;
  font-size: 0.14rem;
  color: #000;
}
.type_search input::placeholder {
  color: #5D5D5D;
}
.type_search button {
  width: 0.17rem;
  height: 0.17rem;
  position: absolute;
  left: 3.14rem;
  background: url(../img/search_icon.png) no-repeat center center;
  background-size: contain;
}
.type_search span {
  margin-left: 0.16rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.2rem;
  color: #000;
  line-height: 0.46rem;
}
.clear_all {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  padding-left: 0.23rem;
  font-size: 0.16rem;
  color: #0069DB;
}
.clear_all::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 0.17rem;
  height: 0.17rem;
  background: url(../img/clear_icon.png) no-repeat center center;
  background-size: contain;
}
.filter_matrix {
  margin-top: 0.2rem;
  overflow-x: auto;
  padding-bottom: 0.03rem;
}
.filter_matrix::-webkit-scrollbar {
  height: 0.06rem;
}
.filter_matrix::-webkit-scrollbar-thumb {
  background: #B7B7B7;
  border-radius: 0.06rem;
}
.matrix_scroll {
  width: fit-content;
  display: flex;
  column-gap: 0.1rem;
}
.filter_col {
  min-width: 1.54rem;
  height: 3.25rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  border: 0.01rem solid #D0D0D0;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.13rem;
}
.filter_col h3 {
  height: 0.5rem;
  padding: 0 0.15rem;
  background: #E6ECF4;
  display: flex;
  align-items: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #000000;
  border-bottom: 0.01rem solid #D0D0D0;
}
.filter_find {
  padding: 0.08rem 0.15rem 0;
}
.filter_find input {
  width: 100%;
  height: 0.27rem;
  padding: 0 0.05rem;
  border: 0.01rem solid #B5B5B5;
  font-size: 0.12rem;
  color: #939393;
}
.filter_find + .filter_options {
  max-height: 2.1rem;
}
.filter_options {
  max-height: 2.48rem;
  padding: 0.08rem 0.04rem 0 0.04rem;
  overflow-y: auto;
}
.filter_options::-webkit-scrollbar {
  width: 0.05rem;
}
.filter_options::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 1rem;
}
.filter_options label {
  height: 0.24rem;
  padding: 0 0.59rem 0 0.11rem;
  display: flex;
  align-items: center;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #5D5D5D;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}
.filter_options label.active {
  background: #0069DB;
  color: #FFFFFF;
}
.filter_options label.is-disabled {
  color: #C8C8C8;
  cursor: not-allowed;
}
.col_clear {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.28rem;
  background: #FFFFFF;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.12rem;
  color: #0069DB;
  display: none;
}
.filter_more_panel {
  margin-top: 0.37rem;
  padding: 0.33rem 0.28rem 0.44rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter_more_panel .panel_box {
  display: flex;
  column-gap: 0.8rem;
}
.filter_more_panel .more_group {
  padding-left: 0.8rem;
  border-left: 0.01rem solid #D0D0D0;
}
.filter_more_panel .more_group:first-child {
  padding-left: 0;
  border-left: none;
}
.filter_more_panel .more_group h3 {
  margin-bottom: 0.1rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #000000;
}
.filter_more_panel .more_group label {
  min-height: 0.24rem;
  margin-bottom: 0.06rem;
  display: flex;
  align-items: center;
  column-gap: 0.05rem;
  font-size: 0.14rem;
  color: #5D5D5D;
  cursor: pointer;
}
.filter_more_panel input[type="radio"] {
  appearance: none;
  width: 0.09rem;
  height: 0.09rem;
  border: 0.01rem solid #6E6E6E;
  border-radius: 50%;
  position: relative;
}
.filter_more_panel input[type="radio"]:checked {
  border: 0.03rem solid #0069DB;
}
.apply_box {
  text-align: center;
}
.apply_box span {
  display: block;
  font-family: Poppins-Light;
  font-weight: 300;
  margin-bottom: 0.07rem;
  font-size: 0.2rem;
  color: #707070;
}
.apply_box button {
  padding: 0.15rem 0.44rem;
  border: none;
  cursor: pointer;
  border-radius: 0.05rem;
  background: #0069DB;
  border-radius: 0.08rem;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.applied_bar {
  display: none;
  margin-top: 0.4rem;
}
.applied_title {
  margin-bottom: 0.17rem;
  display: flex;
  align-items: center;
  column-gap: 0.36rem;
}
.applied_title h3 {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #000000;
}
.applied_title button {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #000;
}
.applied_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.11rem;
}
.applied_tags span {
  height: 0.32rem;
  padding: 0 0 0 0.1rem;
  border: 0.01rem solid #D0D0D0;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #5D5D5D;
}
.applied_tags button {
  width: 0.09rem;
  height: 0.09rem;
  background: url(../img/close4.png) no-repeat center center;
  background-size: contain;
  margin: 0 0.2rem;
}
.applied_tags i {
  width: 0.32rem;
  height: 0.32rem;
  border-left: 0.01rem solid #D0D0D0;
  background: url(../img/check_icon.png) no-repeat center center;
  background-size: 0.09rem auto;
}
.table_tools {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  position: relative;
}
.table_tools .show_count {
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #000;
}
.table_tools .show_count .table_page {
  display: flex;
  align-items: center;
  column-gap: 0.05rem;
  position: relative;
}
.table_tools .show_count .table_page > span {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.14rem;
  color: #000000;
}
.table_tools .show_count .table_page > i {
  width: 0.07rem;
  height: 0.04rem;
  background: url(../img/arrow_down.png) no-repeat center center;
  background-size: contain;
}
.table_tools .show_count .table_page .table_list {
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  border-radius: 0.04rem;
  border: 0.01rem solid #0169DB;
  z-index: 9;
  display: none;
}
.table_tools .show_count .table_page .table_list span {
  padding: 0.03rem 0.1rem;
  white-space: nowrap;
  display: block;
  width: 100%;
  cursor: pointer;
}
.table_tools .show_count .table_page .table_list span:hover {
  background: #0069DB;
  color: #FFFFFF;
}
.sort_box {
  margin-left: 0.26rem;
  position: relative;
  z-index: 3;
}
.sort_box > button {
  width: 2.15rem;
  height: 0.35rem;
  padding: 0 0.16rem;
  border: 0.01rem solid #D0D0D0;
  border-radius: 0.02rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.14rem;
  color: #5D5D5D;
  position: relative;
}
.sort_box > button span {
  font-family: Poppins-Light;
  font-weight: 300;
  color: #5D5D5D;
  padding-left: 0.1rem;
}
.sort_box > button i {
  position: absolute;
  right: 0.16rem;
  width: 0.14rem;
  height: 0.08rem;
  background: url(../img/check_icon.png) no-repeat center center;
  background-size: contain;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.sort_box .sort_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #FFFFFF;
  border: 0.01rem solid #0169DB;
  border-top: none;
  padding: 0.05rem 0.04rem;
}
.sort_box .sort_list a {
  height: 0.24rem;
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #707070;
}
.sort_box .sort_list a.active,
.sort_box .sort_list a:hover {
  background: #0069DB;
  color: #FFFFFF;
}
.sort_box.open > button {
  border-color: #0069DB;
}
.sort_box.open > button i {
  background: url(../img/check_active.png) no-repeat center center;
  background-size: contain;
  transform: rotate(-180deg);
}
.sort_box.open .sort_list {
  display: block;
}
.download_btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  column-gap: 0.19rem;
  border-radius: 0.2rem;
  background: #ffffff;
  padding: 0.1rem 0.2rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.14rem;
  color: #939393;
  border: 0.01rem solid #D0D0D0;
}
.download_btn i {
  display: block;
  width: 0.12rem;
  height: 0.14rem;
  background: url(../img/download.png) no-repeat center center;
  background-size: contain;
}
.download_btn:hover {
  background: #0069DB;
  color: #FFFFFF;
}
.download_btn:hover i {
  filter: brightness(0) invert(1);
}
.table_wrap {
  margin-top: 0.2rem;
  overflow-x: auto;
}
.table_wrap::-webkit-scrollbar {
  height: 0.06rem;
}
.table_wrap::-webkit-scrollbar-thumb {
  background: #B7B7B7;
  border-radius: 0.06rem;
}
/* Sticky header clone for product table, aligned with the fixed page header. */
.product_table_sticky_clone {
  position: fixed;
  top: 1.7rem;
  z-index: 19;
  display: none;
  overflow-x: auto;
  overflow-y: hidden;
  background: #FFFFFF;
}
.product_table_sticky_clone.show {
  display: block;
}
.product_table_sticky_clone::-webkit-scrollbar {
  height: 0;
}
.product_table_sticky_clone::-webkit-scrollbar-thumb {
  background: #B7B7B7;
  border-radius: 0.06rem;
}
.product_table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
  table-layout: fixed;
  border: 0.01rem solid #D0D0D0;
}
.product_table th,
.product_table td {
  border-right: 0.01rem solid #D0D0D0;
  border-bottom: 0.01rem solid #D0D0D0;
  color: #707070;
  text-align: left;
  vertical-align: middle;
}
.product_table th {
  height: 0.8rem;
  padding: 0 0.14rem;
  background: #E6ECF4;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #000000;
  white-space: nowrap;
  position: relative;
}
/* 产品信息表格表头 hover 与拖拽排序状态。 */
.product_table th.draggable_th {
  cursor: grab;
  user-select: none;
  transition: background 0.2s ease;
}
.product_table th.draggable_th::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.01rem solid transparent;
  border-radius: 0.04rem;
  pointer-events: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.product_table th.draggable_th:hover,
.product_table th.draggable_th.drag_over {
  background: #EDF1F7;
}
.product_table th.draggable_th:hover::before,
.product_table th.draggable_th.drag_over::before {
  border-color: #C6CDD9;
  box-shadow: inset 0 0 0 0.01rem #D7DDE7;
}
.product_table th.draggable_th:hover .th_drag_handle,
.product_table th.draggable_th.drag_over .th_drag_handle {
  opacity: 1;
}
.product_table th.draggable_th.is_dragging {
  cursor: grabbing;
  opacity: 0.62;
}
.product_table th.draggable_th.drop_before::after,
.product_table th.draggable_th.drop_after::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.31rem;
  width: 0.03rem;
  background: #0069DB;
  z-index: 3;
  pointer-events: none;
}
.product_table th.draggable_th.drop_before::after {
  left: -0.02rem;
}
.product_table th.draggable_th.drop_after::after {
  right: -0.02rem;
}
.product_table .th_drag_inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.06rem;
}
.product_table .th_drag_handle {
  width: 0.14rem;
  height: 0.2rem;
  flex: 0 0 0.14rem;
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
  background-image: radial-gradient(#343A40 0.012rem, transparent 0.013rem);
  background-size: 0.05rem 0.05rem;
  background-position: center;
}
.product_table td {
  min-height: 0.83rem;
  max-width: 4.9rem;
  padding: 0.12rem 0.14rem;
  font-size: 0.14rem;
  line-height: 1.428;
}
.product_table tbody tr:nth-child(even) {
  background: #E6ECF4;
}
.product_table tbody tr.checked {
  background: #E6ECF4;
}
.product_table .sort_row th {
  height: 0.3rem;
  padding: 0;
  text-align: center;
  background: #E6ECF4;
}
.product_table .sort_row th i {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
  top: 11%;
  background: url(../img/check_icon.png) no-repeat center center;
  background-size: 0.07rem;
  cursor: pointer;
  opacity: 0.55;
  transition: background-color 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}
.product_table .sort_row th i:hover {
  background-color: rgba(0, 105, 210, 0.12);
  filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(1900%) hue-rotate(197deg) brightness(89%) contrast(101%);
  opacity: 1;
}
.product_table .sort_row th.active-sort-asc,
.product_table .sort_row th.active-sort-desc {
  background-color: rgba(0, 105, 210, 0.08);
}
.product_table .sort_row th.active-sort-asc i[data-direction="asc"],
.product_table .sort_row th.active-sort-desc i[data-direction="desc"] {
  background-color: rgba(0, 105, 210, 0.18);
  filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(1900%) hue-rotate(197deg) brightness(89%) contrast(101%);
  opacity: 1;
}
.product_table .sort_row th i:nth-child(2) {
  border-right: 0.01rem solid #D0D0D0;
  transform: rotate(180deg);
}
.product_table th:nth-child(1),
.product_table td:nth-child(1) {
  width: 0.88rem;
  text-align: center;
}
.product_table b {
  display: block;
  font-family: Poppins-SemiBold;
  font-weight: 600;
}
.product_table span {
  display: block;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
}
.product_table .part_pic {
  width: 0.57rem;
  height: 0.57rem;
  flex: 0 0 0.57rem;
  margin-right: 0.11rem;
  border: 0.01rem solid #D0D0D0;
  background: #FFFFFF;
}
.product_table .part_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.help_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/help.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.table_check {
  display: inline-block;
}
.table_check input {
  display: none;
}
.table_check span {
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  border: 0.01rem solid #E3E3E3;
  border-radius: 0.03rem;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.table_check input:checked + span {
  border-color: #0069DB;
  background: #0069DB;
}
.table_check input:checked + span::after {
  content: "";
  position: absolute;
  left: 0.03rem;
  top: 0.02rem;
  width: 0.06rem;
  height: 0.04rem;
  border-left: 0.02rem solid #FFFFFF;
  border-bottom: 0.02rem solid #FFFFFF;
  transform: rotate(-45deg);
}
.part_cell {
  display: flex;
  position: relative;
}
.part_cell .state_marks {
  width: 0.1rem;
  flex: 0 0 0.1rem;
  margin-right: 0.06rem;
}
.part_cell .state_marks a {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  margin-bottom: 0.02rem;
}
.part_cell .state_marks a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.part_cell a {
  display: block;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  color: #0069DB;
  line-height: 1.57;
}
.part_cell p {
  margin-top: 0.02rem;
  line-height: 1.4;
}
.table_pager {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.35rem;
}
.table_pager .page_box {
  margin: 0;
}
.selected_bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  min-height: 2.74rem;
  padding: 0.35rem 0 0.55rem;
  background: #FFFFFF;
  border-top: 0.01rem solid #E2E2E2;
  border-radius: 0.3rem 0.3rem 0 0;
  box-shadow: 0 -0.08rem 0.3rem rgba(0, 0, 0, 0.06);
  transform: translateY(100%);
  transition: var(--s_tran);
}
.selected_bar.show {
  transform: translateY(0);
}
.selected_bar .selected_head {
  display: flex;
  justify-content: flex-end;
}
.selected_bar .clear_selected {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.18rem;
  color: #0069DB;
}
.selected_list {
  min-height: 0.73rem;
  margin-top: 0.37rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem 0.29rem;
}
.selected_item {
  width: 0.73rem;
  height: 0.73rem;
  flex: 0 0 0.73rem;
  border: 0.01rem solid #D0D0D0;
  background: #FFFFFF;
  position: relative;
}
.selected_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.selected_item .remove_selected {
  position: absolute;
  right: -0.09rem;
  top: -0.07rem;
  width: 0.18rem;
  height: 0.18rem;
  border: 0.01rem solid #C7C7C7;
  border-radius: 50%;
  background: #FFFFFF;
}
.selected_item .remove_selected::before,
.selected_item .remove_selected::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.08rem;
  height: 0.01rem;
  background: #C7C7C7;
}
.selected_item .remove_selected::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.selected_item .remove_selected::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.selected_item .remove_selected:hover {
  border-color: #0069DB;
}
.selected_item .remove_selected:hover::before,
.selected_item .remove_selected:hover::after {
  background: #0069DB;
}
.selected_actions {
  margin-top: 1.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.selected_btns {
  display: flex;
  align-items: center;
  column-gap: 0.15rem;
}
.selected_btns button {
  padding: 0.17rem 0.31rem;
  border-radius: 0.38rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.18rem;
}
.selected_btns .compare_btn {
  border: 0.01rem solid #0169DB;
  background: #FFFFFF;
  color: #0169DB;
}
.selected_btns .compare_btn:disabled {
  border-color: #D0D0D0;
  color: #BFBFBF;
  cursor: not-allowed;
}
.selected_btns .add_list_btn {
  background: #0169DB;
  color: #FFFFFF;
}
.about_table_type {
  margin-top: 0.6rem;
}
.about_table_type h2 {
  margin-bottom: 0.23rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.66;
}
.about_table_type .about_text {
  padding: 0.22rem 0.34rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #5D5D5D;
  line-height: 1.875;
}
.about_table_type .about_text a {
  color: #0069DB;
  text-decoration: underline;
}
.info_pop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.info_pop.show {
  display: flex;
}
.info_box {
  width: 12rem;
  max-width: 82vw;
  min-height: 3.72rem;
  padding: 0.55rem 0.49rem 0.3rem 0.35rem;
  background: #FFFFFF;
  position: relative;
}
.info_box .pop_close {
  position: absolute;
  right: 0.34rem;
  top: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.02rem solid #BFBFBF;
  border-radius: 50%;
}
.info_box .pop_close::before,
.info_box .pop_close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.13rem;
  height: 0.02rem;
  background: #BFBFBF;
}
.info_box .pop_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.info_box .pop_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.info_box .pop_close:hover {
  border-color: #0069DB;
}
.info_box .pop_close:hover::before,
.info_box .pop_close:hover::after {
  background: #0069DB;
}
.info_box h2 {
  padding-bottom: 0.19rem;
  border-bottom: 0.01rem solid #CBCBCB;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.66;
}
.info_box p {
  margin-top: 0.18rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: #111111;
  line-height: 1.666;
}
.info_box .ok_btn {
  display: block;
  padding: 0.15rem 0.44rem;
  margin: 0.28rem auto 0;
  border-radius: 0.08rem;
  background: #0069DB;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.product_landing_page .category_intro {
  margin-top: 0.2rem;
  padding: 0.19rem 0.49rem 0.22rem 0.13rem;
  min-height: 1.7rem;
  background: #FFFFFF;
  border: 0.01rem solid #D0D0D0;
  display: flex;
  align-items: center;
  column-gap: 0.28rem;
}
.product_landing_page .category_intro .intro_pic {
  width: 1.3rem;
  height: 1.3rem;
  flex: 0 0 1.3rem;
  border: 0.01rem solid #D0D0D0;
  background: #FFFFFF;
}
.product_landing_page .category_intro .intro_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_landing_page .category_intro p {
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.5;
}
.product_landing_page .category_tabs {
  margin-top: 0.27rem;
  background: #FFFFFF;
  border: 0.01rem solid #D0D0D0;
}
.product_landing_page .category_tabs .tab_head {
  background: #E6ECF4;
  display: flex;
  align-items: center;
}
.product_landing_page .category_tabs .tab_head a {
  padding: 0.14rem 0.46rem 0.14rem 0.33rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  cursor: pointer;
}
.product_landing_page .category_tabs .tab_head a + a {
  position: relative;
}
.product_landing_page .category_tabs .tab_head a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.01rem;
  height: 0.15rem;
  background: #707070;
  transform: translateY(-50%);
}
.product_landing_page .category_tabs .tab_head a.active {
  background: #0069DB;
  color: #FFFFFF;
}
.product_landing_page .category_tabs .tab_head a.active::before {
  display: none;
}
.product_landing_page .category_tabs .tab_body {
  padding: 0.16rem 0.4rem 0.38rem 0.21rem;
}
.product_landing_page .category_tabs .tab_body h3 {
  margin-bottom: 0.15rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #000000;
}
.product_landing_page .category_tabs .tab_body ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem 0.32rem;
}
.product_landing_page .category_tabs .tab_body li {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #000;
  line-height: 1.625;
}
.product_landing_page .category_tabs .tab_body li::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  margin-right: 0.06rem;
  border-radius: 50%;
  background: #0069DB;
  vertical-align: middle;
}
.product_landing_page .category_tabs .tab_body li a {
  color: #0069DB;
}
.product_landing_page .category_tabs .result_count {
  padding: 0.2rem 0.21rem 0.13rem;
  border-bottom: 0.01rem solid #D0D0D0;
  display: flex;
  align-items: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #000000;
}
.product_landing_page .category_tabs .result_count span {
  margin-left: 0.05rem;
  font-size: 0.2rem;
}
.product_landing_page .category_tabs .result_list {
  padding: 0.13rem 0.21rem 0.17rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.product_landing_page .category_tabs .result_list .result_tiem {
  padding: 0.05rem 0.19rem 0.04rem 0.1rem;
  border: 0.01rem solid #D0D0D0;
  display: flex;
  align-items: center;
  column-gap: 0.19rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #5D5D5D;
  line-height: 1.64;
}
.product_landing_page .category_tabs .result_list .result_tiem i {
  width: 0.09rem;
  height: 0.09rem;
  background: url(../img/close4.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  cursor: pointer;
}
.product_landing_page .product_table td {
  background: #FFFFFF;
}
.product_landing_page .product_table td .part_pic {
  margin: 0 auto;
}
.product_landing_page .product_table .sort_mark {
  display: inline-block;
  width: 0.12rem;
  height: 0.1rem;
  margin-left: 1rem;
  background: url(../img/check_icon1.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  cursor: pointer;
}
.product_landing_page .part_text span,
.product_landing_page .part_text p,
.product_landing_page .part_text a {
  font-size: 0.14rem;
  color: #707070;
}
.product_landing_page .datasheet_link {
  display: inline-flex;
  align-items: center;
  column-gap: 0.07rem;
}
.product_landing_page .datasheet_link img {
  width: 0.17rem;
  height: 0.17rem;
  object-fit: contain;
}
.product_landing_page .details_link {
  color: #0069DB;
}


@media screen and (max-width: 1042px) {
  body {
    padding-top: 170px;
  }
  .bread_nav {
    padding-top: 0;
  }
  .product_table_sticky_clone {
    top: 150px !important;
  }
  .type_head .head_note,
  .table_tools .tool_note {
    display: none;
  }
  .product_landing_page .category_tabs .tab_body ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.14rem 0.35rem;
  }
  .product_landing_page .filter_more_panel {
    display: block;
  }
  .product_landing_page .filter_more_panel .panel_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.24rem 0;
  }
  .product_landing_page .filter_more_panel .more_group {
    width: auto;
    padding-left: 0.32rem;
  }
  .product_landing_page .filter_more_panel .more_group:nth-child(odd) {
    padding-left: 0;
    border-left: none;
  }
  .product_landing_page .filter_more_panel .apply_box {
    margin-top: 0.24rem;
  }
  .filter_more_panel {
    flex-wrap: wrap;
    row-gap: 0.2rem;
  }
  .filter_more_panel .panel_box {
    column-gap: 20px;
  }
  .filter_more_panel .more_group {
    padding-left: 20px;
    width: 25%;
  }
  .filter_more_panel .more_group h3 {
    font-size: 16px;
  }
  .filter_more_panel .more_group label {
    font-size: 14px;
  }
  .apply_box span {
    font-size: 22px;
  }
  .apply_box button {
    font-size: 18px;
    padding: 8px 30px;
  }
  .apply_box {
    grid-column: span 2;
  }
  .selected_list {
    gap: 20px;
  }
  .selected_bar .clear_selected {
    font-size: 18px;
  }
  .selected_actions {
    margin-top: 80px;
  }
  .selected_btns button {
    font-size: 16px;
    padding: 8px 30px;
  }
}
/* mobile append */
@media screen and (max-width: 768px) {
  body {
    padding-top: 1.1rem;
  }
  .product_table_sticky_clone {
    top: 1.1rem;
  }
  body.has_selected_bar {
    padding-bottom: 4.1rem;
  }
  .type_head h1 {
    font-size: 0.24rem;
  }
  .type_search {
    flex-wrap: wrap;
    row-gap: 0.1rem;
  }
  .type_search input {
    width: 100%;
  }
  .clear_all {
    position: static;
    margin-top: 0.12rem;
  }
  .product_landing_page .category_intro {
    align-items: flex-start;
    column-gap: 0.16rem;
  }
  .product_landing_page .category_intro .intro_pic {
    width: 0.82rem;
    height: 0.82rem;
    flex-basis: 0.82rem;
  }
  .product_landing_page .category_intro p {
    font-size: 0.15rem;
  }
  .product_landing_page .category_tabs .tab_head {
    height: auto;
    overflow-x: auto;
  }
  .product_landing_page .category_tabs .tab_head a {
    min-width: 1.35rem;
    height: 0.5rem;
    padding: 0 0.18rem;
    font-size: 0.14rem;
    white-space: nowrap;
  }
  .product_landing_page .category_tabs .tab_body {
    padding: 0.18rem 0.16rem;
  }
  .product_landing_page .category_tabs .tab_body ul {
    grid-template-columns: 1fr;
    gap: 0.12rem;
  }
  .product_landing_page .filter_more_panel {
    padding: 0.24rem 0.2rem;
  }
  .product_landing_page .filter_more_panel .panel_box {
    grid-template-columns: 1fr;
  }
  .product_landing_page .filter_more_panel .more_group {
    padding-left: 0;
    border-left: none;
    border-bottom: 0.01rem solid #E2E2E2;
    padding-bottom: 0.18rem;
  }
  .product_landing_page .product_table {
    min-width: 11rem;
  }
  .product_landing_page .product_table th {
    height: 0.62rem;
    font-size: 0.13rem;
  }
  .product_landing_page .product_table td {
    height: 0.92rem;
    font-size: 0.12rem;
  }
  .filter_more_panel {
    grid-template-columns: 1fr;
  }
  .filter_more_panel .more_group,
  .apply_box {
    grid-column: auto;
    border-right: none;
    border-bottom: 0.01rem solid #E2E2E2;
    padding-bottom: 0.18rem;
  }
  .table_tools {
    flex-wrap: wrap;
    row-gap: 0.12rem;
  }
  .download_btn {
    margin-left: 0;
  }
  .selected_bar {
    min-height: 3.3rem;
    padding: 0.28rem 0 0.32rem;
    border-radius: 0.16rem 0.16rem 0 0;
  }
  .selected_list {
    margin-top: 0.25rem;
    gap: 0.16rem 0.18rem;
  }
  .selected_actions {
    margin-top: 0.36rem;
    display: block;
  }
  .selected_btns {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.12rem;
  }
  .selected_btns button {
    height: 0.5rem;
    font-size: 0.14rem;
  }
  .selected_note {
    position: static;
    display: block;
    margin-top: 0.16rem;
    text-align: center;
  }
  .info_box {
    padding: 0.42rem 0.24rem 0.3rem;
  }
  .info_box p {
    font-size: 0.16rem;
  }
  body {
    padding-top: 90px;
    font-size: 14px;
  }
  .product_table_page,
  .product_landing_page {
    padding: 24px 0 50px;
  }
  .type_head h1,
  .img_type_head h1,
  .about_table_type h2,
  .info_box h2 {
    height: auto;
    font-size: 22px;
    line-height: 1.35;
  }
  .type_search {
    position: relative;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .type_search input {
    width: 100%;
    min-height: 40px;
    font-size: 14px;
  }
  .type_search button {
    left: auto;
    right: 14px;
    top: 13px;
    width: 16px;
    height: 16px;
  }
  .type_search span,
  .clear_all,
  .filter_options label,
  .filter_more_panel .more_group label,
  .applied_title button,
  .about_table_type .about_text,
  .product_landing_page .category_intro p,
  .product_landing_page .category_tabs .tab_body li a {
    font-size: 14px;
    line-height: 1.65;
  }
  .filter_col h3,
  .filter_more_panel .more_group h3,
  .applied_title h3,
  .product_landing_page .category_tabs .tab_body h3 {
    font-size: 16px;
    line-height: 1.45;
  }
  .filter_matrix {
    margin-top: 18px;
  }
  .filter_col {
    min-width: 220px;
    height: 320px;
  }
  .filter_col h3 {
    height: auto;
    min-height: 44px;
    padding: 8px 14px;
  }
  .filter_find input,
  .filter_select .select_search input {
    height: 34px;
    font-size: 14px;
  }
  .filter_options {
    max-height: 250px;
  }
  .filter_find + .filter_options {
    max-height: 210px;
  }
  .filter_options label,
  .filter_more_panel .more_group label {
    height: auto;
    min-height: 28px;
  }
  .filter_more_panel,
  .product_landing_page .filter_more_panel {
    display: block;
    padding: 20px;
  }
  .filter_more_panel .panel_box,
  .product_landing_page .filter_more_panel .panel_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .filter_more_panel .more_group,
  .product_landing_page .filter_more_panel .more_group {
    padding: 0 0 18px;
    border-left: none;
    border-bottom: 1px solid #E2E2E2;
  }
  .table_tools,
  .selected_btns,
  .product_landing_page .category_tabs .tab_head {
    flex-wrap: wrap;
    gap: 10px;
  }
  .table_wrap {
    overflow-x: auto;
  }
  .product_table {
    min-width: 720px;
  }
  .product_table th,
  .product_table td {
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.6;
  }
  .product_landing_page .category_tabs .tab_head {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .product_landing_page .category_tabs .tab_head a {
    min-width: max-content;
    height: auto;
    padding: 10px 14px;
    font-size: 14px;
  }
  .product_landing_page .category_tabs .tab_body ul {
    grid-template-columns: 1fr;
  }
  .product_landing_page .category_intro .intro_pic,
  .product_table .part_pic {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
  }
  .selected_bar {
    min-height: 300px;
    padding: 28px 0 32px;
    border-radius: 16px 16px 0 0;
  }
  body.has_selected_bar {
    padding-bottom: 360px;
  }
  .selected_note,
  .product_table span {
    font-size: 10px;
  }
  .bread_nav {
    padding-top: 0;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.5;
  }
  .type_head {
    display: block;
  }
  .type_head h1 {
    margin-bottom: 16px;
  }
  .type_head .head_note,
  .table_tools .tool_note {
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
  .type_search span {
    width: 100%;
  }
  .clear_all,
  .download_btn,
  .sort_box .sort_head,
  .selected_btns button {
    min-height: 40px;
    border-radius: 6px;
  }
  .filter_matrix {
    padding-bottom: 8px;
    overflow-x: auto;
  }
  .matrix_scroll {
    width: max-content;
    min-width: 100%;
    column-gap: 12px;
  }
  .filter_col {
    min-width: 240px;
    border-radius: 8px;
  }
  .filter_options label {
    padding: 6px 14px;
  }
  .filter_more_panel {
    margin-top: 16px;
    border-radius: 8px;
  }
  .applied_bar {
    margin-top: 18px;
    padding: 14px;
    border-radius: 8px;
  }
  .applied_title {
    display: block;
  }
  .applied_title button {
    margin-top: 8px;
  }
  .applied_tags {
    gap: 8px;
  }
  .applied_tags span,
  .selected_item {
    min-height: 32px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 1.4;
  }
  .table_tools {
    margin: 18px 0 12px;
    align-items: stretch;
  }
  .table_tools .show_count,
  .sort_box,
  .download_btn {
    width: 100%;
  }
  .sort_box .sort_list {
    position: static;
    width: 100%;
    margin-top: 8px;
  }
  .table_wrap {
    border-radius: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .product_table {
    min-width: 820px;
  }
  .product_table th {
    height: 46px;
    white-space: nowrap;
  }
  .product_table td {
    vertical-align: middle;
  }
  .part_cell {
    gap: 10px;
  }
  .part_text b {
    font-size: 14px;
    line-height: 1.45;
  }
  .datasheet_link,
  .details_link {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
  }
  .table_pager {
    margin-top: 22px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .table_pager .page_box {
    width: 100%;
    justify-content: center;
    order: 2;
  }
  .selected_head {
    display: block;
  }
  .selected_head .clear_selected {
    margin-top: 8px;
  }
  .selected_list {
    max-height: 150px;
    overflow-y: auto;
  }
  .selected_item {
    padding: 7px 34px 7px 12px;
  }
  .info_pop {
    padding: 110px 16px 40px;
    align-items: flex-start;
  }
  .info_box {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 8px;
  }
  .product_landing_page .category_intro {
    display: block;
    padding: 18px;
    border-radius: 8px;
  }
  .product_landing_page .category_intro .intro_pic {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 16px;
  }
  .product_landing_page .category_tabs {
    margin-top: 24px;
  }
  .product_landing_page .category_tabs .tab_body {
    padding: 18px;
    border-radius: 0 0 8px 8px;
  }
}
