* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f5f7fa; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.identifywrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.identifytopbar { background: #2c3e50; color: #bdc3c7; font-size: 13px; line-height: 36px; height: 36px; }
.identifytopbar .identifywrap { display: flex; justify-content: space-between; align-items: center; }
.identifysep { margin: 0 8px; color: #7f8c8d; }
.identifyheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #eef2f5; }
.identifyheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.identifylogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.identifysearchform { display: flex; flex: 1; max-width: 500px; border: 2px solid #1e88e5; border-radius: 6px; overflow: hidden; }
.identifysearchinput { flex: 1; border: none; padding: 0 14px; height: 38px; outline: none; font-size: 14px; }
.identifysearchbtn { background: #1e88e5; color: #fff; border: none; width: 80px; height: 38px; cursor: pointer; font-size: 14px; font-weight: 500; }
.identifynavbar { background: #1e88e5; height: 46px; }
.identifynavflex { display: flex; align-items: center; gap: 4px; overflow-x: auto; white-space: nowrap; }
.identifynavitem { color: #ffffff; padding: 0 18px; line-height: 46px; height: 46px; font-size: 15px; font-weight: 500; display: inline-block; transition: background 0.2s; }
.identifynavitem:hover, .identifynavitem.active { background: #1565c0; }
.identifymain { margin: 20px auto; }
.identifyhero { display: grid; grid-template-columns: 200px 1fr 280px; gap: 15px; margin-bottom: 20px; }
@media (max-width: 992px) { .identifyhero { grid-template-columns: 1fr; } }
.identifysidebar { background: #fff; border-radius: 8px; border: 1px solid #e2e8f0; padding: 12px; }
.identifycattitle { font-size: 15px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #edf2f7; color: #2d3748; }
.identifycatlist { list-style: none; margin-top: 10px; }
.identifycatlist li a { display: block; padding: 8px 10px; font-size: 14px; color: #4a5568; border-radius: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.identifycatlist li a:hover { background: #ebf8ff; color: #2b6cb0; }
.identifyheromain { background: #fff; border-radius: 8px; border: 1px solid #e2e8f0; padding: 12px; }
.identifybanner img { width: 100%; height: 180px; object-fit: cover; border-radius: 6px; }
.identifyheroright { background: #fff; border-radius: 8px; border: 1px solid #e2e8f0; padding: 15px; }
.identifynoticetitle { font-size: 14px; font-weight: bold; color: #2d3748; margin-bottom: 8px; border-bottom: 1px solid #edf2f7; padding-bottom: 6px; }
.identifynoticecontent { font-size: 13px; color: #718096; line-height: 1.6; max-height: 180px; overflow-y: auto; }
.identifysec { background: #fff; border-radius: 8px; border: 1px solid #e2e8f0; padding: 18px; margin-bottom: 20px; }
.identifysectitle { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #ebf8ff; }
.identifysectitle span { font-size: 16px; font-weight: bold; color: #2d3748; border-left: 4px solid #1e88e5; padding-left: 8px; }
.identifymore { font-size: 13px; color: #718096; }
.identifymore:hover { color: #1e88e5; }
.identifygrid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
@media (max-width: 1024px) { .identifygrid5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .identifygrid5 { grid-template-columns: repeat(1, 1fr); } }
.identifycard { border: 1px solid #edf2f7; border-radius: 6px; padding: 12px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; transition: transform 0.2s, box-shadow 0.2s; }
.identifycard:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0,0,0,0.06); }
.identifyimgbox { text-align: center; margin-bottom: 10px; background: #fafafa; border-radius: 4px; padding: 8px; height: 110px; display: flex; align-items: center; justify-content: center; }
.identifyimgbox img { max-width: 100%; max-height: 94px; object-fit: contain; }
.identifytitle { font-size: 14px; font-weight: 600; color: #2d3748; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.identifytagline { display: flex; justify-content: space-between; align-items: center; font-size: 12px; margin-bottom: 10px; }
.identifybadge { background: #ebf8ff; color: #3182ce; padding: 2px 6px; border-radius: 3px; font-weight: 500; }
.identifystock { color: #a0aec0; }
.identifycardfoot { display: flex; justify-content: space-between; align-items: center; }
.identifyprice { color: #e53e3e; font-size: 16px; font-weight: bold; }
.identifybuybtn { background: #1e88e5; color: #fff; font-size: 13px; padding: 5px 12px; border-radius: 4px; display: inline-block; }
.identifybuybtn:hover { background: #1565c0; color: #fff; }
.identifytextlistgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (max-width: 768px) { .identifytextlistgrid { grid-template-columns: 1fr; } }
.identifytextrow { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; background: #f7fafc; border-radius: 6px; border: 1px solid #edf2f7; }
.identifytextleft { display: flex; align-items: center; gap: 10px; overflow: hidden; max-width: 65%; }
.identifytexticon { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; }
.identifytextname { font-size: 13px; color: #2d3748; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.identifytextright { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.identifybuybtnmini { background: #3182ce; color: #fff; font-size: 12px; padding: 3px 8px; border-radius: 3px; }
.identifycardbox { background: #fff; border-radius: 8px; border: 1px solid #e2e8f0; padding: 25px; max-width: 750px; margin: 0 auto; }
.identifyfooter { background: #ffffff; border-top: 1px solid #e2e8f0; padding: 25px 0; text-align: center; color: #718096; font-size: 14px; margin-top: 40px; }
.identifyfooter a { color: #4a5568; margin-bottom: 8px; display: inline-block; }
.identifyfooter p { color: #a0aec0; font-size: 13px; margin-top: 4px; }
