.menus {
  color: #000;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  min-width: 1.8rem;
  text-align: left;
  padding: 0.2rem;
  width: 200px;
}
.menus > div {
  line-height: 2.2;
}
.menus > div a {
  color: #314659;
  display: block;
  padding: 0 0.2rem;
  text-decoration: none;
  cursor: pointer;
}
.menus > div a:hover {
  color: #1890ff;
}
.menus > div a.flex {
  display: flex;
}
.menus > div a.disabled {
  color: #ccc;
  cursor: default;
}
.menus .line {
  background-color: transparent !important;
  padding: 0;
  margin: 0.05rem 0;
  border-top: 1px solid #eee;
}
