﻿body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; margin: 0; padding: 0; color: #333; background-color: #f9fbfd; }
header { background: #0052cc; color: #fff; padding: 1.5rem 0; text-align: center; }
nav a { color: #fff; margin: 0 15px; text-decoration: none; font-weight: bold; }
.container { width: 80%; margin: auto; overflow: hidden; padding: 20px; }
.hero { text-align: center; padding: 50px 20px; background: #fff; border-bottom: 1px solid #ddd; }
.features { display: flex; justify-content: space-around; margin: 40px 0; }
.feature-box { flex-basis: 30%; background: #fff; padding: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); border-radius: 8px; text-align: center; }
.pricing { text-align: center; padding: 50px 20px; background: #e9f2fb; border-radius: 8px; margin-bottom: 40px; }
.price-box { background: #fff; padding: 30px; border-radius: 8px; display: inline-block; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.price { font-size: 2.5rem; color: #0052cc; font-weight: bold; }
.btn { display: inline-block; background: #0052cc; color: #fff; padding: 10px 25px; text-decoration: none; border-radius: 5px; margin-top: 15px; }
.legal-content { background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 20px; }
.contact-form { display: flex; flex-direction: column; max-width: 500px; margin: 0 auto; }
.contact-form input, .contact-form textarea { margin-bottom: 15px; padding: 10px; border: 1px solid #ccc; border-radius: 4px; }
/* 重点合规页脚样式 */
footer { background: #222; color: #eee; padding: 40px 20px 20px; margin-top: 40px; font-size: 0.9rem; }
.footer-grid { display: flex; justify-content: space-around; max-width: 1200px; margin: auto; flex-wrap: wrap; text-align: left;}
.footer-col { flex-basis: 22%; margin-bottom: 20px; }
.footer-col h4 { color: #fff; margin-bottom: 15px; border-bottom: 1px solid #444; padding-bottom: 5px; }
footer a { color: #8bb4f7; text-decoration: none; display: block; margin-bottom: 8px; }
footer a:hover { text-decoration: underline; }
.footer-bottom { text-align: center; padding-top: 20px; margin-top: 20px; border-top: 1px solid #444; }
