.query-condition{
    margin:auto;
    padding-left: 7%;
    font-size:14px;
    padding-top: 60px;
    background-color: #fff;
}

.query-condition input{
    width: 72%;
    font-size:14px;
}

.query-condition textarea{
    width: 72%;
    font-size:14px;
    border: 1px solid #e5e5e5;
    height: 80px;
}
.query-condition label{
    width: 28%;
}
.mui-input-row select{
    width: 72%;
    padding-left: 10px;
    border: 1px solid rgba(0,0,0,.2);
    font-size:14px;
    color: #666;
}
.query-Btn{
    width: 80%;
    margin-left: 10%;
}
.df-box{
    width: 90%!important;
}
.queryTip{
    color: red;
}
.query-condition .mui-input-row{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}
.query-condition .mui-input-row:last-of-type{
    border-bottom:none;
}

.BRoleQueryBtn{
    margin-left: -10%;!important;
    color: #ccc;!important;
}