/* 帮助说明列表 */
.help-guide-item { border-bottom: 1px solid #eee; }
.help-guide-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 10px; cursor: pointer; }
.help-guide-title { font-size: 16px; color: #333; }
.help-guide-arrow { font-family: 'sw-ifont'; font-size: 12px; color: #999; display: inline-block; transition: transform 0.3s; }
.help-guide-item.active .help-guide-arrow { transform: rotate(180deg); }
.help-guide-content { display: none; padding: 0 0 20px 0; }
.help-guide-body { font-size: 14px; color: #555; line-height: 1.8;padding: 10px 20px; }
.help-guide-empty { text-align: center; padding: 60px 0; color: #999; }

/* 帮助说明详情 */
.help-guide-view-title { font-size: 20px; color: #333; margin: 0 0 12px 0; line-height: 1.4; }
.help-guide-view-time { font-size: 12px; color: #999; margin-bottom: 20px; }
.help-guide-view-content { font-size: 15px; color: #555; line-height: 1.8; word-break: break-word; }
.help-guide-view-content img { max-width: 100%; height: auto; }
.help-guide-view-content table { max-width: 100%; }


.help-guide-list .active .help-guide-header {background:#cfe2ff}