div>p {
	margin: 0;
}
div>img {
	width: 100%;
}
.position-box {
	background-color: #fff;	
}
.position-box>div {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 25px;
	align-items: center;
}
.position {
	display: flex;
	justify-content: flex-start;
}
.position-png {
	width: 16px;
	margin-top: 2px;
}
.position-png>img {
	width: 100%;
}
.position-font {
	width: 130px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 13px;
	margin-left: 6px;
}
.yizhan {
	display: flex;
	align-items: center;	
}
.yizhan p{
	color: #333;
	font-size: 13px;
}
.yizhan div {
	width: 12px;
}
/* 鎼滅储妗嗛儴鍒�*/
.search-box {
	background-color: #fff;
	height: 40px;
	width:95%;
	margin:0 auto;
}
.search-box>div {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
.search-box>div>input {
	height: 30px;
	width: 90%;
	border-radius: 30px;
	background-color: #f2f2f2;
	border: none;
	color: #333;
	font-size: 13px;
	/* text-align: center; */
}
.search-box>div>input::-webkit-input-placeholder {
	text-align: center;
	color: #999;
	font-size: 13px;
}
.kefu-png {
	width: 20px;
	margin-top: 5px;
}
.kefu-png>img {
	width: 100%;
}