.form_bd table tr td em.req {
	color: #F00;
	font-style: normal;
	padding-right: 3px;
}

.form_bd table tr td {
	padding: 7px 7px;
}

.form_content {
	padding: 7px 0px;
}

.form_alt_bd {
	border-bottom: 1px dotted #000;
	color: #ff0000;
	background: url(http://www.snzsxh.org.cn/res/images/blueberry/lamp_active.png) 35px 0px no-repeat;
	height: 42px;
	line-height: 32px;
	padding-left: 72px;
	margin-top: 13px;
}

.short_select {
	border: 1px solid #ddd;
	padding: 3px;
	width: 83px;
}

.txt {
	width: 250px;
	border: 1px solid #aaa;
	padding: 1px 2px;
	font-size: 12px;
	height: 24px;
}

.txt2 {
	width: 160px;
}

.ps {
	padding-left: 12px;
}

.txt-focus {
	border: 1px solid #F30;
	background: #FC9;
}

.error-inf {
	color: red;
	font-weight: bold;
}

#detail {
	height: 85px;
}

.submit_bd {
}

.submit_bd .btn_bd {
	float: left;
}

.tel {
	padding-top: 7px;
	display: block;
}

.submit_bd .tel em {
	font-style: normal;
	color: #F30;
}

.validate_image {
	height: 28px;
	vertical-align: middle;
	margin-left: 7px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.xform-submit {
	background: #17399A;
	color: white;
	font-size: 16px;
	border-radius: 7px;
	cursor: pointer;
	width: 110px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 弹窗 */
.shadow {
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed; left: 0; top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.ass-win {
	padding: 25px;
	background: #fff;
	border-radius: 5px;
}

.ass-win i {
	MARGIN: 0px auto;
	WIDTH: auto;
	DISPLAY: table;
	FLOAT: none;
	width: 39px;
	height: 39px;
	background: url("../images/finish.png");
	margin-bottom: 10px;
}

.ass-win p {
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.ass-win span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 5px;
}

.ass-win em {
	display: block;
	text-align: center;
	font-size: 12px;
	color: red;
	margin-bottom: 15px;
}

.ass-win a {
	MARGIN: 0px auto;
	WIDTH: auto;
	DISPLAY: table;
	FLOAT: none;
	width: 70px;
	height: 30px;
	background: red;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px; cursor: pointer;
}