
.bm{
	width: 710px;
margin: 0 auto;
}
.inpu{
	margin-top:30px;
	margin-bottom: 15px;
	display: table;
	margin: 0 auto;
}
.inpu .online_input:nth-child(odd){
	background: #EEEEEE;
}

.online_input{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 10px;
}
.online_input input,.online_input select{
	width: 100%;
	height: 25px;
	padding: 0;
	margin: 0;
	line-height: 25px;
	border: 1px solid #A6A6A6;
}
.online_input div{
	float: left;
}
.online_input_title{
	width: 15%;
	text-align: right;
	font-family: "微软雅黑";
	font-size: 16px;
	color:black;
}
.online_input_title1{
	width: 36%;
	text-align: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: black;
}
.online_input_bottom{
	width: 45%;
	margin: 0 2%;
}
.xuzhi{
	padding-left: 15px;
}
.xuzhi span{
	color: #484848;
	font-size: 14px;
	font-family: "微软雅黑";
}
.inpusub input {
	border-radius: 5px;
	color: white;
	background: #8c0000;
	font-size: 16px;
	padding: 10px 30px;
	border: none;
	margin-right: 100px;
	cursor: pointer;
	margin-bottom: 20px;
	margin-top: 15px;
}
.jiguan select{
	float: left;
	width: 30%;
}
.jiguan select:nth-child(2),.jiguan select:last-child{
	margin-left: 5%;
}