.search.input-group {
	position: relative;
	width: 30%;
}
.search .input-group-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	z-index: 1;
}
.search .form-control {
	padding-left: 32px !important;
}
.search .btn {
	width: 88px;
	color: #fff;
	background-color: #3458a1;
}
.product-container {
	overflow-x: hidden;
	background: #f7f6f6;
	height: 100%;
}
.product-container .container {
	background-color: rgba(255, 255, 255, 1);
}

.product-container .para-list {
	margin-top: 16px;
	width: 100%;
	padding: 0 28px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
}
.product-container .para-list .select-item {
	padding: 8px 28px;
	border-bottom: 1px dashed #d9d9d9;
	overflow: hidden;
}
.product-container .para-list .item-title {
	margin-right: 26px;
	line-height: 35px;
	font-weight: 700;
}
.product-container .para-list a.cityOn {
	padding: 4px 6px;
	color: #fff;
	font-size: 16px;
	background: #3458a1;
	border-radius: 4px;
}

.product-container .para-list .city-wrap {
	width: 80%;
	overflow: hidden;
}
.product-container .city-wrap .city-item {
	margin-right: 30px;
	font-size: 16px;
	line-height: 35px;
	color: #000;
	text-decoration: none;
}
.product-container .city-more {
	line-height: 35px;
	cursor: pointer;
	color: #333;
	font-size: 16px;
}
.result-wrap {
	padding: 0 24px;
}
/* 搜索结果 */
.product-container .result-title .hightColor {
	color: #3458a1;
	font-size: 16px;
}
.product-container .result-title {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
}
.product-container .result-title .img {
	display: inline-block;
	width: 21px;
	height: 21px;
}
.product-container .result-list-title {
	border-bottom: 1px solid #d9d9d9;
}
.product-container .result-item {
	margin-top: 8px;
	border-bottom: 1px solid #d9d9d9;
}
.product-container .result-item .result-item-title {
	width: 384px;
}
.product-container .result-item .split {
	position: relative;
}
.product-container .result-item p {
	margin-bottom: 0;
}
.product-container .result-item .split::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: #d9d9d9;
}
.product-container .result-item img {
	display: inline-block;
	width: 120px;
	height: 44px;
	object-fit: contain;
}
.product-container .result-item a {
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.product-container .result-item .title {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.product-container .result-item .text-muted {
	width: fit-content;
	background-color: #eeeded;
	border-radius: 4px;
	letter-spacing: 2px;
	color: #000;
	font-weight: 700;
}
.product-container .result-item .hightColor {
	color: #3558a1;
	font-size: 18px;
	font-weight: 700;
}
.product-container .result-item .unit {
	font-size: 14px;
}
.product-container .result-item .btn {
	background-color: #3558a1;
}
.product-container .result-item .recommend {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
}
.product-container .result-item .recommend img {
	width: 100%;
	height: 100%;
}
.page {
	height: 80px;
}
