.header_user_info {
  /* float: right; */
  /* font-size: 12px; */
  /* background: #fff; */
  /* color: #464745; */
  /* margin-left: 1px; */
  /* border-bottom: 1px solid #fff; */
  }
  .header_user_info a {
    /* color: #464745; */
    /* background-image: url(../../../img/icon/icon-user.png); */
    /* background-repeat: no-repeat; */
    /* background-position: left center; */
    /* font-weight: bold; */
    /* display: block; */
    /* padding: 10px 20px 12px 20px; */
    /* cursor: pointer; */
    /* line-height: 18px; */
    }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
        color: #222;
    }
