.integral{
    background-color: white;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    padding-bottom: 20px;
}

.filters{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.filters>p{
    width: 48px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #4A4A4A;
}
.filters>input{
    height: 28px;
    border: 1px solid #CDCDCD;
    background-color: white;
    font-family: 'phr';
    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-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{
    background-color: #FFEA98;
}

.tableHead{
    width: 100%;
    height: 45px;
    background-color: #EEF4FC;
    display: flex;
    align-items: center;
}
.tableHead>.item{
    font-family: 'phr';
    font-size: 12px;
    color: #333333;
    line-height: 1em;
}
.tableHead>.item:nth-child(1){
    width: 466px;
    padding-left: 120px;
}
.tableHead>.item:nth-child(2){
    width: 144px;
}
.tableHead>.item:nth-child(3){
    width: 144px;
}
.tableHead>.item:nth-child(4){
    width: 348px;
}
.tableHead>.item:nth-child(5){
    width: 98px;
}

.list{
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
}
.list>.item{
    width: 1180px;
    min-height: 156px;
    border: 1px solid #F3F3F3;
    border-top: 1px solid #BEBEBE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.list>.item>.orderHead{
    width: 100%;
    height: 36px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.list>.item>.orderHead>p{
    font-family: 'phr';
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-right: 20px;
}
.list>.item>.orderHead>p>span{
    color: #333333;
}
.list>.item>.orderInfo{
    width: 100%;
    /* height: 120px; */
    min-height: 118px;
    background-color: white;
    padding: 20px 20px 10px 20px;
    display: flex;
}
.list>.item>.orderInfo>*{
    flex-shrink: 0;
}
.orderInfo>.img{
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border: 1px solid #F3F3F3;
}
.orderInfo>.basicInfo{
    width: 283px;
    margin-right: 53px;
}
.orderInfo>.basicInfo>.p01{
    width: 100%;
    font-family: 'phr';
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px;
}
.orderInfo>.basicInfo>.p02{
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.orderInfo>.basicInfo>.p02>span{
    font-family: 'phb';
    font-size: 18px;
    color: #003399;
    line-height: 16px;
}
.orderInfo>.basicInfo>.p03{
    font-family: 'phr';
    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-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-size: 12px;
    line-height: 16px;
    color: #333333;
}
.orderInfo>.useJifen{
    width: 128px;
    margin-right: 20px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}
.orderInfo>.address{
    width: 328px;
    margin-right: 10px;
}
.orderInfo>.address>.p01{
    width: 100%;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 5px;
}
.orderInfo>.address>.p02{
    width: 100%;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.orderInfo>.operate{
    width: 89px;
    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-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    margin-bottom: 10px;
}
.orderInfo>.operate>a.express{
    display: block;
    width: 100%;
    font-family: 'phr';
    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-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;
}
.list>.item>.reason{
    width: 1150px;
    height: auto;
    background-color: #FFF4F4;
    margin: 0 10px 0 20px;
    position: relative;
    padding: 10px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 22px;
    color: #E52F2C;
}
.list>.item>.reason>span{
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    position: absolute;
    top: 10px;
    right: 10px;
}



.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-size: 12px;
    line-height: 16px;
    color: #666666;
    text-align: center;
}