.Mine {
	background-color: #fff;
	display: block;
	/*padding-top: 1.2rem;*/
}
.Mine .content {
	width: 100%;
	height:4rem;
	padding-bottom: 0.5333333333rem;
	position: relative;
        top: 0;
	text-align: center;
	border-bottom: 10px solid #f5f5f5;
	background:#ff3333;
}

.avatar {
	width: 1.8933333333rem;
	height: 1.8933333333rem;
	border-radius:100%;
	background-color: #d9d9d9;
	border:none;
	line-height: 0;
	display: block;
	position: relative;
	top:1rem;
	left:0.5rem;
}

.gray {
	color: #666;
	font-size: 0.32rem;
}

.red {
	color: #fff;
	margin: 0.2rem 0 0.5333333333rem 0;
	font-size: 0.2933333333rem;
	padding:0 0.8rem;
	line-height: 1.5;
	position: absolute;
	top:1.2rem;
	left: 2.2rem;
}

.vip {
	display: inline-block;
	padding:.1rem .2rem;
	border-radius: 0.04rem;
	background-color: #2cbcff;
	color: #fff;
	line-height: 0.3733333333rem;
	font-size: 0.32rem;
	position: absolute;
	top:2.2rem;
	left: 3rem;
}

.lists {
	font-size: 0.3466666667rem;
	color: #666;
	height: 1.3333333333rem;
    line-height: 1.3333333333rem;
    border-bottom: 2px solid #dcdcdc;
}

.icon {
	vertical-align: middle;
	width: 0.5333333333rem;
	margin: 0 0.2666666667rem 3px 0.2666666667rem;
}
.btn-register {
    float: left;
    line-height: 1.2rem;
    width: 9.4666666667rem;
    font-size: 0.3733333333rem;
    text-align: center;
    border-radius: 0.0666666667rem;
    color: #fff;
    background-color: #ff3333;
    border: none;
    margin: 4.1333333333rem 0.2666666667rem 0.8rem .2666666667rem;
}