/* base variables */
/* text-color */
/* pin */
/* 字体大小 */
/* tab-bar */
/* 提示颜色 */
/* fee type color 引用自主版本 */
/* table相关 */
/* 表单相关 */
/* mix-in class */
#mixin-ios-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#mixin-pick-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-weight: normal;
  font-size: 16px;
}
#mixin-pick-bar > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #3296fa;
  line-height: 50px;
}
#mktable-filter-dropdown {
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.mkbs-money-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mkbs-money-wrapper.in-table .currency-dropdown {
  position: relative;
  padding-right: 4px;
}
.mkbs-money-wrapper.in-table .ant-input {
  padding-left: 8px;
}
.mkbs-money-wrapper .currency-dropdown {
  padding-right: 8px;
  padding-left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  height: 32px;
  cursor: pointer;
}
.mkbs-money-wrapper .currency-dropdown.disabled {
  cursor: default;
}
.mkbs-money-wrapper .currency-dropdown .anticon {
  color: #999;
}
.mkbs-exchange-wrapper {
  font-size: 12px;
}
.mkbs-exchange-wrapper .exchange-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
.mkbs-exchange-wrapper .exchange-collection .exchange-collection-title {
  margin-right: 4px;
}
.mkbs-exchange-wrapper .exchange-collection .exchange-amount-value {
  margin-left: 4px;
}
.mkbs-exchange-wrapper .exchange-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.mkbs-exchange-wrapper .exchange-rate .coustom-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 8px;
}
.mkbs-exchange-wrapper .exchange-rate .coustom-rate .rate {
  width: 40px;
}
.mkbs-exchange-wrapper .exchange-rate .system-rate {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mkbs-exchange-wrapper .exchange-rate .system-rate .rate-title {
  margin-right: 4px;
}
.ant-form-item .has-err .mkbs-money-wrapper .currency-dropdown {
  border-bottom: 1px solid #f11212;
}
:global .fm-revised {
  position: absolute;
  font-size: 32px;
  color: #FF7100;
  opacity: 0.4;
  right: 48px;
  bottom: 0;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
:global .money-currency-down {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
:global .money-currency-up {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.city-names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 18px;
}
.city-names .fm-huaban1 {
  color: #e1e1e1;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 16px;
  cursor: pointer;
}
.mkbs-city-field-wrapper {
  position: relative;
}
.mkbs-city-field-wrapper .anticon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  background: #3296fa;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  cursor: pointer;
}
.mkbs-city-field-wrapper:hover .anticon {
  opacity: 1;
}
.mkbs-city-field-display-value.mkbs-city-field-cell {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  line-height: unset;
}
.mkbs-city-field-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mkbs-city-field-list-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.mkbs-city-field-list-item {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 15px 11px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.mkbs-city-field-list-item:hover {
  background: #f7f7f7;
}
.mkbs-city-field-list-item_desc {
  opacity: 0.45;
}
.mkbs-city-field-list-item .fm-checking {
  margin-right: 5px;
  color: #3296fa;
  font-size: 14px;
}
.mkbs-city-field-list-empty-text {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bbb;
  min-height: 100px;
  height: 100%;
}
.mkbs-city-field-list-display-value-clone {
  height: auto;
  padding: 4px 0;
  line-height: 18px;
  border-bottom: 1px solid #eee;
  margin: 5px 10px;
}
.has-err .mkbs-city-field-display-value {
  border-color: #f00000;
}
.mkbs-city-field-display-value {
  min-height: 32px;
  position: relative;
  height: auto;
  padding: 0 0;
  line-height: 32px;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.mkbs-city-field-display-value:hover {
  border-color: #3296fa;
}
.mkbs-city-field-display-value .placeholder {
  color: #bbb;
}
.mkbs-city-field-display-value .ant-select-arrow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.mkbs-city-field-display-value .ant-select-arrow.up {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mkbs-city-field-display-value .ant-select-arrow.down {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mkbs-city-field-display-value.readonly {
  border-bottom: 1px dashed #eee;
  cursor: not-allowed;
}
.mkbs-city-field-display-value.readonly:hover {
  border-bottom-color: #eee;
}
.mkbs-city-field-display-value.readonly .ant-select-arrow {
  display: none;
}
.mkbs-city-field {
  position: relative;
  min-width: 400px;
}
.mkbs-city-field .dropdown {
  position: absolute;
  top: 27px;
  width: 100%;
  max-height: 400px;
  min-height: 200px;
  min-width: 200px;
  overflow: auto;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 4px;
  z-index: 99;
}
.mkbs-city-field .dropdown.in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mkbs-city-field .dropdown.in.up {
  bottom: 0;
  top: unset;
}
.mkbs-city-field .dropdown .search {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10px 15px 5px;
  background-color: #fff;
}
.mkbs-city-field .dropdown .search input {
  background-color: #f7f7f7;
  padding: 5px !important;
  border: none;
}
.mkbs-city-field .dropdown .search-pane .ant-list .ant-list-item-meta:hover {
  background-color: #e6f7ff;
}
.mkbs-city-field .dropdown .search-pane .ant-list .ant-list-item-meta-content {
  margin-left: 15px;
  padding: 3px 0;
  border-bottom: 1px solid #e1e1e1;
}
.mkbs-city-field .dropdown .search-pane .ant-list .ant-list-item-meta-content .ant-list-item-meta-title {
  margin-bottom: 0;
  color: #333;
}
.mkbs-city-field .dropdown .search-pane .ant-list .ant-list-item-meta-content .ant-list-item-meta-description {
  font-size: 12px;
}
.mkbs-city-field .dropdown .hot-city-pane,
.mkbs-city-field .dropdown .nav {
  width: 100%;
  padding: 0 15px;
  background: #fff;
}
.mkbs-city-field .dropdown .hot-city-pane .sub-title {
  line-height: 26px;
  font-size: 12px;
  color: #959595;
}
.mkbs-city-field .dropdown .hot-city-pane .hot-city-list {
  line-height: 33px;
}
.mkbs-city-field .dropdown .hot-city-pane .hot-city-list .ant-btn {
  height: 24px;
  padding: 0 7px;
  line-height: 24px;
  border-radius: 2px;
  font-size: 12px;
  color: #555;
  border-color: #e1e1e1;
  margin-right: 8px;
}
.mkbs-city-field .dropdown .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 40px;
}
.mkbs-city-field .dropdown .nav .ant-radio-group {
  margin-right: 10px;
}
.mkbs-city-field .dropdown .nav .ant-radio-group .ant-radio-button-wrapper {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}
.mkbs-city-field .dropdown .nav .ant-radio-group .ant-radio-button-wrapper:first-child {
  border-radius: 2px 0 0 2px;
}
.mkbs-city-field .dropdown .nav .ant-radio-group .ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.mkbs-city-field .dropdown .nav .crumb .crumb-item {
  display: inline-block;
  position: relative;
  line-height: 27px;
  font-size: 14px;
  padding: 0 14px 0 12px;
  color: #3296fa;
  cursor: pointer;
}
.mkbs-city-field .dropdown .nav .crumb .crumb-item:first-child {
  padding-left: 0;
}
.mkbs-city-field .dropdown .nav .crumb .crumb-item:after {
  content: '/';
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 27px;
  color: #e1e1e1;
}
.mkbs-city-field .dropdown .nav .crumb .crumb-item:last-child {
  color: #757575;
}
.mkbs-city-field .dropdown .nav .crumb .crumb-item:last-child:after {
  content: none;
}
.mkbs-city-field .dropdown .ant-list-item {
  padding: 0;
  border: none;
  cursor: pointer;
}
.mkbs-city-field .dropdown .ant-list-item:hover {
  background-color: #e6f7ff;
}
.mkbs-city-field .dropdown .ant-list-item .ant-list-item-extra-wrap,
.mkbs-city-field .dropdown .ant-list-item .ant-list-item-no-flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 15px;
  padding: 11px 15px 11px 0;
  border-bottom: 1px solid #eee;
}
.mkbs-city-field .dropdown .ant-list-item .ant-list-item-extra-wrap .ant-list-item-extra .fm,
.mkbs-city-field .dropdown .ant-list-item .ant-list-item-no-flex .ant-list-item-extra .fm {
  font-size: 12px;
}
.mkbs-city-field .dropdown .action-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.has-error .city-picker .display-value {
  border-bottom-color: #f11212;
}
:global .fm-revised {
  position: absolute;
  font-size: 32px;
  color: #FF7100;
  opacity: 0.4;
  right: 48px;
  bottom: 0;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.mkbs-textarea-field {
  position: relative;
}
.mkbs-textarea-field.intable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mkbs-textarea-field.intable .count {
  margin-left: 4px;
}
.mkbs-textarea-field textarea.ant-input {
  min-height: 32px;
}
.mkbs-textarea-field .count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mkbs-textarea-field .count .total-count {
  color: #ccc;
}
.mkbs-number-field .ant-input-number {
  width: 100%;
}
.mkbs-date-field .ant-calendar-picker {
  width: 100%;
}
.mkbs-date-field_table-cell .ant-input {
  border: 1px solid #e1e1e1;
  padding: 4px 5px;
}
.mkbs-date-field_table-cell .ant-calendar-picker-icon {
  right: 12px !important;
}
.mkbs-date-field_normal .ant-calendar-range-picker-input {
  text-align: left;
}
:global .fm-revised {
  position: absolute;
  font-size: 32px;
  color: #FF7100;
  opacity: 0.4;
  right: 48px;
  bottom: 0;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.mkbs-mk-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mkbs-mk-loader.mkbs-mk-loader-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mkbs-mk-loader .loader-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border-radius: 100%;
}
.mkbs-mk-loader .loader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mkbs-mk-loader .loader-wrapper > div {
  border-color: #3296fa;
  border-bottom-color: transparent;
}
.mkbs-mk-loader.mkbs-mk-loader-embed {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
  margin-right: 5px;
}
.mkbs-mk-loader.mkbs-mk-loader-embed .loader-body {
  background-color: transparent;
  padding: 0;
}
.mkbs-mk-loader.mkbs-mk-loader-mask {
  position: absolute;
}
.mkbs-option-field_display-value {
  height: auto;
  padding: 4px 0;
  line-height: 18px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mkbs-option-field_display-value .fm-more-o {
  color: #3296fa;
  margin-left: 5px;
}
.mkbs-option-field_display-value.origin {
  padding: 6px 12px;
  border: 1px solid #d9d9d9;
}
.mkbs-option-field_display-value.origin:hover {
  border-color: #40a9ff;
}
.mkbs-option-field_display-value:hover {
  border-bottom-color: #40a9ff;
}
.mkbs-option-field_display-value:hover .ant-select-arrow-font {
  color: #40a9ff;
}
.mkbs-option-field_display-value:hover .ant-select-clear {
  opacity: 1;
}
.mkbs-option-field_display-value:hover .ant-select-arrow-hide {
  display: none;
}
.mkbs-option-field_display-value.readOnly {
  border-bottom: 1px dashed #d9d9d9;
  cursor: not-allowed;
}
.mkbs-option-field_display-value.readOnly:hover .ant-select-arrow-font {
  color: #00000040;
}
.mkbs-option-field_display-value.readOnly:hover .ant-select-arrow-hide {
  display: block;
}
.mkbs-option-field_display-value .placeholder {
  color: #bbb;
}
.mkbs-option-field_display-value .ant-select-arrow-font {
  position: static;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #00000040;
  font-size: 12px;
}
.mkbs-option-field_display-value .ant-select-clear {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  background: #40a9ff;
  opacity: 0;
}
.mkbs-option-field_display-value .ant-select-showStandingBook {
  position: absolute;
  right: 33px;
  top: -21px;
  font-weight: 400;
  font-size: 12px;
  color: #3296fa;
}
.mkbs-option-field {
  position: relative;
}
.mkbs-option-field .crumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  line-height: 24px;
  border-bottom: 1px solid #eee;
}
.mkbs-option-field .crumbs .crumb-item .crumb-name {
  cursor: pointer;
  color: #3296fa;
}
.mkbs-option-field .crumbs .crumb-item .split {
  margin: 0 4px;
  color: #888;
}
.mkbs-option-field .crumbs .crumb-item:last-child .crumb-name {
  color: #333;
}
.mkbs-option-field .dropdown {
  display: none;
  position: absolute;
  top: 27px;
  width: 100%;
  min-width: 250px;
  max-height: 300px;
  min-height: 200px;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-top: 4px;
  border-radius: 4px;
  z-index: 99;
}
.mkbs-option-field .dropdown .mkbs-option-field_display-value-clone {
  height: auto;
  padding: 4px 0;
  line-height: 18px;
  border-bottom: 1px solid #d9d9d9;
  margin: 2px 7px;
}
.mkbs-option-field .dropdown.in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mkbs-option-field .dropdown .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-bottom: 1px solid #eee;
  padding: 5px 12px;
  background-color: #fff;
}
.mkbs-option-field .dropdown .search input {
  background-color: #f7f7f7;
  padding: 5px !important;
  border: none;
}
.mkbs-option-field .dropdown .ant-list {
  overflow: auto;
}
.mkbs-option-field .dropdown .ant-list .ant-list-item {
  padding: 8px 12px;
  border-bottom: none;
  cursor: pointer;
}
.mkbs-option-field .dropdown .ant-list .ant-list-item:hover {
  background-color: #e6f7ff;
}
.mkbs-option-field .dropdown .ant-list .ant-list-item .item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mkbs-option-field .dropdown .ant-list .ant-list-item .item-name .fm-paper {
  margin-right: 5px;
  color: #3296fa;
}
.mkbs-option-field .dropdown .ant-list .ant-list-item .item-name .full-path {
  padding-left: 20px;
  word-break: break-all;
  font-size: 12px;
}
.mkbs-option-field .dropdown .panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
.mkbs-option-field .dropdown .empty-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #888;
}
.mkbs-option-field .dropdown .item {
  padding: 5px 12px;
  line-height: 22px;
  cursor: pointer;
}
.mkbs-option-field .dropdown .item:hover {
  background-color: #e6f7ff;
}
.mkbs-option-field .dropdown .item .fm {
  color: #3296fa;
  margin-right: 5px;
}
.mkbs-option-field .dropdown .item-code {
  padding-left: 19px;
  line-height: 1;
  font-size: 12px;
  color: #666;
}
.has-error .mkbs-option-field .display-value {
  border-bottom-color: #f11212;
}
.mkbs-department-picker-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.mkbs-department-picker-list .opt-bar {
  margin: 0 0 5px 10px;
}
.mkbs-department-picker-list .opt-bar .select-all-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.mkbs-department-picker-list .opt-bar .select-all-btn.disabled {
  cursor: not-allowed !important;
}
.mkbs-department-picker-list .opt-bar .select-all-btn.disabled .fm-check {
  background-color: #f5f5f5;
  color: #d9d9d9;
}
.mkbs-department-picker-list .opt-bar .select-all-btn.disabled .fm-check:before {
  content: "";
}
.mkbs-department-picker-list .item-content {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #191f25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.mkbs-department-picker-list .item-content .name {
  max-width: 290px;
}
.mkbs-department-picker-list .item-content .user-info {
  margin-left: 8px;
  max-width: 200px;
}
.mkbs-department-picker-list .item-content .fullname {
  font-size: 12px;
  color: #666;
}
.mkbs-department-picker-list .item-content .name-wrapper .name,
.mkbs-department-picker-list .item-content .name-wrapper .fullname {
  color: #bcbcbc;
}
.mkbs-department-picker-list .item-content .fm-employee,
.mkbs-department-picker-list .item-content .fm-cube {
  color: #999;
  margin-right: 8px;
  font-size: 16px;
}
.mkbs-department-picker-list .item-root {
  color: #3296fa;
}
.mkbs-department-picker-list .item-root .fm-cube {
  color: #3296fa;
}
.mkbs-department-picker-list .fm-check {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}
.mkbs-department-picker-list .fm-check.selected {
  color: #fff;
  background-color: #3296fa !important;
  border-color: #3296fa !important;
}
.mkbs-department-picker-list .fm-radio {
  color: #e1e1e1;
  font-size: 16px;
  margin-right: 10px;
}
.mkbs-department-picker-list .fm-radio.disable {
  color: gray;
  cursor: not-allowed;
}
.mkbs-department-picker-list .fm-radio.disable:before {
  background-color: #eee;
  border-radius: 50%;
}
.mkbs-department-picker-list .fm-circle-check-o {
  font-size: 16px;
  color: #3296fa;
  margin-right: 10px;
}
.mkbs-department-picker-list .ant-list .ant-list-item {
  padding: 5px 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
  overflow: hidden;
}
.mkbs-department-picker-list .ant-list .ant-list-item .fm-check {
  cursor: pointer;
}
.mkbs-department-picker-list .ant-list .ant-list-item.selected .fm-check {
  background-color: #3296fa !important;
  border-color: #3296fa !important;
}
.mkbs-department-picker-list .ant-list .ant-list-item-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick {
  cursor: default;
  overflow: hidden;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick .modal-item-content {
  cursor: not-allowed;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick .fm-check {
  display: none;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick .fm-circle-check-o,
.mkbs-department-picker-list .ant-list .ant-list-item.notick .fm-radio {
  display: none;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick .modal-item-name {
  position: relative;
  top: -3px;
}
.mkbs-department-picker-list .ant-list .ant-list-item .fm-check {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.mkbs-department-picker-list .ant-list .ant-list-item .fm-organization {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 80px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  color: #3296fa;
  border-radius: 3px;
  cursor: pointer;
}
.mkbs-department-picker-list .ant-list .ant-list-item .fm-organization:before {
  font-size: 14px;
}
.mkbs-department-picker-list .ant-list .ant-list-item .fm-organization:hover {
  color: #3296fa;
  background-color: #fff;
}
.mkbs-department-picker-select {
  width: -webkit-calc(65vw) !important;
  width: calc(65vw) !important;
  max-width: 850px;
}
.mkbs-department-picker-select .ant-modal-body {
  padding: 10px 24px 0 !important;
}
.mkbs-department-picker-select .ant-modal-body .ant-tabs-tabpane {
  padding: 0 10px 0 10px;
}
.mkbs-department-picker-select .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 0 10px;
  line-height: 24px;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 15px;
}
.mkbs-department-picker-select .title .switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mkbs-department-picker-select .title .ant-switch {
  margin-right: 10px;
  height: 20px;
}
.mkbs-department-picker-select .title .ant-switch::after {
  width: 16px;
  height: 16px;
}
.mkbs-department-picker-select .title .fm-question {
  color: #3296fa;
  margin-left: 10px;
  cursor: pointer;
}
.mkbs-department-picker-select .footer .include {
  text-align: left;
  padding-left: 20px;
}
.mkbs-department-picker-select .footer .btns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
}
.mkbs-department-picker-select .footer .help {
  line-height: 36px;
  color: #999;
}
.mkbs-department-picker-select .ant-modal-footer {
  border-top: none;
}
.mkbs-popover {
  width: 250px;
}
.mkbs-empty {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mkbs-empty-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mkbs-empty-circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mkbs-empty-text {
  text-align: center;
  font-size: 14px;
  color: #bcbcbc;
  margin-top: 8px;
}
.mkbs-empty .fm {
  font-size: 48px;
  color: #c0c3cc;
}
.mkbs-department-picker-transfer {
  width: 100%;
}
.mkbs-department-picker-transfer .transfer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
}
.mkbs-department-picker-transfer .transfer-content .left,
.mkbs-department-picker-transfer .transfer-content .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
  height: 460px;
  width: 49%;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-list,
.mkbs-department-picker-transfer .transfer-content .right .ant-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
@media screen and (max-height: 850px) {
  .mkbs-department-picker-transfer .transfer-content .left,
  .mkbs-department-picker-transfer .transfer-content .right {
    max-height: 370px;
  }
}
.mkbs-department-picker-transfer .transfer-content .middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-alert {
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 12px;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-alert > i {
  left: 10px;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box .fm {
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  background-color: #fff;
  right: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #999;
  z-index: 1;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box .fm:hover {
  color: #f00000;
  background-color: #ffeef7;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box .ant-input {
  background-color: #f7f7f7;
  padding-left: 10px;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box .ant-input-group-addon {
  width: 90px;
  padding: 0;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box .ant-input-group-addon:first-child {
  border: none;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box .ant-input-group-addon .ant-select {
  width: 100%;
  padding: 0 10px;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box .ant-select-selection {
  font-size: 12px;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box .ant-select-selection .ant-select-selection__rendered {
  margin: 0;
}
.mkbs-department-picker-transfer .transfer-content .left .search-box .ant-select-selection .ant-select-arrow {
  right: 0;
}
.mkbs-department-picker-transfer .transfer-content .left .searching .ant-input-suffix {
  display: none;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-tabs {
  height: 100%;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-tabs .ant-tabs-bar {
  border-bottom-width: 3px;
  margin-bottom: 10px;
  box-sizing: content-box;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-tabs .ant-tabs-bar .ant-tabs-tab {
  padding-top: 0;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-tabs .ant-tabs-nav-container {
  bottom: -3px;
  margin-bottom: 0;
  padding: 0;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-tabs .ant-tabs-nav-container .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-tabs .ant-tabs-ink-bar {
  height: 3px;
  bottom: 0;
}
.mkbs-department-picker-transfer .transfer-content .left .ant-tabs .ant-tabs-content {
  height: -webkit-calc(100% - 48px);
  height: calc(100% - 48px);
}
.mkbs-department-picker-transfer .transfer-content .left .ant-tabs .ant-tabs-content .ant-tabs-tabpane {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mkbs-department-picker-transfer .transfer-content .left .search-list,
.mkbs-department-picker-transfer .transfer-content .left .source-list {
  margin-top: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  height: 373px;
}
.mkbs-department-picker-transfer .transfer-content .left .user-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  overflow: auto;
}
.mkbs-department-picker-transfer .transfer-content .left .opt-bar {
  margin: 8px 0 5px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.mkbs-department-picker-transfer .transfer-content .left .opt-bar .select-all-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.mkbs-department-picker-transfer .transfer-content .right .status-bar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-bottom: 3px solid #e8e8e8;
  padding: 7px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #555;
}
.mkbs-department-picker-transfer .transfer-content .right .status-bar > span {
  line-height: 18px;
}
.mkbs-department-picker-transfer .transfer-content .right .status-bar .bar-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.mkbs-department-picker-transfer .transfer-content .right .status-bar .dep-count {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 2px;
}
.mkbs-department-picker-transfer .transfer-content .right .status-bar .staff-count {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 2px;
}
.mkbs-department-picker-transfer .transfer-content .right .status-bar .clear-all {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
}
.mkbs-department-picker-transfer .transfer-content .right .status-bar .clear-all .btn {
  display: inline-block;
  padding: 3px 5px;
  cursor: pointer;
  margin-top: -4px;
  color: #3296fa;
}
.mkbs-department-picker-transfer .transfer-content .right .status-bar .clear-all .btn:hover {
  color: #f00000;
  background-color: #ffeef7;
}
.mkbs-department-picker-transfer .transfer-content .right .right-warn-alert {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}
.mkbs-department-picker-transfer .transfer-content .right .ant-alert {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 0;
  line-height: 17px;
  font-size: 12px;
  border: none;
  color: #999;
}
.mkbs-department-picker-transfer .transfer-content .right .ant-alert + .ant-list {
  border-top: none;
}
.mkbs-department-picker-transfer .transfer-content .right .ant-list {
  margin-top: 10px;
  padding: 0 10px 5px 10px;
}
.mkbs-department-picker-transfer .transfer-content .item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #191f25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mkbs-department-picker-transfer .transfer-content .item-name .name {
  max-width: 290px;
}
.mkbs-department-picker-transfer .transfer-content .item-name .user-info {
  margin-left: 8px;
  max-width: 200px;
}
.mkbs-department-picker-transfer .transfer-content .item-name .fm {
  color: #999;
  margin-right: 8px;
}
.mkbs-department-picker-transfer .transfer-content .strong {
  color: #3296fa;
  margin: 0 3px;
}
.mkbs-department-picker-transfer .transfer-content .ant-input-search .ant-input {
  height: 30px;
  font-size: 12px;
  border: 0;
}
.mkbs-department-picker-transfer .transfer-content .ant-input-search .ant-input:hover,
.mkbs-department-picker-transfer .transfer-content .ant-input-search .ant-input:focus {
  border: 0;
}
.mkbs-department-picker-transfer .transfer-content .ant-breadcrumb {
  font-size: 14px;
}
.mkbs-department-picker-transfer .transfer-content .ant-breadcrumb > span:last-child {
  color: #999;
}
.mkbs-department-picker-transfer .transfer-content .ant-breadcrumb .ant-breadcrumb-link {
  color: #191f25;
}
.mkbs-department-picker-transfer .transfer-content .ant-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
}
.mkbs-department-picker-transfer .transfer-content .ant-list-item .item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mkbs-department-picker-transfer .transfer-content .ant-list-item .fm:not(.fm-check) {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  color: #3296fa;
}
.mkbs-department-picker-transfer .transfer-content .ant-list-item .fm:not(.fm-check).fm-organization {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 12px;
}
.mkbs-department-picker-transfer .transfer-content .ant-list-item .fm:not(.fm-check).fm-organization:hover {
  background-color: #3296fa;
  color: #fff;
}
.mkbs-department-picker-transfer .transfer-content .ant-list-item .fm:not(.fm-check).fm-trash {
  cursor: pointer;
}
.mkbs-department-picker-transfer .transfer-content .ant-list-item .fm:not(.fm-check).fm-trash:hover {
  background-color: #ffeef7;
  color: #f00000;
}
.mkbs-department-picker-transfer .transfer-content .fm-check {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #fff;
  color: #fff;
  border-radius: 0;
  border: 1px solid #eee;
  font-size: 12px;
  display: inline-block;
}
.mkbs-department-picker-transfer .transfer-content .fm-check .selected {
  background-color: #3296fa;
  border-color: #3296fa;
  color: #fff;
}
.mkbs-user-group-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.mkbs-user-group-list .opt-bar {
  margin: 0 0 5px 10px;
}
.mkbs-user-group-list .opt-bar .select-all-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.mkbs-user-group-list .fm-check {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  color: #fff;
  border-radius: 100%;
  margin-right: 5px;
  font-size: 12px;
  display: inline-block;
}
.mkbs-user-group-list .fm-check.selected {
  color: #fff;
}
.mkbs-user-group-list .ant-list .ant-spin-nested-loading > .ant-spin-container {
  display: block;
}
.mkbs-user-group-list .ant-list .ant-list-item {
  cursor: pointer;
}
.mkbs-user-group-list .ant-list .ant-list-item.selected .fm-check {
  background-color: #3296fa;
  border-color: #3296fa;
}
.mkbs-user-group-list .ant-list .ant-list-item .fm-check {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 2px;
}
.mkbs-user-group-list .item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #191f25;
  margin-right: 5px;
}
.mkbs-user-group-list .item-name .fm {
  color: #3296fa;
  margin-right: 5px;
}
.nameCardContent {
  width: 322px;
  height: 425px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.nameCardContent .cardHeaderBg {
  background-color: #2174d4;
}
.nameCardContent .nameCardHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 24px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-color: #2174d4;
}
.nameCardContent .nameCardHeader .name {
  padding-top: 34px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}
.nameCardContent .nameCardHeader .corporation {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  padding-bottom: 16px;
}
.nameCardContent .nameCardHeader .headPortrait {
  width: 48px;
  height: 48px;
  border-radius: 99999px;
  background: #ccc;
}
.nameCardContent .nameCardBody {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 16px 0 16px 24px;
  overflow: auto;
}
.nameCardContent .nameCardBody .listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  padding-right: 20px;
}
.nameCardContent .nameCardBody .listItem .listItemLable {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  width: 92px;
}
.nameCardContent .nameCardBody .listItem .listItemValue {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nameCardContent .nameCardBody .listItem .listItemValue p {
  padding: 2px 0px;
}
.nameCardContent .nameCardBody .listItem .listItemValue p:first-child {
  padding-top: 0px;
}
.nameCardContent .nameCardBody .listItem .listItemValue .emptyTxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.nameCardContent .nameCardBody .listItem .listItemValue .emptyTxt .empty {
  display: block;
  height: 1px;
  width: 16px;
  background: #333333;
}
.mkbs-staff-field-select {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.mkbs-staff-field-select input {
  cursor: pointer;
  text-overflow: ellipsis;
  padding-right: 12px !important;
}
.mkbs-staff-field-select .select-down {
  position: absolute;
  line-height: 1;
  margin-top: -6px;
  top: 50%;
  right: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.mkbs-staff-field-select:hover .select-down {
  color: #3296fa;
}
.mkbs-staff-field-select .user-info {
  line-height: 27px;
  height: 27px;
  border-bottom: 1px dashed #e1e1e1;
  text-align: left;
  cursor: pointer;
}
.mkbs-staff-field-select .user-info .name-card .ant-popover-inner-content {
  padding: 0;
}
.mkbs-staff-field-select .user-info .name-card .ant-popover-arrow {
  display: none;
}
.mkbs-staff-field-select .user-info .icon-circle {
  display: inline-block;
  width: 18px;
  height: 16px;
  line-height: 15px;
  border: 1px solid #3296fa;
  border-radius: 10px;
  text-align: center;
  margin-left: 5px;
}
.mkbs-staff-field-select .user-info .fm-more-o {
  color: #3296fa;
  font-size: 12px;
}
:global .mk-select-dropdown.staff-picker-dropdown .mk-select-dropdown-menu .mk-select-dropdown-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
:global .mk-select-dropdown.staff-picker-dropdown .mk-select-dropdown-menu .mk-select-dropdown-menu-item .full-name {
  font-size: 12px;
  color: #a4a8ab;
}
:global .mk-form-item-control-wrapper .mk-select-selection-selected-value .full-name,
:global .mk-form-item-control-wrapper .mk-select-selection__choice__content .full-name {
  display: none;
}
/* collectionField */
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container :global .ant-select {
  width: 100%;
  min-width: 125px;
}
.container :global .ant-select .ant-select-selection {
  border: 1px solid #d9d9d9;
}
.container :global .ant-input {
  min-width: 135px;
  margin-left: 15px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
}
.container .staffPicker {
  height: 32px;
  line-height: 32px;
}
.container .tag {
  margin-left: 5px;
  padding: 0 2px;
  background-color: #efbc23;
  color: #fff;
  border: none;
  line-height: 26px;
}
.mkbs-city-pair-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mkbs-city-pair-field .anticon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  background: #3296fa;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  cursor: pointer;
}
.mkbs-city-pair-field:hover .anticon {
  opacity: 1;
}
.mkbs-city-pair-field.city-pair.table-cell {
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.mkbs-city-pair-field.city-pair.table-cell:hover {
  border-color: #3296fa;
}
.mkbs-city-pair-field.city-pair {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
}
.mkbs-city-pair-field.city-pair:hover {
  border-bottom-color: #3296fa;
}
.mkbs-city-pair-field.city-pair.readonly {
  border-bottom: 1px dashed #dfdfdf;
}
.mkbs-city-pair-field.city-pair.readonly .ant-select-arrow {
  display: none;
}
.mkbs-city-pair-field.city-pair .ant-select-arrow {
  position: absolute;
  right: 0;
}
.mkbs-city-pair-field_departure,
.mkbs-city-pair-field_destination {
  height: 100%;
}
.mkbs-city-pair-field_departure :global .city-picker-display-value,
.mkbs-city-pair-field_destination :global .city-picker-display-value {
  background-color: #fff;
  border: none;
}
.mkbs-city-pair-field_departure :global .ant-select-arrow,
.mkbs-city-pair-field_destination :global .ant-select-arrow {
  display: none;
}
.mkbs-city-pair-field_departure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 20%;
}
.mkbs-city-pair-field_destination {
  min-width: 44%;
}
.mkbs-city-pair-field_range-picker-separator {
  width: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mkbs-city-pair-field .mkbs-city-field-display-value,
.mkbs-city-pair-field .mkbs-city-field-display-value-clone {
  border-bottom: none;
}
.has-error .mkbs-city-pair-field.city-pair,
.has-err .mkbs-city-pair-field.city-pair {
  border-bottom-color: #f11212;
}
.mkbs-desc-text-container {
  padding: 10px;
  background-color: #f7f7f7;
}
.mkbs-desc-text-container > p {
  color: #757575;
  line-height: 23px;
}
.mkbs-desc-text-container .mkbs-desc-text-link {
  color: #3296fa;
  cursor: pointer;
}
.mkbs-desc-text-container .mkbs-desc-text-link:visited {
  border-bottom: none;
}
.mkbs-select.ant-select {
  display: block;
}
.mkbs-select .ant-select-selection__rendered {
  margin: 0;
}
:global .fm-revised {
  position: absolute;
  font-size: 32px;
  color: #FF7100;
  opacity: 0.4;
  right: 48px;
  bottom: 0;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.split-space {
  margin-bottom: 5px;
  height: 8px;
  clear: both;
  background-color: #f7f7f7;
}
.mkbs-date-range-field.table-cell .ant-input {
  border: 1px solid #d9d9d9;
}
.mkbs-date-range-field.table-cell .ant-input .ant-calendar-range-picker-input {
  padding: 3px !important;
}
.mkbs-date-range-field.table-cell .ant-calendar-picker-icon {
  right: 12px !important;
}
.mkbs-date-range-field.table-cell .date-range-arrow {
  top: 1px !important;
}
.mkbs-date-range-field.normal .ant-calendar-range-picker-input {
  text-align: left;
}
.mkbs-date-range-field.normal .ant-calendar-range-picker-separator {
  width: 11%;
}
.mkbs-city-field .fm-question {
  padding: 0;
  cursor: pointer;
}
.mkbs-city-field .fm-question:hover {
  color: #3296fa;
}
.mkbs-city-field-popover {
  width: 300px;
}
.mkbs-entity {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
.mkbs-entity .mkbs-entity-search {
  border-bottom: 1px solid #e1e1e1;
}
.mkbs-entity .mkbs-entity-search p {
  height: auto;
  padding: 4px 0;
  line-height: 18px;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 12px;
  font-weight: normal;
}
.mkbs-entity .mkbs-entity-search :global .ant-input-search {
  padding: 5px 12px;
}
.mkbs-entity .mkbs-entity-search :global .ant-input-affix-wrapper .ant-input-suffix {
  right: 24px;
}
.mkbs-entity .list {
  padding: 8px 0;
}
.mkbs-entity .list :global .fm-legal-entity {
  margin-right: 10px;
  color: #3296fa;
  font-size: 15px;
}
.mkbs-entity .list :global .mkbs-option {
  font-size: 13px;
  display: block;
}
.mkbs-entity .list :global .mkbs-opt-content {
  padding: 0;
}
.mkbs-entity .mkbs-entity-option-list {
  min-height: 100px;
  padding: 8px 0;
}
.mkbs-entity .mkbs-entity-option-list :global .fm-legal-entity {
  margin-right: 10px;
  color: #3296fa;
  font-size: 15px;
}
.mkbs-entity .mkbs-entity-option-list :global .mkbs-option {
  font-size: 13px;
  display: block;
}
.mkbs-entity .mkbs-entity-option-list :global .mkbs-opt-content {
  padding: 0;
}
.mkbs-entity .mkbs-entity-option-list .mkbs-entity-empty-text {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
}
.mkbs-entity .mkbs-entity-latest {
  padding: 8px 0;
  padding-bottom: 0;
}
.mkbs-entity .mkbs-entity-latest :global .fm-legal-entity {
  margin-right: 10px;
  color: #3296fa;
  font-size: 15px;
}
.mkbs-entity .mkbs-entity-latest :global .mkbs-option {
  font-size: 13px;
  display: block;
}
.mkbs-entity .mkbs-entity-latest :global .mkbs-opt-content {
  padding: 0;
}
.mkbs-entity :global .mkbs-opt-group .mkbs-opt-title.mkbs-opt-node {
  padding: 0;
}
.mkbs-entity :global .ant-input-search {
  background-color: #fff;
}
.mkbs-entity :global .ant-input-search input {
  background-color: #f7f7f7;
  padding: 5px !important;
  border: none;
}
.mkbs-mk-select-field :global .ant-select-dropdown-menu-item:after {
  display: none !important;
}
.mkbs-mk-select-field.origin :global .ant-select .ant-select-selection__rendered {
  margin: auto 11px;
}
.mkbs-mk-select-field.origin :global .ant-select .ant-select-arrow {
  right: 11px;
}
.mkbs-mk-select-field.origin :global .ant-select-selection:hover {
  border-color: #3296fa;
}
.mkbs-mk-select-field :global .ant-select {
  display: block;
}
.mkbs-mk-select-field :global .ant-select .ant-select-selection__rendered {
  margin: auto 0;
}
.mkbs-mk-select-field :global .ant-select .ant-select-arrow {
  right: 0;
}
body .ant-input.mkbs-trans-input,
body .ant-input.mkbs-trans-textarea {
  padding-right: 30px;
}
.anticon.mkbs-input-suffix,
.anticon.mkbs-textarea-suffix {
  position: absolute;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
}
.anticon.mkbs-input-suffix:hover,
.anticon.mkbs-textarea-suffix:hover {
  color: #3296fa;
}
.anticon.mkbs-input-suffix {
  top: 50%;
}
.anticon.mkbs-textarea-suffix {
  top: -50%;
}
.mkbs-currency-wrapper {
  position: relative;
}
.mkbs-currency-wrapper .select-arrow {
  position: absolute;
  color: #3296fa;
  line-height: 1;
  margin-top: -6px;
  top: 50%;
  right: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.mkbs-currency-wrapper:hover .select-arrow {
  color: #3296fa;
}
.mkbs-currency-wrapper .currency-down {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mkbs-currency-wrapper .currency-up {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
