#login-box {
    height: 100%;
  }
  
  #login-box .logn-img {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  #login-box .link-console {
    padding: 5px 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff !important;
    line-height: 24px;
  }
  
  #login-box .username {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-left: 15px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  #user-info .chongzhi {
    width: 42px;
  }
  
  #user-info .chongzhi span {
    border: 1px solid #0052D9;
    padding: 5px 7px;
    color: #0052D9;
  }
  
  #user-info .chongzhi:hover span {
    background: #0052D9;
    color: #fff;
  }
  
  #user-info ul > li a:hover .img2{
      display: block !important;
  }
  #user-info ul > li a:hover .img1{
      display: none;
  }
  #user-info ul > li a:hover{
      color: #0052d9 !important;
  }
  
  
  .hidden {
    display: none;
  }
  