.content{
	background: #F1F1F1;
}
/*面包屑导航*/
.tips{
	padding: 10px 0 40px 0;
	color: #000000;
}
.tips a{
	margin: 0 10px;
	color: #000000;
}
.tips a:hover{
	color: red;
	text-decoration: underline;
}
/*导航*/
.userNav{
	width: 220px;
	background: #FFFFFF;
	border-radius: 5px;
	margin-right: 30px;
	padding: 20px 10px;
	min-height: 600px;
}
.userNav h5{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #01ADEF;
}
.userNav h5 i{
	font-size: 20px;
	color: #01ADEF;
	margin-right: 8px;
}
.userNav ul{
	margin-top: 20px;
}
.userNav ul li{
	text-align: center;
	line-height: 50px;
}
.userNav ul li a.show{
	color: #01ADEF;
}
/*个人资料 */
.userCont{
	width: 950px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px 30px;
	min-height: 600px;
}
.userCont h5{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 2px solid #40c87f;
}
.perData{
	width: 400px;
}
.perData div{
	margin: 20px 0;
}
.perData img{
	display: block;
	width: 50px;
	height: 50px;
	margin: 10px auto;
}
.perData label{
	display: inline-block;
	width: 150px;
	line-height: 30px;
	text-align: right;
	margin-right: 10px;
	color: #999999;
}
.perData input[type="text"]{
	width: 230px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
}
.perData input[type="radio"]{
	margin: 0 5px 0 20px;
}
.perData input[type="radio"].first{
	margin: 0 5px 0 0;
}
.perData .preserve button{
	font-size: 16px;
	width: 100px;
	line-height: 32px;
	color: #FFFFFF;
	border-radius: 5px;
	background: #01ADEF;
	margin: 10px 0 20px 165px ;
}
.tishi{
	color: red;
	display: none;
	margin-left: 166px;
}