/* 同首页样式 */
        * {margin: 0; padding: 0; box-sizing: border-box; font-family: "微软雅黑", "宋体", sans-serif;}
        body {color: #333; background: #FFF9E8;}
        .container {width: 1200px; margin: 0 auto;}
        .header {
	background: #009900;
	padding: 12px 0;
	border-bottom: 3px solid #008F35;
}
        .nav {display: flex; justify-content: space-between; align-items: center;}
        .logo {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
        .nav-menu a {color: #fff; margin: 0 10px; text-decoration: none; font-size: 15px; white-space: nowrap;}
        .nav-menu a:hover {color: #FFE680;}
        .try-btn {background: #FF9900; color: #fff; padding: 6px 14px; border-radius: 3px; text-decoration: none; border: 1px solid #E68A00;}
        .func-bar {background: #F5F0D7; padding: 8px 0; border-bottom: 1px solid #D8D0B0;}
        .section {padding: 45px; background: #fff; margin: 20px 0; border: 1px solid #E8E0C0; border-radius: 5px; line-height: 1.8;}
        .article-title {font-size: 28px; color: #008F35; text-align: center; margin-bottom: 20px;}
        .article-info {text-align: center; color: #666; margin-bottom: 30px; font-size: 14px;}
        .article-content {font-size: 16px; color: #333;}
        .back-btn {display: inline-block; margin-top: 30px; padding: 8px 20px; background: #00B040; color: #fff; text-decoration: none; border-radius: 4px;}
        .bread {margin: 15px 0; font-size: 14px; color: #666;}
        .bread a {color: #008F35; text-decoration: none;}
        .footer {background: #008F35; color: #fff; padding: 35px 0; text-align: center;}
        .footer p {margin: 8px 0; font-size: 14px;}
        @media (max-width: 1200px) {.container {width: 95%;}}
        @media (max-width: 768px) {.nav-menu {display: none;} .func-bar {display: none;}}
