body {
    background-color: #f8f8f8;
}

/* 订单分类 */
.classify {
    padding: 12px;
    box-sizing: border-box;
}

.classify ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.classify ul li {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f8f8f8;
}

.now {
    color: #e73112;
    border-bottom: 1px solid #e73112 !important;
}

/* 订单分类 */

/* 订单列表 */
.order-wrap {
    padding: 0 12px;
    box-sizing: border-box;
}

.order {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 10px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;

}

.or-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.or-title h2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.or-title h2 img {
    display: inline-block;
    width: 22px;
    margin-right: 5px;
}

.or-title span {
    font-size: 12px;
    color: #e73112;
}

.or-son div {
    width: 60%;
    float: left;
}

.or-son img {
    width: 20%;
    margin-right: 3%;
    float: left;
}

.or-son h2 {
    font-size: 14px;
    line-height: 24px;
}

.or-son p {
    font-size: 12px;
    color: #909090;
}

.or-son {
    position: relative;
    margin-bottom: 12px;
}

.or-son h3 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.or-son span {
    float: right;
    font-weight: 500;
}

.order h5 {
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adadad;
    font-weight: 500;
    padding-bottom: 10px;
}

.order h6 {
    text-align: right;
    font-size: 14px;
    color: #909090;
    font-weight: 500;
}

.order h6 span {
    color: #333333;
    margin-left: 10px;
}

.or-pay {
    text-align: right;
    padding: 10px 0;
}

.or-pay a {
    font-size: 16px;
    border: 1px solid;
    border-radius: 15px;
    padding: 2px 0;
    display: inline-block;
    width: 90px;
    text-align: center;
}

.or-pay a:nth-child(1) {
    color: #676767;
    border-color: #adadad;
}

.or-pay a:nth-child(2) {
    color: #e73112;
    border-color: #e73112;
}

/* 订单列表 */

/* 弹出层 */
.eject{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background-color: rgba(155,155,155,0.4);
}
.eject-father{
    position: fixed;
    bottom: 0%;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    background-color: #fff;
    padding: 22px 0 0;
}
.eject-open{
    transform: translateY(0%);
    transition:  all 0.2s;
}
.eject-close{
    transform: translateY(100%);
    transition:  all 0.2s;
}
.eject h2{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.eject h3{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #e73112;
    padding-bottom: 10px;
}
.eject-son{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px 0;
}
.eject-son h4{
    font-size: 14px;
    font-weight: 500;
}
.eject-son h4 span{
    font-size: 12px;
}
.eject-son h5{
    font-size: 16px;
    font-weight: 500;
    color: #e73112;
}
.eject-button{
    margin-top: 20px;
}
.eject-button a{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
}
.eject-button a:nth-child(1){
    background-color: #dddddd;
    color: #9a9a9a;
}
.eject-button a:nth-child(2){
    background-color: #e73112;
    color: #fff;
}
/* 弹出层 */

      /* 弹出层 */
.eject-fa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 100, 100, 0.6);
    transform: translateY(100%);
    transition: all 0.4s;
}

.ejectNew {
    /*height: 60%;*/
    background-color: #fff;
    overflow-y: auto;
}

.ej1 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #f7f6f6;
}

.ej1 h2 {
    width: 25%;
}

.ej1 p {
    width: 50%;
    text-align: center;
    font-size: 16px;
}

.ej1 .icon-cha {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #3d3d3d;
    font-size: 14px;
}

.ej1 h2 span {
    color: rgb(158, 158, 158);
    font-size: 18px;
    margin-right: 5px;
}

.ej1 h2 {
    font-size: 16px;
    font-weight: 500;
}

.ej-son {
    padding: 0 12px;
    box-sizing: border-box;
}

.sj-s1 {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #f7f6f6;
}

.sj-s1 .icon-duigou1 {
    color: rgb(158, 158, 158);
    font-size: 20px;
    margin-right: 10px;
}
.sjs{
        width: 100%;
    display: flex;
    align-items: center;
}
 
.sjs h2{
    font-size: 16px;
    font-weight: 500;
}
.sjs h3{
    font-size: 14px;
    font-weight: 500;
    color: #fd1a26;
}
 
 
.bh{
    transform: translateY(0);
}
.icon-duigou2{
    color: #ce4031 !important;
}
/* 弹出层 */
    .ej1 h2 span {
     border: 1px solid #ccc;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
}


              .sj-s1 .icon-duigou1  {
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
 

                  .noChecked   { color: #fff  !important;}
        .Checked{color:#e73112 !important}
        .disable{color: rgb(143, 143, 143) !important;}
        .bt21 h3 {
font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}
              .carNum{width: 40px;
    padding:  5px;
    border: 1px solid #ccc;
    text-align: center;}


                       .eject-fa {
 
    z-index: 999;
}
 
    .sjss{width:100%}
       .sjss span {
            font-size: 12px;
    color: #999999;
    text-decoration: line-through;
        }
       
                  .noChecked   { color: #fff  !important;}
        .Checked{color:#e73112 !important}
        .disable{color: rgb(143, 143, 143) !important;}
        .bottom2 {
 
    border-radius: 20px;
 
}
        .bottom2 a {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
}
        .bottom2 a:nth-child(1) {
    background-color: #0f3692;
 
}

.bottom2 a:nth-child(2) {
 
     background-color:#da2e0f
}