* { box-sizing: border-box; margin: 0; padding: 0; }
body.threaten-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; }
.threaten-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.threaten-header { background: #1c1d22; height: 70px; border-bottom: 2px solid #a67c52; position: relative; z-index: 100; }
.threaten-nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.threaten-logo img { max-height: 45px; max-width: 180px; object-fit: contain; }
.threaten-nav { display: flex; list-style: none; height: 100%; align-items: center; }
.threaten-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; }
.threaten-nav-item a:hover, .threaten-nav-item.active a { color: #a67c52; background-color: #111111; }
.threaten-notice { background: #ffffff; border-left: 4px solid #a67c52; 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; }
.threaten-search-row { display: flex; justify-content: space-between; align-items: center; background: #ffffff; border-radius: 30px; padding: 10px 20px; margin-bottom: 25px; border: 1px solid #e9ecef; }
.threaten-search-input { border: none; padding: 0 15px; height: 35px; outline: none; font-size: 13px; flex-grow: 1; }
.threaten-search-btn { background: #a67c52; color: #ffffff; border: none; border-radius: 50%; width: 35px; height: 35px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.threaten-sec-title { font-size: 20px; font-weight: 700; color: #111111; margin: 30px 0 15px; position: relative; padding-left: 12px; border-left: 4px solid #a67c52; }
.threaten-grid-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .threaten-grid-four { grid-template-columns: repeat(2, 1fr); } }
.threaten-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; }
.threaten-card:hover { border-color: #a67c52; box-shadow: 0 6px 16px rgba(166,124,82,0.08); }
.threaten-card-top { display: flex; align-items: center; margin-bottom: 10px; }
.threaten-card-img { width: 36px; height: 36px; max-width: 36px; max-height: 36px; object-fit: contain; margin-right: 10px; flex-shrink: 0; }
.threaten-card-title { font-size: 14px; font-weight: 600; color: #222222; word-break: break-all; }
.threaten-about-grid { display: grid; grid-template-columns: 1.2fr 2fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .threaten-about-grid { grid-template-columns: 1fr; } }
.threaten-about-left { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.threaten-about-right { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 768px) { .threaten-about-right { grid-template-columns: 1fr; } }
.threaten-about-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; }
.threaten-news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .threaten-news-grid { grid-template-columns: 1fr; } }
.threaten-news-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; }
.threaten-news-item { display: flex; gap: 15px; align-items: center; padding: 15px 0; border-bottom: 1px dashed #eee; }
.threaten-news-item:last-child { border-bottom: none; }
.threaten-news-date { background: #a67c52; color: #ffffff; padding: 5px 10px; text-align: center; border-radius: 4px; font-size: 12px; font-weight: bold; flex-shrink: 0; line-height: 1.2; width: 60px; }
.threaten-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.threaten-table th, .threaten-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.threaten-table th { background: #fdfaf7; color: #a67c52; font-weight: 600; }
.threaten-btn { background: #a67c52; 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; }
.threaten-btn:hover { background: #8c7355; }
.threaten-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.threaten-footer { background: #1c1d22; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.threaten-footer-links a { color: #f8f9fa; margin: 0 10px; font-weight: bold; }
.threaten-footer-links a:hover { color: #a67c52; }
.threaten-footer-sep { color: #495057; }
.threaten-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.threaten-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.threaten-badge-auto { background: #fdfaf7; color: #a67c52; }
.threaten-badge-manual { background: #f1f3f5; color: #495057; }
.threaten-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
