body{
	background: #FFFFFF !important;
}
.serch {
	/*height: 42px;*/
	display: flex;
	align-items: center;
	background: #FFFFFF;
	color: #666666; 
	border-bottom: 1px solid #EEEEEE; padding-bottom:15px;
}

.serch_box {
	background-color: #f5f5f5;
	/*line-height: 27px;*/
	/*height: 35px;*/
	flex: 1;
	display: flex;
	align-items: center;
	margin: 0 0.75rem;
	border-radius: 1.5625rem;
}

.serch_box_info {
	flex: 1;
	font-size: 0.875rem;
	padding-left: 1.875rem;
	background: url(../../images/jgh/search_icon.png) no-repeat;
	background-size: 0.9375rem;
	background-position: 0.625rem 50%;
	height: 100%;
}
.serch_box_info a{
	display: block;
	color: #333333;
	line-height: 2.1875rem;
}
.goods_list {
	width: 100%;
	overflow: hidden;
}

.goods_item{
	margin: 0.3125rem 0.75rem 0rem 0.75rem;
	height: 2.625rem;
	padding: 0.5rem 0rem;
	display: flex;
	border-bottom: 1px solid #EFEFEF;
}



.goods_item img {
	width: 2.625rem;
	height: 2.625rem;
	object-fit: cover;
	border-radius: 0.3125rem;
}

.item_info {
	margin-left: 0.5rem;
    width: calc(100% - 3.125rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333333;
    padding: 0.1875rem 0rem;
}

.item_title {
	font-size: 0.9375rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.item_describe {
	font-size: 0.75rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #cd0102;
}


.more{
	/*height: 33px;*/
	background: #FFFFFF;
	color: #666666;
	font-size: 0.75rem;
	line-height: 2.0625rem;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.3125rem 0rem;
}
