* { box-sizing: border-box; margin: 0; padding: 0; }
body.grow-body { background-color: #fcfcfc; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.grow-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.grow-header { background: #ffffff; padding-top: 20px; border-bottom: 1px solid #f0f0f0; }
.grow-logo-bar { text-align: center; margin-bottom: 15px; }
.grow-logo img { max-height: 55px; max-width: 200px; object-fit: contain; }
.grow-navbar { background: #ffffff; border-top: 1px solid #f5f5f5; height: 50px; }
.grow-nav-wrap { display: flex; justify-content: center; align-items: center; height: 100%; }
.grow-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.grow-nav-item a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #666666; font-size: 14px; font-weight: bold; position: relative; transition: all 0.3s; }
.grow-nav-item a:hover, .grow-nav-item.active a { color: #f06292; }
.grow-nav-item a:hover::after, .grow-nav-item.active a::after { content: ""; position: absolute; bottom: 0; left: 20px; right: 20px; height: 2px; background: #f06292; }
.grow-notice { background: #ffffff; border-left: 4px solid #f06292; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); margin: 20px auto; padding: 12px 20px; font-size: 14px; color: #555555; }
.grow-sec-title { text-align: center; font-size: 22px; font-weight: 700; color: #111111; margin: 35px 0 20px; position: relative; }
.grow-sec-title::after { content: ""; display: block; width: 40px; height: 2px; background: #f06292; margin: 8px auto 0; }
.grow-grid-eight { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; position: relative; }
@media (max-width: 768px) { .grow-grid-eight { grid-template-columns: repeat(2, 1fr); } }
.grow-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 15px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.grow-card:hover { border-color: #f06292; box-shadow: 0 4px 15px rgba(240,98,146,0.08); }
.grow-card-img { width: 100%; height: 110px; object-fit: contain; margin-bottom: 10px; }
.grow-hotline-pendant { position: absolute; right: -80px; top: 50px; background: #00e676; color: #ffffff; padding: 10px 15px; border-radius: 4px; font-weight: bold; font-size: 12px; box-shadow: 0 4px 12px rgba(0,230,118,0.3); }
@media (max-width: 1200px) { .grow-hotline-pendant { display: none; } }
.grow-about-overlay { background: #f5f5f5; padding: 60px 20px; border-radius: 8px; margin-bottom: 30px; text-align: center; position: relative; }
.grow-about-card { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; max-width: 600px; margin: 0 auto; padding: 30px; box-shadow: 0 6px 20px rgba(0,0,0,0.03); }
.grow-news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .grow-news-grid { grid-template-columns: 1fr; } }
.grow-news-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; }
.grow-news-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; }
.grow-news-item:last-child { border-bottom: none; }
.grow-bottom-spot { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
@media (max-width: 768px) { .grow-bottom-spot { grid-template-columns: 1fr; } }
.grow-spot-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; display: flex; align-items: center; gap: 15px; }
.grow-contact-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .grow-contact-grid { grid-template-columns: 1fr; } }
.grow-contact-left { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 25px; }
.grow-contact-right { background: #ffffff; border: 1px solid #e9ecef; border-radius: 6px; padding: 20px; }
.grow-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.grow-table th, .grow-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.grow-table th { background: #fff1f3; color: #f06292; font-weight: 600; }
.grow-btn { background: #f06292; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 13px; font-weight: 500; display: inline-block; border: none; cursor: pointer; transition: background 0.3s; }
.grow-btn:hover { background: #e91e63; }
.grow-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.grow-footer { background: #ffffff; color: #888888; padding: 40px 0 20px; margin-top: 50px; border-top: 1px solid #f0f0f0; text-align: center; font-size: 14px; }
.grow-footer-links a { color: #666666; margin: 0 10px; font-weight: bold; }
.grow-footer-sep { color: #dddddd; }
.grow-copyright { margin-top: 20px; font-size: 13px; color: #999999; }
.grow-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.grow-badge-auto { background: #fff1f3; color: #f06292; }
.grow-badge-manual { background: #f5f5f5; color: #616161; }
.grow-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
