.pg-header .user .b a{
display: block; /* a标签换行,此元素显示为块级元素,此元素前后会带有换行符 */
display: none; /* 此元素不被显示 */
}