* { box-sizing: border-box; margin: 0; padding: 0; }
body.control-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; }
.control-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.control-header { background: #1a1f2c; height: 70px; border-bottom: 2px solid #d9232e; position: relative; z-index: 100; }
.control-nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.control-logo img { max-height: 45px; max-width: 180px; object-fit: contain; }
.control-nav { display: flex; list-style: none; align-items: center; height: 100%; }
.control-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; }
.control-nav-item a:hover, .control-nav-item.active a { color: #d9232e; background-color: #111520; }
.control-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; }
.control-sec-title { font-size: 20px; font-weight: 700; color: #111111; margin: 30px 0 15px; text-align: center; position: relative; }
.control-sec-title::after { content: ""; display: block; width: 40px; height: 3px; background: #d9232e; margin: 8px auto 0; }
.control-grid-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .control-grid-four { grid-template-columns: repeat(2, 1fr); } }
.control-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; }
.control-card:hover { border-color: #d9232e; box-shadow: 0 6px 16px rgba(217,35,46,0.06); }
.control-card-top { display: flex; align-items: center; margin-bottom: 10px; }
.control-card-img { width: 36px; height: 36px; max-width: 36px; max-height: 36px; object-fit: contain; margin-right: 10px; flex-shrink: 0; }
.control-card-title { font-size: 14px; font-weight: 600; color: #222222; word-break: break-all; }
.control-dark-grid-sec { background: #1a1f2c; color: #ffffff; padding: 35px 20px; border-radius: 8px; margin-bottom: 30px; }
.control-dark-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
@media (max-width: 768px) { .control-dark-grid { grid-template-columns: repeat(2, 1fr); } }
.control-dark-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; padding: 15px; text-align: center; }
.control-dark-card h4 { font-size: 13px; font-weight: bold; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.control-three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .control-three-col { grid-template-columns: 1fr; } }
.control-news-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.control-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.control-table th, .control-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.control-table th { background: #fdf2f2; color: #d9232e; font-weight: 600; }
.control-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; }
.control-btn:hover { background: #b8141f; }
.control-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.control-footer { background: #111520; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.control-footer-links a { color: #f8f9fa; margin: 0 10px; }
.control-footer-sep { color: #495057; }
.control-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.control-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.control-badge-auto { background: #ffeef0; color: #c8161d; }
.control-badge-manual { background: #f1f3f5; color: #495057; }
.control-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
