* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #fafbfb; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #37474f; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.reallywrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.reallytopbar { background: #ffffff; border-bottom: 1px solid #cfd8dc; font-size: 13px; line-height: 32px; height: 32px; color: #546e7a; }
.reallytopbar .reallywrap { display: flex; justify-content: space-between; }
.reallysep { margin: 0 6px; color: #b0bec5; }
.reallyheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #cfd8dc; }
.reallyheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.reallylogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.reallysearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #26a69a; border-radius: 4px; overflow: hidden; }
.reallysearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #37474f; }
.reallysearchbtn { background: #26a69a; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.reallynavbar { background: #26a69a; height: 44px; }
.reallynavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.reallynavitem { color: #ffffff; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.reallynavitem:hover, .reallynavitem.active { background: #00796b; }
.reallymain { margin: 25px auto; }
.reallybanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #cfd8dc; margin-bottom: 20px; }
.reallysec { background: #ffffff; border-radius: 8px; border: 1px solid #cfd8dc; padding: 18px; margin-bottom: 25px; }
.reallysectitle { font-size: 16px; font-weight: bold; color: #26a69a; border-bottom: 2px solid #26a69a; padding-bottom: 8px; margin-bottom: 20px; text-align: center; }
.reallysecsub { display: flex; justify-content: center; gap: 10px; margin-bottom: 15px; flex-wrap: wrap; }
.reallysecpill { padding: 4px 12px; border-radius: 12px; font-size: 12px; border: 1px solid #cfd8dc; color: #546e7a; }
.reallysecpill.active { background: #26a69a; color: #ffffff; border-color: #26a69a; }
.reallygrid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 1024px) { .reallygrid3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .reallygrid3 { grid-template-columns: repeat(1, 1fr); } }
.reallycard { background: #ffffff; border-radius: 6px; border: 1px solid #cfd8dc; padding: 10px; text-align: center; transition: transform 0.2s, border-color 0.2s; }
.reallycard:hover { transform: translateY(-3px); border-color: #26a69a; }
.reallyimgbox { width: 100%; height: 110px; overflow: hidden; background: #fafafa; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid #cfd8dc; }
.reallyimgbox img { width: 100%; height: 100%; object-fit: cover; }
.reallyimgbox.portrait { height: 165px; }
.reallytitle { font-size: 13px; font-weight: bold; color: #37474f; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.reallyprice { color: #e53e3e; font-size: 14px; font-weight: bold; }
.reallycol5grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-bottom: 25px; }
@media (max-width: 992px) { .reallycol5grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .reallycol5grid { grid-template-columns: repeat(2, 1fr); } }
.reallycolumnitem { background: #ffffff; border: 1px solid #cfd8dc; padding: 15px; border-radius: 6px; }
.reallycolhead { font-size: 14px; font-weight: bold; color: #26a69a; border-bottom: 2px solid #26a69a; padding-bottom: 8px; margin-bottom: 12px; }
.reallybulletlist { list-style: none; }
.reallybulletitem { font-size: 12px; color: #546e7a; padding: 5px 0; border-bottom: 1px dashed #cfd8dc; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.reallybulletitem a:hover { color: #26a69a; text-decoration: underline; }
.reallycol2grid { display: grid; grid-template-columns: 1fr 340px; gap: 20px; }
@media (max-width: 992px) { .reallycol2grid { grid-template-columns: 1fr; } }
.reallycolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #cfd8dc; padding: 15px; }
.reallyranklist { list-style: none; }
.reallyrankitem { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #f5f2eb; font-size: 12px; }
.reallyranknum { width: 18px; height: 18px; background: #cfd8dc; color: #37474f; text-align: center; line-height: 18px; border-radius: 3px; font-size: 10px; font-weight: bold; margin-right: 8px; flex-shrink: 0; }
.reallyrankitem:nth-child(-n+3) .reallyranknum { background: #26a69a; color: #ffffff; }
.reallyrankname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #37474f; }
.reallyleftbox { }
.reallyfeaturedrow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; border-bottom: 1px dashed #cfd8dc; padding-bottom: 12px; margin-bottom: 12px; }
@media (max-width: 640px) { .reallyfeaturedrow { grid-template-columns: 1fr; } }
.reallyfeatureitem { display: flex; gap: 10px; align-items: center; }
.reallyfeatureimg { width: 56px; height: 56px; object-fit: cover; border-radius: 3px; border: 1px solid #cfd8dc; flex-shrink: 0; }
.reallyfeatureinfo { flex: 1; overflow: hidden; }
.reallyfeaturetitle { font-size: 12px; font-weight: bold; color: #37474f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.reallyfeaturetitle a:hover { color: #26a69a; }
.reallyfeatureprice { color: #e53e3e; font-size: 13px; font-weight: bold; }
.reallycardbox { background: #ffffff; border-radius: 8px; border: 1px solid #cfd8dc; padding: 30px; max-width: 650px; margin: 0 auto; }
.reallyfooter { background: #222222; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #26a69a; }
.reallyfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.reallyfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
