/* 帮助中心 / 规则中心 —— 适配 layouts/main 的 container > row */
body{
	background: #f5f5f5;
}
.hr-page{
	margin-bottom: 30px;
}
.hr-hero{
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
}
.hr-hero-inner{
	padding: 28px 32px 32px;
	background: linear-gradient(90deg, #f3f8fc 0%, #ffffff 55%, #fff8f0 100%);
	border-left: 5px solid #0056a3;
}
.hr-hero h1{
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: 800;
	color: #222;
	line-height: 1.3;
}
.hr-hero p{
	margin: 0 0 18px;
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}
.hr-search{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 620px;
	height: 44px;
	border: 1px solid #d9e2ec;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}
.hr-search-ico{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 44px;
	flex: 0 0 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #b3b3b3;
	font-size: 16px;
	background: #fafafa;
	border-right: 1px solid #eee;
}
.hr-search input{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 100%;
	border: 0;
	padding: 0 14px;
	outline: none;
	color: #333;
	font-size: 13px;
	line-height: 44px;
	background: transparent;
}
.hr-search button{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 96px;
	flex: 0 0 96px;
	height: 100%;
	border: 0;
	background: #0056a3;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	line-height: 44px;
	padding: 0;
}
.hr-search button:hover{
	background: #2f549f;
}
.hr-section{
	margin-bottom: 22px;
}
.hr-section-hd{
	margin: 0 0 14px;
	padding-left: 10px;
	border-left: 4px solid #0056a3;
	font-size: 18px;
	font-weight: 700;
	color: #222;
	line-height: 1.2;
}
.hr-section-hd span{
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
}
.hr-cat-row > [class*="col-"]{
	margin-bottom: 16px;
}
.hr-cat-card{
	height: 100%;
	min-height: 110px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	padding: 14px 16px 10px;
	-webkit-transition: border-color .2s, box-shadow .2s;
	transition: border-color .2s, box-shadow .2s;
}
.hr-cat-card:hover{
	border-color: #a8c7e6;
	box-shadow: 0 4px 14px rgba(0,86,163,.08);
}
.hr-cat-card h3{
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 15px;
	font-weight: 700;
}
.hr-cat-card h3 a{
	color: #0056a3;
}
.hr-cat-card h3 a:hover{
	color: #2f549f;
	text-decoration: none;
}
.hr-cat-card ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.hr-cat-card li{
	margin: 0;
	line-height: 1.9;
}
.hr-cat-card li a{
	color: #666;
	font-size: 13px;
}
.hr-cat-card li a:hover{
	color: #0056a3;
}
.hr-cat-count a{
	color: #999 !important;
}
.hr-empty{
	padding: 36px 20px;
	text-align: center;
	background: #fff;
	border: 1px dashed #ddd;
	border-radius: 12px;
	color: #999;
	font-size: 13px;
}
.hr-list{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	overflow: hidden;
}
.hr-list li{
	border-bottom: 1px solid #f0f0f0;
}
.hr-list li:last-child{
	border-bottom: 0;
}
.hr-list a{
	display: block;
	padding: 13px 18px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
}
.hr-list a:hover{
	background: #f7fbff;
	color: #0056a3;
	text-decoration: none;
}
.hr-list-title{
	float: left;
	max-width: 78%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hr-list-meta{
	float: right;
	color: #aaa;
	font-size: 12px;
}
.hr-agree-row > [class*="col-"]{
	margin-bottom: 14px;
}
.hr-agree-item{
	display: block;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 16px 18px;
	color: #333;
	min-height: 72px;
}
.hr-agree-item:hover{
	border-color: #0056a3;
	color: #0056a3;
	text-decoration: none;
}
.hr-agree-item strong{
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
}
.hr-agree-item span{
	font-size: 12px;
	color: #999;
}
.hr-agree-item:hover span{
	color: #0056a3;
}
.hr-detail-wrap .help-center-list h3 a{
	color: inherit;
}
.hr-detail-wrap .help-center-list h3 a:hover{
	color: #0056a3;
	text-decoration: none;
}
.hr-detail-wrap + .help-center-side .panel{
	width: 100% !important;
}
.help-center-search{
	/* 覆盖 footerLink 里 float 布局在无 col-md-12 包裹时的错位 */
	float: none;
	width: 100%;
	box-sizing: border-box;
}
.help-center-answers{
	float: none;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 16px;
	padding: 20px 24px 28px;
}
@media (max-width: 991px){
	.hr-hero-inner{ padding: 20px 16px 22px; }
	.hr-hero h1{ font-size: 22px; }
	.hr-search{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		max-width: none;
	}
	.hr-search-ico{ display: none; }
	.hr-search input{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		height: 42px;
		line-height: 42px;
	}
	.hr-search button{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		height: 42px;
		line-height: 42px;
	}
	.hr-list-title{ max-width: 70%; }
}
