#wrap{
	width: 100%;
	height: 100%;
	background: #f2f3f3;
}
.name{
	width: 100%;
	height: 2.73rem;
	background: white;
	position: relative;
}
.head{
	height: 1.33rem;
	position: absolute;
	top: 50%;
	margin-top: -0.67rem;
	padding: 0 0.4rem;
	box-sizing: border-box;
	width: 100%;
}
.head .img1{
	width: 1.33rem;
	height: 1.33rem;
	border-radius: 50%;
	float: left;
}
.head .shop{
	position: absolute;
	width: 1.85rem;
	height: 0.55rem;
	line-height: 0.55rem;
	right: 0.4rem;
	text-align: center;
	color: #c7102e;
	border-radius: 0.12rem;
	font-size: 0.30rem;
	box-shadow: 1px 1px 2px #c7102e;
	border: 2px solid #c7102e;
	right: 10%;
	top: -0.13rem;
}
.head .head1{
	float: left;
	margin-left: 0.4rem;
}
.head .head2 input{
	width: 2.67rem;
	font-size: 0.4rem;
}
.head .head2 i{
	font-size: 0.53rem;
}
.head .head3{
	margin-top: 0.33rem;
	color: #c7102e;
}
.head .head3 span{
	margin-right: 0.47rem;
	font-size: 0.4rem;
}
.message{
	padding: 0.13rem 0.47rem;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.33rem;
	background: white;
}
.message li{
	height: 0.87rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #636363;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0.4rem;
}
.message li span{
	font-size: 0.4rem;
}
.message li input{
	width: 80%;
	font-size: 0.4rem;
	text-align: right;
	color: #636363;
}
.message li i{
	font-size: 0.5rem;
	color: #636363;
}
.btn{
	width: 100%;
	padding: 0 0.93rem;
	box-sizing: border-box;
	margin-top: 2.0rem;
}
.btn button{
	width: 100%;
	height: 1.07rem;
	font-size: 0.4rem;
	border-radius: 0.13rem;
	border: 1px solid #c7102e;
	color: white;
	background: #c7102e;
}