/* 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: flex;
  background: #fff;
  font-weight: normal;
  font-size: 16px;
}
#mixin-pick-bar > div {
  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_dropdown {
  z-index: 9999;
  list-style-type: none;
  margin: 0;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
}
.mkbs_dropdown ul {
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  line-height: 0;
  -webkit-transition: background 0.3s, width 0.2s;
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.mkbs_dropdown ul li {
  width: 100%;
  margin: 0 !important;
  padding: 5px 12px;
  margin: 0;
  clear: both;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 22px;
  min-width: 122px;
}
.mkbs_dropdown ul li:hover {
  background-color: #e6f7ff;
  color: #1890ff;
}
.mkbs_dropdown_test {
  background-color: transparent !important;
}
.mkbs_dropdown_test ul,
.mkbs_dropdown_test li {
  background-color: transparent !important;
}
.mkbs-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
}
.mkbs-disabled a,
.mkbs-disabled span,
.mkbs-disabled div,
.mkbs-disabled b {
  color: rgba(0, 0, 0, 0.25);
}
