html{
    font-size: 12px !important;
}
.toolBar{
    width:100%;
    box-sizing: border-box;
    height: 3rem;
    padding-left: 0px;
    line-height: 3rem;
    background: #fff;
    font-size: 16px !important;
}
.back {
     display: inline-block;
     height: 60px;
     margin-left: 0;
    font-size: 16px !important;
 }
form#form table td span{
    font-size: 12px !important;
}
form#form table td{
    font-size: 12px !important;
}
form#form table td span input{
    font-size: 12px !important;
}
form#form div.datagrid-header table td[field] div{
    word-wrap: break-word;
    writing-mode: vertical-rl ;
}form#form div.datagrid-body table td[field] div{
     word-wrap: break-word;
 }
 .easyui-Qrcode{
     margin-left: 16px !important;
     margin-top: 20px;
     display: list-item;
 }
.easyui-Qrcode canvas{
    height: 180px;
    width: 180px;
}
.my{
    width:100%;
    height:100%;
}
.main_box{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width:100%;
    height:100%;
    /*padding-top: 60px;*/
}
.content{
    width:99%;
    margin:0 auto;
    margin-top:5px;
    flex-grow: 1;
    background:#fff;
    overflow-y: auto;
    padding-bottom: 100px !important;
}
.show_title{
    width: 100%;
    height: 2rem;
    padding-left: 0.5rem;
    line-height: 2rem;
    font-size: 16px;
    border-bottom: 1px solid #F5F5F5;
}
.show_info{
    /*min-height:240px;*/
    display:flex;
}
.show_status{
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.5rem;
    /* height: 100%; */
    background: #437DCD;
    color: #fff;
    font-size: 1.2rem;
}
.base_info{
    flex-grow: 1;
    padding:0.5rem;
}
.statue_box{
    text-align: center;
}
.showInfo_title{
    display:flex;
    justify-content:space-between;
    font-size: 1rem !important;
}
.info_creater{
    padding-right:2rem;
}
.info_create{
    flex: none;
}
.info_create span{
    display: inline-block;
    vertical-align: middle;
    width:1.5rem;
    height:1.5rem;
}
.showInfo_title h1{
    flex-shrink: 1;
    overflow-x: hidden;
}
.showInfo_row{
    margin-top:0.5rem;
    font-size: 0.9rem;
    color: #666666;
}
.btn_area{
    display:flex;
    flex-wrap: wrap;
    color: #666666;
}
.time_part .showInfo_row>span:last-child{
    color: #587ED1;
}
.btn_box{
    margin-top: 0.5rem;
    flex: 1;
    display: flex;
    align-items:flex-end;
    justify-content:flex-end;
}
.btn_box div{
    width: 4.5rem !important;
    height: 2rem;
    border-radius: 0.5rem;
    line-height: 2rem;
    margin-right: 1.1rem !important;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 0.75rem;
    background: #DFEDF9;
}
.status_mark{
    font-weight: normal;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    background:#ddd;
    color:#fff;
    border-radius: 0.5rem;
}
.show_table{
    overflow-x:hidden;
    overflow-y: auto;
    padding: 0.5rem;
    border: 1px solid #ccc;
    height: auto;
    /*width: 1000px;*/
}
table td{
    border: 1px solid #333;
}
.qrcode_box{
    float:left;
    width:8rem;
    margin:1rem 2.5rem;
    font-size:1rem;
}
.qrcode_box img{
    width:7rem;
    height:7rem;
}
.jobs_input{
    width: 7rem;
    min-height:3rem;
    float:left;
    margin-top:1rem;
    padding-bottom:0.25rem;
    box-sizing: border-box;
    border: 1px solid #2980e1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.jobs_input .jobs_name{
    border-radius:0.25rem;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color:#2980e1;
}
@media screen and (max-width: 800px) {
    .btn_box {
        flex: 0;
    }
}
@media screen and (max-width: 1280px) {
    html{
        font-size:18px ;
    }
}
.ProcessExplain{
    box-sizing:border-box;
}
#proposalWin span.textbox{
    width: 100% !important;
    height: 86px !important;
}