.form_filter {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.form_filter table {
    width: calc(100% - 150px);
}
.form_filter tr, th, td{

}
.form_filter tr {

}
.form_filter tr>* {
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    padding: 0 20px;
    border-right: 1px solid #ddd;
}
.form_filter th {
    width: 150px;
    font-weight: 500;
    color: #333;
    background: #ecf4f8;
}
.form_filter td {

}
.form_filter input, .form_filter select {
    width: 100%;
    height: 32px;
    padding: 2px 10px;
    line-height: 28px;
    font-size: 16px;
}
.my_info_sub_tit {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.form_filter_btn {
    min-width: 125px;
    font-size: 18px;
    color: #fff;
    background: #0094dc;
    padding: 0 10px;
    transition: .3s;
}

