nav .header_user_info {
  float: right;
  border-left:1px solid rgba(0, 0, 0, 0.4);
}
  nav .header_user_info a {
    font-weight: normal;
    display: block;
    padding: 11px 12px;
    cursor: pointer;
	font-size:13px; }
	nav .header_user_info a.account { float:left; background:#D4956A; line-height:22px; }
	nav .header_user_info a.account span { color:#fff; }
    @media (max-width: 479px) {
      nav .header_user_info a {
        font-size: 13px; } }
    nav .header_user_info a:hover, nav .header_user_info a.active {
		color:#fff;
      }
