.my {
    background: #fff;
    display: flex;
    flex-direction: column;
}
.box{
    display: flex;
    flex-direction: column;
    height:100%;
    width: 100%;
}
/*tabs样式*/
.newtabs .tabs-header{
    padding:0;
    background:none;
    border: none;
}
.newtabs .tabs{
    border-bottom: none;
    padding:0;
}
.tabs li {
    border-radius: 2px 2px 0px 0px;
    border-bottom: 1px #f0f0f0 solid;
    background:#fff;
}
.newtabs .tabs li.tabs-selected a.tabs-inner{
    width:100%;
    padding:0;
    border-radius:0;
    font-weight: normal;
    background:#6388D6;
    color:#FFFFFF;
}
.newtabs .tabs li a.tabs-inner:hover{
    width:100%;
    padding:0;
    border-radius: 0;
}
.newtabs .tabs-wrap li{
    margin:0;
    width:110px;
    border-right:1px solid #F0F0F0;
    font-size: 14px;
    color:#587ED1;
    text-align: center;
}
.newtabs .tabs li.tabs-bg a.tabs-inner {
    border-bottom: none;
    border-color: #D4D4D4;
}
.newtabs .tabs-scroller-left,.tabs-scroller-right{
    display: none !important;
    width: 0 !important;
}
.tabs-selected .tabs-icon{
    filter:grayscale(100%) brightness(300);
}


.tit_style{
    position: relative;
    margin-top: 6px;
}
.detail_infomation{
    display:grid;
    width: 96%;
    margin: 10px auto 0;
    grid-template-columns: 85% 15%;
    border: 1px solid #ccc;
}
.detail_infomation>.right{
    font-size: 16px;
    display: grid;
    justify-items: center;
    align-items: center;
    border-left: 1px solid #ccc;
}
.detail_infomation>.left{
    display:grid;
    align-items: center;
    grid-template-rows: 30px 30px 30px;
    grid-template-columns: 33% 33% 33%;
    width: 100%;
    padding-left: 8px;
}
.detail_infomation>.left .spantwo{
    grid-column-start: span 2;
}

.detail_table{
    flex:1;
    width: 96%;
    margin: 0 auto;
}
#printExcel{
    border: 1px solid #ccc;
    padding: 0;
    padding-left: 12px;
    border-radius: 6px;
    margin-top: 5px;
    height: 27px;
    line-height: 27px;
}
.datagrid-header{
    height: auto!important;
}
.datagrid-htable{
    height: auto!important;
}