.vrlive-page {
    /* font-family: Source Han Sans CN, Source Han Sans CN; */
    color: #1A1A1A;
    background: #FFFFFF;
}

.vrlive-wrap {
    width: 1200px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.vrlive-section {
    padding: 96px 0 156px;
}

.vrlive-section-head {
    text-align: center;
    margin-bottom: 64px;
}

.vrlive-section-head h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 12px;
}

.vrlive-section-head p {
    font-size: 18px;
    line-height: 22px;
    color: #999999;
}

.vrlive-section-head-light h2,
.vrlive-section-head-light p {
    color: #FFFFFF;
}

.vrlive-hero {
    /* min-height: 370px; */
    background: url("../img/vrzhibonew/hero-banner.png") no-repeat center;
    /* background-size: 100% 100%; */
    display: flex;
    align-items: center;

    aspect-ratio: 1440 / 370;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.vrlive-hero-content {
    width: 420px;
    padding: 72px 0;
}

.vrlive-hero-content h1 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.vrlive-hero-content p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 28px;
}

.vrlive-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.25s ease;
    background: rgba(255, 255, 255, 0.2);
}

.vrlive-hero-btn:hover {
    background: #FFFFFF;
    color: #296EFA;
}

.vrlive-scope {
    background: #FFFFFF;
}

.vrlive-scope-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
}

.vrlive-scope-card {
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 0 40px;
    height: 226px;
}

.vrlive-scope-icon {
    width: 58px;
    height: 65px;
    display: block;
    margin: 32px auto 18px;
}

.vrlive-scope-card h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1A1A1A;
    text-align: center;
}

.vrlive-scope-card p {
    font-size: 15px;
    line-height: 20px;
    color: #999;
    text-align: center;
}

.vrlive-advantage {
    background: #F5F7FA;
}

.vrlive-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.vrlive-advantage-card {
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(24, 39, 75, 0.08);
    padding: 20px;

}

.vrlive-advantage-card img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
}

.vrlive-advantage-body {
    /* padding: 24px 24px 28px; */
}

.vrlive-advantage-body h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
    color: #1A1A1A;
}

.vrlive-advantage-body p {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.vrlive-scene {
    padding: 96px 0;
    background: #1A1A1A;
}

.vrlive-scene-grid {
    display: grid;
    gap: 24px;
}

.vrlive-scene-grid-top {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 24px;
}

.vrlive-scene-grid-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 81%;
    margin: 0 auto;
}

.vrlive-scene-card {
    min-height: 144px;
    padding: 24px 18px;
    border-radius: 14px;
    background: #282A2E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    transition: transform 0.25s ease, background 0.25s ease;
}

.vrlive-scene-card:hover {
    transform: translateY(-4px);
    background: #2F3540;
}

.vrlive-scene-card img {
    width: 44px;
    height: 44px;
    display: block;
}

.vrlive-scene-card span {
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
}

.vrlive-process {
    background: #FFFFFF;
}

.vrlive-process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}

.vrlive-process-card {
    position: relative;
    background: #FCFDFF;
    border: 1px solid #F0F4FA;
    padding: 26px 20px;
    min-height: 238px;

    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.088);
    border-radius: 16px;
    border: 2px solid #FFFFFF;
}

.vrlive-process-card:nth-child(1),
.vrlive-process-card:nth-child(3),
.vrlive-process-card:nth-child(5) {
    transform: translateY(64px);
}

/* .vrlive-process-card:nth-child(3),
.vrlive-process-card:nth-child(6) {
    transform: translateY(32px);
} */

.vrlive-process-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #F5F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.vrlive-process-icon img {
    max-width: 34px;
    max-height: 32px;
}

.vrlive-process-card h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #333333;
    text-align: center;
}

.vrlive-process-card p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .vrlive-wrap {
        max-width: calc(100% - 32px);
    }

    .vrlive-section {
        padding: 72px 0;
    }

    .vrlive-hero-content {
        width: 100%;
        max-width: 460px;
    }

    .vrlive-scope-grid,
    .vrlive-advantage-grid,
    .vrlive-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vrlive-scene-grid-top {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vrlive-scene-grid-bottom {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vrlive-process-card:nth-child(2),
    .vrlive-process-card:nth-child(3),
    .vrlive-process-card:nth-child(5),
    .vrlive-process-card:nth-child(6) {
        transform: none;
    }
}

@media screen and (max-width: 768px) {
    .vrlive-wrap {
        max-width: calc(100% - 24px);
    }

    .vrlive-section {
        padding: 56px 0;
    }

    .vrlive-section-head {
        margin-bottom: 32px;
    }

    .vrlive-section-head h2 {
        font-size: 28px;
    }

    .vrlive-section-head p {
        font-size: 15px;
    }

    .vrlive-hero {
        min-height: 300px;
        background-position: 68% center;
    }

    .vrlive-hero-content {
        padding: 48px 0;
    }

    .vrlive-hero-content h1 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .vrlive-hero-content p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 22px;
        max-width: 260px;
    }

    .vrlive-hero-btn {
        min-width: 124px;
        height: 36px;
        font-size: 13px;
    }

    .vrlive-scope-grid,
    .vrlive-advantage-grid,
    .vrlive-scene-grid-top,
    .vrlive-scene-grid-bottom,
    .vrlive-process-grid {
        grid-template-columns: 1fr;
    }

    .vrlive-scope-card {
        min-height: auto;
        padding: 22px 20px 24px;
    }

    .vrlive-scope-cover {
        margin: -22px -20px 20px;
        height: 108px;
    }

    .vrlive-scope-card h3,
    .vrlive-advantage-body h3 {
        font-size: 20px;
    }

    .vrlive-scope-card p,
    .vrlive-advantage-body p,
    .vrlive-process-card p {
        font-size: 14px;
    }

    .vrlive-advantage-card img {
        height: auto;
    }

    .vrlive-scene {
        padding: 56px 0;
    }

    .vrlive-scene-card {
        min-height: 120px;
        padding: 20px 16px;
        gap: 14px;
    }

    .vrlive-scene-card span {
        font-size: 15px;
    }

    .vrlive-process-card {
        min-height: auto;
        padding: 24px 20px 26px;
    }

    .vrlive-process-card:nth-child(2),
    .vrlive-process-card:nth-child(3),
    .vrlive-process-card:nth-child(5),
    .vrlive-process-card:nth-child(6) {
        transform: none;
    }
}