input,select{border-radius: 5px;border: 1px solid #ececec}
.select2-container .select2-selection--single{
    height:.38rem!important;
    line-height: .38rem!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: inherit!important;
}

/*
  解决冲突
*/
/*.select2-container--default .select2-selection--single{*/
    /*line-height: inherit!important;*/
    /*height: 35px!important;*/
/*}*/
/*.select2-container--default .select2-selection--single .select2-selection__rendered{*/
    /*line-height: 35px!important;*/
    /*height: 35px!important;*/
/*}*/

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
.table>thead>tr>th{
    vertical-align: middle;
}