.bu_back {
  margin: 20px; }

.bu_detail {
  font-size: 0;
  margin: 10px; }
  .bu_detail-item {
    display: inline-flex;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    border: 1px solid #e8eaec;
    height: 40px;
    margin-left: -1px;
    margin-top: -1px; }
    .bu_detail-item-label {
      width: 30%;
      height: 40px;
      line-height: 40px;
      border-right: 1px solid #e8eaec;
      display: inline-block;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      background: #f2f2f2; }
    .bu_detail-item-value {
      width: 68%;
      display: inline-flex;
      justify-content: center;
      text-align: center;
      align-items: center; }

.bu_download {
  display: inline-block; }


.bu-ka-tree {
  margin: 10px; }

.bu-ka-tree {
  margin: 10px; }


.date_picker {
  font-size: 18px; }
  .date_picker-content_wrapper {
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    z-index: 900;
    display: inline-block; }
    .date_picker-content_wrapper-nav {
      height: 32px;
      line-height: 32px;
      text-align: center; }
      .date_picker-content_wrapper-nav-year_prev {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer; }
      .date_picker-content_wrapper-nav-year_next {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer; }
      .date_picker-content_wrapper-nav-month_prev {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer; }
      .date_picker-content_wrapper-nav-currentDate {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer; }
      .date_picker-content_wrapper-nav-month_next {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer; }
    .date_picker-content_wrapper-content th,
    .date_picker-content_wrapper-content td {
      width: 38px;
      height: 38px;
      text-align: center;
      cursor: pointer; }
    .date_picker-content_wrapper-content-year-item {
      cursor: pointer;
      padding: 10px;
      display: inline-block;
      line-height: 28px;
      margin: 10px; }
      .date_picker-content_wrapper-content-year-item.active {
        background: #2d8cf0;
        color: #fff; }
    .date_picker-content_wrapper-content-year {
      width: 216px; }
      .date_picker-content_wrapper-content-year-item {
        cursor: pointer;
        padding: 10px;
        text-align: center;
        display: inline-block;
        line-height: 28px;
        margin: 10px; }
        .date_picker-content_wrapper-content-year-item.active {
          background: #2d8cf0;
          color: #fff; }
    .date_picker-content_wrapper-content-month {
      width: 216px; }
      .date_picker-content_wrapper-content-month-item {
        cursor: pointer;
        padding: 10px;
        text-align: center;
        display: inline-block;
        line-height: 28px;
        margin: 10px; }
        .date_picker-content_wrapper-content-month-item.active {
          background: #2d8cf0;
          color: #fff; }
    .date_picker-content_wrapper-content-day-item {
      color: #c5c8ce;
      border-radius: 50%; }
      .date_picker-content_wrapper-content-day-item:hover {
        background: #c5c8ce;
        color: #fff !important; }
      .date_picker-content_wrapper-content-day-item.isCurrentMonth {
        color: #000; }
      .date_picker-content_wrapper-content-day-item.active {
        background: #2d8cf0;
        color: #fff; }

.ba-button {
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms; }
  .ba-button a {
    color: #fff;
    text-decoration: none;
    outline: none; }
    .ba-button a:hover {
      color: #fff; }
  .ba-button.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6; }
  .ba-button--primary {
    background-color: #348fe2;
    border-color: #348fe2; }
  .ba-button--white {
    background-color: #fff;
    border: 1px solid #e2e7eb;
    color: #333;
    font-weight: 400; }
  .ba-button--success {
    background-color: #4fc08d;
    border-color: #4fc08d; }
  .ba-button--danger {
    background-color: #ff5252;
    border-color: #ff5252; }

.ripple {
  position: relative;
  overflow: hidden; }

.ba-export:hover {
  color: #fff; }

.baCheckBox {
  display: inline-flex;
  height: 28px;
  align-items: center;
  margin-left: 10px; }
  .baCheckBox.disabled input {
    pointer-events: none;
    opacity: 0.5; }
  .baCheckBox-box {
    margin-right: 5px; }

.ba_dialog {
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center; }
  .ba_dialog-content {
    margin: 100px auto 0;
    border: 1px solid #bec2c9;
    background: #fff;
    padding: 40px;
    padding-top: 10px;
    display: inline-block;
    min-width: 200px; }
    .ba_dialog-content-head {
      position: relative;
      height: 30px;
      line-height: 30px;
      margin-bottom: 20px; }
      .ba_dialog-content-head-title {
        font-size: 18px;
        color: #303133;
        position: absolute;
        left: 50%;
        transform: translate(-50%); }
      .ba_dialog-content-head-close {
        font-size: 18px;
        color: #303133;
        position: absolute;
        right: -25px;
        top: 10px;
        font-size: 20px;
        cursor: pointer;
        background: url(/common/style/js/skin/default/icon.png) no-repeat;
        width: 16px;
        height: 16px;
        background-position: 0 -40px; }
    .ba_dialog-content-body {
      display: flex;
      justify-content: center;
      text-align: left; }


.ba_input_search {
  position: relative; }
  .ba_input_search-result {
    position: absolute;
    top: 30px;
    border: 2px solid #ccc;
    height: 220px;
    background: #fff;
    overflow: auto;
    border-radius: 5px;
    z-index: 99; }
    .ba_input_search-result-item {
      padding-left: 20px;
      height: 30px;
      line-height: 30px; }
      .ba_input_search-result-item:hover {
        cursor: pointer;
        background: #F2F6FC;
        color: #409eff; }

.ba-form-item {
  margin-bottom: 10px;
  font-size: 12px; }
  .ba-form-item_label {
    height: 30px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center; }
  .ba-form-item_content {
    line-height: 30px;
    display: inline-block; }
    .ba-form-item_content_core input {
      width: 200px;
      height: 30px;
      background: #fff;
      box-sizing: border-box;
      padding-left: 10px;
      border: 1px solid #dcdfe6;
      outline: none; }
      .ba-form-item_content_core input:hover {
        border: 1px solid #409eff;
        transition: all .3s; }
      .ba-form-item_content_core input[disabled] {
        background-color: #e5e9ed;
        opacity: 0.6;
        border-color: #ccd0d4;
        color: #555;
        cursor: not-allowed; }
    .ba-form-item_content_core input[type=radio] {
      width: 16px;
      height: 16px;
      background: none;
      border: 1px solid #dcdfe6;
      outline: none; }
      .ba-form-item_content_core input[type=radio]:hover {
        border: 1px solid #409eff;
        transition: all .3s; }
      .ba-form-item_content_core input[type=radio][disabled] {
        background-color: #e5e9ed;
        opacity: 0.6;
        border-color: #ccd0d4;
        color: #555;
        cursor: not-allowed; }
    .ba-form-item_content_core textarea {
      border: 1px solid #dcdfe6;
      outline: none;
      width: 200px; }
      .ba-form-item_content_core textarea:hover {
        border: 1px solid #409eff;
        transition: all .3s; }
      .ba-form-item_content_core textarea[disabled] {
        background-color: #e5e9ed;
        opacity: 0.6;
        border-color: #ccd0d4;
        color: #555;
        cursor: not-allowed; }
    .ba-form-item_content_core select {
      border: 1px solid #dcdfe6;
      outline: none;
      cursor: pointer;
      width: 200px;
      height: 30px;
      box-sizing: border-box;
      padding-left: 10px;
      background: #fff;
      line-height: 40px; }
      .ba-form-item_content_core select:hover {
        border: 1px solid #409eff;
        transition: all .3s; }
      .ba-form-item_content_core select[disabled] {
        background-color: #e5e9ed;
        opacity: 0.6;
        border-color: #ccd0d4;
        color: #555;
        cursor: not-allowed; }
    .ba-form-item_content_error {
      color: #f56c6c;
      font-size: 12px; }

.ba-message {
  width: 100%;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  position: fixed;
  top: 20px;
  z-index: 11021; }

.ba-message_core {
  border-radius: 5px;
  vertical-align: top;
  color: #fff;
  display: inline-block;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  animation: move 0.25s forwards; }
  .ba-message_core--success {
    background-color: #4fc08d; }
  .ba-message_core--fail {
    background-color: #ff5252; }

@keyframes move {
  from {
    margin-top: -36px; }
  to {
    margin-top: 20px; } }

.ba_page {
  margin-top: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 200px;
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 5px 25px; }
  .ba_page-total {
    position: fixed;
    bottom: 14px;
    left: 221px; }
    .ba_page-total-text {
      font-weight: 700; }
  .ba_page-item {
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: Arial;
    font-weight: 500;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    transition: border .2s ease-in-out, color .2s ease-in-out; }
    .ba_page-item.active {
      background: #242a30 !important;
      border-color: #242a30 !important;
      color: #fff; }
    .ba_page-item.disabled {
      cursor: not-allowed;
      background: #f4f4f5; }
      .ba_page-item.disabled:hover {
        border: 1px solid #dcdee2; }
    .ba_page-item:hover {
      border: 1px solid #2d8cf0; }

.ba_radio {
  height: 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 5px; }
  .ba_radio-core input {
    cursor: pointer; }

.ba_switch {
  cursor: pointer;
  display: inline-block;
  height: 21px; }
  .ba_switch.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6; }
  .ba_switch-core {
    width: 40px;
    height: 21px;
    border-color: #409eff;
    border-radius: 90px;
    background-color: #409eff;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .ba_switch-core.inactive {
      border-color: rgba(0, 0, 0, 0.25) !important;
      background: rgba(0, 0, 0, 0.25) !important; }
    .ba_switch-core-slider {
      position: absolute;
      width: 19px;
      height: 19px;
      background: #ffff;
      border-radius: 50%;
      transition: all .3s;
      top: 1px;
      left: 1px; }
      .ba_switch-core-slider.active {
        left: 20px; }
      .ba_switch-core-slider.inactive {
        left: 1px; }
  .ba_switch-label {
    display: inline-block;
    vertical-align: middle; }
    .ba_switch-label span {
      font-size: 16px; }
    .ba_switch-label.inactive span {
      color: rgba(0, 0, 0, 0.25); }

.ba-upload-wrap {
  display: inline-block; }
  .ba-upload-wrap .ba-upload {
    width: 150px;
    height: 150px;
    position: relative;
    background: url(../style/images/add.png) center no-repeat;
    border: 1px solid #ddd; }
    .ba-upload-wrap .ba-upload .common-file {
      position: absolute;
      width: 150px;
      height: 150px;
      z-index: 1;
      display: block;
      opacity: 0; }
    .ba-upload-wrap .ba-upload .img {
      width: 100%;
      height: 100%; }
  .ba-upload-wrap .ba-button input {
    display: none; }


.xxx h1 {
  color: red; }


.search .row > .col {
  height: 36px; }
  .search .row > .col:nth-child(odd) {
    display: inline-block;
    line-height: 36px;
    text-align: right; }
  .search .row > .col:nth-child(even) {
    line-height: 36px; }

.control control-slot {
  display: inline-flex;
  justify-content: center; }
  .control control-slot > * + * {
    margin-left: 10px; }
