.banner {
    background: url('../image/hexin/SECTION@1x.png') no-repeat center center / auto 100%;
}

.bannerNr p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.bannerNr p strong {
    color: #1D4ED8;
    font-weight: 800;
}

.zhutikuang .fubiaoti strong {
    color: #1D4ED8;
    font-weight: 800;
}

.ceping-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: block;
    fill: #2563EB;
}

.fanan {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.fananNr {
    width: 31%;
    margin-top: 30px;
    border-radius: 12px;
    padding: 24px 20px;
    box-sizing: border-box;
    border: 1px solid #F3F4F6;
    box-shadow: 1px 2px 4px -2px rgba(0, 0, 0, 0.1), 1px 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.fananzi h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.fananzi p {
    font-size: 14px;
    line-height: 24px;
    color: #4B5563;
    margin: 10px 0 0;
    text-align: left;
}

.ceping-muted {
    background-color: #F9FAFB;
}

.ceping-panels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.ceping-panel {
    flex: 1 1 280px;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #E5E7EB;
    box-sizing: border-box;
}

.ceping-panel h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 12px;
}

.ceping-panel > p {
    font-size: 14px;
    line-height: 24px;
    color: #4B5563;
    margin: 0 0 16px;
}

.ceping-panel-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ceping-panel-list li {
    font-size: 14px;
    line-height: 26px;
    color: #4B5563;
}

.ceping-panel-list .icon-duigou1 {
    color: #2563EB;
    margin-right: 8px;
}

.ceping-deliver {
    max-width: 800px;
    margin: 0 auto;
}

.ceping-deliver-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ceping-deliver-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 26px;
    color: #374151;
    margin-top: 18px;
}

.ceping-deliver-list li:first-child {
    margin-top: 0;
}

.ceping-deliver-list .icon-duigou1 {
    color: #2563EB;
    flex-shrink: 0;
    margin-top: 4px;
}

@media (max-width: 900px) {
    .fananNr {
        width: 48%;
    }
}

@media (max-width: 600px) {
    .fananNr {
        width: 100%;
    }
}

/* 底部 CTA（与数据标注页一致） */
.dingzhikuang {
    background: #d6e7fd;
    border-radius: 14px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.dingzhiNr {
    width: 55%;
    min-width: 260px;
}

.dingzhiNr h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
}

.dingzhiNr p {
    font-size: 14px;
    line-height: 24px;
    color: #4B5563;
    margin: 20px 0;
}

.dingzhiNr a {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    background: #2563EB;
    color: #fff;
}

.dingzhiNrimg {
    width: 45%;
    max-width: 380px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .dingzhiNr,
    .dingzhiNrimg {
        width: 100%;
    }
}
