* { box-sizing: border-box; margin: 0; padding: 0; }
body.pungent-body { background-color: #f5f8fa; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.pungent-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.pungent-header { background: #ffffff; }
.pungent-logo-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.pungent-logo img { max-height: 50px; max-width: 250px; object-fit: contain; }
.pungent-top-contacts { display: flex; gap: 20px; font-size: 12px; color: #666666; }
.pungent-contact-item { display: flex; align-items: center; gap: 8px; }
.pungent-contact-item strong { color: #e63946; font-size: 14px; }
.pungent-navbar { background: #e63946; height: 50px; }
.pungent-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.pungent-nav-item a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #ffffff; font-size: 15px; font-weight: bold; transition: background 0.3s; }
.pungent-nav-item a:hover { background: #b81d24; }
.pungent-notice { background: #ffffff; border-left: 4px solid #e63946; 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; }
.pungent-sec-title { text-align: center; font-size: 22px; font-weight: 700; color: #111111; margin: 35px 0 20px; position: relative; }
.pungent-sec-title::after { content: ""; display: block; width: 40px; height: 3px; background: #e63946; margin: 8px auto 0; }
.pungent-grid-eight { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .pungent-grid-eight { grid-template-columns: repeat(2, 1fr); } }
.pungent-circle-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 20px; text-align: center; transition: all 0.3s; }
.pungent-circle-card:hover { border-color: #e63946; box-shadow: 0 4px 15px rgba(230,57,70,0.08); }
.pungent-spotlight-sec { display: grid; grid-template-columns: 1fr 1.5fr; gap: 30px; margin-bottom: 30px; }
@media (max-width: 768px) { .pungent-spotlight-sec { grid-template-columns: 1fr; } }
.pungent-spotlight-left { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.pungent-spotlight-right { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; padding: 10px 20px; }
.pungent-spotlight-item { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px dashed #eee; }
.pungent-spotlight-item:last-child { border-bottom: none; }
.pungent-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .pungent-case-grid { grid-template-columns: 1fr; } }
.pungent-case-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 50% 50% 0 0; padding: 20px 20px 30px; text-align: center; transition: all 0.3s; }
.pungent-case-card:hover { border-color: #e63946; box-shadow: 0 6px 16px rgba(230,57,70,0.06); }
.pungent-about-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .pungent-about-grid { grid-template-columns: 1fr; } }
.pungent-about-left { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 25px; }
.pungent-about-form { background: #ffffff; border: 1px solid #e9ecef; border-radius: 6px; padding: 20px; }
.pungent-red-banner { background: #e63946; color: #ffffff; padding: 35px 20px; border-radius: 8px; margin-bottom: 30px; }
.pungent-red-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 768px) { .pungent-red-grid { grid-template-columns: repeat(1, 1fr); } }
.pungent-red-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 6px; padding: 15px; backdrop-filter: blur(5px); }
.pungent-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .pungent-quick-grid { grid-template-columns: repeat(2, 1fr); } }
.pungent-quick-card { background: #ffffff; border: 1px solid #e0e0e0; border-radius: 6px; padding: 20px; text-align: center; }
.hard-sidebar { background: #ffffff; border: 1px solid #e0e0e0; padding: 15px; border-radius: 4px; }
.hard-sidebar h3 { font-size: 15px; font-weight: bold; margin-bottom: 12px; color: #e63946; border-bottom: 2px solid #e63946; padding-bottom: 5px; }
.hard-sidebar-list { list-style: none; line-height: 2.2; font-size: 14px; color: #555; }
.pungent-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.pungent-table th, .pungent-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.pungent-table th { background: #ffebee; color: #e63946; font-weight: 600; }
.pungent-btn { background: #e63946; 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; }
.pungent-btn:hover { background: #b81d24; }
.pungent-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.pungent-footer { background: #1d242b; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.pungent-footer-links a { color: #f8f9fa; margin: 0 10px; font-weight: bold; }
.pungent-footer-sep { color: #495057; }
.pungent-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.pungent-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.pungent-badge-auto { background: #ffebee; color: #e63946; }
.pungent-badge-manual { background: #f1f3f5; color: #495057; }
.pungent-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
