

.ama-trust-line-es{
    background:#262626;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    width:100%;
    padding:28px 12px;
    gap:10px;
}

/* 每个模块 */
.ama-item-es{
    text-decoration:none;
    text-align:center;
    color:#fff;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    padding:14px 6px;
    border-right:1px solid rgba(255,255,255,0.08);
}

.ama-item-es:last-child{
    border-right:none;
}

/* 图标 */
.ama-icon-es{
    font-size:26px;
    margin-bottom:6px;
}

/* ⭐ 核心数字（加大） */
.ama-number-es{
    font-size:26px;
    font-weight:900;
    color:#F97316;
    line-height:1.2;
    white-space:nowrap;
}

/* ⭐ 描述（加大 + 更清晰） */
.ama-text-es{
    font-size:13px;
    color:#E5E7EB;
    margin-top:6px;
    letter-spacing:1px;
    font-weight:600;
    white-space:nowrap;
}

/* mobile */
@media(max-width:768px){

    .ama-trust-line-es{
        padding:18px 6px;
    }

    .ama-number-es{
        font-size:20px;
    }

    .ama-text-es{
        font-size:11px;
    }

    .ama-icon-es{
        font-size:20px;
    }
}

