* { 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; }
.personwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.persontopbar { background: #fdfdfd; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 32px; height: 32px; color: #7f8c8d; }
.persontopbar .personwrap { display: flex; justify-content: space-between; }
.personsep { margin: 0 6px; color: #ccd6dd; }
.personheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #e1e8ed; }
.personheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.personlogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.personsearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #1e88e5; border-radius: 4px; overflow: hidden; }
.personsearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.personsearchbtn { background: #1e88e5; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.personnavbar { background: #1e88e5; height: 44px; }
.personnavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.personnavitem { color: #ffffff; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.personnavitem:hover, .personnavitem.active { background: #1565c0; }
.personmain { margin: 25px auto; }
.personbanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #e1e8ed; margin-bottom: 20px; }
.personfourcols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 25px; }
@media (max-width: 992px) { .personfourcols { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .personfourcols { grid-template-columns: 1fr; } }
.personfourcolitem { background: #ffffff; border: 1px solid #e1e8ed; padding: 15px; border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: space-between; }
.personcolhead { font-size: 14px; font-weight: bold; color: #1e88e5; border-bottom: 2px solid #1e88e5; padding-bottom: 8px; margin-bottom: 12px; text-align: center; }
.personcolbtn { display: block; text-align: center; background: #e3f2fd; color: #1e88e5; font-size: 12px; padding: 6px 0; border-radius: 4px; font-weight: bold; margin-top: 10px; }
.personcolbtn:hover { background: #1e88e5; color: #ffffff; }
.personbulletlist { list-style: none; }
.personbulletitem { font-size: 12px; color: #4a5568; padding: 5px 0; border-bottom: 1px dashed #f0f3f6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.personbulletitem a:hover { color: #1e88e5; text-decoration: underline; }
.personbrandgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.personbrandtile { border: 1px solid #f0f3f6; padding: 6px; border-radius: 4px; text-align: center; }
.personbrandtile img { width: 100%; height: 28px; object-fit: contain; }
.personsec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.personsectitle { display: flex; justify-content: center; align-items: center; border-bottom: 2px solid #1e88e5; padding-bottom: 8px; margin-bottom: 15px; }
.personsectitle span { font-size: 15px; font-weight: bold; color: #1e88e5; }
.persongrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 1024px) { .persongrid4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .persongrid4 { grid-template-columns: repeat(1, 1fr); } }
.personcard { background: #ffffff; border-radius: 6px; border: 1px solid #e1e8ed; padding: 12px; text-align: center; transition: transform 0.2s, border-color 0.2s; }
.personcard:hover { transform: translateY(-3px); border-color: #1e88e5; }
.personimgbox { 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; }
.personimgbox img { max-width: 100%; max-height: 100px; object-fit: contain; }
.personimgbox.portrait img { width: 100%; height: 100%; object-fit: cover; }
.persontitle { font-size: 13px; font-weight: bold; color: #2c3e50; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.personprice { color: #e53e3e; font-size: 14px; font-weight: bold; }
.personsecflat { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.persongrid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 768px) { .persongrid3 { grid-template-columns: 1fr; } }
.personflatcard { border-radius: 6px; overflow: hidden; border: 1px solid #eee; position: relative; height: 110px; }
.personflatcard img { width: 100%; height: 100%; object-fit: cover; }
.personflatinfo { 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; }
.personcta { background: linear-gradient(to right, #1e88e5, #00a896); color: #ffffff; border-radius: 6px; padding: 20px; text-align: center; margin-bottom: 25px; font-weight: bold; }
.personcta h3 { font-size: 16px; margin-bottom: 4px; }
.personcta p { font-size: 12px; opacity: 0.85; }
.personcardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.personfooter { background: #1a1d24; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #1e88e5; }
.personfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.personfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
.personcol2grid { display: grid; grid-template-columns: 1fr 340px; gap: 20px; margin-bottom: 25px; }
@media (max-width: 992px) { .personcol2grid { grid-template-columns: 1fr; } }
.personcolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.personbulletitem a { font-weight: bold; color: #4a5568; }
