#BANNER {
	position: relative;
	color: #FFF;
	height: 500px;
}

#BANNER>img {
	position: absolute;
	width: 100%;
	min-height: 600px;
	max-height: 600px;
	z-index: 0;
	transform: translateY(-200px) scale(1);
}


.search>form {
	display: flex;
	flex-direction: row;
}

#BANNER>.search {
	width: 1200px;
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	padding-top: 140px;
}


#BANNER #search_1 {
	width: 400px;
	border: none;
	padding: 20px;
	/* color: #FFF; */
	font-size: 16px;
	border-radius: 6px 0 0 6px;
}

#BANNER .post_search_btn {
	font-size: 1.2em;
	font-weight: bold;
	color: #4A2B0E;
	cursor: pointer;
	background: linear-gradient(180deg, #F3E2BF, #D7B587);
	border-radius: 0 10px 10px 0;
	width: 30%;
}

#BANNER input:focus {
	outline: none;
}

/* .search_btn>img{
	margin-right: 10px;
} */
.search_btn {
	border-radius: 0 6px 6px 0;
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, #F3E2BF, #D7B587);
	padding: 20px 30px;
	font-size: 17px;
	color: #4A2B0E;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.part_1 ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.part_1 li {
	cursor: pointer;
	width: 540px;
	height: 100%;
	display: flex;
	margin: 10px;
	background-color: #24262e;
	padding: 20px;
	border-radius: 4px;
	transition: ease all .5s;
}

.part_1 li:hover {
	transform: translateY(-10px);
}

.part_1 li:hover .info_head {
	color: #CDA65E;
}

.part_1 li:nth-child(2n) {
	margin: 10px 0 10px 10px;
}

.seller_box {
	display: flex;
}

.seller_box>a>img {
	width: 180px;
	/* min-width: 180px;
	height: 130px; */
	height: 130px;
	border-radius: 4px;
	margin-right: 30px;
}

.info_head {
	display: flex;
	font-size: 20px;
	justify-content: space-between;
	padding: 10px 0 27px 0;
	transition: ease all .5s;
}

.info_head>a {
	width: 250px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.infos {
	width: 330px;
	font-size: 14px;
	color: #666976;
}

.infos p {
	line-height: 20px;
}

.add_gz {
	cursor: pointer;
	font-size: 15px;
	padding: 5px 18px;
	border-radius: 50px;
	color: #CDA65E;
	background-color: #333441;
}

.add_gz_true {
	cursor: pointer;
	font-size: 15px;
	padding: 5px 18px;
	color: #5B5F6D;
	border-radius: 50px;
	background-color: #333441;
}

@media screen and (max-width:1000px) {
	#BANNER {
		height: 3rem;
	}

	#BANNER #search_1 {
		width: 90%;
		margin: 0 auto;
		padding: .5rem;
	}

	#BANNER>img {
		display: none;
	}

	.search input {
		font-size: 1em;
		padding: .5rem;
	}

	#BANNER .post_search_btn {
		font-size: 1em;
	}

	#BANNER>.search {
		padding-top: 30px;
		width: 100%;
	}

	.seller_box {
		width: 100%;
	}

	.seller_infos {
		width: 70%;
	}

	.content {
		width: 100%;
		margin: 0;
	}

	.part_1 {
		margin-top: 50px;
		width: 100%;
	}

	.part_1 ul {
		width: 100%;
		justify-content: center;
	}

	.part_1 li {
		width: 90%;
		border-radius: 10px;
		padding: .5rem;
		margin: 0;
	}

	.seller_box {
		align-items: center;
	}

	.part_1 li:nth-child(2n) {
		margin: 10px 10px 10px 10px;
	}

	.seller_box>a {
		display: block;
		width: 100%;
		margin-right: .5rem;
	}

	.seller_box>a>img {
		border-radius: 10px;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 10vh;
	}

	.info_head p:first-child {
		width: 60%;
		font-size: 1em;
	}

	.info_head {
		align-items: center;
		width: 100%;
		padding: .5rem 0;
	}

	#PAGE_LIST {
		padding: 20px 0 30px 0;
	}

	.info_head a {
		width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: .9em;
		margin-right: 20px;
	}

	.info_head p:last-child {
		margin-right: .5rem;
	}

	.infos {

		width: 80%;
		font-size: .8em;
	}

	.infos>p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 40px;
	}

	.add_gz:after {
		font-size: .6em;
		padding: .5rem 1rem;
	}

	.add_gz_true:after {
		font-size: .6em;
		padding: .5rem 1rem;
	}

}

@media screen and (max-width:512px) {
	body .change_menu_height {
		height: 100vh;
	}

	body #FOOTER {
		height: 600px;
	}

	.noscorll {
		overflow: hidden;
	}

	.HEAD_NAV:after {
		display: none;
	}
}