.noData {
    width: 100%;
    height: 450px;
    /*padding-top: 146px;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.noData .noDataImg {
    width: 178px;
    height: 177px;
    margin-bottom: 22px;
}
.noData .noData_text{
    font-family: var(--theme-global-content-font), sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #666666;
}