/* 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-header.ant-layout-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 16px 0 0;
  background-color: #3296fa;
}
.mkbs-header-logo {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 220px;
  padding-left: 44px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mkbs-header-logo .logo-content > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 114px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mkbs-header-logo .logo-content img {
  height: 28px;
  width: 104px;
}
.mkbs-header-logo .anticon {
  margin-right: 22px;
  cursor: pointer;
}
.mkbs-header-logo-collapsed {
  width: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.mkbs-header-logo-collapsed .logo-content {
  display: none;
}
.mkbs-header-logo-collapsed .anticon {
  margin: 0;
}
.mkbs-header-menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mkbs-header .right-menu .ant-menu .rightMenu {
  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;
  height: 50px;
  width: 50px;
}
.mkbs-header .right-menu .ant-menu .ant-menu-item {
  padding: 0;
  text-align: center;
}
.mkbs-header .right-menu .ant-menu .ant-menu-item > a {
  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;
  height: 50px;
  width: 50px;
}
.mkbs-header .right-menu .ant-menu .ant-menu-item .fm {
  font-size: 18px;
}
.mkbs-header .right-menu .ant-menu .ant-menu-submenu,
.mkbs-header .right-menu .ant-menu .ant-menu-submenu-title,
.mkbs-header .right-menu .ant-menu .ant-menu-submenu-title > a {
  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;
  height: 50px;
  width: 50px;
}
.mkbs-header .right-menu .ant-menu .ant-menu-submenu.ant-menu-submenu-active,
.mkbs-header .right-menu .ant-menu .ant-menu-submenu:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mkbs-header .right-menu .ant-menu .ant-menu-submenu .ant-menu-submenu-title img {
  margin: 0 -13px;
}
.mkbs-header .right-menu .ant-menu .ant-menu-submenu .ant-menu-submenu-title .fm {
  color: #fff;
}
.mkbs-header .ant-menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: transparent;
  line-height: 50px;
  height: 50px;
  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-header .ant-menu .ant-menu-item {
  padding: 0 26px;
}
.mkbs-header .ant-menu .ant-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mkbs-header .ant-menu .ant-menu-item > a {
  color: #fff;
}
.mkbs-header .ant-menu .ant-menu-item.ant-menu-item-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.mkbs-header .ant-menu .ant-menu-item-group-title {
  display: none;
}
.mkbs-header .ant-menu .ant-menu-item-group-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mkbs-header .ant-menu .ant-menu-item-group-list .ant-menu-item {
  padding: 0 16px;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub {
  background-color: #fff;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-item {
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-item:hover {
  color: #3296fa;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-item > a {
  display: block;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-item > span {
  display: block;
  padding: 0 16px;
}
