.me_header {
    width: 100%;
    height: 7rem;
    background: #3b9cd1; /*#e3cd9d;*/
}
.me_left{
	float: left;
	margin-left: 2rem;
}
.me_left img{
	width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
}
.me_right{
	float: left;
	margin-left: 0.5rem;
	margin-top: 0.7rem;
}
.me_right a h4{
	color:#666;
	font-weight: normal;
}
.me_right span{
	color:#666;
	font-size: 0.6rem;
	
}
.money_span{
	margin-left: 0.5rem;
}
.money_div{
	margin-top: 0.2rem;
}
.me_title{
	height: 2rem;
	line-height: 2rem;
	border-bottom: 1px solid #f5f5f5;
	font-size: 0.6rem;
	
	color:#666;
}
.me_title span{
	margin-left: 0.8rem;
}
.me_info .weui-flex__item{
	text-align: center;
}
.me_info_v{
	font-size: 0.6rem;
	color: #666;
	font-weight: bold;
	margin-top: 0.5rem;
}
.me_info_title{
	font-size: 0.5rem;
	color: #999;
	margin-top: 0.1rem;
}
.me_info{
	height: 3rem;
	border-bottom: 1px solid #f5f5f5;
}
.me_info div{
	height: 1rem;
	line-height: 1rem;
}

.me_service .weui-flex__item{
	text-align: center;
}
.me_service img{
	width: 35px;
	height: 35px;
}
.me_service_img{
	margin-top: 0.6rem;
}
.me_service_title{
	line-height: 0.5rem;
	font-size: 0.6rem;
	color: #999;
}
.me_service{
	height: 4rem;
	border-bottom: 1px solid #f5f5f5;
}
.me_service_center{
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	height: 4rem;
}

.me_reg{
	height: 2rem;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	margin-top: 1rem;
}
.me_reg a{
	font-size: 0.7rem;
	color: #666;
	line-height: 2rem;
}