.order-wrapper{
   width: 100%;
   margin-bottom: 50px;
   background-color: $bg_f5f5f5;
}
.order-tab{
    color: $black;
    background: $bg_f7f9fc;
}
.order-information{
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 28px 15px;
    color: $color_555;
    background-color: $bg_fff;
    position: relative;
}
.order-information::before{
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    background: -webkit-repeating-linear-gradient(135deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
    background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
    background-size: 80px;
}
.order-cell{
    width: 50%;
    font-size: $font_14;
    color: $color_333;
    margin-left: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    .name{
        margin-bottom: 10px;
    }
}
.order-addsize{
    font-size: 32px !important;
    margin-bottom: 0px;
    color: $active;
}
.order-next{
    line-height: 48px;
     margin-bottom: 0px;
}
.order-list{
    margin-top: 8px;
    background-color: $white;
}
.order-infotext{
    flex: 1;
    line-height: 48px;
    margin-left: 10px;
    font-size: $font_16;
    color: $color_555;
}
.order-info {
    color: $color_666;
    font-size: $font_14;
    .order-title{
        height: 16px;
        line-height: 16px;
        color: $color_333;
        font-size: $font_16;
    }
    .order-content{
        margin-top: 10px;
        color: $color_666;
        font-size: $font_14;
        line-height: 18px;
    }
    .order-des{
        margin-top: 10px;
    }
    .order-newprice{
        color: $redprice;
        font-size: $font_16;
        margin-right: 15px;
    }
    .order-price{
        color: $color_999;
        font-size: $font_12;
        text-decoration: line-through;
    }
}

.order-bar{
    height: 50px;
    display: flex;
    font-size: 14px;
    align-items: center;
    background-color: $bg_fff;
    margin-top: 30%;
}
.order-course{
    margin-left: 20px;
    .order-course-text{
        font-size: $font_16;
        color:  $color_333;
    }
}
.order-bar-text{
    flex: 1;
    font-weight: 500;
    text-align: right;
    color: #323233;
    padding-right: 12px;
    .order-amount{
        font-size: $font_14;
        color: $color_333;
        .order-amount-price{
            color: $redprice;
        }
    }
    .order-preprice{
        font-size: $font_12;
        color: $color_555;
    }
}
.order-button{
    width: 110px;
    height: 50px;
    display: inline-block;
    position: relative;
    padding: 0;
    background-color: $bg_ff9898; 
    color: $white;
    line-height: 48px;
    font-size: 16px;
    border-radius: 0px;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border: 1px solid transparent;
}
.order-button-text{

}

.order-item{
    .am-list-item{
        padding-left: 15px;
    }
}
.v-list-item {
    margin-top: 8px;
    padding: 10px 15px 0 15px;
    .content{
        border-bottom: none;
    }
}
.order-prefer{
    .am-list{
        border-top: 1px solid #e7eaf1;
    }
    .order-prefer-text{
      
    }
}
 .order-balanceprice{
    color: $color_666;
    font-size: $font_12;
    .order-money{
        color: #ff2121;
        font-size: $font_12 !important;
        font-weight: normal;
        font-style: inherit;
        vertical-align: middle;
        margin: 0;
    }
}

.am-list-item .am-list-line .am-list-content{
    color: $color_333;
}
.order-balance{
    margin-top: 8px;
    .am-list-content{
        color: $color_333;
        font-size: $font_16;
    }
}