/*input框*/
.inputList{
	margin-top: 46px;
	margin-left: 35px;
}
.inputList ul{
	display: flex;
}
.inputList ul li{
	display: flex;
}
.inputList ul li p.inputTip{
		font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #333333;
}
.inputList ul li p.inputFrame {
	width: 289px;
	height: 32px;
	background-color: #ffffff;
	border: solid 1px #bebebe;
}
.inputList ul li p.inputFrame input{
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	outline: none;
	padding:0 5px;
}
.inputList ul li:nth-child(2){
	margin-left: 20px;
}
.searchIcons{
	width: 50px;
	height: 33px;
	background-color: #2e86c1;
	border: solid 1px #bebebe;
	margin-left: 19px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.searchIcons img{
	    width: 13px;
    height: 16px;
    margin-top: 9px;
	
}
/*文字提示*/
.tipText{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #399bda;
	margin-top: 37px;
	font-family: "微软雅黑";
}
/*表格*/
.form_wrap{
	margin: 41px 28px 210px;
}
 table {
 	border-collapse: collapse;
 	border: solid 1px #bebebe;
 } 
  table th{
  	background-color: #e1f3ff;
	border: solid 1px #bebebe;
		font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #399bda;
  }
  table td{
  	height: 32px;
  	line-height: 32px;
  	padding:0px 5px;
  }
