/*css已经适配所有主流浏览器*/
.er_link  {
	margin: 15px auto;
	border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #D6E9C6;
	padding: 5px 15px 10px;
	font-size: 14px;
	color: #555555;
	font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 26px;
	white-space: normal;
	background-color: #FAFCF9;
}

.efgroup{
	box-sizing: border-box;
	font-family: microsoft yahei;
	line-height: 22.0px;
	color: #E53333;
	margin-top: 10.0px;
	margin-bottom: 10.0px;
	font-size: 16.0px;
	padding: 10.0px;
	border-width: 1.0px 1.0px 1.0px 3.0px;
	border-style: solid;
	border-color: #eeeeee #eeeeee #eeeeee #5db8f8;
	background-color: #f6f6f6;
}

.form-group {
	margin-bottom: 15px
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}    