.search_con {
	width: 100%;
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1), -5px -5px 10px 0px rgba(0, 0, 0, 0.1);
	padding-bottom: 31.25rem;
}

.search_top {
	border-bottom: 1px solid #d4d4d4;
	height: 147px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.search_top input {
	width: 48.83vw;
	height: 100%;
	text-align: center;
	font-size: 3rem;
}

.search_top .close {
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	right: 3.5rem;
	top: 47px;
	cursor: pointer;
}

.search_top .close img {
	width: 100%;
}

.search_con p {
	font-size: 0.875rem;
	color: #666666;
	text-align: center;
	margin-top: 1.25rem;
}
.verifyClear{
	display: none;
}
input:focus {
	outline: none;
}

.search_error_con {
	width: 48.83vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.search_error_con h1 {
	font-size: 3rem;
	color: #333;
	margin-top: 3.4375rem;
}

.search_error_con img {
	width: 6.625rem;
	height: 6.625rem;
	margin-top: 4.5625rem;
}

.search_error_con p {
	font-size: 1.5rem;
	color: #cc0000;
	margin-top: 2.5rem;
}

.search_error_con .input {
	width: 50.375rem;
	height: 75px;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	padding-left: 1.875rem;
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
}

.search_error_con .input input[type="text"] {
	height: 100%;
	width: 80%;
	font-size: 1.5rem;
	color: #333;
}

.search_error_con .input input[type="button"] {
	height: 100%;
	width: 4.5rem;
	background-image: url(../images/search_b.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	background-color: transparent;
	cursor: pointer;
}
@media (max-width: 720px) {
	footer{
		position: fixed;
		bottom: 0;
	}
	.search_con{
		box-shadow: none;
	}
	.search_top .close{
		display: none;
	}
	.search_top input{
		width: 100%;
		background-color: #f5f5f5;
	}
	.search_con p{
		font-size: 22px;
	}
	.search_error_con{
		width: 100%;
		padding: 0 38px;
		box-sizing: border-box;
	}
	.search_error_con h1{
		font-size: 48px;
	}
	.search_error_con img{
		width: 128px;
		height: 128px;
	}
	.search_error_con .input {
		height: 138px;
	}
	.search_error_con .input input[type="text"] {
		width: 100%;
		background-color: #f5f5f5;
		text-align: center;
		font-size: 48px;
	}
	.search_error_con .input input[type="button"] {
		display: none;
	}
	.verifyClear{
		width: 100%;
		display: flex;
		font-size: 22px;
		height: 58px;
		border: 1px solid #cc0000;
		border-radius: 10px;
		align-items: center;
        justify-content: space-around;
		margin-top: 34px;
	}
	.verifyClear .clear1{
		color: #cc0000;
		width: 50%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.verifyClear .verify{
		color: #fff;
		background-color: #cc0000;
		width: 50%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
	}
}
.banner img {
    width: 100%;
}