.myOrder {
    padding: 0 20px;
}

.myOrder_container {
    margin-top: 17px;
}

.myOrder {
    float: left;
    width: 822px;
    min-height: 800px;
    margin-left: 17px;
}

.myOrder>.title {
    font-size: 20px;
    margin-top: 32px;
    line-height: 20px;
}

.orderHeader_nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.orderHeader_nav li {
    float: left;
    padding: 30px 0 20px;
    cursor: pointer;
    font-size: 14px;
    color: #505050;
    font-weight: 600;
    margin-right: 34px;
}

.orderHeader_nav .active {
    color: #019cf9;
    border-bottom: 2px solid #019cf9;
}

.orderList {
    min-height: 800px;
}

.orderListHeader {
    background-color: #e1e1e1;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin-top: 20px;
}

.orderListHeader span {
    display: inline-block;
    padding: 9px 0;
    text-align: center;
}

.orderListHeader span:nth-of-type(1) {
    width: 406px;
}

.orderListHeader span:nth-of-type(2) {
    width: 110px;
}

.orderListHeader span:nth-of-type(3) {
    width: 178px;
}

.orderListHeader span:nth-of-type(4) {
    width: 112px;
}

.orderItem {
    margin-top: 10px;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}

.orderTop {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.orderTop .orderTop_info {
    background-color: #e1e1e1;
    font-size: 0px;
}

.orderTop .orderTop_info span:nth-of-type(1) {
    margin-left: 20px;
    font-size: 14px;
    line-height: 36px;
}

.orderTop .orderTop_info span:nth-of-type(2) {
    margin-left: 16px;
    font-size: 14px;
    line-height: 36px;
}

.orderTop .orderTop_info .p2 {
    font-size: 14px;
    margin-left: 20px;
}

.detaiBox {
    width: 407px;
}

.detai .pic .pic1 {
    width: 70px;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}


.detai .pic {
    width: 383px;
    padding: 30px 0 30px 22px;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.ordertitle {
    margin-left: 32px;
    width: 230px;
    display: inline-block;
    vertical-align: middle;
}

.ordertitle>.title {
    width: 230px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    /* height: 36px; */
}

.ordertitle>.num {
    font-size: 14px;
    color: #a1a1a1;
    display: inline-block;
    margin-top: 10px;
    width: 200px;
}

.ordertitle .price {
    margin-top: 16px;
    line-height: 16px;
}

.ordertitle .price span {
    display: inline-block;
    color: #ff4200;
    font-size: 16px;

}
/* 暂时隐藏删除线 */
.ordertitle .price del {
    color: #a9a9a9;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    display: none;
}

.posBox {
    position: relative;
}

.priceBox,
.orderState,
.orderBtn {
    position: absolute;
    width: 110px;
    border-right: 1px solid #f4f4f4;
    height: 100%;
    border-bottom: 1px solid #f4f4f4;
    left: 407px;
    top: -1px;
}

.priceBox span {
    font-size: 16px;
    color: #ff4200;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    margin-left: -40px;
    text-align: center;
}

.orderState {
    width: 178px;
    left: 519px;
}

.orderBtn {
    left: 699px;
    width: 120px;
}

.orderStateBox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 87px;
    margin-left: -50px;
    text-align: center;
    font-size: 14px;
    margin-top: -60px;
}

.orderStateBox_stay {
    margin-top: -22px;
}

.orderBtn_State {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    margin-left: -40px;
    text-align: center;
    font-size: 14px;
    margin-top: -26px;
}

.orderStatecancel {
    margin-top: -10px;
}

.orderStateBox_Paid {
    margin-top: -30px;
}

.orderStateBox span {
    display: inline-block;

}

.stateColor {
    color: #ff5526;
    line-height: 14px;
}

.detailsBtn {
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}

.detailsBtn span {
    color: #7d7d7d;
}

.icon {
    width: 9px;
    height: 6px;
    background: url(../images/lower.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 63px;

}

.detailsContent {
    width: 100%;
    border: 1px solid #ccc;
    display: none;
}

.detailsContent_top {
    padding: 20px 0 36px 20px;
    border-bottom: 2px solid #e9e9e9;
}

.detailsContent_top li,
.detailsContent_bot li {
    float: left;
}

.detailsContent_top .payState {
    width: 287px;
    position: relative;
}

.flBox {
    position: absolute;
    font-size: 0px;
    left: 110px;
    top: 136px;
    display: none;
}

.payStateFl:hover~.flBox {
    display: block;
}

.flBox i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #19bcf9;
    border-bottom: 10px solid transparent;
    vertical-align: top;
}

.flBox span {
    display: inline-block;
    border: 1px solid #dddddd;
    width: 100px;
    height: 20px;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.detailsContent_top .payState .title,
.detailsContent_top .orderInfo .title,
.detailsContent_top .payInfo .title,
.detailsContent_bot .DistributionState .title,
.detailsContent_bot .consigneeInfo .title,
.detailsContent_bot .transportInfo .title {
    font-size: 14px;
    position: relative;
    margin-left: 12px;
    line-height: 14px;
}

.detailsContent_top .payState .title::before,
.detailsContent_top .orderInfo .title::before,
.detailsContent_top .payInfo .title::before,
.detailsContent_bot .DistributionState .title::before,
.detailsContent_bot .consigneeInfo .title::before,
.detailsContent_bot .transportInfo .title::before {
    content: '';
    width: 2px;
    height: 14px;
    background: #ff4200;
    position: absolute;
    left: -12px;
}

.payStateBox {
    font-size: 20px;
    color: #ff5526;
    line-height: 20px;
    margin: 20px 0 26px;
}

.payStateTip {
    width: 170px;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 16px;
}

.payStateFl {
    width: 98px;
    height: 28px;
    border: 1px solid #019cf9;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #6cbafb;
    margin-top: 20px;
    cursor: pointer;
}

.orderInfo {
    width: 275px;
}

.orderInfo .orderInfo_num {
    margin-top: 20px;
}

.orderInfo p {
    font-size: 14px;
    color: #b8b8b8;
    line-height: 14px;
    margin-top: 16px;
}

.payInfo p {
    font-size: 0;
    color: #b8b8b8;
    line-height: 14px;
    margin-top: 16px;
}

.payInfo p span {
    display: inline-block;
    font-size: 14px;
}

.payInfo p:nth-of-type(1) {
    margin-top: 20px;
}

.payInfo p:nth-of-type(1) span:nth-of-type(1) {
    margin-right: 52px;
}

.payInfo p:nth-of-type(3) {
    border-top: 1px solid #e8e8e8;
    padding-top: 16px;
}

.payInfo p:nth-of-type(3) span:nth-of-type(1) {
    margin-right: 70px;

}

.payInfo p:nth-of-type(3) span:nth-of-type(2) {
    color: #ff5733;
    font-size: 16px;
}

.detailsContent_bot {
    padding: 20px 0 36px 20px;
}

.DistributionState {
    width: 287px;
}

.DistributionState p:nth-of-type(1) {
    font-size: 20px;
    margin: 20px 0 26px;
    color: #ff4200;
}

.DistributionState p:nth-of-type(2) {
    font-size: 14px;
    color: #a9a9a9;
    line-height: 14px;
    margin-bottom: 5px;
}

.DistributionState p:nth-of-type(3) {
    font-size: 14px;
    color: #a9a9a9;
}

.consigneeInfo {
    width: 275px
}

.consigneeInfo p {
    font-size: 14px;
    line-height: 14px;
    color: #b8b8b8;
}

.consigneeInfo p:nth-of-type(1) {
    margin-top: 18px;
}

.consigneeInfo p:nth-of-type(1) {
    margin-top: 18px;
}

.consigneeInfo p:nth-of-type(2) {
    margin-top: 16px;
}

.consigneeInfo p:nth-of-type(2) span {
    display: inline-block;

    vertical-align: top;
}

.consigneeInfo p:nth-of-type(2) span:nth-of-type(2) {
    width: 223px;
    line-height: 16px;
}

.consigneeInfo p:nth-of-type(3) {
    margin-top: 16px;
}

.transportInfo p {
    font-size: 14px;
    line-height: 14px;
    color: #b8b8b8;
}

.transportInfo p:nth-of-type(1) {
    margin-top: 18px;
}

.transportInfo p:nth-of-type(2),
.transportInfo p:nth-of-type(3) {
    margin-top: 16px;
}

.notissued {
    display: inline-block;
    width: 65px;
    height: 16px;
    background: url('../images/notissued.png') no-repeat left center;
    margin-top: 10px;
    text-align: right;
    line-height: 16px;
    color: #333333;
}

.isOpening {
    display: inline-block;
    width: 65px;
    height: 16px;
    background: url('../images/isOpening.png') no-repeat left center;
    margin-top: 10px;
    text-align: right;
    line-height: 16px;
    color: #333333;
}

.flyissued {
    display: inline-block;
    width: 65px;
    height: 16px;
    background: url('../images/fly.png') no-repeat left center;
    margin-top: 10px;
    text-align: right;
    line-height: 16px;
    color: #333333;
}

.logisticsBtn {
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    color: #6e6e6e;
    display: inline-block;
    margin-top: 10px;
}

.orderBtn_stay span,
.orderBtn_paid span,
.orderBtn_delivered span,
.orderBtn_received span,
.orderBtn_again span {
    display: inline-block;
    padding: 7px 8px;
    border-radius: 5px;

}


.orderBtn_stay span:nth-of-type(1),
.orderBtn_delivered span:nth-of-type(1),
.orderBtn_received span,
.orderBtn_again span {
    border: 1px solid #999999;
    color: #999999;
    /* cursor: pointer; */
    color: #333;
    padding: 7px 7px;
}
.orderBtn_stay span:nth-of-type(1){
    cursor: pointer  
}
.orderBtn_stay span:nth-of-type(2),
.orderBtn_delivered span:nth-of-type(2) {
    color: #ffffff;
    /* border: 1px solid #019cf9; */
    background-color: #019cf9;
    margin-top: 10px;
    cursor: pointer;
}

.orderBtn_paid span {
    border: 1px solid #999999;
    color: #999999;
    color: #333;
}

.layui-layer-title {
    background: #f2f7ff !important;
    text-align: center !important;
    color: #9accfc !important;
    font-size: 18px !important;
    border-radius: 15px 15px 0 0 !important;
}

#logisticsBox {
    overflow-y: auto;
    height: 600px;
    padding-left: 170px;
    padding-bottom: 15px;
}

.logisticsBox_time {
    margin-left: -170px;
}

.logisticsBox_status {
    margin-top: -22px;
    margin-left: 40px;
}

.orderStateOpening {
    margin-top: -45px;
}

.layui-timeline-axis {
    background-color: #dddddd !important;
    color: #dddddd !important;
    left: -3px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    top: 5px;
}

.layui-timeline-item:before {
    top: 8px;
}

.logisticsBox_address {
    padding-left: 67px;
    padding-bottom: 50px;
    padding-top: 0px;
    border-left: 2px dotted #dddddd;
    width: 400px;
    margin-left: 4px;
    margin-top: 46px;
}

.orderBtn_again {
    width: 92px;
    margin-left: -46px;
    margin-top: -15px;
}

#myPage {
    margin-top: 10px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #19bcf9 !important;
}


.noData1 {
    text-align: center;
}

.noData1 img {
    margin-top: 30px;
    width: 180px;
}

.noData1 .tempSize {
    margin: 10px;
}

.noData1 .myBotton {
    display: inline-block;
    width: 100px;
    height: 36px;
    background: #19BCF9;
    border-radius: 2px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.noData5 {
    width: 500px;
    height: 400px;
    display: block;
    margin: 100px auto;
}

.noData img {
    width: 500px;
    height: 300px;
    display: block;
    margin-top: 50px;
}

.noData span {
    display: block;
    font-size: 20px;
    margin-right: 126px;
    text-align: center;
}
.detailsBtn span:hover,.logisticsBtn:hover{
    color: #333;
}
.accpetGoods:hover,.stayBtn:hover{
    color: #333 !important;
}