* { box-sizing: border-box; margin: 0; padding: 0; }
body.quickly-body { background-color: #f5f6f8; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.quickly-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.quickly-topbar { background-color: #ffffff; color: #666666; font-size: 12px; height: 35px; line-height: 35px; border-bottom: 1px solid #f0f0f0; }
.quickly-topbar-wrap { display: flex; justify-content: space-between; }
.quickly-header { background: #ffffff; border-bottom: 2px solid #ff8f00; }
.quickly-logo-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.quickly-logo img { max-height: 45px; max-width: 180px; object-fit: contain; }
.quickly-hotline { text-align: right; }
.quickly-hotline p { font-size: 12px; color: #888888; }
.quickly-hotline h4 { color: #ff8f00; font-size: 18px; font-weight: bold; margin-top: 2px; }
.quickly-navbar { background: #212121; height: 50px; }
.quickly-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.quickly-nav-item a { display: block; padding: 0 22px; height: 50px; line-height: 50px; color: #ffffff; font-size: 15px; font-weight: bold; transition: all 0.3s; }
.quickly-nav-item a:hover, .quickly-nav-item.active a { background: #111520; color: #ff8f00; }
.quickly-notice { background: #ffffff; border-left: 4px solid #ff8f00; 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; }
.quickly-ticker { display: flex; justify-content: space-between; align-items: center; background: #ffffff; padding: 12px 20px; border-radius: 30px; margin-bottom: 25px; border: 1px solid #ffdec4; }
.quickly-ticker-title { display: flex; align-items: center; background: #ff8f00; color: #ffffff; padding: 5px 15px; border-radius: 20px; font-size: 12px; font-weight: bold; }
.quickly-ticker-search { display: flex; align-items: center; background: #ffffff; border-radius: 4px; overflow: hidden; height: 32px; border: 1px solid #ddd; }
.quickly-search-input { border: none; padding: 0 10px; font-size: 12px; height: 100%; width: 220px; outline: none; }
.quickly-search-btn { background: #ff8f00; border: none; color: #ffffff; width: 50px; height: 100%; cursor: pointer; font-size: 12px; font-weight: bold; }
.quickly-sec-title { font-size: 20px; font-weight: 700; color: #111111; margin: 30px 0 15px; padding-left: 12px; border-left: 4px solid #ff8f00; }
.quickly-grid-layout { display: grid; grid-template-columns: 280px 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .quickly-grid-layout { grid-template-columns: 1fr; } }
.quickly-sidebar { display: flex; flex-direction: column; gap: 20px; }
.quickly-sidebar-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; }
.quickly-sidebar-list { list-style: none; line-height: 2.2; font-size: 14px; color: #555; }
.quickly-sidebar-list a:hover { color: #ff8f00; text-decoration: underline; }
.quickly-sidebar-img { background: #ff8f00; color: #ffffff; height: 120px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 16px; }
.quickly-grid-eight { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 992px) { .quickly-grid-eight { grid-template-columns: repeat(2, 1fr); } }
.quickly-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; }
.quickly-card:hover { border-color: #ff8f00; box-shadow: 0 6px 16px rgba(255,143,0,0.06); }
.quickly-card-wrap { display: flex; flex-direction: column; }
.quickly-card-img { width: 100%; height: 100px; object-fit: contain; margin-bottom: 8px; }
.quickly-card-title { font-size: 13px; font-weight: 600; color: #222222; word-break: break-all; margin-bottom: 8px; }
.quickly-card-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed #eee; padding-top: 10px; }
.quickly-highlight-sec { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; }
.quickly-grid-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .quickly-grid-four { grid-template-columns: repeat(2, 1fr); } }
.quickly-banner-stripe { background: linear-gradient(135deg, #212121 0%, #1c1d22 100%); color: #ffffff; padding: 25px 0; text-align: center; border-radius: 6px; margin-bottom: 30px; }
.quickly-grid-five { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-bottom: 30px; }
@media (max-width: 768px) { .quickly-grid-five { grid-template-columns: repeat(2, 1fr); } }
.quickly-dark-card { background: #1c1d22; border: 1px solid #ff8f00; color: #ffffff; border-radius: 6px; padding: 15px; text-align: center; }
.quickly-about-sec { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 25px; margin-bottom: 30px; }
.quickly-about-left { border-left: 4px solid #ff8f00; padding-left: 15px; }
.quickly-grid-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .quickly-grid-three { grid-template-columns: 1fr; } }
.quickly-quick-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; text-align: center; }
.quickly-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.quickly-table th, .quickly-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.quickly-table th { background: #fff8f2; color: #ff8f00; font-weight: 600; }
.quickly-btn { background: #ff8f00; 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; }
.quickly-btn:hover { background: #e67e00; }
.quickly-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.quickly-footer { background: #212121; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.quickly-footer-banner { background: #ff8f00; height: 40px; line-height: 40px; text-align: center; color: #ffffff; font-size: 13px; }
.quickly-footer-banner a { color: #ffffff; margin: 0 12px; font-weight: bold; }
.quickly-footer-links p { margin-bottom: 10px; font-size: 13px; color: #a0aab0; }
.quickly-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; border-top: 1px solid #2d2d2d; padding-top: 15px; }
.quickly-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.quickly-badge-auto { background: #fff8f2; color: #ff8f00; }
.quickly-badge-manual { background: #f5f5f5; color: #616161; }
.quickly-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
