.user-content {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

/* break point */
.user-content {
  position: absolute;
  top: 0;
  right: -999px;
  width: 300px;
  background-color: #d6d6d6;
}

.user-content.show {
  right: 0;
}

.user-content .user-title {
  background-color: #0866e4;
  color: #fff;
  height: 37px;
  line-height: 37px;
}

.user-content .user-title p {
  float: right;
  margin-bottom: 0;
}

.user-content .user-title .user-close {
  float: left;
}

.user-content .list-item li a {
  display: block;
  color: #000;
  padding: 5px 20px;
}

.toggle_level_3 {
  position: absolute;
  z-index: 9;
  bottom: -1px;
  right: 4px;
  cursor: pointer;
}

