* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f4f4f4; color: #111111; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; transition: all 0.25s ease; }
a:hover { color: #e60012; }
.fadedcontainer { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.fadednavbar { background-color: #111111; border-bottom: 3px solid #e60012; position: relative; z-index: 1000; }
.fadednavinner { display: flex; align-items: center; justify-content: space-between; height: 65px; }
.fadedlogo { display: flex; align-items: center; }
.fadedlogo img { height: 38px; width: auto; max-width: 160px; object-fit: contain; }
.fadedmenu { display: flex; align-items: center; list-style: none; }
.fadedmenu li { margin: 0 4px; }
.fadedmenu li a { font-size: 14px; font-weight: 600; color: #ffffff; padding: 8px 16px; display: inline-block; text-transform: uppercase; }
.fadedmenu li a:hover, .fadedmenu li.active a { background-color: #e60012; color: #ffffff; }
.fadednotice { background: #ffffff; border: 1px solid #e0e0e0; border-left: 4px solid #e60012; padding: 12px 18px; border-radius: 0; margin: 20px 0; font-size: 14px; color: #333; display: flex; align-items: center; }
.fadednotice i { color: #e60012; margin-right: 8px; font-size: 16px; }
.fadedbadgeauto { display: inline-block; padding: 1px 6px; font-size: 11px; color: #ffffff; background: #e60012; font-weight: bold; }
.fadedbadgemanual { display: inline-block; padding: 1px 6px; font-size: 11px; color: #ffffff; background: #333333; font-weight: bold; }
.fadedgridthree { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
.fadedbarcard { background: #ffffff; border: 1px solid #e5e5e5; border-top: 3px solid #111; padding: 15px; display: flex; align-items: center; gap: 15px; transition: border-color 0.25s; }
.fadedbarcard:hover { border-top-color: #e60012; }
.fadedbarcardimg { width: 60px; height: 60px; flex-shrink: 0; background: #fafafa; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fadedbarcardimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fadedbarcardinfo { flex: 1; min-width: 0; }
.fadedbarcardtitle { font-size: 14px; font-weight: 600; color: #111; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fadedbarcardprice { font-size: 16px; font-weight: 700; color: #e60012; }
.fadedherowrap { display: flex; gap: 20px; margin-bottom: 25px; }
.fadedheroleft { width: 55%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.fadedheroright { width: 45%; }
.fadedminicard { background: #ffffff; border: 1px solid #e5e5e5; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; position: relative; }
.fadedminicard:hover { border-color: #e60012; }
.fadedminicardimg { width: 100%; height: 90px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.fadedminicardimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fadedminicardtitle { font-size: 13px; font-weight: 600; color: #222; margin-bottom: 6px; height: 36px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3; }
.fadedminicardprice { font-size: 16px; font-weight: 700; color: #e60012; }
.fadedfocuscard { background: #ffffff; border: 2px solid #111; padding: 25px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; }
.fadedfocuscard:hover { border-color: #e60012; }
.fadedfocuscardimg { width: 100%; height: 180px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; }
.fadedfocuscardimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fadedfocuscardtitle { font-size: 17px; font-weight: 700; color: #111; margin-bottom: 10px; }
.fadedfocuscardprice { font-size: 24px; font-weight: 800; color: #e60012; margin-bottom: 15px; }
.fadeddarkbox { background: #000000; color: #ffffff; padding: 30px 20px; margin-bottom: 30px; border-top: 4px solid #e60012; }
.fadeddarkgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fadeddarkcard { background: #1a1a1a; border: 1px solid #333333; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.3s; position: relative; }
.fadeddarkcard:hover { border-color: #e60012; transform: translateY(-3px); }
.fadeddarkcardimg { width: 100%; height: 130px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; background: #111111; }
.fadeddarkcardimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fadeddarkcardtitle { font-size: 14px; font-weight: 600; color: #ffffff; margin-bottom: 10px; height: 38px; overflow: hidden; line-height: 1.35; }
.fadeddarkcardprice { font-size: 18px; font-weight: 700; color: #e60012; margin-bottom: 12px; }
.fadeddarkbtn { display: block; width: 100%; padding: 8px 0; background: #e60012; color: #ffffff; font-size: 13px; font-weight: 700; text-align: center; text-transform: uppercase; }
.fadeddarkbtn:hover { background: #b8000e; color: #ffffff; }
.fadedtriplerow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.fadedtriplecard { background: #ffffff; border: 1px solid #e5e5e5; overflow: hidden; display: flex; flex-direction: column; }
.fadedtriplecardimg { width: 100%; height: 140px; background: #fafafa; display: flex; align-items: center; justify-content: center; }
.fadedtriplecardimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fadedtriplecardbody { padding: 15px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.fadedtriplecardtitle { font-size: 14px; font-weight: 600; color: #111; margin-bottom: 10px; height: 38px; overflow: hidden; }
.fadedtriplecardprice { font-size: 17px; font-weight: 700; color: #e60012; }
.fadedredbanner { background: #e60012; color: #ffffff; padding: 25px 30px; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.fadedredbannerimg { width: 100px; height: 90px; background: #ffffff; padding: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.fadedredbannerimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fadedredbannerinfo { flex: 1; min-width: 0; }
.fadedredbannertitle { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 6px; }
.fadedredbannerprice { font-size: 24px; font-weight: 800; color: #ffffff; }
.fadedredbannerbtn { padding: 10px 24px; background: #111111; color: #ffffff; font-weight: 700; font-size: 14px; text-transform: uppercase; border: 2px solid #ffffff; }
.fadedredbannerbtn:hover { background: #ffffff; color: #111111; }
.fadedgridfour { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 30px; }
.fadedwhitecard { background: #ffffff; border: 1px solid #e5e5e5; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; }
.fadedwhitecard:hover { border-color: #e60012; }
.fadedwhitecardimg { width: 100%; height: 110px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.fadedwhitecardimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fadedwhitecardtitle { font-size: 13px; font-weight: 600; color: #222; margin-bottom: 6px; height: 36px; overflow: hidden; }
.fadedwhitecardprice { font-size: 16px; font-weight: 700; color: #e60012; margin-bottom: 8px; }
.fadedbtnred { display: block; width: 100%; padding: 6px 0; background: #111111; color: #ffffff; font-size: 12px; font-weight: 700; text-align: center; }
.fadedbtnred:hover { background: #e60012; color: #ffffff; }
.fadedwidegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.fadedwidecard { background: #ffffff; border: 1px solid #e5e5e5; border-left: 3px solid #e60012; padding: 15px; display: flex; gap: 15px; align-items: center; }
.fadedwidecardimg { width: 80px; height: 80px; flex-shrink: 0; background: #fafafa; display: flex; align-items: center; justify-content: center; }
.fadedwidecardimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fadedwidecardinfo { flex: 1; min-width: 0; }
.fadedwidecardtitle { font-size: 14px; font-weight: 600; color: #111; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fadedwidecardprice { font-size: 16px; font-weight: 700; color: #e60012; }
.fadeddensebox { background: #ffffff; border: 1px solid #e5e5e5; padding: 20px; margin-bottom: 35px; }
.fadeddenselist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; }
.fadeddenseitem { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; background: #fafafa; border: 1px solid #eee; }
.fadeddenseitem:hover { border-color: #e60012; background: #ffffff; }
.fadeddenseleft { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1; }
.fadeddenseleft img { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; background: #fff; border: 1px solid #e0e0e0; }
.fadeddensetitle { font-size: 13px; font-weight: 600; color: #222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fadeddenseright { display: flex; align-items: center; gap: 12px; flex-shrink: 0; margin-left: 10px; }
.fadeddenseprice { font-size: 15px; font-weight: 700; color: #e60012; }
.fadeddensebtn { padding: 4px 12px; background: #111111; color: #ffffff; font-size: 12px; font-weight: 600; }
.fadeddensebtn:hover { background: #e60012; color: #ffffff; }
.fadedfooter { background: #111111; color: #888888; border-top: 3px solid #e60012; padding: 30px 0; margin-top: 40px; text-align: center; }
.fadedfooterlinks { margin-bottom: 10px; }
.fadedfooterlinks a { font-size: 14px; color: #cccccc; margin: 0 10px; }
.fadedfooterlinks a:hover { color: #e60012; }
.fadedfootercopy { font-size: 13px; color: #666666; }
.fadeddetailwrap { background: #ffffff; border: 1px solid #e5e5e5; padding: 30px; margin: 25px 0; }
.fadeddetailrow { display: flex; gap: 35px; margin-bottom: 30px; }
.fadeddetailleft { width: 40%; }
.fadeddetailimgbox { width: 100%; height: 300px; background: #fafafa; border: 1px solid #e5e5e5; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fadeddetailimgbox img { max-width: 90%; max-height: 90%; object-fit: contain; }
.fadeddetailright { width: 60%; }
.fadeddetailtitle { font-size: 20px; font-weight: 700; color: #111; margin-bottom: 12px; }
.fadeddetailpricebox { background: #111; color: #fff; padding: 15px 20px; margin-bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; border-left: 4px solid #e60012; }
.fadeddetailprice { font-size: 26px; font-weight: 800; color: #e60012; }
.fadeddetailstock { font-size: 13px; color: #ccc; }
.fadeddetailform { margin-top: 15px; }
.fadeddetailitem { margin-bottom: 16px; }
.fadeddetaillabel { font-size: 13px; font-weight: 700; color: #333; margin-bottom: 5px; display: block; }
.fadeddetailinput { width: 100%; height: 40px; border: 1px solid #cccccc; padding: 0 12px; font-size: 14px; color: #111; outline: none; background: #ffffff; }
.fadeddetailinput:focus { border-color: #e60012; }
.fadeddetailbtn { width: 100%; height: 45px; background: #e60012; color: #ffffff; font-size: 16px; font-weight: 700; border: none; cursor: pointer; text-transform: uppercase; margin-top: 10px; }
.fadeddetailbtn:hover { background: #b8000e; }
.fadeddetailtabhead { border-bottom: 2px solid #111; display: flex; margin-bottom: 20px; }
.fadeddetailtabtitle { font-size: 15px; font-weight: 700; color: #ffffff; background: #111; padding: 8px 18px; }
.fadeddetailcontent { font-size: 14px; color: #444; line-height: 1.8; }
.fadedquerywrap { background: #ffffff; border: 1px solid #e5e5e5; border-top: 3px solid #e60012; padding: 30px; margin: 25px auto; max-width: 650px; }
.fadedquerytitle { font-size: 18px; font-weight: 700; color: #111; text-align: center; margin-bottom: 20px; text-transform: uppercase; }
.fadedquerytabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 12px; }
.fadedquerytabitem { font-size: 13px; font-weight: 700; color: #333; padding: 6px 14px; background: #f0f0f0; }
.fadedquerytabitem.active, .fadedquerytabitem:hover { color: #ffffff; background: #e60012; }
.fadedqueryitem { margin-bottom: 18px; }
.fadedquerylabel { font-size: 13px; color: #333; margin-bottom: 6px; display: block; font-weight: 700; }
.fadedqueryinput { width: 100%; height: 42px; border: 1px solid #ccc; padding: 0 12px; font-size: 14px; outline: none; background: #ffffff; }
.fadedqueryinput:focus { border-color: #e60012; }
.fadedquerybtn { width: 100%; height: 44px; background: #e60012; color: #ffffff; border: none; font-size: 15px; font-weight: 700; cursor: pointer; text-transform: uppercase; }
.fadedquerybtn:hover { background: #b8000e; }
@media (max-width: 991px) {
    .fadedherowrap { flex-direction: column; }
    .fadedheroleft, .fadedheroright { width: 100%; }
    .fadeddarkgrid, .fadedtriplerow, .fadedwidegrid { grid-template-columns: repeat(2, 1fr); }
    .fadedgridfour { grid-template-columns: repeat(2, 1fr); }
    .fadeddetailrow { flex-direction: column; }
    .fadeddetailleft, .fadeddetailright { width: 100%; }
    .fadeddenselist { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .fadedgridthree, .fadeddarkgrid, .fadedtriplerow, .fadedgridfour, .fadedwidegrid { grid-template-columns: 1fr; }
    .fadednavinner { flex-direction: column; height: auto; padding: 12px 0; gap: 8px; }
    .fadedmenu { flex-wrap: wrap; justify-content: center; }
    .fadedredbanner { flex-direction: column; text-align: center; }
}
