.userLeftNavList_box{
  width: 100%;
}
.userLeftNavList_box .header{
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid rgba(239, 239, 239);
}
.userLeftNavList_box .header img{
  width: 60px;
  height: 60px;
  margin: 60px auto 18px;
}
.userLeftNavList_box .header div{
  margin-bottom: 22px;
}
.userLeftNavList_box .ul{

}
.userLeftNavList_box .ul .li0{
  padding: 0 20px 0 50px;
  font-weight: 700;
  color: #222;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
} 
.userLeftNavList_box .ul .li0:hover{
  background-color: #ecf5ff;
}
.userLeftNavList_box .ul .li0 .icon{
  position: absolute;
  left: 26px;
  top: calc(50%);
  transform: translateY(-50%);
}
.userLeftNavList_box .ul .li0 .jiantou{
  width: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transition: 200ms;
}
.userLeftNavList_box .ul .li1_box{
  display: none;
}
.userLeftNavList_box .ul .li1_box .li1{
  height: 50px;
  line-height: 50px;
  padding: 0 45px 0 40px;
  cursor: pointer;
}
.userLeftNavList_box .ul .li1_box .li1:hover{
  background-color: #ecf5ff;
}
.userLeftNavList_box .ul .li1_box .li1.active{
  border-left: 1px solid #e51a1a;
  color: #e51a1a;
}