/* V0.5.05 测评完成页待解锁区域 */
.report-unlock-panel .qzy-unlock-meta{
    display:none!important;
}
.report-unlock-panel{
    padding:28px 18px 24px!important;
}
.report-unlock-panel>p{
    max-width:350px!important;
    margin:8px auto 0!important;
    color:#5d6e86!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.75!important;
}
.report-unlock-panel .qzy-online-pay-btn{
    width:min(250px,82%);
    min-height:48px;
    margin:18px auto 0!important;
    padding:0 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px;
    border:0!important;
    border-radius:13px!important;
    background:#07c160!important;
    color:#fff!important;
    box-shadow:0 10px 24px rgba(7,193,96,.22)!important;
    font-size:16px!important;
    font-weight:900!important;
    line-height:1!important;
}
.report-unlock-panel .qzy-online-pay-btn svg{
    width:23px;
    height:23px;
    flex:none;
    fill:#fff;
}
.qzy-unlock-platform-contact{
    max-width:350px;
    margin:14px auto 0;
    padding-top:14px;
    border-top:1px solid rgba(90,110,145,.14);
    text-align:center;
}
.qzy-unlock-platform-phone{
    margin:0!important;
    color:#405b7f!important;
    font-size:14px!important;
    font-weight:800!important;
}
.qzy-unlock-platform-qr{
    display:block;
    width:148px;
    max-width:52%;
    height:auto;
    margin:12px auto 0;
    border-radius:10px;
    background:#fff;
}
.qzy-report-unified-gate .qzy-report-direct-unlock{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    width:100%;
    max-width:430px;
    margin:18px auto 0;
}
.qzy-report-unified-gate .qzy-report-direct-unlock form{margin:0}
.qzy-report-unified-gate .qzy-report-direct-unlock .qzy-report-unified-pay,
.qzy-report-unified-gate .qzy-report-entitlement-pay{
    display:flex;
    width:100%;
    min-height:48px;
    margin:0!important;
    align-items:center;
    justify-content:center;
    border-radius:12px!important;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
}
.qzy-report-unified-gate .qzy-report-direct-unlock .qzy-report-unified-pay{
    border:0!important;
    background:#07c160!important;
    color:#fff!important;
    box-shadow:0 8px 20px rgba(7,193,96,.18)!important;
}
.qzy-report-unified-gate .qzy-report-entitlement-pay{
    border:1px solid #8dcab0;
    background:#effaf5;
    color:#117246;
}
.qzy-report-unified-gate .qzy-report-entitlement-pay:disabled{
    border-color:#d6e0e8;
    background:#f4f6f8;
    color:#94a1ad;
}
@media(max-width:420px){
    .report-unlock-panel{padding:24px 14px 20px!important}
    .report-unlock-panel .qzy-online-pay-btn{width:min(240px,88%)}
}
