* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f7f9fc; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.obtainwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.obtaintopbar { background: #fdfdfd; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 32px; height: 32px; color: #7f8c8d; }
.obtaintopbar .obtainwrap { display: flex; justify-content: space-between; }
.obtainsep { margin: 0 6px; color: #d1d8e0; }
.obtainheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #e1e8ed; }
.obtainheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.obtainlogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.obtainsearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #1a237e; border-radius: 4px; overflow: hidden; }
.obtainsearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.obtainsearchbtn { background: #1a237e; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.obtainnavbar { background: #1a237e; height: 44px; }
.obtainnavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.obtainnavitem { color: #ffffff; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.obtainnavitem:hover, .obtainnavitem.active { background: #0d47a1; }
.obtainmain { margin: 25px auto; }
.obtainbanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #e1e8ed; margin-bottom: 20px; }
.obtainsec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.obtainsectitle { font-size: 16px; font-weight: bold; color: #1a237e; border-bottom: 2px solid #1a237e; padding-bottom: 8px; margin-bottom: 20px; text-align: center; }
.obtainstagger { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 20px; }
@media (max-width: 768px) { .obtainstagger { grid-template-columns: 1fr; } }
.obtainstaggerleft { border: 1px solid #e1e8ed; border-radius: 6px; overflow: hidden; background: #fafafa; position: relative; height: 240px; }
.obtainstaggerleft img { width: 100%; height: 100%; object-fit: cover; }
.obtainstaggerinfo { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.85)); color: #fff; padding: 15px; }
.obtainstaggertitle { font-size: 16px; font-weight: bold; margin-bottom: 4px; }
.obtainstaggerprice { color: #ff5722; font-size: 18px; font-weight: bold; }
.obtainstaggerright { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.obtainstaggermini { border: 1px solid #f0f3f6; padding: 6px; border-radius: 4px; display: flex; gap: 8px; align-items: center; background: #ffffff; }
.obtainstaggermini img { width: 34px; height: 34px; object-fit: cover; border-radius: 3px; }
.obtainstaggerminitxt { font-size: 11px; font-weight: bold; color: #555; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.obtainguarantee { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 25px; }
@media (max-width: 992px) { .obtainguarantee { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .obtainguarantee { grid-template-columns: repeat(2, 1fr); } }
.obtainguaranteeitem { background: #ffffff; border: 1px solid #e1e8ed; padding: 15px; border-radius: 6px; text-align: center; box-shadow: 0 4px 10px rgba(26,35,126,0.04); transition: transform 0.2s; }
.obtainguaranteeitem:hover { transform: translateY(-3px); border-color: #1a237e; }
.obtainguaranteeicon { width: 44px; height: 44px; border-radius: 50%; background: #ffebee; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px auto; border: 1px solid #ffcdd2; }
.obtainguaranteeicon span { font-size: 12px; font-weight: bold; color: #b71c1c; }
.obtainguaranteeitem h3 { font-size: 13px; font-weight: bold; color: #333; margin-bottom: 4px; }
.obtainguaranteeitem p { font-size: 11px; color: #888; }
.obtaingrid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
@media (max-width: 1024px) { .obtaingrid5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .obtaingrid5 { grid-template-columns: repeat(2, 1fr); } }
.obtaincard { background: #ffffff; border-radius: 6px; border: 1px solid #e1e8ed; padding: 15px; text-align: center; transition: transform 0.2s, border-color 0.2s; }
.obtaincard:hover { transform: translateY(-3px); border-color: #1a237e; }
.obtainimgbox { width: 100%; height: 110px; overflow: hidden; background: #ffffff; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.obtainimgbox img { max-width: 100%; max-height: 100px; object-fit: contain; }
.obtainimgbox.portrait img { width: 100%; height: 100%; object-fit: cover; }
.obtaintitle { font-size: 13px; font-weight: bold; color: #2c3e50; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.obtainprice { color: #d32f2f; font-size: 14px; font-weight: bold; }
.obtaincol2grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 768px) { .obtaincol2grid { grid-template-columns: 1fr; } }
.obtaincolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.obtaincolhead { font-size: 14px; font-weight: bold; color: #1a237e; border-bottom: 2px solid #1a237e; padding-bottom: 8px; margin-bottom: 12px; }
.obtainbulletlist { list-style: none; }
.obtainbulletitem { font-size: 13px; color: #4a5568; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.obtainbulletitem a:hover { color: #1a237e; text-decoration: underline; }
.obtaincardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.obtainfooter { background: #111111; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #1a237e; }
.obtainfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.obtainfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
