@charset "utf-8";
/* CSS Document */
body,html{
	background:#F7F7F7;
}
.personalData{
	width:100%;
	background-color:#f7f7f7;
}
.personalData_top{
	background-color:#fff;
	padding-left:0.3rem;
	padding-top:0.33rem;
	margin-bottom: 0.18rem;
}
.personalData_top2{
	background-color:#fff;
	padding-left:0.3rem;
	margin-bottom: 0.18rem;
}
.personalData a img{
	width:0.1rem;
	margin-left: 0.26rem;
}
.personalData_top .headPortrait{
	width:1rem;
	height:1rem;
	display:inline-block;
	overflow: hidden;
}
.personalData_top .headPortrait img{
	width:100%;
	min-height: 100%;
	max-height:100%;
	text-align: center;
	border-radius:50%;
}
.personalData_title{
	color:#979797;
	padding-right: 0.27rem;
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding-bottom:0.35rem;
}
.personalList{
	position:relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 0.27rem 0 0;
	height:0.9rem;
}
.personalList::before{
	content:'';
	position:absolute;
	right:0;
	left:0;
	height:1px;
	background:#e2e2e2;
	bottom:0;
	-webkit-transform:scaleY(.5);
	-webkit-transform-origin:0 0;
}
.personalList span{
	color:#828282;
}
.personalList p{
	color:#2f2f2f;
}
.personalList p img{
	width:0.1rem;
	margin-left:0.2rem;
}
.personalData_bottom{
	text-align: center;
	padding: 0.62rem 0;
}
.personalData_bottom button{
	width:5.2rem;
	height:0.88rem;
	line-height:0.88rem;
	color:#2F2F2F;
	border-radius:0.04rem;
	background-color:#fff;
	margin: 0 auto;
	border:none;
	font-family:ghei00m;
}
.personalList_none::before{
	background:#fff;
}

.exitLoginBtn {
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 12px;
}

@media screen and (max-width: 321px) {
	.personalData ,.personalList{
		font-size:12px;
	}
	.personalData_bottom button{
		font-size:14px;
	}
}
@media screen and (min-width: 321px) and (max-width:400px) {
	.personalData ,.personalList{
		font-size:13px;
	}
	.personalData_bottom button{
		font-size:15px;
	}
}
@media screen and (min-width: 400px) {
	.personalData ,.personalList{
		font-size:15px;
	}
	.personalData_bottom button{
		font-size:17px;
	}
}


