/*信息注册*/
#course_personal_wrap{
	background-color: transparent;
}
.personal_base,.work_base{
	width: 100%;
	padding: 0 0.2rem;
	margin: 0 -0.2rem 0.2rem;
	background-color: #fff;
}
.personal_name,.personal_address,
.hospital_address,.personal_post{
	border-bottom: 0.01rem solid #eeeeee;
}
.message_list label{
	display: block;
	font-size: 0.26rem;
	color: #3c3c3c;
	width: 1.2rem;
	height: 100%;
	line-height: 0.7rem;
	text-align: left;
	position: relative;
	float: left;
}
/*.message_list label:before{
	display: block;
	content: "*";
	position: absolute;
	line-height: 0.86rem;
	color: #cf0202;
}*/
.message_list input{
	float: right;
	text-align: right;
	padding-right: 0.2rem;
}
.message_list .message_option{
	display: block;
	width: 0.14rem;
	height: 0.24rem;
	position: absolute;
	top: 50%;
	margin-top: -0.12rem;
	right: 0.2rem;
}
.message_list .message_option img{
	display: block;
	width: 100%;
	height: 100%;
}
.message_list div{
	height: 100%;
	line-height: 0.7rem;
	font-size: 0.26rem;
	color: #5f5f5f;
	margin-right: 0.5rem;
	float: right;
}
/*message_option_wrap*/
#message_option_wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.5s;
	display: none;
	z-index: 3;
}
#sex_option,#post_option,#department_option,
#address_option{
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 5;
}
#sex_option{
	height: 3.2rem;
	bottom: -3.2rem;
}
#post_option{
	height: 4.9rem;
	bottom: -4.9rem;
}
#address_option{
	height: 5.7rem;
	bottom: -5.7rem;
}
#define_option{
	position: fixed;
	top: 50%;
	margin-top: -1.2rem;
	left: 50%;
	margin-left: -2.5rem;
	width: 5rem;
	height: 2.4rem;
	background-color: #fff;
	border-radius: 0.1rem;
	z-index: 5;
	display: none;
	transform: scale(0);
	transition: transform 0.5s;
}
#department_option{
	height: 100%;
	left: 0;
	top: 0;
}
.post_message_inner{
	height: 4.1rem;
	overflow-y:auto;
}
.address_message_inner{
	height: 4.2rem;
	overflow-y: auto;
}
.post_inner,.address_inner{
	overflow: hidden;
}
.sex_close,.post_close,
.address_close,.define_close{
	display: block;
	height:  0.3rem;
	line-height: 0.3rem;
	padding: 0.24rem 0.25rem 0.25rem;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.24rem;
	font-style: normal;
}
.sex_close img,.post_close img,
.define_close img,.address_close img{
	display: block;
	width: 100%;
	height: 100%;
}
.sex_header,.post_header,
.address_header,.define_header{
	height: 0.79rem;
	border-bottom: 0.01rem solid #e9e8e8;
	font-size: 0.32rem;
	font-weight: normal;
}
.address_area{
	height: 0.69rem;
	line-height: 0.7rem;
	padding: 0 0.2rem;
	border-bottom: 0.01rem solid #e9e8e8;
	font-size: 0.24rem;
}
.address_define_wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.address_define_wrap span{
	display: block;
	float: left;
	position: absolute;
}
.address_define{
	left: 0;
	color: #cf0202;
}
.address_bar{
	display: block;
	width: 0.4rem;
	height: 0.03rem;
	background-color: #cf0202;
	position: absolute;
	bottom: 0.01rem;
	left: 0;
	transition: left 0.5s,width 0.5s;
}
.address_area span:nth-of-type(1){
	margin-left: 0;
}
.address_active{
	color: #cf0202;
}
.address_list,.address_list1,.address_list2{
	height: 0.6rem;
	padding: 0 0.2rem;
	font-size: 0.24rem;
	line-height: 0.6rem;
}
.sex_header,.sex_list,
.post_header,.post_list,
.address_header,.define_header,.other_post{
	text-align: center;
	line-height: 0.8rem;
	color: #333;
}
.sex_list,.post_list,.other_post{
	height: 0.8rem;
	font-size: 0.26rem;
	margin-top: 0.2rem;
}
.other_post{
	margin: 0.2rem 0 0.3rem;
}
.define_wrap{
	height: 0.6rem;
	padding: 0.1rem 0.2rem;
}
.define_wrap input{
	display: block;
	width: calc(100% - 0.4rem);
	padding: 0 0.2rem;
	height: 0.58rem;
	font-size: 0.24rem;
	border: 0.01rem solid #e9e8e8;
}
.define_confirm{
	height: 0.79rem;
	border-top: 0.01rem solid #e9e8e8;
	font-size: 0.28rem;
	color: #cf0202;
	text-align: center;
	line-height: 0.8rem;
}
#department_option{
	background-color: #f3f3f3;
	position: fixed;
	top: 0;
	left: 100%;
	transition: left 0.5s;
	display: none;
}
.department_wrap{
	padding: 0 0.2rem;
	height: 0.79rem;
	border-bottom: 0.01rem solid #e9e8e8;
	overflow: hidden;
	margin-bottom: 0.2rem;
	background-color: #fff;
}
.department_header,.department_confirm{
	height: 100%;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #333;
}
.department_header{
	float: left;
	font-weight: normal;
}
.department_confirm{
	float: right;
	color: #cf0202;
}
.department_message{
	height: calc(100% - 1rem);
	background-color: #fff;
}
.department_inner{
	overflow: hidden;
	padding: 0 0.2rem;
}
.department_list{
	width: 2.9rem;
	height: 0.79rem;
	border-bottom: 0.01rem solid #e9e8e8;
	float: left;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.8rem;
}
.department_active{
	color: #cf0202;
	border-color: #cf0202;
}
.department_list:nth-of-type(2n){
	margin-left: 0.2rem;
}
.other_department{
	padding: 0 0.2rem;
	height: 0.8rem;
	background-color: #fff;
	margin-top: 0.3rem;
}
#define_department{
	display: block;
	width: calc(100% - 0.22rem);
	height: 0.78rem;
	border: 0.01rem solid #e9e8e8;
	padding-left: 0.2rem;
	color: #333;
}