.photo-img{
	background-size:cover;
	width:50px;
	height:50px;
	border-radius:50%;
	overflow:hidden;
	margin:15px auto 0;
}
.photo-img img{
	height:50px;
	width:50px
}
.personal-info{
	height:40px;
	text-align: center;
	box-flex:1
}
.personal-info p{
	margin:0
}
.personal-info .truename{
	color:#333;
	font-size:1.4rem;
	line-height:25px;
	height:22px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.personal-info .username{
	font-size:1.2rem;
	color:#b2b2b2;
	line-height:40px
}
.arrow-r{
	margin-right:10px;
	margin-top:2px;
	width:6px;
	height:6px;
	border-width:1px;
	border-style:solid;
	border-color:transparent transparent rgba(0,0,0,0.3) rgba(0,0,0,0.3);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	display:block
}
.label-title{
	font-size:1.4rem;
	color:#333;
	line-height:30px
}

/*模块分割线*/
.cutofLine{
	width: 100%;
	height:8px;
	background-color: #f0efed;
}
.cutline{
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/*常用设置*/
.ext-set{
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 0;
}
.ext-set .option-list{
	padding-left: 20px;
	padding-right: 20px;
}
.ext-hd{
	padding:0 20px;
	height: 40px;
	line-height: 40px;
	color: #a6a6a6;
	font-weight: normal;
	font-size: 1.4rem;
	border-bottom: 1px solid #d3d3d3;
}
.pb{
	padding-bottom: 20px;
}
.option-list .icon-bbs{
	background:url(../images/icon_bbs.png) 0 0 no-repeat;
	background-size: 40px 40px;
}
/*# sourceMappingURL=index.css.map */
