* { box-sizing: border-box; margin: 0; padding: 0; }
body.experience-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; }
.experience-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.experience-header { background: #ffffff; border-bottom: 1px solid #eef2f6; height: 70px; position: relative; z-index: 100; }
.experience-nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.experience-logo img { max-height: 45px; max-width: 180px; object-fit: contain; }
.experience-nav { display: flex; list-style: none; height: 100%; align-items: center; }
.experience-nav-item a { display: block; padding: 0 18px; height: 70px; line-height: 70px; font-size: 15px; color: #333333; font-weight: bold; transition: color 0.3s; }
.experience-nav-item a:hover, .experience-nav-item.active a { color: #1e88e5; }
.experience-search-box { display: flex; align-items: center; background: #f5f6f8; border-radius: 20px; overflow: hidden; height: 32px; border: 1px solid #eef2f6; padding: 0 10px; }
.experience-search-input { background: none; border: none; padding: 0 10px; font-size: 12px; height: 100%; width: 150px; outline: none; }
.experience-search-btn { background: none; border: none; color: #1e88e5; cursor: pointer; font-size: 14px; }
.experience-notice { background: #ffffff; border-left: 4px solid #1e88e5; 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; }
.experience-sec-title { text-align: center; font-size: 22px; font-weight: 700; color: #111111; margin: 35px 0 20px; position: relative; }
.experience-sec-title::after { content: ""; display: block; width: 40px; height: 3px; background: #1e88e5; margin: 8px auto 0; }
.experience-hero-sec { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; margin-bottom: 30px; align-items: center; }
@media (max-width: 768px) { .experience-hero-sec { grid-template-columns: 1fr; } }
.experience-hero-left { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 25px; }
.experience-hero-right { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 25px; text-align: center; }
.experience-grid-six { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .experience-grid-six { grid-template-columns: repeat(1, 1fr); } }
.experience-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 20px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.experience-card:hover { border-color: #1e88e5; box-shadow: 0 6px 16px rgba(30,136,229,0.06); }
.experience-card-img { width: 100%; height: 110px; object-fit: contain; margin-bottom: 12px; }
.experience-grid-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .experience-grid-four { grid-template-columns: repeat(2, 1fr); } }
.experience-mini-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; text-align: center; }
.experience-three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .experience-three-col { grid-template-columns: 1fr; } }
.experience-list-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.experience-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; border: 1px solid #eef2f6; }
.experience-table th, .experience-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #eef2f6; font-size: 14px; }
.experience-table th { background: #e8f5e9; color: #1e88e5; font-weight: 600; }
.experience-btn { background: #1e88e5; 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; }
.experience-btn:hover { background: #1565c0; }
.experience-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.experience-footer { background: #111520; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; border-top: 2px solid #1e88e5; }
.experience-footer-links a { color: #f8f9fa; margin: 0 10px; font-weight: bold; }
.experience-footer-links a:hover { color: #1e88e5; }
.experience-footer-sep { color: #212529; }
.experience-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.experience-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.experience-badge-auto { background: #e8f5e9; color: #1e88e5; }
.experience-badge-manual { background: #f5f5f5; color: #616161; }
.experience-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #eef2f6; }
