.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:#8f7cb5;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}

/* ========== 帮助中心新版（柔和紫色渐变） ========== */
.help-modern{
	--help-purple: #8f83b0;
	--help-purple-mid: #a89fc4;
	--help-purple-light: #c4bdd8;
	--help-purple-pale: #ebe8f2;
	--help-purple-bg: #f6f5f9;
	--help-text: #4a4a55;
	--help-text-light: #7a7a88;
	background: linear-gradient(180deg, #f4f3f7 0%,
	 #faf9fc 50%, #fff 100%);
	min-height: 600px;
	padding-bottom: 48px;
}
.help-modern .bc-nav{display:none}
.help-hero{
	background: linear-gradient(135deg, #e6e2ef 0%, 
	#edeaf3 45%, #3B508D 100%);
	padding: 36px 20px 44px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(143,131,176,0.15);
}
.help-hero::before{
	content: '';
	position: absolute;
	top: -40%;
	right: -10%;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(196,189,216,0.35) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
.help-hero::after{
	content: '';
	position: absolute;
	bottom: -30%;
	left: -5%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(196,189,216,0.25) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
.help-hero-inner{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.help-breadcrumb{
	font-size: 13px;
	color: var(--help-text-light);
	margin-bottom: 16px;
}
.help-breadcrumb a{
	color: var(--help-purple);
	text-decoration: none;
	transition: opacity 0.2s;
}
.help-breadcrumb a:hover{opacity:0.75;text-decoration:underline}
.help-breadcrumb .sep{margin:0 8px;opacity:0.45;color:var(--help-text-light)}
.help-breadcrumb .current{color:var(--help-text);font-weight:500}
.help-hero-title{
	margin: 0 0 12px;
	font-size: 32px;
	font-weight: 700;
	color: #5c5470;
	letter-spacing: 2px;
}
.help-hero-desc{
	margin: 0 0 20px;
	font-size: 15px;
	color: var(--help-text-light);
	line-height: 1.7;
	max-width: 560px;
}
.help-hero-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.help-hero-tags span{
	display: inline-block;
	padding: 6px 16px;
	font-size: 13px;
	color: var(--help-purple);
	background: rgba(255,255,255,0.65);
	border: 1px solid var(--help-purple-pale);
	border-radius: 20px;
}
.help-nav-top{
	max-width: 1200px;
	margin: -24px auto 0;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}
.help-nav-top-inner{
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 24px rgba(143,131,176,0.1);
	border: 1px solid var(--help-purple-pale);
	padding: 20px 24px 16px;
}
.help-nav-head{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	font-size: 15px;
	font-weight: 600;
	color: var(--help-purple);
}
.help-nav-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: linear-gradient(135deg, var(--help-purple), var(--help-purple-light));
	border-radius: 6px;
	opacity: 0.9;
}
.help-cat-row{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--help-purple-pale);
	padding-bottom: 12px;
}
.help-cat-row > .h-cat{
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 auto;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: normal;
	border: 0;
}
.help-cat-row > .h-cat > span{
	display: block;
	padding: 10px 22px;
	margin: 4px 6px 4px 0;
	font-size: 14px;
	font-weight: 500;
	color: var(--help-text);
	background: var(--help-purple-bg);
	border-radius: 24px;
	cursor: pointer;
	transition: all 0.25s ease;
	border: 1px solid transparent;
}
.help-cat-row > .h-cat > span:hover{
	background: var(--help-purple-pale);
	color: var(--help-purple);
}
.help-cat-row > .h-cat.h-show > span{
	background: linear-gradient(135deg, #9d92b8 0%, #b5adc8 100%);
	color: #fff;
	box-shadow: 0 3px 10px rgba(143,131,176,0.22);
}
.help-cat-row > .h-cat > span p{display:none}
.help-cat-row .help-article-row{
	display: none;
	flex: 1 0 100%;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 12px 0 0;
	padding: 14px 0 4px;
	border-top: 1px dashed var(--help-purple-pale);
	border: 0;
	border-top: 1px dashed var(--help-purple-pale);
	width: 100%;
}
.help-cat-row > .h-cat.h-show .help-article-row{
	display: flex !important;
}
.help-cat-row > .h-cat.h-hide .help-article-row{
	display: none !important;
}
.help-cat-row .help-article-row li{
	width: auto;
	margin: 0;
	padding: 0;
	line-height: normal;
	border: 0;
	float: none;
}
.help-cat-row .help-article-row a{
	display: inline-block;
	padding: 8px 18px;
	font-size: 13px;
	color: var(--help-text-light);
	text-decoration: none;
	background: var(--help-purple-bg);
	border-radius: 8px;
	border: 1px solid var(--help-purple-pale);
	transition: all 0.2s ease;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.help-cat-row .help-article-row a:hover{
	color: var(--help-purple);
	border-color: var(--help-purple-light);
	background: var(--help-purple-pale);
	font-weight: 500;
}
.help-cat-row .help-article-row a.h-curr{
	color: #fff;
	background: linear-gradient(135deg, #9d92b8 0%, #b0a6c4 100%);
	border-color: transparent;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(143,131,176,0.25);
}
.help-main{
	max-width: 1200px;
	margin: 28px auto 0;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 24px;
	align-items: start;
}
.help-modern .help-right{
	float: none;
	width: auto;
	margin: 0;
	min-height: auto;
	overflow: visible;
}
.help-article-card{
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(143,131,176,0.08);
	border: 1px solid var(--help-purple-pale);
	overflow: hidden;
}
.help-article-header{
	padding: 28px 32px 20px;
	background: linear-gradient(135deg, var(--help-purple-bg) 0%, #fff 100%);
	border-bottom: 1px solid var(--help-purple-pale);
}
.help-article-badge{
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	color: var(--help-purple);
	background: var(--help-purple-pale);
	border-radius: 4px;
	margin-bottom: 12px;
	font-weight: 500;
}
.help-article-title{
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #1f2937;
	line-height: 1.4;
}
.help-modern .h-content{
	width: auto;
	padding: 28px 32px;
	min-height: 200px;
	text-indent: 0;
	font-size: 15px;
	line-height: 1.85;
	color: var(--help-text);
}
.help-modern .h-content img{
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 12px 0;
}
.help-modern .h-content h1,
.help-modern .h-content h2,
.help-modern .h-content h3{
	color: #1f2937;
	margin: 1.2em 0 0.6em;
}
.help-modern .h-content p{margin-bottom: 1em}
.help-feedback{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
	padding: 24px 32px 28px !important;
	margin-top: 0 !important;
	height: auto !important;
	width: auto !important;
	border-top: 1px solid var(--help-purple-pale) !important;
	background: linear-gradient(180deg, #faf9ff 0%, #fff 100%);
}
.help-feedback-icon{
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: var(--help-purple);
	background: var(--help-purple-pale);
	border-radius: 50%;
	flex-shrink: 0;
}
.help-feedback-text{flex:1;min-width:200px}
.help-feedback-title{
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 600;
	color: #1f2937;
	padding: 0 !important;
}
.help-feedback-sub{
	margin: 0;
	font-size: 13px;
	color: var(--help-text-light);
	padding: 0 !important;
}
.help-feedback-btns{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.help-modern .h-button{
	width: auto;
	height: auto;
	padding: 10px 24px;
	margin: 0;
	font-size: 14px;
	border-radius: 8px;
	cursor: pointer;
	border: 0;
	transition: all 0.2s ease;
}
.help-btn-yes{
	background: linear-gradient(135deg, #9d92b8 0%, #b5adc8 100%);
	color: #fff !important;
	box-shadow: 0 3px 10px rgba(143,131,176,0.25);
}
.help-btn-yes:hover{
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(143,131,176,0.3);
}
.help-btn-no{
	background: #fff;
	color: var(--help-purple) !important;
	border: 1px solid var(--help-purple-light) !important;
}
.help-btn-no:hover{
	background: var(--help-purple-bg);
}
.help-empty{
	text-align: center;
	padding: 60px 32px;
}
.help-empty-icon{
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	background: var(--help-purple-pale);
	border-radius: 50%;
	position: relative;
}
.help-empty-icon::after{
	content: '?';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: var(--help-purple-light);
	font-weight: 700;
}
.help-empty h2{
	margin: 0 0 12px;
	font-size: 20px;
	color: #1f2937;
}
.help-empty p{
	margin: 0;
	color: var(--help-text-light);
	font-size: 14px;
}
.help-sidebar-cards{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.help-side-card{
	background: #fff;
	border-radius: 12px;
	padding: 20px 22px;
	border: 1px solid var(--help-purple-pale);
	box-shadow: 0 3px 14px rgba(143,131,176,0.06);
}
.help-side-card h4{
	margin: 0 0 14px;
	font-size: 15px;
	font-weight: 600;
	color: var(--help-purple);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--help-purple-pale);
}
.help-side-card ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.help-side-card li{
	position: relative;
	padding: 8px 0 8px 16px;
	font-size: 13px;
	color: var(--help-text-light);
	line-height: 1.6;
	border-bottom: 1px dashed #f3f0ff;
}
.help-side-card li:last-child{border-bottom:0}
.help-side-card li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 6px;
	height: 6px;
	background: var(--help-purple-light);
	border-radius: 50%;
}
.help-side-card p{
	margin: 0 0 14px;
	font-size: 13px;
	color: var(--help-text-light);
	line-height: 1.7;
}
.help-side-card-accent{
	background: linear-gradient(160deg, var(--help-purple-bg) 0%, #fff 100%);
	border-color: rgba(196,189,216,0.5);
}
.help-side-link{
	display: inline-block;
	padding: 8px 20px;
	font-size: 13px;
	color: #fff;
	background: linear-gradient(135deg, #9d92b8, #b5adc8);
	border-radius: 8px;
	text-decoration: none;
	transition: opacity 0.2s;
}
.help-side-link:hover{opacity:0.9;color:#fff}
.help-modern .help-box,
.help-modern .help-left{display:none}
@media (max-width: 960px){
	.help-main{
		grid-template-columns: 1fr;
	}
	.help-sidebar-cards{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.help-side-card{flex:1;min-width:240px}
	.help-hero-title{font-size:26px}
}
@media (max-width: 640px){
	.help-cat-row > .h-cat > span{
		padding: 8px 14px;
		font-size: 13px;
	}
	.help-modern .h-content,
	.help-article-header,
	.help-feedback{padding-left:20px !important;padding-right:20px !important}
}