/* 在线报名 */
.baoming{
	background-color: #ffffff;
	box-shadow: 0px 4px 5px 0px 
		rgba(87, 87, 87, 0.1);
	border-radius: 4px;
	border: solid 1px #eeeeee;
	margin: 30px auto;
	padding: 20px 0;
	position: relative;
}
.baoming h1{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 2px;
	color: #333333;
	margin-top: 20px;
}
.baoming .formDiv{
	width: 360px;
	margin: 0 auto;
}
.baoming .formDiv p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 2px;
	color: #666666;
}
.baoming .formDiv input{
	width: 320px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 2px;
	color: #161414;
}
input[type=number] {-moz-appearance:textfield;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;}
.baoming .selectDiv{
	width: 360px;
	position: relative;
}
.baoming .formDiv select{
	width: 360px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	padding: 0 16px;
	font-size: 16px;
	color: #161414;
}
.baoming .formDiv .selectDiv::after{
	content: '';
	width: 20px;
	height: 11px;
	background-image: url(../img/jt.png);
	position: absolute;
	right: 14px;
	top: 52px;
	display: inline-block;
}
.baoming .subBtn{
	width: 300px;
	height: 44px;
	background-color: #0388e1;
	border-radius: 22px;
	border: solid 1px #e5e5e5;
	margin: 40px auto;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 2px;
	color: #ffffff;
	display: block;
	cursor: pointer;
}
.baoming .formDiv .ProfessionalApply{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; /*去掉下拉箭头*/
}
.success{
	display: none;
	width: 300px;
	height: 400px;
	background-color: #eeeeee;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.success p{
	width: 97px;
	height: 97px;
	margin: 0px auto;
	padding-top: 90px;
}
.success span{
	display: block;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 2px;
	color: #333333;
	margin-top: 30px;
}
.success .fanhui{
	width: 155px;
	height: 44px;
	background-color: #dcdcdc;
	border-radius: 22px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 2px;
	color: #666666;
	margin: 50px auto;
	cursor: pointer;
	border: 1px;
}