.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:#9EA873}
.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}

/* ===========================
 * 现代可爱主题（仅客服中心/关于我们/联系我们页）
 * 作用域：.cute-help-theme
 * =========================== */
.cute-help-theme{
  --cute-bg-1:#ff4fd8;
  --cute-bg-2:#6c63ff;
  --cute-bg-3:#15d6ff;
  --cute-ink:#111827;
  --cute-muted:#6b7280;
  --cute-card:rgba(255,255,255,.86);
  --cute-stroke:rgba(255,255,255,.55);
  --cute-shadow:0 24px 80px rgba(24, 24, 62, .18);
  --cute-shadow-soft:0 12px 30px rgba(24, 24, 62, .10);
  min-height: 100vh;
  padding-bottom: 56px;
  background:
    radial-gradient(1200px 520px at 18% 10%, rgba(255,79,216,.26), transparent 55%),
    radial-gradient(900px 420px at 85% 18%, rgba(21,214,255,.20), transparent 58%),
    radial-gradient(900px 520px at 60% 90%, rgba(108,99,255,.18), transparent 60%),
    linear-gradient(135deg, rgba(255,79,216,.08) 0%, rgba(108,99,255,.08) 40%, rgba(21,214,255,.08) 100%),
    #ffffff;
}

/* 面包屑：更轻、更像产品页 */
.cute-help-theme .bc-nav{
  height: auto;
  border-bottom: 0;
  padding: 14px 0 10px;
  background: transparent;
}
.cute-help-theme .bc-nav > p{
  width: 1200px;
  margin: 0 auto;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 10px 20px rgba(24,24,62,.06);
}
.cute-help-theme .bc-nav>p>a{
  color: rgba(75,85,99,.92);
}
.cute-help-theme .bc-nav>p>a:hover{ color:#3b2eff; }

/* 主体：两栏卡片布局 */
.cute-help-theme .help-box{
  width: 1200px;
  margin: 0 auto;
  min-height: 640px;
  padding-top: 6px;
}
.cute-help-theme .help-left,
.cute-help-theme .help-right{
  float: none;
  margin: 0;
}
.cute-help-theme .help-box{
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.cute-help-theme .help-left{
  width: 280px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 18px;
  box-shadow: var(--cute-shadow-soft);
  overflow: hidden;
  position: sticky;
  top: 12px;
}
.cute-help-theme .help-right{
  flex: 1;
  width: auto;
  min-height: 520px;
  background: var(--cute-card);
  border: 1px solid var(--cute-stroke);
  border-radius: 18px;
  box-shadow: var(--cute-shadow);
  overflow: hidden;
}

/* 左侧标题：渐变胶囊头 */
.cute-help-theme .h-title{
  height: 44px;
  line-height: 44px;
  text-align: left;
  padding: 0 14px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--cute-bg-1), var(--cute-bg-2), var(--cute-bg-3));
  letter-spacing: .4px;
}
/*.cute-help-theme .b-99{ background: transparent; }*/

/* 分类折叠：更现代 */
.cute-help-theme #parent>li>span{
  padding: 10px 12px;
  background: transparent;
  border-bottom: 1px solid rgba(17,24,39,.06);
  color: rgba(17,24,39,.86);
  font-weight: 800;
}
.cute-help-theme #parent>li>span:hover{
  background: rgba(108,99,255,.08);
}
.cute-help-theme .h-hide p,
.cute-help-theme .h-show p{
  margin: 16px 8px 0 0;
  border-left-width: 7px;
  border-right-width: 7px;
}
.cute-help-theme .h-list{
  border: 0;
  padding: 6px 0 10px;
  background: rgba(255,255,255,.30);
}
.cute-help-theme .h-list li{
  width: auto;
  margin: 6px 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: 0 10px 18px rgba(24,24,62,.06);
  color: rgba(75,85,99,.92);
}
.cute-help-theme .h-list a:hover li{
  color: rgba(17,24,39,.92);
  font-weight: 800;
  transform: translateY(-1px);
}
.cute-help-theme .h-curr{
  background: linear-gradient(135deg, rgba(255,79,216,.18), rgba(108,99,255,.16), rgba(21,214,255,.14));
  color: rgba(17,24,39,.92);
  border-color: rgba(108,99,255,.18);
}

/* 右侧标题区 */
.cute-help-theme .help-right.b{ border: 0; }
.cute-help-theme .h-right-title{
  height: auto;
  margin: 0;
  padding: 16px 18px 10px;
  border-bottom: 1px solid rgba(17,24,39,.06);
  background: rgba(255,255,255,.55);
}
.cute-help-theme #square{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin: 8px 10px 0 0;
  background: linear-gradient(135deg, var(--cute-bg-1), var(--cute-bg-2), var(--cute-bg-3));
}
.cute-help-theme .h-right-title>h4{
  float: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  color: rgba(17,24,39,.92);
  margin: 0;
  vertical-align: middle;
}

/* 内容：可读性更强 */
.cute-help-theme .h-content{
  width: auto;
  min-height: 420px;
  padding: 18px;
  text-indent: 0;
  color: rgba(17,24,39,.88);
  line-height: 1.75;
}
.cute-help-theme .h-content img{
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(24,24,62,.10);
}
.cute-help-theme .h-content h1,
.cute-help-theme .h-content h2,
.cute-help-theme .h-content h3{
  color: rgba(17,24,39,.92);
}

/* 底部“是否解决问题”：更像 CTA */
.cute-help-theme .h-record{
  height: auto;
  padding: 14px 18px 18px;
  margin-top: 0;
  border-top: 1px solid rgba(17,24,39,.06);
  background: rgba(255,255,255,.55);
}
.cute-help-theme .h-record>p{
  padding: 0 0 10px;
  margin: 0;
  color: rgba(75,85,99,.92);
  font-weight: 700;
}
.cute-help-theme .h-button{
  width: auto;
  height: 38px;
  padding: 0 14px;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 14px;
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.75);
  box-shadow: 0 10px 18px rgba(24,24,62,.06);
  cursor: pointer;
  color: rgba(17,24,39,.86);
  font-weight: 800;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
}
.cute-help-theme .h-button:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(24,24,62,.10);
  background: rgba(255,255,255,.92);
}
.cute-help-theme .h-button:first-of-type{
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--cute-bg-1), var(--cute-bg-2), var(--cute-bg-3));
  box-shadow: 0 16px 26px rgba(108,99,255,.22);
}