body {
    font-size: 12px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: '微软雅黑';
}

.dialog-tool-separator{
    float: none;
}
#tb{
    padding:0 5px;
    height:auto;
}
#searchForm{
    padding:5px 0
}
.searchBtnContainer{
    display: inline;
}

/*region 统计图样式表 */
#table_photo td {
    border: 1px solid #ccc;
    text-align: center;
}
#zxtj{
    height: 100%;
    display: flex;
    flex-direction: row ;
    justify-content: space-around;
    align-items: center
}
#bingtj{
    height: 100%;display:none; flex-direction: row ;justify-content: space-around;align-items: center
}
.charttj {
    width: 100%;
    height: 100%;
}
.bingtj {
    width: 50%;
    height: 100%;
}
.kuang0{
    display:flex; flex-direction: row;justify-content: flex-end;align-items: center;padding-right: 20px;position: absolute;top: 35px;right: 2%;z-index: 999
}
.kuang1 {
    height: 40px;
    display: flex;
    flex-direction: row;
    padding: 5px;
}
.kuang2 {
    width: 50px;
    height: 100%;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #999999;
}
.formTable{
    padding: 10px;
}
.icon-qrcode {
    background: url(../icons/qrcode.png) center center no-repeat;
    background-size:100% 100%;
}
/*endregion*/