/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.mkui-fee-type-input {
  width: 100%;
}
.mkui-fee-type-panel {
  font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 460px;
  max-height: 460px;
  min-height: 100px;
  overflow: auto;
}
.mkui-fee-type-panel-hot-wrapper {
  padding: 8px 16px;
  border-bottom: 1px dashed #e8e8e8;
}
.mkui-fee-type-panel-hot-title {
  font-weight: 600;
}
.mkui-fee-type-panel-hot-content {
  overflow: hidden;
  margin-left: -10px;
}
.mkui-fee-type-panel-category {
  border-bottom: 1px dashed #e8e8e8;
  padding: 8px 16px;
  overflow: hidden;
}
.mkui-fee-type-panel-category-name {
  font-weight: 600;
}
.mkui-fee-type-panel-category-children-wrapper {
  overflow: hidden;
  margin-left: -10px;
}
.mkui-fee-type-panel-category:last-child {
  border-bottom: none;
}
.mkui-fee-type-panel-item {
  position: relative;
  float: left;
  cursor: pointer;
  overflow: hidden;
  padding: 2px 8px;
  margin: 2px;
  border-radius: 2px;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mkui-fee-type-panel-item:hover {
  color: #1890ff;
  background-color: #f5f5f5;
}
.mkui-fee-type-panel-item.selected {
  color: #1890ff;
  background-color: #e6f7ff;
}
.mkui-fee-type-panel-search-input {
  height: 38px;
  border-bottom: 1px solid #1890ff;
}
.mkui-fee-type-panel-search-empty {
  padding: 20px 10px;
}
.mkui-fee-type-panel-search-result {
  overflow: auto;
  padding: 10px;
  margin-bottom: 0;
}
.mkui-fee-type-panel-search-result li {
  display: inline-block;
  padding: 0 8px;
  outline: 0;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  line-height: 26px;
  border-radius: 2px;
}
.mkui-fee-type-panel-search-result li strong {
  font-weight: normal;
  color: #efbc23;
}
.mkui-fee-type-panel-search-result li:hover {
  background-color: #f1f8ff;
  color: #1890ff;
}
