.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}

/* ========== 客服中心 help.html · 红色系新版 ========== */
.wst-help-page {
  background: linear-gradient(180deg, #fff8f6 0%, #faf3f2 40%, #fff5f4 100%);
  padding-bottom: 48px;
  min-height: 560px;
}

.wst-help-bc {
  border-bottom: 1px solid #f0d4d4;
  background: linear-gradient(90deg, rgba(255, 245, 245, 0.95) 0%, #fff 50%);
  box-shadow: 0 2px 12px rgba(120, 20, 30, 0.06);
}

.wst-help-bc__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
}

.wst-help-bc a {
  color: #a8071a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wst-help-bc a:hover {
  color: #cf1322;
  text-decoration: underline;
}

.wst-help-bc__sep {
  color: #d4a5a5;
  margin: 0 2px;
  user-select: none;
}

.wst-help-bc__here {
  color: #8c8c8c;
}

.wst-help-bc__article {
  color: #434343;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 上下布局：导航区在上、正文在下 */
.wst-help-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
}

/* 顶部：全宽导航卡片 */
.wst-help-page .help-left {
  float: none;
  width: 100% !important;
  max-width: 100%;
  margin: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0d4d4;
  box-shadow: 0 8px 32px rgba(60, 10, 18, 0.08);
  overflow: hidden;
}

.wst-help-sidebar__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: linear-gradient(118deg, #5c1018 0%, #9b1b2e 45%, #c41e3a 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.wst-help-sidebar__brand .fa {
  font-size: 20px;
  opacity: 0.95;
}

.wst-help-menu {
  list-style: none;
  margin: 0;
  padding: 12px 14px 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(1000px, 1fr));
  gap: 12px;
  align-items: start;
}

.wst-help-cat {
  border: 1px solid #fce8e8;
  border-radius: 12px;
  overflow: hidden;
  background: #fffafa;
}

.wst-help-cat__toggle {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px !important;
  background: #fffafa !important;
  border: none !important;
  cursor: pointer;
  transition: background 0.2s ease;
}

.wst-help-cat__toggle:hover {
  background: #fff0f0 !important;
}

.wst-help-cat__name {
  font-style: normal;
  font-weight: 600;
  color: #5c0011;
  font-size: 14px;
}

.wst-help-cat__arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #cf1322;
  border-bottom: 2px solid #cf1322;
  transform: rotate(45deg);
  transition: transform 0.28s ease;
  flex-shrink: 0;
  margin-left: 8px;
}

.wst-help-cat.h-show .wst-help-cat__arrow {
  transform: rotate(-135deg);
  margin-top: 4px;
}

/* 隐藏旧版三角形（若模板残留） */
.wst-help-cat > span p {
  display: none !important;
}

.wst-help-page .h-list,
.wst-help-page .wst-help-artlist {
  margin: 0 8px 10px !important;
  padding: 6px 0 !important;
  border: 1px solid #fce8e8 !important;
  border-radius: 10px;
  background: #fff;
  list-style: none;
}

.wst-help-page .wst-help-artlist li {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.4 !important;
}

.wst-help-page .wst-help-artlist li a {
  display: block;
  padding: 10px 14px 10px 22px;
  color: #595959;
  font-size: 13px;
  text-decoration: none;
  border-radius: 8px;
  margin: 2px 6px;
  transition: background 0.2s ease, color 0.2s ease;
  position: relative;
}

.wst-help-page .wst-help-artlist li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffb3b3;
}

.wst-help-page .wst-help-artlist li a:hover {
  background: #fff5f5;
  color: #cf1322;
  font-weight: 600;
}

.wst-help-page .wst-help-artlist li.h-curr a {
  background: linear-gradient(90deg, #fff1f0 0%, #fff 100%);
  color: #a8071a;
  font-weight: 700;
  border-left: 3px solid #cf1322;
  padding-left: 19px;
  margin-left: 4px;
}

.wst-help-page .wst-help-artlist li.h-curr a::before {
  background: #cf1322;
}

/* 主内容（位于导航下方） */
.wst-help-page .help-right {
  float: none;
  flex: 0 1 auto;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  border-radius: 16px;
  border: 1px solid #f0d4d4 !important;
  box-shadow: 0 8px 32px rgba(60, 10, 18, 0.08);
  overflow: hidden;
  background: #fff;
}

.wst-help-main__head {
  padding: 22px 26px 12px;
  border-bottom: 1px solid #fce8e8;
  background: linear-gradient(180deg, #fffefe 0%, #fff 100%);
}

.wst-help-main__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #5c0011;
  padding-left: 14px;
  border-left: 4px solid #e02020;
  line-height: 1.35;
}

.wst-help-body.h-content {
  width: auto !important;
  max-width: 100%;
  padding: 22px 28px 28px !important;
  min-height: 280px;
  text-indent: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #434343;
}

.wst-help-body img {
  border-radius: 8px;
}

/* 反馈区 */
.wst-help-feedback.h-record {
  border-top: 1px solid #fce8e8 !important;
  margin-top: 0 !important;
  padding: 22px 26px 28px !important;
  height: auto !important;
  background: linear-gradient(180deg, #fffafa 0%, #fff 100%);
}

.wst-help-feedback__q {
  margin: 0 0 16px;
  font-size: 14px;
  color: #595959;
}

.wst-help-feedback__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wst-help-btn {
  min-width: 130px;
  height: 40px !important;
  padding: 0 20px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.wst-help-btn--yes {
  background: linear-gradient(135deg, #d4380d 0%, #a8071a 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(168, 7, 26, 0.35);
}

.wst-help-btn--yes:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.wst-help-btn--no {
  background: #fff !important;
  color: #a8071a !important;
  border: 1px solid #ffccc7 !important;
}

.wst-help-btn--no:hover {
  border-color: #cf1322 !important;
  background: #fff5f5 !important;
}

/* 未选文章占位 */
.wst-help-empty {
  flex: 0 1 auto;
  width: 100% !important;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 2px dashed #f0c6c6 !important;
  background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
}

.wst-help-empty__inner {
  text-align: center;
  color: #8c8c8c;
  padding: 40px 24px;
}

.wst-help-empty__inner .fa {
  font-size: 48px;
  color: #ffccc7;
  margin-bottom: 16px;
  display: block;
}

.wst-help-empty__inner p {
  margin: 0;
  font-size: 15px;
}

@media (max-width: 576px) {
  .wst-help-menu {
    grid-template-columns: 1fr;
  }
}