* { box-sizing: border-box; margin: 0; padding: 0; }
body.pleased-body { background-color: #f7f8fa; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.pleased-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.pleased-topbar { background-color: #ffffff; color: #666666; font-size: 12px; height: 32px; line-height: 32px; border-bottom: 1px solid #f0f0f0; }
.pleased-topbar-wrap { display: flex; justify-content: space-between; }
.pleased-header { background: #ffffff; border-bottom: 2px solid #e5e5e5; }
.pleased-logo-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.pleased-logo img { max-height: 50px; max-width: 200px; object-fit: contain; }
.pleased-hotline { color: #8fc31f; font-weight: bold; font-size: 18px; }
.pleased-navbar { background: #ffffff; border-top: 1px solid #f5f5f5; height: 50px; }
.pleased-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.pleased-nav-item a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #333333; font-size: 15px; font-weight: bold; position: relative; transition: all 0.3s; }
.pleased-nav-item a:hover, .pleased-nav-item.active a { color: #d9232e; }
.pleased-nav-item a:hover::after, .pleased-nav-item.active a::after { content: ""; position: absolute; bottom: 0; left: 20px; right: 20px; height: 3px; background: #d9232e; }
.pleased-notice { background: #ffffff; border-left: 4px solid #8fc31f; 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; }
.pleased-sec-title { text-align: center; font-size: 22px; font-weight: 700; color: #111111; margin: 35px 0 20px; position: relative; }
.pleased-sec-title::after { content: ""; display: block; width: 40px; height: 3px; background: #8fc31f; margin: 8px auto 0; }
.pleased-icon-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; margin-bottom: 30px; }
@media (max-width: 768px) { .pleased-icon-grid { grid-template-columns: repeat(3, 1fr); } }
.pleased-icon-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; text-align: center; transition: all 0.3s; }
.pleased-icon-card:hover { border-color: #8fc31f; box-shadow: 0 4px 12px rgba(143,195,31,0.08); }
.pleased-three-col { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .pleased-three-col { grid-template-columns: 1fr; } }
.pleased-col-card { background: #ffffff; border: 1px solid #e9ecef; border-radius: 6px; padding: 20px; }
.pleased-news-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; }
.pleased-news-item:last-child { border-bottom: none; }
.pleased-color-box { border-radius: 4px; padding: 15px; margin-bottom: 10px; color: #ffffff; }
.pleased-brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .pleased-brand-grid { grid-template-columns: repeat(2, 1fr); } }
.pleased-brand-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.pleased-dark-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .pleased-dark-grid { grid-template-columns: 1fr; } }
.pleased-dark-card { background: #2b303b; color: #ffffff; border-radius: 6px; padding: 25px; transition: all 0.3s; }
.pleased-dark-card:hover { transform: translateY(-4px); }
.pleased-mini-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; margin-bottom: 30px; }
@media (max-width: 768px) { .pleased-mini-grid { grid-template-columns: repeat(3, 1fr); } }
.pleased-mini-card { background: #ffffff; border: 1px solid #e9ecef; border-radius: 4px; padding: 10px; text-align: center; font-size: 12px; }
.pleased-spotlight { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .pleased-spotlight { grid-template-columns: 1fr; } }
.pleased-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.pleased-table th, .pleased-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.pleased-table th { background: #f0fbeb; color: #8fc31f; font-weight: 600; }
.pleased-btn { background: #8fc31f; 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; }
.pleased-btn:hover { background: #719c15; }
.pleased-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.pleased-footer { background: #ffffff; color: #666666; padding: 40px 0 20px; margin-top: 50px; border-top: 2px solid #f0f0f0; text-align: center; font-size: 14px; }
.pleased-footer-links a { color: #333333; margin: 0 10px; font-weight: bold; }
.pleased-footer-sep { color: #dddddd; }
.pleased-copyright { margin-top: 20px; font-size: 13px; color: #999999; }
.pleased-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.pleased-badge-auto { background: #eefbee; color: #2e7d32; }
.pleased-badge-manual { background: #f5f5f5; color: #616161; }
.pleased-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
