* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f8f9fa; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.browsewrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.browsetopbar { background: #311b92; color: #d1c4e9; font-size: 13px; line-height: 34px; height: 34px; }
.browsetopbar .browsewrap { display: flex; justify-content: space-between; align-items: center; }
.browsesep { margin: 0 8px; color: #512da8; }
.browseheader { background: #4a148c; padding: 16px 0; border-bottom: 2px solid #e91e63; }
.browseheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.browselogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; filter: brightness(0) invert(1); }
.browsesearchform { display: flex; flex: 1; max-width: 400px; border-radius: 20px; overflow: hidden; background: #fff; }
.browsesearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.browsesearchbtn { background: #e91e63; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.browsenavbar { background: #311b92; height: 44px; }
.browsenavflex { display: flex; align-items: center; gap: 4px; overflow-x: auto; white-space: nowrap; }
.browsenavitem { color: #ede7f6; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s, color 0.2s; }
.browsenavitem:hover, .browsenavitem.active { background: #e91e63; color: #ffffff; }
.browsemain { margin: 25px auto; }
.browsehero { display: grid; grid-template-columns: 1fr 340px; gap: 20px; margin-bottom: 25px; }
@media (max-width: 992px) { .browsehero { grid-template-columns: 1fr; } }
.browseheromain { background: #ffffff; border-radius: 8px; border: 1px solid #e0e0e0; padding: 15px; display: grid; grid-template-columns: 320px 1fr; gap: 15px; }
@media (max-width: 640px) { .browseheromain { grid-template-columns: 1fr; } }
.browseheropic { border-radius: 6px; overflow: hidden; border: 1px solid #eee; height: 100%; min-height: 200px; position: relative; background: #311b92; }
.browseheropic img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.browseheropicinfo { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.75); color: #fff; padding: 8px 10px; font-size: 12px; text-align: center; }
.browserowlist { display: flex; flex-direction: column; gap: 6px; justify-content: space-between; }
.browserowitem { display: flex; gap: 8px; align-items: center; background: #fafbfc; border: 1px solid #f0f0f0; border-radius: 4px; padding: 6px 10px; }
.browserowimg { width: 32px; height: 32px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.browserowinfo { flex: 1; overflow: hidden; }
.browserowtitle { font-size: 12px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.browserowprice { color: #e53e3e; font-size: 12px; font-weight: bold; }
.browsesidebox { background: #ffffff; border-radius: 8px; border: 1px solid #e0e0e0; padding: 15px; }
.browsesidehead { font-size: 14px; font-weight: bold; color: #4a148c; border-bottom: 2px solid #4a148c; padding-bottom: 8px; margin-bottom: 12px; }
.browsebulletlist { list-style: none; }
.browsebulletitem { font-size: 12px; color: #4a5568; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.browsebulletitem a:hover { color: #4a148c; text-decoration: underline; }
.browsecol2grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
@media (max-width: 768px) { .browsecol2grid { grid-template-columns: 1fr; } }
.browsecolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #e0e0e0; padding: 15px; }
.browsecolhead { font-size: 14px; font-weight: bold; color: #311b92; border-bottom: 2px solid #311b92; padding-bottom: 8px; margin-bottom: 12px; }
.browsecolhead.pink { color: #e91e63; border-bottom-color: #e91e63; }
.browsecolhead.teal { color: #00897b; border-bottom-color: #00897b; }
.browsecardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e0e0e0; padding: 30px; max-width: 650px; margin: 0 auto; }
.browsefooter { background: #212121; color: #9e9e9e; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #e91e63; }
.browsefooter a { color: #ffffff; margin-bottom: 6px; display: inline-block; }
.browsefooter p { color: #757575; font-size: 12px; margin-top: 4px; }
