/* 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-ant-view-input {
  width: 100%;
  min-height: 27px;
  line-height: 18px;
  padding: 4px 0;
  word-wrap: break-word;
  word-break: normal;
  border-bottom: 1px dashed #eee;
  cursor: not-allowed;
}
.mkbs-ant-view-input.full-border {
  border: 1px dashed #eee;
}
.mkbs-ant-view-input .full-name-popover {
  cursor: pointer;
}
.mkbs-ant-view-input .full-name-popover .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-ant-view-input .full-name-popover :global .fm-more-o {
  color: #3296fa;
  font-size: 12px;
}
.mkbs-ant-view-input .empty-text {
  color: #bbb;
}
