.main-style {
    /*box-sizing: border-box;*/
    height: 100%;
    width: 100%;
}

.no_data {
    width: 100%;
    height: 80vh;
    min-height: 80%;
}

.no_data {
    text-align: center;
    clear: both;
    background-color: #fafafa;
}

.no_dataImg {
    width: 240px;
    padding: 170px 0px 50px 0px;
}

.no_dataText {
    text-align: center;
    padding: 0px 0px 90px 0px;
    color: #bebebe;
    font-size: 24px;
    font-weight: bold;
}

.no_but {
    width: 100%;
    height: 20vh;
    padding-bottom: 0;
}

.no_but_remark {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
}