.titlediv{
    width:98%;
    height:33px;
    padding:12px 0px 12px 0px;
}
.bluediv{
    width:7px;
    height:18px;
    background:#409eff;
    float:left;
}
.contentdiv{
    width:8%;
    height:21px;
    padding:0px 22px;
    line-height: 21px;
    background:#fff;
    float: left;
    font-size:16px;
}
.linediv{
    width:86%;
    height:10px;
    float: left;
    border-bottom:1px solid #eef1f4;
}


.logodiv{
    width:100%;
    background:#1664a2;
    float:left;
    height: 60px;
}
.logoutdiv{
    width:100%;
    background:#1664a2;
    float:left;
    height: 60px;
}
.logo{
    /* width:40px;
    height:40px;
    float: left;
    margin: 8px 2px 4px 10px;
    background:#fff;
    vertical-align: middle;
    border-radius:50px; */
    width:90px;
    height:46px;
    float: left;
    margin: 6px 2px 2px 2px;
    vertical-align: middle;
}
.logofont{
    /* font-family: "微软雅黑"; */
    font-size: 22px;
    font-weight: 600;
    line-height: 55px;
    color: #fff;
    text-align: left;
    float: left;
    /*text-indent: 8px;*/
}
.logoutfont{
    /* font-family: "微软雅黑"; */
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    float: center;
    text-indent: 8px;
}
.mainDiv{
    height:100vh;
    width:98%;
  text-align: left;
    margin: auto;
    overflow-y: auto;
}

.mb {
  margin-bottom: 150px;
}
.tableHeader{
    font-weight:bold;
    font-size:14px;
    height:50px;
}
.upload-demo{
    text-align: left;
    margin-right:40%;
}
