#left_menu_sides {
  width: 180px;
  background-color: #fff;
  height: calc(100vh - 146px);
  position: fixed;
  z-index: 9;
  margin-left: -28px;
}
* {
  margin: 0;
  padding: 0;
}
#menu_navi_title {
  display: flex;
  background-color: #FFFFFF;
  color: #fff;
  height: 52px;
  align-items: center;
  width: inherit;
}
#menu_navi_title span:first-child {
  margin: 0 14px 0 20px;
}
#menu_navi_title span {
  font-family: 'PingFang Bold';
  font-size: 16px;
  display: inline-block;
  color: #333;
}
.menu_list_item {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}
.menu_item_ico {
  margin-left: 21px;
}
.menu_item_title, .menu_item_anchor, .menu_item_ico {
  display: block;
  cursor: pointer;
}
.menu_item_title {
  margin-left: 12px;
  width: 100%;
  font-family: 'PingFang Medium';
  font-size: 14px;
}
a {
  color: #333;
  text-decoration: none;
}
.menu_item_anchor {
  text-align: center;
  vertical-align: middle;
  margin-right: 20px;
}
.menu_item_anchor img {
  padding-top: 0;
}
.menu_apse_collect {
  background-color: #fff;
  height: auto;
}
.menu_apse_collect li {
  height: 40px !important;
  line-height: 40px;
  margin-top: 8px;
  float: left;
}
.menu_apse_collect li a {
  font-family: 'PingFang Medium';
  font-size: 14px;
}
.menu_apse_collect li span {
  margin-left: 28px;
  display: inline-block;
  width: 152px;
}
.active{
 color: #28555A;
}
