/* 0901使用  */
.form-all{
	width:950px;
	margin: 0 auto;
}
.form-photo{
	width:120px;
	height:120px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius:50%;
	position: absolute;
	margin:10px;
}
.form-photo img{
	width:120px;
	height:120px;
	position: absolute;

}
.form-photo div{
	width:120px;
	height:120px;
	display:none;/*默认隐藏*/
	position: absolute;
	background-color:white;
	opacity: 0.5;
}
.form-photo:hover div{
	display:initial;/*当鼠标hover时展示*/
}
.update-img{
	 text-align:center;
	 display:table-cell;
	 vertical-align:middle;
	 padding-top:45%;
}
/* 0902&0903 使用  */
/* .radio-form{
	min-height:500px;
} */
.radio-form label{
	width:200px;
	margin-right:50px;
}
.email-tips{
   cursor:pointer;
}
