#pageContainer{
	overflow: hidden;
	padding-bottom: .61rem;
}
.mld-wrapper {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.mld-wrapper .bg{
	height: 1.5rem;
	background: url(../../../images/h5/images/ucenter/bg.png) no-repeat 0 0 / 100% 100%;
}
.mld-wrapper .u-info{
	width: 110%;
	height: 1.8rem;
	position: relative;
	left: -5%;
	margin-top: -1rem;
	background: #fff;
	text-align: center;
	border-top-right-radius: 100%;
	border-top-left-radius: 100%;
}
.mld-wrapper .avatar{
	width: .7rem;
	height: .72rem;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.mld-wrapper .avatar img{
	width: .7rem;
	height: .7rem;
	border-radius: 100%;
}
.mld-wrapper .avatar .level{
	position: absolute;
	left: 50%;
	bottom: 0;
	padding: 0 .08rem;
    color: #f98115;
    font-size: .12rem;
    height: .17rem;
    line-height: .17rem;
    background: #f3f3f3;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.mld-wrapper .uname{
	position: relative;
	top: -.25rem;
	color: #000;
	font-size: .16rem;
	font-weight: 600;
}
.mld-wrapper .userid{
	position: relative;
	top: -.2rem;
	color: #c9c9c9;
	font-size: .13rem;
}
.mld-wrapper .datas{
	width: 2.8rem;
	margin: 0 auto .1rem;
	padding: .06rem 0;
	text-align: center;
	font-size: .12rem;
	color: #555;
	background: #fff;
	box-shadow: 0 .02rem .04rem 0 rgba(249, 129, 21, .3);
	border-radius: .1rem;
}
.mld-wrapper .datas .item{
	width: 33.33%;
	border-right: 1px solid #f3f3f3;
	box-sizing: border-box;
}
.mld-wrapper .datas .item:last-child{
	border-right: none;
}
.mld-wrapper .info-list{
	padding: .1rem;
}
.mld-wrapper .info-list .item{
	position: relative;
	margin-bottom: .11rem;
}
.mld-wrapper .info-list .cir-bar{
	width: .24rem;
	height: .24rem;
	border-radius: 100%;
	margin-right: .02rem;
	background: rgba(249, 129, 21, .2);
}
.mld-wrapper .info-list .cir-bar .circle{
	display: inline-block;
	width: .1rem;
	height: .1rem;
	background: #F98115;
	border-radius: 100%;
}
.mld-wrapper .info-list .lines{
	position: absolute;
	left: .12rem;
	top: .18rem;
	width: 1px;
	height: 100%;
	background: #FFE8D3;
	box-sizing: border-box;
}
.mld-wrapper .info-list .item:last-child .lines{
	height: 85%;
}
.mld-wrapper .info-list .date{
	font-size: .16rem;
	font-weight: 600;
	margin-bottom: .1rem;
}
.mld-wrapper .info-list .con{
	padding: .05rem .1rem .08rem .05rem;
	background: #f3f3f3;
	border-radius: .04rem;
	color: #555;
	margin-bottom: .1rem;
}
.mld-wrapper .info-list .con:not(.flex){
	display: block;
}
.mld-wrapper .info-list .title{
	font-size: .14rem;
}
.mld-wrapper .info-list .price{
	color: #ff6810;
	font-size: .16rem;
}
.mld-wrapper .info-list .content{
	margin-top: .05rem;
}
.mld-wrapper .info-list .txt{
	font-size: .12rem;
	line-height: 1.6;
}
.mld-wrapper .info-list .arrow-r{
	position: relative;
	top: -3px;
	right: 1px;
}
.mld-wrapper .info-list .con.flex .arrow-r{
	top: 1px;
	right: 0;
}
