.fixed-sub-menu {
  z-index: 2002;
  display: none;
  position: fixed;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 8px rgba(90, 90, 90, 0.2);
  border: #5DADE2 1px solid;
}

.fixed-sub-menu .item {
  display: flex;
  padding: 10px 20px;
  border-bottom: #e6e6e6 1px solid;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
  color: #111;
}

.fixed-sub-menu .item.plain {
  border-bottom: 0;
  padding: 8px 20px;
}

.fixed-sub-menu .item a {
  color: #000;
  font-weight: 500;
}

.fixed-sub-menu .item:hover {}

.fixed-sub-menu .item:hover {
  background-color: #f1f2fb;
}

.fixed-sub-menu .abbr {
  width: 50px;
  margin-right: 15px;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #999;
}

.new-icon {
  background-color: #ffffaa;
  color: #333;
  font-weight: 600;
  font-size: 0.75em;
  padding: 3px;
  border-radius: 8px;
}
