* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #fdfbf7; color: #2e331b; 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: #d99e32; }
.falsecontainer { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.falsenavbar { background-color: #1e2213; border-bottom: 2px solid #d99e32; position: relative; z-index: 1000; }
.falsenavinner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.falselogo { display: flex; align-items: center; }
.falselogo img { height: 38px; width: auto; max-width: 160px; object-fit: contain; }
.falsemenu { display: flex; align-items: center; list-style: none; }
.falsemenu li { margin: 0 4px; }
.falsemenu li a { font-size: 14px; font-weight: 600; color: #fdfbf7; padding: 8px 16px; display: inline-block; border-radius: 4px; }
.falsemenu li a:hover, .falsemenu li.active a { background-color: #d99e32; color: #1e2213; }
.falsenotice { background: #ffffff; border: 1px solid #e8e4da; border-left: 4px solid #d99e32; padding: 12px 18px; border-radius: 4px; margin: 20px 0; font-size: 14px; color: #5a6234; display: flex; align-items: center; }
.falsenotice i { color: #d99e32; margin-right: 8px; font-size: 16px; }
.falsebadgeauto { display: inline-block; padding: 2px 8px; font-size: 11px; color: #ffffff; background: #5a6234; font-weight: bold; border-radius: 3px; }
.falsebadgemanual { display: inline-block; padding: 2px 8px; font-size: 11px; color: #1e2213; background: #d99e32; font-weight: bold; border-radius: 3px; }
.falsediamondgrid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-bottom: 30px; }
.falsediamondcard { background: #ffffff; border: 1px solid #e8e4da; border-radius: 6px; padding: 12px 6px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: space-between; transition: all 0.3s; }
.falsediamondcard:hover { border-color: #d99e32; transform: translateY(-3px); }
.falsediamondimg { width: 55px; height: 55px; border-radius: 4px; background: #f7f4ec; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #e8e4da; }
.falsediamondimg img { max-width: 80%; max-height: 80%; object-fit: contain; }
.falsediamondtitle { font-size: 12px; font-weight: 600; color: #2e331b; margin-bottom: 4px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.falsediamondprice { font-size: 13px; font-weight: 700; color: #d99e32; margin-bottom: 4px; }
.falsediamondbtn { display: block; width: 100%; padding: 2px 0; background: #5a6234; color: #ffffff; font-size: 10px; font-weight: 600; border-radius: 2px; }
.falsediamondbtn:hover { background: #d99e32; color: #1e2213; }
.falseolivebox { background: #5a6234; padding: 30px 20px; border-radius: 8px; margin-bottom: 30px; }
.falsegridfour { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.falsewhitecard { background: #ffffff; border-radius: 6px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; transition: all 0.3s; }
.falsewhitecard:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.falsewhitecardimg { width: 100%; height: 120px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; background: #fdfbf7; border-radius: 4px; }
.falsewhitecardimg img { max-width: 100%; max-height: 100px; object-fit: contain; }
.falsewhitecardtitle { font-size: 13px; font-weight: 600; color: #2e331b; margin-bottom: 6px; height: 36px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.35; }
.falsewhitecardprice { font-size: 17px; font-weight: 800; color: #d99e32; margin-bottom: 8px; }
.falsebtngold { display: block; width: 100%; padding: 7px 0; background: #1e2213; color: #ffffff; font-size: 13px; font-weight: 700; border-radius: 4px; text-align: center; }
.falsebtngold:hover { background: #d99e32; color: #1e2213; }
.falsearchrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.falsearchcard { background: #ffffff; border: 1px solid #e8e4da; border-radius: 6px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; }
.falsearchcard.darkarch { background: #1e2213; color: #ffffff; border-color: #d99e32; }
.falsearchimg { width: 100%; height: 140px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.falsearchimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.falsearchtitle { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.falsearchprice { font-size: 20px; font-weight: 800; color: #d99e32; margin-bottom: 10px; }
.falsestatbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 30px; background: #5a6234; padding: 15px; border-radius: 6px; }
.falsestatcard { background: #4a5323; border: 1px solid #737c44; border-radius: 4px; padding: 12px; display: flex; align-items: center; gap: 10px; color: #ffffff; }
.falsestatimg { width: 40px; height: 40px; border-radius: 4px; background: #ffffff; padding: 3px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.falsestatimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.falsestatinfo { flex: 1; min-width: 0; }
.falsestattitle { font-size: 12px; font-weight: 600; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; }
.falsestatprice { font-size: 14px; font-weight: 800; color: #d99e32; }
.falsecreamgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 30px; }
.falsecreamcard { background: #f7f4ec; border: 1px solid #e8e4da; border-radius: 6px; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; }
.falsecreamcard:hover { border-color: #d99e32; }
.falsecreamimg { width: 100%; height: 110px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.falsecreamimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.falsebannerwrap { background: #1e2213; color: #ffffff; border: 1px solid #5a6234; border-left: 5px solid #d99e32; border-radius: 6px; padding: 25px 30px; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.falsebannerimg { width: 100px; height: 90px; background: #2e331b; border-radius: 6px; padding: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.falsebannerimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.falsebannerinfo { flex: 1; min-width: 0; }
.falsebannertitle { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 6px; }
.falsebannerprice { font-size: 24px; font-weight: 800; color: #d99e32; }
.falsegridthree { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.falsephotocard { background: #ffffff; border: 1px solid #e8e4da; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.falsephotocard:hover { border-color: #d99e32; }
.falsephotoimg { width: 100%; height: 130px; background: #f7f4ec; display: flex; align-items: center; justify-content: center; }
.falsephotoimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.falsephotobody { padding: 12px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.falsephototitle { font-size: 13px; font-weight: 600; color: #2e331b; margin-bottom: 6px; height: 36px; overflow: hidden; }
.falsephotoprice { font-size: 16px; font-weight: 800; color: #d99e32; }
.falsedensebox { background: #ffffff; border: 1px solid #e8e4da; border-radius: 6px; padding: 20px; margin-bottom: 35px; }
.falsedenselist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; }
.falsedenseitem { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: #fdfbf7; border: 1px solid #f0eee6; border-radius: 4px; }
.falsedenseitem:hover { border-color: #d99e32; background: #ffffff; }
.falsedenseleft { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1; }
.falsedenseleft img { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; background: #fff; border: 1px solid #e8e4da; border-radius: 4px; }
.falsedensetitle { font-size: 13px; font-weight: 600; color: #2e331b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.falsedenseright { display: flex; align-items: center; gap: 12px; flex-shrink: 0; margin-left: 10px; }
.falsedenseprice { font-size: 15px; font-weight: 700; color: #d99e32; }
.falsedensebtn { padding: 4px 12px; background: #5a6234; color: #ffffff; font-size: 12px; font-weight: 600; border-radius: 3px; }
.falsedensebtn:hover { background: #d99e32; color: #1e2213; }
.falsefooter { background: #1e2213; color: #e8e4da; border-top: 3px solid #d99e32; padding: 30px 0; margin-top: 40px; text-align: center; }
.falsefooterlinks { margin-bottom: 10px; }
.falsefooterlinks a { font-size: 14px; color: #ffffff; margin: 0 10px; }
.falsefooterlinks a:hover { color: #d99e32; }
.falsefootercopy { font-size: 13px; color: #a3a893; }
.falsedetailwrap { background: #ffffff; border: 1px solid #e8e4da; border-radius: 6px; padding: 30px; margin: 25px 0; }
.falsedetailrow { display: flex; gap: 35px; margin-bottom: 30px; }
.falsedetailleft { width: 40%; }
.falsedetailimgbox { width: 100%; height: 300px; background: #fdfbf7; border: 1px solid #e8e4da; border-radius: 6px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.falsedetailimgbox img { max-width: 90%; max-height: 90%; object-fit: contain; }
.falsedetailright { width: 60%; }
.falsedetailtitle { font-size: 20px; font-weight: 700; color: #2e331b; margin-bottom: 12px; }
.falsedetailpricebox { background: #fdfbf7; border: 1px solid #e8e4da; border-left: 4px solid #d99e32; border-radius: 4px; padding: 15px 20px; margin-bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; }
.falsedetailprice { font-size: 26px; font-weight: 800; color: #d99e32; }
.falsedetailstock { font-size: 13px; color: #5a6234; }
.falsedetailform { margin-top: 15px; }
.falsedetailitem { margin-bottom: 16px; }
.falsedetaillabel { font-size: 13px; font-weight: 700; color: #2e331b; margin-bottom: 5px; display: block; }
.falsedetailinput { width: 100%; height: 40px; border: 1px solid #d1cbbe; border-radius: 4px; padding: 0 12px; font-size: 14px; color: #2e331b; outline: none; background: #ffffff; }
.falsedetailinput:focus { border-color: #d99e32; }
.falsedetailbtn { width: 100%; height: 45px; background: #5a6234; color: #ffffff; font-size: 16px; font-weight: 700; border: none; border-radius: 4px; cursor: pointer; margin-top: 10px; }
.falsedetailbtn:hover { background: #d99e32; color: #1e2213; }
.falsedetailtabhead { border-bottom: 2px solid #e8e4da; display: flex; margin-bottom: 20px; }
.falsedetailtabtitle { font-size: 15px; font-weight: 700; color: #ffffff; background: #5a6234; padding: 8px 18px; border-radius: 4px 4px 0 0; }
.falsedetailcontent { font-size: 14px; color: #5a6234; line-height: 1.8; }
.falsequerywrap { background: #ffffff; border: 1px solid #e8e4da; border-top: 3px solid #d99e32; border-radius: 6px; padding: 30px; margin: 25px auto; max-width: 650px; }
.falsequerytitle { font-size: 18px; font-weight: 700; color: #2e331b; text-align: center; margin-bottom: 20px; }
.falsequerytabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 25px; border-bottom: 1px solid #e8e4da; padding-bottom: 12px; }
.falsequerytabitem { font-size: 13px; font-weight: 700; color: #5a6234; padding: 6px 14px; background: #fdfbf7; border-radius: 4px; }
.falsequerytabitem.active, .falsequerytabitem:hover { color: #1e2213; background: #d99e32; }
.falsequeryitem { margin-bottom: 18px; }
.falsequerylabel { font-size: 13px; color: #2e331b; margin-bottom: 6px; display: block; font-weight: 700; }
.falsequeryinput { width: 100%; height: 42px; border: 1px solid #d1cbbe; border-radius: 4px; padding: 0 12px; font-size: 14px; outline: none; background: #ffffff; color: #2e331b; }
.falsequeryinput:focus { border-color: #d99e32; }
.falsequerybtn { width: 100%; height: 44px; background: #5a6234; color: #ffffff; border: none; border-radius: 4px; font-size: 15px; font-weight: 700; cursor: pointer; }
.falsequerybtn:hover { background: #d99e32; color: #1e2213; }
@media (max-width: 991px) {
    .falsediamondgrid { grid-template-columns: repeat(4, 1fr); }
    .falsegridfour, .falsecreamgrid, .falsestatbar { grid-template-columns: repeat(2, 1fr); }
    .falsearchrow, .falsegridthree { grid-template-columns: 1fr; }
    .falsedetailrow { flex-direction: column; }
    .falsedetailleft, .falsedetailright { width: 100%; }
    .falsedenselist { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .falsediamondgrid { grid-template-columns: repeat(2, 1fr); }
    .falsegridfour, .falsecreamgrid, .falsestatbar { grid-template-columns: 1fr; }
    .falsenavinner { flex-direction: column; height: auto; padding: 12px 0; gap: 8px; }
    .falsemenu { flex-wrap: wrap; justify-content: center; }
    .falsebannerwrap { flex-direction: column; text-align: center; }
}
