* { box-sizing: border-box; margin: 0; padding: 0; }
body.poor-body { background-color: #ffffff; color: #222222; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.poor-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.poor-topbar { background-color: #ffffff; color: #666666; font-size: 12px; height: 35px; line-height: 35px; border-bottom: 1px solid #f0f0f0; }
.poor-topbar-wrap { display: flex; justify-content: flex-end; gap: 15px; }
.poor-header { background: #ffffff; border-bottom: 2px solid #e60012; height: 75px; position: relative; z-index: 100; }
.poor-nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.poor-logo img { max-height: 45px; max-width: 200px; object-fit: contain; }
.poor-nav { display: flex; list-style: none; height: 100%; align-items: center; }
.poor-nav-item a { display: block; padding: 0 20px; height: 75px; line-height: 75px; color: #333333; font-size: 14px; font-weight: bold; transition: all 0.3s; }
.poor-nav-item a:hover, .poor-nav-item.active a { color: #e60012; }
.poor-notice { background: #fdfdfd; border-left: 4px solid #e60012; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); margin: 20px auto; padding: 12px 20px; font-size: 14px; color: #555555; }
.poor-sec-title { text-align: center; font-size: 22px; font-weight: bold; color: #1c1c1c; margin: 40px 0 20px; text-transform: uppercase; letter-spacing: 1px; }
.poor-sec-title::after { content: ""; display: block; width: 30px; height: 2px; background: #e60012; margin: 10px auto 0; }
.poor-five-col { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-bottom: 35px; }
@media (max-width: 768px) { .poor-five-col { grid-template-columns: repeat(2, 1fr); } }
.poor-five-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 4px; padding: 15px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.3s; }
.poor-five-card:hover { border-color: #e60012; }
.poor-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 35px; }
@media (max-width: 768px) { .poor-gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.poor-card { background: #ffffff; border: 1px solid #eeeeee; padding: 20px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; text-align: center; }
.poor-card:hover { border-color: #e60012; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
.poor-about-grid { display: grid; grid-template-columns: 1.2fr 1.5fr; gap: 25px; margin-bottom: 35px; align-items: center; }
@media (max-width: 768px) { .poor-about-grid { grid-template-columns: 1fr; } }
.poor-about-left img { width: 100%; height: auto; border-radius: 6px; border: 1px solid #eee; }
.poor-about-right { background: #fdfdfd; border: 1px solid #eef2f6; border-radius: 6px; padding: 25px; }
.poor-workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 35px; }
@media (max-width: 768px) { .poor-workflow-grid { grid-template-columns: repeat(2, 1fr); } }
.poor-workflow-card { background: #ffffff; border: 1px solid #e9ecef; border-radius: 4px; padding: 20px; text-align: center; }
.poor-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; border: 1px solid #eee; }
.poor-table th, .poor-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.poor-table th { background: #fafafa; color: #1c1c1c; font-weight: 600; }
.poor-btn { background: #1c1c1c; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 13px; font-weight: 500; display: inline-block; border: none; cursor: pointer; transition: all 0.3s; }
.poor-btn:hover { background: #e60012; }
.poor-price { color: #e60012; font-weight: bold; font-size: 18px; }
.poor-footer { background: #24292e; color: #a0aab0; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.poor-footer-links a { color: #d0d7de; margin: 0 10px; font-weight: bold; }
.poor-footer-links a:hover { color: #e60012; }
.poor-footer-sep { color: #3d444d; }
.poor-copyright { margin-top: 20px; font-size: 13px; color: #768390; }
.poor-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.poor-badge-auto { background: #ffeef0; color: #e60012; }
.poor-badge-manual { background: #f5f5f5; color: #616161; }
.poor-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
