body {
	background: #F3F4F7;
}

.aside-wrap {
	width: 300px;
	margin-bottom: 20px;
	padding: 0 20px 20px;
	border-radius: 12px;
	background: #fff;
	box-sizing: border-box;
}

.aside-title {
	display: flex;
	justify-content: space-between;
	padding: 16px 0;
}

.title-l {
	display: flex;
	align-items: center;
}

.title-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	background: #CF171D;
	border-radius: 4px;
	margin-right: 5px;
}

.title-icon img {
	width: 18px;
	height: 18px;
}

.title-l h3 {
	font-weight: bold;
	font-size: 18px;
}

.aside-content {
	background: #fff;
	border-radius: 12px;
	box-sizing: border-box;
}

.follow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 22px;
	border-radius: 14px;
	border: 1px solid #CF171D;
	color: #CF171D;
	font-size: 12px;
	cursor: pointer;
}
.followed{
	background: rgba(50,50,50,.1);
	border-color: rgba(50,50,50,.1);
	color: rgba(50,50,50,.3);
}
.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
	color: red !important;
	cursor: pointer;
}
.pagination-wrap{
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}
