#order{
    border-top: 1px solid #000;
}
.mainWrap{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 30px 0px;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 50vh;
}
.mainWrap .sidebar{
    /*width: 200px;*/
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    flex-shrink: 0;
}
.mainWrap .sidebar hr{
    width: 50%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.mainWrap .sidebar a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #eee;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    transition: all .5s;
}
.mainWrap .sidebar a.active,
.mainWrap .sidebar a:hover{
    background-color: #000;
    color: #fff;
}
.mainWrap .sidebar a.choose{
    background-color: #666;
    color: #fff;
}
.mainWrap .sidebar a i{
    margin-bottom: 10px;
    font-size: 24px;
    width: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainWrap .mainContent{
    width: 100%;
}
.orders{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.orders .order{
    width: calc(100% / 3 - 20px);
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 2px 2px 5px #eee;
}
.orders .order:hover{
    transform: translateY(-5px);
    box-shadow: 2px 10px 10px #ccc;
}
.orders .order .photo{
    width: 100%;
    padding-top: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}
.orders .prod.prodFlex{
    display: flex;
    align-items: center;
}
.orders .prod.prodFlex .spec{
    margin-left: 10px;
}

.orders .order .prodName{
    font-size: 16px;
    height: 28px;
    overflow: hidden;
}
.orders .order .spec{
    font-size: 14px;
    color: #999;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.orders .order .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    height: 30px;
}
.orders .prod.prodFlex .prodName,
.orders .prod.prodFlex .spec{
    font-size: 14px;
    height: 24px;
    display: flex;
    /*align-items: center;*/
}
.orders .order .flex .num{
    color: #999;
}
.orders .order .flex .price span{
    /*color: #434D53;*/
    font-weight: bold;
    font-size: 18px;
    font-family: Arial;
    font-family: 'Raleway', sans-serif;
    margin-left: 5px;
    color: #F36A71;
}
.orders .order .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.orders .order .user{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    margin-bottom: 5px;
    font-size: 16px;
}
.orders .order .user .left{
    display: flex;
    align-items: center;
}
.orders .order .user .left span{
    margin-right: 5px;
    font-family: Arial;
}
.orders .order .user .right{
    color: #1E8C93;
}
.orders .order .ship{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    overflow: hidden;
    /*color: #018790;*/
    /*color: #000;*/
    border-top: 1px solid #eee;
    margin-top: 5px;
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: -5px;
}
.orders .order .ship div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.orders .order .ship div.red{
    color: #EE887A;
}
.orders .order .ship .price{
    display: flex;
    align-items: end;
}
.orders .order .ship .price span{
    font-weight: bold;
    font-size: 20px;
    font-family: Arial;
    font-family: 'Raleway', sans-serif;
    margin-left: 5px;
    color: #F36A71;
}
.orders .order .ship i.fa-truck{
    margin-right: 10px;
    font-size: 20px;
}
.orders .order .ship .detail{
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #000;
}
.orders .order .ship .detail i{
    margin-left: 5px;
}
.pageNav{
    width: 100%;
    padding: 15px;
    margin-top: 30px;
}
.orderDetail .box{
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.orderDetail .box h5{
    font-size: 18px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.orderDetail .box ul.details{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.orderDetail .box ul.details li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    color: #666;
}

.orderDetail .box ul.details .prod{
    width: 100%;
    display: flex;
    color: #333;
}
.orderDetail .box ul.details li.title,
.orderDetail .box ul.details li.title .prod{
    color: #666;
}
.orderDetail .box ul.details .prod .photo{
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.orderDetail .box ul.details .prod .specName{
    color: #999;
    font-size: 14px;
}
.orderDetail .box ul.details .num{
    width: 70px;
    flex-shrink: 0;
    text-align: right;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
}
.orderDetail .box ul.details .price{
    width: 100px;
    flex-shrink: 0;
    text-align: right;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
}
.orderDetail .box ul.details .total{
    width: 100px;
    flex-shrink: 0;
    text-align: right;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
}
.orderDetail .box ul.money{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 15px;
}
.orderDetail .box ul.money li{
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: Arial;
    padding: 5px 0px;
    color: #999;
}
.orderDetail .box ul.money li label{
    width: 100px;
    margin: 0px;
    font-weight: initial;
}
.orderDetail .box ul.money li > div{
    width: 120px;
    text-align: right;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}
.orderDetail .box ul.money li.total{
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    color: #F36A71;
}
.orderDetail .box ul.money li.total div{
    font-size: 20px;
}
.orderDetail .box ol{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.orderDetail .box ol li{
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid #f3f3f3;
}
.orderDetail .box ol li label{
    margin: 0px;
    width: 150px;
    flex-shrink: 0;
}
.orderDetail .box ol li .flex{
    display: flex;
    align-items: center;
}
.orderDetail .box ol li .btn{
    padding: 0px;
    margin-left: 15px;
    border: 1px solid #000;
    padding: 5px 25px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    height: 36px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}
.orderDetail .box ol li .btn i{
    margin-right: 5px;
    font-size: 18px;
    /*margin-top: -2px;*/
}
@media(max-width: 1180px){
    .orders .order{
        width: calc(100% / 2 - 20px);
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .orderDetail .box ul.details .price,
    .orderDetail .box ul.details .total{
        width: 75px;
    }
    .orderDetail .box ul.details .num{
        width: 50px;
    }
}
@media(max-width: 640px){
    .mainWrap{
        margin: 0px;
        flex-direction: column;
    }
    .mainWrap .sidebar{
        width: calc(100% + 30px);
        flex-direction: row;
        padding: 0px 15px;
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        /*overflow-x: auto;*/
    }
    .mainWrap .sidebar{
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE 和 Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .mainWrap .sidebar::-webkit-scrollbar {
        display: none;  /* Chrome, Safari 和 Opera */
    }
    .mainWrap .sidebar a{
        margin-right: 10px;
        margin-bottom: 0px;
        flex-shrink: 0;
        width: 95px;
        padding: 15px 10px;
        width: 85px;
        font-size: 14px;
    }
    .mainWrap .sidebar a i{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .orders{
        margin-top: 0px;
        width: 100%;
    }
    .orders .order{
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }
    .orderDetail .box ul.details li.title{
        display: none;
    }
    .orderDetail .box ul.details li{
        flex-wrap: wrap;
        justify-content: end;
    }
    .orderDetail .box ul.details .prod .text{
        width: 100%;
    }
    .orderDetail .box ul.details .prod .text{
        font-size: 14px;
    }
    .orderDetail .box ul.money li > div{
        font-size: 16px;
    }
    .orderDetail .box ul.money li.total div{
        font-size: 18px;
    }
    .orderDetail .box ul.money li.total{
        margin-top: 10px;
        margin-top: 10px;
    }
    .orderDetail .box ul.details .prod .specName{
        margin-bottom: 5px;
    }
    .orderDetail .box ol li label{
        width: 100px;
    }
    .orderDetail .box ol li{
        padding: 10px 0px;
    }
    .orderDetail .box{
        /*font-size: 14px;*/
    }
    .mainWrap .sidebar .subs{
        display: flex;
        overflow-x: auto;
    }
    .mainWrap .sidebar .subs a{

    }
    .mainWrap .sidebar hr{
        margin: auto;
        height: 50px;
        width: 2px;
        border-left: 1px solid #ccc;
        margin-left: 0px;
        margin-right: 15px;
    }
    .mainWrap .sidebar .subs{
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE 和 Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .mainWrap .sidebar .subs::-webkit-scrollbar {
        display: none;  /* Chrome, Safari 和 Opera */
    }
    .orderDetail .box ol li .flex{
        flex-direction: column;
        width: 100%;
        align-items: start;
    }
    .orderDetail .box ol li .flex .btn{
        margin-left: 0px;
        margin-top: 5px;
    }
}
