.userinfo {
			    position: relative;
			    padding: 17px 15px;
			    background: url(../img/user.png) 0 0 no-repeat;
			    background-size: 100% auto;
			    height: 166px;
			    background-color: #fff;
			    border-bottom: none; 
			   
			}
			.user-set{
				width: 23px;
			}
			.head-img{
				text-align: center;
			}
			.head-img img{
				width: 70px;
				height: 70px;
				border-radius: 50%;
			}
			.head-img h4{
				font-size: 14px;
				font-weight: 100;
				color: #000000;
			}
			.accountinfo{
				margin: 0;	
				color: #9a9a9a;
				font-size: 14px;
			}
			
			.accountinfo .item div{
				font-size: 14px;
				color: #000000;
				margin-bottom: 4px;
			}
			.menu {
				height: 120px;
				padding: 0;
			}
			.menu img{
				width: 48px;
			}
			
			.mui-table-view:before{
			 	background-color: transparent;
			}	
			.mui-table-view-cell a {
				padding-left: 38px !important;
			}
			.mui-table-view-cell:after{
				left:0;
			}
			.mui-table-view-cell img{
				position: absolute;
				left: 10px;
				top: 11px;
				width: 20px;
				height: 20px;
			}
			
			.user-purse{
				position: absolute;
				right: 46px;
				top: 50%;
				transform: translateY(-50%);
				color:#9a9a9a;
				font-size: 14px;
			}