* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f6f8fa; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.bondwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.bondtopbar { background: #fdfdfd; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 32px; height: 32px; color: #7f8c8d; }
.bondtopbar .bondwrap { display: flex; justify-content: space-between; }
.bondsep { margin: 0 6px; color: #d1d8e0; }
.bondheader { background: #009688; padding: 18px 0; }
.bondheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bondlogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; filter: brightness(0) invert(1); }
.bondsearchform { display: flex; flex: 1; max-width: 450px; border-radius: 20px; overflow: hidden; background: #ffffff; padding: 2px; }
.bondsearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.bondsearchbtn { background: #009688; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 17px; }
.bondnavbar { background: #ffffff; height: 44px; border-bottom: 1px solid #e1e8ed; }
.bondnavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.bondnavitem { color: #333; padding: 0 16px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s, color 0.2s; }
.bondnavitem:hover, .bondnavitem.active { background: #e0f2f1; color: #009688; }
.bondmain { margin: 25px auto; }
.bondcirclecats { display: flex; justify-content: space-between; gap: 10px; overflow-x: auto; padding: 15px 0; background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; margin-bottom: 25px; }
.bondcircleitem { flex-shrink: 0; width: 68px; text-align: center; }
.bondcircleicon { width: 44px; height: 44px; border-radius: 50%; background: #e0f2f1; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px auto; border: 1px solid #b2dfdb; transition: transform 0.2s; }
.bondcircleitem:hover .bondcircleicon { transform: scale(1.08); }
.bondcircleicon span { font-size: 11px; font-weight: bold; color: #009688; }
.bondcircleitem p { font-size: 11px; color: #666; font-weight: 500; }
.bondhero { display: grid; grid-template-columns: 240px 1fr 280px; gap: 15px; margin-bottom: 25px; }
@media (max-width: 992px) { .bondhero { grid-template-columns: 1fr; } }
.bondheroside { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; text-align: center; }
.bondherosidetitle { font-size: 14px; font-weight: bold; color: #009688; border-bottom: 2px solid #009688; padding-bottom: 8px; margin-bottom: 12px; }
.bondherosideimg { width: 100%; height: 100px; object-fit: cover; border-radius: 6px; margin-bottom: 10px; }
.bondherosidename { font-size: 13px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 8px; }
.bondherosidebtn { display: inline-block; background: #009688; color: #fff; font-size: 12px; padding: 4px 14px; border-radius: 12px; font-weight: bold; }
.bondheromain { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 12px; }
.bondbanner img { width: 100%; height: 180px; object-fit: cover; border-radius: 6px; }
.bondrankbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.bondranktitle { font-size: 14px; font-weight: bold; color: #009688; border-bottom: 2px solid #009688; padding-bottom: 8px; margin-bottom: 12px; }
.bondranklist { list-style: none; }
.bondrankitem { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; font-size: 12px; }
.bondranknum { width: 18px; height: 18px; background: #ccd6dd; color: #fff; text-align: center; line-height: 18px; border-radius: 3px; font-size: 10px; font-weight: bold; margin-right: 8px; flex-shrink: 0; }
.bondrankitem:nth-child(-n+3) .bondranknum { background: #009688; }
.bondrankname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4a5568; }
.bondsec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.bondsectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #009688; padding-bottom: 8px; margin-bottom: 15px; }
.bondsectitle span { font-size: 15px; font-weight: bold; color: #009688; }
.bondmore { font-size: 12px; color: #7f8c8d; }
.bondmore:hover { color: #009688; }
.bondgrid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
@media (max-width: 1024px) { .bondgrid5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .bondgrid5 { grid-template-columns: repeat(2, 1fr); } }
.bondcard { background: #ffffff; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 8px; transition: transform 0.2s; }
.bondcard:hover { transform: translateY(-3px); }
.bondimgbox { width: 68px; height: 68px; overflow: hidden; background: #fafafa; border-radius: 18px; border: 1px solid #eee; margin-bottom: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.04); position: relative; }
.bondimgbox img { width: 100%; height: 100%; object-fit: cover; }
.bondtitle { font-size: 12px; font-weight: bold; color: #2c3e50; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; margin-bottom: 4px; }
.bondprice { color: #ff5722; font-size: 13px; font-weight: bold; }
.bondsecflat { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.bondgrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 768px) { .bondgrid4 { grid-template-columns: repeat(2, 1fr); } }
.bondflatcard { border-radius: 6px; overflow: hidden; border: 1px solid #eee; position: relative; height: 110px; }
.bondflatcard img { width: 100%; height: 100%; object-fit: cover; }
.bondflatinfo { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.7); color: #fff; padding: 6px 10px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.bondcardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.bondfooter { background: #2c3e50; color: #a0aec0; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #009688; }
.bondfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.bondfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
