/* 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-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;
}
