#main {
	width: 100%!important;
}
#prospectModule {
	background-color: #f2f2f2;
	margin: 0 0 10px;
}
#prospectModule .prospectSearch input {
	background-color: #60a124;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	width: 320px;
	height: 60px;
	text-align: center;
	 margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#prospectModule .bgSelect {
	background-color: #fff;
}
#prospectModule select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	width: 200px;
	z-index: 1;
	padding: 10px 12px;
	border: 1px solid #ddd;
	background-image: url(../../en/img/top/icon-select.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	color: #343434;
	font-weight: 200;
	text-indent: 0.01px;
	text-overflow: '';
	border-radius: 0;
	font-size: 16px;
	min-height: 42px;
	cursor: pointer;
}
#prospectModule select::-ms-expand {
	display: none;
}

@media screen and (min-width: 601px) {
	#prospectModule {
		width: 980px;
		height: 200px;
		position: relative;
	}
	#prospectModule .prospectSearch,
	#prospectModule .titStyle,
	#prospectModule .bgSelect {
		position: absolute;
	}
	#prospectModule .fromTit {
		left: 20px;
	}
	#prospectModule .toTit {
		left: 336px;
	}
	#prospectModule .dateTit {
		left: 626px;
	}
	#prospectModule .fromSelect {
		left: 87px;
	}
	#prospectModule .toSelect {
		left: 379px;
	}
	#prospectModule .dateSelect {
		left: 762px;
	}
	#prospectModule .bgSelect {
		top: 35px;
	}
	#prospectModule .titStyle {
		line-height: 1.5;
		font-size: 16px;
		margin: 0;
		font-weight: bold;
		top: 46px;
	}
	#prospectModule .prospectSearch {
		left: 50%;
		bottom: 35px;
		margin-left: -160px;
	}
	#prospectModule .prospectSearch input:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 600px) {
	#prospectModule {
		margin: 0 10px 10px!important;
		padding: 18px 10px;
	}
	#prospectModule .fromW,
	#prospectModule .toW {
		margin: 0 0 14px;
	}
	#prospectModule .dateW {
		margin: 0 0 18px;
	}
	#prospectModule .wrapStyle {
		display: table;
		width: 100%;
	}
	#prospectModule .wrapStyle .titStyle,
	#prospectModule .wrapStyle select {
		display: table-cell;
		font-size: 12px;
		min-height: 32px;
		padding: 8px 6px;
		height: 32px;
	}
	#prospectModule .wrapStyle select {
		background-color: #fff;
	}
	#prospectModule .prospectSearch input {
		width: 100%;
	}
	#prospectModule .wrapStyle .titStyle {
		width: 35%;
		text-align: center;
		font-weight: bold;
	}
	#prospectModule .wrapStyle .bgSelect,
	#prospectModule .wrapStyle .bgSelect select {
		width: 100%;
	}
	#prospectModule .prospectSearch {
		text-align: center;
	}
	#prospectModule .prospectSearch a {
		width: 160px;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	#prospectModule .prospectSearch a span {
		display: inline;
	}
}