* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #ffffff; font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333333; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.thermalwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.thermalheader { background: #ffffff; border-bottom: 1px solid #eeeeee; padding: 15px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.02); }
.thermalheadflex { display: flex; align-items: center; justify-content: space-between; }
.thermallogo img { height: 35px; max-width: 180px; object-fit: contain; display: block; }
.thermalnavbar { display: flex; align-items: center; gap: 20px; overflow-x: auto; white-space: nowrap; }
.thermalnavitem { color: #333333; font-size: 15px; font-weight: bold; transition: color 0.3s; }
.thermalnavitem:hover, .thermalnavitem.active { color: #cf9d59; }
.thermalsearch { display: flex; border: 1px solid #eeeeee; border-radius: 20px; overflow: hidden; height: 36px; background: #f9f8f6; }
.thermalsearch input { border: none; background: transparent; padding: 0 15px; outline: none; font-size: 13px; color: #333; width: 160px; }
.thermalsearch button { background: transparent; border: none; padding: 0 15px; color: #cf9d59; cursor: pointer; font-weight: bold; }
.thermalhero { position: relative; width: 100%; height: 500px; background: #554236; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; }
.thermalhero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; mix-blend-mode: multiply; }
.thermalherocontent { position: relative; z-index: 10; color: #ffffff; padding: 0 20px; }
.thermalherotitle { font-size: 42px; font-weight: bold; margin-bottom: 15px; letter-spacing: 2px; }
.thermalheroprice { font-size: 24px; color: #cf9d59; font-weight: bold; margin-bottom: 30px; }
.thermalherobtn { display: inline-block; padding: 12px 35px; border: 2px solid #cf9d59; background: #cf9d59; color: #ffffff; font-size: 16px; font-weight: bold; border-radius: 4px; transition: all 0.3s; }
.thermalherobtn:hover { background: transparent; color: #cf9d59; }
.thermalsection { padding: 70px 0; }
.thermalbg-light { background: #f9f8f6; }
.thermalsecheader { text-align: center; margin-bottom: 40px; }
.thermalsectitle { font-size: 28px; font-weight: bold; color: #333; margin-bottom: 10px; }
.thermalsecsub { font-size: 14px; color: #888; }
.thermalgrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 992px) { .thermalgrid4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .thermalgrid4 { grid-template-columns: 1fr; } }
.thermalcard-feature { background: #ffffff; border-radius: 12px; padding: 30px 20px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: transform 0.3s; display: block; }
.thermalcard-feature:hover { transform: translateY(-5px); }
.thermalcard-feature img { width: 60px; height: 60px; object-fit: cover; border-radius: 50%; margin: 0 auto 15px auto; display: block; border: 2px solid #f9f8f6; }
.thermalcard-feature h3 { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thermalcard-feature p { font-size: 16px; color: #cf9d59; font-weight: bold; }
.thermalcard-product { background: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.04); transition: transform 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.thermalcard-product:hover { transform: translateY(-5px); }
.thermalcard-img { width: 100%; height: 200px; overflow: hidden; background: #fafafa; }
.thermalcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.thermalcard-product:hover .thermalcard-img img { transform: scale(1.05); }
.thermalcard-info { padding: 20px; text-align: left; }
.thermalcard-title { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thermalcard-price { color: #cf9d59; font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.thermalcard-btn { display: block; width: 100%; padding: 10px 0; text-align: center; background: #cf9d59; color: #ffffff; border-radius: 4px; font-size: 14px; transition: background 0.3s; }
.thermalcard-btn:hover { background: #b0854b; }
.thermalgrid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 768px) { .thermalgrid3 { grid-template-columns: 1fr; } }
.thermalcard-gallery { position: relative; border-radius: 8px; overflow: hidden; height: 240px; display: block; }
.thermalcard-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.thermalcard-gallery:hover img { transform: scale(1.05); }
.thermalcard-gallery-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; flex-direction: column; justify-content: center; align-items: center; color: #ffffff; opacity: 0; transition: opacity 0.3s; padding: 20px; text-align: center; }
.thermalcard-gallery:hover .thermalcard-gallery-overlay { opacity: 1; }
.thermalcard-gallery-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.thermalcard-gallery-price { font-size: 16px; color: #cf9d59; font-weight: bold; background: #fff; padding: 4px 12px; border-radius: 20px; }
.thermalstats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 40px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
@media (max-width: 768px) { .thermalstats { grid-template-columns: repeat(2, 1fr); } }
.thermalstat-item { display: flex; align-items: center; justify-content: center; gap: 15px; }
.thermalstat-img { width: 45px; height: 45px; border-radius: 8px; object-fit: cover; }
.thermalstat-info { text-align: left; }
.thermalstat-price { font-size: 20px; font-weight: bold; color: #cf9d59; }
.thermalstat-title { font-size: 12px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 120px; }
.thermalcard-review { background: #ffffff; border-radius: 12px; padding: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: space-between; gap: 15px; }
.thermalreview-stars { color: #cf9d59; font-size: 14px; margin-bottom: 10px; }
.thermalreview-title { font-size: 14px; font-weight: bold; color: #333; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.thermalreview-user { display: flex; align-items: center; gap: 12px; border-top: 1px solid #eee; padding-top: 15px; }
.thermalreview-user img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.thermalreview-info p { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 2px; }
.thermalreview-info span { font-size: 13px; color: #cf9d59; font-weight: bold; }
.thermalcta { background: #554236; color: #ffffff; padding: 60px 0; text-align: center; }
.thermalcta h2 { font-size: 32px; font-weight: bold; margin-bottom: 15px; }
.thermalcta p { font-size: 20px; color: #cf9d59; font-weight: bold; margin-bottom: 30px; }
.thermalcta .thermalherobtn { background: #cf9d59; color: #fff; }
.thermalcta .thermalherobtn:hover { background: #fff; color: #554236; border-color: #fff; }
.thermallist-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
@media (max-width: 768px) { .thermallist-container { grid-template-columns: 1fr; } }
.thermallist-item { display: flex; align-items: center; gap: 15px; padding: 12px; border-bottom: 1px dashed #eee; transition: background 0.2s; }
.thermallist-item:hover { background: #f9f8f6; }
.thermallist-img { width: 50px; height: 50px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }
.thermallist-info { flex: 1; overflow: hidden; }
.thermallist-title { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thermallist-price { font-size: 14px; font-weight: bold; color: #cf9d59; }
.thermalbox { background: #ffffff; border-radius: 12px; padding: 40px; max-width: 600px; margin: 40px auto; box-shadow: 0 10px 40px rgba(0,0,0,0.05); }
.thermalfooter { background: #333333; color: #999999; padding: 30px 0; text-align: center; font-size: 13px; }
.thermalfooter a { color: #cccccc; margin: 0 10px; }
.thermalfooter p { margin-top: 15px; }
