/* Keep all five statistics and benefits in one row, without slider wrappers. */
#shuzhi,#why{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;gap:0}
#shuzhi>.item,#why>.item{float:none;width:auto;min-width:0;margin:0;box-sizing:border-box;text-align:center}
#shuzhi>.item{padding:10px 24px 10px 0}
#shuzhi .item span{white-space:nowrap}
#why>.item{padding:0 10px;border-left:1px solid #f0f0f0}
#why>.item:first-child{border-left:0}
#why .item>i{position:relative;font-size:10rem;color:#333;line-height:1.4;display:inline-block}
#why .item>i span{width:3.5rem;height:3.5rem;background:#ff7900;opacity:.12;display:inline-block;border-radius:50%;position:absolute;top:.5rem;left:.5rem}
#why .item h3{font-size:2.4rem;font-weight:normal;margin-bottom:.5rem}
#why .item p{text-transform:uppercase;color:#999;font-size:1.2rem;margin-bottom:1rem}
@media(max-width:767px){
 #shuzhi,#why{grid-template-columns:repeat(5,minmax(140px,1fr));overflow-x:auto;padding-bottom:12px;overscroll-behavior-x:contain}
 #shuzhi .item span{font-size:36px}
 #why .item>i{font-size:72px}
 #why .item h3{font-size:20px}
 #why .item p{font-size:10px}
}
