.h_bottom .h_btn_box {
	display: flex;
	align-items: center;
}
.h_bottom .h_btn_box .user_name{
		display: none;
		color: #660033;
		
    }
@media screen and (max-width: 1280px){
	.h_bottom  .h_btn_box .user_name{
		display: block !important;
		font-size: 14px;
			
	}
	
}