* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f5f6f9; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.terriblewrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.terribletopbar { background: #fdfdfd; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 32px; height: 32px; color: #7f8c8d; }
.terribletopbar .terriblewrap { display: flex; justify-content: space-between; }
.terriblesep { margin: 0 6px; color: #d1d8e0; }
.terribleheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #e1e8ed; }
.terribleheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.terriblelogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.terriblesearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #d32f2f; border-radius: 4px; overflow: hidden; }
.terriblesearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.terriblesearchbtn { background: #d32f2f; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.terriblenavbar { background: #1a237e; height: 44px; }
.terriblenavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.terriblenavitem { color: #ffffff; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.terriblenavitem:hover, .terriblenavitem.active { background: #0d47a1; }
.terriblemain { margin: 25px auto; }
.terriblebanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #e1e8ed; margin-bottom: 20px; }
.terriblesec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.terriblesectitle { display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom: 15px; }
.terribletagtitle { background: #d32f2f; color: #ffffff; border-radius: 20px; padding: 6px 20px; font-size: 13px; font-weight: bold; margin-bottom: 15px; }
.terriblegrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 1024px) { .terriblegrid4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .terriblegrid4 { grid-template-columns: repeat(1, 1fr); } }
.terriblecard { background: #ffffff; border-radius: 6px; border: 1px solid #e1e8ed; padding: 12px; text-align: center; transition: transform 0.2s, border-color 0.2s; }
.terriblecard:hover { transform: translateY(-3px); border-color: #d32f2f; }
.terribleimgbox { width: 100%; height: 110px; overflow: hidden; background: #ffffff; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid #e1e8ed; }
.terribleimgbox img { max-width: 100%; max-height: 100px; object-fit: contain; }
.terribleimgbox.portrait img { width: 100%; height: 100%; object-fit: cover; }
.terribletitle { font-size: 13px; font-weight: bold; color: #2c3e50; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.terribleprice { color: #d32f2f; font-size: 14px; font-weight: bold; }
.terriblecol2grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 768px) { .terriblecol2grid { grid-template-columns: 1fr; } }
.terriblecolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.terriblecolhead { font-size: 14px; font-weight: bold; color: #1a237e; border-bottom: 2px solid #1a237e; padding-bottom: 8px; margin-bottom: 12px; }
.terriblebulletlist { list-style: none; }
.terriblebulletitem { font-size: 13px; color: #4a5568; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.terriblebulletitem a:hover { color: #d32f2f; text-decoration: underline; }
.terriblecardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.terriblefooter { background: #111111; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #d32f2f; }
.terriblefooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.terriblefooter p { color: #718096; font-size: 12px; margin-top: 4px; }
.terriblemixgrid { display: grid; grid-template-columns: 1fr 340px; gap: 20px; margin-bottom: 25px; }
@media (max-width: 992px) { .terriblemixgrid { grid-template-columns: 1fr; } }
.terriblecol2split { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
@media (max-width: 640px) { .terriblecol2split { grid-template-columns: 1fr; } }
.terriblehorizontalcard { display: flex; gap: 10px; align-items: center; border: 1px solid #f0f3f6; border-radius: 6px; padding: 10px; background: #ffffff; transition: border-color 0.2s; }
.terriblehorizontalcard:hover { border-color: #1a237e; }
.terriblecardpic { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.terriblecardinfo { flex: 1; overflow: hidden; }
.terriblecardtitle { font-size: 13px; font-weight: bold; color: #2c3e50; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.terriblecardtitle a:hover { color: #1a237e; }
.terriblecardprice { color: #e53e3e; font-size: 13px; font-weight: bold; }
.terriblecardbtn { background: #00bcd4; color: #ffffff; font-size: 11px; padding: 2px 8px; border-radius: 3px; float: right; margin-top: -18px; }
.terriblesidebox { background: #ffffff; border-radius: 6px; border: 1px solid #d1d8e0; padding: 15px; height: fit-content; }
.terriblesidehead { font-size: 14px; font-weight: bold; color: #1a237e; border-bottom: 1px solid #eee; padding-bottom: 8px; margin-bottom: 10px; }
.terriblesidedata { font-size: 12px; line-height: 1.8; color: #666; }
.terriblesidedata p { margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.terriblebottomcol2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 768px) { .terriblebottomcol2 { grid-template-columns: 1fr; } }
