/*S布局部份*/
main,footer{
    position: absolute;
    right: 0;
    left: 0;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    line-height: 24px;
    background-color: #76b852;
    display: flex;
}
main{
    top: 24px;
    bottom: 200px;
    display: flex;
}
footer{
    height: 200px;
    bottom: 0;
    border-top: 1px solid;
}
main>div{
    height: 100%;
}
.box-price{
    width: 300px;
    position: relative;
}
.box-menu{
    width: 100px;
    border-right: 1px solid;
    border-left: 1px solid;
}
.box-work{
    flex: 1;
}
.box-other{
    /*width: 200px;*/
    width: 0;
    border-left: 1px solid;
}
.header{
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #EEEEEE;
    text-align: center;
}
.hide{
    display: none;
}
/*E布局部分*/
/*S 头部部分*/
#search-type{
    vertical-align: top;
    height: 0.4rem;
    margin-top: 0.04rem;
    outline: none;
    border: none;
}
#search-input{
    border: none;
    padding: 0 12px;
    height: 0.4rem;
    margin-top: 0.04rem;
    background-color: #ffffff;
    vertical-align: top;
    font-size: 12px;
}
#search-input:focus{
    border-color: #3c8dbc;
    box-shadow: none;
    outline: 0;
}
#search-btn{
    display: inline-block;
    width: 30px;
    height: 100%;
    background: url(../img/search.png) center center no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
}
#manage-name{
    width: 100px;
    text-align: center;
    border-left: 1px solid;
    color: #fff;
}
#busy{
    width: 70px;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid;
    color: #fff;
}
#change-busy{
    position: absolute;
    top: 24px;
    right: 0;
    width: 70px;
    text-align: center;
    background-color: #999999;
    display: none;
    z-index: 10;
    color: #fff;
}
.change-busy-item{
    height: 0.5rem;
    line-height: 0.5rem;
}
.change-busy-item:hover{
    cursor: pointer;
    background-color: #aaa;
}
.busy-icon-down {
    background: url(../img/u544.png) 52px center no-repeat;
    background-size: 8px 6px;
}
.busy-icon-up {
    background: url(../img/u551.png) 52px center no-repeat;
    background-size: 6px 8px;
}
/*E 头部部分*/

/*S 报价部分*/
.product-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1rem;
}
#product{
    height: 100%;
    overflow: scroll;
}
.product-row{
    display: flex;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.product-row>div{
    flex: 1;
    display: inline-block;
}
.price_push_item{
  padding: 10px;
}
/*E 报价部分*/

/*S 菜单部分*/
.menu-item{
    cursor: pointer;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 6px;
}
.menu-item:hover{
    background-color: #EEEEEE;
}
.menu-item.active{
    background-color: #8D8D8D;
}
/*E 菜单部分*/

/*S 工作区域*/
.work-item{
    height: 100%;
    position: relative;
}
.list-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5rem;
    bottom: 0;
    overflow: scroll;
}
#check-set-info{
    height: 50%;
    text-align: center;
}
#route-title{
   padding-top: 2rem;
}
.bid{
    color: #FF0000;
}
.ask{
    color: #0000FF;
}
#orderList{
    height: 50%;
    overflow: scroll;
    border-top: 1px solid #EEE;
}
.order-list-row{
    display: flex;
    height: 0.5rem;
    line-height: 0.5rem;
    border-bottom: 1px solid #EEE;
}
.order-list-row>div{
    flex: 1;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #EEE;
}
.order-list-row .tag-info{
    flex:3;
}
.order-list-row .money-info{
    flex:8;
    text-align: left;
    padding-left: 7px;
    font-weight: bold;
}
.wait{
    text-align: center;
    font-size: 0.5rem;
    padding-top: 2rem;
}
.showgateway{
    line-height: 0.16rem;
}
/*E 工作区域*/

/*S 批单队列*/
.check-row{
    display: flex;
    height: 0.5rem;
    line-height: 0.5rem;
    border-bottom: 1px solid #EEE;
}
.check-row>div{
    flex: 1;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #EEE;
}
/*E 批单队列*/

/*S 底部区域*/
.footer-item{
    height: 180px;
    overflow: scroll;
}
.footer-tab{
    display: flex;
    position: absolute;
    bottom: 1px;
    height: 24px;
    line-height: 24px;
    background-color: #eee;
    width: 100%;
}
.footer-tab-item{
    width: 40px;
    text-align: center;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    cursor: pointer;
}
.footer-tab-item.active{
    background-color: #fff;
    border-top: none;
}
.footer-last-tab{
    flex: 1;
    border-top: 1px solid #999;
    text-align: right;
    padding-right: 20px;
}
.order-list-row .time {
    flex: 2;
}
/*E 底部区域*/