.line.booklist{
    margin-bottom: 1px;
    height: 80px;
}
.itemsbox{
    margin-left: 20px;
    line-height: 10px;
}
.goodscontent{
    margin-left: 20px;
    margin-top:20px;
    display: flex;
    align-items: flex-start;
    height: 80px;
    flex-direction: column;
    overflow: hidden;
}
.goodstitle{
    line-height: 20px;
    color:#333;
    font-size:12px;
    height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.sold{
    line-height: 20px;
}
.sell{
    font-size:14px;
}
.nosave{
    width: 100%;
    margin:0 auto;
    text-align: center;
    font-size:16px;
    color:#9f9f9f;
}
.itemsbox .rest, .itemsbox .add {
    width: 100%;
    text-align: center;
    display: flex;
    height: 30px;
    line-height: 30px;
}
.delete{
    margin-left: auto;
}
.selectall{
    width: 100%;
    height: 50px;
    font-size: 18px;
    background-color: #f8ecea;
    padding: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.select{
    width: 20px;
}
.buy{
    position: fixed;
    bottom:50px;
    width: 100%;
    max-width: 640px;
    background: #9f9f9f;
}
.money{
    color: tomato;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jiesuan{
    margin-left: auto;
    margin-right: 0;
}
.all{
    width: 60px;
}
.gobuy{
    background-color: tomato;
    color:#fff;
    border: 1px solid #fff;
    outline: none !important;
    width: 100px;
    border-radius: 20px;
}