/* .top-frame{
    display: flex;
} */
.column2-frame{
    display: flex;
    height: 315px;
    margin-top: 18px;
   
}
.column2-frame .stat-type-pie{
    width: 62%;
    height: 100%; 
    margin-right: 18px;
    background: #fff;
    border-radius: 5px;
}
.column2-frame .stat-type-pie .stat-type-pie-title{
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.column2-frame .stat-trend-frame{
    width: calc(38% - 18px);
    height: 100%; 
    background: #fff;
    border-radius: 5px;
}
.column2-frame .stat-trend-frame .stat-trend-frame-title{
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.column2-frame .stat-type-pie .time-group{
    padding: 10px;
    display: flex;
}
.column2-frame .stat-type-pie .form-control{
    width: 200px;
    margin-right: 10px;
}
.column2-frame .stat-rank-frame{
    width: 100%;
    height: 100%; 
    background: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
}
.stat-type-pie .stat-rank-frame-time{
    width: 200px;
    height: 33px;
    margin-right: 15px;
}
.stat-type-pie .stat-rank-frame-time .el-input__inner{
    width: 100%;
}
#inspectionStatManage .title{
    font-size: 18px;
    font-weight: bold;
    /* line-height: 33px; */
    margin-left: 20px;
   align-items: center;
}
.task-title{
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #909399;
}
.stat-title{
    margin-top: 20px;
    color: #131414;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}
.task-title2{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #909399;
    margin-bottom: 10px;
}
.task-group{
    margin: 20px 40px;
    padding-right: 40px;
}
.border-line{
    border-right: 1px solid #CFCFCF;
    /* border-image: linear-gradient(180deg, #FFFFFF 0%, #CFCFCF 51%, #FFFFFF 100%) ; */
}
.task-num{
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0px;
    color: #131414;
   
}
.task-num2{
    font-size: 28px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0px;
    color: #131414;
   
}