.stand-hero{padding:2.3rem 0;background:#1c1c1c;color:#f4efe4;text-align:center;font-family:"PingFang SC","Microsoft YaHei",sans-serif}
.stand-hero h1{font-size:clamp(1.25rem,3vw,1.65rem);font-weight:800;margin-bottom:.5rem}
.stand-hero p{color:#c8c0b0;font-size:.9rem;max-width:560px;margin:0 auto}
.stand-hero .trust{justify-content:center;margin-top:1.1rem}
.stand-hero .trust-cell{background:#2a2a2a;border-color:#3a3a3a}
.stand-hero .trust-cell strong{color:#c9a227}
.stand-hero .trust-cell span{color:#c8c0b0}

.sub-list{padding:2.4rem 0}
.sub{display:grid;grid-template-columns:92px 1fr auto;gap:1rem;align-items:center;background:#fff;border:1px solid #d8d0c0;padding:1rem 1.1rem;margin-bottom:.7rem;font-family:"PingFang SC","Microsoft YaHei",sans-serif}
.sub.hot{border-top:4px solid #8b1e1e}
.sid{font-size:.72rem;font-weight:800;color:#8b1e1e;text-align:center;line-height:1.35;background:#f4efe4;padding:.5rem .3rem;border:1px dashed #1c1c1c}
.sub h2{font-size:.95rem;font-weight:800;margin-bottom:.25rem}
.sub p{font-size:.82rem;color:#5a5448}
.sub img{max-width:140px;border:1px solid #d8d0c0;margin-top:.4rem}
.btn-s{display:inline-block;background:#1c1c1c;color:#fff!important;padding:.4rem .85rem;font-size:.78rem;font-weight:800;text-decoration:none!important;white-space:nowrap}

.dl-st{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:2px solid #1c1c1c}
.dl-c{padding:1rem;text-align:center;border-right:1px solid #1c1c1c;background:#fff;font-family:"PingFang SC","Microsoft YaHei",sans-serif}
.dl-c:last-child{border-right:none}
.dl-c h3{font-size:.88rem;font-weight:800;margin-bottom:.3rem}
.dl-c p{font-size:.8rem;color:#5a5448}

.dl-ed{max-width:640px;margin:0 auto;background:#fff;border:2px solid #1c1c1c}
.dl-r{display:grid;grid-template-columns:72px 1fr;gap:.8rem;padding:.9rem 1.1rem;border-bottom:1px solid #d8d0c0;font-family:"PingFang SC","Microsoft YaHei",sans-serif}
.dl-r:last-child{border-bottom:none}
.dl-r strong{font-size:.75rem;color:#8b1e1e}
.dl-r h3{font-size:.88rem;font-weight:800;margin-bottom:.15rem}
.dl-r p{font-size:.8rem;color:#5a5448}

.dl-cls{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.dl-cls-c{background:#fff;border:1px solid #1c1c1c;padding:1rem;font-family:"PingFang SC","Microsoft YaHei",sans-serif}
.dl-cls-c h3{font-size:.86rem;color:#8b1e1e;margin-bottom:.5rem;font-weight:800}
.dl-cls-c li{font-size:.82rem;color:#5a5448;padding:.26rem 0}

.dl-cta{text-align:center;padding:2.3rem 0;background:#efe8d8;border-top:3px solid #1c1c1c;font-family:"PingFang SC","Microsoft YaHei",sans-serif}
.dl-cta h2{font-size:1.15rem;font-weight:800;margin-bottom:.4rem}

@media(max-width:768px){
  .sub{grid-template-columns:1fr}
  .dl-st,.dl-cls{grid-template-columns:1fr}
}
