* { box-sizing: border-box; margin: 0; padding: 0; }
body.glove-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; }
.glove-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.glove-header { background: #ffffff; }
.glove-logo-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.glove-logo img { max-height: 50px; max-width: 250px; object-fit: contain; }
.glove-top-contacts { display: flex; gap: 20px; font-size: 12px; color: #666666; }
.glove-contact-item { display: flex; align-items: center; gap: 8px; }
.glove-contact-item strong { color: #00a896; font-size: 14px; }
.glove-navbar { background: #028090; height: 50px; }
.glove-nav-wrap { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.glove-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.glove-nav-item a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #ffffff; font-size: 15px; font-weight: bold; transition: background 0.3s; }
.glove-nav-item a:hover { background: #00a896; }
.glove-search-box { display: flex; align-items: center; background: #ffffff; border-radius: 4px; overflow: hidden; height: 32px; border: 1px solid #ddd; }
.glove-search-input { border: none; padding: 0 10px; font-size: 12px; height: 100%; width: 150px; outline: none; }
.glove-search-btn { background: #00a896; border: none; color: #ffffff; width: 40px; height: 100%; cursor: pointer; }
.glove-notice { background: #ffffff; border-left: 4px solid #00a896; 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; }
.glove-sec-title { text-align: center; font-size: 22px; font-weight: 700; color: #111111; margin: 35px 0 20px; position: relative; }
.glove-sec-title::after { content: ""; display: block; width: 40px; height: 3px; background: #00a896; margin: 8px auto 0; }
.glove-news-wrap { display: grid; grid-template-columns: 1.2fr 2fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .glove-news-wrap { grid-template-columns: 1fr; } }
.glove-news-big { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.glove-news-list { background: #ffffff; border-radius: 8px; border: 1px solid #eef2f6; padding: 10px 20px; }
.glove-news-item { display: flex; gap: 15px; align-items: center; padding: 15px 0; border-bottom: 1px dashed #eee; }
.glove-news-item:last-child { border-bottom: none; }
.glove-news-date { background: #555; 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; }
.glove-about-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .glove-about-grid { grid-template-columns: 1fr; } }
.glove-about-left { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; }
.glove-about-right { background: #f8fafc; border-radius: 6px; border: 1px solid #eee; padding: 20px; text-align: center; }
.glove-grid-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .glove-grid-four { grid-template-columns: repeat(2, 1fr); } }
.glove-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; overflow: hidden; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.glove-card:hover { border-color: #00a896; box-shadow: 0 6px 16px rgba(0,168,150,0.06); }
.glove-card-body { padding: 15px; }
.glove-card-title-bar { background: #028090; color: #ffffff; text-align: center; padding: 10px; font-size: 13px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.glove-video-sec { background: linear-gradient(135deg, #028090 0%, #00a896 100%); color: #ffffff; padding: 35px 20px; border-radius: 8px; margin-bottom: 30px; text-align: center; }
.glove-video-placeholder { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; max-width: 500px; margin: 20px auto 0; padding: 30px; position: relative; }
.glove-links-box { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; margin-bottom: 30px; }
.glove-links-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
@media (max-width: 768px) { .glove-links-grid { grid-template-columns: repeat(3, 1fr); } }
.glove-link-card { background: #f8fafc; border: 1px solid #eee; border-radius: 4px; padding: 8px; text-align: center; font-size: 12px; }
.glove-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.glove-table th, .glove-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.glove-table th { background: #e0f2f1; color: #00a896; font-weight: 600; }
.glove-btn { background: #00a896; 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; }
.glove-btn:hover { background: #028090; }
.glove-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.glove-footer { background: #212529; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.glove-footer-links a { color: #f8f9fa; margin: 0 10px; }
.glove-footer-sep { color: #495057; }
.glove-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.glove-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.glove-badge-auto { background: #e0f2f1; color: #00a896; }
.glove-badge-manual { background: #f1f3f5; color: #495057; }
.glove-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
