.goods-list {
    background: #fff;
}

.goods-list-header {
    line-height: 28px;
}

.van-cell {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 10px 15px;
    box-sizing: border-box;
    line-height: 24px;
    position: relative;
    background-color: #fff;
    color: #323233;
    font-size: 14px;
    overflow: hidden;
}

.goods-list-card {
    position: relative;
    background-color: #fafafa;
}

.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__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;
}

.goods-list-card .van-card__title {
    display: block;
    overflow: visible;
    max-height: none;
}
.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;
}

.goods-list-card__desc {
    font-size: 10px;
    color: #666;
    line-height: 16px;
    margin: 2px 0;
}

.goods-list-card__desc {
    font-size: 10px;
    color: #666;
    line-height: 16px;
    margin: 2px 0;
}


.van-card__bottom, .van-card__desc {
    line-height: 20px;
}

.van-card__price {
    display: inline-block;
    color: #f44;
    font-weight: 700;
}

.van-card__origin-price {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #7d7e80;
    text-decoration: line-through;
}

.van-card__num {
    float: right;
}


.goods-list-card .van-card__content {
    min-height: 90px;
    height: auto;
}

.van-card__thumb img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
}

.price-panel__amount {
    font-weight: 700;
}

.submit-bar {
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}

.van-submit-bar {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    -webkit-user-select: none;
    user-select: none;
}

.van-submit-bar__bar {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
}

.submit-bar__content {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.submit-bar__content__price {
    font-weight: 500;
    text-align: right;
    color: #323233;
    line-height: 1;
}

.submit-bar__content__price__value {
    display: inline-block;
    font-size: 18px;
}