.bot-grey{
	background: #eae9e9;
	height: 60px;
	display: flex;
	align-items: center;
}
.friend{
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.friend span{
	color: #fff;
	background-color: #FE5723;
	border-radius: 4px;
	width: 80px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.friend a{
	color: #666;
	margin-right: 20px;
}
.bot-black{
	background: #2a3037;
	padding:24px 0;
}
.bot-black .bot-list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bot-black .bot-list a{
	margin: 0 24px;
	color: #76787c;
}
.bot-black .bot-list hr{
	width: 1px;
	height: 10px;
	background: #707070;
}
.bot-black p{
	margin-top: 14px;
	display: flex;
	justify-content: center;
}
.bot-black a{
	color: #76787c;
	margin: 0 5px;
}