.header_user_info {
  float: right; }
 .header_user_info a span {
     font-size: 14px;
}
.header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
      text-align: center;
    cursor: pointer;
      font-size: 12px;
margin-top: 19px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active { }

.header_user_info a.login{
	background: url(../../../img/image_user.png) no-repeat;
	background-position: center right;
	padding-right: 66px;
	font-size: 13px;
    height: 90px;
    line-height: 75px;
}

.sticky .header_user_info a.login {
    background: url(../../../img/image_user.png) no-repeat;
    background-position: center right;
    padding-right: 66px;
    font-size: 13px;
    height: 52px;
    line-height: 36px;
    background-size: 40px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header_user_info a.account{
	background: url(../../../img/image_user.png) no-repeat;
	background-position: center right;
	padding-right: 66px;
}

.cd-panel-content div.hello{
		background: url(../../../img/image_user_contour.png) no-repeat;
	background-position: top left;
	padding-left: 66px;
	padding-top: 14px;
}


@media screen and (max-width: 768px) {
.header_user_info a.login{
    line-height: 115px;
}
    
}

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