﻿
.trustedCard-card.blue {
    padding: 0px;
    width: 486px;
    height: 396px;
    background: url("https://x.autoimg.cn/2scimg/pc/20260310/blue.png") no-repeat center;
    background-size: cover;
}

.trustedCard-card.orange {
    padding: 0px;
    width: 486px;
    height: 396px;
    background: url("https://x.autoimg.cn/2scimg/pc/20260310/orange.png") no-repeat center;
    background-size: cover;
}

.trustedCard-title.blue,
.trustedCard-title.orange {
    position: relative;
    z-index: 1;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 23px;
    margin-left: 16px;
}

/* 统计行 */
.stats-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    margin: 22px 16px;
    gap: 15px;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-label {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.stat-value {
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.stat-unit {
    font-family: PingFangSC-Semibold;
    font-size: 19px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}

    .stat-unit sup {
        top: -1.5em;
        font-size: 19px;
    }

.stat-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 150px;
    margin: 0 auto;
}

/* 联系信息 */
.contact-info {
    font-size: 12px;
    color: white;
    margin-left: 16px;
    padding-top: 13px;
}

    .contact-info .highlight {
        font-family: PingFangSC-Medium;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0;
        font-weight: 500;
    }

/* 按钮组 */
.btn-group {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.bton {
    background: #FFFFFF !important;
    border: 1px solid rgba(0, 136, 255, 1) !important;
    border-radius: 17px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #0088FF;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 14px;
    padding: 7px 21px;
    cursor: pointer;
    height: 34px;
    width: 110px;
}

    .bton.orange {
        border: 1px solid rgba(255,102,0,1) !important;
        color: #FF6600 !important;
    }

.btn-outline {
    background: white;
    border: 1px solid;
}

    .btn-outline.eq2 {
        padding: 7px 29px;
    }

    .btn-outline.orange {
        border-color: #FF6600;
        color: #FF6600;
    }

    .btn-outline.blue {
        border-color: #0088FF;
        color: #0088FF;
    }

.qrcode-section {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    margin-left: 16px;
}

.qrcode-item img {
    width: 107px;
    height: 107px;
    background-color: #fff;
}
