#sm_container {
  position: relative;
  margin: 0;
  padding: 12px 10px;
  width: 100%;
  height: auto;
  background-color: #506075;
  color: #eee;
}
#sm_container .sm_memu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px 0;
  font-size: 0.95em;
  line-height: 20px;
  gap: 6px;
}
#sm_container .sm_memu img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
#sm_container .me_menu {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
#sm_container .me_menu a {
  width: 100%;
  padding: 8px 5px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 0.9em;
  color: #eee;
  text-align: center;
}
#sm_container .me_menu a:hover {
  background-color: #314259;
  color: #fff;
}
/*# sourceMappingURL=dd92de68403354bcd7dcbba6d3183c9c811fb847.kfac_side_login.scss.map */
