.exType label{
	margin-top: 20px;
	display: block;
}
.exType div input#txtstandardbooth{
	font-size: 14px;
    border: 1px solid #999 !important;
    background: #fff;
    width: 40px !important;
    height: 25px !important;
    border-radius: 3px;
    margin: 0 5px;
    text-align: center;
    text-indent: 0 !important;
    position: relative;
    top: 2px;
}
.exType div input[type="text"]{
	width: 148px;
	height: 38px;
	border: 1px solid #eee;
	text-indent: 10px;
}
.exType div input[type="checkbox"]{
	vertical-align: middle;
	
}
.exType div span{
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	vertical-align: middle;
}
.exType div b{
	font-size: 14px;
	line-height: 40px;
	color: #aaa;
	font-weight: normal;
}
.enInfor  select{
	width: 170px;
	height: 38px;
	border: 1px solid #E1E1E1;
	color: #aaa;
	margin-right: 20px;
}
.enInfor label em{
	display: inline-block;
    width: 45px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    font-style: normal;
}
.enInfor #areawrap em{
	display: inline-block;
    width: 80px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    font-style: normal;
}


.enInfor .code input#txtcode{
	width: 311px

}
.enInfor .code{
	position: relative;
	display: block;
    margin-top: 25px;
}
#imgValCode{position: absolute;left: 424px;top: 0; }
.exType div input[type="radio"] {
    margin-right: 5px;
    appearance: none;/*清楚默认样式*/
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #999;
    vertical-align: middle;
    margin-top: 3px;
    position: relative;
}
.exType input[type="radio"]:checked {
	border-color: #ff9600;
}
.exType input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	left: 2px;
	top:2px;
	right: 2px;
	bottom: 2px;
	border-radius: 50%;
	background-color: #ff9600;
}