* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f5f6f9; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.raisewrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.raisetopbar { background: #fdfdfd; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 32px; height: 32px; color: #7f8c8d; }
.raisetopbar .raisewrap { display: flex; justify-content: space-between; }
.raisesep { margin: 0 6px; color: #d1d8e0; }
.raiseheader { background: #ff5722; padding: 18px 0; }
.raiseheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.raiselogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; filter: brightness(0) invert(1); }
.raisesearchform { display: flex; flex: 1; max-width: 450px; border-radius: 20px; overflow: hidden; background: #ffffff; padding: 2px; }
.raisesearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.raisesearchbtn { background: #ff5722; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 17px; }
.raisenavbar { background: #ffffff; height: 44px; border-bottom: 1px solid #e1e8ed; }
.raisenavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.raisenavitem { 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; }
.raisenavitem:hover, .raisenavitem.active { background: #fff3e0; color: #ff5722; }
.raisemain { margin: 25px auto; }
.raisecirclecats { 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; }
.raisecircleitem { flex-shrink: 0; width: 68px; text-align: center; }
.raisecircleicon { width: 44px; height: 44px; border-radius: 50%; background: #fff3e0; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px auto; border: 1px solid #ffe0b2; transition: transform 0.2s; }
.raisecircleitem:hover .raisecircleicon { transform: scale(1.08); }
.raisecircleicon span { font-size: 11px; font-weight: bold; color: #ff5722; }
.raisecircleitem p { font-size: 11px; color: #666; font-weight: 500; }
.raisehero { display: grid; grid-template-columns: 320px 1fr 280px; gap: 15px; margin-bottom: 25px; }
@media (max-width: 992px) { .raisehero { grid-template-columns: 1fr; } }
.raiseheroside { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 12px; }
.raiseherosideimg { width: 100%; height: 210px; object-fit: cover; border-radius: 6px; }
.raiseherolist { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.raiseheroitem { display: flex; gap: 10px; align-items: center; padding: 8px; background: #fafafa; border-radius: 6px; border: 1px solid #eee; }
.raiseheroitem img { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; }
.raiseheroinfo { flex: 1; overflow: hidden; }
.raiseherotitle { font-size: 13px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.raiseheroprice { color: #e53e3e; font-size: 12px; font-weight: bold; }
.raiserankbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.raiseranktitle { font-size: 14px; font-weight: bold; color: #ff5722; border-bottom: 2px solid #ff5722; padding-bottom: 8px; margin-bottom: 12px; }
.raiseranklist { list-style: none; }
.raiserankitem { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; font-size: 12px; }
.raiseranknum { 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; }
.raiserankitem:nth-child(-n+3) .raiseranknum { background: #ff5722; }
.raiserankname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4a5568; }
.raisesec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; display: grid; grid-template-columns: 240px 1fr; gap: 15px; }
@media (max-width: 992px) { .raisesec { grid-template-columns: 1fr; } }
.raisesecleft { display: flex; flex-direction: column; gap: 10px; }
.raisesecleftitem { display: flex; gap: 10px; align-items: center; background: #fafafa; border: 1px solid #eee; padding: 8px; border-radius: 6px; }
.raisesecleftitem img { width: 44px; height: 44px; object-fit: cover; border-radius: 12px; }
.raisesecleftinfo { flex: 1; overflow: hidden; }
.raiseseclefttitle { font-size: 12px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.raisesecleftprice { color: #ff5722; font-size: 13px; font-weight: bold; }
.raisesecleftbtn { display: inline-block; background: #ff5722; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 8px; }
.raisesectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #ff5722; padding-bottom: 8px; margin-bottom: 15px; }
.raisesectitle span { font-size: 15px; font-weight: bold; color: #ff5722; }
.raisemore { font-size: 12px; color: #7f8c8d; }
.raisemore:hover { color: #ff5722; }
.raisegrid3x3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 1024px) { .raisegrid3x3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .raisegrid3x3 { grid-template-columns: repeat(1, 1fr); } }
.raisecard { border: 1px solid #f0f3f6; border-radius: 6px; padding: 10px; background: #ffffff; display: flex; gap: 10px; align-items: center; transition: border-color 0.2s; }
.raisecard:hover { border-color: #ff5722; }
.raiseimgbox { width: 52px; height: 52px; overflow: hidden; background: #fafafa; border-radius: 12px; border: 1px solid #eee; flex-shrink: 0; }
.raiseimgbox img { width: 100%; height: 100%; object-fit: cover; }
.raisetitle { font-size: 12px; font-weight: bold; color: #2c3e50; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.raiseprice { color: #ff5722; font-size: 13px; font-weight: bold; }
.raisestock { color: #999; font-size: 11px; }
.raisecol3grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 992px) { .raisecol3grid { grid-template-columns: 1fr; } }
.raisecolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.raisecolhead { font-size: 14px; font-weight: bold; color: #ff5722; border-bottom: 2px solid #ff5722; padding-bottom: 8px; margin-bottom: 12px; }
.raisecardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.raisefooter { background: #222222; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #ff5722; }
.raisefooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.raisefooter p { color: #718096; font-size: 12px; margin-top: 4px; }
