.list-left a{color:#36648a;font-size: 0.85rem;font-weight:600;}
.list-left{float:left;width: 262px;height: calc(100vh - 61px);position:sticky;top:61px;position:-webkit-sticky;background-color:#EFEFEF;padding: 5px;overflow-y:auto;overflow-x:hidden}
.list-left .list-left-every{border-bottom: 1px solid black;padding-bottom:10px;}
.list-left .list-left-title{padding:10px 0px 10px 5px;font-size: 0.95rem;font-weight:600;}
.list-left .list-left-content{padding:0px 10px;}
.list-left .list-left-content-tw{padding:0px 10px;display:flex;  flex-wrap:wrap; align-items:center; text-align:center;}
.list-left .list-left-content a{display: block;padding:0px 5px;}
.list-left .list-left-content a:hover{background-color:#36648a;color:#fff;}
.list-left .list-left-content input{border: 1px solid #ccc;border-radius:3px;height:30px;width:100%;font-size: 1rem;padding:5px;}
.list-left .list-left-content .list-left-content-img{text-align:center;padding-bottom:5px;}
.list-left .list-left-content .list-left-content-img img{max-width:50px;max-height: 80px;}
.list-left-content-more{padding:3px 5px;border:1px solid #ccc;overflow-y:auto;overflow-x: hidden;height:170px;background-color:#fff;margin: 10px 0px;}
.list-left .list-left-content-tw a{width: calc(100% / 2); height: 70px;display: inline-block;}
.list-left .list-left-content-tw img{height: 35px; object-position: 50% 50%}


.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;
}