/* 规则中心 —— 淘宝规则频道式布局 */
body {
	background: #eef3f8;
}
.rc-page {
	margin-bottom: 36px;
	padding-top: 8px;
}
.rc-head {
	background: #fff;
	border-radius: 8px 8px 0 0;
	padding: 22px 28px 14px;
	margin-bottom: 0;
	box-shadow: 0 1px 3px rgba(15, 55, 95, .06);
}
.rc-head-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
}
.rc-brand {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	text-decoration: none !important;
	line-height: 1.2;
}
.rc-brand-name {
	font-size: 28px;
	font-weight: 800;
	color: #0b5cab;
	letter-spacing: .5px;
}
.rc-brand-sep {
	margin: 0 8px;
	color: #c5d3e2;
	font-weight: 300;
	font-size: 22px;
}
.rc-brand-sub {
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
.rc-search {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 560px;
	height: 40px;
	border: 2px solid #0b5cab;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.rc-search input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	outline: none;
	padding: 0 14px;
	font-size: 13px;
	color: #333;
	background: transparent;
}
.rc-search button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 88px;
	flex: 0 0 88px;
	border: 0;
	background: #0b5cab;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.rc-search button:hover {
	background: #094a91;
}
.rc-hotkw {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
	line-height: 1.6;
}
.rc-hotkw a {
	margin-right: 14px;
	color: #666;
}
.rc-hotkw a:hover {
	color: #0b5cab;
	text-decoration: none;
}
.rc-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 0 0 8px 8px;
	margin-bottom: 16px;
	padding: 0 12px;
	box-shadow: 0 1px 3px rgba(15, 55, 95, .06);
	border-top: 1px solid #f0f3f7;
}
.rc-nav a {
	position: relative;
	display: inline-block;
	padding: 14px 18px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	text-decoration: none !important;
}
.rc-nav a:hover {
	color: #0b5cab;
}
.rc-nav a.is-active {
	color: #0b5cab;
	font-weight: 700;
}
.rc-nav a.is-active:after {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 0;
	height: 3px;
	background: #0b5cab;
	border-radius: 2px 2px 0 0;
}
.rc-nav-new {
	position: absolute;
	top: 4px;
	right: 2px;
	display: inline-block;
	padding: 0 4px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	background: #f53f3f;
	border-radius: 7px 7px 7px 0;
	letter-spacing: 0;
}
.rc-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px 8px;
}
.rc-top-col {
	padding: 0 8px;
	box-sizing: border-box;
}
.rc-top-hot,
.rc-top-new {
	width: 36%;
}
.rc-top-side {
	width: 28%;
}
.rc-panel {
	background: #fff;
	border-radius: 8px;
	padding: 16px 18px 12px;
	box-shadow: 0 1px 3px rgba(15, 55, 95, .06);
	min-height: 320px;
	margin-bottom: 16px;
}
.rc-panel-hd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f3f7;
}
.rc-panel-hd h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #222;
}
.rc-panel-hd a,
.rc-panel-hd span {
	font-size: 12px;
	color: #999;
}
.rc-panel-hd a:hover {
	color: #0b5cab;
	text-decoration: none;
}
.rc-hot-list,
.rc-new-list,
.rc-plain-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rc-hot-list li a,
.rc-new-list li a,
.rc-plain-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9px 0;
	color: #333;
	text-decoration: none !important;
	border-bottom: 1px dashed #f0f3f7;
	gap: 8px;
}
.rc-hot-list li:last-child a,
.rc-new-list li:last-child a,
.rc-plain-list li:last-child a {
	border-bottom: 0;
}
.rc-hot-list li a:hover .rc-hot-title,
.rc-new-list li a:hover .rc-new-title,
.rc-plain-list li a:hover .rc-plain-title {
	color: #0b5cab;
}
.rc-hot-rank {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	color: #999;
	background: #f2f4f7;
	border-radius: 3px;
}
.rc-hot-rank.is-top {
	background: #0b5cab;
	color: #fff;
	font-weight: 700;
}
.rc-hot-title,
.rc-new-title,
.rc-plain-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}
.rc-hot-bar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 72px;
	flex: 0 0 72px;
	height: 6px;
	background: #eef1f5;
	border-radius: 3px;
	overflow: hidden;
}
.rc-hot-bar i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #7eb6ef 0%, #0b5cab 100%);
	border-radius: 3px;
}
.rc-new-date,
.rc-plain-meta {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 12px;
	color: #aaa;
	margin-left: 8px;
}
.rc-side-card {
	min-height: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 18px;
}
.rc-side-illus {
	width: 56px;
	height: 56px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: linear-gradient(145deg, #e8f3fc, #d6e8f8);
	color: #0b5cab;
	line-height: 56px;
	font-size: 24px;
}
.rc-side-card h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}
.rc-side-card p {
	margin: 0 0 14px;
	font-size: 12px;
	color: #888;
	line-height: 1.6;
}
.rc-side-btn {
	display: inline-block;
	padding: 8px 22px;
	background: #0b5cab;
	color: #fff !important;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
}
.rc-side-btn:hover {
	background: #094a91;
}
.rc-side-agree {
	text-align: left;
	padding-top: 14px;
}
.rc-side-agree ul {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}
.rc-side-agree li a {
	display: block;
	padding: 6px 0;
	font-size: 13px;
	color: #555;
	border-bottom: 1px dashed #f0f3f7;
}
.rc-side-agree li a:hover {
	color: #0b5cab;
	text-decoration: none;
}
.rc-side-more {
	font-size: 12px;
	color: #0b5cab;
}
.rc-bottom-hd {
	margin: 4px 0 12px;
}
.rc-bottom-hd h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #222;
}
.rc-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 16px;
}
.rc-sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	width: 180px;
	background: #fff;
	border-radius: 8px;
	padding: 10px 0;
	box-shadow: 0 1px 3px rgba(15, 55, 95, .06);
}
.rc-side-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	color: #444;
	font-size: 13px;
	text-decoration: none !important;
}
.rc-side-item i {
	width: 18px;
	text-align: center;
	color: #8aa0b8;
}
.rc-side-item:hover {
	background: #f5f9fc;
	color: #0b5cab;
}
.rc-side-item.is-active {
	background: #0b5cab;
	color: #fff;
}
.rc-side-item.is-active i {
	color: #fff;
}
.rc-side-sub {
	padding: 0 12px 8px 44px;
}
.rc-side-sub a {
	display: block;
	padding: 6px 0;
	font-size: 12px;
	color: #666;
}
.rc-side-sub a.is-active,
.rc-side-sub a:hover {
	color: #0b5cab;
	text-decoration: none;
}
.rc-feed {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	background: #fff;
	border-radius: 8px;
	padding: 8px 18px 18px;
	box-shadow: 0 1px 3px rgba(15, 55, 95, .06);
	min-height: 360px;
}
.rc-feed-hd {
	padding: 10px 0 12px;
	font-size: 15px;
	font-weight: 700;
	color: #222;
	border-bottom: 1px solid #f0f3f7;
	margin-bottom: 4px;
}
.rc-feed-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid #f0f3f7;
	text-decoration: none !important;
	color: inherit;
}
.rc-feed-item:last-child {
	border-bottom: 0;
}
.rc-feed-item:hover h3 {
	color: #0b5cab;
}
.rc-feed-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	width: 120px;
	height: 76px;
	border-radius: 6px;
	overflow: hidden;
	background: #eef3f8;
}
.rc-feed-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rc-feed-thumb-ph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #9bb4cc;
	font-size: 28px;
	background: linear-gradient(145deg, #e8f3fc, #dbe8f4);
}
.rc-feed-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	padding-right: 90px;
}
.rc-feed-body h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #222;
	line-height: 1.4;
}
.rc-feed-body h3 em {
	display: inline-block;
	margin-right: 8px;
	padding: 1px 6px;
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	color: #c45a12;
	background: #fff3e8;
	border-radius: 3px;
	vertical-align: middle;
}
.rc-feed-body p {
	margin: 0;
	font-size: 12px;
	color: #888;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rc-feed-date {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #aaa;
}
.rc-agree-panel {
	min-height: 0;
	clear: both;
	margin-top: 8px;
}
.rc-agree-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.rc-agree-item {
	width: 33.333%;
	box-sizing: border-box;
	padding: 8px;
	text-decoration: none !important;
}
.rc-agree-item strong {
	display: block;
	background: #f7fafc;
	border: 1px solid #e8eef5;
	border-radius: 6px;
	padding: 16px 16px 8px;
	font-size: 14px;
	color: #333;
}
.rc-agree-item span {
	display: block;
	background: #f7fafc;
	border: 1px solid #e8eef5;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	padding: 0 16px 14px;
	font-size: 12px;
	color: #999;
	margin-top: -1px;
}
.rc-agree-item:hover strong,
.rc-agree-item:hover span {
	border-color: #0b5cab;
	color: #0b5cab;
}
.rc-empty {
	padding: 40px 16px;
	text-align: center;
	color: #999;
	font-size: 13px;
}
.rc-empty-sm {
	padding: 48px 12px;
}
.rc-search-panel {
	min-height: 200px;
}
.rc-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px;
	margin-top: 4px;
}
.rc-detail-side {
	position: sticky;
	top: 12px;
}
.rc-article {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	background: #fff;
	border-radius: 8px;
	padding: 22px 28px 32px;
	box-shadow: 0 1px 3px rgba(15, 55, 95, .06);
	min-height: 480px;
}
.rc-breadcrumb {
	font-size: 12px;
	color: #999;
	margin-bottom: 16px;
}
.rc-breadcrumb a {
	color: #666;
}
.rc-breadcrumb a:hover {
	color: #0b5cab;
	text-decoration: none;
}
.rc-breadcrumb span {
	margin: 0 6px;
	color: #ccc;
}
.rc-article h1 {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 800;
	color: #222;
	line-height: 1.35;
}
.rc-article-meta {
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f0f3f7;
	font-size: 12px;
	color: #aaa;
}
.rc-article-meta span {
	margin-right: 16px;
}
.rc-article-body {
	font-size: 14px;
	line-height: 1.85;
	color: #333;
}
.rc-article-body img {
	max-width: 100%;
	height: auto;
}
.rc-article-nav {
	margin-top: 28px;
	padding-top: 16px;
	border-top: 1px solid #f0f3f7;
}
.rc-article-nav a {
	display: inline-block;
	margin-right: 18px;
	font-size: 13px;
	color: #0b5cab;
}
.rc-article-nav a:hover {
	text-decoration: underline;
}
.rc-channel-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 16px;
}
.rc-dict-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rc-dict-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 4px;
	border-bottom: 1px solid #f0f3f7;
	color: #333;
	text-decoration: none !important;
}
.rc-dict-list li:last-child a {
	border-bottom: 0;
}
.rc-dict-list li a:hover .rc-dict-title {
	color: #0b5cab;
}
.rc-dict-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 14px;
	line-height: 1.5;
}
.rc-dict-date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 12px;
	color: #aaa;
}
.rc-forum-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	margin: 8px 0 16px;
	padding: 16px 18px;
	background: linear-gradient(90deg, #eef6fc 0%, #f7fbff 100%);
	border: 1px solid #d9e8f6;
	border-radius: 8px;
}
.rc-forum-banner strong {
	display: block;
	font-size: 15px;
	color: #222;
	margin-bottom: 4px;
}
.rc-forum-banner p {
	margin: 0;
	font-size: 12px;
	color: #666;
	line-height: 1.6;
}
.rc-board-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	padding: 8px 0 12px;
}
.rc-board-card {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 280px;
	flex: 1 1 280px;
	padding: 20px;
	border: 1px solid #e8eef5;
	border-radius: 8px;
	background: #fafcfe;
}
.rc-board-card h3 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: #222;
}
.rc-board-card p {
	margin: 0 0 14px;
	font-size: 13px;
	color: #666;
	line-height: 1.7;
}
.rc-board-ways {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}
.rc-board-ways li {
	margin: 0 0 8px;
	font-size: 13px;
	color: #444;
}
.rc-board-ways i {
	width: 18px;
	margin-right: 6px;
	color: #0b5cab;
}
.rc-board-ways a {
	color: #0b5cab;
}
@media (max-width: 991px) {
	.rc-channel-layout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 991px) {
	.rc-head-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.rc-search {
		max-width: none;
	}
	.rc-brand-name {
		font-size: 22px;
	}
	.rc-brand-sub {
		font-size: 18px;
	}
	.rc-top-col {
		width: 100% !important;
	}
	.rc-panel {
		min-height: 0;
	}
	.rc-bottom,
	.rc-detail {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.rc-sidebar,
	.rc-detail-side {
		width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		position: static;
	}
	.rc-feed-body {
		padding-right: 0;
	}
	.rc-feed-date {
		position: static;
		display: block;
		margin-top: 8px;
	}
	.rc-feed-thumb {
		-ms-flex: 0 0 88px;
		flex: 0 0 88px;
		width: 88px;
		height: 60px;
	}
	.rc-agree-item {
		width: 100%;
	}
	.rc-nav a {
		padding: 12px 12px;
		font-size: 13px;
	}
}
