.person_homeView {
  height: 100%;
}
.person_homeView .el-header {
  color: #333;
}
.person_homeView .el-aside {
  background-color: transparent;
  text-align: center;
}
.person_homeView .el-aside .el-menu {
  border: none;
}
.person_homeView .el-main {
  background-color: #f8f8f8;
  text-align: left;
  padding: 10px !important;
}
.person_homeView .el-container {
  height: 100%;
}
.person_homeView .nav_back {
  margin-top: 15px;
  padding-left: 5px;
  cursor: pointer;
}
.person_homeView .nav_back .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4884e5;
}
.el-menu-item.is-active {
  background-color: #e6ecf0 !important;
}
