.list{
    background-color: #fff;
}

.list-item__header {
    padding: 10px 15px 0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
}
.list-item__header__state {
    float: right;
    color: #f44;
}

.list-item__order-list {
    font-size: 14px;
    background: #fff;
}

.cap-order-item {
    line-height: 1.4;
    font-size: 14px;
}

.cap-order-item__head {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 15px 10px;
}

.van-card {
    position: relative;
    color: #323233;
    font-size: 12px;
    padding: 5px 15px;
    box-sizing: border-box;
    background-color: #fafafa;
}

.van-card__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.van-card__thumb {
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.van-card__thumb img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
}

.van-card__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
}

.van-card__title {
    line-height: 16px;
    max-height: 32px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.van-card__desc, .van-card__title {
    word-break: break-all;
}

.van-card__bottom, .van-card__desc {
    line-height: 20px;
}

.van-card__desc {
    color: #7d7e80;
    max-height: 20px;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.van-tag {
    color: #fff;
    font-size: 10px;
    padding: .2em .5em;
    line-height: normal;
    border-radius: .2em;
    display: inline-block;
}

.van-card__price {
    display: inline-block;
    color: #f44;
    font-weight: 700;
}

.van-card__num {
    float: right;
}

.cap-order-item__total-price {
    position: relative;
    padding: 10px 15px;
    text-align: right;
}

.cap-order-item__total-price span {
    color: #f44;
}

.list-item__footer {
    padding: 10px 15px;
    text-align: right;
    font-size: 14px;
    background: #fff;
}