.bc-nav{width:100%;height:35px;border-bottom:1px solid lightgreen}
.help-box{width:1200px;margin:0 auto;min-height:600px}
.help-left{width:210px;margin:15px;margin-left:0;float:left;background:#fff}
.help-right{width:970px;overflow-x:hidden;min-height:400px;background:white;float:left;margin-top:15px}
.h-content{padding:10px;width:950px;min-height:370px;text-indent:7px;font-family:"microsoft yahei"}
.h-content img{width:100%;}
.h-content .head{padding-bottom:26px}
.h-content .head p{float:left;min-width:230px;font-size:16px;height:36px;line-height:36px;border-bottom:2px solid #8b8b8b}
.h-content .head p span{font-size:28px}
.h-title{height:36px;line-height:36px;text-align:center;font-size:16px;color:white;font-weight:bold}
.h-hide ul{display:none}
.h-hide p{margin:14px 5px 0 0;float:right;display:inline-block;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid#f1f1f1}
#parent>li>span{display:block;padding-left:10px;background:#eaeaea;border-bottom:1px solid #fff}#parent>li>span:hover{cursor:pointer;background:#dadada}
#parent>li{line-height:33px;display:block}
.h-show ul{display:block}
.h-show p{margin:14px 5px 0 0;float:right;display:inline-block;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid#f1f1f1}
.h-list{border:1px solid #dedede}
.h-list li{width:177px;line-height:20px;margin:5px 0 5px 10px;padding:2px 0;padding-left:20px;cursor:pointer}
.h-list .h-curr{margin-left:10px}
.h-curr{background:rgba(0,0,0,0) linear-gradient(to right,#eaeaea,#fff) repeat scroll 0 0;border-color:#dedede;border-image:none;border-width:1px;color:green;font-weight:bold}
.h-list a:hover li{color:green;font-weight:bold}
.bc-nav{line-height:35px}
.bc-nav>p{width:1200px;margin:0 auto}
.bc-nav>p>a{color:gray}
.b{border:1px solid #e0dddd}
.h-right-title{width:100%;height:25px;margin-left:5px;margin-top:15px}
.h-right-title>h4{float:left;font-size:19px}#square{margin:5px;width:6px;height:6px;background:#df2003;float:left}
.b-99{background:#7dd589}
.h-record{padding:5px;width:100%;height:100px;margin-top:20px;border-top:1px solid #e0dddd}
.h-record>p{padding:5px}
.h-button{width:100px;height:25px;color:#6f6666;margin-left:5px}
.h-content h1{text-align:center}
.h-content .cat-time{text-align:center;padding:10px 0}
.c{clear:both}
.b-lg{background:#7dd589}
.news-list a,.list-time{font-size:13px;letter-spacing:2px;color:#333}
.news-list li{padding:8px 5px;border-bottom:1px dashed #f1f1f1}
.news-list a:hover{font-size:13px;letter-spacing:2px;color:#40bb6a}
.list-time{display:block;float:right}
#g-square{margin:8px 0;width:3px;height:3px;background:#333;float:left}
.n-content{width:100%;min-height:300px;overflow:hidden}
.n-content img{width:100%;}
.h-page{position:relative;width:100%;height:100px;background:url(../img/img_yingyin.png) 0 68px no-repeat;background-size: contain;}
.h-page .pagination .active{background:#3fba6a;color:white}
.h-page .pagination .disabled span,.h-page .pagination .active span{left:30px;line-height:28px;padding-left:4px}
.h-page .pagination{position:relative;top:32px;left:30%;width:100%;height:30px}
.h-page .pagination li{margin:0 auto;width:28px;height:28px;border:1px solid #f1f1f1;float:left;margin-left:10px}
.h-page .pagination li a{line-height:28px;padding-left:4px}

/* ========== 客服中心新版（仅 .helpcenter-v2 内生效，不影响资讯页） ========== */
.helpcenter-v2{
	--hc-accent:#fe6047;
	--hc-accent-soft:#fff0ec;
	--hc-surface:#fff;
	--hc-muted:#6b7280;
	--hc-border:#e8ecf1;
	--hc-page-bg:#f0f2f7;
	--hc-radius:14px;
	--hc-shadow:0 8px 28px rgba(15,23,42,.08);
	font-family:"Microsoft Yahei","Hiragino Sans GB",sans-serif;
	background:var(--hc-page-bg);
	padding-bottom:48px;
	margin-bottom:-5px;
}
.helpcenter-v2 .hc-v2-bc{
	border-bottom:0;
	background:linear-gradient(135deg,#1e293b 0%,#334155 55%,#1e293b 100%);
	padding:14px 0;
}
.helpcenter-v2 .hc-v2-bc-inner{
	width:1200px;
	max-width:100%;
	margin:0 auto;
	padding:0 8px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:6px 4px;
	font-size:13px;
	line-height:1.5;
}
.helpcenter-v2 .hc-v2-bc-link{
	color:rgba(255,255,255,.78);
	transition:color .2s;
}
.helpcenter-v2 .hc-v2-bc-link:hover{
	color:#fff;
}
.helpcenter-v2 .hc-v2-bc-current{
	color:#fff;
	font-weight:600;
}
.helpcenter-v2 .hc-v2-bc-text{
	color:rgba(255,255,255,.55);
	max-width:420px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.helpcenter-v2 .hc-v2-bc-sep{
	display:inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:rgba(255,255,255,.35);
	margin:0 6px;
	vertical-align:middle;
}
.helpcenter-v2 .help-box.hc-v2-grid{
	width:1200px;
	max-width:100%;
	margin:0 auto;
	padding:28px 8px 0;
	min-height:560px;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	gap:24px;
	float:none;
	box-sizing:border-box;
}
.helpcenter-v2 .help-left.hc-v2-aside{
	float:none;
	width:300px;
	flex:0 0 300px;
	margin:0;
	padding:0;
	background:transparent;
	border-radius:0;
}
.helpcenter-v2 .hc-v2-aside-head{
	display:flex;
	align-items:center;
	gap:14px;
	padding:20px 20px 18px;
	background:linear-gradient(125deg,var(--hc-accent) 0%,#ff8a65 100%);
	border-radius:var(--hc-radius) var(--hc-radius) 0 0;
	color:#fff;
	box-shadow:var(--hc-shadow);
}
.helpcenter-v2 .hc-v2-aside-icon{
	flex-shrink:0;
	width:44px;
	height:44px;
	border-radius:12px;
	background:rgba(255,255,255,.22);
	position:relative;
}
.helpcenter-v2 .hc-v2-aside-icon::before,
.helpcenter-v2 .hc-v2-aside-icon::after{
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	background:#fff;
	border-radius:2px;
}
.helpcenter-v2 .hc-v2-aside-icon::before{
	width:18px;
	height:3px;
	top:14px;
}
.helpcenter-v2 .hc-v2-aside-icon::after{
	width:18px;
	height:3px;
	top:22px;
}
.helpcenter-v2 .hc-v2-aside-kicker{
	font-size:11px;
	letter-spacing:.12em;
	text-transform:uppercase;
	opacity:.85;
	margin:0 0 4px;
}
.helpcenter-v2 .hc-v2-aside-title{
	font-size:18px;
	font-weight:700;
	margin:0;
	letter-spacing:.02em;
}
.helpcenter-v2 .hc-v2-tree{
	background:var(--hc-surface);
	border-radius:0 0 var(--hc-radius) var(--hc-radius);
	box-shadow:var(--hc-shadow);
	overflow:hidden;
	border:1px solid var(--hc-border);
	border-top:0;
	padding:4px 0 12px;
}
.helpcenter-v2 #parent > li.h-cat > span,
.helpcenter-v2 #parent > li.h-cat > span.hc-v2-cat-trigger{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:12px 16px;
	margin:6px 10px 0;
	border-radius:10px;
	background:#f8fafc;
	border:1px solid transparent;
	font-size:14px;
	font-weight:600;
	color:#1e293b;
	transition:background .2s,border-color .2s,box-shadow .2s;
}
.helpcenter-v2 #parent > li.h-cat > span:hover{
	cursor:pointer;
	background:#fff7f5;
	border-color:rgba(254,96,71,.25);
	box-shadow:0 2px 10px rgba(254,96,71,.08);
}
.helpcenter-v2 #parent > li.h-cat.h-hide > span > p,
.helpcenter-v2 #parent > li.h-cat.h-show > span > p{
	float:none;
	margin:0;
	width:8px;
	height:8px;
	border:0;
	border-right:2px solid #94a3b8;
	border-bottom:2px solid #94a3b8;
	transform:rotate(45deg);
	transition:transform .2s;
}
.helpcenter-v2 #parent > li.h-cat.h-show > span > p{
	transform:rotate(-135deg);
	margin-top:4px;
}
.helpcenter-v2 .hc-v2-links.h-list{
	border:0;
	margin:0 10px;
	padding:4px 0 8px;
}
.helpcenter-v2 .hc-v2-links .hc-v2-link-item{
	list-style:none;
	margin:0;
	padding:0;
	border-radius:8px;
	overflow:hidden;
}
.helpcenter-v2 .hc-v2-links .hc-v2-link-item a{
	display:block;
	padding:10px 14px 10px 16px;
	font-size:13px;
	color:#475569;
	line-height:1.45;
	border-left:3px solid transparent;
	transition:color .2s,background .2s,border-color .2s;
}
.helpcenter-v2 .hc-v2-links .hc-v2-link-item a:hover{
	color:var(--hc-accent);
	font-weight:600;
	background:var(--hc-accent-soft);
	border-left-color:var(--hc-accent);
}
.helpcenter-v2 .hc-v2-links .hc-v2-link-item.h-curr a{
	color:#c2410c;
	font-weight:700;
	background:linear-gradient(90deg,var(--hc-accent-soft),#fff);
	border-left-color:var(--hc-accent);
}
.helpcenter-v2 .hc-v2-links .hc-v2-link-item.h-curr{
	background:transparent;
	border:0;
	margin:0;
}
.helpcenter-v2 .help-right.hc-v2-main{
	float:none;
	flex:1;
	min-width:0;
	width:auto;
	margin:0;
	padding:0;
	background:var(--hc-surface);
	border-radius:var(--hc-radius);
	box-shadow:var(--hc-shadow);
	border:1px solid var(--hc-border);
	overflow:hidden;
}
.helpcenter-v2 .help-right.b{
	border-color:var(--hc-border);
}
.helpcenter-v2 .hc-v2-main-head{
	padding:28px 32px 20px;
	border-bottom:1px solid var(--hc-border);
	background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);
}
.helpcenter-v2 .hc-v2-main-title{
	font-size:26px;
	font-weight:800;
	color:#0f172a;
	line-height:1.35;
	margin:0;
	letter-spacing:-.02em;
}
.helpcenter-v2 .hc-v2-prose.h-content{
	width:auto;
	padding:28px 32px 36px;
	min-height:280px;
	text-indent:0;
	font-size:15px;
	line-height:1.85;
	color:#334155;
}
.helpcenter-v2 .hc-v2-prose img{
	max-width:100%;
	height:auto;
	border-radius:8px;
}
.helpcenter-v2 .hc-v2-feedback.h-record{
	width:auto;
	height:auto;
	min-height:unset;
	margin:0;
	padding:24px 32px 32px;
	border-top:1px solid var(--hc-border);
	background:linear-gradient(180deg,#fafafa,#fff);
}
.helpcenter-v2 .hc-v2-feedback-q{
	padding:0 0 16px;
	margin:0;
	font-size:14px;
	color:var(--hc-muted);
}
.helpcenter-v2 .hc-v2-feedback-btns{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.helpcenter-v2 .hc-v2-btn{
	cursor:pointer;
	border:0;
	border-radius:999px;
	padding:12px 28px;
	font-size:14px;
	font-weight:600;
	transition:transform .15s,box-shadow .2s,background .2s;
}
.helpcenter-v2 .hc-v2-btn-yes{
	background:linear-gradient(135deg,#22c55e,#16a34a);
	color:#fff;
	box-shadow:0 4px 14px rgba(34,197,94,.35);
}
.helpcenter-v2 .hc-v2-btn-yes:hover{
	transform:translateY(-1px);
	box-shadow:0 6px 18px rgba(34,197,94,.45);
}
.helpcenter-v2 .hc-v2-btn-no{
	background:#fff;
	color:var(--hc-accent);
	border:2px solid rgba(254,96,71,.35);
}
.helpcenter-v2 .hc-v2-btn-no:hover{
	background:var(--hc-accent-soft);
	border-color:var(--hc-accent);
}
.helpcenter-v2 .hc-v2-main-empty{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:420px;
	padding:40px;
}
.helpcenter-v2 .hc-v2-empty-card{
	text-align:center;
	max-width:400px;
	padding:40px 32px;
	border:2px dashed var(--hc-border);
	border-radius:var(--hc-radius);
	background:#fafbfc;
}
.helpcenter-v2 .hc-v2-empty-title{
	font-size:18px;
	font-weight:700;
	color:#1e293b;
	margin:0 0 12px;
}
.helpcenter-v2 .hc-v2-empty-desc{
	font-size:14px;
	color:var(--hc-muted);
	line-height:1.7;
	margin:0;
}
.helpcenter-v2 .hc-v2-hidden{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
@media (max-width:1240px){
	.helpcenter-v2 .hc-v2-bc-inner,
	.helpcenter-v2 .help-box.hc-v2-grid{
		width:100%;
	}
}
@media (max-width:900px){
	.helpcenter-v2 .help-box.hc-v2-grid{
		flex-direction:column;
	}
	.helpcenter-v2 .help-left.hc-v2-aside{
		flex:1 1 auto;
		width:100%;
	}
}