* { box-sizing: border-box; margin: 0; padding: 0; }
body.interest-body { background-color: #f7f9fa; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.interest-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.interest-header { background: #ffffff; padding-top: 15px; }
.interest-logo-bar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; }
.interest-logo img { max-height: 50px; max-width: 200px; object-fit: contain; }
.interest-search-box { display: flex; align-items: center; background: #ffffff; border-radius: 4px; overflow: hidden; height: 35px; border: 1px solid #ddd; }
.interest-search-input { border: none; padding: 0 12px; font-size: 13px; height: 100%; width: 220px; outline: none; }
.interest-search-btn { background: #8fc31f; border: none; color: #ffffff; width: 45px; height: 100%; cursor: pointer; }
.interest-navbar { background: #8fc31f; height: 50px; }
.interest-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.interest-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; }
.interest-nav-item a:hover { background: #719c15; }
.interest-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; }
.interest-sec-title { font-size: 18px; font-weight: 700; color: #111111; margin: 30px 0 15px; padding-left: 10px; border-left: 4px solid #8fc31f; }
.interest-main-layout { display: grid; grid-template-columns: 2.2fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .interest-main-layout { grid-template-columns: 1fr; } }
.interest-carousel-sec { display: grid; grid-template-columns: 1.2fr 1fr; gap: 15px; background: #ffffff; padding: 15px; border-radius: 6px; border: 1px solid #eef2f6; }
@media (max-width: 768px) { .interest-carousel-sec { grid-template-columns: 1fr; } }
.interest-carousel-left { display: flex; flex-direction: column; justify-content: space-between; }
.interest-carousel-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.interest-carousel-thumb { background: #f8fafc; border: 1px solid #eee; border-radius: 4px; padding: 5px; text-align: center; font-size: 11px; }
.interest-special-list { display: flex; flex-direction: column; gap: 10px; }
.interest-special-item { background: #fdfdfd; border: 1px solid #eee; border-radius: 4px; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.interest-grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
@media (max-width: 768px) { .interest-grid-two { grid-template-columns: 1fr; } }
.interest-box-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; }
.interest-box-wrap { display: grid; grid-template-columns: 100px 1fr; gap: 12px; }
.interest-box-list { list-style: none; font-size: 13px; line-height: 2; color: #666; }
.interest-box-list a:hover { color: #8fc31f; text-decoration: underline; }
.interest-sidebar-news { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; }
.interest-sidebar-item { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px dashed #f4f4f4; }
.interest-sidebar-item:last-child { border-bottom: none; }
.interest-links-box { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; margin-bottom: 30px; }
.interest-links-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
@media (max-width: 768px) { .interest-links-grid { grid-template-columns: repeat(3, 1fr); } }
.interest-link-card { background: #f8fafc; border: 1px solid #eee; border-radius: 4px; padding: 8px; text-align: center; font-size: 12px; }
.interest-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.interest-table th, .interest-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.interest-table th { background: #f0fbeb; color: #8fc31f; font-weight: 600; }
.interest-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; }
.interest-btn:hover { background: #719c15; }
.interest-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.interest-footer { background: #ffffff; color: #888888; padding: 40px 0 20px; margin-top: 50px; border-top: 1px solid #f0f0f0; text-align: center; font-size: 14px; }
.interest-footer-links a { color: #666666; margin: 0 10px; font-weight: bold; }
.interest-footer-sep { color: #dddddd; }
.interest-copyright { margin-top: 20px; font-size: 13px; color: #999999; }
.interest-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.interest-badge-auto { background: #eefbee; color: #8fc31f; }
.interest-badge-manual { background: #f5f5f5; color: #616161; }
.interest-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
