body {
	background: #F3F4F7;
}

.app-wrapper::-webkit-scrollbar-button    {
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-webkit-scrollbar-track     {
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-webkit-scrollbar-track-piece {
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-webkit-scrollbar-thumb{
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-webkit-scrollbar-corner {
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-webkit-scrollbar-resizer  {
  background-color:rgba(0,0,0,0);
}
/*o内核*/
.app-wrapper .-o-scrollbar{
  -moz-appearance: none !important;
  background: rgba(0,255,0,0) !important;
}
.app-wrapper::-o-scrollbar-button    {
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-o-scrollbar-track     {
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-o-scrollbar-track-piece {
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-o-scrollbar-thumb{
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-o-scrollbar-corner {
  background-color:rgba(0,0,0,0);
}
.app-wrapper::-o-scrollbar-resizer  {
  background-color:rgba(0,0,0,0);
}
/*IE10,IE11,IE12*/
.app-wrapper{
  -ms-scroll-chaining: chained;
  -ms-overflow-style: none;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
  -ms-overflow-style: none;
  overflow: auto;
}

.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;
}
