.l-main--fixed__l-left.off .menu_user_head .change_info {
  display: none;
}
.menu_user_head {
  width: 230px;
  height: 144px;
  background: url("//js.588ku.com/enterprise/img/ent-switcher-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  padding: 30px 0px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: default;
}
.menu_user_head .user_content {
  display: flex;
  align-items: center;
  position: relative;
}
.menu_user_head .user_content .avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.menu_user_head .user_content .user_name {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #030305;
  line-height: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
  margin-right: 13px;
  text-overflow: ellipsis;
}
.menu_user_head .user_content .change_btn {
  width: 20px;
  height: 20px;
  background-image: url("//js.588ku.com/enterprise/img/ent-switcher-btn.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  box-sizing: content-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu_user_head .user_content .change_btn .change_info {
  height: 22px;
  line-height: 21px;
  width: auto;
  padding: 0 4px;
  border-radius: 4px;
  position: absolute;
  left: 4px;
  top: 6px;
  transform: translate(0, -100%);
  background: rgba(40, 40, 40, 0.5);
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  letter-spacing: 1px;
  white-space: nowrap;
}
.menu_user_head .user_content .change_btn .change_info:after {
  content: '';
  border: 4px solid transparent;
  border-top-color: rgba(40, 40, 40, 0.5);
  position: absolute;
  bottom: 0;
  left: 4px;
  transform: translate(0, 100%);
}
.menu_user_head .user_content .vip_expired {
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translate(-50%, 0);
  display: none;
}
.menu_user_head .user_content .vip_expired .content {
  position: relative;
  width: 139px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.menu_user_head .user_content .vip_expired .content:after {
  content: '';
  width: 1px;
  height: 21px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.menu_user_head .user_content .vip_expired .content .close_btn {
  width: 19px;
  height: 17px;
  background: #ECECEC;
  border-radius: 0px 0px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.menu_user_head .user_content .vip_expired .content .close_btn img {
  width: 8px;
  height: 8px;
}
.menu_user_head .user_content .vip_expired .content .title {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #54555E;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
}
.menu_user_head .user_content .vip_expired .content .btn {
  width: 76px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #2F86FF;
  margin-top: 10px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #2F86FF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 24px;
}
.menu_user_head .user_content .vip_expired .content .btn:hover {
  border: 1px solid #2F86FF;
  background: #2F86FF;
  color: #fff;
}
.menu_user_head .user_action {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}
.menu_user_head .user_action .btn {
  width: 82px;
  height: 30px;
  background: #282828;
  border-radius: 5px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
}
.menu_user_head .user_action .info {
  font-size: 12px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #030305;
  line-height: 12px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.menu_user_head .user_action .info .iconfont {
  margin-left: 6px;
}
.menu_user_head .loin_btn {
  flex-shrink: 0;
  line-height: 40px;
  width: 120px;
  height: 40px;
  background-color: #282828;
  border-radius: 20px;
  color: #FDDC29;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.menu_user_head .loin_btn:hover {
  background-color: rgba(40, 40, 40, 0.8);
  color: #fddc29;
}
