.bc-nav{width:100%;background:#f6f7fb;border-bottom:1px solid #e4e8f5;line-height:35px;padding:12px 0}
.bc-nav>p{width:1200px;margin:0 auto;display:flex;gap:10px;align-items:center;font-size:14px;color:#6a718c}
.bc-nav>p>a{color:#6a718c;transition:color .2s}
.bc-nav>p>a:hover{color:#1379ce}
.help-box{
	width:1200px;
	margin:30px auto;
	min-height:600px;
	display:flex;
	gap:24px;
	padding:22px 22px 26px;
	border-radius:28px;
	background:radial-gradient(circle at 0 0,rgba(191,219,254,0.7) 0,rgba(191,219,254,0) 55%),radial-gradient(circle at 100% 0,rgba(165,180,252,0.6) 0,rgba(165,180,252,0) 55%),linear-gradient(135deg,#e5edff 0%,#dbeafe 40%,#e0f2fe 100%);
	box-shadow:0 18px 45px rgba(15,23,42,0.15);
}
.help-left{
	width:260px;
	background:#fff;
	border-radius:20px;
	box-shadow:0 16px 40px rgba(15,23,42,0.16);
	padding:25px 20px;
	float:none;
}
.help-right{
	flex:1;
	overflow-x:hidden;
	min-height:400px;
	background:#fff;
	border-radius:20px;
	box-shadow:0 18px 40px rgba(15,23,42,0.14);
	padding:26px 30px 30px;
	float:none;
}
.h-content{padding:5px 0;min-height:370px;font-family:"Microsoft Yahei",sans-serif;line-height:1.8;color:#4c5b7e;font-size:15px;text-indent:0}
.h-content img{max-width:100%;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.08)}
.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:18px;color:#fff;font-weight:600;background:linear-gradient(135deg,#1379ce 0%,#28567a 100%);border-radius:12px;margin-bottom:15px;letter-spacing:1px}
.h-hide ul{display:none}
.h-hide p,.h-show p{margin:0 4px;display:inline-block;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent}
.h-hide p{border-bottom:6px solid #c5cee3}
.h-show p{border-top:6px solid #c5cee3}
#parent>li{line-height:33px;display:block;margin-bottom:10px}
#parent>li>span{display:flex;align-items:center;justify-content:space-between;padding:14px 12px;background:#f2f5fb;border-radius:10px;color:#4c5b7e;font-weight:500;transition:all .2s}
#parent>li>span:hover{cursor:pointer;background:#e6ecf8;color:#1379ce}
.h-show ul{display:block}
.h-list{border:1px solid #edf1ff;border-radius:12px;padding:6px 0;background:#fff;margin-top:10px}
.h-list li{width:auto;line-height:22px;margin:3px 12px;padding:8px 12px;border-radius:10px;cursor:pointer;color:#6a718c;transition:all .2s}
.h-list .h-curr{margin-left:10px}
.h-curr{background:linear-gradient(135deg,#eff5ff 0%,#ffffff 100%);border:1px solid #dfe8fb;color:#1379ce;font-weight:600}
.h-list a:hover li{color:#1379ce;font-weight:600;background:#f3f7ff}
.b{border:1px solid #e8edf8}
.h-right-title{width:100%;margin-bottom:25px;display:flex;align-items:center;gap:12px}
.h-right-title>h4{font-size:24px;color:#12224a;margin:0;font-weight:700}
#square{width:8px;height:24px;background:linear-gradient(135deg,#1379ce 0%,#28567a 100%);border-radius:999px}
.b-99{background:#1379ce}
.h-record{padding:20px 0;margin-top:30px;border-top:1px solid #e8edf8;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.h-record>p{font-weight:600;color:#12224a;margin-right:10px}
.h-button{width:150px;height:40px;color:#fff;background:linear-gradient(135deg,#1379ce 0%,#28567a 100%);border:0;border-radius:999px;cursor:pointer;font-size:14px;font-weight:600;box-shadow:0 8px 20px rgba(19,121,206,0.2);transition:all .2s}
.h-button:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(19,121,206,0.25)}

/* 关于我们页面增强样式 */
.about-page{
	position:relative;
	background:radial-gradient(circle at 0 0,rgba(191,219,254,0.55) 0,rgba(191,219,254,0) 55%),radial-gradient(circle at 100% 0,rgba(165,180,252,0.5) 0,rgba(165,180,252,0) 55%),linear-gradient(135deg,rgba(239,246,255,0.9) 0%,rgba(219,234,254,0.9) 40%,rgba(191,219,254,0.9) 100%);
	padding:26px 30px 30px;
	display:flex;
	flex-direction:column;
	gap:18px;
}
.about-hero{
	border-radius:18px;
	padding:14px 18px 16px;
	background:rgba(15,23,42,0.03);
	display:flex;
	flex-direction:column;
	gap:4px;
}
.about-hero h2{
	margin:0;
	font-size:22px;
	color:#111827;
	font-weight:800;
}
.about-hero p{
	margin:0;
	font-size:13px;
	color:#4b5563;
}
.about-summary{
	display:flex;
	gap:18px;
}
.about-summary__item{
	flex:1;
	min-width:0;
	background:#ffffff;
	border-radius:16px;
	padding:14px 16px 16px;
	box-shadow:0 14px 35px rgba(15,23,42,0.08);
}
.about-body{
	margin-top:10px;
	background:#ffffff;
	border-radius:18px;
	padding:18px 20px 16px;
	box-shadow:0 18px 40px rgba(15,23,42,0.08);
}
.about-summary__icon{
	width:32px;
	height:32px;
	border-radius:12px;
	background:#e0f2fe;
	margin-bottom:8px;
	position:relative;
}
.about-summary__title{
	font-size:14px;
	font-weight:700;
	color:#111827;
	margin-bottom:4px;
}
.about-summary__desc{
	font-size:12px;
	color:#4b5563;
	line-height:1.7;
}

/* 纯 CSS 小图标 */
.about-summary__icon:before,
.about-summary__icon:after{
	content:'';
	position:absolute;
}
.about-summary__icon--mall:before{
	left:6px;
	bottom:6px;
	width:20px;
	height:10px;
	border-radius:3px;
	background:#1d4ed8;
}
.about-summary__icon--mall:after{
	left:9px;
	top:6px;
	width:14px;
	height:8px;
	border-radius:3px 3px 0 0;
	border:2px solid #1d4ed8;
	border-bottom:none;
}
.about-summary__icon--shield:before{
	left:10px;
	top:6px;
	width:12px;
	height:16px;
	border-radius:8px;
	border:2px solid #0f766e;
	box-sizing:border-box;
}
.about-summary__icon--shield:after{
	left:12px;
	top:10px;
	width:8px;
	height:6px;
	border-radius:3px;
	background:#0f766e;
}
.about-summary__icon--team:before{
	left:6px;
	bottom:8px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#1d4ed8;
	box-shadow:10px 0 0 #1d4ed8;
}
.about-summary__icon--team:after{
	left:7px;
	bottom:4px;
	width:18px;
	height:6px;
	border-radius:999px;
	background:#bfdbfe;
}
.h-content h1{text-align:center}
.h-content .cat-time{text-align:center;padding:10px 0}
.c{clear:both}
.b-lg{background:#1379ce}
.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}