/* gu5 - 森林绿时间线色带风 | 主色 #166534 */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
.zcdcedbody{
  font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",sans-serif;
  font-size:16px;line-height:1.7;color:#14532d;background:#f3faf4;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;word-wrap:break-word
}
.zcdcedcontainer{width:100%;max-width:1080px;margin:0 auto;padding:0 18px}
a{color:inherit;text-decoration:none}
ul{list-style:none}
img{max-width:100%;height:auto;display:block}
.zcdcedad{padding:10px 0;overflow:hidden}
.zcdcedad .zcdcedcontainer{overflow:hidden}

.zcdcedheader{background:#fff;border-bottom:3px solid #166534;position:sticky;top:0;z-index:100}
.zcdcedheader_inner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 0}
.zcdcedbrand{display:flex;align-items:center;gap:10px}
.zcdcedbrand_icon{
  width:38px;height:38px;background:#166534;color:#fff;display:flex;align-items:center;
  justify-content:center;font-weight:800;border-radius:2px
}
.zcdcedbrand_name{font-size:20px;font-weight:800;color:#14532d}
.zcdcednav{display:flex;flex-wrap:wrap;gap:2px}
.zcdcednav_item{padding:7px 12px;font-size:14px;color:#3f6b4f;border-bottom:2px solid transparent}
.zcdcednav_item:hover,.zcdcednav_active{color:#166534;border-bottom-color:#166534;font-weight:700}

.zcdcedband{background:#14532d;color:#bbf7d0;padding:8px 0;font-size:13px;text-align:center}

.zcdcedbtn{
  display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;
  font-size:14px;font-weight:700;border:2px solid transparent;border-radius:2px;max-width:100%
}
.zcdcedbtn_primary{background:#166534;color:#fff;border-color:#166534}
.zcdcedbtn_primary:hover{background:#14532d}
.zcdcedbtn_outline{background:transparent;color:#166534;border-color:#166534}
.zcdcedbtn_outline:hover{background:#dcfce7}
.zcdcedbtn_light{background:#fff;color:#166534}

.zcdcedhero{padding:44px 0;background:linear-gradient(180deg,#dcfce7 0%,#f3faf4 70%)}
.zcdcedhero_stack{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}
.zcdcedhero_title{font-size:clamp(26px,4vw,36px);line-height:1.35;margin-bottom:12px;color:#14532d}
.zcdcedhero_desc{color:#3f6b4f;margin-bottom:10px}
.zcdcedhero_note{font-size:14px;color:#4d7c5c;margin-bottom:18px;padding:12px 14px;background:#fff;border-left:4px solid #166534}
.zcdcedhero_btns{display:flex;flex-wrap:wrap;gap:10px}
.zcdcedhero_media{border:1px solid #bbf7d0;background:#fff;padding:8px;overflow:hidden;min-width:0}
.zcdcedhero_media img{width:100%;aspect-ratio:16/10;object-fit:cover}

.zcdcedsection{padding:48px 0;overflow:hidden}
.zcdcedtint{background:#fff}
.zcdcedh2{
  font-size:clamp(22px,3vw,28px);color:#14532d;margin-bottom:8px;
  padding-bottom:8px;border-bottom:2px solid #166534;display:inline-block
}
.zcdcedlead{font-size:14px;color:#4d7c5c;margin:10px 0 20px}

.zcdcedtable_wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #bbf7d0;background:#fff}
.zcdcedtable{width:100%;border-collapse:collapse;min-width:560px}
.zcdcedtable th,.zcdcedtable td{padding:12px 14px;border-bottom:1px solid #d8f3e0;text-align:left;font-size:14px}
.zcdcedtable th{background:#166534;color:#fff;font-weight:700;white-space:nowrap}
.zcdcedtable tr:last-child td{border-bottom:none}
.zcdcedtable tr:nth-child(even) td{background:#f3faf4}
.zcdcedup{color:#b91c1c;font-weight:700}
.zcdceddown{color:#166534;font-weight:700}

.zcdcedtimeline{position:relative;padding-left:28px}
.zcdcedtimeline::before{
  content:"";position:absolute;left:7px;top:6px;bottom:6px;width:2px;background:#86efac
}
.zcdcedtl_item{position:relative;margin-bottom:16px}
.zcdcedtl_item:last-child{margin-bottom:0}
.zcdcedtl_dot{
  position:absolute;left:-28px;top:18px;width:16px;height:16px;border-radius:50%;
  background:#166534;border:3px solid #bbf7d0;box-sizing:border-box
}
.zcdcedtl_body{background:#fff;border:1px solid #bbf7d0;padding:16px 16px;min-width:0}
.zcdcedtl_body h3{font-size:17px;margin-bottom:6px;color:#14532d}
.zcdcedtl_body p{font-size:14px;color:#3f6b4f}

.zcdcedrows{display:flex;flex-direction:column;gap:10px}
.zcdcedrow_card{
  display:grid;grid-template-columns:180px 1fr;gap:14px;align-items:start;
  background:#fff;border:1px solid #bbf7d0;padding:16px;min-width:0
}
.zcdcedrow_card h3{font-size:16px;color:#166534}
.zcdcedrow_card p{font-size:14px;color:#3f6b4f}

.zcdcedtags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.zcdcedtags span{
  font-size:12px;color:#166534;background:#dcfce7;border:1px solid #bbf7d0;padding:5px 10px
}
.zcdcedsector_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.zcdcedsector_grid article{background:#f3faf4;border:1px solid #bbf7d0;padding:16px;min-width:0}
.zcdcedsector_grid h3{font-size:16px;margin-bottom:6px;color:#14532d}
.zcdcedsector_grid p{font-size:13px;color:#3f6b4f}

.zcdcedstrategy_band{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.zcdcedstrategy_band article{
  background:#14532d;color:#dcfce7;padding:20px;border:1px solid #14532d;min-width:0
}
.zcdcedstrategy_band h3{font-size:18px;color:#fff;margin-bottom:8px}
.zcdcedstrategy_band p{font-size:14px}

.zcdcedarticles{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}
.zcdcedfeatured{background:#166534;color:#dcfce7;padding:22px;border:1px solid #166534;min-width:0}
.zcdcedfeatured h3{font-size:20px;color:#fff;margin-bottom:10px}
.zcdcedfeatured p{font-size:14px}
.zcdcedlist{background:#fff;border:1px solid #bbf7d0;padding:8px 0;min-width:0}
.zcdcedlist li{padding:12px 16px;border-bottom:1px solid #d8f3e0;font-size:14px;color:#3f6b4f}
.zcdcedlist li:last-child{border-bottom:none}

.zcdcedsteps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.zcdcedsteps>div{background:#fff;border:1px solid #bbf7d0;padding:16px;text-align:center;min-width:0}
.zcdcedsteps span{
  display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;
  background:#166534;color:#fff;font-weight:800;margin-bottom:8px
}
.zcdcedsteps h3{font-size:15px;margin-bottom:4px}
.zcdcedsteps p{font-size:13px;color:#4d7c5c}

.zcdcedwhy{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.zcdcedwhy>div{background:#f3faf4;border:1px solid #bbf7d0;padding:16px;min-width:0}
.zcdcedwhy h3{font-size:15px;color:#166534;margin-bottom:6px}
.zcdcedwhy p{font-size:13px;color:#3f6b4f}

.zcdcedfaq{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.zcdcedfaq article{background:#fff;border:1px solid #bbf7d0;padding:16px;min-width:0}
.zcdcedfaq h3{font-size:15px;margin-bottom:6px}
.zcdcedfaq p{font-size:14px;color:#3f6b4f}

.zcdcedcta{background:#14532d;color:#bbf7d0;text-align:center;padding:44px 0}
.zcdcedcta h2{font-size:clamp(20px,3vw,28px);color:#fff;margin-bottom:10px}
.zcdcedcta p{font-size:14px;margin-bottom:18px;max-width:680px;margin-left:auto;margin-right:auto}

.zcdcedfooter{background:#052e16;color:#86efac;padding:40px 0 20px}
.zcdcedfooter_grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:20px;margin-bottom:16px}
.zcdcedfooter .zcdcedbrand_name{color:#fff}
.zcdcedfooter_about{font-size:13px;margin-top:10px}
.zcdcedfooter h4{font-size:14px;color:#fff;margin-bottom:10px}
.zcdcedfooter ul li{margin-bottom:6px}
.zcdcedfooter ul a{font-size:13px;color:#86efac}
.zcdcedfooter ul a:hover{color:#fff}
.zcdcedfooter_risk{font-size:12px;line-height:1.7}
.zcdcedflink{border-top:1px solid rgba(134,239,172,.2);padding-top:14px;margin-bottom:14px}
.zcdcedflink_list{display:flex;flex-wrap:wrap;gap:8px 14px}
.zcdcedflink_list a{font-size:13px;color:#86efac}
.zcdcedfooter_bottom{border-top:1px solid rgba(134,239,172,.2);padding-top:12px;font-size:12px}
.zcdcedcopyright a{color:#fff}
.zcdcedpowerby{margin-top:6px}

@media (max-width:1024px){
  .zcdcedhero_stack,.zcdcedarticles{grid-template-columns:1fr}
  .zcdcedsector_grid,.zcdcedstrategy_band,.zcdcedsteps,.zcdcedwhy{grid-template-columns:repeat(2,1fr)}
  .zcdcedrow_card{grid-template-columns:1fr}
  .zcdcedfooter_grid{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  .zcdcedcontainer{padding:0 14px}
  .zcdcedheader_inner{flex-direction:column;align-items:flex-start}
  .zcdcedsection{padding:36px 0}
  .zcdcedsector_grid,.zcdcedstrategy_band,.zcdcedsteps,.zcdcedwhy,
  .zcdcedfaq,.zcdcedfooter_grid{grid-template-columns:1fr}
  .zcdcedhero_btns{flex-direction:column}
  .zcdcedbtn{width:100%}
  .zcdcedband p{text-align:left;line-height:1.5}
  .zcdcedtl_body,.zcdcedrow_card,.zcdcedfeatured{padding:14px}
}
@media (max-width:480px){
  .zcdcedbrand_name{font-size:17px}
  .zcdcednav_item{padding:6px 8px;font-size:13px}
}
