.container {
	margin-top: 82px;
	margin-bottom: 16px;
}

.lh-24 {
	line-height: 24px;
}

.w-880 {
	width: 880px;
}

.article_card {
	background: #fff;
	border-radius: 6px;
	padding: 26px 24px;
}
.tong {
	padding: 0;
}

.info_label_badge:hover {
	color: #555666;
}

.article_card .title {
	padding: 25px 0 26px;
	margin: 0 24px;
	border-bottom: 1px solid #eee;
}

.rank_card .label_badge:hover {
	color: #555666 !important;
}

.article_card .nickname {
	color: #999;
}

.article_tabs {
	background: #fff;
	border-radius: 6px 6px 0 0;
	height: 72px;
	padding-left: 24px;
	align-items: center;
	font-size: 16px;
	 border-bottom: 1px solid #eee;
}

.article_tabs .login {
	color: #2469F6;
	padding: 6px 15px;
	font-weight: 600;
	background: rgba(36,105,246,0.04);
}

.article_tabs .back {
	margin-right: 24px;
	color: #555666;
	cursor: pointer;
}

.article_tabs .back .iconfont {
	margin-right: 8px;
	font-size: 14px;
}

.article_tab {
	font-size: 16px;
	color: #7E8595;
	cursor: pointer;
}

.bg-white {
	background: #fff;
}

.br_bottom {
	border-radius: 0 0 6px 6px;
}

.br_bottom .pic {
	display: flex;
	margin-top: 14px;
}
.br_bottom .pic img {
	width: 156px;
	height: 156px;
	border: 1px solid #F1F1F1;
	border-radius: 3px;
}

.br_bottom .pic img + img {
	margin: 0 10px;
}

.br_bottom .label {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #8590A6;
	border-radius: 2px;
	background-color: #F5F5F5;
	margin-top: 15px;
	display: inline-block;
}

.rank_card {
	background: #fff;
	border-radius: 6px;
}
.rank_card .tit {
	width: 150px;
}

.hot {
	color: #EA4B4B;
}

.label_badge {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #8590A6;
	background-color: #F5F5F5;
	padding: 0 5px;
	border-radius: 2px;
	margin-right: 12px;
	margin-bottom: 12px;
}
