*{margin:0;padding:0;box-sizing:border-box;}body{font-family:Arial,sans-serif;line-height:1.6;background:#FCFFEC;}.container{width:1200px;margin:0 auto;padding:0 20px;}.header{background-color:#D8FF01;padding:15px 0;}.header .container{display:flex;justify-content:space-between;align-items:center;}.logo{width:440px;height:50px;background:url("./img/logo.png") no-repeat;background-size:100% 100%;margin:30px auto;}.nav-menu{display:flex;justify-content:center;list-style:none;gap:30px;width:1200px;margin:0 auto;}.nav-menu .active{border-bottom:2px solid #333;}.nav-menu li{margin-right:30px;}.nav-menu a{text-decoration:none;font-size:18px;color:#333;font-weight:500;}.footer{background-color:#333;color:#fff;padding:40px 0;text-align:center;}.footer-logo{background:url("./img/foot-logo.png") no-repeat;background-size:100% 100%;width:440px;height:50px;margin:0 auto 30px auto;}.footer-info{margin-bottom:15px;}.footer-info p{font-size:14px;color:#ccc;margin-bottom:5px;}.footer-address{font-size:14px;color:#ccc;margin-bottom:20px;}.footer-links{display:flex;justify-content:center;gap:20px;}.footer-links a{font-size:14px;color:#ccc;text-decoration:underline;}.footer-links a:hover{color:#c4d600;}