* { 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; }
.equipmentwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.equipmenttopbar { background: #fdfdfd; border-bottom: 1px solid #e1e8ed; font-size: 13px; line-height: 32px; height: 32px; color: #7f8c8d; }
.equipmenttopbar .equipmentwrap { display: flex; justify-content: space-between; }
.equipmentsep { margin: 0 6px; color: #d1d8e0; }
.equipmentheader { background: #ff5722; padding: 18px 0; }
.equipmentheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.equipmentlogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; filter: brightness(0) invert(1); }
.equipmentsearchform { display: flex; flex: 1; max-width: 450px; border-radius: 20px; overflow: hidden; background: #ffffff; padding: 2px; }
.equipmentsearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.equipmentsearchbtn { background: #ff5722; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 17px; }
.equipmentnavbar { background: #ffffff; height: 44px; border-bottom: 1px solid #e1e8ed; }
.equipmentnavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.equipmentnavitem { 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; }
.equipmentnavitem:hover, .equipmentnavitem.active { background: #fff3e0; color: #ff5722; }
.equipmentmain { margin: 25px auto; }
.equipmentbanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #e1e8ed; margin-bottom: 20px; }
.equipmentcirclecats { 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; }
.equipmentcircleitem { flex-shrink: 0; width: 68px; text-align: center; }
.equipmentcircleicon { 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; }
.equipmentcircleitem:hover .equipmentcircleicon { transform: scale(1.08); }
.equipmentcircleicon span { font-size: 11px; font-weight: bold; color: #ff5722; }
.equipmentcircleitem p { font-size: 11px; color: #666; font-weight: 500; }
.equipmentsec { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.equipmentsectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #ff5722; padding-bottom: 8px; margin-bottom: 15px; }
.equipmentsectitle span { font-size: 15px; font-weight: bold; color: #ff5722; }
.equipmentmore { font-size: 12px; color: #7f8c8d; }
.equipmentmore:hover { color: #ff5722; }
.equipmentgiftsgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 1024px) { .equipmentgiftsgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .equipmentgiftsgrid { grid-template-columns: 1fr; } }
.equipmentgiftcard { border: 1px solid #f0f3f6; border-radius: 6px; padding: 12px; background: #ffffff; display: flex; justify-content: space-between; align-items: center; transition: border-color 0.2s; }
.equipmentgiftcard:hover { border-color: #ff5722; }
.equipmentgiftleft { display: flex; gap: 10px; align-items: center; flex: 1; overflow: hidden; }
.equipmentgiftimg { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.equipmentgiftinfo { flex: 1; overflow: hidden; }
.equipmentgifttitle { font-size: 13px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.equipmentgiftprogress { width: 100%; height: 6px; background: #e0e0e0; border-radius: 3px; overflow: hidden; margin-top: 4px; }
.equipmentprogressbar { height: 100%; background: #ff5722; width: 80%; border-radius: 3px; }
.equipmentgiftright { flex-shrink: 0; margin-left: 10px; }
.equipmentgiftbtn { background: #ff5722; color: #ffffff; font-size: 11px; padding: 4px 10px; border-radius: 4px; font-weight: bold; }
.equipmentmixgrid { display: grid; grid-template-columns: 1fr 240px; gap: 15px; }
@media (max-width: 992px) { .equipmentmixgrid { grid-template-columns: 1fr; } }
.equipmentgrid3x3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 640px) { .equipmentgrid3x3 { grid-template-columns: repeat(2, 1fr); } }
.equipmenthorizontalcard { display: flex; gap: 10px; align-items: center; border: 1px solid #f0f3f6; border-radius: 6px; padding: 10px; background: #ffffff; }
.equipmentcardpic { width: 52px; height: 52px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.equipmentcardinfo { flex: 1; overflow: hidden; }
.equipmentcardtitle { font-size: 12px; font-weight: bold; color: #2c3e50; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.equipmentcardtitle a:hover { color: #ff5722; }
.equipmentcardprice { color: #e53e3e; font-size: 13px; font-weight: bold; }
.equipmentcardbtn { background: #00bcd4; color: #ffffff; font-size: 10px; padding: 1px 6px; border-radius: 3px; float: right; margin-top: -16px; }
.equipmentsidebox { background: #ffffff; border-radius: 6px; border: 1px solid #e1e8ed; padding: 15px; height: fit-content; }
.equipmentsidehead { font-size: 14px; font-weight: bold; color: #ff5722; border-bottom: 1px solid #eee; padding-bottom: 8px; margin-bottom: 10px; }
.equipmentsidegrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.equipmentsidetile { background: #fff3e0; color: #ff5722; border: 1px solid #ffe0b2; padding: 10px; border-radius: 4px; text-align: center; font-size: 11px; font-weight: bold; }
.equipmentsidetile:hover { background: #ff5722; color: #fff; }
.equipmentsecflat { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 18px; margin-bottom: 25px; }
.equipmentgrid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
@media (max-width: 992px) { .equipmentgrid5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .equipmentgrid5 { grid-template-columns: repeat(2, 1fr); } }
.equipmentflatcard { border-radius: 6px; overflow: hidden; border: 1px solid #eee; position: relative; height: 110px; }
.equipmentflatcard img { width: 100%; height: 100%; object-fit: cover; }
.equipmentflatinfo { 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; }
.equipmentcol3grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 992px) { .equipmentcol3grid { grid-template-columns: 1fr; } }
.equipmentcolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 15px; }
.equipmentcolhead { font-size: 14px; font-weight: bold; color: #ff5722; border-bottom: 2px solid #ff5722; padding-bottom: 8px; margin-bottom: 12px; }
.equipmentranklist { list-style: none; }
.equipmentrankitem { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; font-size: 12px; }
.equipmentranknum { 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; }
.equipmentrankitem:nth-child(-n+3) .equipmentranknum { background: #ff5722; }
.equipmentrankname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4a5568; }
.equipmentcardbox { background: #ffffff; border-radius: 8px; border: 1px solid #e1e8ed; padding: 30px; max-width: 650px; margin: 0 auto; }
.equipmentfooter { background: #2c3e50; color: #a0aec0; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #ff5722; }
.equipmentfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.equipmentfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
