.list-left {
    float: left;
    width: 248px;
    height: calc(100vh - 61px);
    position: sticky;
    top: 61px;
    position: -webkit-sticky;
    background-color: #EFEFEF;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 1px 0 0 10px;
    border: 1px solid #E4E3E2;
    border-top: none;
    border-radius: 20px;
}
.list-left .fiters-title{
    height: 50px;
    line-height: 50px;
    padding: 10px;
    margin-bottom: 10px;
}
.fiters-title h2{
    float: left;
    font-size: 32px;
    font-weight: 600;
}
.fiters-clous img{
    width: 50px;
    height: 50px;
}
.list-left .fiters-clous{
    float: right;
    display: none;
}
.list-left .list-left-every {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    float: left;
}
.list-left .list-left-title {
    font-size: 15px;
    font-weight: 600;
    padding:10px 10px 10px 5px;
}
.list-left .list-left-title-img {
    width: 100%;
    height: 76px;
    display: flex;
    justify-content: flex-end;
}
.list-left-title-img img {
    width: 60%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}
.list-left-title2 {
    display: block;
}
.list-left-title-bar2 {
    width: 100%;
}
.list-left-title-img2 {
    width: 100%;
    height: 100px;
    padding: 5px 0;
    display: flex;
}
.list-left-title-img2 .box-img{
    width:50%;
}
.list-left-title-img2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 模板二 未筛选样式 start */
.list-left.route2 {
    border-radius: unset;
    margin: unset;
    width: 262px;
}
.list-left.route2 .list-left-every{
    border-bottom: 1px solid #000;
}

/* 模板二 未筛选样式 end */

/* 模板二 筛选项样式 start */
.list-left.selected .list-left-every {
    padding: 0 0 10px;
}

/* 模板二 筛选项样式 end */

.list-left .list-left-content-less {
    padding: 5px 10px 0;
}
.list-left .list-left-content{
    padding: 0 10px 10px;
}
.list-left-input {
    position: relative;
}
.list-left-input input {
    border: 1px solid #ccc;
    border-radius: 7px;
    height: 30px;
    width: 100%;
    padding: 0px 5px;
}
.list-left-input img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 8px;
}
.list-left-content-more::-webkit-scrollbar-track-piece{
    background-color: transparent !important;
}
.list-left-content-more {
    border: 1px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
    height: 170px;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 7px 0;
    margin-top: 15px;
}
.list-left .list-left-content-every {
    line-height: 12px;
    padding: 5px 0;
    cursor: pointer;
}
.list-left-content-every a *, .list-left-tw-text {
    color: #36648a;
    font-size: 0.85rem;
    font-weight: 600;
}
.list-left-content-every a {
    display: block;
    padding-left: 7px;
}
.list-left-content-every:hover{
    background-color:#36648a;
}
.list-left-content-every:hover a *{
    color:#fff;
}
.list-left-tw-bar {
    display: flex;
    flex-wrap: wrap;
}
.list-left-tw-bar > * {
    width: 50%;
}
.list-left-tw-img{
    width: 100%;
    height: 90px;
    max-width: 100%;
    max-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-left-tw-img img{
    max-width: 50%;
    max-height: inherit;
    object-fit: contain;
}
.list-left-tw-text {
    padding: 5px 0;
    text-align: center;
}



/* 右侧 搜索框 */
.relevant-results-notfound {
    width: 80%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-style: italic;
}
.anchor-section {
    scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
    .list-left .fiters-title {
        position: sticky;
        top: 0px;
        z-index: 4;
        background-color: #EFEFEF;
        border-bottom: 1px solid #ccc;
        padding-bottom: 55px;
    }
    .list-left .fiters-clous {
        display: block;
    }
}

/* 列表 list start */
.gaol{
    background-color: #EFEFEF;
}
.delail_list {
    color: #333;
    display: table-row;
    width: max-content; /* 内容多宽就多宽 */
    cursor: pointer;
    text-decoration:none;
}
.delail_list > * {
    display: table-cell;
    padding: 2px 10px 1px 0;
    max-width: 200px;
    white-space: normal;          /* 允许换行 */
    word-break: break-word;       /* 单词太长时允许断开 */
    overflow-wrap: break-word;    /* 换行行为更强 */
}
.delail_list:hover{
    background-color: #36648a;
}
.delail_list:hover div {
    color:#ffffff;
    background-color: #36648a;
}
.Part_No {
    color:#36648a;
    white-space: nowrap;  
    max-width: unset;
}
.delail_list .price-a{
    color:#19792f; 
    min-width: 70px;
}