body { background-color: #f5f6f8; font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif; margin: 0; padding: 0; color: #333; overflow-x: hidden; }
.languageheader { background: #ff3838 !important; height: 50px; position: relative; z-index: 10001; }
.languagecontainer { max-width: 1200px; margin: 0 auto; padding: 0 15px; position: relative; box-sizing: border-box; }
.languagetopbar { background: #fff; padding: 15px 0; border-bottom: 2px solid #ff3838; }
.languagelogo { float: left; }
.languagelogo img { height: 42px; display: block; object-fit: contain; }
.languagesearchbox { float: right; width: 380px; display: flex; border: 2px solid #ff3838; border-radius: 4px; overflow: hidden; }
.languagesearchinput { flex: 1; border: none; padding: 8px 15px; font-size: 13px; outline: none; background: #fff; }
.languagesearchbtn { background: #ff3838; color: #fff; border: none; padding: 0 20px; font-weight: bold; cursor: pointer; }
.languagenav { float: left; margin: 0; padding: 0; list-style: none; }
.languagenav li { float: left; line-height: 50px; margin-right: 20px; }
.languagenav li a { color: #ffffff !important; font-size: 14px; font-weight: bold; text-decoration: none; transition: all 0.2s; }
.languagenav li a:hover { color: #ffccd0 !important; }
.languagelayoutgrid { display: grid; grid-template-columns: 200px 1fr 300px; gap: 20px; margin-top: 20px; }
.languageleftnav { background: #fff; border: 1px solid #e8e8e8; border-radius: 4px; padding: 10px; }
.languageleftlink { display: block; padding: 10px 15px; background: #fdfdfd; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #444; font-size: 13px; font-weight: 500; transition: all 0.2s; }
.languageleftlink:hover { background: #ff3838; color: #fff; }
.languageleftactive { background: #ff3838; color: #fff; }
.languagebox { background: #fff; border: 1px solid #e8e8e8; border-radius: 4px; padding: 18px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(255,56,56,0.02); }
.languagetitle { font-size: 16px; font-weight: bold; color: #ff3838; border-bottom: 2px solid #ff3838; padding-bottom: 8px; margin-bottom: 15px; display: flex; justify-content: space-between; align-items: center; }
.languageprodgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.languagecard { background: #fff; border: 1px solid #eee; border-radius: 4px; overflow: hidden; transition: all 0.2s; display: flex; flex-direction: column; position: relative; }
.languagecard:hover { border-color: #ff3838; box-shadow: 0 4px 12px rgba(255,56,56,0.12); transform: translateY(-2px); }
.languageimgwrap { height: 125px; background: #fafafa; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #f5f5f5; position: relative; }
.languageimgwrap img { max-width: 50px; max-height: 50px; object-fit: contain; }
.languagetag { position: absolute; top: 6px; right: 6px; background: #ff3838; color: #fff; font-size: 10px; padding: 2px 5px; border-radius: 2px; }
.languagecardbody { padding: 10px; flex-grow: 1; display: flex; flex-direction: column; }
.languageprodtitle { font-size: 13px; font-weight: bold; color: #333; line-height: 1.4; height: 36px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 8px; }
.languageprodmeta { font-size: 11px; color: #888; margin-bottom: 8px; }
.languagecardbottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.languageprice { color: #ff3838; font-size: 15px; font-weight: bold; }
.languagebuylink { background: #111; color: #fff; padding: 4px 10px; border-radius: 3px; font-size: 12px; text-decoration: none; }
.languagebuylink:hover { background: #ff3838; }
.languagebrandgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.languagebrandcard { background: #fafafa; border: 1px solid #f0f0f0; border-radius: 4px; padding: 10px; text-align: center; text-decoration: none; display: block; }
.languagebrandcard img { max-width: 40px; max-height: 40px; object-fit: contain; margin-bottom: 4px; }
.languagebrandtitle { font-size: 11px; color: #333; height: 28px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.languagerankitem { padding: 8px 0; border-bottom: 1px dashed #eee; display: flex; align-items: center; font-size: 12px; }
.languageranknum { width: 18px; height: 18px; background: #eee; color: #555; border-radius: 2px; text-align: center; line-height: 18px; font-size: 10px; margin-right: 8px; font-weight: bold; flex-shrink: 0; }
.languageranktop { background: #ff3838; color: #fff; }
.languageranktitle { flex-grow: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; text-decoration: none; }
.languagerankprice { color: #ff3838; font-weight: bold; margin-left: 8px; }
.languagefooter { background: #1a1c1d; color: #a4a5a7; padding: 30px 0; text-align: center; margin-top: 30px; border-top: 3px solid #ff3838; }
.languagefooter a { color: #fff; text-decoration: none; margin: 0 10px; font-size: 12px; }
.languagefooter a:hover { color: #ff3838; }
.languagecopy { margin-top: 12px; font-size: 11px; }
.languagepanel { background: #fff; border-radius: 4px; padding: 20px; border: 1px solid #e8e8e8; margin-top: 20px; }
.languagetable { width: 100%; border-collapse: collapse; margin-top: 10px; }
.languagetable th { background: #fafafa; padding: 10px; text-align: left; font-size: 12px; color: #ff3838; border-bottom: 1px solid #e8e8e8; }
.languagetable td { padding: 12px 10px; font-size: 12px; border-bottom: 1px solid #f5f5f5; color: #333; }
@media (max-width: 992px) {
    .languagelayoutgrid { grid-template-columns: 1fr; }
    .languageleftnav { display: flex; flex-wrap: wrap; gap: 6px; }
    .languageleftlink { flex: 1; min-width: 90px; margin-bottom: 0; }
    .languagesearchbox { display: none; }
}
@media (max-width: 500px) {
    .languageprodgrid { grid-template-columns: 1fr; }
}
