/* 友情链接 */
.friend-link-box { /* 首页不用这个类 */
	width: 16rem;
	margin: 0.2rem auto;
}
.friend-link {
	width: 100%;
	background-color: #fff;
	padding: 0.1rem 0.2rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
}
.friend-link .friend-link-title {
	margin-right: 0.2rem;
	width: 2.2rem;
}
.friend-link .friend-link-a {
	margin-left: 0.2rem;
	width: 3rem;
	border: 0.01rem solid rgb(209 209 209);
	height: 0.6rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 0.16rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.friend-link .friend-link-a img {
	height: 0.3rem;
}
.friend-link .friend-link-a span {
	margin-left: 0.12rem;
}
/* 友情链接 end */