* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f4f7f5; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2e302e; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.curewrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.curetopbar { background: #fdfdfd; border-bottom: 1px solid #dcdfdc; font-size: 13px; line-height: 32px; height: 32px; color: #5c5e5c; }
.curetopbar .curewrap { display: flex; justify-content: space-between; }
.curesep { margin: 0 6px; color: #dcdfdc; }
.cureheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #dcdfdc; }
.cureheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.curelogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.curesearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #004d40; border-radius: 4px; overflow: hidden; }
.curesearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.curesearchbtn { background: #004d40; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.curenavbar { background: #004d40; height: 44px; }
.curenavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.curenavitem { color: #ffffff; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.curenavitem:hover, .curenavitem.active { background: #00332c; }
.curemain { margin: 25px auto; }
.curebanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #dcdfdc; margin-bottom: 20px; }
.curesec2col { display: grid; grid-template-columns: 1fr 340px; gap: 20px; margin-bottom: 25px; }
@media (max-width: 992px) { .curesec2col { grid-template-columns: 1fr; } }
.curecolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #dcdfdc; padding: 15px; }
.curecolumnbox.about { display: grid; grid-template-columns: 140px 1fr; gap: 15px; }
@media (max-width: 640px) { .curecolumnbox.about { grid-template-columns: 1fr; } }
.cureaboutlbl { background: #004d40; color: #ffffff; border-radius: 6px; display: flex; flex-direction: column; justify-content: center; align-items: center; font-weight: bold; padding: 15px; text-align: center; }
.cureaboutlbl h3 { font-size: 16px; margin-bottom: 4px; }
.cureaboutlbl span { font-size: 11px; opacity: 0.8; }
.cureabouttext { font-size: 13px; color: #555; line-height: 1.8; display: flex; flex-direction: column; justify-content: center; }
.curecolhead { font-size: 14px; font-weight: bold; color: #004d40; border-bottom: 2px solid #004d40; padding-bottom: 8px; margin-bottom: 12px; }
.curebulletlist { list-style: none; }
.curebulletitem { font-size: 13px; color: #4a5568; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.curebulletitem a:hover { color: #004d40; text-decoration: underline; }
.curesec { background: #ffffff; border-radius: 8px; border: 1px solid #dcdfdc; padding: 18px; margin-bottom: 25px; }
.curesectitle { display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid #004d40; }
.curesectitle span { font-size: 16px; font-weight: bold; color: #004d40; }
.curegrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 1024px) { .curegrid4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .curegrid4 { grid-template-columns: repeat(1, 1fr); } }
.curecard { background: #ffffff; border-radius: 6px; border: 1px solid #dcdfdc; padding: 12px; text-align: center; transition: transform 0.2s, border-color 0.2s; }
.curecard:hover { transform: translateY(-3px); border-color: #004d40; }
.cureimgbox { width: 100%; height: 110px; overflow: hidden; background: #ffffff; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid #dcdfdc; }
.cureimgbox img { max-width: 100%; max-height: 100px; object-fit: contain; }
.cureimgbox.portrait img { width: 100%; height: 100%; object-fit: cover; }
.curetitle { font-size: 13px; font-weight: bold; color: #2c3e50; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cureprice { color: #e53e3e; font-size: 14px; font-weight: bold; }
.curecardbox { background: #ffffff; border-radius: 8px; border: 1px solid #dcdfdc; padding: 30px; max-width: 650px; margin: 0 auto; }
.curefooter { background: #111111; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #004d40; }
.curefooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.curefooter p { color: #718096; font-size: 12px; margin-top: 4px; }
