  .filterPage {
    background: #fff;
  }
  .filterWrap {
    padding: 0.8rem 0 1.28rem;
  }
  .filterWrap .main {
    width: calc(100% - 0.6rem);
    max-width: 18.6rem;
  }
  .filterWrap h1 {
    text-align: center;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.4rem;
    color: #222222;
  }
  .filterHead {
    margin-top: 0.44rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.3rem;
  }
  .seriesTabs {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    font-size: 0.14rem;
    color: #333333;
  }
  .seriesTabs > span {
    margin-right: 0.15rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
  }
  .seriesTabs button {
    width: auto;
    padding: 0 10px;
    height: 0.36rem;
    background: #f1f3f5;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #dce3e8;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    transition: all 0.25s linear;
  }
  .filterEmpty {
    font-size: 0.24rem;
    text-align: center;
  }
  .seriesTabs button.active,
  .seriesTabs button:hover {
    background: #003580;
    color: #fff;
  }
  .filterActions {
    display: flex;
    align-items: center;
    gap: 0.18rem;
  }
  .actionBtn {
    height: 0.4rem;
    padding: 0 0.22rem;
    border-radius: 0.2rem;
    background: #003580;
    display: inline-flex;
    align-items: center;
    gap: 0.09rem;
    font-weight: 600;
    font-size: 0.14rem;
    color: #fff;
    transition: all 0.25s linear;
  }

  .actionBtn img {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    position: relative;
  }
  .multiTip {
    width: max-content;
    margin-top: 0.18rem;
    display: flex;
    align-items: center;
    gap: 0.08rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #878787;
  }
  .multiTip input,
  .filterBox input {
    width: 0.15rem;
    min-width:0.15rem;
    height: 0.15rem;
    accent-color: #003580;
  }
  .filterScroller {
    margin-top: 0.1rem;
    overflow-x: auto;
    padding-bottom: 0.1rem;
  }
  .filterScroller::-webkit-scrollbar,
  .tableScroll::-webkit-scrollbar {
    height: 5px;
  }
  .filterScroller::-webkit-scrollbar-track,
  .tableScroll::-webkit-scrollbar-track {
    background: #d6dbdf;
    border-radius: 0.1rem;
  }
  .filterScroller::-webkit-scrollbar-thumb,
  .tableScroll::-webkit-scrollbar-thumb {
    background: #003580;
    border-radius: 0.1rem;
  }
  .filterGrid {
    min-width: 17.2rem;
    display: grid;
    grid-template-columns: repeat(22, 1fr);
    gap: 0.1rem 0.06rem;
  }
  .filterBox {
    grid-column: span 2;
    height: 3.12rem;
    padding: 0.21rem 0.16rem;
    background: #f1f4f8;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #dce3e8;
    overflow: hidden;
  }
  .filterBoxWide {
    grid-column: span 3;
  }
  .filterBoxXL {
    grid-column: span 4;
  }
  .filterBox h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 0.16rem;
    color: #000000;
    margin-bottom: 0.19rem;
  }
  .optionList {
    height: 2.22rem;
    margin-top: 0.08rem;
    padding-right: 0.08rem;
    overflow-y: auto;
  }
  .optionList::-webkit-scrollbar {
    width: 0.05rem;
  }
  .optionList::-webkit-scrollbar-track {
    background: #d6dbdf;
  }
  .optionList::-webkit-scrollbar-thumb {
    background: #003580;
    border-radius: 0.05rem;
  }
  .optionList label {
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
    gap: 0.07rem;
    font-family:
      Microsoft YaHei,
      Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    white-space: nowrap;
  }
  .selectedFilters {
    margin-top: 0.2rem;
    display: none;
    align-items: center;
    gap: 0.14rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
  }
  .selectedFilters.active {
    display: flex;
  }
  .selectedTags {
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.12rem;
  }
  .selectedTag {
    height: 0.36rem;
    padding: 0 0.12rem 0 0.16rem;
    background: #f1f4f8;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    border: 0.01rem solid #003580;
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #003580;
    white-space: nowrap;
    transition: all 0.25s linear;
  }
  .selectedTag:hover {
    background: #f3f7ff;
  }
  .selectedTag img {
    width: 0.14rem;
    height: 0.14rem;
    display: block;
  }
  .tableScroll {
    margin-top: 0.22rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* padding-bottom: 0.14rem; */
  }
  .productTable {
    width: 31.8rem;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .productTable th,
  .productTable td {
    height: 0.36rem;
    padding: 0 0.12rem;
    border-right: 0.01rem solid #dfe5ed;
    border-bottom: 0.01rem solid #e9edf3;
    text-align: center;
    white-space: nowrap;
    width: 1rem;
  }
  .productTable th {
    height: 0.6rem;
  }
  .productTable th {
    background: #003580;
    font-weight: 400;
    font-size: 0.16rem;
    color: #ffffff;
  }
  .productTable td {
    font-weight: 400;
    font-size: 0.14rem;
    color: #555555;
  }
  .productTable tbody tr:nth-child(even) td {
    background: #f4f4f6;
  }
  .productTable tbody tr:nth-child(odd) td {
    background: #ffffff;
  }
  .productTable th:first-child,
  .productTable td:first-child {
    width: 1.08rem;
  }
  .productTable th:nth-child(2),
  .productTable td:nth-child(2) {
    width: 0.62rem;
  }
  .productTable th:nth-child(3),
  .productTable td:nth-child(3),
  .productTable th:nth-child(5),
  .productTable td:nth-child(5),
  .productTable th:nth-child(18),
  .productTable td:nth-child(18) {
    width: 0.72rem;
  }
  .productTable th:nth-child(4),
  .productTable td:nth-child(4) {
    width: 1.02rem;
  }
  .productTable th:nth-child(6),
  .productTable td:nth-child(6) {
    width: 0.58rem;
  }
  .productTable th:nth-child(7),
  .productTable td:nth-child(7),
  .productTable th:nth-child(10),
  .productTable td:nth-child(10) {
    width: 0.78rem;
  }
  .productTable th:nth-child(8),
  .productTable td:nth-child(8) {
    width: 0.82rem;
  }
  .productTable th:nth-child(9),
  .productTable td:nth-child(9) {
    width: 0.86rem;
  }
  .productTable th:nth-child(11),
  .productTable td:nth-child(11),
  .productTable th:nth-child(12),
  .productTable td:nth-child(12) {
    width: 0.92rem;
  }
  .productTable th:nth-child(13),
  .productTable td:nth-child(13) {
    width: 1.58rem;
  }
  .productTable th:nth-child(14),
  .productTable td:nth-child(14) {
    width: 1.34rem;
  }
  .productTable th:nth-child(15),
  .productTable td:nth-child(15) {
    width: 2.22rem;
  }
  .productTable th:nth-child(16),
  .productTable td:nth-child(16) {
    width: 1.72rem;
  }
  .productTable th:nth-child(17),
  .productTable td:nth-child(17) {
    width: 0.62rem;
  }
  .productTable th:nth-child(19),
  .productTable td:nth-child(19) {
    width: 1.64rem;
  }
  .productTable th:nth-child(20),
  .productTable td:nth-child(20) {
    width: 0.98rem;
  }
  @media (max-width: 1024px) {
    .filterWrap {
      padding: 0.64rem 0 0.9rem;
    }
    .filterWrap .main {
      width: 92%;
    }
    .filterHead {
      align-items: flex-start;
      flex-direction: column;
    }
    .filterActions {
      width: 100%;
      justify-content: flex-start;
      flex-wrap: wrap;
    }
    .filterScroller {
      overflow-x: visible;
      padding-bottom: 0;
    }
    .filterGrid {
      min-width: 0;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.14rem 0.12rem;
    }
    .filterBox,
    .filterBoxWide,
    .filterBoxXL {
      grid-column: span 1;
      min-width: 0;
    }
    .productTable{
        width: 40rem;
    }
    .seriesTabs > span {
      font-size: 0.26rem;
    }
  }
  @media (max-width: 560px) {
    .filterWrap {
      padding: 0.48rem 0 0.72rem;
    }
    .filterWrap .main {
      width: calc(100% - 0.48rem);
    }
    .filterWrap h1 {
      font-size: 0.36rem;
      line-height: 0.46rem;
    }
    .filterHead {
      gap: 0.22rem;
    }
    .seriesTabs {
      width: 100%;
      flex-wrap: wrap;
      gap: 0.12rem;
      font-size: 0.24rem;
    }
    .seriesTabs > span {
      width: 100%;
      margin-right: 0;
      font-size: 0.28rem;
      line-height: 0.36rem;
    }
    .seriesTabs button {
      height: 0.56rem;
      padding: 0 0.18rem;
      border-radius: 0.08rem;
      font-size: 0.24rem;
    }
    .filterActions {
      gap: 0.12rem;
    }
    .actionBtn {
      height: 0.6rem;
      padding: 0 0.22rem;
      border-radius: 0.3rem;
      gap: 0.08rem;
      font-size: 0.24rem;
    }
    .actionBtn img {
      width: 0.28rem;
      height: 0.28rem;
    }
    .multiTip {
      width: 100%;
      max-width: 100%;
      flex-wrap: wrap;
      align-items: flex-start;
      margin-top: 0.2rem;
      font-size: 0.22rem;
      line-height: 0.32rem;
    }
    .multiTip input,
    .filterBox input {
      width: 0.24rem;
      min-width: 0.24rem;
      height: 0.24rem;
    }
    .filterScroller {
      margin-top: 0.18rem;
    }
    .filterGrid {
      gap: 0.16rem 0.12rem;
    }
    .filterBox {
      height: 3.7rem;
      padding: 0.2rem 0.16rem;
      border-radius: 0.08rem;
    }
    .filterBox h2 {
      margin-bottom: 0.16rem;
      font-size: 0.24rem;
      line-height: 0.32rem;
    }
    .optionList {
      height: 2.62rem;
      margin-top: 0;
      padding-right: 0.06rem;
    }
    .optionList label {
      min-width: 0;
      margin-bottom: 0.14rem;
      gap: 0.08rem;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 0.22rem;
      line-height: 0.3rem;
    }
    .selectedFilters {
      align-items: flex-start;
      flex-direction: column;
      gap: 0.12rem;
      font-size: 0.24rem;
    }
    .selectedTags {
      width: 100%;
      gap: 0.1rem;
    }
    .selectedTag {
      max-width: 100%;
      height: 0.52rem;
      padding: 0 0.16rem;
      font-size: 0.22rem;
    }
    .selectedTag span {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .selectedTag img {
      width: 0.2rem;
      height: 0.2rem;
    }
    .tableScroll {
      margin-top: 0.28rem;
      padding-bottom: 0.12rem;
      overflow-x: auto;
    }
    .productTable th {
      height: 0.68rem;
      font-size: 0.22rem;
    }
    .productTable td {
      height: 0.52rem;
      font-size: 0.22rem;
    }
    .productTable th,
    .productTable td {
      padding: 0 0.1rem;
    }
  }
