* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #fafdfa; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2e7d32; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.servantwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.servanttopbar { background: #f4faf4; border-bottom: 1px solid #c8e6c9; font-size: 13px; line-height: 32px; height: 32px; color: #2e7d32; }
.servanttopbar .servantwrap { display: flex; justify-content: space-between; }
.servantsep { margin: 0 6px; color: #c8e6c9; }
.servantheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #c8e6c9; }
.servantheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.servantlogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.servantsearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #2e7d32; border-radius: 4px; overflow: hidden; }
.servantsearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #2e7d32; }
.servantsearchbtn { background: #2e7d32; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.servantnavbar { background: #2e7d32; height: 44px; }
.servantnavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.servantnavitem { color: #ffffff; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.servantnavitem:hover, .servantnavitem.active { background: #1b5e20; }
.servantmain { margin: 25px auto; }
.servantbanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #c8e6c9; margin-bottom: 20px; }
.servantsec { background: #ffffff; border-radius: 8px; border: 1px solid #c8e6c9; padding: 18px; margin-bottom: 25px; display: grid; grid-template-columns: 240px 1fr; gap: 20px; }
@media (max-width: 992px) { .servantsec { grid-template-columns: 1fr; } }
.servantsecside { background: #ffffff; border-radius: 8px; border: 1px solid #c8e6c9; padding: 15px; height: fit-content; }
.servantsecsidehead { font-size: 14px; font-weight: bold; color: #2e7d32; border-bottom: 2px solid #2e7d32; padding-bottom: 8px; margin-bottom: 12px; }
.servantsecsidelist { list-style: none; }
.servantsecsidelist li a { display: block; padding: 8px 10px; font-size: 13px; color: #2e7d32; border-radius: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.servantsecsidelist li a:hover { background: #e8f5e9; color: #2e7d32; }
.servantgrid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 1024px) { .servantgrid3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .servantgrid3 { grid-template-columns: repeat(1, 1fr); } }
.servantcard { border: 1px solid #c8e6c9; border-radius: 6px; padding: 12px; background: #ffffff; display: flex; flex-direction: column; justify-content: space-between; transition: border-color 0.2s; }
.servantcard:hover { border-color: #2e7d32; }
.servantimgbox { width: 100%; height: 120px; overflow: hidden; background: #fafafa; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.servantimgbox img { max-width: 100%; max-height: 100px; object-fit: contain; }
.servantimgbox.portrait { height: 160px; }
.servantimgbox.portrait img { width: 100%; height: 100%; object-fit: cover; }
.servanttitle { font-size: 13px; font-weight: bold; color: #1b5e20; text-align: center; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.servantinfo { display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.servantprice { color: #e53e3e; font-size: 14px; font-weight: bold; }
.servantstock { color: #999; }
.servantsectitle { font-size: 16px; font-weight: bold; color: #2e7d32; border-bottom: 2px solid #2e7d32; padding-bottom: 8px; margin-bottom: 20px; text-align: center; }
.servantgreenbanner { background: #2e7d32; color: #ffffff; border-radius: 6px; padding: 20px; text-align: center; margin-bottom: 25px; font-weight: bold; }
.servantgreenbanner h3 { font-size: 16px; margin-bottom: 4px; }
.servantgreenbanner p { font-size: 12px; opacity: 0.85; }
.servantprocess { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-bottom: 25px; }
@media (max-width: 992px) { .servantprocess { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .servantprocess { grid-template-columns: repeat(2, 1fr); } }
.servantprocessitem { background: #f4faf4; border: 1px solid #c8e6c9; padding: 12px; border-radius: 6px; text-align: center; }
.servantprocessicon { width: 36px; height: 36px; border-radius: 50%; background: #e8f5e9; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px auto; border: 1px solid #a5d6a7; }
.servantprocessicon span { font-size: 11px; font-weight: bold; color: #2e7d32; }
.servantprocessitem p { font-size: 11px; font-weight: bold; color: #1b5e20; }
.servantcol2grid { display: grid; grid-template-columns: 1fr 340px; gap: 20px; }
@media (max-width: 992px) { .servantcol2grid { grid-template-columns: 1fr; } }
.servantcolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #c8e6c9; padding: 15px; }
.servantcolhead { font-size: 14px; font-weight: bold; color: #2e7d32; border-bottom: 2px solid #2e7d32; padding-bottom: 8px; margin-bottom: 12px; }
.servantranklist { list-style: none; }
.servantrankitem { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #f0f3f6; font-size: 12px; }
.servantranknum { width: 18px; height: 18px; background: #ccd6dd; color: #fff; text-align: center; line-height: 18px; border-radius: 3px; font-size: 10px; font-weight: bold; margin-right: 8px; flex-shrink: 0; }
.servantrankitem:nth-child(-n+3) .servantranknum { background: #2e7d32; }
.servantrankname { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #1b5e20; }
.servantleftbox { }
.servantfeaturedrow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; border-bottom: 1px dashed #c8e6c9; padding-bottom: 12px; margin-bottom: 12px; }
@media (max-width: 640px) { .servantfeaturedrow { grid-template-columns: 1fr; } }
.servantfeatureitem { display: flex; gap: 10px; align-items: center; }
.servantfeatureimg { width: 56px; height: 56px; object-fit: cover; border-radius: 3px; border: 1px solid #c8e6c9; flex-shrink: 0; }
.servantfeatureinfo { flex: 1; overflow: hidden; }
.servantfeaturetitle { font-size: 12px; font-weight: bold; color: #1b5e20; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 4px; }
.servantfeaturetitle a:hover { color: #2e7d32; }
.servantfeatureprice { color: #e53e3e; font-size: 13px; font-weight: bold; }
.servantcardbox { background: #ffffff; border-radius: 8px; border: 1px solid #c8e6c9; padding: 30px; max-width: 650px; margin: 0 auto; }
.servantfooter { background: #222222; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #2e7d32; }
.servantfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.servantfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
