@charset "utf-8";

html,
body {
	height: 100%;
	background: #f0eff5;
}

.wrapper {
	background: white;
	/* padding: 0 .32rem; */
}

.editWrapper {
	/* margin: 0 .3rem; */
}

/*编辑头像*/

.editWrapper .editIconWrapper {
	box-sizing: border-box;
	position: relative;
	border-bottom: 0.0266666666666667rem solid #f0eff5;
	height: 1.6rem;
	/* line-height: 3.2rem; */
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 .32rem;
}

.editWrapper .editIcon {

	position: absolute;
	right: .32rem;

	align-items: center;
	display: flex;
}

.headimg-first {
	height: 0.37333333rem;
	width: 0.21333333rem;
	/* margin: 1.146666668333334rem 0.64rem 0 0.4266666666666667rem; */
	vertical-align: middle;
	/* float: right; */
	margin-left: .213rem;
}

.editWrapper .editIcon .editUserIcon {
	height: 2.666666666666667rem;
	width: 2.666666666666667rem;
	border-radius: 50%;
	/* vertical-align: -0.755rem; */
}

.editWrapper .editIcon .intoEdit {
	height: 0.4486486486486487rem;
	width: 0.4486486486486487rem;
	margin-left: 0.15583150718285851rem;
}

/*编辑头像*/
/*编辑*/
.editContent{
	display: block;
	height: 1.573333333333333rem;
	line-height: 1.573333333333333rem;
	border-bottom: 0.0266666666666667rem solid #f0eff5;
	overflow: hidden;
	position: relative;
	/* width: 100%; */
	padding: 0 .32rem;
}



.editContent .nickNameInput {
	float: right;
	height: 0.62rem;
	border: none;
	margin-top: 0.47666666rem;
	font-size: 0.4864864864864865rem;
	color: #888;
	text-align: right;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
}



.into {
	float: right;
	height: 0.37333333rem;
	width: 0.21333333rem;
	margin: 0.6rem 0 0 0.32rem;
}



.msg-red-point {
	background: #ff3529;
	position: relative;
	width: 0.22rem;
	height: 0.22rem;
	right: -0.254rem;
	top: 0.75rem;
	border-radius: 50%;
	float: right;
}