/* ご利用ガイド页 */
.page-guide { background: #fff; }
.page-guide .top-bar { background: #000; color: #fff; font-size: 16px; font-weight: 500; padding: 10px 0; }

.header-guide { background: linear-gradient(90deg, #ffe2cf 10%, #fb5f00 64%); box-shadow: 0 2px 4px rgba(0,0,0,0.25); }
.header-guide-inner { width: 100%; }
.header-guide-top { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 20px 0; max-width: 1200px; margin: 0 auto; }
.header-guide .header-logo img { height: 59px; }
.header-search-guide { flex: 1; max-width: 640px; display: flex; align-items: stretch; background: #fff; border-radius: 8px; overflow: hidden; min-height: 40px; margin-left: 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.header-search-guide input { flex: 1; border: none; padding: 10px 16px; font-size: 14px; outline: none; min-width: 0; align-self: center; }
.header-nav-top-guide { display: flex; align-items: center; gap: 8px; }
/* Header actions与全站公共头部统一 */
.page-guide .header .header-actions { display: flex; align-items: center; gap: 16px; }
.page-guide .header .header-phone { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 15px; font-weight: 600; letter-spacing: normal; }
.page-guide .header .btn-header { padding: 8px 20px; border-radius: 6px; font-size: 14px; font-weight: 700; display: inline-block; }

.main-nav-guide { background: #fff; border-bottom: 1px solid #ddd; }
.nav-list-guide { display: flex; justify-content: space-between; max-width: 940px; margin: 0 auto; }
.nav-list-guide .nav-item a { padding: 18px 0; font-size: 17px; font-weight: 700; color: #000; border-bottom: 4px solid transparent; }
.nav-list-guide .nav-item a.active { border-bottom-color: #fb5f00; }
.nav-list-guide .nav-item a:hover { color: #fb5f00; }

.guide-hero { height: 418px; background-size: cover; background-position: center; background-color: #e8d5c8; }
.breadcrumb-wrap { padding: 16px 0; background: #fff; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 10px; }
.breadcrumb-sep { width: 18px; height: 18px; opacity: 0.6; }
.breadcrumb span { color: #666; }

.guide-main { padding: 40px 0 60px; }
.guide-title { font-size: 36px; font-weight: 500; color: #1c1c1c; text-align: center; margin-bottom: 24px; }
.guide-intro { font-size: 16px; color: #000; text-align: center; max-width: 1000px; margin: 0 auto 40px; line-height: 1.6; }
.guide-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; max-width: 986px; margin: 0 auto 40px; }
.guide-links-col { display: flex; flex-direction: column; gap: 0; }
.guide-link { display: flex; align-items: center; gap: 8px; font-size: 16px; color: #000; padding: 12px 0; }
.guide-link::before { content: ''; width: 12px; height: 12px; border-right: 2px solid #fb5f00; border-top: 2px solid #fb5f00; transform: rotate(45deg); }
.guide-link:hover { color: #fb5f00; }

.guide-sections { max-width: 986px; margin: 0 auto; }
.guide-section { padding: 24px 10px; border-top: 1px solid #999; border-bottom: 1px solid #999; }
.guide-section h2 { font-size: 24px; font-weight: 700; margin-bottom: 16px; }
.guide-section p { font-size: 16px; line-height: 1.6; margin-bottom: 12px; }
.guide-section ul { margin: 12px 0; padding-left: 24px; }
.guide-section li { margin-bottom: 8px; font-size: 16px; }

.page-guide .footer { background: #ffe2cf; }
.page-guide .footer-col h4, .page-guide .footer-col ul li a { color: #000; }
.page-guide .footer-bottom { background: #fb5f00; }
.page-guide .footer-bottom-links a, .page-guide .footer-copyright { color: #fff; }

@media (max-width: 768px) {
  .guide-links { grid-template-columns: 1fr; }
  .guide-hero { height: 280px; }
}
