.w-full {
    width: 100%;
}

.relative {
    position: relative;
}

.trust-banner {
    height: auto;
    padding: 40px 0;
    background: linear-gradient(0deg, #ebedff 0%, #ffffff 100%);
    /*background: url('/static/webb/index/static/trust/banner2.png') no-repeat;*/
}



.trust-title>h1 {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 67px;
    text-align: center;
}

.trust-title>p {
    font-weight: 400;
    color: #4E5869;
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
}

.trust-body {
    width: 100%;
    overflow: hidden;
}

.trust-body-count {
    background: url("/static/webb/index/static/trust/count.png") no-repeat;
    background-size: cover;
    width: 1100px;
    height: 188px;
    transform: scale(0.8);
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.trust-body-count-item {
    height: fit-content;
}

.trust-body-count-item .count-number {
    font-size: 50px;
    font-weight: bold;
}

.trust-body-count-item .count-name {
    font-size: 18px;
    color: #0A2159;
    text-align: center;
}

.trust-body-logo {
    width: 1684px;
    height: 503px;
    display: block;
    margin: 0 auto;
}

.trust-btn {
    width: 200px;
    height: 52px;
    cursor: pointer;
    line-height: 52px;
    border-radius: 12px;
    background: #3C74FF;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
    margin-bottom: 0;
}