.sku-item-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    min-height: 36px;
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 14px;
    padding-right: 9px;
    position: relative;
}
.sku-item-left {
    display: flex;
    flex-grow: 1;
}
.sku-item-left .sku-item-name {
    flex: 2;
}
.sku-item-left .sku-item-name,.discountPrice-price,.sku-item-sale-num {
    display: flex;
    font-size: 13px;
    color: #333;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    word-break: break-all;
    padding-right: 10px;
    min-height: 25%;
}
.sku-item-sale-num{
    color: #999;
}
.minus-plus {
    margin-left: 10px;
}
.standard .minus-plus a {
    height: 28px !important;
}
.prop-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
}
.prop-item-wrapper .prop-item {
    margin-right: 20px;
}
.prop-item-wrapper .prop-item .prop-item-inner-wrapper.active {
    border: 1px solid #ff6000;
    border-radius: 2px;
}
.prop-item-wrapper .prop-item .prop-item-inner-wrapper {
    padding: 1px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #ededed;
    align-items: center;
}
.prop-item-wrapper .prop-item .prop-item-inner-wrapper .prop-item-total {
    position: absolute;
    right: 0;
    top: -10px;
    border-radius: 6px;
    background-color: #ff4000;
    padding: 3px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.prop-item-wrapper .prop-item .prop-item-inner-wrapper .prop-img {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    flex-shrink: 0;
}
.prop-item-wrapper .prop-item .prop-item-inner-wrapper .prop-name {
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 40px;
    padding: 0 5px;
}

.order-price-wrapper {
    background: #f5f5f5;
    margin-top: 20px;
    padding-left: 12px;
    display: flex;
    align-items: baseline;
    position: relative;
}
.order-price-wrapper .order-left-wrapper {
    display: flex;
    align-items: baseline;
    flex-grow: 1;
}
.order-price-wrapper .total-count {
    color: #666;
    line-height: 56px;
}
.order-price-wrapper .total-price {
    height: 56px;
    color: #666;
    margin-left: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 36px;
}
.order-price-wrapper .order-has-select-button {
    font-size: 14px;
    width: 148px;
    height: 56px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.order-price-wrapper .order-has-select-button .order-has-select-line {
    display: block;
    width: 1px;
    border-left: 1px solid #e5e5e5;
    height: 46px;
    position: absolute;
    left: 0;
    top: 5px;
}
.order-price-wrapper .order-has-select-button .sanjiao.show2 {
    transform: rotate(180deg);
}
.order-price-wrapper .order-has-select-button .sanjiao {
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 4px;
    background: url(https://img.alicdn.com/imgextra/i3/O1CN01tEJBFe1w7aSwDtL0h_!!6000000006261-2-tps-20-12.png) no-repeat;
    background-size: 100% 100%;
    top: 25px;
    right: 32px;
    transition: all .5s linear;
}
.order-price-wrapper .selected-list-wrapper {
    color: #666;
    background: #fff;
    position: absolute;
    bottom: 58px;
    left: 0;
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.order-price-wrapper .selected-item-wrapper {
    display: flex;
}
.order-price-wrapper .selected-item-wrapper .total {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order-price-wrapper .selected-item-wrapper .children-item {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: flex-start;
}
.order-price-wrapper .selected-item-wrapper .children-item, .order-price-wrapper .selected-item-wrapper .name, .order-price-wrapper .selected-item-wrapper .total {
    padding: 16px 3px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.order-price-wrapper .selected-item-wrapper .children-item .children-wrapper {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    line-height: 24px;
    margin-left: 10px;
    flex-grow: 0;
}
.order-price-wrapper .selected-item-wrapper .children-item .children-wrapper .children-wrapper-name {
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 90%;
    position: relative;
}
.order-price-wrapper .selected-item-wrapper .name, .order-price-wrapper .selected-item-wrapper .total {
    width: 124px;
}
.order-price-wrapper .selected-item-wrapper .children-item .children-wrapper .children-wrapper-name .s-number-picker {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 130px;
    text-align: center;
}
.children-wrapper-name .s-number-picker  {
    width: 142px !important;
    right: -20px !important;
}
.title-info-wrapper {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
}
.title-evaluate-column, .title-sale-column {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.title-evaluate-score {
    margin-right: 6px;
    margin-bottom: 2px;
}
.title-info-line {
    width: 1px;
    height: 12px;
    background-color: #ddd;
    margin-left: 6px;
    margin-right: 8px;
}
.title-evaluate-column, .title-sale-column {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.title-info-text {
    font-size: 13px;
    color: #999;
}
.title-info-number {
    font-size: 13px;
    color: #ff4000;
    font-weight: 700;
    margin: 0 4px;
}
.title-info-text {
    font-size: 13px;
    color: #999;
}
.step-price-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.wrapper-ver-common .step-price-item {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    margin-right: 24px;
    min-width: 110px;
    max-width: 170px;
}
.step-price-item {
    width: 170px;
}
.wrapper-ver-common .on-gray .price-box, .wrapper-ver-common .on-gray .price-space {
    color: #444;
}
.wrapper-ver-common .price-box, .wrapper-ver-common .price-column {
    align-items: baseline !important;
    font-family: ui-serif;
}
.price-box {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    color: #f40;
}
wrapper-ver-common .price-unit {
    margin-right: 2px;
}
.price-unit {
    font-size: 14px;
    line-height: 22px;
    margin-right: 4px;
    font-weight: 700;
}
.wrapper-ver-common .on-gray .price-text {
    font-size: 18px;
}
.price-text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.step-unit-box {
    display: flex;
    flex-direction: row;
    margin-top: 4px;
}
.wrapper-ver-common .step-unit-box .unit-text {
    color: #999;
}
.sale-amount-text {
    font-family: NextIcon;
}
.unit-text {
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

