.list_main {
	margin-top: -6vh;
}
.detail_top {
	height: 29vw;
	padding: 0 4vw;
	padding-bottom: 6vw;
	/* font-size: 4.6vw; */
}
.detail_top >img {
	margin-right: 1.6vw;
	margin-top: 0.7vw;
	height: 5.6vw;
}
.list_main {
	margin: -10vw 4vw 0 4vw;
}
.search_box {
	background: #fff;
	display: flex;
	height: 11vw;
	padding: 0 3.2vw;
	margin-bottom: 1.6vw;
	border-radius: 1.6vw;
	align-items: center;
}
.search_box >img {
	width: 5vw;
	margin-right: 2vw;
}
.search_box >input {
	font-size: 3.5vw;
	font-family: '微软雅黑';
	width: 85%;
	border: 0;/*清除自带的2px的边框*/
	padding: 0;/*清除自带的padding间距*/
	outline: none;/*清除input点击之后的黑色边框*/
}
.item {
	height: 16vw;
	background: #fff;
	border-radius: 1.6vw;
	margin-bottom: 1.8vw;
	display: flex;
	flex-direction: column;
	padding: 1.6vw 2.5vw;
}
.item_t2 {
	height: 7vw;
	padding-left: 4.8vw;
	font-size: 4vw;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.item_b2 {
	height: 9vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 0vh !important;
	font-size: 3.5vw;
}
.item_b2 > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 4.5vw;
}
.item_b2 img {
	margin-right: 1.7vw;
	width: 4vw;
}
.page {
	position:fixed;
	width: calc(100% - 26vw);
	height: 15vw;
	padding: 0 13vw;
}
.button {
	border: 1px solid #c3c3c3;
	border-radius: 1.6vw;
	width: 13vw;
	height: 6vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3vw;
}
.farms {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.farm_item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3vw;
	font-weight: bold;
	height: 7.5vw;
	padding: 0 4.5vw;
	background: #fff;
	border-radius: 1.6vw;
	margin-bottom: 3.5vw;
	box-shadow: 1px 1px 1px lightgray;
}
