ul[data-v-339f41ee],
li[data-v-339f41ee] {
  list-style: none;
}
.cource_wrap[data-v-339f41ee] {
  max-height: calc(100% - 40px);
  overflow: auto;
}
.ul[data-v-339f41ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ul .item[data-v-339f41ee] {
  line-height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.ul li[data-v-339f41ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 40px;
}
.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;
}
.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;
}
.el-dropdown-link {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #003e67;
}
.partner_inner {
  margin-top: 20px;
}
.cource_box {
  background: #003e67;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.cource_box td,
.cource_box dd {
  line-height: 20px;
}
.status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 16px;
  background: rgba(255, 125, 0, 0.1);
  line-height: 20px;
  text-align: center;
  color: #ff7d00;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status i {
  rotate: 180deg;
  font-size: 17px;
  margin-left: 4px;
}
.status_2 {
  background: rgba(42, 191, 52, 0.1);
  color: #2abf34;
}
.status_4,
.status_5 {
  background: rgba(245, 63, 63, 0.1);
  color: #f53f3f;
}
.status_3 {
  background: #e5e6eb;
  color: #4e5969;
}
