.header_user_info {
  float: right;
  position: relative;
  z-index: 9999;
  /*margin-right: 20px;*/
  /*border-left: 1px solid #515151;
  border-right: 1px solid #515151; */
}
.header_user_info a {
    /*color: #EAB545;*/
    /*font-weight: bold;*/
    display: block;
    padding: 7px 5px 7px 5px;
    cursor: pointer;
    line-height: 18px; 
}
#index .header_user_info a {color: #fff;}
.header_user_info a i{margin-right: 5px; font-size: 16px;}
@media (max-width: 479px) {
	.header_user_info {float: left;} 
	.header_user_info a {font-size: 11px;} 
	.header_user_info.mr20 {margin-right: 5px;} 
}
.header_user_info a:hover, .header_user_info a.active {color: #EAB545;/*background: #2b2b2b;*/}
#index .header_user_info a:hover, #index .header_user_info a.active {color: #ACB500 !important;/*background: #2b2b2b;*/}

/*# sourceMappingURL=blockuserinfo.css.map */
