::ng-deep .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
::ng-deep .form-search {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
::ng-deep .form-search .form-item {
  display: inline-block;
  align-items: center;
  height: 32px;
  margin-bottom: 16px;
  margin-right: 24px;
  width: 270px;
}
::ng-deep .form-search .form-item .form-item-input {
  display: flex;
  align-items: center;
  min-width: 220px;
}
::ng-deep .form-search .form-item .lable {
  padding-right: 6px;
  min-width: 70px;
  text-align: right;
}
::ng-deep .form-item-input .input {
  width: 200px;
}
::ng-deep .leftBox {
  display: flex;
  flex-wrap: wrap;
}
::ng-deep [left] {
  border-right: 1px solid #ddd;
  width: 100%;
  padding-right: 24px;
  flex: 3;
}
::ng-deep [right] {
  padding-left: 24px;
  height: 100%;
}
::ng-deep [right] .ant-btn.ant-btn-primary {
  width: 60px;
  height: 32px;
}
::ng-deep .show {
  margin-left: 8px;
  font-size: 12px;
}
