* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f5f7f9; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.memberwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.membertopbar { background: #ffffff; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 32px; height: 32px; color: #7f8c8d; }
.membertopbar .memberwrap { display: flex; justify-content: space-between; }
.membersep { margin: 0 6px; color: #d1d8e0; }
.memberheader { background: #1e88e5; padding: 18px 0; }
.memberheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.memberlogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; filter: brightness(0) invert(1); }
.membersearchform { display: flex; flex: 1; max-width: 450px; border-radius: 20px; overflow: hidden; background: #ffffff; padding: 2px; }
.membersearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.membersearchbtn { background: #1e88e5; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 17px; }
.membernavbar { background: #ffffff; height: 44px; border-bottom: 1px solid #e1e8ed; }
.membernavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.membernavitem { 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; }
.membernavitem:hover, .membernavitem.active { background: #e8f4ff; color: #1e88e5; }
.membermain { margin: 25px auto; }
.memberhero { display: grid; grid-template-columns: 320px 1fr 320px; gap: 15px; margin-bottom: 25px; }
@media (max-width: 992px) { .memberhero { grid-template-columns: 1fr; } }
.memberheroside { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 12px; }
.memberherosideimg { width: 100%; height: 210px; object-fit: cover; border-radius: 6px; }
.memberherolist { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.memberheroitem { display: flex; gap: 10px; align-items: center; padding: 8px; background: #fafafa; border-radius: 6px; border: 1px solid #eee; }
.memberheroitem img { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; }
.memberheroinfo { flex: 1; overflow: hidden; }
.memberherotitle { font-size: 13px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.memberheroprice { color: #e53e3e; font-size: 12px; font-weight: bold; }
.membergrid3x3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.membergriditem { background: #ffffff; border: 1px solid #eee; border-radius: 6px; padding: 8px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.membergriditem img { width: 44px; height: 44px; object-fit: cover; border-radius: 12px; margin-bottom: 6px; }
.membergriditem p { font-size: 11px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; margin-bottom: 4px; }
.membergriditem span { display: inline-block; background: #1e88e5; color: #fff; font-size: 10px; padding: 1px 6px; border-radius: 8px; }
.membersec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.membersectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #1e88e5; padding-bottom: 8px; margin-bottom: 15px; }
.membersectitle span { font-size: 15px; font-weight: bold; color: #1e88e5; }
.membermore { font-size: 12px; color: #7f8c8d; }
.membermore:hover { color: #1e88e5; }
.membergrid8 { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
@media (max-width: 1024px) { .membergrid8 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .membergrid8 { grid-template-columns: repeat(2, 1fr); } }
.memberappcard { background: #ffffff; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 8px; transition: transform 0.2s; }
.memberappcard:hover { transform: translateY(-3px); }
.memberappimgbox { width: 68px; height: 68px; overflow: hidden; background: #fafafa; border-radius: 14px; border: 1px solid #eee; margin-bottom: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.03); position: relative; }
.memberappimgbox img { width: 100%; height: 100%; object-fit: cover; }
.memberappbadge { position: absolute; top: 0; right: 0; background: #ff5722; color: #fff; font-size: 9px; padding: 1px 4px; border-radius: 0 0 0 6px; }
.memberapptitle { font-size: 11px; font-weight: bold; color: #2c3e50; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.membersecflat { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.membergrid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
@media (max-width: 992px) { .membergrid5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .membergrid5 { grid-template-columns: repeat(2, 1fr); } }
.memberflatcard { border-radius: 6px; overflow: hidden; border: 1px solid #eee; position: relative; height: 110px; }
.memberflatcard img { width: 100%; height: 100%; object-fit: cover; }
.memberflatinfo { 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; }
.membercol2grid { display: grid; grid-template-columns: 1fr 320px; gap: 15px; }
@media (max-width: 992px) { .membercol2grid { grid-template-columns: 1fr; } }
.membercolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.membercolhead { font-size: 14px; font-weight: bold; color: #1e88e5; border-bottom: 2px solid #1e88e5; padding-bottom: 8px; margin-bottom: 12px; }
.memberranklist { list-style: none; }
.memberrankitem { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; font-size: 12px; }
.memberranknum { 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; }
.memberrankitem:nth-child(-n+3) .memberranknum { background: #1e88e5; }
.memberrankname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4a5568; }
.memberrankprice { color: #ff5722; font-weight: bold; font-size: 11px; margin-left: 8px; }
.membercardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.memberfooter { background: #222222; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #1e88e5; }
.memberfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.memberfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
