/*主体样式开始*/
.container{
    padding: 10px;
}
.sj-item{
    margin-bottom: 15px;
}
.sj-top{
    position: relative;
    display: flex;
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.sj-bottom{
    width: 100%;
    height: 30px;
    background-color: #eee;
    text-align: left;
    line-height: 30px;
    color: #a6a6a6;
}
.sj-top>img{
    width: 70px;
    height: 70px;
    margin: 5px 15px 5px 5px;
}
.sj-info{
    text-align: left;
}
.sj-info>p:first-child{
    line-height: 30px;
}
.sj-info>p:nth-child(2){
    line-height: 25px;
    font-size: 14px;
}
.sj-info i{
    color: #ff0000;
    letter-spacing: -5px;
}
.sj-info .grey{
    color: #eee;
}
.order{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #017E5C;
    color: #fff;
    font-size: 12px;
}
/*主体样式结束*/