.filter {
    width: 1200px;
    background-color: #fff;
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    gap: 20px;
}

.filter-L {
    width: 860px;
    box-sizing: border-box;
}

.filter-box {
    width: 860px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.filter-box-title {
    background-color: #f8f8f8;
    height: 44px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.filter-box-ssjieguo {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
}

.filter-box-title > span {
    border-top: 4px solid #ff9d00;
    background-color: #fff;
    width: 126px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
}

.filter-box-item {
    padding: 10px 0;
    margin: 0 20px;
    font-size: 14px;
    color: #333;
    display: grid;
    grid-template-columns: 80px 1fr;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}

    .filter-box-item:nth-last-of-type(1) {
        border-bottom: none;
    }

.filter-box-itemL {
    grid-row: 1/3;
    font-weight: bold;
    padding-top: 4px;
}

.filter-box-itemR {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    gap: 5px; /* 可选：设置子元素之间的间距 */
    position: relative;
    overflow: hidden;
}

    .filter-box-itemR span.active {
        background-color: #1974d0;
        color: white;
    }

    .filter-box-itemR > span {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        padding: 4px 10px;
        border-radius: 4px;
        cursor: pointer;
    }

.filter-box-itemR-more {
    position: absolute;
    right: 0;
    top: 12px;
    padding: 2px 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    z-index: 2;
    background-color: #fff;
    color: #1974d0;
}

.filter-box-itemR-xiala {
    display: block;
    margin-top: 10px;
    padding: 4px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

    .filter-box-itemR-xiala.active {
        display: block;
    }

    .filter-box-itemR-xiala > span {
        padding: 4px 10px;
        border-radius: 4px;
        margin-right: 10px;
        cursor: pointer;
    }

.SortFilter {
    padding: 5px;
    border-radius: 4px;
    background-color: #f4f4f4;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.SortFilter-L {
    display: flex;
    align-items: center;
}

    .SortFilter-L > div {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
    }

        .SortFilter-L > div > span {
            font-size: 8px;
        }

.SortFilter-L-renmen {
    border: 1px solid #e5e5e5;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.SortFilter-L-jiage {
    border: 1px solid #e5e5e5;
}

.SortFilter-L-hangqi {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.SortFilter-R {
    color: #333;
    font-size: 14px;
    margin-right: 30px;
}

.filterResults {
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.filterResults-item {
    display: flex;
    position: relative;
    margin: 20px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ededed;
}

    .filterResults-item > img {
        width: 260px;
        height: 260px;
        border-radius: 4px;
        margin-right: 14px;
        flex-shrink: 0;
        object-fit: cover;
    }

    .filterResults-item:nth-last-of-type(2) {
        border-bottom: 0;
    }

    .filterResults-item:nth-of-type(1) {
        margin-top: 0;
    }

.filterResultsL-baiqian {
    position: absolute;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.filterResults-item-cont {
    display: flex;
    color: #333;
    flex: 1;
}

.filterResults-item-cont-L {
    flex: 1;
}

    .filterResults-item-cont-L > p:nth-of-type(2) > span {
        padding: 2px 10px;
        background-color: #3aa0ff;
        border-radius: 4px;
        font-size: 12px;
        color: #fff;
        margin-right: 6px;
    }

    .filterResults-item-cont-L > p:nth-of-type(2) {
        margin-bottom: 20px;
    }

    .filterResults-item-cont-L > p {
        font-size: 14px;
        margin-bottom: 10px;
    }

        .filterResults-item-cont-L > p:nth-of-type(1) {
            font-size: 16px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

    .filterResults-item-cont-L img {
        width: 14px;
        height: 14px;
    }

.filterResults-item-cont-R {
    margin-left: 20px;
    width: 140px;
}

    .filterResults-item-cont-R > p {
        text-align: center;
        font-size: 12px;
        color: #333;
        margin-top: 10px;
    }

.filterResults-item-cont-R-logo {
    width: 140px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ededed;
    overflow: hidden;
}

    .filterResults-item-cont-R-logo > img {
        width: 140px;
    }

.filterResults-item-cont-R-jiage {
    margin-top: 80px;
}

    .filterResults-item-cont-R-jiage > p {
        font-size: 14px;
        color: #333;
        text-align: center;
    }

.filterResults-item-cont-R-btn {
    width: 140px;
    height: 40px;
    display: flex;
    background-color: #fbc200;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.ranking {
    flex: 1;
}

.ranking-list {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.ranking-item {
    display: flex;
    gap: 10px;
    border-bottom: 1px dashed #ededed;
    padding: 10px;
    cursor: pointer;
}

    .ranking-item:hover {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    }

    .ranking-item:nth-last-of-type(1) {
        border-bottom: 0;
    }

.ranking-SerialNumber {
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 2px;
    background-color: #b9b5b5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 2px;
    flex-shrink: 0;
}

.ranking-cont {
    font-size: 16px;
    color: #333;
    width: calc(100% - 30px);
}

.ranking-cont-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ranking-cont-price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 12px;
}

    .ranking-cont-price span {
        color: #ff5800;
        font-size: 16px;
        transform: translateY(1px);
    }


.search-list {
  padding: 0 10px;
}

.search-item {
 /* display: flex;
   margin: 10px 0; */
  padding: 10px 10px 20px 10px;
  border-top: 1px dashed #efefef;
  width: 100%;
  box-sizing: border-box;
  margin:0 0 20px 0;
}

.search-list .search-item:nth-last-child(3) {
  /* 样式代码 */
  border-bottom: none; /* 示例：移除边框 */
}

.search-item > img {
  max-width: 820px;
  max-height:340px;
  border-radius: 4px;
  margin-right: 20px;
  flex-shrink: 0;
  object-fit: cover;
  margin:20px 0;
}

.search-item-cont {
  flex: 1;
}

.search-item-brand {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 10px;
}

.search-item-brand-logo {
  /*grid-row: 1/3;*/
  width: 140px;
  height: 60px;
  overflow: hidden;
  text-align: center;
}

.search-item-brand-logo > img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  padding-bottom:2px;
}

.search-item-brand-logo > p {
  color: #333;
  font-size: 14px;
}

.search-item-brand-title {
  font-size: 18px;
  color: #1974d0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.search-item-brand-syno {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0 0 0;
}

.search-item-parameter {
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-size: 12px;
  gap: 5px;
  color: #666666;
}

.search-item-pricedetails {
  display: flex;
}

.search-item-price {
  color: #333;
  font-size: 14px;
}

.search-item-price > span {
  font-size: 28px;
  color: #ff5800;
}

.search-item-time {
  font-size: 14px;
  color: #333;
}

.search-item-details {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

    .search-item-details > a {
        padding: 10px 20px;
        background-color: #fbc200;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        display:inline-block;
    }
.nodata {
    padding: 50px 20px;
    text-align: center;
    color: #999;
}
.nodata img{
}
.footer {
    margin-top: 75px;
    background-color: #f8f8f8;
}