.area_search h2 {color: #7ABDFF;}
.area_list,.q_title{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-left: -10px;
	margin-top: 10px;
}
.list_item{
	width: 90px;
	height: 50px;
	background-color: #f1f1f1;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.list_item_price{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f1f1f1;
	font-size: 18px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.q_title{
	border-bottom: 2px solid #ccc;
	margin-left: 2px;
}
.q_l{
	font-size: 18px;
	/* margin-left: -10px; */
	font-weight: bold;
}
.q_item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
	border-bottom: 2px solid #eee;
}
.q_number{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background-color: #7ABDFF;
	color: #fff;
}
.q_content{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-left: -60px;
}
.online_choose_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 880px;
	margin-top: 10px;
}
.on_list_item{
	width: 280px;
	height: 300px;
	/* background-color: #ccc; */
	margin-bottom: 20px;
}
.item_title{
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}
.item_img{
	display: block;
	width: 280px;
	height: 170px;
	margin-top: 4px;
}
.item_center{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item_price{
	font-size: 18px;
	color: #ff0000;
	/* margin-left: 10px; */
}
.item_more{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #7ABDFF;
	text-align: center;
	font-size: 16px;
	margin-top: 4px;
	/* margin-right: 10px; */
}
.item_averprice,.item_info{
	font-size: 16px;
	font-weight: bold;
	/* margin-left: 10px; */
	margin-top: 4px;
}