/* ======================================================
   聚税协办 — 绿色系主题
   ====================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", Arial, sans-serif; font-size: 14px; color: #242424; min-width: 1200px; background: #fff; }
a { text-decoration: none; color: inherit; transition: color .3s; }
img { max-width: 100%; vertical-align: middle; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; }

/* ========== Header (三列布局) ========== */
.site-header { background: #fff; padding: 18px 0; border-bottom: 1px solid #e6e5e6; }
.site-header .container { display: flex; align-items: center; }
.header-logo { flex: 0 0 auto; }
.header-logo img { height: 55px; }
.header-tags { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px 12px; padding: 0 30px; align-content: center; }
.header-tags span { font-size: 12px; color: #333; text-align: center; line-height: 22px; }
.header-contact { flex: 0 0 auto; text-align: right; }
.header-contact img { height: 50px; }
.header-contact .phone-num { font-size: 20px; color: #1a5c2e; font-weight: 700; margin-top: 4px; }

/* ========== 导航栏 ========== */
.nav { background: #1a5c2e; height: 48px; line-height: 48px; }
.nav .container { display: flex; }
.nav a { flex: 1; text-align: center; font-size: 20px; color: #fff; position: relative; transition: background .3s; }
.nav a:hover, .nav a.active { background: #2e8b57; }
.nav a.active::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); border: 8px solid transparent; border-bottom-color: #fff; }

/* ========== Hero Banner 轮播 ========== */
.hero-banner { position: relative; height: 550px; overflow: hidden; }
.hero-banner .slides { position: relative; width: 100%; height: 100%; }
.hero-banner .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1s; background-size: cover; background-position: center; }
.hero-banner .slide.active { opacity: 1; }
.hero-banner .slide::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(26,92,46,.6), rgba(46,139,87,.3)); z-index: 1; }
.hero-banner .slide.active:first-child::before { background: linear-gradient(135deg, rgba(26,92,46,.5), rgba(46,139,87,.25)); }
.hero-banner .banner-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 3; color: #fff; }
.hero-banner .banner-text h2 { font-size: 42px; font-weight: bold; margin-bottom: 16px; text-shadow: 0 2px 12px rgba(0,0,0,.3); letter-spacing: 3px; }
.hero-banner .banner-text p { font-size: 20px; margin-bottom: 24px; opacity: .9; letter-spacing: 2px; }
.hero-banner .banner-btn { display: inline-block; padding: 12px 36px; background: #fff; color: #1a5c2e; font-size: 16px; font-weight: bold; border-radius: 4px; text-decoration: none; transition: all .3s; }
.hero-banner .banner-btn:hover { background: #2e8b57; color: #fff; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.2); }
.banner-dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 5; }
.banner-dots span { width: 14px; height: 14px; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; transition: background .3s; }
.banner-dots span.active { background: #fff; }
.banner-next { position: absolute; right: 40px; bottom: 25px; width: 50px; height: 50px; border-radius: 50%; border: 2px solid #fff; background: transparent; color: #fff; font-size: 22px; cursor: pointer; z-index: 5; transition: background .3s; }
.banner-next:hover { background: rgba(255,255,255,.2); }

/* ========== 回电申请 + 业务动态 ========== */
.callback-section { background: #f5f5f5; padding: 20px 0; border-bottom: 1px solid #e6e5e6; }
.callback-section .container { display: flex; align-items: center; gap: 30px; }
.callback-form { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.callback-form select, .callback-form input { height: 42px; border: 1px solid #ddd; border-radius: 4px; padding: 0 12px; font-size: 14px; }
.callback-form select { width: 140px; }
.callback-form input { width: 180px; }
.callback-form button { height: 42px; width: 200px; background: #1a5c2e; color: #fff; border: none; border-radius: 4px; font-size: 16px; cursor: pointer; transition: background .3s; }
.callback-form button:hover { background: #2e8b57; }
.callback-ticker { flex: 1; overflow: hidden; height: 42px; position: relative; }
.callback-ticker .ticker-list { position: absolute; width: 100%; transition: top .5s; }
.callback-ticker .ticker-item { display: flex; gap: 20px; height: 42px; line-height: 42px; font-size: 13px; }
.callback-ticker .ticker-item .type, .callback-ticker .ticker-item .status { color: #d12f2f; }

/* ========== 标题组件 (.tit1) ========== */
.tit1 { text-align: center; margin-bottom: 50px; position: relative; }
.tit1 h3 { font-size: 40px; line-height: 64px; letter-spacing: 6px; color: #363636; display: inline-block; position: relative; z-index: 2; background: #fff; padding: 0 30px; }
.tit1::before { content: ''; position: absolute; top: 50%; left: 10%; right: 10%; height: 1px; background: #e0e0e0; z-index: 1; }
.tit1 span { display: block; font-size: 18px; line-height: 30px; letter-spacing: 1px; color: #999; margin-top: -10px; }
.graybox .tit1 h3 { background: #e8f5e9; }
.graybox .tit1::before { background: #d8d8d8; }

/* ========== 服务项目卡片 (.indbox1) ========== */
.indbox1 { padding: 80px 0; }
.service-cards { display: flex; gap: 20px; justify-content: center; }
.service-card { width: 202px; border: 1px solid #e6e5e6; box-shadow: 0 0 5px #e6e5e6; text-align: center; padding: 30px 15px 20px; transition: all .3s; position: relative; overflow: hidden; cursor: pointer; }
.service-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,.1); }
.service-card .card-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(46,139,87,.83); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }
.service-card:hover .card-overlay { opacity: 1; }
.card-overlay .consult-btn { padding: 8px 25px; border: 1px solid #fff; color: #fff; font-size: 16px; background: transparent; border-radius: 4px; cursor: pointer; transition: background .3s; }
.card-overlay .consult-btn:hover { background: rgba(255,255,255,.2); }
.service-card .card-icon { font-size: 48px; margin-bottom: 15px; }
.service-card h6 { font-size: 18px; color: #363636; margin-bottom: 8px; }
.service-card p { font-size: 12px; color: #6a6a6e; line-height: 22px; }

/* ========== 灰色区块 ========== */
.graybox { background: #e8f5e9; padding: 80px 0; }

/* ========== 公司优势 VS 对比 (.indbox2) ========== */
.compare-section { padding: 60px 0; }
.compare-wrap { display: flex; align-items: center; justify-content: center; gap: 40px; }
.compare-side { flex: 1; text-align: center; max-width: 400px; }
.compare-side h4 { font-size: 24px; margin-bottom: 25px; }
.compare-side.us h4 { color: #2e8b57; }
.compare-side.self h4 { color: #f43542; }
.compare-side ul { text-align: left; }
.compare-side li { font-size: 14px; line-height: 36px; color: #555; padding-left: 20px; position: relative; }
.compare-side li::before { content: '✓'; position: absolute; left: 0; color: #2e8b57; font-weight: 700; }
.compare-side.self li::before { content: '✗'; color: #f43542; }
.compare-icons { display: flex; gap: 20px; justify-content: center; flex-shrink: 0; }
.compare-icon-item { text-align: center; }
.compare-icon-item .circle { width: 80px; height: 80px; border-radius: 50%; background: #1a5c2e; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 8px; }
.compare-icon-item span { font-size: 13px; color: #666; }

/* ========== 6大优势 (.indbox3) ========== */
.advantages-section { padding: 60px 0; }
.advantages-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 60px; }
.advantage-item { text-align: center; width: 140px; }
.advantage-item .adv-icon { width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #fff; }
.advantage-item span { font-size: 15px; font-weight: 600; }
.adv-color1 .adv-icon { background: #4e6ab0; }
.adv-color2 .adv-icon { background: #b45052; }
.adv-color3 .adv-icon { background: #d38548; }
.adv-color4 .adv-icon { background: #45b3c7; }
.adv-color5 .adv-icon { background: #f7bc20; }
.adv-color6 .adv-icon { background: #56bd7d; }

/* ========== 注册流程 (.indbox6) ========== */
.process-section { padding: 80px 0; background: #fafafa; }
.process-steps { display: flex; justify-content: center; gap: 30px; }
.process-step { text-align: center; flex: 1; max-width: 220px; position: relative; }
.process-step::after { content: '→'; position: absolute; right: -20px; top: 40px; font-size: 24px; color: #cbcbcb; }
.process-step:last-child::after { display: none; }
.process-step .step-icon { width: 80px; height: 80px; border-radius: 50%; background: #f0f0f0; margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; font-size: 36px; color: #1a5c2e; }
.process-step h5 { font-size: 16px; color: #228b22; margin-bottom: 8px; }
.process-step p { font-size: 13px; color: #999; line-height: 22px; }

/* ========== 新政策卡片 ========== */
.policy-section { padding: 80px 0; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.policy-card { border: 1px solid #ccc; background: #fff; transition: box-shadow .3s; }
.policy-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,.1); }
.policy-card .card-img { height: 180px; background: linear-gradient(135deg, #1a5c2e, #2e8b57); display: flex; align-items: center; justify-content: center; font-size: 48px; color: rgba(255,255,255,.3); }
.policy-card .card-body { padding: 20px; }
.policy-card h6 { font-size: 16px; color: #363636; margin-bottom: 8px; }
.policy-card p { font-size: 13px; color: #6a6a6e; line-height: 22px; }

/* ========== 6大问题 (.problem) ========== */
.problem-section { padding: 80px 0; background: #e8f5e9; }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.problem-card { background: #2e8b57; color: #fff; border-radius: 10px; padding: 25px 30px; }
.problem-card h6 { font-size: 16px; margin-bottom: 8px; }
.problem-card p { font-size: 13px; line-height: 22px; opacity: .9; }

/* ========== 财税资讯 (.indbox5) ========== */
.news-section { padding: 80px 0; }
.news-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.news-column h4 { font-size: 20px; color: #1a5c2e; border-bottom: 2px solid #1a5c2e; padding-bottom: 10px; margin-bottom: 20px; }
.news-column li { line-height: 36px; }
.news-column li a { font-size: 14px; color: #555; padding-left: 15px; position: relative; }
.news-column li a::before { content: '›'; position: absolute; left: 0; color: #1a5c2e; font-weight: 700; }
.news-column li a:hover { color: #1a5c2e; }

/* ========== Footer ========== */
.footer { background: #1a5c2e; color: #fff; padding: 40px 0 0; }
.footer-main { display: flex; gap: 30px; padding-bottom: 30px; }
.footer-left { flex: 0 0 280px; }
.footer-left .f-logo { margin-bottom: 15px; }
.footer-left .f-logo img { height: 40px; filter: brightness(0) invert(1); }
.footer-left .f-phone { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.footer-left .f-addr { font-size: 13px; color: rgba(255,255,255,.7); line-height: 22px; }
.footer-center { flex: 1; }
.footer-tags { display: flex; flex-wrap: wrap; margin-bottom: 20px; }
.footer-tags span { width: 20%; text-align: center; font-size: 13px; letter-spacing: 4px; line-height: 30px; color: rgba(255,255,255,.8); }
.footer-nav { display: flex; gap: 12px; }
.footer-nav a { padding: 0 18px; height: 45px; line-height: 45px; background: #fff; color: #1a4a28; border-radius: 5px; font-size: 16px; transition: all .3s; }
.footer-nav a:hover { background: #2e8b57; color: #fff; }
.footer-right { flex: 0 0 200px; text-align: center; }
.footer-right img { width: 120px; height: 120px; background: #fff; border-radius: 6px; padding: 5px; }
.footer-right p { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 8px; }
.footer-bottom { background: #1a4a28; padding: 15px 0; text-align: center; font-size: 13px; color: rgba(255,255,255,.6); }
.footer-bottom a { color: rgba(255,255,255,.7); }

/* ========== 友情链接 ========== */
.footer-links { background: #1a4a28; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-links .container { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,.5); transition: color .3s; }
.footer-links a:hover { color: #fff; }

/* ========== 悬浮工具栏 ========== */
.float-sidebar { position: fixed; right: 0; top: 25%; z-index: 999; display: flex; flex-direction: column; gap: 2px; }
.float-sidebar a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 55px; height: 55px; background: #1a5c2e; color: #fff; font-size: 12px; transition: background .3s; }
.float-sidebar a:hover { background: #2e8b57; }
.float-sidebar a .icon { font-size: 20px; margin-bottom: 2px; }

/* ========== 返回顶部 ========== */
#backToTop { position: fixed; right: 30px; bottom: 60px; width: 50px; height: 50px; border-radius: 50%; background: #1a5c2e; color: #fff; border: none; font-size: 20px; cursor: pointer; opacity: 0; transition: all .3s; z-index: 998; display: flex; align-items: center; justify-content: center; }
#backToTop.show { opacity: 1; }
#backToTop:hover { background: #2e8b57; }

/* ========== 子页面内部 Banner ========== */
.inside-banner { height: 400px; background: url('../images/bg/banner.svg') center center / cover no-repeat, linear-gradient(135deg, #1a5c2e, #2e8b57); position: relative; display: flex; align-items: center; justify-content: center; text-align: center; margin-top: 0; }
.inside-banner::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(26,92,46,.75), rgba(46,139,87,.5)); }
.inside-banner > * { position: relative; z-index: 2; color: #fff; }
.inside-banner h1 { font-size: 40px; letter-spacing: 4px; margin-bottom: 10px; }
.inside-banner p { font-size: 18px; opacity: .85; }

/* ========== 热门服务卡片 (子页面通用) ========== */
.hot-services { padding: 60px 0; }
.hot-services-grid { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.hot-service-card { width: 17.67%; min-width: 180px; border: 1px solid #e6e5e6; box-shadow: 0 0 5px #e6e5e6; text-align: center; padding: 25px 10px; transition: all .3s; cursor: pointer; }
.hot-service-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,.12); }
.hot-service-card .card-icon { font-size: 40px; margin-bottom: 10px; }
.hot-service-card h6 { font-size: 15px; color: #363636; margin-bottom: 6px; }
.hot-service-card p { font-size: 12px; color: #999; line-height: 20px; }
.hot-service-card .hs-btn { display: inline-block; margin-top: 12px; padding: 6px 20px; border: 1px solid #1a5c2e; color: #1a5c2e; border-radius: 4px; font-size: 13px; transition: all .3s; }
.hot-service-card:hover .hs-btn { background: #1a5c2e; color: #fff; }

/* ========== 大卡片 (商标/专利用) ========== */
.big-cards { padding: 60px 0; }
.big-cards-grid { display: flex; gap: 30px; justify-content: center; }
.big-card { width: 25%; min-width: 260px; border: 1px solid #e6e5e6; padding: 40px 25px; text-align: center; transition: all .4s; background: #fff; }
.big-card:hover { transform: translateY(-30px); box-shadow: 0 2px 35px #8c898c; }
.big-card .card-icon { font-size: 56px; margin-bottom: 20px; }
.big-card h5 { font-size: 20px; color: #363636; margin-bottom: 10px; }
.big-card p { font-size: 13px; color: #6a6a6e; line-height: 22px; margin-bottom: 15px; }
.big-card .price { font-size: 22px; color: #d12f2f; font-weight: 700; margin-bottom: 15px; }
.big-card .card-btns { display: flex; gap: 10px; justify-content: center; }
.big-card .btn-buy { padding: 8px 22px; background: #1a5c2e; color: #fff; border: none; border-radius: 4px; font-size: 14px; cursor: pointer; transition: background .3s; }
.big-card .btn-buy:hover { background: #2e8b57; }
.big-card .btn-consult { padding: 8px 22px; background: #d12f2f; color: #fff; border: none; border-radius: 4px; font-size: 14px; cursor: pointer; transition: background .3s; }
.big-card .btn-consult:hover { background: #ff0000; }

/* ========== 流程时间线 ========== */
.timeline-section { padding: 60px 0; background: #fafafa; }
.timeline { display: flex; justify-content: center; gap: 0; position: relative; }
.timeline::before { content: ''; position: absolute; top: 40px; left: 15%; right: 15%; height: 2px; background: #cbcbcb; }
.timeline-step { text-align: center; flex: 1; max-width: 190px; position: relative; }
.timeline-step .step-num { width: 40px; height: 40px; border-radius: 50%; background: #228b22; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; margin: 20px auto 15px; position: relative; z-index: 2; }
.timeline-step h6 { font-size: 15px; color: #228b22; margin-bottom: 6px; }
.timeline-step p { font-size: 12px; color: #999; }

/* ========== 常见问题 ========== */
.faq-section { padding: 60px 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.faq-item { background: #f5f5f5; padding: 20px 25px; border-radius: 6px; }
.faq-item h6 { font-size: 15px; color: #1a5c2e; margin-bottom: 8px; }
.faq-item p { font-size: 13px; color: #666; line-height: 22px; }

/* ========== 查询统计区 ========== */
.query-section { padding: 40px 0; background: #f5f5f5; }
.query-section .container { display: flex; align-items: center; justify-content: center; gap: 30px; }
.query-stats { text-align: center; }
.query-stats .num { font-size: 32px; font-weight: 700; color: #1a5c2e; }
.query-stats .label { font-size: 13px; color: #999; }
.query-input { display: flex; gap: 10px; }
.query-input input { width: 300px; height: 42px; border: 1px solid #ddd; border-radius: 4px; padding: 0 15px; font-size: 14px; }
.query-input button { height: 42px; padding: 0 30px; background: #1a5c2e; color: #fff; border: none; border-radius: 4px; font-size: 15px; cursor: pointer; }

/* ========== 优势标签 ========== */
.advantage-tags { padding: 60px 0; }
.adv-tags-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; }
.adv-tag { text-align: center; width: 180px; }
.adv-tag .tag-icon { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-size: 36px; color: #fff; }
.adv-tag span { font-size: 15px; font-weight: 600; color: #363636; }

/* ========== 品牌设计展示区 ========== */
.gallery-section { padding: 60px 0; }
.gallery-tabs { text-align: center; margin-bottom: 30px; }
.gallery-tabs a { display: inline-block; padding: 6px 20px; margin: 0 5px; font-size: 14px; color: #666; border: 1px solid #ddd; border-radius: 20px; transition: all .3s; }
.gallery-tabs a:hover, .gallery-tabs a.active { background: #1a5c2e; color: #fff; border-color: #1a5c2e; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { height: 250px; background: linear-gradient(135deg, #e8f5e9, #c8e6c9); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 48px; color: #1a5c2e; opacity: .6; transition: all .3s; }
.gallery-item:hover { opacity: 1; transform: scale(1.03); }

/* ========== 蓝色圆角优势卡片 ========== */
.blue-adv-section { padding: 60px 0; }
.blue-adv-grid { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.blue-adv-card { background: #228b22; color: #fff; border-radius: 20px; padding: 30px 25px; text-align: center; width: 220px; }
.blue-adv-card .card-icon { font-size: 40px; margin-bottom: 12px; }
.blue-adv-card h6 { font-size: 17px; margin-bottom: 8px; }
.blue-adv-card p { font-size: 13px; line-height: 22px; opacity: .85; }

/* ========== 关于我们 ========== */
.about-section { padding: 60px 0; }
.about-content { display: flex; gap: 40px; }
.about-text { flex: 1; font-size: 14px; line-height: 28px; color: #555; }
.about-text h3 { font-size: 28px; color: #1a5c2e; margin-bottom: 20px; }
.about-text .en-name { font-size: 14px; color: #999; margin-bottom: 20px; }
.about-map { flex: 0 0 450px; height: 350px; background: #f0f0f0; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #999; font-size: 14px; border: 1px solid #e6e5e6; }
.contact-info { margin-top: 30px; }
.contact-info li { display: flex; align-items: center; gap: 10px; line-height: 36px; font-size: 14px; color: #555; }
.contact-info li .ci-icon { font-size: 18px; width: 24px; text-align: center; }

/* ========== 留言表单 ========== */
.message-section { padding: 60px 0; background: #f5f5f5; }
.message-form { max-width: 600px; margin: 0 auto; }
.message-form h3 { font-size: 24px; color: #1a5c2e; text-align: center; margin-bottom: 30px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 14px; color: #555; margin-bottom: 6px; }
.form-group input, .form-group textarea { width: 100%; border: 1px solid #ddd; border-radius: 4px; padding: 10px 14px; font-size: 14px; font-family: inherit; }
.form-group textarea { height: 120px; resize: vertical; }
.form-group .submit-btn { width: 100%; height: 45px; background: #df0000; color: #fff; border: none; border-radius: 4px; font-size: 16px; cursor: pointer; transition: background .3s; }
.form-group .submit-btn:hover { background: #ff0000; }

/* ========== 登录页 ========== */
.login-section { padding: 80px 0; min-height: 600px; background: #f5f5f5; }
.login-box { max-width: 420px; margin: 0 auto; background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.login-box h3 { font-size: 24px; color: #1a5c2e; text-align: center; margin-bottom: 30px; }
.login-box .form-group input { height: 44px; }
.login-box .login-btn { width: 100%; height: 45px; background: #1a5c2e; color: #fff; border: none; border-radius: 4px; font-size: 16px; cursor: pointer; transition: background .3s; }
.login-box .login-btn:hover { background: #2e8b57; }
.login-box .login-extra { text-align: center; margin-top: 15px; font-size: 13px; color: #999; }

/* ========== 购物车 / 结算 / 商品列表 ========== */
.cart-section, .checkout-section, .products-section { padding: 60px 0; min-height: 500px; }
.cart-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,.06); }
.cart-table th { padding: 14px 15px; text-align: left; font-size: 14px; color: #999; background: #f5f5f5; border-bottom: 1px solid #e6e5e6; }
.cart-table td { padding: 14px 15px; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.cart-table .item-img { width: 60px; height: 60px; border-radius: 6px; object-fit: cover; }
.cart-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; }
.cart-total { font-size: 20px; }
.cart-total strong { color: #1a5c2e; font-size: 26px; }
.btn-checkout { display: inline-block; padding: 12px 40px; background: #1a5c2e; color: #fff; border: none; border-radius: 6px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background .3s; }
.btn-checkout:hover { background: #2e8b57; }
.btn-qty { width: 30px; height: 30px; border: 1px solid #ddd; background: #fff; cursor: pointer; font-size: 16px; text-align: center; line-height: 28px; }
.btn-remove { color: #999; font-size: 13px; cursor: pointer; }
.btn-remove:hover { color: #d12f2f; }

/* 商品列表 */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.product-card { background: #fff; border: 1px solid #e6e5e6; border-radius: 8px; overflow: hidden; transition: all .3s; }
.product-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.1); transform: translateY(-5px); }
.product-card .p-img { height: 200px; background: #f5f5f5; display: flex; align-items: center; justify-content: center; }
.product-card .p-img img { max-width: 80%; max-height: 80%; }
.product-card .p-body { padding: 20px; }
.product-card h5 { font-size: 16px; color: #363636; margin-bottom: 8px; }
.product-card .p-desc { font-size: 13px; color: #6a6a6e; line-height: 22px; margin-bottom: 12px; min-height: 44px; }
.product-card .p-price { font-size: 22px; color: #d12f2f; font-weight: 700; margin-bottom: 12px; }
.product-card .p-price small { font-size: 13px; color: #999; font-weight: 400; }
.product-card .btn-add-cart { display: block; width: 100%; padding: 10px; background: #1a5c2e; color: #fff; border: none; border-radius: 4px; font-size: 14px; cursor: pointer; transition: background .3s; }
.product-card .btn-add-cart:hover { background: #2e8b57; }

/* 结算页 */
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.order-summary, .payment-section { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,.06); }
.order-summary h3, .payment-section h3 { font-size: 20px; color: #1a5c2e; margin-bottom: 20px; }
.payment-methods { display: flex; gap: 20px; margin-bottom: 25px; }
.payment-method { flex: 1; padding: 20px; border: 2px solid #eee; border-radius: 8px; text-align: center; cursor: pointer; transition: all .3s; }
.payment-method:hover, .payment-method.active { border-color: #2e8b57; background: #f0f5f0; }
.payment-method .icon { font-size: 36px; margin-bottom: 8px; }
.payment-method .name { font-size: 15px; color: #1a5c2e; font-weight: 600; }
.qr-placeholder { width: 250px; height: 250px; margin: 20px auto; background: #f9f9f9; border: 2px dashed #ddd; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #999; }
.qr-placeholder .icon { font-size: 48px; margin-bottom: 10px; }

/* ========== 服务购买区块 (嵌入子页面) ========== */
.purchase-section { padding: 60px 0; background: #f5f5f5; }
.purchase-section .tit1 h3 { background: #f5f5f5; }
.purchase-grid { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.purchase-card { width: 280px; background: #fff; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,.06); transition: all .3s; }
.purchase-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.12); transform: translateY(-5px); }
.purchase-card h5 { font-size: 17px; color: #363636; margin-bottom: 8px; }
.purchase-card .p-desc { font-size: 13px; color: #6a6a6e; margin-bottom: 12px; line-height: 22px; }
.purchase-card .p-price { font-size: 24px; color: #d12f2f; font-weight: 700; margin-bottom: 15px; }
.purchase-card .p-price small { font-size: 13px; color: #999; font-weight: 400; }
.purchase-card .btn-add-cart { display: block; width: 100%; padding: 10px; background: #1a5c2e; color: #fff; border: none; border-radius: 4px; font-size: 14px; cursor: pointer; transition: background .3s; }
.purchase-card .btn-add-cart:hover { background: #2e8b57; }

/* ========== 弹窗 (登录提示 / 支付) ========== */
.login-prompt-modal, .payment-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 9999; align-items: center; justify-content: center; }
.login-prompt-modal.show, .payment-modal.show { display: flex; }
.login-prompt-content, .payment-modal-content { background: #fff; border-radius: 12px; padding: 40px; text-align: center; max-width: 420px; width: 90%; position: relative; }
.prompt-icon { font-size: 48px; margin-bottom: 15px; }
.login-prompt-content h3 { font-size: 20px; color: #1a5c2e; margin-bottom: 10px; }
.login-prompt-content p { font-size: 14px; color: #999; margin-bottom: 25px; }
.login-prompt-actions { display: flex; gap: 15px; justify-content: center; }
.btn-prompt-cancel { padding: 10px 30px; background: #f5f5f5; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; cursor: pointer; }
.btn-prompt-confirm { padding: 10px 30px; background: #1a5c2e; color: #fff; border: none; border-radius: 6px; font-size: 14px; cursor: pointer; }
.payment-modal-close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 24px; cursor: pointer; color: #999; }
.payment-modal-content h3 { font-size: 20px; color: #1a5c2e; margin-bottom: 20px; }
.payment-method-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 20px; }
.payment-method-tab { padding: 8px 25px; border: 1px solid #ddd; background: #fff; border-radius: 4px; cursor: pointer; font-size: 14px; }
.payment-method-tab.active { background: #1a5c2e; color: #fff; border-color: #1a5c2e; }
.payment-total { font-size: 16px; color: #333; margin-bottom: 20px; }
.qr-display { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; background: #f9f9f9; border-radius: 8px; }
.qr-display .qr-icon { font-size: 48px; margin-bottom: 10px; }
.qr-display .qr-text { font-size: 18px; color: #1a5c2e; font-weight: 600; }
.qr-display .qr-sub { font-size: 13px; color: #999; margin-top: 5px; }

/* ========== 合作伙伴 ========== */
.partners-section { padding: 40px 0; background: #f5f5f5; }
.partners-grid { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.partner-item { width: 150px; height: 60px; background: #fff; border: 1px solid #e6e5e6; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 13px; color: #999; }

/* ========== 数据统计区 ========== */
.stats-bar { display: flex; justify-content: center; gap: 60px; padding: 40px 0; background: #1a5c2e; }
.stats-bar .stat-item { text-align: center; color: #fff; }
.stats-bar .stat-num { font-size: 36px; font-weight: 700; }
.stats-bar .stat-label { font-size: 14px; opacity: .7; margin-top: 5px; }
