.orderList {
    width: 990px;
    padding-bottom: 20px;
}

.filters {
    width: 100%;
    height: 76px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0 20px;
    margin: 20px 0;
}
.filters > .filterItem {
    width: 298px;
    flex-shrink: 0;
    margin-right: 28px;
    display: flex;
    align-items: center;
}
.filters > .filterItem:nth-child(3n) {
    margin-right: 0;
}
.filters > .filterItem > p {
    width: 60px;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1em;
    color: #333333;
    text-align: right;
}
.filters > .filterItem > .commonInput {
    width: 238px;
    height: 28px;
    position: relative;
}
.filters > .filterItem > .commonInput > input {
    width: 238px;
    height: 28px;
    border: 1px solid #cdcdcd;
    background-color: white;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #4a4a4a;
    padding: 0 36px 0 10px;
}
.filters > .filterItem > .commonInput > input:hover {
    border: 1px solid #003399;
}
.filters > .filterItem > .commonInput > input:focus {
    border: 1px solid #003399;
}
.filters > .filterItem > .commonInput > input.times {
    background: url("../../images/time.png") right center no-repeat;
    background-size: 16px 16px;
    background-position-x: 210px;
    padding-right: 36px;
}
.filters > .filterItem > .commonInput > input.times:hover {
    background: url("../../images/timeActive.png") right center no-repeat;
    background-size: 16px 16px;
    background-position-x: 210px;
}
.filters > .filterItem > .commonInput > input.times:focus {
    background: url("../../images/timeActive.png") right center no-repeat;
    background-size: 16px 16px;
    background-position-x: 210px;
}
.filters > .filterItem > .commonInput > .delInput {
    width: 16px;
    height: 16px;
    cursor: pointer;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: url("../../images/inputDel.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 10;
}
.filters > .filterItem > a {
    display: block;
    width: 80px;
    height: 28px;
    background-color: #ffcc00;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.filters > .filterItem > a:hover {
    border-color: #ffea98;
    background-color: #ffea98;
}

.filters > p {
    width: 48px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #4a4a4a;
}
.filters > input {
    height: 28px;
    border: 1px solid #cdcdcd;
    background-color: white;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #4a4a4a;
    padding: 0 10px;
}
.filters > input:hover {
    border: 1px solid #003399;
}
.filters > input.keywords {
    margin-right: 20px;
    width: 238px;
}
.filters > input.times {
    width: 300px;
    background: url("../../images/time.png") right center no-repeat;
    background-size: 14px 14px;
    background-position-x: 280px;
    padding-right: 34px;
}
.filters > input.times:hover {
    background: url("../../images/timeActive.png") right center no-repeat;
    background-size: 14px 14px;
    background-position-x: 280px;
}
.filters > .bar {
    width: 10px;
    height: 1px;
    background-color: #666666;
    margin: 0 5px;
}
.filters > a {
    display: block;
    width: 80px;
    height: 28px;
    background-color: #ffcc00;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin-left: 20px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.filters > a:hover {
    border-color: #ffea98;
    background-color: #ffea98;
}

.tableHead {
    width: 990px;
    height: 45px;
    background-color: #eef4fc;
    display: flex;
    align-items: center;
    padding-left: 120px;
}
.tableHead > .item {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
    line-height: 1em;
    flex-shrink: 0;
}
.tableHead > .item:nth-child(1) {
    width: 338px;
}
.tableHead > .item:nth-child(2) {
    width: 224px;
}
.tableHead > .item:nth-child(3) {
    width: 206px;
}
.tableHead > .item:nth-child(4) {
    width: 102px;
}

.list {
    width: 100%;
    height: auto;
    padding: 10px;
    /* margin-bottom: 20px; */
}
.list > .item {
    width: 970px;
    min-height: 156px;
    border: 1px solid #f3f3f3;
    border-top: 1px solid #bebebe;
    margin-bottom: 10px;
}
.list > .item > .orderHead {
    width: 100%;
    height: 36px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.list > .item > .orderHead > p {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-right: 20px;
}
.list > .item > .orderHead > p > span {
    color: #333333;
}
.list > .item > .orderHead > .couponNotice {
    flex: 1;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list > .item > .orderHead > .couponNotice > a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #003399;
    text-decoration: underline;
}
.list > .item > .orderInfo {
    width: 100%;
    /* height: 120px; */
    min-height: 118px;
    background-color: white;
    padding: 20px 0 20px 20px;
    display: flex;
    /* border-bottom: 1px solid #F3F3F3; */
}
.list > .item > .orderInfo > * {
    flex-shrink: 0;
}
.orderInfo > .img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border: 1px solid #f3f3f3;
}
.orderInfo > .basicInfo {
    width: 308px;
    margin-right: 20px;
}
.orderInfo > .basicInfo > .p01 {
    width: 100%;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px;
}
.orderInfo > .basicInfo > .p02 {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.orderInfo > .basicInfo > .p02 > span {
    /* font-family: 'phb'; */
    /* font-family: 微软雅黑; */
    font-weight: bold;
    font-size: 18px;
    color: #003399;
    line-height: 16px;
}
.orderInfo > .basicInfo > .p03 {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.orderInfo > .basicInfo > .p03 > span {
    display: block;
}
.orderInfo > .basicInfo > .p03 > span.span2 {
    font-family: "phb";
}
.orderInfo > .basicInfo > .p03 > span.copy {
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #003399;
    margin-left: 5px;
    cursor: pointer;
    flex-shrink: 0;
}
.orderInfo > .basicInfo > span.copyed {
    color: #999999;
    cursor: not-allowed;
}
.orderInfo > .nums {
    width: 128px;
    margin-right: 20px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}
.orderInfo > .useJifen {
    width: 204px;
    margin-right: 20px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #333333;
}
.orderInfo > .useJifen > span {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.orderInfo > .address {
    width: 186px;
    margin-right: 20px;
}
.orderInfo > .address > .p01 {
    width: 100%;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 5px;
}
.orderInfo > .address > .p02 {
    width: 100%;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.orderInfo > .operate {
    width: 72px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.orderInfo > .operate > div {
    width: auto;
    height: 24px;
    padding: 0 6px;
    border: 1px solid #333333;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    margin-bottom: 10px;
}
.orderInfo > .operate > div.normal {
    color: #003399;
    border-color: #003399;
}
.orderInfo > .operate > a.express {
    display: block;
    width: 100%;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #003399;
    line-height: 16px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 10px;
}
.orderInfo > .operate > a.cancel {
    display: block;
    width: 100%;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}
.orderInfo > .operate > div.disabled {
    border-color: #cdcdcd;
    color: #cdcdcd;
}
.orderInfo > .operate > div.rejected {
    border-color: #e52f2c;
    color: #e52f2c;
    padding: 0 5px;
}
.orderInfo > .operate > .seeDetail {
    font-size: 12px;
    line-height: 16px;
    color: #003399;
    text-decoration: underline;
}
.list > .item > .reason {
    width: 930px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff4f4;
    position: relative;
    padding: 10px;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 22px;
    color: #e52f2c;
    margin: 0 20px 20px 20px;
    /* border-bottom: 1px solid #F3F3F3; */
}
.list > .item > .reason.cancelOrder {
    background-color: #e8e8e8;
}
.list > .item > .reason > p {
    flex: 1;
    font-family: phr;
    font-size: 12px;
    line-height: 16px;
    color: #e52f2c;
}
.list > .item > .reason.cancelOrder > p {
    color: #333333;
}
.list > .item > .reason > p > span {
    font-weight: bold;
}
.list > .item > .reason.cancelOrder > p > span {
    color: #333333;
}
.list > .item > .reason > span {
    font-family: "phr";
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    flex-shrink: 0;
    margin-left: 10px;
}

/* 加载更多 */
.listLoading {
    margin: 0 auto 20px auto;
}

.noResult {
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
}
.noResult > div {
    width: 40px;
    height: 40px;
    background: url("../../images/noOrder.png") center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.noResult > p {
    width: 100%;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    text-align: center;
}
