* { box-sizing: border-box; margin: 0; padding: 0; }
body.best-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; }
.best-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.best-header { background: #22252a; height: 70px; border-bottom: 2px solid #d9232e; position: relative; z-index: 100; }
.best-nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.best-logo img { max-height: 45px; max-width: 180px; object-fit: contain; }
.best-nav { display: flex; list-style: none; align-items: center; height: 100%; }
.best-nav-item a { display: block; padding: 0 18px; height: 70px; line-height: 70px; font-size: 15px; color: #ffffff; font-weight: 500; transition: color 0.3s, background 0.3s; }
.best-nav-item a:hover, .best-nav-item.active a { color: #d9232e; background-color: #111520; }
.best-notice { background: #ffffff; border-left: 4px solid #d9232e; 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; }
.best-sec-title { font-size: 20px; font-weight: 700; color: #111111; margin: 30px 0 15px; position: relative; padding-left: 12px; border-left: 4px solid #d9232e; }
.best-icon-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; margin-bottom: 30px; }
@media (max-width: 768px) { .best-icon-grid { grid-template-columns: repeat(3, 1fr); } }
.best-icon-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; text-align: center; transition: all 0.3s; }
.best-icon-card:hover { border-color: #d9232e; box-shadow: 0 4px 12px rgba(217,35,46,0.08); }
.best-main-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .best-main-grid { grid-template-columns: 1fr; } }
.best-list-left { display: grid; grid-template-columns: 1fr; gap: 20px; }
.best-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 20px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.best-card:hover { border-color: #d9232e; box-shadow: 0 6px 16px rgba(217,35,46,0.06); }
.best-card-top { display: flex; align-items: center; margin-bottom: 10px; }
.best-card-img { width: 45px; height: 45px; max-width: 45px; max-height: 45px; object-fit: contain; margin-right: 12px; flex-shrink: 0; }
.best-card-title { font-size: 15px; font-weight: 600; color: #222222; word-break: break-all; }
.best-sidebar-right { display: flex; flex-direction: column; gap: 20px; }
.best-sidebar-card { background: #ffffff; border: 1px solid #e9ecef; border-radius: 6px; padding: 20px; }
.best-rank-item { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px dashed #eee; font-size: 13px; }
.best-rank-item:last-child { border-bottom: none; }
.best-rank-num { width: 20px; height: 20px; border-radius: 50%; background: #d9232e; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; margin-right: 10px; font-weight: bold; }
.best-grid-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 768px) { .best-grid-four { grid-template-columns: repeat(2, 1fr); } }
.best-mini-card { background: #ffffff; border: 1px solid #e9ecef; border-radius: 4px; padding: 10px; text-align: center; font-size: 12px; }
.best-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.best-table th, .best-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.best-table th { background: #ffeef0; color: #d9232e; font-weight: 600; }
.best-btn { background: #d9232e; 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; }
.best-btn:hover { background: #b8141f; }
.best-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.best-footer { background: #22252a; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; border-top: 2px solid #d9232e; }
.best-footer-links a { color: #ffffff; margin: 0 10px; font-weight: bold; }
.best-footer-links a:hover { color: #d9232e; }
.best-footer-sep { color: #495057; }
.best-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.best-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.best-badge-auto { background: #ffeef0; color: #c8161d; }
.best-badge-manual { background: #f5f5f5; color: #616161; }
.best-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
