.comcarte-item span{
    display: inline-block;
    box-sizing: border-box;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.comcarte-item img{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.table{
    margin:0;
    padding:0 20px 0;
    box-sizing: border-box;
}
.table-title{
    background: #f5f5f5;
    height: 50px;
}
.table-title span{
    line-height: 50px;
    font-size: 16px;
}
.carteimg-top{
    margin-left: 10px;
}
.table-main .item{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #f5f5f5;
}