* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #faf8f5; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #3e2723; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.fullwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.fulltopbar { background: #fdfdfd; border-bottom: 1px solid #ebdcb9; font-size: 13px; line-height: 32px; height: 32px; color: #5d4037; }
.fulltopbar .fullwrap { display: flex; justify-content: space-between; align-items: center; }
.fullsep { margin: 0 6px; color: #d7ccc8; }
.fullheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #ebdcb9; }
.fullheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.fulllogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.fullsearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #c5a059; border-radius: 4px; overflow: hidden; }
.fullsearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #3e2723; }
.fullsearchbtn { background: #c5a059; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.fullnavbar { background: #c5a059; height: 44px; }
.fullnavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.fullnavitem { color: #ffffff; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.fullnavitem:hover, .fullnavitem.active { background: #a8843c; }
.fullmain { margin: 25px auto; }
.fullbanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #ebdcb9; margin-bottom: 20px; }
.fullsec { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 18px; margin-bottom: 25px; }
.fullsecside { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 15px; height: fit-content; }
.fullsecsidehead { font-size: 14px; font-weight: bold; color: #c5a059; border-bottom: 2px solid #c5a059; padding-bottom: 8px; margin-bottom: 12px; }
.fullsecsidelist { list-style: none; }
.fullsecsidelist li a { display: block; padding: 8px 10px; font-size: 13px; color: #4a5568; border-radius: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fullsecsidelist li a:hover { background: #faf2e6; color: #c5a059; }
.fullgrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 1024px) { .fullgrid4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .fullgrid4 { grid-template-columns: repeat(1, 1fr); } }
.fullcard { background: #ffffff; border-radius: 6px; border: 1px solid #ebdcb9; padding: 12px; text-align: center; transition: transform 0.2s, border-color 0.2s; display: flex; flex-direction: column; justify-content: space-between; }
.fullcard:hover { transform: translateY(-3px); border-color: #c5a059; }
.fullimgbox { width: 100%; height: 110px; overflow: hidden; background: #faf8f5; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid #ebdcb9; }
.fullimgbox img { max-width: 100%; max-height: 100px; object-fit: contain; }
.fullimgbox.portrait img { width: 100%; height: 100%; object-fit: cover; }
.fulltitle { font-size: 13px; font-weight: bold; color: #3e2723; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fullprice { color: #d32f2f; font-size: 14px; font-weight: bold; }
.fullsec2col { display: grid; grid-template-columns: 240px 1fr; gap: 20px; margin-bottom: 25px; }
@media (max-width: 992px) { .fullsec2col { grid-template-columns: 1fr; } }
.fullsectitle { font-size: 16px; font-weight: bold; color: #c5a059; border-bottom: 2px solid #c5a059; padding-bottom: 8px; margin-bottom: 20px; text-align: center; }
.fullguarantee { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 25px; }
@media (max-width: 768px) { .fullguarantee { grid-template-columns: repeat(2, 1fr); } }
.fullguaranteeitem { background: #ffffff; border: 1px solid #ebdcb9; padding: 15px; border-radius: 6px; text-align: center; box-shadow: 0 4px 10px rgba(93,64,55,0.04); transition: transform 0.2s; }
.fullguaranteeitem:hover { transform: translateY(-3px); border-color: #c5a059; }
.fullguaranteeicon { width: 44px; height: 44px; border-radius: 50%; background: #fff8e1; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px auto; border: 1px solid #ffe0b2; }
.fullguaranteeicon span { font-size: 12px; font-weight: bold; color: #b71c1c; }
.fullguaranteeitem h3 { font-size: 13px; font-weight: bold; color: #333; margin-bottom: 4px; }
.fullguaranteeitem p { font-size: 11px; color: #888; }
.fullcol2grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 768px) { .fullcol2grid { grid-template-columns: 1fr; } }
.fullcolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 15px; }
.fullcolhead { font-size: 14px; font-weight: bold; color: #c5a059; border-bottom: 2px solid #c5a059; padding-bottom: 8px; margin-bottom: 12px; }
.fullranklist { list-style: none; }
.fullrankitem { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #f5f2eb; font-size: 12px; }
.fullranknum { width: 18px; height: 18px; background: #ebdcb9; color: #5d4037; text-align: center; line-height: 18px; border-radius: 3px; font-size: 10px; font-weight: bold; margin-right: 8px; flex-shrink: 0; }
.fullrankitem:nth-child(-n+3) .fullranknum { background: #c5a059; color: #ffffff; }
.fullrankname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4e342e; }
.fullcardbox { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 30px; max-width: 650px; margin: 0 auto; }
.fullfooter { background: #222222; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #c5a059; }
.fullfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.fullfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
